/* Add here all your css styles (customizations) */

@font-face {
  font-family: 'GilSans';
  src: url('../fonts/GIL.ttf') format('truetype'),
       url('../fonts/GillSansStd.otf') format('opentype');
}

html, body, p, h1, h2, h3, h4, h5, h6 {
    font-family: "GilSans";
}

body{
  font-size: 15px;
}

.header-v6.header-dark-transparent .navbar{
	background: white;
}

.header-v6 .navbar-nav > li > a, .header-v6 .navbar-nav > li > a:hover, .header-v6 .navbar-nav > li > a:focus, .header-v6 .navbar-nav > .active > a, .header-v6 .navbar-nav > .active > a:hover, .header-v6 .navbar-nav > .active > a:focus{
	color: #000;
    font-weight: 600;
}

.header-v6 li.menu-icons i.menu-icons-style{
	color: black;
}

.header-v6 li.menu-icons span.badge {
	background: #ff2934;
}

/*Shopping Cart*/
.header-v6 .shopping-cart .shopping-cart-open {
	border-top: 2px solid #ff2934;
}

@media (max-width: 991px) {
	.header-v6 .navbar-nav .open .dropdown-menu > li > a:hover,
	.header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ff2934;
	}
	
	.header-v6 .navbar-nav .open .dropdown-menu > .active > a,
	.header-v6 .navbar-nav .open .dropdown-menu > .active > a:hover,
	.header-v6 .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ff2934;
	}
	
	.header-v6 .navbar-nav .open .dropdown-menu > .disabled > a,
	.header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ff2934;
	}	

	.header-v6 .navbar-nav > li > a:hover {
		color: #ff2934;
	}

	.header-v6 .navbar-nav > .active > a,
	.header-v6 .navbar-nav > .active > a:hover,
	.header-v6 .navbar-nav > .active > a:focus {
		background: inherit;
		color: #ff2934 !important;	
	}

}

@media (min-width: 992px) {

	/*Dropdown Menu*/
	.header-v6 .dropdown-menu { 
		border-top: solid 3px #ff2934; 
	}

	.header-v6 .dropdown-menu .active > a,
	.header-v6 .dropdown-menu li > a:hover {
		color: #ff2934;
	}
}

@media (max-width: 991px) {

	.header-v6 .mega-menu .equal-height-list > h3.active,
	.header-v6 .mega-menu .equal-height-list > .active > a,
	.header-v6 .mega-menu .equal-height-list > .active > a:hover,
	.header-v6 .mega-menu .equal-height-list > .active > a:focus {
		color: #ff2934;
	}

	.header-v6 .mega-menu .equal-height-list li a:hover {
		color: #ff2934;
	}
}


@media (min-width: 992px) {

	.header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a,
	.header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
		color: #ff2934;
	}

}

@media (min-width: 992px) {
	.header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav .active > a,
	.header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav li > a:hover {
		/*color: #ff2934;*/
		color: black;
	}
}

@media (min-width: 992px) {
	.header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav .active > a,
	.header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav li > a:hover {
		color: #ff2934;
	}

}

/*Shopping Cart*/
.header-v6.header-dark-dropdown .shopping-cart .shopping-cart-open {
	border-top-color: #ff2934;
}

@media (min-width: 992px) {
	.header-v6.header-dark-dropdown .dropdown-menu .active > a,
	.header-v6.header-dark-dropdown .dropdown-menu li > a:hover {
		color: #ff2934;
	}

	.header-v6.header-dark-dropdown .mega-menu .equal-height-list .active > a,
	.header-v6.header-dark-dropdown .mega-menu .equal-height-list li a:hover {
		color: #ff2934;
	}
}

@media (max-width: 991px) {

	.header-v6.header-dark-res-nav .navbar-nav > li a:hover {
		color: #ff2934;
	}

	.header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #ff2934;
	}
}

@media (min-width: 992px) {
	.header-fixed .header-v6.header-classic-white .navbar-nav .active > a,
	.header-fixed .header-v6.header-classic-white .navbar-nav li > a:hover {
		color: #ff2934;
	}
}

.header-v6.header-classic-dark .shopping-cart .shopping-cart-open {
	border-top-color: #ff2934;
}

