#wrapper_home {
    position : relative;
    width    : 100%;
}

/* banners */
#home_banners_bh {
    position : relative;
}

/* banner 1 */
/* image */
#banner_1 {
    /*background-position : center center;
    background-repeat   : no-repeat;
    background-size     : cover;*/
    margin-bottom : 30px;
    position      : relative;
}

#banner_1 .bh_title {
    position : absolute;
}

#banner_1 .bh_desc {
    position : absolute;
}

#banner_1 .bh_desc p {
    color       : #ffffff;
    font-family : "WR_FuturaPTBook", sans-serif;
}

/*#banner_1 .bh_cta .btn {
    background-color : transparent;
    border           : 4px solid #f8d306;
    border-radius    : 0;
    color            : #ffffff;
    cursor           : pointer;
    font-family      : "WR_FuturaPTBold", sans-serif;
    padding          : 0;
}

#banner_1 .bh_cta .btn:focus {
    box-shadow : none;
}*/

/*video*/
/*#banner_1 #bh_video_container {
    position : relative;
    width    : 100%;
    height   : auto;
    overflow : hidden;
}

#banner_1 #bh_video {
    height   : 100%;
    position : relative;
    width    : 100%;
    z-index  : -1;
}

#banner_1 .bh_content {
    left     : 20px;
    position : absolute;
}

#banner_1 .bh_title {
    margin-bottom : 10px;
}

#banner_1 .bh_title img {
    max-width : 85%;
    height    : auto;
}

#banner_1 .bh_desc {
    color         : #ffffff;
    font-family   : "WR_FuturaPTBook", sans-serif;
    margin-bottom : 10px;
}

#banner_1 .bh_cta .btn {
    background-color : transparent;
    border           : 2px solid #f8d306;
    color            : #ffffff;
    cursor           : pointer;
    font-family      : "WR_FuturaPTBold", sans-serif;
    padding          : 5px 15px;
    text-transform   : uppercase;
}

#banner_1 .bh_cta .btn:focus {
    box-shadow : none;
}*/
/*#banner_1 .bh_cta {
    text-align : right;
}*/

#banner_1 .bh_cta .btn {
    background-color : rgba(0, 0, 0, 0.8);
    border-radius    : 0;
    color            : #ffffff;
    cursor           : pointer;
    font-family      : "WR_FuturaPTBold", sans-serif;
    text-transform   : uppercase;
}

/* banner 1 */

/* banner 2 */
#banner_2 {
    position : relative;
}

#banner_2 img {
    height : auto;
    width  : 100%;
}

#banner_2 .bh_top_right_content {
    position : absolute;
    right    : 20px;
    top      : 20px;
}

#banner_2 .bh_title {
    color          : #ffffff;
    font-family    : "WR_ZillaSlab-Bold", sans-serif;
    font-weight    : 600;
    text-transform : uppercase;
}

#banner_2 .bh_bottom_right_content {
    bottom   : 40px;
    position : absolute;
    right    : 20px;
}

#banner_2 .bh_desc {
    color       : #ffffff;
    font-family : "WR_FuturaPTBold", sans-serif;
    text-align  : right;
}

#banner_2 .bh_cta {
    text-align : right;
}

#banner_2 .bh_cta .btn {
    background-color : rgba(0, 0, 0, 0.8);
    border-radius    : 0;
    color            : #ffffff;
    cursor           : pointer;
    font-family      : "WR_FuturaPTBold", sans-serif;
    text-transform   : uppercase;
}

/* banner 2 */

/* banner 3 */
#banner_3 {
    position : relative;
}

#banner_3 img {
    height : auto;
    width  : 100%;
}

#banner_3 .bh_top_left_content {
    left     : 20px;
    position : absolute;
    top      : 20px;
}

#banner_3 .bh_title {
    color          : #ffffff;
    font-family    : "WR_ZillaSlab-Bold", sans-serif;
    font-weight    : 600;
    text-transform : uppercase;
}

#banner_3 .bh_bottom_left_content {
    bottom   : 40px;
    left     : 20px;
    position : absolute;
}

#banner_3 .bh_desc {
    color         : #ffffff;
    font-family   : "WR_FuturaPTBold", sans-serif;
    margin-bottom : 30px;
}

