body.SA,
body{
    position:relative;
    font-family: 'Raleway', sans-serif;
    letter-spacing:1px;
    font-size:14px;
    color:#444;
    z-index:0;
}

body.SA h1{
    text-transform:uppercase;
    font-weight:bolder;
    letter-spacing:2px;
    position:relative;
    margin-bottom:40px;
}

.no-scroll{
    overflow:hidden;
}

body.SA p{
    line-height:160%;
    padding:10px 0;
 }

body.SA a,
body.SA a:visited{
    color:#32c9ff;
}

body.SA a:hover,
body.SA a:active{
    text-decoration:underline;
}

body.SA a.SA-cta{
    display:inline-block;
    margin-top:20px;
	margin-bottom: 50px;
    padding:10px 70px;
    color:#fff;
    text-decoration:none;
    background:#333;
    outline:4px solid #333;
    border:2px solid #fff;
    text-transform:uppercase;
    letter-spacing:2px;
}

body.SA a.SA-cta:hover{
    background:#fff;
    color:#333;
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
}

/****** HEADER ******/
.SA_header{
    background:#333;
    color:#fff;
    padding:20px 0;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:99;
}
.SA_header .container{
	padding: 0;
}
.SA_header .col-md-3 img{
    max-width:100%;
    width:auto;
    height:40px;
}
.SA_header .col-md-9 ul{
    margin:0;
    text-align:right;
}
.SA_header .col-md-9 ul li{
    display:inline-block;
    line-height:40px;
    padding:0 20px;
}

.SA_header .col-md-9 ul li a{
    color:#fff;
    text-decoration:none;
}

.SA_header .col-md-9 ul li a:hover{
    color:#32c9ff;
    transition:color 400ms ease;
    -webkit-transition:color 400ms ease;
}

.SA_header .col-md-9 ul li a.active{
    color:#32c9ff;
}
.front.SA header#navbar{
	padding: 0px 15px;
}

.SA section#block-locale-language li.en, .SA section#block-locale-language li.en-US, 
.SA section#block-locale-language li.gb{
	background: none;
}

/******* HERO *******/
.SA_hero{
    margin-top:80px;
    position:relative;
}

.SA_hero .SA_video{
    width: 100%;
    height: auto;
    position:relative
}
.SA_hero .SA_video:after{
    position:absolute;
    content:'';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:10;
}



.SA_hero .container{
    position:relative;
    z-index:11;
    padding:100px 0;
    text-align:center;
    color:#fff;
    text-shadow:1px 2px 2px rgba(0,0,0,0.5);
}

.SA_hero .container h1:after{
    position:absolute;
    bottom:-20px;
    left:50%;
    width:80px;
    margin-left:-40px;
    content:'';
    height:1px;
    background:#fff;
}

.SA_hero .container p{
    font-size:120%;
	color: #ffffff;
}

.SA_hero .container a{
    text-shadow:none;
}




/******* ABOUT *******/
.SA_about{
    padding: 0;
    background:url(../img/awards/stripes.png) #fff;
    text-align:justify;
}

.SA_about .container h1{
    color:#32c9ff;
    text-align:center;
    font-weight:normal;
}

.SA_about .container h1:after{
    position:absolute;
    bottom:-20px;
    left:50%;
    width:80px;
    margin-left:-40px;
    content:'';
    height:1px;
    background:#32c9ff;
}

/******* NOMINEES *******/
.SA_nominees{
    padding: 0;
    background-color:#fff;
    text-align:center;
}

.SA_nominees .container{
	padding: 0;	
}
.SA_nominees .container h1{
    color:#32c9ff;
    text-align:center;
    font-weight:normal;
}

.SA_nominees .container h1:after{
    position:absolute;
    bottom:-20px;
    left:50%;
    width:80px;
    margin-left:-40px;
    content:'';
    height:1px;
    background:#32c9ff;
}

.SA_nominees .container .row{
    margin-top:40px;
}


.SA_nominees .container .col-md-4{
    margin-top:0px;
    box-shadow:0 0px 0px -30px rgba(0,0,0,.4);
    padding-left: 15px;
    padding-right: 15px;
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
}

.SA_nominees .container .col-md-4:hover{
    margin-top:-8px;
    margin-bottom:8px;
    box-shadow:0 40px 0px -30px rgba(0,0,0,.2);
}

.SA_nominees .container .col-md-4 a{
    display:block;
    /*background:url(../img/nominees-ph.jpg) no-repeat center;
    background-size:cover;*/
    overflow:hidden;
    text-align:left;
    position:relative;
    min-height:350px;
}

.SA_nominees .container .col-md-4 a div{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:10px 20px;
    background:#333;
    color:#fff;
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
}

.SA_nominees .container .col-md-4 a div:after{
    position:absolute;
    top:-10px;
    left:50%;
    margin-left:-10px;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #333333 transparent;
}

.SA_nominees .container .col-md-4:hover a div{
    padding:15px 20px; 
}

.SA_nominees .container .col-md-4 a div h2{
    color:#32c9ff;
    font-size:150%;
    border-bottom:1px solid #32c9ff;
    text-transform:uppercase;
    display:inline-block;
    margin:5px 0;
}

.SA_nominees .container .col-md-4 a div p{
    padding:0;
    line-height:140%;
    font-size:90%;
	color: #ffffff;
}