@media (min-width: 992px) {
	.header-v6.header-classic-dark .navbar-nav .active > a,
	.header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav .active > a,
	.header-v6.header-classic-dark .navbar-nav li > a:hover,
	.header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav li > a:hover {
		color: #ff2934;
	}

	.header-v6.header-classic-dark .dropdown-menu .active > a,
	.header-v6.header-classic-dark .dropdown-menu li > a:hover {
		color: #ff2934;
	}

	.header-v6.header-classic-dark .mega-menu .equal-height-list .active > a,
	.header-v6.header-classic-dark .mega-menu .equal-height-list li a:hover {
		color: #ff2934;
	}
}

@media (min-width: 992px){
	.header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar {
	    background: white;
	}

	.header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav > li > a {
	    color: black;
	}

	.header-fixed .header-v6.header-dark-transparent.header-fixed-shrink li.menu-icons i.menu-icons-style{
		color: black;
	}

}

.menu-container i{
	font-size: 30px; 
	color: #9b9b9b;
	margin-bottom: 5px;
}

.header-v6 .menu-container .navbar-nav > li > a{
    line-height: 1.8;
    text-align: center;
    font-size: 8px;
}

@media (min-width: 992px){
	.header-v6 .navbar-nav > li > a {
	    padding: 20px 20px;
	    max-width: 100px;
	}
}

@media (min-width: 768px){
	.navbar-nav>li {
	    float: left;
	    border-left: 1px solid #eaeaea;
	}

	.navbar-nav>li:last-child {
	    border-right: 1px solid #eaeaea;
	}
}

.header-v6 .menu-container .navbar-nav > li > a:hover{
	color: #e92428;
}

.header-v6 .menu-container .navbar-nav > li > a:hover > i{
	color: #e92428;
}

.home-head-message .message1{
  font-size: 12px; font-weight: 400; 
}
#promo-video .btn-u-block{
    padding: 8px 15px;
    font-size: 16px;
  }



.home-head-message .message2{
  font-size: 30px; line-height: 35px; font-weight: 600; 
}

#promo-video .content{
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-gallery{
  background: #ffffff; padding-top: 20px; padding-bottom: 20px; position: absolute; width: 100%; bottom: 0; z-index: 9
}

@media(max-width:480px){
  .home-head-message .message1 {
      font-size: 12px;
      font-weight: 400;
      margin-bottom:0;
  }
  .home-head-message .message2{
      font-size: 21px;
      line-height: normal;
      margin-bottom: 0;
  }
  #promo-video .btn-u-block{
      padding: 4px 11px;
      font-size: 13px;
  }
}

@media (min-width: 992px){
	.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
	    line-height: 1.8;
	    padding: 12px 10px;
	}

	.header-fixed .header-v6.header-fixed-shrink .menu-container .navbar-nav i{
		font-size: 15px;
	}

	.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a > i{
		transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
	}

	.custom-content{
		margin-top: 65px;
	}

  .home-page{
    margin-top: 130px; position: relative;
  }

  .home-page.home-page-video{
    margin-top: 100px;
  }

  .home-head-message .message1{
    font-size: 18px; font-weight: 400; 
  }

  .home-head-message .message2{
    font-size: 60px; line-height: 63px; font-weight: 600; 
  }

  #promo-video .content{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: left;
    font-size: 30px;
    padding: 15px 20px 15px 20px;
    background: #0000007a;
}

