 
 @font-face {
  font-family: 'regular';
  src: url("../fonts/texgyreheros-regular.woff") format("woff"); }

 @font-face {
  font-family: 'bold';
  src: url("../fonts/texgyreheros-bold.woff") format("woff"); }
 
 @font-face {
  font-family: 'ultra';
  src: url("../fonts/ultratall-bold.woff") format("woff"); }
 
  
@-ms-viewport {
  width: device-width; }
  
body, html {
  margin: 0;
  padding: 0;
  font-family: 'regular';
  color: #4f4f51; 
}
  
section, div, p, span, h1, h2, h3, h4, h5, h6, a {
  position: relative; }
  
p, li{
	 color: #FFF;
	 font-size: 18px;
	 line-height: 1.4;
}

h1{
	font-family: 'ultra'; 
	font-size: 78px; 
	padding: 0px; 
	color: #322E6C; 
	letter-spacing: 1.5px;
}

h2{
	font-family: 'ultra'; 
	font-size: 52px; 
	padding: 0px;  
	color: #322E6C; 
	letter-spacing: 1.5px;
	margin-top: 0px;
	text-transform: uppercase;
}

h3{
	font-family: 'bold'; 
	font-size: 27px; 
	margin-top: 0px; 
	margin-bottom: 70px;
	letter-spacing: 0.44px; 
	color: #322E6C;
}

.font-white{
	color: #fff !important;
}

h2 + p{
	margin-top: 40px;
}

p + a.button, p + p{
	margin-top: 30px;
}

a:focus{
	outline: none;
	text-decoration: none;
}

a.button{
	display: inline-block;
	padding: 5px 15px;
	background: #f9a145;
	font-family: 'ultra';
	font-size: 24px;
	color: #FFF;
	letter-spacing: 1.5px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5;
  transition:  all 0.5s;
}

a.button:hover{
	background: #322E6C;
	color: #fff;
}

ul{
	padding-left: 20px;
}

section{
	position: relative;
	padding: 120px 0px 120px;
}





.navbar-default{
	border: 0px; 
	box-shadow: none;
	padding-bottom: 10px;
	position: absolute;
	width: 100%;
}

.navbar-default.navbar-news{
	background: #322E6C;
	z-index: 10;
	padding-top: 20px;
}

.navbar-default.navbar-news a.active, .navbar-default.navbar-news a:hover{
	color: #f9a145 !important;
	z-index: 15;
}

.navbar-default .navbar-brand{
	padding: 0px;
	margin: 20px 0px 0px !important;
	z-index: 10;
}

.navbar-default .navbar-collapse{
	border: 0px;
	overflow-x: hidden !important;
	z-index: 5;
}

.navbar-default .navbar-brand img{
	margin-right: 50px;
}

.navbar-default .navbar-brand:first-of-type:before{
	content: '';
	display: block;
	width: 1px;
	height: 65px;
	background: #82aec0;
	position: absolute;
	left: 245px;
	top: 7px;
}

.navbar-default .navbar-toggle{
	background: #322E6C;
	margin-top: 30px;
	border-color: ##FFF;
	cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5;
  transition:  all 0.5s;
  z-index: 10;
}

.navbar-default .navbar-toggle.collapsed{
	background: #f9a145;
}

.navbar-default .navbar-toggle .icon-bar{
	background: #FFF;
}

.navbar-default .navbar-toggle:hover{
	background: #f9a145;
}

.navbar-default .navbar-toggle .icon-bar{
	background: #fff;
}

.navbar-default .navbar-nav > li > a{
	font-family: 'ultra'; 
	font-size: 30px; 
	color: #FFF; 
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 50px 32px 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5;
  transition:  all 0.5s;
}

.navbar-default .navbar-nav > li:last-child > a{
	padding-right: 16px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active{
	color: #322E6C;
}

.navbar-default.nav-newsdetail .navbar-nav > li > a:hover, .navbar-default.nav-newsdetail .navbar-nav > li > a.active{
	color: #f9a145;
}




#mainbanner{
	background: url('../img/banner_limbang_tacik.png') center bottom; 
	background-size: cover; 
}
 