.SA_nominees .container .nominee-case{
	margin-top: 40px;
	}
.SA_nominees .container .row + a.SA-cta{
    margin-top:50px;
}

body.SA .SA_nominees .container a.SA-cta:last-child {
    margin: 70px 0;
}

/******* FACTS *******/

.SA_facts{
    background: url(../img/awards/facts-bg.jpg) no-repeat center;
    background-size: cover;
    padding:0;
    color:#fff;
    text-align: center;
}

.SA_facts .container h1{
    font-weight:normal;
}

.SA_facts .container h3,
.SA_facts .container h3 span{
    font-weight:bolder;
    font-size:170%;
}

.SA_facts .container i{
    font-size:300%
}

.SA_facts .container span{
    text-transform:uppercase;
    font-size:85%;
}

/******* JURY *******/


.SA_jury{
    padding: 0;
    background:#fff url(../img/stripes.png) repeat-x center
}

.SA_jury .container h1{
    color:#32c9ff;
    text-align:center;
    font-weight:normal;
}

.SA_jury .container h1:after{
    position:absolute;
    bottom:-20px;
    left:50%;
    width:80px;
    margin-left:-40px;
    content:'';
    height:1px;
    background:#32c9ff;
}


.SA_jury .container .row .col-md-4{
    text-align:center;
    margin-top:30px;
}

.SA_jury .container .row .col-md-4 div{
    height:250px;
    width:250px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}

.SA_jury .container .row .col-md-4 div:after{
    position:absolute;
    content:'';
    top:0;left:0;
    width:100%;
    height:100%;
    background:rgba(0,184,251,0);
    transition:all 800ms ease;
    -webkit-transition:all 800ms ease;
}

.SA_jury .container .row .col-md-4 div:hover:after{
    background:rgba(0,184,251,.05);
}

.SA_jury .container .row .col-md-4 div img{
    width:100%;
    height:100%;
    top:0;
    left:0;
    transition:all 800ms ease;
    -webkit-transition:all 800ms ease;
}

.SA_jury .container .row .col-md-4 div:hover img{
    margin-top:-5%;
    margin-left:-5%;
    width:110%;
    height:110%;
}

.SA_jury .container .row .col-md-4 p b{
    text-transform: uppercase
}

/******* LOCATION *******/

.SA_location{
    padding:0;
    background:#333;
    color:#fff;
}

.SA_location .container h1{
    color:#32c9ff;
    text-align:center;
    font-weight:normal;
}

.SA_location .container h1:after{
    position:absolute;
    bottom:-20px;
    left:50%;
    width:80px;
    margin-left:-40px;
    content:'';
    height:1px;
    background:#32c9ff;
}

.SA_location .container .col-md-5,
.SA_location .container .col-md-2,
.SA_location .container .col-md-7{
    margin-top:30px;
}

.SA_location .container .col-md-5{
    padding:0 40px 0 0;
}

.SA_location .container .col-md-5:last-child{
    padding:0 0 0 40px;
}

.SA_location .container .col-md-5 h2{
    display:inline-block;
    border-bottom:1px solid #32c9ff;
}

.SA_location .container .col-md-5 h2 span{
    display:inline-block;
    vertical-align: super;
    text-align:center;
    font-size:15px;
    line-height:30px;
    background:#32c9ff;
    width:30px;
    height:30px;
    border-radius:50%;
}

