/*
	Plava #1A5FAA
	Crvena #E52629
*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700&subset=latin,latin-ext);

body{
	/*background: url('../img/asfalt.png') left top repeat;*/
	/*background-attachment: fixed;*/
	color: #FFFFFF;
	background-color: #E52629;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

a{
	color: #FFF;
	text-decoration: none;
}

a:hover{
	color: #FFF;
	text-decoration: none;
}

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

#loading{
	background-color: #111;
	background-image: url('../img/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 200;
}

.loading-out{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.home{
	background: #0E0E0E url('../img/home-1.jpg') repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}

.home-logo{
	margin-top: 40px;
}

.home-title p{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 26px;
	line-height: 38px;
	margin-bottom: 40px;
}

.home-title img{
	margin-bottom:20px;
}

.category-home{
	list-style: none;
	width: 715px;
	height: 106px;
	margin: 72px auto;
	padding: 0;
}

.category-home li a{
	float: left;
	margin: 0 22px 0 0;
	width: 75px;
	height: 75px;
	border: solid 3px #FFF;
	border-radius: 3px;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 170;
	font-size: 50px;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.20);
	filter: alpha(opacity=20);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.category-home li:last-child a{
	margin-right: 0;
}

.category-home li a:hover{
	border: solid 3px #E52629;
	color: #E52629;
}

.content-header{
	background: url('../img/asfalt.png');
	height: 130px;
	padding-top:20px;
	position: relative;
}

.menu{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 40px;
	width: 940px;
	position: absolute;
	bottom: 1px;
}

.menu li a{
	list-style: none;
	float: left;
	padding: 10px 15px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

.menu .active{
	color: #FFF;
	border-radius: 5px 5px 0 0;
	background-color: #E52629;
}

.menu li:first-child{
	margin: 0;
}

.route{
	list-style: none;
	padding: 0;
	margin: 22px 0 0 0;
	height: 40px;
}

.route li{
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
}

.route li a{
	height: 93px;
	color: #FFF;
	border: solid 1px #FFF;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;
	text-transform: uppercase;
}

.route .active{
	background: #1A1A1A;
	border: solid 1px #0D0D0D;
	color: #FFF;
}

.route-content{
	margin-bottom: 40px;
	height: 370px;
}

.classroom{
	list-style: none;
	padding: 0;
	margin: 22px 0 0 0;
	width: 300px;
}

.classroom li{
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #333;
	width: 150px;
	height: 150px;
	float: left;
}

.classroom li img{
	float: left;
}

.classroom li a{
	display: block;
	height: 150px;
	background: url('../img/sidebar-gredian.png') left bottom repeat-x;
	position: relative;
}

.classroom li a p{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 100;
	line-height: normal;
	color: #FFF;
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin: 0;
}

.classroom .active{
	color: #FFF;
}

.content-header .header p{
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 32px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.content{
	margin-top:25px;
}

.content .title{
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: 300;
	text-transform: uppercase;
}

.content p{
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 26px;
	font-weight: 300;
}

.instructor ul{
	list-style: none;
	margin: 20px auto 0px auto;
	padding: 0;
}

.instructor li{
	margin: 20px 50px 20px 0;
	width: 200px;
	padding: 0;
	text-align: center;
	float: left;
}

.instructor li:last-child{
	margin-right: 0px;
}

.instructor img{
	display: block;
}

.instructor span{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 0;
	display: block;
	color: #F4999B;
}

.instructor p{
	margin: 0;
	font-size: 14px;
	font-weight: 100;
}

.gallery{
	list-style: none;
	margin: 0;
	padding: 1px;
	height: 361px;
	background: url('../img/asfalt.png') left top repeat;
}

.gallery li{
	float: left;
	margin: 0;
}

.gallery li:first-child{
	margin-right: 1px;
}

.gallery li:last-child{
	margin: 1px 0 0 0;
}

.break{
	height: 20px;
	background: url('../img/asfalt.png') left top repeat;
}

.break .finish{
	background: url('../img/finish.png') left top repeat;
	width: 100%;
	height: 20px;
}

.top{
	position: fixed;
	right: 0px;
	bottom: 0;
	width: 38px;
	height: 38px;
	margin: 0 20px 20px 0;
	text-align: center;
	display: none;
	cursor: pointer;
}

.fade{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.fadein{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

.sidebar .title{
	margin: 4px 0 5px 0;
}

.sidebar .description{
	margin: 20px 0 10px 0;
	line-height: 22px;
}

.sidebar .margin{
	margin-bottom: 10px;
}

.sidebar .thumb{
	width: 142px;
	margin-top:4px;
}

.category-break-a{
	background: url('../img/a/break.jpg') center center repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 500px;
	position: relative;
}

.category-break-b{
	background: url('../img/b/break.jpg') center center repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 500px;
	position: relative;
}

.category-break-c{
	background: url('../img/c/break.jpg') center center repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 500px;
	position: relative;
}

.category-break-d{
	background: url('../img/d/break.jpg') center center repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 500px;
	position: relative;
}

.pravilnik{
	margin-top:20px;
}

.pravilnik img{
	float: left;
	margin-right: 10px;
}

.pravilnik p{
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	margin-top: 5px;
	float: left;
	width: 240px;
}

.footer{
	background: url('../img/asfalt.png');
	padding: 30px 0 20px 0;
}

.footer p{
	margin: 0 0 20px 0;
	letter-spacing: 0px;
	font-size: 12px;
	color: #CCC;
}

.baner{
	float:right; margin-top:15px;
}