/*------------------------------------*\
            $Common.css 
\*------------------------------------*/
/*
  * General
  * index.html
  * Media Query...............RWD
*/




/*------------------------------------
            $General
------------------------------------*/
.container, .container-fluid{ 
  /*padding-right: 0;
  padding-left: 0;*/
  width: 100%; 
}
.rl-row-1440{ max-width: 1440px; margin: 0 12.1%; }
.navbar-nav{ margin-top: 0; margin-bottom: 0; }
.navbar-brand{ padding-top: 7.5px; padding-bottom: 7.5px; }

/*-----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: #7cb629; }

/*-----display: flex-----*/
    .flex-container{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .flex-align{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
                  -ms-flex-pack: center;
                justify-content: center;
    }
    .flex-end{
      -webkit-align-self: flex-end;
              -ms-flex-align: end;
              align-self: flex-end;
    }
    
    .stretch{
      -webkit-align-self: stretch;
          -ms-flex-align: stretch;
              align-self: stretch;
    }
    .flex-start-align{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
                  -ms-flex-pack: flex-start;
                justify-content: flex-start;
    }
    .flex-end-align{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-align-items: flex-end;
            -ms-flex-align: flex-end;
                align-items: flex-end;
        -webkit-justify-content: flex-end;
                  -ms-flex-pack: flex-end;
                justify-content: flex-end;
    }
    .align-center{
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .justify-center{
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .justify-space-between{
      -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
              justify-content: space-between;
    }

.bg-color-black{ background-color: #000; }

/*----- 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: "HelveticaNeueBold";
    src: local("HelveticaNeueBold"),
        url("fonts/HELVETICANEUE BOLD.TTF") format("truetype"),
        url("fonts/HELVETICANEUE BOLD.TTF.eot") format("embedded-opentype"),
        url("fonts/HelveticaNeueBold.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;
  }



/*------------------------------------
            $index.html
------------------------------------*/
.banner-img-wrapper{ border-bottom: 1px solid #7db527; }
.banner-text{ 
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    margin-top: -120px;
    z-index: 2;
    /*text-align: center;*/
}
.banner-text .text-wrapper{ padding-right: 25%; }

.main-title{
  color: #fff;
  font-family: "Bitsumishi",  Arial, "sans-serif";
  font-size: 5vw;
  text-shadow: 3px 3px 5px #000;
  line-height: 0.8;
  margin: 0;
}
.main-title > span{ margin-right: 1.5625vw; }
.sub-title{
  color: #fff;
  font-family: "HelveticaNeueLTStd-Lt", Arial, "sans-serif";
  /*font-size: 2.5vw;*/
  padding-bottom: calc( 1.2px + 0.5625vw );
  font-size: calc( 15px + 1.5625vw );
  margin: 0;
}
.cc-logo{ padding-right: 1.04vw; width: 5vw; }
.date{ padding-top: 10px; }

.sponsor{ padding-left: 0; margin: 10px 0; }
.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{ 
    color: #7cb629; 
    font-size: 16px; 
    float: left;
    padding: 20px 15px 20px 0;
}

.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: 'HelveticaNeueLTStd', Helvetica, Arial, sans-serif;
    font-size: calc( 18px + 0.6vw );
    color: #ccc;
    padding: 0;
    margin: 0;
    margin-top: calc( 0.1vw );
}
.visible-500{
  display: none;
}

.img-sponsors-1{ width: 3.4vw; }
.img-sponsors-2{ width: 9.05vw; }
.img-sponsors-3{ width: 5.85vw; }
.img-sponsors-4{ width: 7.85vw; }
.img-sponsors-5{ width: 5.55vw; }
.img-sponsors-6{ width: 3.65vw; }
.img-sponsors-7{ width: 5vw; }
.img-sponsors-8{ width: 10.3vw; }
.img-sponsors-9{ width: 3.4vw; }
.img-sponsors-10{ width: 3.95vw; }
.img-sponsors-11{ width: 7.5vw; }
.img-sponsors-12{ width: 5.3vw; }
.img-sponsors-13{ width: 7vw; }
.img-sponsors-14{ width: 4.5vw; }
.img-sponsors-15{ width: 7.85vw; }
.img-sponsors-16{ width: 6vw; }

.img-media-1{ width: 6.75vw; }
.img-media-2{ width: 7.3vw; }
.img-media-3{ width: 4.95vw; }


/*------------------------------------
            $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 #7cb629;
    color: #7cb629;
    font-family: 'Montserrat', 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: #7cb629;
      border: 2px solid #7cb629;
      color: white;
      outline:none;
  }
  .rl-btn-border:focus{
      background-color: transparent;
      border: 2px solid #7cb629;
      color: #7cb629;
      outline:none;
  }


.testimonial{ 
  width: 100%; 
  -webkit-justify-content: space-between;
      -ms-flex-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:6.3vw;
  }
  .img-wrapper-about img:last-of-type{
    margin-right: 0;
  }
  .img-logo-iccc{
    margin-bottom: 55px;
  }

  .blog-subtitle{
    margin-top: 40px !important;
  }

/*------------------------------------
            $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 #7cb629;
    padding-top: 20px;
}
.area-judges{
    padding-bottom: 30px;
}

.area-judges .title{
    font-size: 24px;
    color: #7cb629;
    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 #7cb629;
    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-bottom: 60px;
      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 #7cb629;*/
  }
  .area-sponsor-desc{
      /*padding-top: 15px;*/
      font-size: 18px;
      color: #A0A0A0;
  }
  .area-sponsor-desc p:first-of-type{ padding-top: 15px; }
  .area-sponsor-desc > p { text-align: center; width: 100%; }
  .sponsor-wrapper,
  .sponsor-wrapper h2 a,
  .sponsor-wrapper span > i{
      background: #202020;
  }
  .area-sponsor{
    display: inline-block;
    margin-bottom: 40px;
    width: 33.33333%;
    /*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: #7cb629;
      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;
}
.table p{ padding: 0; margin: 0; }
.table-bordered { border: 2px solid #fff; }
.awards{ width: 100%; margin-bottom: 50px; }
.awards th{ 
  background-color: #7cb629; 
  color: #000; 
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.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: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -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%; }
.major-awards > thead th:last-child{ width: 70%; }
.major-awards > tbody td:nth-child(2){ width: 20%; }
.major-awards > tbody td:last-child{ width: 80%; }

.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: #7cb629; 
  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{ 
  -webkit-flex-wrap: nowrap;
            -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-bottom: 1px solid #7cb629;
}

.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 #7cb629;
    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{ 
  -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
  -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
              justify-content: space-between;
}
.third-party-tools .area-sponsor{
    /*display: inline-block;*/
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 15px;
    /*width: 100%;*/
    max-width: 208px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
      -webkit-align-content: space-between;
              -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 #7cb629; 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: #7cb629; 
  font-size: 20px; 
  margin-bottom: 15px;
}
.third-party-tools .area-sponsor .download-btn{ border: 2px solid #7cb629; 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% ;}


  /*------------------------------------
            $index.html
  ------------------------------------*/
    #home-section{ padding-top: 80px; }
    .banner-text .text-wrapper{ padding-right: 30%; }

    .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: 1200px){
  /*------------------------------------
            $index.html
  ------------------------------------*/
    .img-sponsors-1{ width: 48.8px; }
    .img-sponsors-2{ width: 108.6px; }
    .img-sponsors-3{ width: 70.2px; }
    .img-sponsors-4{ width: 94.2px; }
    .img-sponsors-5{ width: 66.6px; }
    .img-sponsors-6{ width: 43.8px; }
    .img-sponsors-7{ width: 60px; }
    .img-sponsors-8{ width: 123.6px; }
    .img-sponsors-9{ width: 40.8px; }
    .img-sponsors-10{ width: 47.4px; }
    .img-sponsors-11{ width: 90px; }
    .img-sponsors-12{ width: 63.6px; }
    .img-sponsors-13{ width: 84px; }
    .img-sponsors-14{ width: 54px; }
    .img-sponsors-15{ width: 94.2px; }
    .img-sponsors-16{ width: 72px; }

    .img-media-1{ width: 81px; }
    .img-media-2{ width: 88px; }
    .img-media-3{ width: 60px; }

}

@media screen and (max-width: 1130px){
  /*------------------------------------
      $Navbar to collapse sooner
  ------------------------------------*/
    .navbar-header {float: none;}
    .navbar-left,.navbar-right {float: none !important;}
    .navbar-toggle {display: block;}
    .navbar-collapse {
        /*box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
        padding: 0;
        max-height: 100% !important; 
    }
    .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:8.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; } 
}

@media screen and (max-width: 1005px){
  /*------------------------------------
            $intro.html
  ------------------------------------*/
  .testimonial{ 
    -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  }



}

@media screen and (max-width: 991px){
   .img-wrapper-about img {
        width:13vw;
        margin-right: 3vw;
   }
    
  /*------------------------------------
            $General
  ------------------------------------*/
  /*.container, .container-fluid{ padding-right: 15px; padding-left: 15px; }*/
  .rl-row-1440{margin: 0 auto ;}
  .center-sm{ margin: 0 auto; }


  /*------------------------------------
            $index.html
  ------------------------------------*/
  .banner-text{ 
    position: absolute;
    top: 50%;
    left: 0;
  }
  

  /*------------------------------------
            $intro.html
  ------------------------------------*/
  .btn-wrapper{ margin-top: 50px; }
  .intro .img-wrapper{ text-align: center; }
  
  .testimonial{ 
    -webkit-justify-content: space-between;
        -ms-flex-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%; }

}
@media screen and (max-width: 923px){
  .testimonial{ 
    -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  }
}

@media screen and (max-width: 767px){

  /*------------------------------------
            $General
  ------------------------------------*/
  .navbar-default .navbar-nav > li > a {padding: 12px 35px;}

  /*------------------------------------
            $index.html
  ------------------------------------*/
  #home-section{ border-bottom: 1px solid #7db527; }
  .banner-text{ position: relative; margin-top: 0; }
  .banner-text .text-wrapper{ padding-right: 0; }
  .testimonial > div:last-of-type{ margin-bottom: 0; }
  
  .main-title{ font-size: 11vw; }
  .main-title > span{ margin-right: 3.9vw; }
  /*.sub-title{ font-size: 4.5vw; }*/
  .cc-logo{ padding-right: 2.6vw; width: 10vw; }
  
  .onlyForMediaPartnet{
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
  }

  .sponsor{ 
    margin: 0; 
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sponsor-title{
      float: none;
      text-align: center;
  }

  .sponsor li{
    margin: 0 14px;
  }

  /*------------------------------------
            $prize.html
  ------------------------------------*/
  /*.are-repot-right,
  .area-sponsor{
      width: calc( (100% - 30px) / 2  );
      margin-right: 30px;
  }

  .area-sponsor-container .area-sponsor:nth-of-type(5n){
      margin-right: 30px; 
  }

  .area-sponsor-container .area-sponsor:nth-of-type(3n){
      margin-right: 30px;
  }

  .area-sponsor-container .area-sponsor:nth-of-type(2n){
      margin-right:0;
  }*/
  .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; }
  
  /*.special-awards > tbody > tr td:first-child,*/
  /*.special-awards > tbody > tr td:nth-child(2){ white-space: normal; }
  .special-awards > tbody > tr td:last-child*/


  /*------------------------------------
            $downlaod.html
  ------------------------------------*/
  .onlyforReportAuthor{
     width: 100%;
     margin-right: 0;
  }

  .third-party-tools{ 
      -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  }

 
}
@media screen and (max-width: 620px){
    .img-wrapper-about img {
        width:22vw;
        margin-right: 5vw;
   }
   /*------------------------------------
            $intro.html
  ------------------------------------*/
  .testimonial{ 
    -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  }
}

@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{ 
    -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
  }
  /*------------------------------------
            $downlaod.html
  ------------------------------------*/
  .third-party-tools .area-sponsor{ width: 100%; }
}
