/*BS Grid system*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer:after {
    clear: both;
}
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1400px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.top-push-xs-40{
    margin-top: 40px;
}
.top-push-xs-20{
    margin-top: 20px;
}
@media (min-width: 768px) {
    .top-push-xs-40,.top-push-xs-20{
        margin-top: 0;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
.top-push.mini{
    margin-top: 10px;
}
.top-push{
    margin-top: 20px;
}
.top-push.medium{
    margin-top: 30px;
}
.top-push.large{
    margin-top: 40px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.hidden{
    display: none;
}
body{
    font-family: "Raleway", sans-serif;
    color: #fff;
}
h1{
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 30px;
}
h1 small{
    font-size: 14px;
    display: block;
    letter-spacing: 12px;
    margin-top: 10px;
}
h2{
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
@media (min-width: 768px) {
    h2.movetop {
        position: absolute;
        top: 70px;
    }
}
@media (max-width: 767px) {
    h2.movetop {
        margin-top: 10px;
    }
}
h3{
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0;
}
h3.lg{
    font-size: 14px;
}
ul + h3{
    margin-top: 30px
}
p{
    font-size: 15px;
    line-height: 1.3;
}
p.text-large{
    font-size: 17px;
    font-weight: 300;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-black{
    color: #000;
}
.clear-row{
    clear: both;
}
.anchors{
    position: absolute;
    left: 50%;
    margin-left: -36px;
}
.anchors.bottom{
    bottom: 0;
}
.anchors.top{
    top: 0;
}

.valign {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.valign.absolute {
    position: absolute;
}
.valign.relative {
    position: relative;
}
.btn {
    -moz-user-select: none;
    border: 1px solid #fff;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 13px 37px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}
.btn + .btn{
    margin-left: 15px;
}
.btn+.clear-row{
    margin-bottom: 25px;
}
.btn:hover,
.btn:focus{
    opacity: .7;
}
.btn.invert{
    border: 1px solid #000;
    color: #000000;
}
.fullscreen{
    height: 100%;
    display: block;
}
[class^="icon-"], [class*=" icon-"],.fp-controlArrow,button.close  {
    background-image: url(../img/layout/sprites.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    z-index: 3;
}
.icon-arrowDown{
    background-position: -21px -2px;
    width: 72px;
    height: 36px;
}
.icon-arrowUp{
    background-position: -21px -108px;
    width: 72px;
    height: 36px;
}
.icon-arrowLeft,.fp-controlArrow.fp-prev{
    background-position: -79px -37px;
    height: 72px;
    width: 36px!important;
    left: 25px!important;
}
.icon-arrowRight,.fp-controlArrow.fp-next{
    background-position: -2px -37px;
    height: 72px;
    width: 36px!important;;
    right: 25px!important;
}
@media (max-width: 767px){
    .anchors, .icon-arrowDown, .icon-arrowUp{
        display: none!important;
    }
}
    .icon-facebook{
    background-position: -7px -167px;
    height: 28px;
    width: 28px;
}
.icon-twitter{
    background-position: -45px -167px;
    height: 28px;
    width: 28px;
}
.icon-mail{
    background-position: -84px -167px;
    height: 28px;
    width: 28px;
}
.large .icon-facebook{
    background-position: -1px -347px;
    height: 54px;
    width: 54px;
}
.large .icon-twitter{
    background-position: -75px -347px;
    height: 54px;
    width: 54px;
}
.large .icon-mail{
    background-position: -151px -347px;
    height: 54px;
    width: 54px;
}
.icon-playButton {
    cursor: pointer;
    height: 99px;
    left: 0;
    margin: -50px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    transition: opacity 0.3s ease 0s;
    width: 99px;
    z-index: 1000;
    background-position: -9px -220px;
}
.icon-mail{
    background-position: -84px -167px;
    height: 28px;
    width: 28px;
}
.section{
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px){
    .section {
        /*padding: 20px 0;*/
    }
}
.section.video video{
    background-color: black;
    background-position: center center;
    background-size: contain;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
}
.section.video .content{
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 999;
}
.video-ext{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
div.video-ext embed, div.video-ext iframe, div.video-ext object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-header{
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1400px;
}
.section-header.relative{
    position: relative;
    bottom: auto;
}
.section-header h2{
    font-size: 30px;
    margin-bottom: 10px;
}
@media (max-width: 767px){
    .section-header h2{
        display: none;
    }
    .section-header .text-right{
        /*text-align: center;*/
        background-color: inherit;
    }
    .list-social{

    }
}
/*Lists*/
.list-social{
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 25px;
    padding: 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px){
    .list-social{
        display: block;
    }
}
.list-social.large{
    margin-bottom: 70px;
    margin-left: -10px;
}
.list-social li{
    display: inline-block;
    margin-left: 10px;
    opacity: .5;
}
.list-cast{
    list-style: none;
    padding: 0;
    margin-top: 10px;
    font-size: 14px;
}
.list-cast li{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 14px;
}
.list-cast li strong{
    display: block;
    margin-top: 4px;
    line-height: 1.4;
}
.list-cast li a{
    color: #fff;
    text-decoration: none;
}
.list-cast li a:hover{
    text-decoration: underline;
}
.list-cast li:last-child{
    margin-bottom: 0;
}
.list-logos{
    list-style: none;
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-top: 10px;
    float: none;
}
.list-logos li{
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.list-logos li:last-child{
    margin-right: 0;
}
.list-logos li a{
    background-image: url("../img/layout/logos.png");
    display: inline-block;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.list-logos li a.logo-cnc{
    background-position: 0px 0;
    width: 132px;
    height: 28px;
}
.list-logos li a.logo-rone{
    background-position: 0 -48px;
    width: 151px;
    height: 41px;
}
.list-logos li a.logo-mecd{
    background-position: 0 -110px;
    width: 103px;
    height: 39px;
}
.list-logos li a.logo-madrid{
    background-position: 0px -171px;
    width: 124px;
    height: 41px;
}
.list-logos li a.logo-corteyconfeccion{
    background-position: 0px -240px;
    width: 124px;
    height: 41px;
}
.list-logos li a.logo-cinedoc{
    background-position: 0 -299px;
    width: 91px;
    height: 35px;
}
.list-logos li a.logo-godacima{
    background-position: 0 -365px;
    width: 91px;
    height: 39px;
}
.list-logos li a.dirk{
    background-position: 0 -365px;
    width: 100px;
    height: 39px;
}
.fp-controlArrow{
    border-width: 0!important;
    position: absolute;
}
.square-holder{
    cursor: pointer;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    text-align: center;
}
.square-holder:hover{
    opacity: .6;
}
.square{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    padding: 0 30px;
}
.square h2{
    margin: 0;
}
.square.white{
    background-color: #fff;
    border: none;
    padding: 0 20px;
    position: relative;
}
.square a{
    color: #fff;
    text-decoration: none;
    display: block;
}
.square.white a{
    color: #000;
    font-weight: 900;
    font-size: 14px;
}
.square .weight{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000;
    font-weight: 900;
    font-size: 14px;
}
.fullscreen.background{
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}
form *{
    display: inline-block;
    clear: both;
}
input.email{
    font-size: 75px;
    color: #fff;
    border: none;
    background-color: transparent;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-weight: 900;
    letter-spacing: 20px;
    margin-bottom: 30px;
}
form button{
    background: transparent;
    border: 1px solid #fff;
    font-family: "Raleway", sans-serif;
    opacity: .44;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 700;
    letter-spacing: 10px;
    cursor: pointer;
}
form button:hover{
    opacity: 1;
}
input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #fff;
}
input::-webkit-input-placeholder {
    color: #fff;
}
@media (max-width: 767px){
    .square{
        padding: 0 10px;
        letter-spacing: 1px;
    }
    .square h2{
        font-size: 12px
    }
}
.valigned{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.list-unstyled{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-festivals > li{
    padding-left: 60px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
}
.list-festivals > li > span{
    display: inline-block;
    left: 0;
    position: absolute;
}
button.close{
    width: 44px;
    height: 44px;
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    background-position: -158px 0;
    position: absolute;
    right: 10px;
    top: 30px;
    cursor: pointer;
}
@media (max-width: 767px) {
    #section1 .section-header.row{
        background-color: #232123;
    }
    #section3 .section-header.row{
        background-color: #322a2f;
    }
    #section7 .section-header.row{
        background-color: #8d140e;
    }
    #section1 .fp-scrollable .container-fluid,
    #section3 .fp-scrollable .container-fluid,
    #section7 .fp-scrollable .container-fluid{
        padding-bottom: 60px
    }
    .list-social{
        margin: 10px 0
    }
    h2.movetop {
        position: absolute;
        top: 5px;
    }
    .comments{
        max-width: 33%;
    }
}
.list-festivales{

}
.list-festivales li{
    margin-bottom: 20px;
    font-weight: 400;
}
.list-festivales li:last-child{
    margin-bottom: 0px;
}
.list-festivales a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.list-festivales a:hover{
    text-decoration: underline;
}
.scrollholder{
    padding-right: 20px;
}
.scrollholder,.scrollholder h2{
    text-align: left;
}
.scrollholder .list-festivales a{
    font-weight: normal;
}
.img-festivales{
    position: absolute; bottom: 65px; left: 0; width: 100%; background-color: #22292f; z-index: 97;
}
.img-festivales-header{
    position: absolute; top: 0px; left: 0; width: 100%; background-color: #000; z-index: 97; padding: 20px 0;
}
@media (max-width: 767px) {
    .img-festivales{
        bottom: 0;
    }
}

.loading {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% {
    -moz-transform:rotate(360deg);
}
}
@-webkit-keyframes spin { 100% {
    -webkit-transform:rotate(360deg);
}
}
@keyframes spin { 100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
}
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    margin: 0 auto;
}
.vertical-alignment-helper .valing2{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.modal-promo h2{
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-top: 0;
}
.modal-promo .modal-content{
    background-color: #000;
}
.modal-promo .box{
    font-size: 13px;
	line-height: 22px;
}
.modal-promo h3{
    font-size: 13px;
    margin-bottom: 10px;
}
.modal-promo .box p{
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.modal-login{
    background-color: #22292f;
}
.slimscroll2Bar{
    opacity: 1!important;
}