                                    
body {
	background:#fff;
    color: #5d5952;
	font-family: 'open_sansregular';
    font-size: 16px;
    line-height: 1.36em;
}
a {
    color: #c0778b;
	text-decoration: underline;
	outline:none !important;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
a:hover, a:active, a:focus {
	color: #d890a3;
	text-decoration:none;
}
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.clear {
	position: relative;
	clear: both;
	display: block;
}

a.fb-logo {
    position: absolute;
    right: 50px;
    top: 30px;
}
/* ************************************ 
Style.css
************************************* */
h1{
	font-family: 'latolight';
	font-size: 30px;
	line-height: 1.32em;
	color:#30230f;
	font-weight:normal;
	font-style:normal;
	margin:0;
	text-transform:uppercase;
}
h2{
	font-family: 'latolight';
	font-size: 25px;
	line-height: 1.32em;
	color: #c0778b;
	font-weight:normal;
	font-style:normal;
	margin:0;
	text-transform:uppercase;
}
h3{
	font-family: 'latolight';
	font-size: 24px;
	line-height: 1.32em;
	color:#30230f;
	font-weight:normal;
	font-style:normal;
	margin:0;
	text-transform:uppercase;
}
h4{
	font-family: 'latolight';
	font-size: 23px;
	line-height: 1.32em;
	font-weight:normal;
	font-style:normal;
	color: #c0778b;
	margin:0;
	text-transform:uppercase;
}
h5{
	font-family: 'latolight';
	font-size: 22px;
	font-weight:normal;
	line-height: 1.32em;
	color:#d890a3;
	margin:0;
	text-transform:uppercase;
}
h6{
	font-family: 'latolight';
	font-size: 20px;
	line-height: 1.32em;
	font-weight:normal;
	margin:0;
	color: #c0778b;
	text-transform:uppercase;
}

.image-right{
	float: right;
	margin: 0 0 15px 25px;
	border:1px solid #30230f;
}
.image-left{
	float: left;
	margin: 0 25px 15px 0px;
	padding:1px;
	border:1px solid #30230f;
}
#content-wrapper article.content  hr{
	border: none;
	border-top: 1px solid #30230f;
	margin: 10px 0px;
	clear: both;
}
#content-wrapper article.content  .break{
	clear: both;
	margin: 20px 0px;
}
#content-wrapper article.content  .dark-text{
	color: #30230f;
}
#content-wrapper article.content  .title{
	position: relative;
	color: #30230f;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#content-wrapper article.content  .title::after{
	content: '';
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: 0px;
	border-top: 1px solid #30230f;
}
#content-wrapper article.content  .table-style{
	position: relative;
}
#content-wrapper article.content  table.table-style thead th{
	background: #30230f;
	font-weight: bold;
	text-align: center;
	color:#fff;
}
#content-wrapper article.content  table.table-style thead th,
#content-wrapper article.content  table.table-style tbody td{
	padding: 8px 15px;
	border: 1px solid #30230f;
}
#content-wrapper article.content  table td{padding: 8px 15px;}
table {
}
#content-wrapper article.content  .table-page td{    border: 1px dashed #30230f;
    padding: 5px 10px;}

/* ********************************** */
.container {
	position:relative;
}
figure#background{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
}
figure#background .fluid_container {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
figure#background #slideshow {
	bottom: 0;
	height: 100%;
	left: 0;
	margin-bottom: 0!important;
	position: fixed;
	right: 0;
	top: 0;
}
figure#background .camera_overlayer{
	/*background:url(../../../images/new-images/bgSlide.png) no-repeat center top;
	background-size:cover;*/
}
/* ************************************ 
Header
************************************* */
header#header {
    position: relative;
    width: 100%;
    min-height: 779px;
    /* float: left; */
    margin-top: 0px;
	margin-bottom: 60px;
}
.header-logo1{position: relative;
    width: 100%;
    height: 97px;
    /* top: 0px; */
    /* float: left; */
    background: #fff;
    border-top: 4px solid #f6c3d1;
    width: 100%;
	
    /* top: 0px; */}
header#header div.header-logo {
	position:absolute;
	padding:0px;
	font-size:16px;
	z-index:3;
    top: 7px;
    left:15px;
	
	
}
header#header div.header-logo img {
	max-width:100%;
	height:auto;
	width:auto;
	
}
nav.main-nav {
    position: relative;
    text-align: center;
	max-width: 816px;
    float: right;
}