#banner_3 .bh_cta .btn {
    background-color : rgba(0, 0, 0, 0.8);
    border-radius    : 0;
    color            : #ffffff;
    cursor           : pointer;
    font-family      : "WR_FuturaPTBold", sans-serif;
    text-transform   : uppercase;
}

/* banner 3 */

.section_title h3 {
    color          : #444344;
    font-family    : "WR_FuturaPTBold", sans-serif;
    line-height    : 1;
    margin-bottom  : 30px;
    opacity        : 0.7;
    text-align     : center;
    text-transform : uppercase;
}

.section_sub_title p {
    color         : #444344;
    font-family   : "WR_FuturaPTBook", sans-serif;
    line-height   : 1;
    margin-bottom : 30px;
    margin-top    : -20px;
    text-align    : center;
}


@media (max-width : 767px) {
    /* banner 1 */
    /*image*/
    /*#banner_1 {
        background-image : url(../images/homepage/banner_1_mob.jpg);
        height           : 514px;
    }*/
    #banner_1 .bh_desc p {
        font-size : 20px;
    }
    
    /*#banner_1 .bh_cta .btn {
        font-size     : 16px;
        height        : 45px;
        line-height   : 41px;
        margin-bottom : 10px;
        margin-right  : 10px;
        min-width     : 130px;
    }*/
    
    #banner_1 .bh_cta .btn {
        font-size   : 20px;
        height      : 35px;
        line-height : 22.5px;
        min-width   : 220px;
    }
    
    /*video*/
    /*#banner_1 #bh_video {
        height     : 320px;
        object-fit : cover;
    }
    
    #banner_1 .bh_content {
        bottom: 20px;
        max-width : 50%;
    }*/
    /* banner 1 */
    /* banner 2 */
    #banner_2 .bh_title {
        font-size : 27px;
    }
    
    #banner_2 .bh_desc {
        font-size     : 17px;
        margin-bottom : 15px;
    }
    
    #banner_2 .bh_cta .btn {
        font-size   : 20px;
        height      : 35px;
        line-height : 22.5px;
        min-width   : 220px;
    }
    
    /* banner 2 */
    /* banner 3 */
    #banner_3 .bh_title {
        font-size : 27px;
    }
    
    #banner_3 .bh_desc {
        font-size     : 17px;
        margin-bottom : 15px;
    }
    
    #banner_3 .bh_cta .btn {
        font-size   : 20px;
        height      : 35px;
        line-height : 22.5px;
        min-width   : 220px;
    }
    
    /* banner 3 */
    .section_title h3 {
        font-size : 27px;
    }
    
    .section_sub_title p {
        font-size : 14px;
    }
}

@media (min-width : 768px) {
    /* banner 1 */
    /*#banner_1 .bh_content {
        bottom: 60px;
        max-width : 50%;
    }*/
    
    #banner_1 .bh_cta .btn {
        height      : 60px;
        line-height : 48px;
    }
    /* banner 1 */
    
    /* banner 2 */
    #banner_2 .bh_desc {
        margin-bottom: 10px;
    }
    
    #banner_2 .bh_cta .btn {
        height      : 60px;
        line-height : 48px;
    }
    
    /* banner 2 */
    
    /* banner 3 */
    #banner_3 .bh_cta .btn {
        height      : 60px;
        line-height : 48px;
    }
    
    /* banner 3 */
    /*#yt_home_video_container .embed-responsive {
        pointer-events : none;
    }*/
    .section_sub_title p {
        font-size : 20px;
    }
}

