

/*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway:100,400,600,700');



body{
   font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;

}




.section-title{
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #196CAA;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;

}

.main-underline {
    display: block;
    width: 150px;
    height: 4px;
    background-color: #196CAA;
    margin: 0 auto;
    margin-bottom: 40px;
}

.textarea-center{
	font-size: 18px;
	line-height:2;
	text-align: center;
	margin:20px 0px;
}
.sub-title{
	font-size: 24px;
	font-weight: 700;
	color: #196CAA;
	margin-bottom: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	
}

.flat-text{
	font-size: 14px;
	font-weight: 300;
	color: #3e3e3e;
	line-height: 1.7;
}

/*##########################
HEADER
##########################*/
#header{

}
#header .topbar{
	background-color: #FFF;
	padding: 10px 0px; 
}

#header .topbar .topbar-links{	
	text-align: right;
	margin-top: 10px;
}

#header .topbar .topbar-links span{
	margin:0px 5px; 
	color: #fff !important;
}

#header .topbar .topbar-links span i{
	margin-right: 5px; 
	font-size: 18px;
	color: #fff !important;

}

/*NAVBAR STYLIGN*/
.navbar {
	min-height:100px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin-bottom:0;
	z-index: 9999;
	width:100%;
}

.navbar-brand img {
	height:75px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    border-bottom: 1px solid #196CAA;
}

.navbar-nav > li {
    margin-right:0px;
    margin-left:45px;
}


.navbar-nav > li:last-child {
    margin-right:0px;
}

.navbar-nav > li > a {
    line-height:97px;
    font-size:1.1em;
    padding: 0px;
    display: block;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

.navbar-wgr .navbar-toggle {
    border-color: #3387c6;
    margin-top: 15px;
}

.navbar-wgr .navbar-toggle .icon-bar {
    background-color: #3387c6;

}



/*##########################
SLIDER
##########################*/
.slider {
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('img/header.png');
    background-size:cover;
    background-position: center;
	width: 100%;
	height: 500px;
}

.slider .caption {
	color: #FFF;
	background-color: #196CAA;
	margin-top: 50%;
	padding: 20px;
}

.slider .caption h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 5%;
	font-size:29px;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
}
.slider .caption h1 strong {
	font-weight: 700;
}

.slider .caption p {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	line-height: 2;
	font-size: 18px;
	
}

/*##########################
MAIN1
##########################*/

#main1{
	background-color: #fff;
	min-height: 500px;
	padding:50px 0px; 
}



#main1 .about{
	min-height: 320px;
}

#main1 .about-block{
	width: 33%;
	float: left;
	min-height: 350px;
	background-color: #fff;
	padding:50px;
	text-align: center; 
}

#main1 .about-block-middle{
	border-right:1px solid #eee;
	border-left:1px solid #eee;
}


/*##########################
MAIN2
##########################*/

#main2 {
	padding:50px 0px 50px 0px; 
	background-color: #F7F7F7;
	min-height: 500px;
}

#main2 .who-block{
	background-color: #fff;
	margin: 10px 0px;
	min-height: 500px
}

#main2 .who-block .who-text{
	padding: 20px;
}

#main2 .who-block .who-text h2{

}

#main2 .who-block .who-text p{
	font-size: 14px;
	line-height: 1,5;

}


/*##########################
MAIN3
##########################*/


#main3{
	margin: 0 0px;
	padding: 50px 0px;
	text-align: center;
}

#main3 .ref-logo{
	filter: grayscale(100%);
	opacity: 0.5;
}
#main3 .ref-logo:hover{
	filter: grayscale(0%);
	opacity: 1;
}
#main3 .btn-ghost{
	background-color: transparent;
	border-radius: 3px;
	border: 2px solid #006db7;
	color: #3387c6;
	padding: 10px 30px;
	width: 300px;
	margin: 0px auto;
	margin-top: 50px;	
}

/*Carousel tweaks*/
.carousel-indicators {
    bottom: -20px;
}

.carousel-indicators li {
    border: 1px solid #196CAA;
}

.carousel-indicators .active {
    background-color: #196CAA;
}


/*##########################
MAIN4
##########################*/

#main4 {
	padding: 50px 0px;
	background-color: #F7F7F7; 
}

#main4 .usp h2{
	font-size: 16px;
	color: #006db7;
	font-weight: 700;
}

#main4 .usp .usp-text{
	font-size: 12px;
	font-weight: 300;
	color: #3e3e3e;
	line-height: 1.7;
	
}


/*##########################
MAIN5
##########################*/
#main5 {
	padding: 50px 0px;
}

#main5 .contact-item {
	margin-top: 50px;
}

#main5 .contact-item span{
	font-size: 30px;
	color:#196CAA;
}

#main5 .contact-item h2{
	font-size: 18px;
	font-weight: 700;
	color: #196CAA;
	margin:0px;
	margin-bottom: 10px;
	text-align: center;
	
}
#main5 .contact-item p{
	font-size: 14px;
	font-weight: 300;
	color:#333;
	text-align: center;
}
#main5.contact-item a{
	font-size: 14px;
	font-weight: 300;
	color:#333;
	text-align: center;
}




/*##########################
FOOTER
##########################*/
#footer{
	min-height: 30px;
	background-color: #006db7;
	padding: 0px 0px;
	margin-top: 30px;
}





/**
 * MEDIA QUERIES
 * ----------------------------------------
 */

/* Phone */

@media only screen and (max-width: 479px) {

	#header .topbar .topbar-links span{
		font-size: 10px;
	}
	.btn-ghost{
		width: 200px !important;
	}
	#subpage .page-title h1{
		font-size: 20px;
	}
	#footer .footer-item{
	text-align: center;
	margin-top: 30px;
	}
	#footer .logo-footer{
		display: block;
		margin:0px auto;
	}


}



/* Mobile */

@media only screen and (max-width: 991px) {
	/*Homepage*/
	#main1 .about-block{
		width: 100%;
		min-height:auto;
	}

	#main1,#main2,#main3{
		padding: 50px 0px;
	}
	

	

}

/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#main1 .about-block{
		min-height:auto;
	}
}

/*TABLET LANDSCAPE*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
   
}

/*BOOTSTRAP SMALL DESKTOP*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
	#main1 .about-block{
		min-height:540px;
	}
}


/* FIX */
@media only screen and (max-width: 1100px) {
	/*homepage*/
	

}

/* Desktop */
@media only screen and (max-width: 1219px) {

}