/* ************************************ 
Nav mobile
************************************* */
div.navigation{
	position: absolute;
	display:none;
	right: 15px;
  	top: 8px;
}
a.mobile-nav {
	position: relative;
	height:32px;
	width:32px;
	background:url(../../images/new-images/nav-icon.png) center right no-repeat #f3c1cf;
	z-index:99;
	display: block;
}
a.mobile-nav:hover{
	
}
.mm-menu.mm-theme-dark .mm-navbar a:hover{
	color: rgba(0, 0, 0, 0.85);
}
.mm-close:after {
    font-size: 2em;
}
.mm-menu.mm-multiline .mm-listview > li > a{
	font-size:14px;
	font-family: 'latolight';
	color:#42321a;
	text-transform:none;
}
.mm-menu.mm-multiline .mm-listview > li > a:hover, .mm-menu.mm-multiline .mm-listview > li.selected > a{
 	color:#42321a;
	background:#f3c1cf;
}
.mm-menu.mm-theme-light {
    background: #fff!important;
}
.mm-menu.mm-theme-dark{ background:#fff!important;}
/* ************************************ 
Banner Slide+CTA
************************************* */

/* *************** */

/* ************************************ 
Content
************************************* */
#content-wrapper {
	position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.95);
    width: 490px;
    left: 50%;
    margin-left: -500px;
    /* margin-top: 150px; */
	margin-top: 60px;
	
	
	
}
#content-wrapper article.content {
	position: relative;
	min-height:200px;
	padding:47px 40px 55px;
}
#content-wrapper article.content header#content-header {
	position: relative;
	margin-bottom:20px;
	padding-bottom:23px;
	z-index:10;
	background:url(../../images/new-images/bg-h.png) left bottom no-repeat;
	
	
}

#content-wrapper article.content h2, #content-wrapper article.content h3, #content-wrapper article.content h4, #content-wrapper article.content h5, #content-wrapper article.content h6 {
	padding: 10px 0px 8px;
}
#content-wrapper article.content p {
	padding: 3px 0px 8px;
	margin:0;
}
#content-wrapper article.content ul {
	padding: 3px 0px 10px 17px;
	margin:0;
	list-style: none;
}
#content-wrapper article.content ul li {
	padding: 0px 0px 1px 17px;
	list-style: none;
	background: url(../../images/new-images/icon-list01.png) no-repeat left 4px;
}
#content-wrapper article.content ul li li {
	background: url(../../images/new-images/icon-list02.png) no-repeat left 7px;
	padding: 0px 0px 0px 10px;
}
#content-wrapper article.content ol {
	padding: 5px 0px 5px 35px;
	list-style: decimal-leading-zero;
}
#content-wrapper article.content ol li {
	padding: 0px 0px 5px 5px;
	list-style: decimal-leading-zero;
}
.logo{ width:300px; height:31px; position:absolute;     bottom: -60px; right:50%; margin-right:-500px;}
.logo22 {
    width: 300px;
    height: 31px;
    position: absolute;
    top: 157px;
    right: 50%;
    margin-right: -290px;
}

/******************/
.box-img{
	position: relative;
	background:#f3f3f3;
	
	padding:0;
	color:#393335;
	text-align:left;
    min-height: 360px;
	padding:50px 0px;
	margin-top:60px;
	
}
.team{ position:relative; max-width:222px;    display: block;
	float: left;
	color: #393335;
	text-decoration: none;}
.team .img{ width:222px; height:200px; position:relative; margin:0 auto; margin-bottom:22px; }
.team .img img{width:222px; height:200px;border:5px solid rgba(246,195,209,0); }
.team p{ position:relative; color:#393335;  text-align:center; width:100%;text-transform: uppercase;}
.team:hover .img img{border:5px solid rgba(246,195,209,1);}
/****************/
#box-primary{
	position: relative;
	background:url(../../images/new-images/bg1.jpg) top center no-repeat;
	
	padding:0;
	color:#5d5952;
	text-align:left;
    min-height:332px;
    background-size: cover;
}
#box-primary .content {
	position:relative;
	width:100%;
	padding:50px 0 50px;
}
#box-primary .content h2{
	font-family: 'latolight';
	font-size: 27px;
	line-height: 1.32em;
	color:#30230f;
	font-weight:normal;
	font-style:normal;
	margin:0;
	margin-bottom:23px;
	position: relative;
	padding-bottom:20px;
	background:url(../../images/new-images/bg-h.png) left bottom no-repeat;
}

