@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&amp;subset=cyrillic');
html, body, #fullpage, .section, .guides-lines, .video-background {
    position: relative;
    height: 100% !important;
    width: 100%;
}
.full-width {
    width: 100%;
    position: relative;
    overflow: hidden;
}
ul, ol {
    list-style: none;
}
strong {
    font-weight: bold;
}
body {
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
}
a, a:hover, a:focus, a:active, .grey a:hover, footer .text-right a:hover, .lang-toggle  text-right a:hover{
    color: #fff;
    outline: none !important;
}
.grey, .grey a, a.grey, footer .text-md-right a, .lang-toggle  .text-right a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}


.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption{padding-bottom:250px;}

.carousel-indicators {

    display: none !important;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .fill {
    height: 39%;
    margin-top: 40%;
}
    
    
    .btn-large {
     margin-left: 0px !important;
}

}



/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
 
    .fill {
    height: 39%;
    margin-top: 40%;
}
    
        .btn-large {
        margin-left: 0px !important;
}
    
}









/**
 * Button
 */
.btn-transparent {
    background-color: #fff;
    color:#000 !important;
 
}
.btn-transparent:hover {

     background: #000;
    color:#fff !important;
  

}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
    color: #fff;
    margin-left: 20px;

}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}










.contacts{
    
    float: left;
}

.pic-shadow {

    position: relative;
}
#music {
    display: none;
}
.section .container {
    position: relative;
    overflow: hidden;
}
.section {
    z-index: 10;
}
.section .section-content {
    z-index: 50;
}
#section0 {
    background-image: url('../img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#section0.pic_0 {
    background-image: url('../img/pic0.jpg');
}
#section0.pic_1 {
    background-image: url('../img/pic1.jpg');
}
#section0.pic_2 {
    background-image: url('../img/pic2.jpg');
}
#section1 {
    background: #000;
}
#section2 {
    background: url('../img/bg1.jpg') no-repeat center center;
    background-size: cover;
}
#section3 {
    background: url('../img/bg2.jpg') no-repeat center center;
    background-size: cover;
}
#section4 {
    background: url('../img/bg3.jpg') no-repeat center center;
    background-size: cover;
}
#section5 {
    background: url('../img/bg4.jpg') no-repeat center center;
    background-size: cover;
}

#section6 {
    background: #000;
   
}

#section6 .fp-tableCell {
    position:relative;
}

#section6 #gallery-slide-0 {
    background: url('../img/gallery/bg01.01.jpg') no-repeat center center;
    background-size: cover;
}
#section6 #gallery-slide-1 {
    background: url('../img/gallery/bg02.01.jpg') no-repeat center center;
    background-size: cover;
}
#section6 #gallery-slide-2 {
    background: url('../img/gallery/bg03.01.jpg') no-repeat center center;
    background-size: cover;
}
#section6 #gallery-slide-3 {
    background: url('../img/gallery/bg04.01.jpg') no-repeat center center;
    background-size: cover;
}


#section3 .section-content::before, #section5 .section-content::before, #section3 .section-content::before {
    background: url('../img/03.png') no-repeat 15px center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.12;
}

#section4 .section-content::before, #section5 .section-content::before, #section4 .section-content::before {
    background: url('../img/04.png') no-repeat 15px center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.12;
}

#section5 .section-content::before, #section5 .section-content::before, #section5 .section-content::before {
    background: url('../img/05.png') no-repeat 15px center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.12;
}
.guides-lines {
    position: absolute;
    z-index: 40;
    top: 0;
    left: 0;
}

.guides-lines span {
    background: rgba(255,255,255,0.15);
    display: inline-block;
    width: 1px;
    height: 100%;
}
header, footer {
    width: 100%;
    z-index: 100;
    position: fixed;
}
header {
    top: 50px;
    text-transform: uppercase;
}
footer {
    bottom: 70px;
}
.logotype {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}
#primary-menu {
    padding-top: 22px;
}
#menu-primary {
    width: 100%;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    *text-justify: newspaper;
    font-size: 1px;
}
#menu-primary:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
}
#menu-primary:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.navbar-nav > li {
    /*display: inline-block !important;*/
    display: inline-block;
    text-align: left;
    float: none;
    vertical-align: top;
    position: relative;
}
.navbar-nav > li > a {
    background: none !important;
    padding: 0px;
    line-height: 20px !important;
}
#primary-menu a {
    display: inline-block;
    letter-spacing: 3px;
    font-size: 13px;
}
#primary-menu a.active {
    height: 100px;
}
#primary-menu a.active::after {
    background: #fff;
    display: inline-block;
    content: '';
    width: 4px;
    height: 50px;
    position: absolute;
    top: 40px;
    margin-left: -1px;
    left: 0;
}
#primary-menu li:last-child a.active::after {
    right: -1px;
    left: auto;
}
footer a, .lang-toggle a{
    margin-right: 30px;

    display: inline-block;
}
.social-link a {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 20px;
    text-indent: -3000em;
    display: inline-block;
    width: 25px;
    height: 25px;
    opacity: 0.5;
}
.social-link a:hover {
    opacity: 1;
}
.fb {
    background-image: url('../img/social/fb.svg');
    background-position: left center !important;
    margin-right: 10px !important;
}
.ig {
    background-image: url('../img/social/ig.svg');
}
.tw {
    background-image: url('../img/social/tw.svg');
}
.yt {
    background-image: url('../img/social/yt.svg');
    width: 30px !important;
}
.imdb {
    background-image: url('../img/social/imdb.svg');
    width: 32px !important;
}
footer .text-right a, .lang-toggle .text-right a{
    margin-right: 0px;
    letter-spacing: 3px;
    margin-left: 30px;
}
footer .text-md-right a.active, .lang-toggle .text-md-right a.active {
    color: #fff;
    padding-bottom: 17px;
    border-bottom: 4px solid #fff;
}
.scroll-down {
    width: auto;
    height: 150px;
    margin-top: -130px;
    float: left;
    position: relative;
    margin-left: -4px;
}
/*.en .scroll-down {
    width: 10px;
    height: 169.274px;
    margin-top: -158px;
    margin-left: -4px;
}

.ru .scroll-down {
    width: 6.188px;
    height: 109.974px;
    margin-top: -158px;
    margin-left: -4px;
}*/