.SA_location .container p{
	
	color: #ffffff;}

.SA_location .container .col-md-5 p{
    font-size:90%;
}

.SA_location .container .col-md-5 a.SA-cta{
    background-color:#32c9ff;
    outline-color:#32c9ff;   
}

.SA_location .container .col-md-5 a.SA-cta:hover{
    background-color:#fff;  
}

.SA_location .container .col-md-2{
    text-align:center;
}

.SA_location .container .col-md-2 div{
    height:130px;
    width:130px;
    margin:0 auto;
    background:#fff;
    border-radius:50%;
    line-height:120px;
}

/******* MAP *******/

.SA_map{
    height:450px;
    background:#333;
}

.SA_map iframe{
    pointer-events: none;
}


/******* FOOTER *******/

.SA_footer{
    padding:60px 0;
    background:#333;
    color:#fff;
    text-align:center;
}
.SA_footer .container p:last-child{
    border-top:1px solid #32c9ff;
}
.SA .footer-wrapper .container p {
	color: #ffffff;
	}


/*------------------------------ DETAIL PAGE ----------------------------------*/

/******* HERO *******/

.SA.details .SA_hero{
    height:600px;
    position:relative;
}


.SA.details .SA_hero iframe{
    height:600px;
}

.SA.details .SA_hero .control{
    display:block;
    position:absolute;
    top:50%;
    left:40px;
    color:#fff;
    font-size:40px;
    height:60px;
    width:60px;
    text-align:center;
    line-height:60px;
    margin-top:-30px;
    background:rgba(0,0,0,.3);
    border-radius:50%;
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
}

.SA.details .SA_hero .control.next{
    right:40px;
    left:auto;
}

.SA.details .SA_hero .control:hover{
    background-color:#32c9ff
}


/******* INTRO *******/

.SA.details .SA_intro-details{
    padding: 0;
    background:#333;
    color:#fff;
}

.SA.details .SA_intro-details p{
    color:#fff;
}

.SA.details .SA_intro-details .container{
    position:relative;
}

.SA.details .SA_intro-details .col-md-4{
    text-align:right;
}

.SA.details .SA_intro-details .col-md-4 img:hover{
    cursor:pointer;
    border-radius:50%;
    width:221px;
    animation: beat 2s infinite;
}

/*@keyframes beat{
    0% { 
        margin-top:0px;
        margin-bottom:0px;
        width:221px;
        box-shadow:0 0px 0px #111; 
    }

    50% { 
        margin-top:-4px;
        margin-bottom:0px;
        width:225px;
        box-shadow:0 10px 10px #111; 
    }

    100% { 
        margin-top:0px;
        margin-bottom:0px;
        width:221px;
        box-shadow:0 0px 0px #111;
    }
}*/


@keyframes beat{
    0% { 
        box-shadow:0 0px 0px rgba(248,191,0,.4); 
    }

    50% { 
        box-shadow:0 0 0px 60px rgba(248,191,0,0.01); 
    }    
}

@-webkit-keyframes beat{
    0% { 
        box-shadow:0 0px 0px rgba(248,191,0,.4); 
    }

    50% { 
        box-shadow:0 0 0px 60px rgba(248,191,0,0.01); 
    }   
}

.SA.details .SA_intro-details h1{
    display:inline-block;
    color:#32c9ff;
    margin-bottom:5px;
    padding-bottom:5px;
    font-weight:normal;
    border-bottom:3px solid #32c9ff;
}

.SA.details .SA_intro-details .voting-panel{
    position:fixed;
    top:50%;
    left:50%;
    width:0%;
    height:0%;
    overflow:hidden;
    background:rgba(0,0,0,0.8);
    color:#fff;
    border:5px solid #F8BF00;
    z-index:100;
    box-shadow:0 0 20px rgba(0,0,0,.5);
    text-align:center;
    padding:30px 0;
    opacity:0;
    transition:all 1000ms ease;
    -webkit-transition:all 1000ms ease;
}

.SA.details .SA_intro-details .voting-panel.vote-active,
.SA.details .SA_intro-details .voting-panel.vote-active form{
    opacity:1;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
}

.SA.details .SA_intro-details .voting-panel form > div.opacity{
    opacity:1;
}

.SA.details .SA_intro-details .voting-panel form > div {
    display:table;
    width:100%;
    height:100%;
    opacity:0;   
    transition:all 800ms ease;
    -webkit-transition:all 800ms ease;
}

.SA.details .SA_intro-details .voting-panel form > div > div{
    display:table-cell;
    vertical-align: middle
}

.SA.details .SA_intro-details .voting-panel div h1{
    display:block;
    border:0;
    color:#F8BF00;
    text-align:center;
    font-size:400%;
    font-weight:bolder;
    text-shadow:0 0 8px rgba(0,0,0,1);
}

.SA.details .SA_intro-details .voting-panel div input{
    background:rgba(0,0,0,0.6);
    border:0;
    display:block;
    width:50%;
    max-width:400px;
    margin:10px auto 20px;
    padding:15px;
    line-height:120%;
    text-align:center;
    border:1px solid #F8BF00;
    color:#F8BF00;
    clear:left;
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
}

.SA.details .SA_intro-details .voting-panel div input:focus{
    border:1px solid #F8BF00;
}

.SA.details .SA_intro-details .voting-panel div input[type="submit"]{
    background:#F8BF00;
    color:#555;
    font-weight:bolder;
    text-transform:uppercase;
    max-width:200px;
    border-bottom:5px solid rgba(0,0,0,0.2);
    margin-bottom:80px;
}

.SA.details .SA_intro-details .voting-panel div p{
    max-width:400px;
    margin:20px auto 0;
    text-align:left;
    font-size:90%;
}

.SA.details .SA_intro-details .voting-panel div input[type="checkbox"]{
    float:left;
    max-width:20px;
    margin:5px 20px 50px 0;
    background:transparent;
    border:1px solid #F8BF00;
}

.SA.details .SA_intro-details .voting-panel div input.input-error{
    border:1px solid #FC4949;
}

.SA.details .SA_intro-details .voting-panel .error-msg{
    position:fixed;
    bottom:5px;
    height:0;
    left:0;
    width:100%;
}

.SA.details .SA_intro-details .voting-panel .error-msg div{
    display:none;
    background:#FC4949;
    color:#fff;
    padding:5px 0;   
    margin:0 5px;
    font-weight:bolder;
}

.SA.details .SA_intro-details .voting-panel .error-msg div.errm-msg{
    background:#CE3131;
}

.close-vote{
    position:absolute;
    top:0;
    right:0;
    font-size:30px;
    color:#F8BF00;
    width:100px;
    height:100px;
    line-height:80px;
    padding-left:20px;
    text-align:center;
    cursor:pointer;
    border-bottom-left-radius:60%;
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
}

.close-vote:hover{
    background:#F8BF00;
    border-bottom-left-radius:100%;
    color:#333;
}


.SA.details .SA_intro-details .voting-panel div .flip-img {
    height:221px;
    width:221px;
    margin:0 auto 20px;
    position:relative; 
}

.SA.details .SA_intro-details .voting-panel div .flip-img img:first-child{
    position:absolute;
    top:0;
    left:0;   
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  animation-name: flip;
  animation-iteration-count: infinite;
  transition-timing-function: linear;
  -webkit-animation-name: flip;
  -webkit-animation-iteration-count: infinite;
  -webkit-transition-timing-function: linear;
  animation-duration: 7s;
   -webkit-animation-duration: 7s;  
}


.SA.details .SA_intro-details .voting-panel div .flip-img img:last-child{
    position:absolute;
    top:0;
    left:0;   
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  animation-name: flip-back;
  animation-iteration-count: infinite;
  transition-timing-function: linear;
  -webkit-animation-name: flip-back;
  -webkit-animation-iteration-count: infinite;
  -webkit-transition-timing-function: linear;
  animation-duration: 7s;
   -webkit-animation-duration: 7s;  
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(360deg) ;
    -ms-transform: perspective(400px) rotateY(360deg) ;
    transform: perspective(400px) rotateY(360deg) ;
  }
}