#box-primary .leesmeer{
	background:#5b4626;
	color:#fff;
	padding:0px 7px;
    line-height: 41px;
    height: 41px;
	text-align: center;
	font-family: 'open_sansregular';
	font-size:14px;
	position:relative;
	margin-top: 22px;
	text-transform:none;
	letter-spacing:0.02em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	text-decoration: none;
	display: inline-block;
}
#box-primary .leesmeer:hover{
	background:#f3c1cf;
	color:#5b4626;
}
#box-primary p{
	margin:0;
	padding:0;
}
#box-primary .foto{
	width: 100%;
    height: auto;
	position:relative;
	
}
#box-primary .foto img{
	width: 100%;
    height: auto;
	position:relative;
	max-width: 482px;
    margin: 0 auto;
    display: block;
	
}
#box-primary p{
	margin:0;
	padding:0;
}

/********************************/


/****************************/
#box-secondary {
	position: relative;
	background:url(../../images/new-images/bg2.jpg)top center no-repeat;
	
	padding:0;
	color:#5d5952;
	text-align:left;
    min-height: 332px;
	background-size:cover;
	
}
#box-secondary  .content {
	position:relative;
	width:100%;
	padding:50px 0px 50px 24px;
}
#box-secondary  .content h2{
	font-family: 'latolight';
	font-size: 27px;
	line-height: 1.32em;
	color:#30230f;
	font-weight:normal;
	font-style:normal;
	margin:0;
	margin-bottom:25px;
	position: relative;
	padding-bottom:20px;
	background:url(../../images/new-images/bg-h2.png) bottom left no-repeat;
}

#box-secondary  .leesmeer{
	background:#5b4626;
	color:#fff;
	padding:0px 7px;
    line-height: 41px;
    height: 41px;
	text-align: center;
	font-family: 'open_sansregular';
	font-size:14px;
	position:relative;
	margin-top: 22px;
	text-transform:none;
	letter-spacing:0.02em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	text-decoration: none;
	display: inline-block;
}
#box-secondary  .leesmeer:hover{
	background:#fff;
	color:#f3c1cf;
}
#box-secondary  p{
	margin:0;
	padding:0;
}
#box-secondary  .foto{
	width: 100%;
    height: auto;
	position:relative;
	
}
#box-secondary  .foto img{
	width: 100%;
    height: auto;
	position:relative;
	max-width: 482px;
    margin: 0 auto;
    display: block;
	
}
#box-secondary  p{
	margin:0;
	padding:0;
}
/*********************/
#box-primary2{
	position: relative;
	background:url(../../images/new-images/bg3.jpg) top center no-repeat;
	
	padding:0;
	color:#5d5952;
	text-align:left;
    min-height:332px;
	background-size: cover;
	
}
#box-primary2 .content {
	position:relative;
	width:100%;
	padding:50px 0 50px;
}
#box-primary2 .content h2{
	font-family: 'latolight';
	font-size: 27px;
	line-height: 1.32em;
	color:#30230f;
	font-weight:normal;
	font-style:normal;
	margin:0;
	margin-bottom:23px;
	position: relative;
	padding-bottom:20px;
	background:url(../../images/new-images/bg-h.png) left bottom no-repeat;
}

