/*Fonts*/
@import url(../_fonts/roboto/stylesheet.css);


/*Styles*/
body{
	background-color: #000000;
	margin: 0px;
	/*background-image: url(../_images/_background/background.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    font-family: 'robotoregular';
    font-weight: 300;
}
.mainContent{
	max-width: 1024px;
	background-color: #ffffff;
	margin: auto;
	text-align: center;
	padding-top: 129px;
}
.subpgsContent{
	max-width: 984px;
	background-color: #ffffff;
	margin: auto;
	padding-top: 120px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}
header{
	display: none;
}
footer{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	background-color: #cccccc;
}
.subpgsContent img#portImg{
	width: 100%;
	height: auto;
}
.mainContent img{
	width: 100%;
	height: auto;
}
#mainNav{
	width: 100%;
	font-family: 'robotobold';
	background-color: #ffffff;
	text-transform: uppercase;
	border-bottom: 2px solid #0b5a9f;
	position: fixed;
	text-align: center;
	padding: 5px 0px;
	z-index: 100;

}
nav img{
	float: left;
	margin-left: 150px;
}
.mainMenu li{
	list-style-type: none;
	display: inline;
	margin-left: 40px;
}
.mainMenu{
	padding-top: 10px;
	margin: 0;
}
#secMenu{
	display: none;
}
a{
	text-decoration: none;
	color: #e9212d;
}
a:hover{
	color: #0b5a9f;
}
.active{
	color:#0b5a9f;
}
h1{
	font-family: 'robotoregular';
	font-weight: 500;
	color: #0a469c;
	padding-top: 20px;
	border-top: 2px solid #cccccc;
}
h2{
	font-size: 20px;
	font-weight: 500;
}
h3{
	font-size: 15px;
}
p{
	color: #80817d;
}

#slide1 h2,#slide2 h2,#slide3 h2,#slide4 h2{
	font-family: 'robotoregular';
	font-weight: 500;
}
#slide1 p,#slide2 p,#slide3 p,#slide4 p{
	color: #535353;
	font-family: 'robotoitalic';
	font-weight: 300;
	font-size: 12px;
}
bold{
	color: #c41130;
	font-family: 'robotobold';
}
.col-50{
	width: 49%;
	float: left;
}
.col-50 img{
	width: 30%;
}
.testCol50,.col50{
	width: 50%;
	float: left;
}
.col50 img{
	width: 50%;
	height: auto;
}
.col-30{
	width: 28%;
	float: left;
	padding: 25px;
}
.col-30 img{
	width: 70%;
}
.col-30 p{
	padding: 0;
}
.col-30 h2{
	color: #0b5a9f;
}
.quartCol{
	width: 25%;
	float: left;
}
.quartCol img{
	width: 100%;
	box-shadow: 10px 10px 12px #888888;
}
.quartCol ul li{
	list-style-image: url(../_images/_services/listType.png);
	text-align: left;
	line-height: 35px;
}
.thirdQuartCol{
	width: 70%;
	float: left;
	text-align: justify;
	padding: 15px;
}
.floatImg{
	text-align: left;
	width:50%;
	float: left;
}
.floatImg img{
	width: 68%;
} 
.languageIcons{
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 9999;
	text-align: right;
}
.languageIcons a{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.languageIcons a:hover{
	opacity: .5;
}
.clear{
	clear: both;
}

/*Slider Properties*/
.testCol50{
	padding-bottom: 25px;
	height: 450px;
	background-color: #ffffff;
	float: left;
	overflow: hidden;
}
#slide1,#slide2,#slide3,#slide4{

	width: 40%;
	background-color: #ffffff;
	position: absolute;
	height: 350px;
}
#slide1 img,#slide2 img,#slide3 img,#slide4 img{
	width:20%;
	height: auto;
}
.testCol50.slideshow{
	width: 100%;
	position: relative;
}
/*Responsive Styling*/
@media only screen and (max-width: 1024px){
	.mainContent{
		max-width: 900px;
		width: 100%;
	}
	.subpgsContent{
		max-width: 900px;
		width: 90%;
	}
	.col-30{
		width: 27%;
	}
	.thirdQuartCol{
		width: 100%;
		padding: 0px;
	}
}
@media only screen and (max-width: 900px){
	.testCol50,.col50{
		width:100%;
	}
	.col-30{
		display: none;
	}
	.mainContent{
		padding-top: 0px;
	}
	.subpgsContent{
		padding-top: 0px;
	}
	#secMenu{
		background-color: #ffffff;
		text-align: center;
		display: block;
		width: 100%;
		z-index: 1900;
		text-align: center;
		position: absolute;
	}
	#secMenu #dropSubs li{
		padding: 10px 0px;
		border-top: solid 1px #cccccc;
		list-style-type: none;
	}
	#secMenu h3{
		margin: 0;
	}
	#secMenu img{
		width: 50%;
	}
	#secMenu #dropSubs{
		display: none;
	}
	header#hiddenHead{
		width: 100%;
		background-color:#ffffff;
		text-align: center;
		display: block;
		padding-top: 30px;
	}
	#mainNav{
		display: none;
	}
	.languageIcons{
		position: absolute;
	}
	#slide1,#slide2,#slide3,#slide4{
		width: 100%;
	}
	#specContact{
		display: none;
	}
}
@media only screen and (max-width: 480px){
	.testCol50,.col-50{
		width: 100%;
	}
	.thirdQuartCol{
		width: 100%;
		padding: 0px;
	}
	.quartCol{
		width: 100%;
	}
	.quartCol img{
		width: 80%;
	}
	.servImg img{
		width: 100%;
	}
	
}
@media only screen and (max-width: 360px){
}