.clockdiv .round-clock {
    padding: 9px 3px;
    display: inline-block;
    color: white;
    font-weight: bold;
    border-bottom: 5px solid #ec2026;
    width: 200px;
    height: 106px;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.clockdiv .round-clock.small {
    width: 80px;
    height: 50px;
}

.clockdiv > div{
	display: inline-block;
  text-align: center;
}

.clockdiv div > span {
    padding: 2px;
    background: transparent;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    font-size: 100px;
    
}

.clockdiv div > span.small {
    font-size: 28px;
    
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

.smalltext.small {
    font-size: 12px;
}

#categories {
  overflow:hidden;
  width:100%;
  margin:0 auto;
  padding-left:0px;
}
.clr:after {
  content:"";
  display:block;
  clear:both;
}
#categories.middle-row {
  margin: -18.2% 0;
}
#categories li {
  position:relative;
  list-style-type:none;
  width:27.85714285714286%;
  /* = (100-2.5) / 3.5 */
  padding-bottom:32.16760145166612%;
  /* = width /0.866 */
  /*float:left;*/
  display:inline-block;
  overflow:hidden;
  visibility:hidden;
  -webkit-transform:rotate(-30deg) skewY(30deg);
  -ms-transform:rotate(-30deg) skewY(30deg);
  transform:rotate(-30deg) skewY(30deg);
}
#categories li .overlay {
  background:transparent;
  width:140%;
  height:140%;
  margin:-15%;
  transform:rotate(-30deg);
  opacity:0;
  -o-transition:color .2s ease-out,background .2s ease-in;
  -ms-transition:color .2s ease-out,background .2s ease-in;
  -moz-transition:color .2s ease-out,background .2s ease-in;
  -webkit-transition:color .2s ease-out,background .2s ease-in;
  transition:color .2s ease-out,background .2s ease-in;
  cursor:pointer;
}
#categories li .overlay h2 {
  width:100%;
  top:38%;
  font-size:2em;
  color:white;
  z-index:9999;
  font-weight:normal;
  transition:all .2s ease-in-out;
}
@media(max-width: 991px){
  #categories li .overlay h2 {
    font-size:1.4em;
    top:40%;
  }
}
#categories li:nth-child(3n+2) {
  margin:0 1%;
}
#categories li.pusher-middle {
  margin:0 -3%;
}
#categories li:nth-child(6n+4) {
  margin-left:0.5%;
}
#categories li:nth-child(6n+4),#categories li:nth-child(6n+5),#categories li:nth-child(6n+6) {
  margin-top:-15.9285714285%;
    margin-bottom:-6.9285714285%;
  /* -webkit-transform:translateX(50%) rotate(-30deg) skewY(30deg);-ms-transform:translateX(50%) rotate(-30deg) skewY(30deg);transform:translateX(50%) rotate(-30deg) skewY(30deg);*/
}
#categories li:nth-child(6n+4):last-child,#categories li:nth-child(6n+5):last-child,#categories li:nth-child(6n+6):last-child {
  margin-bottom:0%;
}
#categories li * {
  position:absolute;
  visibility:visible;
}
#categories li>div {
  width:100%;
  height:100%;
  text-align:center;
  color:#fff;
  overflow:hidden;
  -webkit-transform:skewY(-30deg) rotate(60deg);
  -ms-transform:skewY(-30deg) rotate(60deg);
  transform:skewY(-30deg) rotate(60deg);
    -webkit-backface-visibility: hidden;
}
/* HEX CONTENT */
#categories li img {
  left:-100%;
  right:-100%;
  width:auto;
  height:100%;
  margin:0 auto;
  transform:rotate(-30deg);
}
#categories div h1,#categories div p {
  width:90%;
  padding:0 5%;
  background-color:#008080;
  background-color:rgba(0,128,128,0.8);
  font-family:'Raleway',sans-serif;
  -webkit-transition:top .2s ease-out,bottom .2s ease-out,.2s padding .2s ease-out;
  -ms-transition:top .2s ease-out,bottom .2s ease-out,.2s padding .2s ease-out;
  transition:top .2s ease-out,bottom .2s ease-out,.2s padding .2s ease-out;
}
#categories li h1 {
  bottom:110%;
  font-style:italic;
  font-weight:normal;
  font-size:1.5em;
  padding-top:100%;
  padding-bottom:100%;
}
#categories li h1:after {
  content:'';
  display:block;
  position:absolute;
  bottom:-1px;
  left:45%;
  width:10%;
  text-align:center;
  z-index:1;
  border-bottom:2px solid #fff;
}
#categories li p {
  padding-top:50%;
  top:110%;
  padding-bottom: 50%;
}
/* HOVER EFFECT */
/*#categories li div:hover h1{bottom:50%;padding-bottom:10%;}#categories li div:hover p{top:50%;padding-top: 10%;}*/
#categories li div:hover .overlay {
  background:rgba(255,168,0,0.5);
  opacity:1;
}
#categories li div:hover .overlay h2 {
  transform:scale(1.2);
}