#box-primary2 .leesmeer{
	background:#5b4626;
	color:#fff;
	padding:0px 7px;
    line-height: 41px;
    height: 41px;
	text-align: center;
	font-family: 'open_sansregular';
	font-size:14px;
	position:relative;
	margin-top: 22px;
	text-transform:none;
	letter-spacing:0.02em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	text-decoration: none;
	display: inline-block;
}
#box-primary2 .leesmeer:hover{
	background:#f3c1cf;
	color:#5b4626;
}
#box-primary2 p{
	margin:0;
	padding:0;
}
#box-primary2 .foto{
	width: 100%;
    height: auto;
	position:relative;
	
}
#box-primary2 .foto img{
	width: 100%;
    height: auto;
	position:relative;
	max-width: 482px;
    margin: 0 auto;
    display: block;
	
}
#box-primary2 p{
	margin:0;
	padding:0;
}
.box-logo{ position:relative; width:100%; padding:28px 0px 24px; background:#f3f3f3;}
.content-logo{ position:relative; width:100%;}
.logo1{ position:relative; width:97px; height:50px; float:left; margin-left:0px;}
.logo2{ position:relative; width:116px; height:50px; float:left; margin-left:48px;}
.logo3{ position:relative; width:112px; height:50px; float:left; margin-left:50px;}
.logo4{ position:relative; width:163px; height:50px; float:left; margin-left:40px;}
.logo5{ position:relative; width:117px; height:50px; float:left; margin-left:43px;}
.logo6{ position:relative; width:159px; height:50px; float:left; margin-left:50px;}

/* ************************************ 
Style de 2eme box
************************************* */
/* ************************************ ************************************* */

footer{
	position: relative;
	width:100%;
	color:#fff;
	
	
	padding: 0px 0 0px;
	font-family: 'open_sansregular';
	margin-top:0px;
	
	min-height: 265px;
	background:#42321a;
	
}
.content-contact{     position: relative;
    width: 66.5%;
    float: left;}
.box-map{    min-height: 265px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
	
    background: url(../../images/new-images/map.jpg) top center no-repeat;
    width: 38.4%;    background-size: cover;}
footer .box-contact{
	position: relative;
    width: 50%;
    line-height: 21px;
	color:#fff;
	
	padding-top: 49px; 
    padding-bottom: 35px;
    z-index: 3;
	
    float: left;
	min-height: 265px;
}

footer .box-contact a{
	color:#d795a7;
	
	text-decoration:none;
}
footer  a:hover{
	color:#fff;
	text-decoration:none;
	
}
footer .name{ display:none;}
footer .box-contact .bloc1{
	background:url(../../images/new-images/ligging.png) left 6px no-repeat;
	padding-left:25px;
	width:100%;
	float:left;
	
}
footer .box-contact .bloc2{background:url(../../images/new-images/tel.png) left 6px no-repeat;
	padding-left:25px; width:100%;
	float:left;    margin-top: 0px;
	
}

footer .open{
	position:relative;
	width: 50%;
    line-height: 21px;
	color:#fff;
	background-color:#5b4626;
    padding: 49px 18px 35px;
	z-index: 2;
	/*padding-top: 49px;*/
    /*padding-bottom: 35px;*/
    float: left;
	min-height: 265px;
	
}
footer h2{ position:relative; font-family: 'latolight'; font-size:24px; text-transform:uppercase; padding-bottom:20px; margin-bottom:22px; background:url(../../images/new-images/bg-h.png) bottom left no-repeat; width:100%;}

footer  .open table{ width:100%; 	}
footer  .open td:nth-child(1){padding-right: 11px;}
footer  .open td:nth-child(2){    width: 20%;
    background: url(../../images/new-images/sep-open.png) 14px center repeat-x;}
footer  .open td:nth-child(3){    padding-left: 12px;}

/* ************* */

/* ********* */
.back-to-top {
	position: fixed;
	right: 32px;
	bottom: 50px;
	width: 44px;
	height: 50px;
	display: none;
	opacity: .9;
	/*padding: 15px;*/
	background: url(../../images/new-images/icon-top.png) no-repeat center #5b4626;
	text-indent: -9999px;
	z-index: 500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
}
.back-to-top:hover {
	opacity: 1;
	display: block;
}

#fancybox-wrap{
	z-index:5011 !important;
}

#footerSlideContainer{
	right: 15px!important;
	bottom: 10px!important;
    position: absolute;
}
.footerSlideButton{
	color: #b5d54b!important;
}
.footerSlideButton1:hover {
	color: #b9b2ab!important;
}
.icon-logo-online{
	font-size: 1.4em;
	color:#5b4626;
}


div#_atssh {
	display: none;
}

div.cc-cookies {
    width: 100%;
}
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}

blockquote {
	padding: 0 15px 0 15px;
	line-height: 22px;
	position: relative;
	margin-bottom: 8px;
	display: inline;
	font-size: 15px;
	color:#5d5952;
	
	margin-top: 5px;
	color: #5d5952;
	font-family: 'open_sansregular';
	border-left: none;
	font-weight:bold;
}
blockquote:before {
	display: inline-block;
	content: "\201C";
	font-size: 32px;
	position: relative;
	top: 4px;
	
	color: #5d5952;
	font-family: 'open_sansregular';
	font-weight:bold;
	line-height: 12px;
	padding:0 2px;
}
blockquote:after {
	display: inline-block;
	content: "\201D";
	font-size: 32px;
	position: relative;
	top: 4px;
	right:0;
	
	color: #5d5952;
	font-family: 'open_sansregular';
	font-weight:bold;
	line-height: 12px;
	padding:0 2px;
}