.overflow-grid, .overflow-grid .col {
    overflow: hidden;
    position: relative;
}
.section-number {
    width: 28px;
    height: 168px;
    position: absolute;
    right: 15px;/*top: 50%;
	margin-top: -90px;*/
}
.section-desc-wrap {
    position: relative;/*margin-top: 11%;*/
}
.section-desc {
    font-size: 12px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    left: -150%;
    /*font-weight: 300;
    width: 100%;*/
    margin-top: 45px;
}
.section-desc-wrap .line {
    background: #fff;
    width: 0px;
    height: 4px;
    /*left: 25%;*/
    position: absolute;/*margin-left: -35px;*/
}
.section-title-wrap {
    /*margin-top: 5%;*/
    height: 50px;
}
.section-title {
    position: relative;
    display: none;
	    margin-top: -50px;
}
.section-title img {
    width: auto;
    height: 50px;
}
#section0 .middle-position, #section0 .section-title img {
    /*height: 62.2px;*/
    width: 100%;
    height: auto;
}
/* MAIN */

#main-cast {
    /*	margin-top: 5%;*/
    padding-bottom: 0px;
}
#main-cast .section-desc {
    margin-top: 0 !important;
}
#maija-name p, #kaspars-name p {
    margin: 0;
}
#kaspars-name-wrap {
    margin-top: 0px;
}
/* ABOUT */

#section2 .section-title-wrap, #section5 .section-title-wrap, #section4 .section-title-wrap {
    /*margin-top: 35%;*/
    margin-bottom: 30px;
}
#section2 .section-desc {
    text-transform: none;
}

#section5 .support-list {
    margin-top: 60px;
    display: none;
}
#section5 .support-list .title {
    float: left;
    vertical-align: middle;
    line-height: 70px;
    margin-right: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}
#section5 .support-list img {
      margin-right: 0px;
    width: 100px;
}
/* GALLERY */

#section6 .middle-position {
    z-index: 40;
}

#section6 .pic-shadow {
    margin-left: 15%;
    position: absolute;
    z-index: 20;
}

#section6 #gallery-slide-0 .pic-shadow, #section6 #gallery-slide-2 .pic-shadow {
    bottom: -150%;
}

#section6 #gallery-slide-1 .pic-shadow, #section6 #gallery-slide-3 .pic-shadow {
    top: -150%;
}



.video-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: table;
}
.video-foreground, .video-background iframe {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    /*top: 0;*/
    /*left: 0;*/

    /*width: 560px;*/
    /*height: 315px;*/
    width: 100%;
    height: 100%;
    padding:80px 0;

    margin:0 auto;


    /*pointer-events: none;*/
}


.text-rows {
    line-height: 20px;
}

@media (min-width: 1440px) and (max-width: 1920px ) {
    /*.section-desc-wrap {
        margin-top: 15%;
    }
    .section-title-wrap {
        margin-top: 12%;
    }
    #main-cast {
        margin-top: 15%;
    }*/
}

.icon-bar {
    background-color: #fff;
}



.scroll-down, .guides-lines {
    display:none;
}

/*#section3 .faces-list .col {*/
/*height: auto;*/
/*}*/