@keyframes flip-back {
  100% {
    -webkit-transform: perspective(400px) rotateY(180deg);
    -ms-transform: perspective(400px) rotateY(180deg);
    transform: perspective(400px) rotateY(180deg);
  }

  0% {
    -webkit-transform: perspective(400px) rotateY(-180deg) ;
    -ms-transform: perspective(400px) rotateY(-180deg) ;
    transform: perspective(400px) rotateY(-180deg) ;
  }
}


@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(360deg) ;
    -ms-transform: perspective(400px) rotateY(360deg) ;
    transform: perspective(400px) rotateY(360deg) ;
  }
}

@-webkit-keyframes flip-back {
  100% {
    -webkit-transform: perspective(400px) rotateY(180deg);
    -ms-transform: perspective(400px) rotateY(180deg);
    transform: perspective(400px) rotateY(180deg);
  }

  0% {
    -webkit-transform: perspective(400px) rotateY(-180deg) ;
    -ms-transform: perspective(400px) rotateY(-180deg) ;
    transform: perspective(400px) rotateY(-180deg) ;
  }
}


/******* BODY *******/

.SA.details .SA_body-details{
    padding:60px 0;
    background:#fff;
}

.SA.details .SA_body-details .container{
    position:relative;
}

.SA.details .SA_body-details .container:before{
    position:absolute;
    top:-60px;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #333333 transparent transparent transparent;
}

.SA.details .SA_body-details .col-md-7 h2{
    color:#32c9ff;
    text-transform: uppercase;
    font-weight:bolder;
}

.SA.details .SA_body-details .col-md-7 h2:not(:first-child){
    margin-top:50px;
}

.SA.details .SA_body-details .col-md-5 .row .col-md-6{
    margin-bottom:10px;
    padding-left:5px;
    padding-right:5px;
}

.SA.details .SA_body-details .col-md-5 .row .col-md-6 img{
    width:100%;
    max-width:100%;
	height: auto;
}

.SA.details .SA_body-details .col-md-5 h3{
    font-weight:bolder;
    margin:40px 0 15px;
}

.SA.details .SA_body-details .col-md-5 ul li{
    margin:0 0 10px 20px;
    position:relative;
	list-style-type: none;
}

.SA.details .SA_body-details .col-md-5 ul li:before{
    position:absolute;
    left:-20px;
    top:-10px;
    font-size:30px;
    font-weight:bolder;
    content:'•';
    color:#32c9ff;
}


/*------------------------------ NOMINEES PAGE ----------------------------------*/

/******* INTRO *******/

.SA.nominees .SA_about{
    margin-top:80px;
    text-align:center;
}


.SA.nominees .SA_about p{
    font-size:150%;
}

.SA.nominees .SA_about p b{
    text-transform: uppercase
}

.SA.nominees .SA_body-nominees .nominees-item{
    margin:20px 0;
    display:block;
}

.SA.nominees .SA_body-nominees .nominees-item .nominees-text{
    background:#333;
    color:#fff;
    width:33%;
    height:250px;
    float:left;
    position:relative;
    transition:background-color 600ms ease;
    -webkit-transition:background-color 600ms ease;
}

.SA.nominees .SA_body-nominees .nominees-item .nominees-text div{
    padding:0 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);   
}

.SA.nominees .SA_body-nominees .nominees-item .nominees-text h2{
    display:inline-block;
    margin:0;
    text-transform:uppercase;
    padding-bottom:8px;
    border-bottom:1px solid #fff;
}
.SA.nominees .SA_body-nominees .nominees-item .nominees-text p{
    margin:0;
    font-size:90%;
    text-decoration:none;
	color: #ffffff;
}

.SA.nominees .SA_body-nominees .nominees-item .nominees-image{
    width:67%;
    float:left;
    overflow:hidden;
}

.SA.nominees .SA_body-nominees .nominees-item .nominees-image img{
    width:100%;
	height: auto;
    transition:all 1000ms ease;
    -webkit-transition:all 1000ms ease;
}

.SA.nominees .SA_body-nominees .nominees-item:hover .nominees-image img{
    width:130%;
    margin-left:-15%;
    margin-top:-5%;
}

