@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

html,body{
	width:100%;
	height: 100%;
}

body{
	font-family: 'Open Sans', sans-serif;
}
/* LAY OUT */
#wrapper {
    padding-left: 40%;
    height: 100%;
}
#sidebar-wrapper{
	width: 40%;
	min-height: 100%;
    margin-left: -40%;
    overflow-y: auto;
    position: fixed;
    transition: all 0.5s ease 0s;
    z-index: 1000;
    padding: 25px 60px 0 50px;
}
.bg-sidebar{
	background: url(../images/bg_sidebar.jpg);
	background-size: cover;
	background-position: center center;
}
.page-content-wrapper{
	margin: 0;
	padding: 40px 0 0 40px;
	min-height: 100%;
}
section{
	width:80%;
	min-height: 100%;
}
#nav-wrapper{
	border:20px solid #f36f21;
	padding:20px;
}

#nav{
	text-align: right;
	margin: 30px 0;
	padding:0;
	list-style-type: none;
	line-height:1.8;
}
.main-title{
	margin-bottom: 10rem;
}
/* LOGO */
#voka{
	position: absolute;
	bottom:15px;
	width:100%;
	height: 80px;
	margin: 0 -60px 0 -50px;
	text-align:center;
}

.logo{
	width:198px;
	height: 80px;
	margin: 0 auto;
}

/* TYPO */
html { font-size: 62.5%; } 
body { font-size: 14px; font-size: 1.4rem; } 
h1   { font-size: 28px; font-size: 2.8rem; } 
h2   { font-size: 24px; font-size: 2.4rem; } 
h3   { font-size: 21px; font-size: 2.1rem; }
h4   { font-size: 18px; font-size: 1.8rem; } 
h5   { font-size: 16px; font-size: 1.6rem; }
h6   { font-size: 14px; font-size: 1.4rem; }
p {
    margin: 0 0 4rem 0;
}  

#nav-wrapper h1,
#nav-wrapper h2{
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing:-1px;
	margin:0;
	padding: 0;
	line-height: 0.9;	
}

#nav-wrapper h1{
	font-size: 6.2rem;
	font-weight: 800;
	letter-spacing:-2px;
	margin-top:20px;
}
#nav-wrapper h2{
 	font-size: 2.4rem;
	 font-weight: 400;	
}
.underline{
	border-bottom: 2px solid #f36f21;
}

#nav li a{
	color:#FFF;
	text-transform:uppercase;
	font-weight: 500;
	text-decoration: none;
	font-size: 1.6rem;
	cursor:pointer;
}
#nav li a.active,
#nav li a.hover,
#nav li a.focus
{
	border-bottom: 2px solid #f36f21;
}

.main-title h1{
	margin:0;
	text-transform:uppercase;
	font-size: 3.3rem;
 	font-weight: 800;
	letter-spacing:-2px;
	color:#f36f21;
	line-height: 0.85; 	
}

.main-title h2{
	margin:0;
	text-transform:uppercase;
	text-align: right;
	font-size: 2.1rem;
 	font-weight: 400;
	line-height: 0.9;		
}

.main-title .title-box{
	display:inline-block;
	float: left;
}
.main-title .title-box:first-child{
	border-right: 1px solid #f36f21;
	padding-right: 10px;
}
.main-title .title-box:last-child{
	padding-left: 10px;
}
.bold{
	font-weight:600;
}
.extrabold{
	font-weight:800;
}
p a{
	color:#f36f21;
	transition: all 0.5s ease;	
}
p a:hover{
	color:#00a881;
	transition: all 0.5s ease;
}
em{
	font-weight: 300;
}
.indent{
	padding-left: 20px;
	display: block;
	font-weight: 300;
	margin-bottom: 0.9rem;
}

/*colors */
.green{
	color:#00a881;
}
.orange{
	color:#f36f21;	
}


/* FORM */
.alert h5{
	margin-top:0;
}
#regform{
	margin-bottom: 10rem;
}
.btn-default:hover{
	background:#f36f21;
	color:#FFF;
	border:1px solid #f36f21;
}


/* RESPONSIVE */

@media screen and (max-width:1400px){
	#nav-wrapper h1 {
	    font-size: 4rem;
	}
}

@media screen and (max-width:1200px){
	
	
	#nav-wrapper h1 {
	    word-wrap: break-word;
	}
	
	
}



@media screen and (max-width:1024px){
	
	html { 
		font-size: 60%; 
	}
	 
	#nav {
	    margin: 15px 0;
	    
	}
	
	#sidebar-wrapper {
	    padding: 25px 25px 0 25px;
	}
	
	#nav-wrapper h1 {
	    font-size: 2.4rem;
	    
	}
		#nav-wrapper h2 {
	    font-size: 2rem;
	}
	
	#voka {
	    height: 40px;
	}
	.logo {
	    height: 40px;
	    width: 94px;
	}
	.main-title {
	    margin-bottom: 5rem;
	}
	.main-title h1 {
	    font-size: 2.5rem;  
	}
	
	.main-title h2 {
	    font-size: 1.5rem;
	}
}







@media screen and (max-width:801px){
	
	html { 
		font-size: 55%; 
	}
	
	#nav-wrapper h1 {
	    font-size: 2.8rem;
	}
		#nav-wrapper h2 {
	    font-size: 2rem;
	}
}



