﻿@charset "utf-8";
/* CSS Document */


div {
	margin: 0;
	padding: 0;
}

body, html {
	margin: 0;
	padding: 0 0 0 0;
	height: 100%;
	background-color: #f8f8f8;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
}

body {
	padding: 20px 0 0 0;
}

html 
	overflow-y: scroll;
}

a[href^=tel] {
	color: inherit !important;
}

.onlyMobile {
	visibility: hidden;
	display: none;
}

.notMobile {
	visibility: visible;
	display: block;
}

/*START - GENERAL CLASSES*/

.lineDiv {
	margin 5px 0 5px 0;
	border-top: 1px solid #dcdcdc;
}

.largeFont {
	font-size: 16px;
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: bold;
}

.blockDiv {
	overflow: hidden;
}

.contentLayout {
	overflow: hidden;
}

.contentLayout h1 {
	font-size: 32px;
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: bold;
	margin: 0 0 2% 0;
	line-height: 32px;
	display: block;
	letter-spacing: 1px;
}

.contentLayout h2 {
	font-size: 24px;
	margin: 0 0 2% 0;
	line-height: 32px;
	display: block;
	letter-spacing: 1px;
}

.contentLayout h3 {
	font-size: 22px;
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: bold;
	margin: 0 0 2% 0;
	line-height: 30px;
	display: block;
	letter-spacing: 1px;
	color: #e8c535;
}

.contentLayout a {
	color: #e8c535;
}

.contentLayout ul {
	margin: 20px 0 20px 0;
	font-size: 16px;
}

.contentLayout p {
	margin: 0 0 20px 0;
	font-size: 16px;
}

.contentLayout ul li {
	margin: 0 0 0 25px;
}

.contactDiv h3 {
	color: #3f3f3f;
}

.contactDiv h5 {
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
	color: #a3a3a3;
	border-bottom: 1px solid #d1d1d1;
}

.contentLayoutPaddingNormal p {
	margin: 0;
}

.contentLayoutPaddingNormal {
	padding: 10px 0 10px 0;
}

img.logo {
	margin: 15px auto 15px auto;
	width: 80%;
}

.colorDiv {
	background-color: #e8c535;
	color: #ffffff;
	margin-left: -15px;
	padding: 15px;
}

.colorDiv h3 {
	color: #ffffff;
}

.colorDivReverse {
	margin: 0 -15px 0 0;
}

.otherColorDiv {
	background-color: #3a3a3a;
}

.otherColorDiv h3 {
	color: #e8c535;
}

.lightGrayDiv {
	background-color: #cac8c7;
}

.clearer {
	clear: both;
	float: none;
}

.clearerHeight {
	clear: both;
	float: none;
	margin: 0 0 15px 0;
	display: block;
}

.contentOther img {
	width: 100%;
}

img.img-responsive {
	display: inline-block;
}

.imageDiv {
	margin-right: -15px;
	overflow: hidden;
}

.imageDivReverse {
	margin: 0 0 0 -15px;
}

.imageDiv img {
	width: auto !important; 
}

.row {
	margin-top: 20px;
}

.row:first-child {
	margin-top: 0;
}

.containerDiv {
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	position: relative;
}

.headerDiv {
	background-image: url('../img/general/bgHeader.jpg');
	background-size: 100% 5px;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 5px;
	min-height: 50px;
}

.headerDiv ul {
	position: absolute;
	right: 10px;
}

.headerDiv ul li {
	float: left;
	list-style-type: none;
	height: 40px;
	background-image: url('../img/general/bgShadow.jpg');
	background-size: auto 100%;
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 15px;
}

.headerDiv ul li span {
	padding: 0 0 0 35px;
}

.headerDiv ul li span, .headerDiv ul li span a {
	color: #af9936;
}

.headerDiv ul li span.phone {
	background-image: url('../img/general/iconPhone.jpg');
	background-size: auto 100%;
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 14px;
	display: block;
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: bold;
}

.headerDiv ul li span.mail {
	background-image: url('../img/general/iconEnveloppe.jpg');
	background-size: auto 100%;
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 12px;
}

