/*------------------------------------*\
            $Common.css 
\*------------------------------------*/

/*
  * General
  * index.html
  * Media Query...............RWD
*/

/*------------------------------------
            $General
------------------------------------*/
html {
    background-color: #191919 ;
}
body {
    font-family: 'Roboto', sans-serif;
}
#_topnav_ * {
    z-index: 10;
}

.rl-topnav.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.container, .container-fluid {
    /*padding-right: 0;
    padding-left: 0;*/
    width: 100%;
}

.rl-row-1440 {
    max-width: 1440px;
    margin: 0 12.1%;
    padding-right: 15px;
    padding-left: 15px;
}

.rl-row-1100 {
    max-width: 1100px;
    margin: 0 21%;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-header {
    margin-right: auto;
}

.navbar-brand {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.middle-textbanner {
    font-family: 'Roboto', sans-serif;
}

/*-----collapse button-----*/

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #82be0f;
}

.rl-img-response {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*--- text weight ---*/

.rl-text-bold {
    font-weight: bold;
}

.rl-text-medium {
    font-weight: 500;
}

.rl-text-regular {
    font-weight: 400;
}

.rl-text-light {
    font-weight: 300;
}

/*--------text-align------ */

.rl-text-center {
    text-align: center !important; 
}

.rl-text-left {
    text-align: left !important;
}

.rl-text-right {
    text-align: right !important;
}

/*--------text-size------ */

/* 48 */

.rl-text-h1 {
    font-size: calc( 28.8px + 1vw);
}

.rl-text-lg {
    font-size: calc(6.25vw + 20px);
    /*1920-140 ,320-40*/
    line-height: 1;
    font-weight: 500;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.rl-text-md {
    font-size: calc(1.3888888888888888vw + 33.333333333333336px);
    font-weight: 300;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .rl-text-md {
        font-size: calc(3.125vw + 20px);
    }
}

a.text-decoration-no-underline {
    text-decoration: none;
}

.rl-text-md2 {
    font-size: calc(1.25vw + 36px);
    /*1920:60, 320-40*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-md3 {
    font-size: calc(1.875vw + 44px);
    /*1920:80, 320-50*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-md4 {
    font-size: 50px;
    /*1920:50, 320-50*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-md5 {
    font-size: 42px;
    /*1920:42, 320-50*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-sm {
    font-size: calc(0.6944444444444444vw + 22.666666666666668px);
    /*36*/
    font-weight: 300;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .rl-text-sm {
        font-size: 28;
        line-height: 1.4;
    }
}

.rl-text-xs {
    font-size: calc( 22.8px + 0.375vw);
    line-height: 1.1;
}

.rl-text-desc {
    font-size: calc(0.125vw + 15.6px);
    line-height: 1.4;
    font-weight: 300;
}

@media (max-width: 320px) {
    .middle-textbanner {
        flex-direction: column;
    }
    .rl-text-desc {
        font-size: 16px;
        line-height: 1.3;
    }
}

.rl-text-desc-lg {
    font-size: calc(0.25vw + 19.2px);
}

.rl-text-desc-md {
    font-size: calc(0.125vw + 17.6px);
}

.rl-text-desc-sm {
    font-size: calc(0.125vw + 15.6px);
}

.rl-text-desc-xs {
    font-size: calc(0.125vw + 13.6px);
}

.rl-text-desc-xs1 {
    font-size: calc(0.125vw + 10.6px);
}

/*-----display: flex-----*/

.flex-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.flex-end {
    -webkit-align-self: flex-end;
    -ms-flex-align: end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.stretch {
    -webkit-align-self: stretch;
    -ms-flex-align: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.flex-start-align {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.flex-end-align {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.align-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.justify-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.justify-space-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.bg-color-black {
    background-color: #000;
}

.contest-text-color {
    color: #737373;
}

.text-color-yellow {
    color: #cc9329;
}

.text-color-grey {
    color: #c8c8c8;
}

.text-color-red {
    color: #cc7a37;
}

/*--- magnificPopup overwrite ---*/

.mfp-iframe-holder .mfp-content {
    width: 70% !important;
    max-width: 70% !important;
    text-align: center;
}

.visibie-991 {
    display: none;
}

/*------------------------------------
                $Play Button
------------------------------------*/

.rl-rel {
    position: relative;
    display: block;
}

.rl-rel:hover .rl-play-wrapper {
    background: rgba(98, 98, 98, 0.8);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.rl-play-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc(1.5625vw + 50px);
    height: calc(1.5625vw + 50px);
    border-radius: 50%;
    border: 4px solid #fff;
    margin: auto;
    background: rgba(98, 98, 98, 0.5);
    -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.rl-play {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(0.5vw + 5.4px) 0 calc(0.5vw + 5.4px) calc(0.8125vw + 9.4px);
    border-color: transparent transparent transparent #fff;
    margin-left: calc(0.375vw + 2.8px);
}

/* col-3 */

.rl-col-3 {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rl-col-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.rl-col-item+.rl-col-item {
    margin-left: calc(2.604166666666667vw + 10px);
}

.blog-post .rl-text-h3 {
    font-size: 24px;
    font-weight: bold;
    color: #737373;
    text-align: center;
    padding: 0;
    border: none;
    margin: 0;
}

.blog-post .rl-row-m35 {
    margin-top: calc(0.9375vw + 17px);
    margin-bottom: calc(0.9375vw + 17px);
}

/*------------------------------------
                row space
------------------------------------*/

/*----- 130px ----- */

.rl-row-130 {
    padding-top: calc(4.375vw + 46px);
    padding-bottom: calc(4.375vw + 46px);
}

.rl-row-top-130 {
    padding-top: calc(4.375vw + 46px);
    padding-bottom: 0;
}

.rl-row-bottom-130 {
    padding-bottom: calc(4.375vw + 46px);
}

/*----- 90px ----- */

.rl-row-90 {
    padding-top: calc( 30px + 3.125vw);
    padding-bottom: calc( 30px + 3.125vw);
}

.rl-row-top-90 {
    padding-top: calc( 30px + 3.125vw);
    padding-bottom: 0;
}

.rl-row-bottom-90 {
    padding-bottom: calc( 30px + 3.125vw);
}

/*----- 80px ----- */

.rl-row-80 {
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: calc( 32px + 2.5vw);
}

.rl-row-top-80 {
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: 0;
}

.rl-row-bottom-80 {
    padding-top: 0;
    padding-bottom: calc( 32px + 2.5vw);
}

/*----- 70px ----- */

.rl-row-70 {
    padding-top: calc(2.1875vw + 28px);
    padding-bottom: calc(2.1875vw + 28px);
}

.rl-row-top-70 {
    padding-top: calc(2.1875vw + 28px);
    padding-bottom: 0;
}

.rl-row-bottom-70 {
    padding-top: 0;
    padding-bottom: calc(2.1875vw + 28px);
}

/*----- 60px ----- */

.rl-row-60 {
    padding-top: calc( 24px + 1.875vw);
    padding-bottom: calc( 24px + 1.875vw);
}

.rl-row-top-60 {
    padding-top: calc( 24px + 1.875vw);
    padding-bottom: 0;
}

.rl-row-bottom-60 {
    padding-top: 0;
    padding-bottom: calc( 24px + 1.875vw);
}

/*----- 50 px ----- */

.rl-row-50 {
    padding-top: calc( 14px + 1.875vw);
    padding-bottom: calc( 14px + 1.875vw);
}

.rl-row-top-50 {
    padding-top: calc( 14px + 1.875vw);
    padding-bottom: 0;
}

.rl-row-bottom-50 {
    padding-top: 0;
    padding-bottom: calc( 14px + 1.875vw);
}

/*----- 40 px ----- */

.rl-row-40 {
    padding-top: calc( 16px + 1.25vw);
    padding-bottom: calc( 16px + 1.25vw);
}

.rl-row-top-40 {
    padding-top: calc( 16px + 1.25vw);
    padding-bottom: 0;
}

.rl-row-bottom-40 {
    padding-top: 0;
    padding-bottom: calc( 16px + 1.25vw);
}

/*----- 30 px ----- */

.rl-row-30 {
    padding-top: calc(0.75vw + 15.6px);
    padding-bottom: calc(0.75vw + 15.6px);
}

.rl-row-top-30 {
    padding-top: calc(0.75vw + 15.6px);
    padding-bottom: 0;
}

.rl-row-bottom-30 {
    padding-top: 0;
    padding-bottom: calc(0.75vw + 15.6px);
}

/*----- 25 px ----- */

.rl-row-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.rl-row-top-25 {
    padding-top: 25px;
    padding-bottom: 0;
}

.rl-row-bottom-25 {
    padding-top: 0;
    padding-bottom: 25px;
}

/*----- 20 px ----- */

.rl-row-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rl-row-top-20 {
    padding-top: 20px;
    padding-bottom: 0;
}

.rl-row-bottom-20 {
    padding-top: 0;
    padding-bottom: 20px;
}

/*----- 15 px ----- */

.rl-row-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rl-row-top-15 {
    padding-top: 15px;
    padding-bottom: 0;
}

.rl-row-bottom-15 {
    padding-top: 0;
    padding-bottom: 15px;
}

/*----- 10 px ----- */

.rl-row-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rl-row-top-10 {
    padding-top: 10px;
    padding-bottom: 0;
}

.rl-row-bottom-10 {
    padding-top: 0;
    padding-bottom: 10px;
}

/* custom */

.rl-row-80-50 {
    /*padding-top:80, padding-bottom:50*/
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: calc( 14px + 1.875vw);
}

/*----- font face -----*/

@font-face {
    font-family: "Bitsumishi";
    src: local("Bitsumishi"), url("fonts/BITSUMIS.TTF") format("truetype"), url("fonts/BITSUMIS.TTF.eot") format("embedded-opentype"), url("fonts/Bitsumishi.svg") format("svg");
}

@font-face {
    font-family: "HelveticaNeueLTStd-Lt";
    src: local("HelveticaNeueLTStd-Lt"), url("fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Lt.eot") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Lt.svg") format("svg");
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.eot");
    src: url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.woff") format("woff"), url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd") format("svg"), url("./fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

.info-no-content {
    height: 21vw;
    width: 100%;
}

.info-no-content p {
    font-size: calc( 15.6px + 0.75vw);
    color: #fff;
    line-height: 1.2;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.info-no-content p>span {
    font-weight: 700;
}

.banner-text { 
    position: absolute;
    top: calc(18% + 12vw);
    left: 0;
    width: 100%;
    margin-top: -120px;
    z-index: 2;
    /*text-align: center;*/
}
.banner-img-wrapper { 
    border-bottom: 1px solid #4d4d4d; 
    position: relative;
}
.main-title {
    color: #fff;
    font-family: "oswald", "Roboto", "sans-serif";
    font-size: 5vw;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    
}

.sub-title {
    color: #fff;
    font-family: "HelveticaNeueLTStd-Lt", Arial, "sans-serif";
    padding-bottom: calc( 1.2px + 0.5625vw);
    font-size: calc( 15px + 1.5625vw);
    margin: 0;
}

.judge-title {
    position: absolute;
    bottom: 14px;
    z-index: 2;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #a0a0a0;
    left: 80%;
}

.contest-date{
    padding-left: 15px;
    float: left;
}

.contest-countdown{
    padding-left: 15px;
    float: left;
}

.cc-logo {
    padding-right: 1.04vw;
    width: 5vw;
}

.date {
    padding-top: 10px;
}

.media-partners {
    width: 100%;
    min-height: 122px;
    background-color: #ff875a;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(0.9375vw + 12px) 0;
}

.media-partners .title {
    color: #fff;
    font-family: 'HelveticaNeueLTStd-Bd', sans-serif;
    font-size: 16px;
    margin-right: 20px;
}

.sponsor {
    padding: 0 15px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sponsor li {
    display: inline-block;
    text-align: center;
    margin-right: 28px;
    padding: 10px 0 10px;
}

.sponsor li img {
    max-width: 100%;
    height: auto;
}

.sponsor-title {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-right: 20px;
    color: #c8c8c8;
    white-space: nowrap;
}

.mediaPartnet {
    margin: 30px 0;
}

.mediaPartnet li {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    padding: 8px 0 0 0;
}

.mediaPartnet li img {
    max-width: 100%;
    height: auto;
}

.mediaPartnet-title {
    color: #fff;
    font-size: 16px;
}

.img-main-mobile {
    position: relative;
    z-index: 10;
}

.logo-mediaPartnet {
    position: absolute;
    bottom: 0;
    z-index: 100;
}

.game-date {
    font-family: 'Roboto', sans-serif;
    padding: 8px;
    font-size: 28px;
    color: #c8c8c8;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    width: 280px;
    text-align: center;
}

.visible-500 {
    display: none;
}

.digit, .digit.static {
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    font-size: 32px;
    width: min-content;
    line-height: 1.4;
    border-radius: 0;
    font-weight: 700;
    font-family: 'Oswald';
    width: 20px;
}

.position {
    width: 24px;
    height: 46px;
}
.countDiv {
    font-family: "Oswald";
    font-size: 17px;
    font-weight: 400;
    color: #afafaf;
    left: -8px;
    bottom: 10px;
}

/*------------------------------------
            $intro.html
------------------------------------*/

.intro .img-wrapper {
    text-align: right;
}

.intro .img-wrapper>img {
    display: inline-block;
}

/*default button 2 with border*/

.btn-wrapper {
    margin-top: 100px;
}

.btn-contest2015 {
    width: 400px;
    height: 60px;
}

.rl-btn-border {
    background-color: transparent;
    border: 2px solid #82be0f;
    color: #82be0f;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    border-radius: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.rl-btn-border:hover, .rl-btn-border:active, .rl-btn-border:active:focus {
    background-color: #82be0f;
    border: 2px solid #82be0f;
    color: white;
    outline: none;
}

.rl-btn-border:focus {
    background-color: transparent;
    border: 2px solid #82be0f;
    color: #82be0f;
    outline: none;
}

.testimonial {
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.testimonial>div {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 40px;
}

.testimonial>div:first-of-type {
    /*padding-left: 0; */
}

.testimonial>div:last-of-type {
    /*padding-right: 0; */
    margin-bottom: 0;
}

.testimonial>div>img {
    margin: 0 auto;
}

.testimonial>div>p {
    max-width: 268px;
    /*width: 81.2121%;*/
    margin: 0 auto;
}

.img-wrapper-about img {
    margin-right: 1.2vw;
    margin-bottom: 45px;
    width: 5.4vw;
}

.img-wrapper-about img:last-of-type {
    margin-right: 0;
}

.img-logo-iccc {
    margin-bottom: 55px;
    padding: calc(1.5vw + 5.2px);
}

.blog-subtitle {
    margin-top: 40px !important;
}

/* .intro-content-top {
    padding-top: calc(1.875vw + -6px);
    padding-bottom: 30px;
} */

.intro-content-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.intro-content-top li {
    padding-left: 1em;
    text-indent: -.7em;
}

.intro-content-top li::before {
    content: "•";
    font-size: 24px;
    color: #82be0f;
    padding-right: 10px;
}

.intro-content-top .title {
    /* padding: 30px 15px; */
    text-align: left;
    font-size: 24px;
    color: #82be0f;
    font-family: Roboto, sans-serif;
}

.intro-content-bot {
    padding: 30px 15px;
    border-bottom: 1px solid #7a7a7a;
}

.intro-content-bot .title {
    padding: 30px 0;
    text-align: left;
    font-size: 24px;
    color: #82be0f;
}

.intro-content-bot .collumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro-content-bot .collumn .col-block {
    width: 20%;
    padding: 15px;
}

.intro-content-bot .collumn .col-block .img-wrap {
    height: 85px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #7a7a7a;
}

.intro-content-bot .collumn .col-block .img-wrap img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.intro-content-bot .collumn .col-block .img-wrap:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.intro-content-bot .collumn .col-block .desc {
    padding-top: calc(1.25vw + 11px);
    text-align: left;
}

/*------------------------------------
            $rules.html
------------------------------------*/

.text-blog-sm {
    padding-left: 30px;
    padding-right: 30px;
}

/*------------------------------------
            $prize.html
------------------------------------*/

.area-judges-wrapper {
    /*padding-bottom: 20px;*/
}

.line-green {
    border-bottom: 1px solid #82be0f;
    padding-top: 20px;
}

.area-judges {
    padding-bottom: 30px;
}

.area-judges .title {
    font-size: 24px;
    color: #82be0f;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.area-judges .description {
    color: #fff;
    font-weight: 600;
}

.area-prize-style2-warpper {
    padding: 0 30px;
}

.area-prize.style2 {
    border: 1px solid #82be0f;
    background: #202020;
}

.area-prize.style2, .area-prize.style1 .img-wrapper {
    margin-bottom: 50px;
}

.area-prize.style2 .img-wrapper {
    background: black;
    padding: 60px 0;
}

.area-prize.style2 .area-judges {
    padding: 25px 10px;
}

.prize-description {
    margin-top: 10px;
    font-size: 18px;
}

.areae-prize-wrapper {
    padding-top: 60px;
    /*padding-bottom: 45px;*/
}

.areae-prize-wrapper .text-blog-xs {
    /*padding: 0 30px;  */
    margin-bottom: 30px;
}

.img-spponsor {
    /*border: 1px solid #82be0f;*/
}

.area-sponsor-desc {
    /*padding-top: 15px;*/
    font-size: 18px;
    color: #A0A0A0;
}

.area-sponsor-desc p:first-of-type {
    padding-top: 0px;
}

.area-sponsor-desc>p {
    text-align: center;
    width: 100%;
}

.sponsor-wrapper, .sponsor-wrapper h2 a, .sponsor-wrapper span>i {
    background: #202020;
}

.sponsor-wrap {
    padding: calc(0.9375vw + 2px) 0;
    background-color: #191919;
}

.sponsor li .sponsor-img-responsive {
    max-height: 85px;
}

.img-logos-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 62px;
}

.area-sponsor {
    display: inline-block;
    margin-bottom: 40px;
    width: 50%;
    /*max-width: 165px;*/
    /*width: 10.4vw;
      margin-right: calc( (100% - ((10.4vw) * 5 ) - 0.01px) / 4 )*/
}

.area-sponsor-container .area-sponsor:nth-of-type(5n) {
    margin-right: 0;
}

.area-sponsor a, .area-sponsor a:hover, .area-sponsor a:active, .area-sponsor a:focus, .area-sponsor a:focus:active {
    color: #82be0f;
    text-decoration: underline;
}

/*--- table ---*/

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

/*Upadate*/

.table>tbody>tr>td {
    font-size: calc( 15.6px + 0.125vw);
    vertical-align: middle;
    padding: 30px 20px;
    border-color: #777777;
}

.table p {
    padding: 0;
    margin: 0;
}

.table-bordered {
    border: 2px solid #777;
}

.awards {
    width: 100%;
    margin-bottom: 50px;
}

.awards th {
    background-color: #474747;
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.text-center {
    text-align: center !important;
}

.awards .title {
    color: #fff;
    font-size: calc( 19.2px + 0.25vw);
    font-weight: 600;
    line-height: 1.5;
}

.awards>tbody img {
    margin: 0 auto;
}

.awards>thead th:first-child {
    width: 30%;
}

.awards>thead th:last-child {
    width: 70%;
}

.awards>tbody td:first-child .wrapper {
    margin: 0 auto;
    max-width: 310px;
    /*white-space: normal;*/
}

.awards>tbody td:first-child .wrapper p {
    text-align: center;
    margin-bottom: 20px;
}

.awards>tbody tr td:last-child .wrapper {
    margin: 0 auto;
    max-width: calc( 583px + 40px);
}

.awards>tbody tr:first-child td:last-child .wrapper {
    margin: 0 auto;
    max-width: 583px;
}

.awards .area-sponsor {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.awards .area-sponsor .img-wrapper {
    margin: 0 auto;
    width: 100%;
}

.awards .area-sponsor-desc {
    /*min-height: 165px;*/
    /* margin-bottom: 15px; */
    width: 100%;
}

.awards .area-sponsor-desc p {
    white-space: normal;
}

.major-awards>thead th:first-child {
    width: 30%;
    border-color: #777777;
}

.major-awards>thead th:last-child {
    width: 70%;
    border-color: #777777;
}

.major-awards>tbody td:nth-child(2) {
    width: 20%;
}

.major-awards>tbody td:last-child {
    width: 80%;
    padding-bottom: 0;
}

.special-awards>thead th:first-child {
    width: 25%;
}

.special-awards>thead th:nth-child(2) {
    width: 35%;
}

.special-awards>thead th:last-child {
    width: 40%;
}

.special-awards>tbody td:nth-child(2) ul {
    padding-left: 20px;
}

.special-awards>tbody td:last-child .wrapper div {
    float: left;
}

.special-awards>tbody td:last-child .wrapper .img-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    width: 35%;
}

.special-awards>tbody td:last-child .wrapper .text-wrapper {
    width: 65%;
}

.additional-prize .wrapper div {
    float: left;
}

.additional-prize .wrapper .img-wrapper {
    margin-right: 15px;
    width: 100%;
    max-width: 124px;
}

.additional-prize .wrapper .text-wrapper {
    width: calc( (100% - 124px) - 15px);
}

.additional-prize ul {
    padding-left: 10px;
}

.additional-prize ul.title li {
    color: #82be0f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.additional-prize .wrapper .text-wrapper .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.additional-prize .wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/*------------------------------------
            $submit.aspx
------------------------------------*/

.table-responsive-submit td {
    vertical-align: middle !important;
}

/*------------------------------------
            $download.aspx
------------------------------------*/

.video {
    position: relative;
    /*padding-top: 13.5px;*/
    overflow: hidden;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
}

#video-player {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}

.btn2-wrapper {
    padding-top: 0;
    padding-bottom: 50px;
}

.download-p {
    margin-bottom: 50px;
}

.mb20 {
    margin-top: 20px;
    margin-bottom: 70px;
    border-color:#666666;
}

.blog-post .report-desc {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 50px;
}

.img-3dtotal {
    margin-bottom: 30px;
}

.are-repot-left {
    width: calc( 100% - 351px);
    float: left;
    padding-right: 50px;
}

.are-repot-right {
    width: 350px;
    float: left;
}

.area-prize.style3 {
    border: 1px solid #82be0f;
    background: #202020;
}

.area-prize.style3 {
    margin-bottom: 50px;
    padding: 15px;
}

.area-prize.style3 .img-wrapper {
    /*background: black;*/
    padding: 10px 0 0;
}

.area-prize.style3 .area-judges {
    padding: 25px 10px;
}

.blog-post .author-title {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

.author-title-wrapper {
    padding: 0;
}

.card {
    margin-bottom: 50px;
}

.img-left-teaser, .video-motion-wrapper {
    margin-bottom: 50px;
}

.img-motion-wrapper {
    margin-bottom: 30px;
}

.choice img {
    padding-bottom: 50px;
}

.download-left {
    padding-right: 5%;
}

.download-right {
    padding-left: 5%;
}

.flex-alignSelf {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.mb30 {
    margin-bottom: 30px;
}

.w100 {
    width: 100%;
}

.third-party-tools {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-evenly;
}

.third-party-tools .area-sponsor {
    /*display: inline-block;*/
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 15px;
    /*width: 100%;*/
    max-width: 208px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    /*width: 10.4vw;
    margin-right: calc( (100% - ((10.4vw) * 5 ) - 0.01px) / 4 );*/
}

.third-party-tools .area-sponsor:last-child {
    margin-right: 0;
}

.third-party-tools .img-spponsor {
    border: 1px solid #82be0f;
    width: 100%;
}

.third-party-tools .area-sponsor-desc {
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.third-party-tools .area-sponsor-desc p {
    margin: 0;
}

.third-party-tools .area-sponsor-desc .title {
    color: #82be0f;
    font-size: 20px;
    margin-bottom: 15px;
}

.third-party-tools .area-sponsor .download-btn {
    border: 2px solid #82be0f;
    width: 100%;
}

.third-party-tools .area-sponsor .download-btn a {
    color: #fff;
    font-size: calc( 17.6px + 0.125vw);
    display: inline-block;
    line-height: 1.5;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

/*------------------------------------
            $Media Query
------------------------------------*/

@media screen and (max-width: 1440px) {
    /*------------------------------------
              $General
    ------------------------------------*/
    .rl-row-1440 {
        margin: 0 4.17%;
    }
    .rl-row-1100 {
        margin: 0 12%;
    }

    .rl-row-1024 {
        margin: 0 15%;
    }
    /*------------------------------------
              $index.html
    ------------------------------------*/
    .main-title {
        font-size: 6vw;
    }
    .main-title>span {
        margin-right: 2.08vw;
    }
    /*.sub-title{ font-size: 3vw; }*/
    .cc-logo {
        padding-right: 1.38vw;
        width: 6vw;
    }
    .img-wrapper-about img {
        width: 8vw;
    }
}

@media screen and (max-width: 1130px) {
    /*------------------------------------
        $Navbar to collapse sooner
    ------------------------------------*/
    .navbar-nav {
        display: block;
    }
    .navbar-header {
        float: none;
        display: block;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding: 12px 20px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-default .navbar-nav {
        background: #333333;
    }
    .img-wrapper-about img {
        width: 7.5vw;
        margin-right: 0.9vw;
    }
    /*------------------------------------
              $submit.html
    ------------------------------------*/
    .table-responsive-submit {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    /*------------------------------------
              $prize.html
    ------------------------------------*/
    .awards .title {
        font-size: 18px;
    }
    /*------------------------------------
              $sponsor
    ------------------------------------*/
    .sponsor-title {
        width: 100%;
        text-align: center;
    }
    .img-logos-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .media-partners {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .media-partners .title {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}

@media screen and (max-width: 1005px) {
    /*------------------------------------
              $intro.html
    ------------------------------------*/
    .testimonial {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (max-width: 991px) {
    .img-wrapper-about img {
        width: 13vw;
        margin-right: 3vw;
    }
    .intro-content-bot .collumn .col-block {
        width: calc(100%/3);
    }
    /*------------------------------------
              $General
    ------------------------------------*/
    /*.container, .container-fluid{ padding-right: 15px; padding-left: 15px; }*/
    .rl-row-1440, .rl-row-1100, .rl-row-1024 {
        /*padding-right: 15px !important;*/
        /*padding-left: 15px !important;*/
        margin: 0 auto;
    }
    .center-sm {
        margin: 0 auto;
    }

    .hidden-991 {
        display: none;
    }

    .visibie-991 {
        display: block;
    }

    
    /*------------------------------------
              $index.html
    ------------------------------------*/
    .banner-text {
        position: absolute;
        top: 30%;
        left: 0;
    }
    /*------------------------------------
              $intro.html
    ------------------------------------*/
    .btn-wrapper {
        margin-top: 50px;
    }
    .intro .img-wrapper {
        text-align: center;
    }
    .testimonial {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    /*------------------------------------
              $prize.html
    ------------------------------------*/
    /*.are-repot-right,
    .area-sponsor{
        width: 28vw;
        margin-right: calc( (100% - ((28vw) * 3 ) - 0.01px) / 2 )
    }
    .area-sponsor-container .area-sponsor:nth-of-type(5n){
        margin-right: calc( (100% - ((28vw) * 3 ) - 0.01px) / 2 );
    }
    .area-sponsor-container .area-sponsor:nth-of-type(3n){
        margin-right: 0;
    }*/
    .area-sponsor {
        width: 50%;
    }
    /*------------------------------------
              $download.html
    ------------------------------------*/
    .are-repot-right, .are-repot-left {
        float: none;
        width: 100%;
    }
    .are-repot-left {
        padding-right: 0;
    }
    .card p {
        display: inline-block;
    }
    .rl-purchase {
        padding-left: 15px !important;
    }
    .getTool {
        margin-bottom: 70px !important;
    }
    .btn-choice-right, .btn-choice-left {
        width: 100%;
        margin-right: 0 !important;
    }
    .btn-choice-right a, .btn-choice-left a {
        width: 100% !important;
    }
    .download-left {
        padding-right: 15px;
    }
    .download-right {
        padding-left: 15px;
    }
    .img-motion-wrapper img, .video-motion-wrapper img {
        margin: 0 auto;
    }
    /*
    .btn2-wrapper {
        padding-bottom: 0;
    }
    */
    .img-center-sm {
        margin: 0 auto !important;
    }
    .btn-view {
        margin-bottom: 70px;
    }
    /*--- table ---*/
    .third-party-tools {
        /*-webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;*/
        /*-webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;*/
    }
    .third-party-tools .area-sponsor {
        margin-right: 15px;
        margin-left: 15px;
    }
    .special-awards>tbody td:last-child .wrapper .img-wrapper {
        margin-bottom: 20px;
        width: 100%;
    }
    .special-awards>tbody td:last-child .wrapper .text-wrapper {
        width: 100%;
    }
    .rl-col-item+.rl-col-item {
        margin-left: 30px;
    }
}

@media screen and (max-width: 923px) {
    .testimonial {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (max-width: 872px) {
    .rl-col-3 .rl-col-item:nth-of-type(3) {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    /*------------------------------------
              $General
    ------------------------------------*/
    .navbar-default .navbar-nav>li>a {
        padding: 12px 35px;
    }
    /*------------------------------------
              $index.html
    ------------------------------------*/
    .banner-text {
        position: relative;
        display: contents;
    }
    .testimonial>div:last-of-type {
        margin-bottom: 0;
    }
    .main-title {
        font-size: 13vw;
        text-align: center;
    }
    .main-title>span {
        margin-right: 3.9vw;
    }

    .contest-date{
        width: 100%;
        padding-top: 50px;
        padding-bottom: 15px;
        padding-left: 0px;
        display: flex;
        justify-content: space-evenly;
        float: none;
    }

    .contest-countdown{
        width: 100%;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .cc-logo {
        padding-right: 2.6vw;
        width: 10vw;
    }
    .onlyForMediaPartnet {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .sponsor {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sponsor-title {
        float: none;
        text-align: center;
    }
    .sponsor li {
        margin: 0 14px;
    }
    .judge-title {
        left: inherit;
        right: 10%;
    }

    /*------------------------------------
              $prize.html
    ------------------------------------*/
    .special-awards-table .table-responsive>.table>thead>tr>th, .special-awards-table .table-responsive>.table>tbody>tr>th, .special-awards-table .table-responsive>.table>tfoot>tr>th, .special-awards-table .table-responsive>.table>thead>tr>td, .special-awards-table .table-responsive>.table>tbody>tr>td, .special-awards-table .table-responsive>.table>tfoot>tr>td {
        white-space: normal;
    }
    .area-sponsor {
        width: 33.33333%;
    }
    .awards>tbody td:last-child .wrapper {
        max-width: 100%;
    }
    .awards .area-sponsor-desc p {
        font-size: 16px;
    }
    .major-awards>tbody>tr td:nth-child(2) {
        white-space: pre;
    }
    .special-awards {
        min-width: 1200px;
    }
    /*------------------------------------
              $downlaod.html
    ------------------------------------*/
    .onlyforReportAuthor {
        width: 100%;
        margin-right: 0;
    }
    .third-party-tools {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .rl-col-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .rl-col-3 .rl-col-item:nth-of-type(2) {
        margin-left: 0;
    }
}

@media screen and (max-width: 620px) {
    .img-wrapper-about img {
        width: 22vw;
        margin-right: 5vw;
    }
    /*------------------------------------
          $intro.html
------------------------------------*/
    .testimonial {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .intro-content-bot .collumn .col-block {
        width: 100%;
        padding: 30px 15px;
    }
    .intro-content-bot .collumn .col-block .img-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    /*------------------------------------
              $General
    ------------------------------------*/
    .container, .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .hidden-mobile {
        display: none !important;
    }
    /*------------------------------------
              $index.html
    ------------------------------------*/
    .hidden-500 {
        display: none;
    }
    .visible-500 {
        display: block;
    }
    .mediaPartnet {
        padding-left: auto;
    }
    .mediaPartnet-title {
        padding: 20px 0;
        text-align: center;
    }
    .mediaPartnet li {
        padding: 20px 0;
    }
    /*------------------------------------
              $intro.html
    ------------------------------------*/
    .btn-contest2015 {
        width: 100%;
    }
    .rl-btn-border {
        font-size: 18px;
    }
    /*------------------------------------
              $prize.html
    ------------------------------------*/
    .additional-prize .wrapper .img-wrapper {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .additional-prize .wrapper .img-wrapper img {
        margin: 20px auto;
    }
    .additional-prize .wrapper .text-wrapper {
        width: 100%;
    }
    .additional-prize .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /*------------------------------------
              $downlaod.html
    ------------------------------------*/
    .third-party-tools .area-sponsor {
        width: 100%;
    }
}

/* -----------------------------------------------------
                $banner-btn
 ----------------------------------------------------- */

.banner-btn {
    font-family: 'HelveticaNeueLTStd-Bd', sans-serif;
    position: absolute;
    height: 3.646vw;
    width: 8.9vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #474747;
    border-radius: 5px;
    right: 12.5%;
    cursor: pointer;
}

.banner-btn-wrapper {
    position: absolute;
    left: 34.5%;
    bottom: 10%;
    justify-content: center;
}

.banner-btn_new {
    font-family: 'HelveticaNeueLTStd-Bd', sans-serif;
    height: 54px;
    width: 220px;
    display: inline-block;
    margin: 10px;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
}

.banner-btn_new>a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #82be0f;
    font-size: calc(0.8611410118406888vw + 3.466092572658773px);
    text-align: center;
    text-decoration: none;
}

.banner-btn>a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: calc(0.8611410118406888vw + 3.466092572658773px);
    text-align: center;
    text-decoration: none;
}

.banner-btn:hover>a {
    color: #82be0f;
}

.banner-btn.time>a:hover {
    color: #fff;
}

.navbar-collapse {
    border: none;
}

@media (max-width: 991px) {
    .banner-btn {
        height: 35px;
        width: 85px;
        right: 6%;
        min-height: 40px;
        min-width: 110px;
    }
}