@media (max-width:1199px){
	.sf-menu > li > a{
		padding: 0px 18px 0px 19px;
		font-size: 14px;
		
	}
	#banner .cta{
		margin-left:-470px;
		
	}
	.normalvid {
    	height: 270px;
    	width: 480px;
	}
	figure.slide-page {
		height: 240px;
	}
	
	.logo6 { margin-left:0px;}
}
@media (max-width:991px){
	header#header div.barMenu{
		height: 48px;
	}
	#banner .cta{
		margin-left:-360px;
		font-size: 23px;
    	line-height: 37px;
		width: 415px;
	}
	#banner .cta .btn-cta{
		font-size: 16px;
		line-height: 45px;
	}
	footer .box-contact{
		padding:20px;
		width:100%;
		
	}
	
	#box-primary .foto img, #box-secondary .foto img{
		width:100%;
		
	}
	footer .open{ width:100%;}
	figure.slide-page {
		height: 240px;
	}
	#box-primary {min-height: 224px;}
	#box-primary .content {
		position: relative;
		width: 100%;
		padding: 12px 0 12px;
	}
	#box-primary .content h2 {margin-bottom: 15px;
		position: relative;
		padding-bottom: 15px;}
	
	#box-secondary {min-height: 224px;}
	#box-secondary.content {
		position: relative;
		width: 100%;
		padding: 12px 0 12px;
	}
	#box-secondary .content h2 {margin-bottom: 15px;
		position: relative;
		padding-bottom: 15px;}
	#content-wrapper {margin-left: -392px;}
	.logo {margin-right: -338px;}
	.logo22 {margin-right: -395px;
		top: 115px;}
	.logo5 { margin-left:0px;}
	.content-contact {
		position: relative;
		width: 100%;}
	footer .box-contact {
		
		width: 100%;
		float: left;
		background: #42321a;
		min-height: 225px;
	}
	.box-map {min-height: 265px;
		position: relative;
		
		width: 100%;
		
		float: left;}
	footer .open{float: left;
		width: 100%;
		background: none;
		padding-top: 0px;}
}	