.SA.nominees .SA_body-nominees .nominees-item .nominees-text:first-child:after{
    content:'';
    position:absolute;
    right:-10px;
    top:50%;
    margin-top:-20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #333333;
    transition:all 600ms ease;
    -webkit-transition:all 600ms ease;
}

.SA.nominees .SA_body-nominees .nominees-item .nominees-text:last-child:after{
    content:'';
    position:absolute;
    left:-10px;
    top:50%;
    margin-top:-20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #333333 transparent transparent;
    transition:all 600ms ease;
    -webkit-transition:all 600ms ease;
}

.SA.nominees .SA_body-nominees .nominees-item:hover .nominees-text{
    background:#FF9A04;
}
.SA.nominees .SA_body-nominees .nominees-item:hover .nominees-text:first-child:after{
    border-color: transparent transparent transparent #FF9A04;  
    right:-20px;
}
.SA.nominees .SA_body-nominees .nominees-item:hover .nominees-text:last-child:after{
    border-color: transparent #FF9A04 transparent transparent;
    left:-20px;
}

.SA.details .SA_body-details .challenge {
    padding: 0 15px;
}

.SA.details .SA_body-details .col-md-5 #SA_vote-button {
    display: block;
    margin-top: 30px;
    background: #f8bf00;
    text-align: center;
    color: rgba(0,0,0,0.7);
    font-weight: bolder;
    font-size: 120%;
    padding: 20px 0;
    cursor: pointer;
}


/*------------------------------ WINNERS PAGE ----------------------------------*/

/******* BODY *******/
.SA.winners .SA_body-winners{
    margin-top:80px;
}

.SA.winners .SA_body-winners .title-winners{
    background:#fff url(../img/awards/stripes.png);
}

.SA.winners .SA_body-winners .title-winners h1{
    margin:0;
    padding:20px 0;
    color:#32c9ff;
    font-weight:normal;
}

.SA.winners .SA_body-winners .content-winners{
    padding:0;
}

.SA.winners .SA_body-winners .content-winners .col-md-2{
    position:relative;
    min-height:200px;
}

.SA.winners .SA_body-winners .content-winners .col-md-2 img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);    
}

.SA.winners .SA_body-winners .content-winners .col-md-8{
    padding:0 50px;
}

.SA.winners .SA_body-winners .content-winners .col-md-8 h2{
    text-transform: uppercase
}
 

.SA.winners .SA_body-winners .blocks-winners .container{
    border-top:1px solid #ddd;
    padding:50px 0;
}

.SA.winners .SA_body-winners .blocks-winners .container .col-md-4{
    margin-top:30px;
	padding: 0 15px;
}

.SA.winners .SA_body-winners .blocks-winners .container .col-md-4 div:nth-child(1){
    background:#333;
    text-align:center;
    padding:20px 0;
    color:#fff;
    text-transform:uppercase;
}

.SA.winners .SA_body-winners .blocks-winners .container .col-md-4 div:nth-child(1) img{
    height:50px;
    display:block;
    margin:0 auto;
}

.SA.winners .SA_body-winners .blocks-winners .container .col-md-4 div:nth-child(1) h3{
    color:#32c9ff;
    font-size:120%;
    margin:10px 0 0;
}

.SA.winners .SA_body-winners .blocks-winners .container .col-md-4 div:nth-child(2) p{
    padding:20px;
    border:1px solid #ddd;
    border-width:0 1px;
    margin:0;
}

.SA.winners .SA_body-winners .blocks-winners .container .col-md-4 div:nth-child(3){
    padding:20px 0;
    border:1px solid #ddd;
    border-width:0 1px 1px;
    text-align:center;
}

/*------------------------------ ARCHIVES PAGE ----------------------------------*/

/******* BODY *******/
.SA.archives .SA_body-archives{
    margin-top:80px;
}

.SA.archives .SA_body-archives .title-archives{
    background:#fff url(../img/stripes.png);
    text-align:center;
}

.SA.archives .SA_body-archives .title-archives h1{
    margin:0 0 40px;
    padding:40px 0 10px;
    color:#32c9ff;
    font-weight:normal;
}

.SA.archives .SA_body-archives .title-archives h1:after{
    position:absolute;
    bottom:0px;
    left:50%;
    width:80px;
    margin-left:-40px;
    content:'';
    height:1px;
    background:#32c9ff;
}

.SA.archives .SA_body-archives .title-archives p{
    margin:-30px 0 25px;
    font-size:120%;
}

.SA.archives .SA_body-archives .content-archives{
    text-align:center;
}

.SA.archives .SA_body-archives .content-archives .col-md-3{
    padding:30px 0;
}

.SA.archives .SA_body-archives .content-archives a{
    display:block;
    color:inherit;
    text-decoration:none;
}

.SA.archives .SA_body-archives .content-archives a:hover h2{
    font-weight:bolder;
}

.SA.archives .SA_body-archives .content-archives a:hover img{
    transform: translateY(-5%); 
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
}

.SA.archives .SA_body-archives .content-archives a h2:after{
    position:absolute;
    top:-15px;
    left:50%;
    content:'';
    height:4px;
    width:0%;
    background:#32C9FF;
}

.SA.archives .SA_body-archives .content-archives a:hover h2:after{
    left:45%;
    width:10%;
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
}