@media (min-width : 768px) and (max-width : 991px) {
    /* banner 1 */
    /*image*/
    /*#banner_1 {
        background-image : url(../images/homepage/banner_1_tab.jpg);
        height           : 954px;
    }*/
    #banner_1 .bh_desc p {
        font-size : 34px;
    }
    
    /*#banner_1 .bh_cta .btn {
        font-size     : 30px;
        height        : 80px;
        line-height   : 76px;
        margin-bottom : 20px;
        margin-right  : 20px;
        min-width     : 265px;
    }*/
    
    #banner_1 .bh_cta .btn {
        font-size : 36px;
        min-width : 400px;
    }
    
    /*video*/
    /*#banner_1 #bh_video {
        height     : 655px;
        object-fit : cover;
    }
    
    #banner_1 .bh_content {
        max-width : 50%;
    }
    
    #banner_1 .bh_desc,
    #banner_1 .bh_cta .btn {
        font-size : 35px;
    }*/
    /* banner 1 */
    /* banner 2 */
    #banner_2 .bh_title {
        font-size : 55px;
    }
    
    #banner_2 .bh_desc {
        font-size : 34px;
    }
    
    #banner_2 .bh_cta .btn {
        font-size : 36px;
        min-width : 400px;
    }
    
    /* banner 2 */
    /* banner 3 */
    #banner_3 .bh_title {
        font-size : 55px;
    }
    
    #banner_3 .bh_desc {
        font-size : 34px;
    }
    
    #banner_3 .bh_cta .btn {
        font-size : 36px;
        min-width : 400px;
    }
    
    /* banner 3 */
    .section_title h3 {
        font-size : 55px;
    }
}

@media (max-width : 991px) {
    /* banner 1 */
    #banner_1 .bh_title {
        left : 20px;
        top  : 20px;
    }
    
    #banner_1 .bh_desc {
        bottom : 20px;
        left   : 20px;
    }
    
    /* banner 1 */
    /* banner 2 */
    #banner_2 {
        margin-bottom : 30px;
    }
    
    /* banner 2 */
}

@media (min-width : 992px) {
    /* banner 1 */
    /* image */
    /* #banner_1 {
         background-image : url(../images/homepage/banner_1_desk.jpg);
         height           : 581px;
     }*/
    #banner_1 .bh_title {
        left : 30px;
        top  : 35px
    }
    
    #banner_1 .bh_desc {
        left : 30px;
    }
    
    #banner_1 .bh_desc p {
        font-size : 28px;
    }
    
    /*#banner_1 .bh_cta .btn {
        font-size    : 24px;
        height       : 64px;
        line-height  : 60px;
        margin-right : 30px;
    }*/
    
    #banner_1 .bh_cta .btn {
        font-size   : 26px;
        line-height : 47px;
        min-width   : 300px;
    }
    
    /* video */
    /*#banner_1 .bh_content {
        max-width : 22%;
    }*/
    /* banner 1 */
    /* banner 2 */
    #banner_2 .bh_title {
        font-size : 45px;
    }
    
    #banner_2 .bh_desc {
        font-size : 27px;
    }
    
    #banner_2 .bh_cta .btn {
        font-size   : 26px;
        line-height : 47px;
        min-width   : 300px;
    }
    
    /* banner 2 */
    /* banner 3 */
    #banner_3 .bh_title {
        font-size : 45px;
    }
    
    #banner_3 .bh_desc {
        font-size : 27px;
    }
    
    #banner_3 .bh_cta .btn {
        font-size   : 26px;
        line-height : 47px;
        min-width   : 300px;
    }
    
    /* banner 3 */
    .section_title h3 {
        font-size : 45px;
    }
}

@media (min-width : 992px) and (max-width : 1199px) {
    /* banner 1 */
    /* image */
    #banner_1 .bh_desc {
        bottom : 30px;
    }
    
    /*#banner_1 .bh_cta .btn {
        min-width : 200px;
    }*/
    
    /* video */
    /*#banner_1 .bh_desc,
    #banner_1 .bh_cta .btn {
        font-size : 20px;
    }*/
    /* banner 1 */
}

@media (min-width : 1200px) {
    /* banner 1 */
    /*image*/
    #banner_1 .bh_desc {
        bottom : 65px;
    }
    
   /* #banner_1 .bh_cta .btn {
        min-width : 220px;
    }*/
    
    /*video*/
    /*#banner_1 .bh_desc {
        font-size: 28px
    }
    
    #banner_1 .bh_cta .btn {
        font-size : 24px;
    }*/
    /* banner 1 */
}
/* new finalists css */
#big_diamond {
        width: 414px;
    margin: 10% auto;
    float: right;
    margin-top:140px;
    margin-right: 15%;
    overflow: hidden;
    transform: rotate(45deg);
}
.diamond {
  position: relative;
  float: left;
 /*  border: 1px solid #fdc400; */
  width: 21%;
  padding-bottom: 21%;
  margin: 2px;
  background:#0000001f;
  transition:background-color .4s;
}
.diamond a {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
}

