@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/gotham-rounded-book.woff') format('woff'), url('../fonts/gotham-rounded-book.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/gotham-rounded-bold.woff') format('woff'), url('../fonts/gotham-rounded-bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/gotham-rounded-light.woff') format('woff'), url('../fonts/gotham-rounded-light.ttf') format('truetype');
  font-weight: lighter;
}

/* GENERAL
   ==================================================
   ================================================== */

body {
    height: 100%;
    background: #eee;
    padding: 0 !important;
    color: #575757;
    text-rendering: optimizeLegibility;
    font-family: 'Gotham Rounded', sans-serif;
    font-size: 16px;
    font-weight: lighter;
}
a{
    color: #999;
}
a:hover{
    color: #666;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    font-weight: bold;
}

@media screen and (max-width: 991px){
    .no-content{
        min-height: 0px;
    }
}

legend{
    border-bottom: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.form-horizontal .control-label{
    text-align: left;
    font-weight: 400;
    color: #999;
}
.form-horizontal .control-label.bold{font-weight: bold;}
.form-control{
    border: none;
    height: 40px;
    font-weight: bold;
}

.img-responsive{
    width: 100%;
}

.btn-orange, .btn-green, .btn-red, .btn-facebook, .btn-tweet{
    color: #fff;
    border: none;
    padding-bottom: 14px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-shadow: inset 0 -4px 0px rgba(0, 0, 0, .3);
    box-shadow: inset 0 -4px 0px rgba(0, 0, 0, .3);
}
.btn-facebook, .btn-tweet{
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 10px 0 10px;
}
.btn-orange:active, .btn-green:active, .btn-red:active, .btn-facebook:active, .btn-tweet:active{
    padding-top: 14px;
    padding-bottom: 10px;
    /*margin-top: 4px;*/
    -webkit-box-shadow: inset 0 4px 0px rgba(0, 0, 0, .3);
    box-shadow: inset 0 4px 0px rgba(0, 0, 0, .3);
}
.btn-orange.disabled, .btn-green.disabled, .btn-red.disabled{
    background-color: #ccc;
    color: #999;
    filter: alpha(opacity=100);
    opacity: 1;
}
.btn-orange{
    background-color: #fa9332;
}
.btn-orange:hover{
    color: #fff;
    background-color: #ffc05d;
}
.btn-orange:active{
    color: #fa9332;
    background-color: #d46c0b;
}

.btn-green{
    background-color: #3bb0a4;
}
.btn-green:hover{
    color: #fff;
    background-color: #45ccbe;
}
.btn-green:active{
    color: #3bb0a4;
    background-color: #29867d;
}
.btn-red{
    background-color: #f3406c;
}
.btn-red:hover{
    color: #fff;
    background-color: #ff7967;
}
.btn-red:active{
    color: #f3406c;
    background-color: #b34537;
}

.btn-facebook{
    background-color: #338ed4;
}
.btn-tweet{
    background-color: #51c9d7;
}
.btn-facebook:hover, .btn-tweet:hover{
    color: #fff;
    opacity: 0.8;
}

.btn-block + .btn-block{
    margin-top: 0;
}
.btn-block{
    margin-bottom: 10px;
}

.facebook-icon, .tweet-icon{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-bottom: -3px;
}
.facebook-icon{
    background: url(../img/facebook-icon.png) no-repeat center left;
}
.tweet-icon{
    background: url(../img/tweet-icon.png) no-repeat center left;
}

.center{text-align: center;}
.right{text-align: right;}

.bold{font-weight: bold}
.green{color: #3bb0a4}

/* Fancy Radio */
div.fancyradio {}
div.fancyradio input {
	margin: 0;
	padding: 0;
	float: left;
}
div.fancyradio label {
	display: block;
	float: left;
	margin-right: 15px;
	cursor: pointer;
   padding-left: 0;
   font-weight: normal;
}
div.fancyradio.vertical{
   width: 100%;
   float: left;
}
div.fancyradio.vertical label{
   float: none;
	margin-bottom: 20px;
	font-size: 16px;
	color: #666;
	padding-left: 35px;
   padding-top: 6px;
   padding-bottom: 5px;
   font-weight: bold;
}
div.fancyradio.vertical label.green{
    color: #3bb0a4;
}

div.fancyradio span.radio-container {
	position: relative;
	float: left;
	margin-right: 10px;
   text-align: center;
   line-height: 33px;
   font-weight: bold;
}
div.fancyradio span.radio-container span.fancyradio {
	display: block;
	width: 33px;
	height: 33px;
	background: url(../img/radio_btn.png) 0px 33px;
}
div.fancyradio span.radio-container span.fancyradio.selected {
	background: url(../img/radio_btn.png) 0px 0px;
   color: #3bb0a4;
}
div.fancyradio span.radio-container input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 101;
	cursor: pointer;
}
input[type="radio"]{
    height: 33px;
    width: 33px;
}


/* HEADER
   ==================================================
   ================================================== */
.header{
    background: #3BB0A4;
    height: 100px;
    border-bottom: 6px solid #35968D;
}
.navbar{
    border: none;
    z-index: 10000;
}
.navbar-brand{
    height: 53px;
    padding: 0;
    margin: 30px 0 17px 0;
}
.navbar > .container .navbar-brand{
    margin-left: 0px;
}
.navbar-toggle{
    border: none;
    background: #35968D;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 27px;
    padding: 14px 15px 15px 15px;
    -webkit-box-shadow: inset 0 -4px 0px rgba(0, 0, 0, .3);
    box-shadow: inset 0 -4px 0px rgba(0, 0, 0, .3);
}
.navbar-toggle .icon-bar{
    background: #fff;
}

@media screen and (min-width: 768px){
    .navbar-collapse.collapse{
        display: inline-block !important;
        float: right;
    }
}

.navbar-nav > li{
    border-left: 1px solid #35968D;
}
.navbar-nav > li:last-child{
    border-right: 1px solid #35968D;
}
.navbar-nav > li.active{
    background: -webkit-linear-gradient(#246760, #339188);
    background: -o-linear-gradient(#246760, #339188);
    background: -moz-linear-gradient(#246760, #339188);
    background: linear-gradient(#246760, #339188);
    -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, .3);
    box-shadow: inset 0 3px 12px rgba(0, 0, 0, .3);
}
.navbar-nav > li.active > a{
    color: #fff;
}
.navbar-nav > li > a{
    color: #267C73;
    text-transform: uppercase;
    font-weight: bold;
    padding: 60px 10px 20px 20px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.navbar-nav > li > a:hover{
    color: #fff;
    /*background: #35968D;*/
    background: transparent;
}
.navbar-nav > li.active > a:hover{
    background: transparent;
}

.header-right{
    display: inline-block;
    float: right;
    height: 100px;
}
.header-right .btn{
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 15px;
}
.header-right .user .btn{
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #fff;
    font-weight: bold;
}
.header-right .user.btn-group.open .dropdown-toggle,
.header-right .user .btn:active{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu{
    margin: 6px 0 0 0;
    background-color: #35968D;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    right: 0;
    left: auto;
}
.dropdown-menu > li > a{
    color: #fff;
    font-weight: 400;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: #2b7a72;
    color: #fff;
}
.dropdown-menu .divider{
    background-color: #2b7a72;
}
/*
.header-right .btn.btn-orange:active{
    -webkit-box-shadow: inset 0 4px 0px #3BB0A4;
    box-shadow: inset 0 4px 0px #3BB0A4;
}
*/


.competition-header{
    height: 170px;
    background: url(../img/competition-header.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-top: -20px;
}
.competition-header h1{
    padding-top: 50px;
}
.competition-header h2{
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
}


/* CONTENT
   ==================================================
   ================================================== */
.content{
    padding: 46px 0 36px 0;
}

.carousel-caption{
    width: 100%;
    bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    right: 0%;
    left: 0%;
    padding-bottom: 20px;
    text-align: left;
    text-shadow: none;
    z-index: 0;
}
.carousel-caption h1{
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 5px;
}
.carousel-caption h2{
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
}

.login-form{
    padding-top: 70px;
}
.login-form h2{
    text-transform: uppercase;
    font-size: 16px;
}

.registration-form{}
.registration-form h1{
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
}

.section{
    padding-top: 40px;
}
.section-title{
    position: relative;
    margin-bottom: 20px;
}
.section-title:after{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #bbb;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.section-title h2{
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    background: #eee;
    padding-right: 5px;
}
.section-title.red{
    margin-bottom: -3px;
    margin-left: 5px;
}
.section-title.red h2{
    background: #f3604c;
    padding: 10px 15px 13px 15px;
    color: #fff;
    font-size: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.section-title.red:after{
    background: #f3604c;
}
.section-title-link{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    background: #eee url(../img/arrow-right.png) no-repeat right;
    padding: 0 15px 0 5px;
    font-weight: 400;
}

.owl-carousel{
    margin-bottom: 30px;
}

.competition-carousel{}
.competition-carousel.for-highlight .owl-item > div{padding-top: 25px}
.competition-carousel.for-highlight .owl-item > div.highlight{padding-top: 0px}

.competition-carousel.for-highlight .owl-item > div.highlight .date,
.competition-carousel.for-highlight .owl-item > div.highlight .time,
.competition-carousel.for-highlight .owl-item > div.highlight .admin{
    font-size: 17px;
}

.competition-carousel.for-highlight .owl-item > div.highlight .team{
    font-size: 18px;
}

.owl-carousel .owl-item{ padding: 5px }

.owl-prev, .owl-next{
    position: absolute;
    top: 50%;
    display: block;
    height: 317px;
    width: 45px;
    margin-top: -158px;
    cursor: pointer;
    opacity: 1;
    text-indent: -99999px;
}
.owl-prev{
    left: -10px;
    background: url(../img/scroller-shadow-left.png) no-repeat;
}
.owl-next{
    right: -10px;
    background: url(../img/scroller-shadow-right.png) no-repeat;
}

.competition-item{
    border-radius: 3px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
}
.competition-item img{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 20px;
}
.competition-item .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3BB0A4;
    opacity: 0.8;
    display: none;
    border-radius: 3px;
}
.competition-item:hover .mask{
    display: block;
}
.competition-item-inner span{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #959595;
}
.competition-item-inner .date{text-transform: uppercase}
.competition-item-inner .time{text-transform: uppercase}
.competition-item-inner .price, .competition-item-inner .team{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}
.competition-item-inner .team{text-transform: uppercase}
.competition-item-inner .admin{
    border-top: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.competition-carousel.red .competition-item-inner .date,
.competition-carousel.red .competition-item-inner .time{ color: #f3604c; }

.competition-item-link{
    text-transform: uppercase;
    display: none;
    position: absolute;
    top: 50%;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: -11px;
    font-weight: bold;
}
.competition-item-link:hover{
    color: #eee;
}
.competition-item:hover .competition-item-link{
    display: block;
}

.notice-list{
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
}
.notice-list li, .notice-list li a{
    margin-bottom: 15px;
    min-height: 40px;
    color:  #666666;
}
.notice-list li:hover, .notice-list li a:hover{
    color: #3bb0a4;
}
.notice-list li .date{
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-align: center;
    text-transform: uppercase;
}
.notice-list li .date span{
    display: block;
}
.notice-list li .date .day{
    font-size: 22px;
    line-height: 22px;
}
.notice-list li .date .month{
    font-size: 14px;
    line-height: 14px;
}

.participant-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.participant-list li{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.participant-list li a:hover img{
    opacity: 0.7;
}

.no-team{
    text-align: center;
}
.no-team h3{
    font-weight: 100;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}

.is-team{}
.is-team table{margin-bottom: 20px;}
.is-team table tr td:first-child{padding-right: 10px}

.detail-competition{
    padding-top: 30px;
}
.detail-competition h1{
    color: #3bb0a4;
    margin: 0;
    font-size: 30px;
}
.detail-competition p.time{
    color: #3bb0a4;
    font-weight: 400;
}
.detail-competition p.admin{
    color: #999999;
}
.detail-competition p.description{
    color: #666666;
    font-weight: 400;
}
.detail-competition .btn{
    margin-right: 15px;
}
.detail-competition span.price{
    color: #3bb0a4;
    font-weight: bold;
    font-size: 18px;
}
.detail-competition p.note{
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.statistic-block{
    padding: 10px;
    background: #fff;
    display: inline-block;
    width: 120px;
    text-align: center;
    margin-bottom: 5px;
    color: #9a9a9a;
}
.statistic-block.small{
    width: 78px;
}
.statistic-block.transparent{
    background: transparent;
    vertical-align: top;
    padding: 0;
    margin-right: 10px;
}
.statistic-block.orange{color: #fa9332}
.statistic-block.green{color: #3bb0a4}
.statistic-block-inner{
    border-bottom: 2px solid #eee;
}
.statistic-block-inner span{
    display: block;
}
.statistic-block-inner span.number{
    font-size: 50px;
    line-height: 50px;
}
.statistic-block-inner span.text{
    text-transform: uppercase;
    font-weight: bold;
}

.statistic-block.small-height .statistic-block-inner span{
    display: inline-block;
}
.statistic-block.small-height .statistic-block-inner span.number{
    font-size: 20px;
    line-height: 20px;
}
.statistic-block.small-height .statistic-block-inner span.text{
    font-size: 12px;
    line-height: 12px;
}

.statistic-block.small .statistic-block-inner span.number{
    font-size: 30px;
    line-height: 30px;
}
.statistic-block.small .statistic-block-inner span.text{
    font-size: 12px;
    line-height: 12px;
}

.statistic-block.transparent .statistic-block-inner span.number{
    font-size: 70px;
    line-height: 70px;
    font-weight: bold;
}
.statistic-block.transparent .statistic-block-inner span.text{
    font-size: 24px;
    line-height: 24px;
}

/* Table */
.table-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    color: #666;
}
.table{
    margin-bottom: 30px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    vertical-align: middle;
}
.competition-table{
    background: #fff;
    border-radius: 3px;
}
.table.competition-table > thead > tr > th{
    border-bottom: none;
    padding-top: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
}
.table.competition-table > thead > tr > th.bold{font-weight: bold;}
.table.competition-table > tbody > tr:first-child > td{
    border-top: none;
}
.table.competition-table.no-border > tbody > tr > td{
    border-top: none;
}
.table.competition-table > tbody > tr > td img{
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.table .team{text-transform: uppercase}
.table .bold{font-weight: bold}
.table .green{color: #3bb0a4}
.table .orange{color: #fa9332}

/* Competition Step */
.competition-step{
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.competition-step li{
    display: inline-block;
    width: 25%;
    background: #cacaca;
    height: 8px;
    -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, .3);
    text-align: right;
    position: relative;
}
.competition-step li:first-child{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}
.competition-step li:last-child{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}
.competition-step li.past, .competition-step li.active{
    background: #f3604c;
}
.competition-step li:after{
    content: '';
    display: block;
    background: #fff;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -15px;
    border-radius: 15px;
    z-index: 5;
}
.competition-step li.past:after{
    border: 4px solid #f8f8f8;
}
.competition-step li.active:after{
    border: 4px solid #f3604c;
}
.competition-step li.future:after{
    border: 4px solid #a8a8a8;
    background: #b9b9b9;
}
.competition-step li:last-child:after{
    display: none;
}
.competition-step li a{
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
    font-size: 20px;
    margin-left: -50%;
    font-weight: 400;
}
.competition-step li a:hover{
    color: #999;
}
.competition-step li:last-child a{
    display: none;
}
.competition-step li.active a{
    color: #f3604c;
    font-weight: bold;
}
.competition-step li.future a{
    font-weight: 100;
}


/* */
.timing{
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.status{
    list-style: none;
    padding: 0;
    margin: 0 0 30px; 0;
    text-align: center;
    text-transform: uppercase;
    color: #999;
}
.status li{
    margin-right: 40px;
    display: inline-block;
}
.statistic{
    text-align: center;
    margin-bottom: 30px;
}
.share{
    text-align: center;
    margin-bottom: 30px;
}

.question{
    /*font-size: 24px;
    font-weight: bold;*/
    color: #000;
}

.work-choice{
    /*font-size: 24px;
    font-weight: bold;*/
    color: #000;
}
.upload-box{
    background: #fff;
    padding: 180px 10px 10px 10px;
    border-radius: 3px;
}

/* dashboard */
.dashboard-account{
    margin-bottom: 20px;
}
.dashboard-account h2{
    color: #3bb0a4;
    font-size: 20px;
}
.dashboard-account a{
    text-transform: uppercase
}
.dashboard-btn-group{
    padding: 20px 20px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px
}
.dashboard-stats{}

.uppercase{text-transform: uppercase}
/* Responsive */
@media screen and (max-width: 1199px){
    .header-right .btn{
        padding-right: 10px;
        padding-left: 10px;
    }
    .navbar-nav > li > a{
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-right{
        max-width: 150px;
    }
}
@media screen and (max-width: 991px){
    .navbar-nav > li > a{
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-right .btn{
        margin-left: 0;
    }
}
@media screen and (max-width: 767px){
    .navbar-header{
        display: inline-block;
        width: 100%;
        padding-right: 73px;
    }
    .navbar-toggle{}
    .header-right{
        position: absolute;
        right: 15px;
        top: 0;
        float: right;
    }

    .navbar-nav > li > a{
        padding: 20px;
    }
    .navbar-collapse{
        background: #3bb0a4;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -5px;
    }

    .header-right .user{
        text-align: center;
        width: 65px;
    }
    .header-right .user .btn{
        padding: 0;
        display: block;
        width: 100%;
    }
    .user-avatar{
        width: 20px;
        height: 20px;
    }
    .header-right .user img{}
    .header-right .user .user-name{
        display: block;
        font-weight: 100;
    }
    .header-right .user .glyphicon{display: none;}
    .dropdown-menu{
        margin-top: 26px;
    }
}

@media screen and (max-width: 400px){
    .navbar-brand img{
        height: 43px;
    }
}
@media screen and (max-width: 360px){
    .navbar-brand img{
        height: 30px;
    }
}