.btn{
	border-radius: 5px;
}

.btn-default {
    color: #fff;
    background-color: #1d2473;
    border-color: #1d2473;
}

.btn-default:hover {
    color: #fff;
    background-color: #3840a3;
    border-color: #1d2473;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	 color: #fff;
    background-color: #3840a3;
    border-color: #1d2473;
}

.modal-content{
	border-radius: 0;
}

.modal{
	overflow-y:scroll;
}

.file-link{
	padding: 2px 10px;
}

.owl-controls{
  margin-top: 10px;
}

.socials-menu{
    width: auto;
    display: inline-block;
    float: left;
    position: absolute;
    bottom: 5px;
    padding-left: 15px;
}

.socials-menu li a i{
    font-size: 13px;
    line-height: 23px;
}

.socials-menu li{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #9b9b9b;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 991px){
    .header-v6 .menu-container {
        position: relative;
    }
}

.flat-bg-block-v1 {
    padding: 10px 0;
    margin-top: 105px;
}

#promo-video{
    position: relative;
}





@media(max-width: 480px){


}
.nav-tabs{
  border-bottom: 1px solid #1d2473;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  color: #fff;
  background-color: #1d2473;
}
.tab-content-inner {
  padding: 30px 15px;
}
.nav-tabs>li>a{
  border: 1px solid transparent;
}
.nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent;
}
.nav-tabs>li>a:hover{
  border-color: transparent;
}
.table.table-borderless>tbody>tr>td, .table.table-borderless>tbody>tr>th, .table.table-borderless>tfoot>tr>td, .table.table-borderless>tfoot>tr>th, .table.table-borderless>thead>tr>td, .table.table-borderless>thead>tr>th{
  border-top: none;
}

.art .tag-box-v1 {
    border-top: solid 2px #d23708;
}
.photo .tag-box-v1 {
    border-top: solid 2px #108e01;
}
.video .tag-box-v1 {
    border-top: solid 2px #4765a0;
}
.music .tag-box-v1 {
    border-top: solid 2px #900078;
}

.team-v1.judge li h4{
  position: relative;
}
.team-v1.judge li a,.team-v1.judge li a:hover{
  text-decoration: none;
}
.team-v1.judge li h4:after{
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 40px;
    content: " ";
    position: absolute;
    background: #bbb;
    transition: all 0.4s ease-in-out;
}

.team-v1.judge li:hover h4:after{
    width: 100%;
    background: #1d2473;
}





/*About Contest*/
.panel-default>.panel-heading{
  padding: 8px 15px;
  background-color: #1d2473;
  transition: all .3s;
}
.panel-heading a{
  color:#fff;
}
.panel-default>.panel-heading:hover{
  background-color: #28308c;
}
.panel-heading a:hover{
  text-decoration:none;
}
.panel-title{
  font-size: 20px;
}
.panel-heading .fa{
  margin-right: 10px;
}
.faq-list > li{
  position: relative;
  padding-left: 25px;
}
.faq-list > li:before{
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  display: block;
  width:20px;
  height: 20px;
  left: 0;
  top:3px;
}
.content.home-page{
  min-height: calc(100vh - 164px);
}

.panel-red > .panel-heading{
  background: #1d2473;
}
.panel-red {
  border-color: #1d2473;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
}
.fluidvids {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel-dark-blue > .panel-heading {
    background: #1d2473;
}
.panel-dark-blue{
    border-color: #1d2473;
}

.table.result thead tr{
  background:#1d2473;
  color:#fff;
}


@media print{
  header, footer, header nav, .footer-v1{
    display: none;
  }
  head, title {
    display: none;
  }
  #toPrint .hideprint{
    display: none;
  }
  img.print-logo{
    max-width: 200px;
    width:200px;
    float: right;
  }
}

#message {
    position: fixed;
    top: 106px;
    left: 0;
    width: 100%;
    z-index: 100;
}
#inner-message {
    margin: 0 auto;
}

@media (max-width: 991px){

#message {
    position: fixed;
    bottom: 0;
    top: auto;
}

}