.hightlightDiv, .hightlightTextDiv {
	background-color: #ff6000;
	border: 1px solid #ff6000;
	text-align: center;
	color: #ffffff;
	padding: 15px;
	font-size: 16px;
	line-height: 14px;
	font-family: Arial, Tahoma, sans-serif;
	position: absolute;
	bottom: 25%;
	width: 60%;
	margin: 0 20% 0 20% !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.cursorDiv {
	cursor: pointer;
}

.address p {
	font-size: 12px !important;
}

.hightlightDiv:hover {
	border: 1px solid #ffaf7f;
	text-decoration: none;
	color: #ffaf7f;
}

.hightlightTextDiv {
	position: relative;
	bottom: 0;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.galleryPicture {
	border: 3px solid #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0 10px 0;
	position: relative;
	overflow: hidden;
}

.galleryName {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(50, 50, 50, 0.75);
	padding: 3px 5px 3px 5px;
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

span.mail a {
	color: #ffffff;
	padding: 5px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: bold;
	color: #ffffff !important;
	border: 1px solid #ffffff;
	background-color: #e8c535;
	letter-spacing: 1px;
}

span.mailBelow {
	margin: 10px 0 0 0 !important;
	display: block;
}

span.mailBelow a {
	font-style: italic;
	background-color: #e8c535;
}

.headerDiv ul li span.mail a:hover {
	border: 1px solid #000000;
	text-decoration: none;
	color: #000000 !important;
}

.headerDiv ul li:first-child {
	padding: 12px 15px 0 15px;
}

.headerDiv ul li:first-child span {
	padding: 0;
}

.headerDiv ul li:last-child {
	background: none;
}

ul.navmain {
	margin: 60px 0 0 0;
}

ul.navmain li {
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

ul.navmain li a {
	display: block;
	padding: 7px 10px 5px 10px;
	border: 1px solid #f8f8f8;
	font-family: 'Merriweather';
	font-style: italic;
	font-size: 20px;
	color: #213442;
	letter-spacing: 1px;
}

ul.navmain li a:hover {
	border: 1px solid #e5e5e5;
	text-decoration: none;
	color: #e8c535;
}

ul.navmain li:first-child a:hover {
	border: 1px solid #f8f8f8;
}

ul.navmain li a.navmainDivHome {
	font-size: 16px;
}

ul.navmain li a.navmainDivHome:hover {
	color: #017439;
	border: 1px solid #ffffff;
}

ul.navmain > li.navActive a {
	background-color: #e8c535;
	color: #ffffff;
}

.sitemapDiv {
	padding: 15px;
}

ul.navsitemap .homeicon {
	display: none;
}

ul.navsitemap > li:first-child {
	border: 1px solid red;
}

ul.navsitemap > li {
	float: left;
	list-style-type: none;
	margin: 0 0 20px 0;
}

ul.navsitemap > li > a {
	font-size: 20px;
	margin: 0 0 15px 0 !important;
	display: block;
	letter-spacing: 1px;
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: bold;
}

ul.navsitemap > li {
	list-style-type: none;
	line-height: 25px;
}

.sitemapDiv > ul > li a {
	color: #3f3f3f;
}

.sitemapDiv ul li ul li {
	list-style-type: none;
}

.footerDiv {
	text-align: center;
	color: #a3a3a3;
	background-image: url('../img/general/hr.png');
	background-repeat: repeat-x;
	padding-top: 35px;
	margin-bottom: 35px;
}

.footerDiv b, .footerDiv strong, .footerDiv a {
	color: #e8c535 !important;
}

.footerNavDiv {
	margin: 0 0 20px 0;
}

.footerNavDiv ul li {
	display: inline-block;
	padding: 0 5px 0 5px;
	border-left: 1px solid #a3a3a3;
}

.footerNavDiv ul li:first-child {
	border: none;
	
}

.footerNavDiv ul li a {
	color: #a3a3a3 !important;
}

a.btn-calltoaction {
	color: #ffffff;
	padding: 5px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: bold;
	color: #ffffff !important;
	border: 1px solid #ffffff;
	background-color: #e8c535;
	letter-spacing: 1px;
}

a.btn-calltoaction:hover {
	border: 1px solid #000000;
	text-decoration: none;
	color: #000000 !important;
}	

.gmMapsDiv {
	margin: 20px 0 0 0;
}

.contactFormVertical .form-control, .contactForm .form-control {
	margin: 0 0 15px 0;
}

/*END*/

/*START - DEVICE DEPENDANT CSS*/
@media (max-width: 767px) {
	/*CONTENT applying col-xs VIEWS*/
	
	img.logo {
		margin: 15px auto 15px auto;
		width: 50%;
		display: block;
	}
	
	.glyphicon-home {
		color: #e8c535;
	}
	
	.headerDiv ul {
		position: relative;
	}
	
	.headerDiv {
		padding: 5px 0 25px 0;
	}
	
	.headerDiv ul li:last-child {
		display: none;
	}
	
	.contentLayout h1 {
		font-size: 32px;
	}
	
	.contentLayoutIntro h2 {
		font-size: 30px;
	}
	
	.colorDiv {
		margin-left: 0;
	}
	
	.imageDiv {
		margin-right: 0;
		width: 100% !important;
		height: auto !important;
	}
	
	.imageDiv img {
		width: 100% !important;
		height: auto !important;
	}
	
}
		
@media (min-width: 768px) and (max-width: 991px) {
	/*CONTENT applying col-sm VIEWS*/
	.gmMapsDiv {
		margin: 20px 0 0 0;
	}
	
	.colorDiv {
		margin-left: 0;
	}
	
	.imageDiv {
		margin-right: 0;
		width: 100% !important;
		height: auto !important;
	}
	
	.imageDiv img {
		width: 100% !important;
		height: auto !important;
	}
	
	ul.navmain {
		margin: 35px 0 0 0;
	}
		
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*CONTENT applying col-md VIEWS*/
	ul.navmain {
		margin: 45px 0 0 0;
	}
}

@media (min-width: 1200px) {
	/*CONTENT applying col-lg VIEWS*/
}
/*END*/