.SA.archives .SA_body-archives .content-archives h2{
    color:#32c9ff;
    font-size:130%;
    margin:20px 0 10px;
    position:relative;
}

.SA.archives .SA_body-archives .content-archives h2 + span{
    text-transform: uppercase;
}

.SA_body-archives .container.nominees-archives{
    margin-top:50px;
}


.SA_body-archives .container .col-md-4{
    margin-top:0px;
    margin-bottom:50px;
    box-shadow:0 0px 0px -30px rgba(0,0,0,.4);
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
}

.SA_body-archives .container .col-md-4:hover{
    margin-top:-8px;
    box-shadow:0 40px 0px -30px rgba(0,0,0,.2);
}

.SA_body-archives .container .col-md-4 .inner-nominees{
    display:block;
    /*background:url(../img/nominees-ph.jpg) no-repeat center;
    background-size:cover;*/
    overflow:hidden;
    text-align:left;
    position:relative;
    min-height:350px;
}

.SA_body-archives .container .col-md-4 .inner-nominees div{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:5px 20px;
    background:#333;
    color:#fff;
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
}

.SA_body-archives .container .col-md-4 .inner-nominees div:after{
    position:absolute;
    top:-10px;
    left:50%;
    margin-left:-10px;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #333333 transparent;
}

.SA_body-archives .container .col-md-4:hover .inner-nominees div{
    padding:15px 20px; 
}

.SA_body-archives .container .col-md-4 .inner-nominees div h2{
    color:#32c9ff;
    font-size:150%;
    border-bottom:1px solid #32c9ff;
    text-transform:uppercase;
    display:inline-block;
    margin:5px 0;
}

.SA_body-archives .container .col-md-4 .inner-nominees div p{
    padding:0;
    line-height:140%;
    font-size:90%;
}

/*---------------- AMERICA/EUROPE SPLIT ------------------*/
 .SA_hero-split{
        padding:50px 0;
        text-align:center;
    }
 .SA_hero-split .container{
        padding:0;
    }
    .SA_hero-split img{
        max-width:100%;
    }

    .SA_hero-split .col-md-8.col-md-offset-2 h1{
        font-size:170%;
        margin:10px 0 30px;
    }

    .SA_hero-split .col-md-8.col-md-offset-2 a.SA-cta{
        margin:10px;
        padding:10px 50px;
    }

    .SA_hero-split .SA_split{
        position:relative;
        margin-top:30px;
        background:#ccc;
    }

    .SA_hero-splfit .SA_split:before{
        position:absolute;
        content:'';
        bottom:-170px;
        top:50px;
        left:120px;
        right:120px;
        border:1px solid rgba(0,0,0,.05);
    }

    .SA_hero-split .sub-split{
        position:relative;
        z-index:1;
    }



    .SA_hero-split .sub-split a:last-child{
        background:#ccc;
        outline-color:#ccc;
    }

    .SA_hero-split .sub-split a:last-child:hover{
        color:#ccc;
    }
	
	body.SA_split .header-wrapper, .SA_split .footer-wrapper{
		display: none;
	}

/* -------------------------------------------------------------------------------------- */

@media (max-width: 992px) {
    .SA_header .col-md-9 ul{
        display:block;
        margin-top:-500px;
        padding-top:30px;
        opacity:0;
        transition:all 1000ms ease;
        -webkit-transition:all 1000ms ease;
    }
    .SA_header .col-md-9 ul.menu-open{
        opacity:1;
        margin-top:0;
    }
    .SA_header{
        text-align:center;
    }
    .SA_header ul li,
    .SA_header ul li a{
        display:block;
        width:100%;
        text-align:center;
    }

    .SA_header .SA_menu-open{
        position:absolute;
        right:0;
        top:0;
        cursor:pointer;
    }

    .SA_header .SA_menu-open i{
        display:block;
        height:80px;
        width:80px;
        font-size:24px;
        line-height:80px;
    }

    .SA_body-winners{
        text-align:center;
    }

    .SA.winners .SA_body-winners .content-winners .col-md-2 img{
        position: static;
        top: auto;
        transform: none;    
    }

    .sameHeight > div{
        height:auto!important;
    }

    .SA_nominees .container .row{
        margin-top:30px;
    }


    .SA_nominees .container .col-md-4{
        margin-bottom:30px;
    }

    .SA_location .container {
        text-align:center;
    }

    .SA_location .container .col-md-5{
        padding:0 20px;
    }

    .SA_location .container .col-md-5:last-child{
        padding:0 20px;
    }



    .SA.nominees .SA_body-nominees .nominees-item .nominees-text{
        width:100%;
        height:auto;
        float:none;
        transition:background-color 600ms ease;
        -webkit-transition:background-color 600ms ease;
    }

    .SA.nominees .SA_body-nominees .nominees-item .nominees-text div{
        position: relative;
        top: auto;
        transform:none;  
        padding:20px; 
        text-align:center;
    }

    .SA.nominees .SA_body-nominees .nominees-item:hover{
        text-decoration-color:transparent!important;
    }

    .SA.nominees .SA_body-nominees .nominees-item .nominees-image{
        width:100%;
        float:none;
    }

    .SA.nominees .SA_body-nominees .nominees-item .nominees-text:first-child:after{
        display:none;
    }

    .SA.nominees .SA_body-nominees .nominees-item .nominees-text:last-child:after{
        display:none;
    }

    .SA.nominees .SA_body-nominees .nominees-item:hover .nominees-text{
        background:#FF9A04;
    }



    .SA.details .SA_hero{
        height:300px;
        position:relative;
    }


    .SA.details .SA_hero iframe{
        height:300px;
    }

    .SA.details .SA_hero .control{
        display:block;
        position:absolute;
        top:50%;
        left:10px;
        color:#fff;
        font-size:20px;
        height:30px;
        width:30px;
        text-align:center;
        line-height:30px;
        margin-top:-15px;
        background:rgba(0,0,0,.3);
        border-radius:50%;
        transition:all 400ms ease;
        -webkit-transition:all 400ms ease;
    }

    .SA.details .SA_hero .control.next{
        right:10px;
        left:auto;
    }

    .SA.details .SA_body-details .container:before{
        top:-80px;
    }

    .SA.details .SA_intro-details .col-md-4{
        text-align:center;
    }

}