/*xs*/
@media only screen and (max-width:767px) {

    #video {
        width:100%;
        height:auto;
    }

    /*.section-title {*/
    /*display: none !important;*/
    /*}*/
    #section0 {
        background-position:75% center;
    }


    header {
        top:20px;
    }

    footer {
        bottom:0;
    }

    header img {
        width: 80px;
        height: auto;
    }

    #primary-menu {
        padding-top:0;
    }

    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        box-shadow:none;
        -webkit-box-shadow:none;
        border: 0;
        background-color: #000;
        padding:0;
    }
    .navbar-nav {
        margin:0;
    }

    .navbar-collapse.collapse.in .navbar-nav > li, .navbar-collapse.collapsing .navbar-nav > li  {
        clear: both;
        width: 100%;
        padding:10px 10px;
    }

    .navbar-collapse.collapse.in .navbar-nav > li:last-child {
        border-bottom:none;
    }

    #primary-menu a.active::after {
        display: none;
    }
    #primary-menu a.active {
        height: auto;
    }

    .middle-position, .section-title img {
        width: 100%;
        height:auto;
    }

    .section-title-wrap {

    }

    #section5 .text-rows, .text-rows, #section3 .section3-text-rows {
        margin-top:100px !important;
    }

    .section-desc{
        margin-top:11px;
    }

    #section3 .section-desc {
        overflow: visible;
        position: relative;
        left: 0;
        margin-top: 0;
    }
    #section3 .section .container {
        overflow: visible;
    }

    #section6 .pic-shadow {
        margin-left: -5%;
    }

    .text-xs-left {
        text-align: left;
    }

    .text-xs-right {
        text-align: right;
    }

    .text-xs-center {
        text-align: center;
    }

    .text-xs-justify {
        text-align: justify;
    }
    #section3 .section-desc .pic-shadow {
        float:left;
        margin-right:20px;

        width: 150px;
        height:0;
        padding: 0 0 150px;
        position:relative;
    }
    #section3 .section-desc .pic-shadow img {
        position:absolute;
        width:150px;
        height:auto;
    }

    .section .section-content, .guides-lines div, .guides-lines div div, .guides-lines span {
        height: 100%;
        min-height: 100%;
    }
}



/*sm*/
@media only screen and (min-width:767px) {

    #video {
    }

    #section0 {
        background-position:85% center;
    }

    #section1 {

    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }

    #section3 .section-desc {
        overflow: visible;
        position: relative;
        left: 0;
        margin-top: 0;
    }
    #section3 .section .container {
        overflow: visible;
    }

    #section3 .section-desc .pic-shadow {
        float:left;
        margin-right:20px;

        width: 150px;
        height:0;
        padding: 0 0 150px;
        position:relative;
    }
    #section3 .section-desc .pic-shadow img {
        position:absolute;
        width:150px;
        height:auto;
    }
    .section .section-content, .guides-lines div, .guides-lines div div, .guides-lines span {
        height: 100%;
        min-height: 100%;
    }
}

/*md*/
@media only screen and (min-width:992px) {

    /* FACES */

    #section3 .section-title-wrap {
        /*margin-top: 33%;*/
        z-index: 40;
        position: relative;
    }
    #section3 .faces-list {
        top: 0%;
        position: absolute;
        z-index: 50;
        width: 100%;
        height: 100%;
    }
    #section3 .faces-list .col {
        height: 100%;
    }
    #section3 .faces-list .text-uppercase {
        margin: 0;
    }
    #section3 .pic-shadow {
        z-index: 50;
        float: right;
        bottom: -150%;
        position: absolute;
    }
    #section3 #aik.pic-shadow {
        right: -15px;
    }
    #section3 #kaspars {
        z-index: 60;
        left: 15px;
        margin-top: -10px;
    }
    #section3 #maija {
        right: -15px;
        margin-bottom: -80px;
    }
    #section3 .full-width {
    }
    #section3 #aik-desc-wrap {
        /*top: 50%;*/
        top: 58%;
    }
    #section3 #kaspars-desc-wrap {
        top: 27%;
        margin-left: -22%;
    }
    #section3 #maija-desc-wrap {
        top: 47%;
        margin-left: 15%;
    }
    #section3 .section-desc {
        padding-top: 31px;
    }
    #section3 .section-desc::before {
        background: #fff;
        display: block;
        content: '';
        width: 50px;
        height: 4px;
        position: absolute;
        top: 0px;
    }

    .guides-lines {
        display:block;
    }
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }

    /*#section3 .faces-list .col {*/
    /*height: 100%;*/
    /*}*/
    .section .section-content, .guides-lines div, .guides-lines div div, .guides-lines span {
        height: 100%;
        min-height: 100%;
    }
}
/*lg*/
@media only screen and (min-width:1200px) {
    .scroll-down {
        display:block;
    }
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

.no-brdr-rds-shd {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.no-border {
    border-color: transparent;
}

.fp-controlArrow.fp-next {
    border-width: 8.5px 0 8.5px 9px;
}

.fp-controlArrow.fp-prev {
    border-width: 8.5px 9px 8.5px 0;
}
.fp-controlArrow {
    top:54%;
}

.pdz-audio-toggle {
    opacity:.5;
}
.pdz-audio-toggle.active-button {
    opacity:1;
}

.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
    padding:15px;
}
.navbar-toggle {
    margin-top: -30px;
}