#mainbanner > .container > .row > div{
	height: 110vh; 
	display: table; 
}
 
#mainbanner > .container > .row > div > div{
	display:table-cell; 
	vertical-align:middle
}

#mainbanner .row .row{
	max-width: 710px;
}

#mainbanner h1, #mainbanner h3, #mainbanner p{
	color: #FFF;
}

#mainbanner h1{
	text-transform: uppercase;
	margin-top: 0px;
}

#mainbanner h1 font, #mainbanner h3 font{
	display: inline-block;
}

#mainbanner .category > h3{
	position: relative;
	display: inline-block;
	color: #FFF;
	padding-left: 30px;
	padding-right: 65px;
	line-height: 0.5;
	margin-bottom: 0px;
}

#mainbanner .category > h3:last-child{
	padding-right: 0px;
}

#mainbanner .category > h3:before{
	content: '';
	position: absolute;
	display: inline;
	left: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border: 5px solid #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#mainbanner .category > h3:first-child:before{
	border-color: #EF5598;
}

#mainbanner .category > h3:nth-child(2):before{
	border-color: #767EBD;
}

#mainbanner .category > h3:last-child:before{
	border-color: #F9A145;
}

#mainbanner .category > h3:after{
	content: '';
	position: absolute;
	display: inline;
	right: 35px;
	top: -5px;
	width: 1px;
	height: 30px;
	background: #fff;
}

#mainbanner .category > h3:last-child:after{
	display: none;
}

.registration-open{
	text-align: center;
    position: absolute;
    bottom: 55px;
    margin: auto;
    left: 0;
    right: 0;
}

.registration-open p{
	display: inline;
	font-size: 21px;
	padding-right: 30px;
}





#about{
	background: url('../img/about_limbang_tacik.png') left bottom; 
	background-size: cover;
	z-index: 10;
}

#about img{
	max-width: 100%;
}

.m-about{
	display: none;
}

#about h3{
	color: #085c75;
	margin-bottom: 50px;
}

#about p{
	color: #422510;
	max-width: 510px;
}

#about .row{
	display: table;
}

#about .row > div{
	display: table-cell;
	vertical-align: top;
	float: none;
}






#route{
	background: url('../img/route_limbang_tacik.png') center bottom; 
	background-size: cover; 
	margin-top: -20px;
	height: 960px;
}

#route .container{
	height: 770px;
}

#route .col-md-12{
	text-align: center;
}

#route h2{
	color: #fff;
}

#route img{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.intro-category{
	text-align: center;
    position: relative;
	top: 0px;
    margin: auto;
    left: 0;
    right: 0;
}

.intro-category p{
	display: inline-block;
	font-size: 21px;
	padding-right: 330px;
	color: #fff;
	text-align: left;
	
}

.intro-category a{
    position: absolute;
    width: 200px;
    right: 0;
    top: 15px;
}


#categories{
	background: url('../img/category_limbang_tacik.png') center top; 
	background-size: cover; 
	padding-top: 30px;
}

#categories h2{
	color: #fff;
	margin-top: 50px; display: none;
}

#categories img{
	width: 100%;
	margin-top: 80px;
}

#categories a{
	text-align: center;
	cursor: default;
}

.category-info{
	position: absolute;
	top: 340px;
	left: 0;
	right: 0;
	margin: auto;
	width: 290px;
	margin: auto;
	padding-top: 5px;
	text-align:center;
}

.cat-10000, .cat-5000, .cat-2000, .cat-junior{
	border-radius: 15px;
	padding: 8px 10px 2px;
	margin-bottom: 20px;
	cursor: pointer;
}

.cat-10000{
	background: #EF5598;
}

.cat-5000{
	background: #767EBD;
}

.cat-2000, .cat-junior{
	background: #F9A145;
}

.category-info .row{
	padding: 0px 8px;
}