@media (max-width: 450px) {
    .SA.details .SA_intro-details .voting-panel div h1{
        font-size:200%;
    }
    .SA.details .SA_intro-details .voting-panel div .flip-img{
        width:150px;
        height:150px;
    }
    .SA.details .SA_intro-details .voting-panel div .flip-img img{
        width:150px;
        height:150px;
    }

    .SA.details .SA_intro-details .voting-panel div input{
        width:90%;
    }
}



/** US **/
.SA.SA_US{
    color:#666;
}

.SA_hero .container{
    padding:50px 0;
}
.SA_hero-img{
    background:url(../img/awards/hero-awards-US.jpg) center;
    background-size:cover;
}

/*.SA_subhero{
    padding:30px 0;
background: rgba(24,162,217,1);
background: -moz-linear-gradient(left, rgba(24,162,217,1) 0%, rgba(48,196,255,1) 50%, rgba(24,162,217,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24,162,217,1)), color-stop(50%, rgba(48,196,255,1)), color-stop(100%, rgba(24,162,217,1)));
background: -webkit-linear-gradient(left, rgba(24,162,217,1) 0%, rgba(48,196,255,1) 50%, rgba(24,162,217,1) 100%);
background: -o-linear-gradient(left, rgba(24,162,217,1) 0%, rgba(48,196,255,1) 50%, rgba(24,162,217,1) 100%);
background: -ms-linear-gradient(left, rgba(24,162,217,1) 0%, rgba(48,196,255,1) 50%, rgba(24,162,217,1) 100%);
background: linear-gradient(to right, rgba(24,162,217,1) 0%, rgba(48,196,255,1) 50%, rgba(24,162,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a2d9', endColorstr='#18a2d9', GradientType=1 );
background:#eee;
    color:#888;
    font-size:130%;
    text-align:center;
}*/

.SA.SA_US section:not(.SA_hero) h1{
    margin:0 0 30px;
    padding:40px 0 30px;
    color:#32c9ff;
    font-weight:normal;
}

.SA.SA_US section:not(.SA_hero) h1:after{
    position:absolute;
    bottom:0px;
    left:50%;
    width:80px;
    margin-left:-40px;
    content:'';
    height:1px;
    background:#32c9ff;
}

.SA.SA_US section:not(.SA_hero) h2{
    font-size:170%;
    font-weight:bolder;
    text-transform:uppercase;
    text-align:center;
}


.SA.SA_US .SA_jury-awards{
    padding:60px 0;
    text-align:center;
    color:#888;
    background:url(../img/awards/stripes.png) #fff;
}

.SA.SA_US .SA_jury-awards .container{	
	padding: 0;
	}

.SA.SA_US .SA_jury-awards .col-md-6 h2{
    font-weight:normal;
}

.SA_enter{
    padding:33px 0;
    text-align:center;
    color:#888;
    background:#fff;
    position:relative;
}
.SA_enter .container{	
	padding: 0;
	}


.SA_enter h2{
    color:#32C9FF;
}

.SA_US .SA_enter a.SA-cta{
    background:#32C9FF;
    outline:2px solid #32C9FF;
    padding:10px 50px;
    margin:20px 0 60px;
    position:relative;
}

.SA_US .SA_enter .container .col-md-12{
    position:relative;
}

.SA_US .SA_enter .container .col-md-12:after{
    position:absolute;
    content:'';
    height:60px;
    width:1px;
    left:50%;
    bottom:0px;
    background:#32C9FF;;
}