@media (max-width:767px){
	#banner .cta{
		margin:0 15px;
		font-size:22px;
    	line-height: 33px;
    	width: 355px;
		left:0;
		padding: 15px;
	}
	#banner .cta .titrec {
		font-size: 17px;line-height: 29px;}
	footer .open { width:100%;}
	#banner .cta .btn-cta {
		font-size: 15x;
		line-height: 20px;
		
		padding: 9px 15px;
	}
	h1, #box-primary .content h2, #box-secondary .content h2{
		font-size:28px;
	}
	#box-primary .foto{
		padding: 25px 0 0;
	}
	#box-secondary.foto{
		padding: 25px 0 0;
	}
	#box-primary .content, #box-secondary .content{
		padding: 25px 0 25px;
		max-width: 483px;
		margin:0 auto;
	}
	
	#box-primary .content .leesmeer, #box-secondary .leesmeer{
		padding: 8px 15px;
    	line-height: 22px;
		margin-top: 20px;
	}
	footer .box-contact{
		max-width: 68%;
		float:right;
		padding:15px;
	}
	footer .open{float: left;
		width: 100%;
		background: none;
		padding-top: 0px;}
	footer .box-contact .contact1, footer .box-contact .contact2, footer .box-contact .contact3{
		padding-left:28px;
	}
	
	figure.slide-page {
		height: 240px;
	}
	#banner .cta p {
		padding-top: 11px;
		padding-bottom: 11px;
		text-transform: uppercase;
	}
	#content-wrapper {width: 100%;
		left: 0%;
		margin-left: 0px;}
	.team {width: 100%;margin: 0 auto;float: none;}
	.team p { float:left;}
	#box-primary {
		
		background: url(../../images/new-images/bg1.jpg) left center no-repeat;}
	#box-secondary {
		position: relative;
		background: url(../../images/new-images/bg2.jpg)right center no-repeat;}
	#box-primary2 {
		position: relative;
		background: url(../../images/new-images/bg3.jpg) left center no-repeat;}
	.logo1 { float:none;}
	.logo2 { float:none; margin-left:0px;}
	.logo3 { float:none; margin-left:0px;}
	.logo4 { float:none; margin-left:0px;}
	.logo5 { float:none; margin-left:0px;}
	.logo6 { float:none; margin-left:0px;}
	.content-contact {
		position: relative;
		width: 100%;}
	footer .box-contact {
		
		width: 100%;
		float: left;
		background: #42321a;
		min-height: 225px;
	}
	.box-map {min-height: 265px;
		position: relative;
		
		width: 100%;
		
		float: left;}
	
	.logo {right: 0%;
		margin-right: 0px;}
	.logo22 {right: 1%;
		margin-right: 0px;
		top: 115px;}
}
@media (max-width:480px){
	
	.image-left, .image-right{
		float: none;
		margin: 15px auto;
		display: table;
		max-width: 100%;
	}
    h1, #box-primary .content h2, #box-secondary .content h2{
		font-size: 24px;
	}
	h2{
		font-size: 21px;
	}
	h3{
		font-size: 19px;
	}
	h4{	
		font-size: 17px;
	}
	h5{
		font-size: 16px;
	}
	h6{
		font-size: 15px;
	}
	header#header div.header-logo{
		float: none;
    	max-width: inherit;
    	text-align: center;
	}
	header#header .social {
		float: left;
		margin-top: 166px;
		margin-bottom: 10px;
		text-align: center;
	}
	header#header .social  div#ContainerBlockSocial {
		display: inline-block;
	}
	#banner .cta{
		font-size: 18px;
		line-height: 29px;
		width: initial;
		left: 0px;
		padding: 15px;
		z-index: 90;
	}
	
	#banner .cta .btn-cta {
		font-size: 15px;
		line-height: 18px;
		margin-top:0px;
		font-family: 'open_sansregular';
	}
	#banner .cta .titrec {
		font-size: 20px;line-height: 29px;}
	
	footer .box-contact{
		max-width:inherit;
		width:100%;
		min-height: 225px;
		float: left;
	}
	footer .box-contact .contact2{
		font-size: 22px;
		line-height: 26px;
	}
	.table-home{
		position: relative;
		width: 100%;
		display:block;
		border:none;
		float:left;
	}
	.table-home > tbody > tr{
		width: 100%;
		display:table;
		float:left;
	}
	.table-home > tbody > tr > td{
		width: 100%;
		display:table-row;
		float:left;
	}
	.table-page{
		position: relative;
		width: 100%;
		display:block;
		border:none;
		float:left;
	}
	.table-page > tbody > tr{
		width: 100%;
		display:table;
		float:left;
	}
	.table-page > tbody > tr > td{
		width: 100%;
		display:table-row;
		float:left;
		padding: 5px 10px;
	}
	footer .open {float: left;
		width: 100%;
		background: none;
		padding-top: 0px;}
	div.navigation {
		
	}
	figure.slide-page {
		height: 240px;
	}
	#banner .cta p {
		padding-top: 11px;
		padding-bottom: 11px;
		text-transform: none;
		padding-left: 25px;
		padding-right: 25px;
	}
	#content-wrapper {width: 100%;
		left: 0%;
		margin-left: 0px;}
	.team {width: 100%;margin: 0 auto;float: none;}
	.team p { float:left;}
	#box-primary {
		
		background: url(../../images/new-images/bg1.jpg) left center no-repeat;}
	#box-secondary {
		position: relative;
		background: url(../../images/new-images/bg2.jpg)right center no-repeat;}
	#box-primary2 {
		position: relative;
		background: url(../../images/new-images/bg3.jpg) left center no-repeat;}
	.logo1 { float:none;}
	.logo2 { float:none; margin-left:0px;}
	.logo3 { float:none; margin-left:0px;}
	.logo4 { float:none; margin-left:0px;}
	.logo5 { float:none; margin-left:0px;}
	.logo6 { float:none; margin-left:0px;}
	.content-contact {
		position: relative;
		width: 100%;}
	footer .box-contact {
		
		width: 100%;
		float: left;
		background: #42321a;
		min-height: 225px;
	}
	.box-map {min-height: 265px;
		position: relative;
		
		width: 100%;
		
		float: left;}
	
	.logo {right: 0%;
		margin-right: 0px;}
	.logo22 {right: 1%;
		margin-right: 0px;
		top: 115px;}
	
}









        
        
        
        
        