@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
*{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	list-style:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
	font-family: 'Open Sans', sans-serif;
	color:#888;
	width:100%;
	height:100%;
}
.clear{
	clear:both;
	width:100%;
	position:relative;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
/* ===============  column  ============== */
.wrap{
	width:70%;
	position:relative;
	margin:auto;
	b order:solid 1px #567;
}
.columnOne{
	width: 99%;
	margin: 0.5%;
	float: left;
	position: relative;
	ba ckground:#399;
}
.columnTwo{
	width: 49%;
	margin: 0.5%;
	float: left;
	position: relative;
	ba ckground:#399;
}
.columnThree{
	width: 32.33333333333333%;
	margin: 0.5%;
	float: left;
	position: relative;
	bac kground:#399;
}
.columnFour{
	width: 24%;
	margin: 0.5%;
	float: left;
	position: relative;
	bac kground:#399;
}
.columnFive{
	width: 19%;
	margin: 0.5%;
	float: left;
	position: relative;
	ba ckground:#399;
}
.columnSix{
	width: 15.66666666666667%;
	margin: 0.5%;
	float: left;
	position: relative;
	ba ckground:#399;
}
.columnFiveSpace{
	width: 82.33333333333333%;
	margin: 0.5%;
	float: left;
	position: relative;
	ba ckground:#399;
}
.columnFourSpace{
	width: 74%;
	margin: 0.5%;
	float: left;
	position: relative;
	ba ckground:#399;
}
.columnThreeSpace{
	width: 54%;
	margin: 0.5%;
	float: left;
	position: relative;
	ba ckground:#399;
}/* ===============  column  ============== */
/* ===============  top  ============== */
#topBar{
	height:40px;
	width:100%;
	position:relative;
	background:#eaeaea;
	background-image: url(../img/background_slider.png);
	background-repeat: repeat;
	background-position: center center;
}
.logoContent{
	width:22%;
	position: absolute;
	z-index:9;
	background:#eaeaea;
	float: left;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border: 0px solid #000000;
	-webkit-box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.33);
}
.logo{
	width:80%;
	ma rgin:10px;
	padding:20px;
}
.logo480{
	display: none;
}
.flagContent{
	width:25px;
	float:right;
	margin-left:10px;
}
.flag{
	width:25px;
}/* ===============  top  ============== */
/* ===============  nav  ============== */
nav{
	float:right;
	width: 40%;
	height:40px;
	position: relative;
	m argin-top: 0.5%;
	margin-bottom:0%;
}
nav li{
	list-style-type: none;
	width: 33.33333333333333%;
	line-height: 40px;
	float: left;
	font-weight:bold;
}
nav li a{
	font-size: 1em;
	color:#777;
	text-align: center;
	display: block;
	height: 40px;
	-webkit-transition: all 0.71s ease 0s;
	transition: all 0.71s ease 0s;
	-moz-transition: all 0.71s ease 0s;
	-ms-transition: all 0.71s ease 0s;
	-o-transition: all 0.71s ease 0s;
}
nav li a:hover{
	background-color: #f0623e;
	color:#fff;
}/* ===============  nav  ============== */
/* =============== content ============ */
.columnThreeContent{
	width: 27%;
	margin: 2.75%;
	float: left;
	position: relative;
}
.imgContent{
	width:100%;
	position:relative;
	margin:auto;
}
.title{
	text-align:center;
	margin-top:10px;
}
.textContent{
	font-size:0.85em;
	text-align:justify;
}
.content{
	width: 99%;
	float: left;
	position: relative;
	back ground:#eaeaea;
	margin-top:2.75%;
}
.contentPicture{
	width: 48%;
	margin:1%;
	float: left;
	position: relative;
	overflow:hidden;
}
.contentPicture img{
	width:100%;
}
.contentText{
	width: 45%;
	margin:2.5%;
	float: left;
	position: relative;
}/* =============== content ============ */
/* ========= services =================== */
.columnServices{
	text-align:justify;
	font-size:0.75em;
	margin:3%;
}/* ========= services =================== */
/* ========= contact =================== */
.contactPicture{
	margin-top:1%;
	width:100%;
	height:420px;
	position:relative;
	clear:both;
}
.contactPicture img{
	overflow:hidden;
	width:100%;
	position:relative;
}
.columnTwoForm{
	width: 49%;
	margin: 0.5%;
	float: left;
	position: relative;
}
/* ========= form contents =============== */
label {
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
	color: #f0623e;
	margin:5% 0% 5%;
}
input{
	font-family: 'Open Sans', sans-serif;
	color: #71674E;
	background-color: #FFFFFF; 
	border: solid 2px #ccc;
	font-size: 0.9em;
	width: 99%;
	height:40px;
	padding-left:1%;
	line-height: 40px;
	margin-bottom: 5%;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
textarea{
	font-family: 'Open Sans', sans-serif;
	color: #71674E;
	background-color: #FFFFFF; 
	border: solid 2px #ccc;
	font-size: 0.9em;
	width: 99%;
	height:11.1em;
	padding-left:1%;
	margin-bottom: 5%;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.buttom{
	font-weight:bolder;
	border:none;
	background:#f0623e;
	color: #fff;
	cursor: pointer;
	width: 100%;
	float:right;
	font-size:1.1em;
	-webkit-transition: all 0.71s ease 0s;
	transition: all 0.71s ease 0s;
	-moz-transition: all 0.71s ease 0s;
	-ms-transition: all 0.71s ease 0s;
	-o-transition: all 0.71s ease 0s;
}
.buttom:hover{
	background:#D9372D;
}
#map{
	width: 95%;
	height:630px;
	margin: 5% 0% 5% 5%;
	position: relative;
	border:solid 5px rgba(0, 0, 0, 0.12);
}
#map iframe{
	width:100%;
	height:630px;
}/* ========= form contents =============== */
/* ========= contact =================== */
/* =============== footer ============ */
#footer{
	width:100%;
	position:relative;
	background:#eaeaea;
	margin-top:1%;
	padding-top:10px;
}
.line{
	width:100%;
	height:1px;
	background:#999;
	clear:both;
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
}
.iconLogo{
	width:80%;
	position:relative;
	margin-top:25px;
}
.textAddress{
	font-size:0.75em;
}
.textJustify{
	text-align:justify;
	font-size:0.75em;
}
.textCenter{
	text-align:center;
	font-size:0.75em;
}
.textRight{
	text-align:right;
	font-size:0.75em;
}
.textLegal{
	font-size:0.55em;
}
.textLegalRight{
	font-size:0.55em;
	text-align:right;
}
.iconAddress{
	width:0.8em;
	margin-right:4px;
}
.icon{
	width:1em;
	margin-right:4px;
}
.mySite{
	color: #f0623e;
	text-align:right;
}
/* =============== footer ============ */
/* ================ media queries =====================*/
@media screen and (max-width:1024px){
/* ===============  column  ============== */
.columnThreeSpace{
	width: 99%;
	margin: 0.5%;
}
.columnFour, .columnFive{
	width: 49%;
	margin: 0.5%;
}/* ===============  column  ============== */
/* ========= contact =================== */
.contactPicture{
	height:320px;
}
.contactPicture img{
	width:120%;
	left:-5%;
	position:relative;
}/* ========= contact =================== */
/* =============== footer ============ */
.textAddress{
	text-align:center;
	margin-top:2%;
}
.textRight{
	text-align:left;
	margin-left:10%;
}/* =============== footer ============ */
}
@media screen and (max-width:768px){
/* ===============  column  ============== */
.wrap{
	width:80%;
}
.columnFour, .columnFive, .columnFourSpace, .columnThreeSpace{
	width: 99%;
	margin: 0.5%;
}/* ===============  column  ============== */
/* ===============  top  ============== */
.logoContent{
	width:24%;
	position: absolute;
}
.logo{
	width:70%;
}/* ===============  top  ============== */
/* ===============  nav  ============== */
nav{
	width: 65%;
}/* ===============  nav  ============== */
/* ========= contact =================== */
.columnTwoForm{
	width: 99%;
	margin: 0.5%;
}
#map{
	width: 100%;
	height:80%;
	margin: 0%;
	position: relative;
	border:solid 5px rgba(0, 0, 0, 0.12);
}
#map iframe{
	width:100%;
	height:80%;
}
.contactPicture{
	height:250px;
}/* ========= contact =================== */
/* =============== footer ============ */
.mySite, .textCenter, .textLegal, .textLegalRight, .textRight, .textAddress{
	text-align:center;
	margin-top:2%;
}/* =============== footer ============ */
}
@media screen and (max-width:640px){
/* ===============  column  ============== */
.wrap,{
	width:85%;
}/* ===============  column  ============== */
/* =============== content ============ */
.contentPicture{
	width: 97%;
	height:200px;
	margin:1%;
	clear:both;
	overflow:hidden;
}
.contentPicture img{
	width:100%;
	overflow:hidden;
}
.contentText{
	width: 95%;
	margin:2.5%;
	clear:both;
}
.columnThreeContent{
	width: 95%;
	margin: 2.5%;
	float: left;
	position: relative;
}
.imgContent{
	width:70%;
	margin:0% 15% 0% 15%;
	position:relative;
}/* =============== content ============ */
/* ========= contact =================== */
.contactPicture{
	height:240px;
}
.contactPicture img{
	width:130%;
	left:-10%;
	position:relative;
}/* ========= contact =================== */
}
@media screen and (max-width:480px){
/* ===============  column  ============== */
.wrap{
	width:95%;
}
.columnTwo, .columnThree, .columnFour, .columnFive, .columnSix, .columnFiveSpace{
	width: 99%;
	margin: 0.5%;
}/* ===============  column  ============== */
/* ===============  top  ============== */
.logoContent{
	display:none;
}
.logo{
	display: none;
}
.logo480{
	display:block;
	margin:auto;
	margin-top:7%;
	margin-bottom:7%;
	width:50%;
}
.fullWidth{
	width:100%;
	height:auto;
	position:relative;
	display:block;
}
.flagContent{
	width:60px;
	float:right;
}
.flag{
	width:18px;
}/* ===============  top  ============== */
/* ===============  nav  ============== */
nav{
	float:right;
	width: 100%;
	height:auto;
	position: relative;
}
nav li{
	width: 100%;
	line-height: 70px;
	clear:both;
	position:relative;
}
nav li a{
	font-size: 1.2em;
	color:#fff;
	height: 70px;
}
nav li a:hover{
	background-color: #D65837;
	color:#fff;
}/* ===============  nav  ============== */
/* =============== content ============ */
.columnThreeContent{
	width: 90%;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	display:block;
	overflow:hidden;
}
.imgContent{
	width: 97%;
	margin:auto;
	clear:both;
	display:block;
}
.imgContent img{
	overflow:hidden;
	height:150px;
}
.title{
	font-size:1.6em;
	margin-top:20px;
	margin-bottom:10px;
}
.textContent{
	font-size:1em;
}
.content{
	clear:both;
}
.contentText{
	margin:1.5%;
}/* =============== content ============ */
/* ========= contact =================== */
.contactPicture{
	height:210px;
	overflow: hidden;
}
#map{
	width:85%;
	height:50%;
	margin-left: 7%;
}
.contactPicture img{
	width:140%;
	left:-15%;
	position:relative;
}/* ========= contact =================== */
.columnServices{
	font-size:1em;
}/* ========= services =================== */
/* =============== footer ============ */
#footer{
	width:100%;
	position:relative;
	background:#eaeaea;
	margin-top:1%;
	padding-top:10px;
}
.line{
	width:100%;
	height:1px;
	background:#999;
	clear:both;
	position:relative;
	margin-top:24px;
	margin-bottom:24px;
}
.iconLogo{
	width:30%;
	position:relative;
	margin:5% auto 5%;
	display:block;
}
.textJustify{
	text-align:justify;
}
.textCenter{
	margin-top:5%;
}
}
@media screen and (max-width:380px){
	/* ========= contact =================== */
.contactPicture{
	height:170px;
}/* ========= contact =================== */
#map{
	width:80%;
	height:35%;
	margin-left: 7%;
}
}