.SA_dates{
    margin:0 0 40px;
    padding:50px 0;   
    position:relative;
    
background: rgba(24,162,217,1);
background: -moz-linear-gradient(left, rgba(24,162,217,1) 0%, rgba(48,196,255,1) 50%, rgba(24,162,217,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24,162,217,1)), color-stop(50%, rgba(48,196,255,1)), color-stop(100%, rgba(24,162,217,1)));
background: -webkit-linear-gradient(left, rgba(24,162,217,1) 0%, rgba(48,196,255,1) 50%, rgba(24,162,217,1) 100%);
background: -o-linear-gradient(left, rgba(24,162,217,1) 0%, rgba(48,196,255,1) 50%, rgba(24,162,217,1) 100%);
background: -ms-linear-gradient(left, rgba(24,162,217,1) 0%, rgba(48,196,255,1) 50%, rgba(24,162,217,1) 100%);
background: linear-gradient(to right, rgba(24,162,217,1) 0%, rgba(48,196,255,1) 50%, rgba(24,162,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a2d9', endColorstr='#18a2d9', GradientType=1 );

    color:#fff;
    text-align:center;
    font-size:120%;
}

.SA_dates .container{
    position:relative;
    z-index:1
}

.SA_dates span{
    display:block;
    margin-top:20px;
    font-weight:bolder;
    font-size:140%;
}

.SA_dates:after,
.SA_dates:before{
    position:absolute;
    content:'';
    top:-10%;
    height:120%;
    left:50%;
    width:500px;
    margin-left:-250px;
    background:transparent;
    border:1px solid #32C9FF;
}

.SA_dates:after{
    border-color:#FFF;
    top:-0.2%;
    height:100.4%;
}

.SA.SA_US .SA_jury-US{
    background:transparent;
    text-align:center;
    padding:80px 0;
}

.SA.SA_US .SA_jury-US h2{
    color:#F8BF00;
}

.SA.SA_US .SA_jury-US .col-md-4{
    margin-top:30px;
    text-align:left;
}

.SA.SA_US .SA_jury-US .col-md-4 div{
    overflow:hidden;
    height:250px;
    position:relative;
}
.SA.SA_US .SA_jury-US .col-md-4 img{
    width:100%;
    -ms-transform:translate(0,0);
    -webkit-transform:translate(0,0);
    transform:translate(0,0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.SA.SA_US .SA_jury-US .col-md-4 div{
    display:block;
    position:relative;
}

.SA.SA_US .SA_jury-US .col-md-4 div a:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    background:rgba(255,255,255,0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.SA.SA_US .SA_jury-US .col-md-4:hover div a:after{
    background:rgba(248, 191, 0,.2);
}

.SA.SA_US .SA_jury-US .col-md-4:hover img{
    width:120%;
    -ms-transform:translate(-8%,-8%);
    -webkit-transform:translate(-8%,-8%);
    transform:translate(-8%,-8%);

}

.SA.SA_US .SA_jury-US .col-md-4 p{
    float:left;
}

.SA.SA_US .SA_jury-US .col-md-4 p b{
    font-size:120%;
}

.SA.SA_US .SA_jury-US .col-md-4 p + a{
    display:block;
    padding:10px 20px;
    margin-top:10px;
    text-align:center;
    float:right;
    background:#F8BF00;
    color:#fff;
    font-weight:bolder;
    text-decoration:none;
    border-radius:4px;
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
}

.SA.SA_US .SA_jury-US .col-md-4 p + a:hover{
    background:#E5AF00;
}

.SA.SA_US .SA_location .container .col-md-5 .SA-cta{
    outline:2px solid #32C9FF;
    border:4px solid #333;
    transition:all 200ms ease;
    -webkit-transition:all 200ms ease;
}

.SA.SA_US .SA_location .container .col-md-5 .SA-cta:hover{
    background:transparent;
    color:#fff;
}



.SA_location .container .col-md-7:last-child{
    text-align:center;
}

.SA_location .container .col-md-7 .owl-stage-outer{
    border-right:2px solid #32C9FF;
}

.SA_location .container .col-md-7 img{
    width:100%;
}

.SA_location .container .col-md-7 .owl-item{
    width:100%;
}

/*FIXES*/
.SA h1, .SA h2, .SA h3{
    font-family:raleway,helvetica,arial,sans-serif;
}
.SA h1{
    font-size:250%;
}
.SA.SA_US p{
    color:inherit;
}
.SA.SA_US section.SA_hero h1{
    color:#fff;
    font-weight:800;
    font-size:250%;
}

.SA.SA_US section.SA_hero h1:after{
    background:#fff;
}

.SA.SA_US section.SA_dates .container{
    padding:0;
}

.SA.SA_US header#navbar{
    padding:10px 0;
}

.SA.SA_US .navbar{
    margin-bottom:0;
}

.SA.SA_US section#block-system-main-menu{
    width:100%;
}

.SA.SA_US .header-wrapper .logo img{
    margin-top:15px;
    height:40px;
}


.SA.SA_US header#navbar ul.menu.nav li{
    padding:0 0 0 20px;
}
.SA.SA_US header#navbar li a{
    color:#fff;
    font-family:raleway,helvetica,arial,sans-serif;
    -webkit-transition:all 300ms ease;
    transition:all 300ms ease;
}

.SA.SA_US header#navbar li a:hover{
    color:#32c9ff;
}

.SA.SA_US header#navbar li a[href="https://twitter.com/hashtag/selligentawards"]{
    font-weight:bolder;
    color:#32c9ff;
}

.SA.SA_US header#navbar li a[href="https://twitter.com/hashtag/selligentawards"]:before{
    content: "\f099";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right:5px;
    color:#F8BF00;
}

.SA .footer-wrapper .container p{
    color:#eee;
    font-size:13px;
    padding:0 50px;
}

.SA.SA_US .SA_jury-awards .col-md-6{
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px){
.SA_US .SA_enter .container .col-md-12:after,
.SA_dates:after,
.SA_dates:before{
display:none}
}