.invisible{    visibility: hidden;}
.logo{
    position: absolute;
    height: 180px;
    width: 180px;
top: 98px;
    right: 141px;
    transform: rotate(-45deg);
}
.diamond img{
    width: 151%;
    margin-top: -20px;
    margin-left: -22px;
    transform: rotate(-45deg);
}
.finalSlide{
    background-image: url(../images/tw19finalists/finalists_bg.jpg);
    height: 100vh;
    background-attachment: scroll;
    background-position: center;
        margin-top: -20px;
            background-size: cover;
    background-repeat: no-repeat;
}
.nameDiamond{
        height: 45px;
    width: 45px;
    background: #fdc400;
    margin-top: 39px;
    margin-left: 40px;
}

.bannerTextFinal{
text-align:center;
line-height: 8.5px;
}
.bannerTextFinal h2{
font-size:48px;
font-weight:bold;
font-family      : "WR_FuturaPTBold", sans-serif;
color:#fdc400;
}
.bannerTextFinal p{
font-size:32px;
color:#fff;
}
.bannerTextFinal h3 {
    color: #fff;
    font-family : "WR_FuturaPTBold", sans-serif;
    text-align: center;
    padding-top: 2%;
}
.votenewCta {
    width: 200px;
    background: #fdc400;
    font-family: "WR_FuturaPTBold", sans-serif;
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 900;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}
@media (max-width : 767px) {
.bannerTextFinal h2{
font-size:25px;
} 
.bannerTextFinal {
    margin-top: 60px;
}
.finalSlide{
height:100% !important;
}
#big_diamond {
    width: 263px;
    margin: 0 auto;
    float: none;
    margin-top: 58px;
        margin-right: 25px;
    overflow: hidden;
    transform: rotate(45deg);
}
.diamond img {
    width: 158%;
    margin-top: -14px;
    margin-left: -17px;
    transform: rotate(-45deg);
}
.logo {
    position: absolute;
    height: 140px;
    width: 140px;
    top: 53px;
    right: 75px;
    transform: rotate(-45deg);
}
.bannerTextFinal p {
    font-size: 21px;
}
.bannerTextFinal {
    margin-top: 40px;
    margin-bottom: 24px;
}

}
@media screen and (device-width: 360px) and (device-height: 640px) {
.diamond img {
    width: 158%;
    margin-top: -14px;
    margin-left: -17px;
    transform: rotate(-45deg);
}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 


 .logo{
    position: absolute;
    height: 100px;
    width: 100px;
    top: 53px;
    right: 75px;
    transform: rotate(-45deg);
}
#big_diamond {
    width: 224px;
    margin: 0 auto;
    margin-top: 15%;
    margin-right: 46px;
}
.diamond img {
    width: 158%;
    margin-top: -11px;
    margin-left: -14px;
    transform: rotate(-45deg);
}
    
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
    
  #big_diamond {
    margin: 0 auto;
    margin-top: 49px;
}   
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
#big_diamond {
    width: 224px;
    margin: 0 auto;
    margin-top: 49px;
}    
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
#big_diamond {
    width: 412px;
    float:none;
        margin-left: 25%;
} 
.bannerTextFinal {
    margin-top: 10%;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
#big_diamond {
    width: 415px;
        margin-top: 45%;
}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { 
#big_diamond {
    width: 224px;
    margin: 0 auto;
    margin-top: 15%;
    /* margin-right: 54px; */
}    
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
#big_diamond {
   width: 263px;    
    margin: 0 auto;
        float: none;
    margin-top: 49px;
}
.logo {
    position: absolute;
    height: 140px;
    width: 140px;
    top: 53px;
    right: 75px;
    transform: rotate(-45deg);
}
.bannerTextFinal p {
    font-size: 21px;
}
.bannerTextFinal h2 {
    font-size: 25px;
}
.bannerTextFinal {
    margin-top: 40px;
    margin-bottom: 24px;
}
.finalSlide {
    height: 100% !important;
}
.diamond img {
    width: 158%;
    margin-top: -14px;
    margin-left: -17px;
    transform: rotate(-45deg);
}

}
.diamond:focus{
 outline:none !important;   
}
.diamond a{
cursor:default;    
}
.votenewCta:hover{
text-decoration:none;
}