.category-info h5{
	font-size: 28px;
	font-family: 'bold';
	margin-top: 0px;
	margin-bottom: 2px;
	color: #fff;
}

.category-info p, .category-info li{
	font-size: 18px;
	font-family: 'regular';
}

.category-info .col-md-12`{
	text-align: center;
}

.category-info ul{
	width: auto;
	display: inline-block;
	padding-left: 15px;
}

.category-info li{
	text-align: left;
}

.category-info li::marker{
	margin-left: 20px;
}



#news{
	background: url('../img/news_limbang_tacik.png') center top; 
	background-size: cover;
	padding: 120px 0px 150px;	
	text-align: center;
	margin-top: -15px;
}

#news.news-index{
	background: none;
	padding-top: 70px;
}

.sort-by{
	text-align:left; 
	margin-bottom: 50px
}

.sort-by select, .sort-by select option{
	background: #fff;
}

#news .col-md-12{
	z-index: 10;
}

#news.newsdetail{
	background: none;
	padding-top: 30px;
	padding-bottom: 50px;
}

#news .row .row{
	margin-top: 120px;
	background: #fff;
    padding: 20px 15px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.05);
}

#news.newsdetail .col-md-4 h2{
	text-align: left;
	margin-top: 12px;
	color: #f9a145;
	text-transform: none;
	font-size: 42px;
}

#news.newsdetail .row .row{
	box-shadow: none;
	margin-top: 20px;
}

.newsdetail .container > .row{
	padding-top: 50px;
}

.newsdetail .col-md-4{
	padding-left: 100px;
}

.newsdetail .col-md-4 .col-lg-12{
	padding-bottom: 50px !important;
}

.newsdetail .col-md-8 h1{
	margin-top: 25px;
	font-size: 50px;
	line-height: 1.5;
	font-family: 'ultra';
	text-align: left
}

.newsdetail .col-md-8 img{
	margin: 20px 0px 30px;
}

.newsdetail .col-md-8 p{
	color: #000;
	text-align: left;
}

.newsdetail .col-md-8 h6{
	font-size: 14px;
	margin: 30px 0px 25px;
}

.newsdetail .col-md-8 h6:first-child{
	color: #322E6C;
	margin: 0;
}

.newsdetail .col-md-8 h6:first-child span{
	color: #f9a145;
	display: inline-block !important;
}

.news-content{
	padding-bottom: 40px;
}

#news .news-content img{
	margin-bottom: 0px;
}

#news .row .row > div{
	padding: 10px;
}

#news .news-content span{
	color: #322E6C;
	opacity: 0.6;
	margin-bottom: 30px;
	font-style: italic;
}

#news .news-content h6{
	font-size: 26px;
	color: #322E6C;
	font-family: 'ultra';
	margin-top: 50px;
}

#news .news-content ol{
	margin-bottom: 30px;
	padding-left: 20px;
}


#news .news-content li{
	color: #322E6C;
	text-align: left;
}

#news img{
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#news span{
	font-size: 14px;
	color: #f9a145;
	text-align: left;
	display: block;
	margin-top: 15px
}

#news h5{
	font-size: 18px;
	font-family: 'bold';
	line-height: 1.8;
	text-align: left;
	color: #322E6C;
}

#news a:hover h5{
	color: #f9a145;
}

#news h6{
	color: #8b8a9a;
	text-align: left;
}

#news.news-index .col-md-6{
	margin-bottom: 70px;
}

#news.news-index .col-md-6 a div:first-child{
	float: left;
	width: 40%;
}

#news.news-index .col-md-6 a div:last-child{
	float: left;
	width: 55%;
	padding-right: 5%;
}

#news.news-index img{
	padding-right: 25px;
}

#news.news-index span{
	margin-top: 0px;
}




#mainbanner.register{
	background: url('../img/banner_register.png') center bottom; 
	background-size: cover; 
}

#mainbanner.register h1{
	font-size: 54px; 
}

#mainbanner.register p{
	padding: 40px 0px 15px 
}

#mainbanner.register > .container > .row > div{
	height: 790px;
}

#mainbanner.register .registration-open{
	text-align: left;
}

#mainbanner.register a.button{
	padding: 5px 60px;
}

#mainbanner.newsdetail{
	background: #322E6C;
}

#mainbanner.newsdetail > .container > .row > div{
	height: 70px;
}




#registration{
	background: url('../img/background_register.png') center bottom; 
	background-size: cover; 
}

#registration h2{
	text-align: center;
}

#registration img{
	width: 100%;
	min-width: 1140px;
	margin-top: 65px;
	margin-bottom: 50px;
}

.technical-wrapper{
	margin-bottom: 150px;
}




#rules h2{
	text-align: center;	
	color: #fff;
}

#rules .row .row{
	margin-top: 120px;
	background: #015B74;
    padding: 70px 65px 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-bottom: 20px;
}

#rules .col-md-6 p{
	color: #fff;
	margin-bottom: 40px;
}

#rules p:first-child{
	color: #EE9445;
	font-family: 'ultra';
	font-size: 24px;
	margin-bottom: 40px;
	letter-spacing: 1.5px;
}

#rules p span{
	font-family: 'ultra';
	font-size: 24px;
	letter-spacing: 1.5px;
}

#rules .col-md-6:first-child{
	padding-right: 90px;
}

#rules .col-md-6:last-child p{
	margin-bottom: 35px;
}




#mainbanner.news{
	background: url('../img/banner_news.png') center bottom; 
	background-size: cover; 
}

#mainbanner.news h1{
	font-size: 54px; 
	margin-top: 90px;
}

#mainbanner.news > .container > .row > div{
	text-align: center;
	height: 460px;
}


.footer{
	padding: 30px 0px 22px;
	background: url('../img/footer_limbang_tacik.png') center top; 
	background-size: cover; 
	margin-top: -30px;
	margin-bottom: 82px;
}

.footer .container{
	text-align: center;
}

.footer .container div{
	display: inline-block;
}

.footer img{
	float: left;
	margin-right: 15px;
}

.footer p:last-child img{
	margin-top: -10px;
}

.footer p:last-child span:before{
	content: '';
	position: absolute;
	left: -50px;
	width: 1px;
	height: 40px;
	top: -5px;
	background: #fff;
}

.footer p{
	display: inline;
}

.footer span{
	float: left;
	margin: 13px 20px;
	font-size: 18px;
	color: #FFF;
}

.footer span:last-child{
	padding-right: 50px;
}

.floating-register{
	background: url('../img/footer_limbang_tacik.png') center top;
	position: fixed; 
	bottom: 0px; 
	width: 100%; 
	padding: 20px; 
	text-align: center; 
	z-index: 50;
}

.floating-register a.button{
	width: 100%;
	max-width: 300px;
}




a.scroll{
    display: none;
    background: url('../img/arrow-white.png') center center no-repeat;
    background-size:contain;
    /*animation: MoveUpDown 1s linear infinite;*/
	position: absolute; margin: auto; left: 0; right: 0; bottom: -70px; z-index: 10; width: 60px; height: 40px;
}

a.scroll:hover{
    background: url('../img/arrow.png') center center no-repeat;
    background-size:contain;
}

a:hover{
     text-decoration: none;
     color: #f9a145;
}

a:hover p{
     color: #f9a145;
     text-decoration: none;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: -70px;
  }
  50% {
    bottom: -90px;
  }
}

@media (min-width: 1500px) {
	.container{
		width: 1440px;
		padding: 0px;
	} 
}

@media (max-width: 1500px) {
	
	.navbar-default .navbar-nav > li > a{
		padding-left: 15px;
		padding-right: 15px;
		font-size: 26px;
	}
}



@media (max-width: 1400px) {
	
	#about{
		padding-bottom: 250px;
	}
	
	#route{
		height: 700px;
	}
	
	#route .container{
		height: 580px;
	}
	
	.category-info{
		width: 200px;
	}
	
	.category-info ul{
		margin-bottom: 0px;
	}
	
	.category-info .col-lg-6{
		width: 100%;
	}
	
	.category-info h5{
		font-size: 21px;
	}
	
	#categories img{
		padding-bottom: 140px;
		background: #085C75;
		border-radius: 10px;
	}
}



@media (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a{
		font-size: 24px;
		padding: 43px 15px 53px;
	}
	
	.navbar-default .navbar-brand img {
		margin-right: 22px;
		height: 57px;
	}
	
	.navbar-default .navbar-brand:first-of-type:before{
		left: 205px;
	}
	
	.navbar-default .navbar-brand:last-child img {
		height: 48px;
		margin-top: 5px;
	}
	
	h2{
		font-size: 42px;
	}
	
	
	p + a.button{
		margin-top: 10px;
	}

	#mainbanner h1{
		width: 420px;
	}
	
	#mainbanner.news h1{
		width: 100%;
	}
	
	#mainbanner .category > h3{
		padding-right: 40px;
	}
	
	#mainbanner .category > h3:after{
		right: 20px;
	}
	
	.registration-open p{
		display: block; 
		padding-right: 0px;
	}
	
	#about{
		padding-bottom: 330px;
	}
	
	
	.intro-category p{
		padding-top: 0px;
		padding-right: 0px;
		text-align: center;
	}
	
	.intro-category a.button{
		position: relative;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	
	#route{
		height: 600px;
		margin-bottom: 100px;
	}
	
	#route img{
		right: 30px;
		bottom: 30px;
	}
	
	#categories img{
		padding-bottom: 40px;
		margin-top: 40px;
	}
	
	.category-info{
		width: 290px;
		top: 460px;
	}
	
	#news .row .row > div{
		margin-bottom: 20px;
	}
	
	#categories + #news .row .row > div{
		margin-bottom: 50px;
	}
	
	#categories + #news .row .row > div:last-child{
		margin-bottom: 0px;
	}
	
	.technical-wrapper{
		overflow-x: scroll;
	}
	#news.news-index .col-md-6 a:after{
		content: '';
		clear: both;
		display: block;
	}
}



@media (max-width: 990px) {
	
	.navbar-default{
		background: #322E6C;
		z-index: 1;
		border-radius: 0px;
		top: 0px;
	}
	.navbar-default .navbar-brand{
		margin-top: 12px !important;
	}
	
	.navbar-collapse{
		margin: -15px -15px 0px !important; 
		box-shadow: none;
	}
	.navbar-collapse.collapse {
        display: none !important;
		max-height: none;
		border: none;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float: none;
		width: 100%;
		display: inline-block;
    }
	.navbar-default .navbar-brand:first-of-type:before{
		left: 146px;
		height: 35px;
		background: #fff;
	}
	.navbar ul{
		background: #322E6C;
		margin-top: 35px;
		padding: 0px 5px 10px;
		margin-bottom: 15px;
		float: none !important;
	}
	.navbar-nav > li{
		float: none;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 20px 0px;
		display: block;
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active{
		color: #f9a145;
	}
	
	.navbar-default .navbar-toggle{
		margin-top: 17px;
		margin-right: 5px;
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
		margin: 0px;
	}

	
	.navbar-default .navbar-brand img{
		height: 50px;
	}

	.navbar-default .navbar-brand:last-child img{
		height: 35px;
	}
	
	#mainbanner{
		margin-top: 75px;
	}
	
	#mainbanner.newsdetail{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.newsdetail .container > .row{
		padding-top: 0px;
	}
	.newsdetail .col-md-8 h1{
		line-height: 1.4;
	}
	.newsdetail .col-md-4{
		padding-left: 15px;
		padding-top: 50px;
	}
	#news.newsdetail .row .row{
		padding-left: 0px;
		padding-right: 0px;
	}
	#news .row .row > div{
		padding: 0px;
	}

	.news-content{
		padding-bottom: 0px;
	}
	#mainbanner h1{
		width: auto;
		margin-top: 30px;
		text-align: center;
	}
	
	#mainbanner h3{
		margin-bottom: 30px;
		text-align: center;
	}
	
	#mainbanner > .container > .row > div{
		width: 100%;
	}
	
	#mainbanner.news > .container > .row > div{
		height: 205px
	}
	
	#mainbanner > .container > .row > div > div{
		vertical-align: top;
	}
	
	#mainbanner > .container > .row > div > div .category{
		text-align: center;
	}
	
	#mainbanner.register p{
		padding-top: 20px;
	}
	#mainbanner.register h1{
		font-size: 40px;
		text-align: left;
	}
	#mainbanner.register br{
		display: none;
	}
	#mainbanner.register p{
		text-shadow: -1px 1px 20px rgba(32,115,139,1)
	}
	#mainbanner.register li{
		text-shadow: -1px 1px 20px rgba(32,115,139,1)
	}
    #mainbanner .category > h3{
		font-size: 25px;
	}
	#about{
		padding-bottom: 50px;
		padding-top: 100px;
		background-position-x: -700px;
	}
	
	#about p{
		max-width: none;
	}
	
	#about .row > div{
		display: block;
		margin-bottom: 50px;
	}
	
	#about img{
		margin-bottom: 30px;
	}
	
	#about .col-md-6:first-child{
		padding-bottom: 550px
	}
	
	.m-about{
		display: block;
	}
	.d-about{
		display: none;
	}
	
	#route{
		height: 490px;
	}
	
	#route .container{
		height: 470px;
	}
	
	#route img{
		width: 100%;
		padding: 20px;
		left: 0px;
		right: auto;
	}
	
	#categories{
		background: #085C75 url('../img/category_limbang_tacik.png') center bottom no-repeat;
		background-size: auto
	}
	
	#categories img{
		margin-top: 40px;
		padding-bottom: 190px;
	}
	
	.intro-category p{
		margin-top: 0px;
	}
	
	#news .row .row{
		margin-top: 50px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#rules h2{
		color: #322E6C;
	}
	#rules >.row{
		margin: 0px;
	}
	#rules .row .row{
		margin: 50px 0px 20px;
		padding: 60px 40px 30px;
	}
	#rules .col-md-6:first-child{
		padding-right: 0px;
	}
	#rules p:first-child{
		margin-bottom: 40px;
	}
	#rules .col-md-6:last-child p:first-child{
		padding-top: 20px;
	}
	#rules .col-md-6 p {
		margin-bottom: 20px;
	}
	#rules .col-md-6:last-child p{
		margin-bottom: 20px;
	}
	#rules p + p{
		margin-top: 0px;
	}
	#rules p span{
		font-size: 22px;
	}
	.footer img{
		margin: 0px;
		height: 40px;
	}
	.footer span{
		font-size: 16px;
		margin: 15px 10px;
	}
	.footer span:last-child{
		padding-right: 0px;
	}
	
	.footer p:last-child img{
		margin-top: 0px;
	}
	
	.footer p:last-child span:before{
		left: -10px;
		height: 20px;
		top: 0px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a{
		padding: 20px 10px;
	}
	
	#mainbanner h1{
		font-size: 60px;
	}
	
	.registration-open{
		padding: 15px;
		text-align: center !important;
		bottom: 35px;
	}
	
	#about{
		background-position-x: -700px;
	}
	
	#about img{
		margin-bottom: 30px;
	}
	
	#about .col-md-6:first-child{
		padding-bottom: 550px
	}
	
	#route{
		height: 380px;
		padding-top: 60px;
	}
	
	#route h2{
		display: none;
	}
	
	.intro-category p{
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	#categories .col-lg-3{
		max-width: 430px;
		margin: auto
	}
	
	.category-info{
		top: auto;
		bottom: 20px;
	}

	#categories img{
		padding-bottom: 0px;
	}
	
	#categories h2{
		display: block;
	}
	
	.intro-category{
			margin-bottom: 20px;
	}
	
	.footer{
		padding-top: 20px;
	}
	
	.footer img{
		float: none;
	}
	.footer p{
		display: block;
		text-align: center;
	}
	.footer p:last-child{
		margin-top: 20px;
		text-align: left;
	}
	
	.footer span:last-child{
		width: 100%;
		padding-right: 0px;
		float: none;
		display: block;
		margin: 15px 0px;
	}
	
	.footer p:last-child span:before{
		display: none;
	}
	
	.footer p:last-child span{
		width: 52%;
		text-align: right;
		margin-right: 15px;
	}
}

@media (max-width: 580px) {
	
	.navbar-default .navbar-nav > li > a{
		font-size: 24px;
		padding: 10px 15px;
	}

	#mainbanner h1{
		font-size: 45px;
	}
	
	#mainbanner.news > .container > .row > div{
		height: 200px;
	}
	
	#mainbanner.news h1{
		font-size: 32px;
		margin-top: 100px;
	}
	
	#mainbanner h3{
		font-size: 21px;
	}
	
	#mainbanner .category > h3{
		font-size: 20px;
		padding-left: 25px;
		padding-right: 30px;
		line-height: 0.7
	}
	
	#mainbanner .category > h3:after{
		right: 13px;
		top: -6px;
	}
	#about{
		background-position-x: -780px;
	}
	#route{
		height: 320px;
		padding-top: 40px;
		
	}
	#route .container{
		height: 390px;
	}
	#categories h2{
		margin-top: 0px;
	}
	#rules .row .row{
		padding: 50px 30px 25px;
	}
	.newsdetail .col-md-8 h1{
		font-size: 36px;
	}
	.newsdetail .col-md-4 h2:before{
		content: '';
		position: absolute;
		top: -30px;
		width: 100%;
		height: 1px;
		background: #000;
		opacity: 0.1;
	}
}

@media (max-width: 480px) {
	.navbar .container{
		padding: 0px 10px;
	}
	
	h2, #news.newsdetail .col-md-4 h2{
		font-size: 32px;
	}
	h3{
		font-size: 24px;
	}

	a.button, #rules p span{
		font-size: 20px;
	}
	
	#mainbanner h1, #mainbanner.register h1{
		font-size: 36px;
		margin-top: 20px;
	}
	
	#mainbanner h3, .registration-open p, p,  li, .intro-category p, .category-info li{
		font-size: 16px;
		line-height: 1.4;
	}
	
	.footer{
		margin-bottom: 78px;
	}
	
	.footer span{
		font-size: 14px;
	}
	
	#mainbanner h3{
		margin-bottom: 15px;
	}
	
	#mainbanner .category > h3{
		font-size: 16px;
		padding-right: 20px;
	}
	
	#mainbanner .category > h3:before{
		top: -2px;
	}
	
	#mainbanner .category > h3:after{
		right: 7px;
	}
	
	/*#mainbanner .category > h3:last-child{
		padding-right: 20px;
	}
	
	#mainbanner .category > h3:before{
		width: 15px;
		height: 15px;
		border: 3px solid #FFF;
		top: 1px;
	}
	
	#mainbanner .category > h3:after{
		display: none;
	}
	
	#mainbanner > .container > .row > div > div .category{
		width: 200px;
		margin: auto;
	}*/
	
	#about{
		background-position-x: -650px;
		padding-top: 40px;
	}
	
	#about h3{
		margin-bottom: 40px;
	}
	#about .col-md-6:first-child{
		padding-bottom: 400px;
	}
	#route{
		height: 250px;
		margin-bottom: 40px;
	}
	#route .container{
		height: 280px;
	}
	#route img{
		padding:  10px
	}
	#news, #registration{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#registration img{
		margin-top: 40px;
	}
	#news h5{
		line-height: 1.4;
		margin: 5px 0px;
	}
	#categories{
		padding-bottom: 50px;
	}
	
	.sort-by{
		margin-bottom: 25px
	}
	
	#mainbanner.register p{
		padding: 0px 0px 5px;
		text-shadow: -1px 1px 20px rgba(32,115,139,1)
	}
	#mainbanner.register li{
		text-shadow: -1px 1px 20px rgba(32,115,139,1)
	}
	.technical-wrapper{
		margin-bottom: 70px;
	}
	#rules .row .row{
		margin-top: 50px;
		padding: 25px 10px 5px;
	}
	#news.news-index .col-md-6 a div:first-child, #news.news-index .col-md-6 a div:last-child{
		float: none;
		width: 100%;
	}
	#news.news-index img{
		margin-bottom: 15px;
		padding-right:0px;
	}
	#news.news-index .col-md-6{
		margin-bottom: 50px;
	}
	#news.news-index{
		padding-bottom: 20px;
		padding-top: 40px;
	}
	#news.newsdetail{
		padding-top: 10px;
		padding-bottom: 0px;		
	}
	.newsdetail .col-md-8 h1{
		line-height: 1.3;
		font-size: 26px;
	}
	.newsdetail .col-md-8 h6{
		margin: 20px 0px 15px
	}
	.newsdetail .col-md-4{
		padding-top: 30px;
	}
	.newsdetail .col-md-4 .col-lg-12{
		padding-bottom: 20px !important;
	}
	#rules .col-md-6:first-child{
		padding-right: 20px;
	}
}



@media (max-width: 370px) {
	#mainbanner .category > h3{
		padding-left: 12px;
		padding-right: 15px;
		font-size: 13px;
	}
	#mainbanner .category > h3:before{
		width: 12px;
		height: 12px;
		border: 3px solid #FFF;
		top: 0px;
		left: -4px;
	}
	#mainbanner .category > h3:after{
		height: 20px;
		top: -3px;
		right: 7px;
	}
	#categories + #news .row .row > div{
		margin-bottom: 30px;
	}
	#news .news-content h6{
		margin-top: 40px;
	}
}

@media (max-width: 330px) {
	.navbar-default{
		padding-bottom: 2px;
	}
	.navbar-toggle .icon-bar{
		width: 15px;
	}
	.navbar-default .navbar-toggle{
		padding: 5px;
	}
	.navbar-default .navbar-brand img{
		height: 40px;
		margin-right: 15px;
	}
	.navbar-default .navbar-brand:last-child img{
		height: 30px;
	}
	.navbar-default .navbar-brand:first-of-type:before{
		left: 117px;
		top: 4px; 
		opacity:0.5;
	}
	.navbar ul{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 20px;
	}
	#mainbanner{
		margin-top: 67px;
	}
	#about{
		background-position-x: -560px;
	}
	#about .col-md-6:first-child{
		padding-bottom: 270px;
	}
	#route{
		height: 180px;
	}
	#route .container{
		height: 210px;
	}
	.intro-category{
		padding-bottom: 40px;
	}
	.category-info{
		width: 100%;
		position: relative;
		margin-top: -50px;
		padding-bottom:20px;
		background: #075C75;
	}
	.cat-10000, .cat-5000, .cat-2000, .cat-junior{
		margin: 10px 15px;
	}
	#categories img{
		margin-top: 0px
	}
	p + a.button, p + p{
		margin-top: 20px
	}
	#news.news-index .col-md-6{
		margin-bottom: 35px;
	}
	#news.newsdetail .col-md-4 h2{
		margin: 0px;
	}
	#news.news
	.footer img{
		height: 35px;
	}
	#mainbanner h1, #mainbanner.register h1, #mainbanner.news h1{
		font-size: 30px;
	}
	#news.newsdetail .row .row{
		margin-top: 10px;
	}
	h2, #news.newsdetail .col-md-4 h2, #news .news-content h6{
		font-size: 20px;
	}
	h3, a.button, #rules p span, .category-info h5, .category-info p, #news h5, #rules .col-md-6 p{
		font-size: 16px;
	}
	#mainbanner h3, .registration-open p, p, li, .intro-category p, .category-info li{
		font-size: 14px;
	}
	
	h6, #news span, .footer span{
		font-size: 12px;
		line-height: 1.5;
	}
	.footer{
		margin-bottom: 70px;
	}
}