/*------------------------------------*\
$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;
    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: 20px;
    padding-bottom: 20px;
}

/*-----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: #ff8262;
}

/*-----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: #121212;
}

/*----- 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;
}

/*------------------------------------
$index.html
------------------------------------*/
#home-section {
    margin-top: 98px;
}

.banner-text {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    margin-top: -120px;
    z-index: 2;
}

.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";
    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;
}

.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-family: 'HelveticaNeueLTStd-Bd', sans-serif;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    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: 'HelveticaNeueLTStd-Bd', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.visible-500 {
    display: none;
}

/*------------------------------------
$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 #ff8262;
    color: #ff8262;
    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: #ff8262;
    border: 2px solid #ff8262;
    color: white;
    outline: none;
}

.rl-btn-border:focus {
    background-color: transparent;
    border: 2px solid #ff8262;
    color: #ff8262;
    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: 6.3vw;
}

.img-wrapper-about img:last-of-type {
    margin-right: 0;
}

.img-logo-iccc {
    margin-bottom: 55px;
}

.blog-subtitle {
    margin-top: 40px !important;
}

.intro-content-top {
    padding-top: calc(1.875vw + 30px);
    padding-bottom: calc(1.875vw + 30px);
    border-bottom: 1px solid #7a7a7a;
}

.intro-content-top-2 {


    padding-bottom: calc(1vw + 15px);
}

.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: #737373;
    padding-right: 10px;
}

.intro-content-top .title {
    padding: 0px 0px 20px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.intro-content-top .title-system {
    padding: 30px 0px;
    text-align: left;
    font-size: 24px;
    color: #4a4a4a;
}

.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: #ffffff;
}

.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: 25%;
    padding: 15px;
}

.intro-content-bot .collumn .col-block .img-wrap {
    height: 100px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 0px 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;
}





.intro-content-bot .collumn .col-block2 {
    width: 33%;
    padding: 15px;
}

.intro-content-bot .collumn .col-block2 .img-wrap {

    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 0px solid #7a7a7a;
}

.intro-content-bot .collumn .col-block2 .img-wrap img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.intro-content-bot .collumn .col-block2 .img-wrap:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.intro-content-bot .collumn .col-block2 .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 #ff8262;
    padding-top: 20px;
}

.area-judges {
    padding-bottom: 30px;
}

.area-judges .title {
    font-size: 24px;
    color: #ff8262;
    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 #ff8262;
    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 #ff8262;*/
}

.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;
}

.sponsor-wrap {
    padding: calc(0.9375vw + 12px) 0;
    background-color: #121212;
}

.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;
}

.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: #ff8262;
    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: #ff8262;
    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: -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%;
}

.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: #ff8262;
    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-bottom: 1px solid #ff8262;
}

.blog-post .report-desc {
    font-size: 32px;
    line-height: 1.6;
    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 #ff8262;
    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-between;
}

.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 #ff8262;
    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: #ff8262;
    font-size: 20px;
    margin-bottom: 15px;
}

.third-party-tools .area-sponsor .download-btn {
    border: 2px solid #ff8262;
    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: 120px; */
    }

    .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: 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-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;
    }

    /*------------------------------------
    $index.html
    ------------------------------------*/
    #home-section {
        margin-top: 68px;
    }

    /*------------------------------------
    $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);
    }
    
    .col-block2 {
        width: calc(100%/3);
    }

    /*------------------------------------
    $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 {
        -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%;
    }
}

@media screen and (max-width: 923px) {
    .testimonial {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .text-padding {
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: center !important;
        width: 100% ;
    }

    .bottom-30 {
        padding-bottom: 30px ;
    }

    .img-logo-iccc {
        margin-bottom: 30px;
    }
    
    .width-100 {
        width: 100% ;
    }

}

@media screen and (max-width: 767px) {
    /*------------------------------------
    $General
    ------------------------------------*/
    .navbar-default .navbar-nav > li > a {
        padding: 12px 35px;
    }

    /*------------------------------------
    $index.html
    ------------------------------------*/


     .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;
    }
    
    .intro-content-bot .collumn .col-block2 {
        width: 100%;
        padding: 30px 15px;
    }

    .intro-content-bot .collumn .col-block2 .img-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
    }
    
    

    .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;
    }

    .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;
    }

    /*------------------------------------
    $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;
    }
}

@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) {
   
}

@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 > 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: #ff8262;
}

.banner-btn.demo-video {
    top: 4.084%;
}

.banner-btn.how-to-start {
    top: 17%;
}

.banner-btn.time {
    cursor: default;
    top: 30%;
}

.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;
    }
}
