
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');                                                                        

body {
	background: #fff;
    color: #545454;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 1.6em;
}
a {
    color: #2177b8;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #545454;
    text-decoration: none;
}

hr {
	border-color: rgba(0,0,0,.35);
}

.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'futura_lightregular';
    line-height: 1.35em;
	text-transform:uppercase;
}
h1, .h1{
    font-size:43px;
	color:#2c2c2c;
}
h2, .h2{
    font-size:38px;
	color:#2177b8;
	font-size:27px;
	letter-spacing:1px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:none;
	
	
}
h3, .h3{
    font-size:35px;
	color:#2c2c2c;
}
h4, .h4{
    font-size:30px;
	color:#2177b8;
}
h5, .h5{
    font-size:25px;
	color:#2c2c2c;
}
h6, .h6{
    font-size:20px;
	color:#2177b8;
}

header.top {
	position: relative;
	background: #fff;
	height:607px;
}
header.top.top2 {
    height: 500px;
}
header.top .fluid_container,
header.top .fluid_container #slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: auto;
}
header.top .fluid_container #slideshow {
	margin-bottom: 0!important;
}
header.top .fluid_container #slideshow .camera_prev {
	top: 50%;
	transform: translateY(-50%);
	right: auto;
	left: 0;
	border-radius: 0 50px 50px 0;
}
header.top .fluid_container #slideshow .camera_next {
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	right: 0;
	border-radius: 50px 0 0 50px;
}
header.top .fluid_container #slideshow .camera_prev,
header.top .fluid_container #slideshow .camera_next {
	position: absolute;
	background: rgba(255,255,255,.5);
	color: #2177b8;
	width: 40px;
	height: 50px;
	transition: all .4s;
}
header.top .fluid_container #slideshow .camera_prev:hover,
header.top .fluid_container #slideshow .camera_next:hover {
	background: #2177b8;
	width: 50px;
	color:#fff;
}
header.top .fluid_container #slideshow .camera_prev span,
header.top .fluid_container #slideshow .camera_next span {
	display: none;
}
header.top .fluid_container #slideshow .camera_prev::before,
header.top .fluid_container #slideshow .camera_next::before {
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 45px;
	padding-top: 4px;
	text-align: center;
	display: block;
}
header.top .fluid_container #slideshow .camera_prev::before {
	content: '\f053';
	padding-right: 5px;
}
header.top .fluid_container #slideshow .camera_next::before {
	content: '\f054';
	padding-left: 5px;
}
header.top .fluid_container #slideshow .camera_overlayer {
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.98) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.98) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.98) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
	opacity: .75;*/
}
header.top .NewsItemBackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: center no-repeat;
	background-size: cover;
}
header.top .NewsItemBackground::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
	opacity: .75;
}
header.top section.top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 10px 15px;
	background: #ff738f;
	transform: translateY(-100%);
    font-family: "Dosis", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    transition: transform .4s;
}
header.top section.top.active {
	transform: translateY(0);
}
header.top section.top a {
	color: #fff;
}
header.top section.top .top-contact {
	float: left;
}
header.top section.top .top-contact * {
	margin: 0;
	padding: 0;
}
header.top section.top .top-contact br {
	display: none;
}
header.top section.top nav.language {
	float: right;
}
header.top section.top nav.language a {
	text-decoration: none;
	text-transform: uppercase;
}
header.top section.top a.button {
	position: absolute;
	right: 0;
	top: 100%;
	background: url(../../images/new-images/box-border-pink.png) no-repeat center top;
	width: 120px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	outline: none;
}
header.top section.top a.button i.fa {
	transition: transform .4s;
}
header.top section.top.active a.button i.fa {
	transform: rotate(180deg);
}
header.top > .container {
	position: relative;
	pointer-events: none;
}
header.top nav.main-nav {
	position: absolute;
	z-index: 50;
	pointer-events: auto;
	transition: background .4s;
	background:#2177b8;
	width: 100%;
}
.content-nav {
    position: relative;
	
    height: 65px;
	float:right;
}
header.top .is-sticky nav.main-nav {
	background: #2177b8;
}
header.top nav.main-nav a.mobile-nav {
	position: absolute;
	z-index: 120;
	left: 15px;
	top: 15px;
	width: 30px;
	height: 25px;
	display: none;
	left: 50%;
	
    transform: translateX(-50%);
}
header.top nav.main-nav .logo{ position:relative; float:left;margin-top: 6px;}
header.top nav.main-nav a.mobile-nav span {
	background: #fff;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .4s;
}
header.top nav.main-nav a.mobile-nav span.middle {
    top: 9px;
}
header.top nav.main-nav a.mobile-nav span.bottom {
    top: 18px;
}
header.top nav.main-nav a.mobile-nav.active span.top {
	transform: translateY(9px) translateX(0) rotate(45deg);
}
header.top nav.main-nav a.mobile-nav.active span.middle {
	opacity: 0;
}
header.top nav.main-nav a.mobile-nav.active span.bottom {
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}
/*header.top .logo-wrapper {
display: block;
text-align: center;
margin: 145px 0 168px;
}
header.top .logo-wrapper .logo {
display: inline-block;
border: 2px solid #fff;
border-bottom: none;
background: url(../../images/new-images/nav-button-border.png) no-repeat bottom left, url(../../images/new-images/nav-button-border.png) no-repeat bottom right;
background-size: 50px 2px;
padding: 12px 11px 0px;
}
header.top .logo-wrapper .logo * {
pointer-events: auto;
}
header.top .logo-wrapper .logo .cta {
padding-top: 0px;
font-family: 'open_sanssemibold';
font-size: 22px;
line-height: 1.5em;
color: #fff;
text-transform: uppercase;
text-shadow: 0 1px 10px rgba(0,0,0,1);
margin-top: 6px;
}
header.top .logo-wrapper .logo .cta a {
position: absolute;
left: 50%;
transform: translateX(-50%);
text-decoration: none;
color: #fff;
font-size: 27px;
font-family: 'open_sansbold';
text-shadow: -2px 0 rgba(0,0,0,.25), 0 2px rgba(0,0,0,.25), 2px 0 rgba(0,0,0,.25), 0 -2px rgba(0,0,0,.25), 0 2px 10px rgba(0,0,0,.5);
}
header.top .logo-wrapper .logo .cta a:hover {
color: #d23739;

}
.video {
position: relative;
margin: 0 auto;
display: table;
margin-top: 30px;
}
#myPlayer34299 li {
list-style: none !important;
background: none!important;
}
.wrapper {
position: relative;
padding: 30px 0 40px;
z-index: 1;
}*/
.wrapper {
    position: relative;
}
.content-border-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 24px;
	background:url(../../images/new-images/bg-top.png)center no-repeat;
	transform: translateY(-100%);
	pointer-events: none;
}
.content-border-top::before,
.content-border-top::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: #fff;
	width: 40%;
}
.content-border-top::before {
	left: 0;
}
.content-border-top::after {
	right: 0;
}

.content-border-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 28px;
	background:url(../../images/new-images/bg-footer.png) center no-repeat;
	transform: translateY(100%);
	pointer-events: none;
}
.content-border-bottom::before,
.content-border-bottom::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: #0b2436;
	width: 40%;
}
.content-border-bottom::before {
	left: 0;
}
.content-border-bottom::after {
	right: 0;
}

header.page-title {
	position: relative;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 27px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
	
	
}
header.page-title:after {	position:absolute; width:31px; height:30px; background:url(../../images/new-images/after-h-intern.png) no-repeat;       bottom: -14px; left: 0px;  content: '';
	
	display: block;}
header.page-title.page-title2 {
    text-align: center;
	padding-top: 25px;
	margin-bottom: 27px;
	padding-bottom: 45px;
	background:url(../../images/new-images/bg-h.png) bottom center no-repeat;
	border-bottom:none;
}
header.page-title.page-title2:after { background:none;}
header.page-title h1 {
	
}
header.page-title h1 span {
    font-family: 'futura_bkbook';
}

article.content {
	text-align:left;
	padding-bottom:40px;
}
article.content1 {
	text-align:center;
}
article.content p {
    margin-bottom: 15px;
}
article.content ul {
    padding-left: 10px;
    width: auto;
    display: inline-block;
    text-align: left;
}
article.content ul li {
    list-style: none;
    background: url(../../images/new-images/list-icon01.png) no-repeat 0 5px;
    padding-left: 25px;
}
article.content ul ul li {
    background-image: url(../../images/new-images/list-icon02.png);
    padding-left: 20px;
}
article.content .table-style {
	position: relative;
}
article.content .table-style th {
	background: #eee;
}
article.content .table-style th,
article.content .table-style td {
	border: 1px solid #ccc;
	padding: 2px 5px;
}
article.content .table-page td{
	border: 1px solid #ccc;
	padding: 2px 5px;
}
article.content .box_googlemaps iframe {
	border: 5px solid rgba(0,0,0,.15);
	margin-bottom: 20px;
	background: #fff;
}

article.content #news-boxes {
	position: relative;
}
article.content #news-boxes .box {
	box-shadow: 0 0 0 5px #f7375e;
	margin-bottom: 25px;
}
article.content #news-boxes .box figure {
	position: relative;
}
article.content #news-boxes .box figure .photo {
	position: relative;
	padding-bottom: 70%;
	background: #f5f5ed center no-repeat;
	background-size: cover;
}
article.content #news-boxes .box figure .photo.nophoto {
	background-image: url(../../images/new-images/logo-floral.png);
	background-size: 50%;
	box-shadow: inset 0 0 50px rgba(0,0,0,.2);
}
article.content #news-boxes .box figure .photo::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	height: 20px;
	background: url(../../images/new-images/box-border-pink.png) center top no-repeat;
	transform: rotate(180deg);
	opacity: 0;
	transition: bottom .4s, opacity .4s;
}
article.content #news-boxes .box:hover figure .photo::after {
	bottom: 0;
	opacity: 1;
}
article.content #news-boxes .box figure figcaption {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 15px;
	text-align: center;
	transition: background .4s, color .4s;
}
article.content #news-boxes .box:hover figure figcaption {
	background: #ff738f;
	color: #fff;
}
article.content #news-boxes .box figure figcaption h3 {
	color: #f7375e;
	margin: 0;
	background: url(../../images/new-images/bg-title-ornament.png) center bottom no-repeat;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-bottom: 15px;
	transition: color .4s;
}
article.content #news-boxes .box:hover figure figcaption h3 {
	color: #fff;
}
article.content #news-boxes .box figure a.link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
}

.boxes {
	background:url(../../images/new-images/bg-box-new.jpg) center no-repeat;
	background-size: cover;
	padding: 55px 0;
	text-align:center;
	color:#545454;
	border-top: 1px solid rgba(0,0,0,0.12);
	min-height: 351px;
}
.boxes .content-box{ position:relative; width:100%; text-align:center; padding:0px 130px;}
.boxes .content-box h2{  padding-bottom:29px; margin-bottom:25px; font-size:38px; text-align:center; text-transform:uppercase; position:relative;    color: #333333;}
span.titrh2 {
    font-family: 'futura_bkbook';
}
.boxes .content-box h2:after{
	position:absolute; width:47px; height:5px; background:#2177b8;    bottom: 0px; left: 50%;
	
    transform: translateX(-50%);   content: '';
	
	display: block;
}
.boxes .content-box .plus {    width: 124px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #2177b8;
    margin: 0 auto;}
.boxes .content-box .plus:hover { background:#0b2436;}
footer.bottom {
    position: relative;
    z-index: 1;
    padding: 53px 0 60px;
    background: #0b2436;
    color: #fff;
    line-height: 22px;
}
footer.bottom .border-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 24px;
	background:url(../../images/new-images/bg-footer.png) center no-repeat;
	transform: translateY(-100%);
	pointer-events: none;
}
footer.bottom .border-top::before,
footer.bottom .border-top::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: #0b2436;
	width: 40%;
}
footer.bottom .border-top::before {
	left: 0;
}
footer.bottom .border-top::after {
	right: 0;
}

footer.bottom a {
	color: #76bcf1;
	text-decoration:underline;
}
footer.bottom a:hover {
	color: #fff;
	text-decoration:none;
}
footer.bottom .address1{ 
	
    float: left;}
footer.bottom .address1 p{background:url(../../images/new-images/ligging.png)left 7px no-repeat;
    padding-left: 60px;}
footer.bottom  .address2{   
	
    float: left;
}
footer.bottom .address2 p{    background: url(../../images/new-images/tel.jpg)left 7px no-repeat;
    padding-left: 60px;
    float: right;
    padding-right: 49px;}
footer.bottom  .address3{    
	
    float: left;
}
footer.bottom .address3 p{background:url(../../images/new-images/mail.jpg)left 7px no-repeat;
    padding-left: 60px; float:right;}

span.icon-logo-online {
    color: #2177b8;
    font-size: 20px;
}
footer.bottom a:hover {
	color: #fff;
	text-decoration:none;
}
/*footer.bottom .address div {
position: relative;
padding-left: 35px;
}
footer.bottom .address i.fa {
font-size: 24px;
position: absolute;
left: 0;
margin-top: -2px;
color: #393939;
width: 30px;
text-align: center;
}
footer.bottom .address i.fa.fa-envelope-o {
font-size: 19px;
margin-top: 0;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox {
padding-bottom: 5px;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b > span {
display: none;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
content: "\f003";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_facebook::before {
content: "\f09a";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_twitter::before {
content: "\f099";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_linkedin::before {
content: "\f0e1";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share::before {
content: "\f0d5";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share {
position: relative;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share #___plusone_0,
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share iframe {
position: absolute!important;
left: 0!important;
right: 0!important;
top: 3px!important;
opacity: 0;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
content: "\f231";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b {
display: inline-block;
font-size: 0px;
cursor: pointer;
margin: 0 5px 0 0;
width: 30px;
height: 30px;
text-align: center;
position: relative;
z-index: 1;
color: #404040;
background: #f5f5ed;
text-decoration: none;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b::before {
font-family: 'FontAwesome';
speak: none;
font-size: 16px;
line-height: 30px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b {
transition: background 0.2s, color 0.2s;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b:hover {
color: #f5f5ed;
background: #404040;
}*/

.overlay {
	position: fixed;
	background: rgba(0,0,0,.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s, visibility .4s, height .4s;
	overflow: auto;
	z-index: 40;
}
.overlay.open {
	visibility: visible;
	height: 100%;
	opacity: 1;
}
.overlay nav.overlay-menu {
    position: relative;
    font-family: "Dosis", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
	padding: 55px 20px 20px;
}
.overlay nav.overlay-menu ul,
.overlay nav.overlay-menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.overlay nav.overlay-menu > ul > li {
	position: relative;
	padding: 10px;
	opacity: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}
.overlay.open nav.overlay-menu > ul > li {
	animation: slide-in .5s forwards;
	-webkit-animation: slide-in .5s forwards;
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
}
@keyframes slide-in {
    100% {
    	transform: translateX(0%); 
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
    	-webkit-transform: translateX(0%); 
    	opacity: 1;
    }
}
.overlay nav.overlay-menu > ul > li {
	border-top: none;
}
.overlay nav.overlay-menu > ul > li:first-child {
	border-top: none;
}
.overlay nav.overlay-menu ul li a {
	font-size: 19px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 5px;
}
.overlay nav.overlay-menu ul ul {
	padding-top: 10px;
}
.overlay nav.overlay-menu ul ul li a {
	font-size: 20px;
	text-transform: none;
	color: #76bcf1;
}

#scrollUp {
	bottom: 35px;
    right: 21px;
	padding: 8px 15px;
	background: #2177b8;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#scrollUp:hover {
	background: #76bcf1;
	color:#0b2436;
}

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

@media only screen and (max-width : 1199px) {
	.sf-menu a {
		
		padding: 0px 6.1px!important;
		font-size: 12px!important;
	}
	
	.col-sm-6.address {
		width: 100%;
	}
	.col-sm-5.hours {
		margin-left: 0px;
	}
	footer.bottom .address2 p{ padding-right:0px;}
}
@media only screen and (max-width : 992px) {
	.sf-menu a {
		
		padding: 0px 6.1px!important;
		font-size: 12px!important;
	}
	.col-sm-6.address {
		width: 100%;
	}
	.col-sm-5.hours {
		margin-left: 0px;
	}
	
	footer.bottom{ font-size:13px;}
	footer.bottom .address2 p{ padding-right:0px;}
	header.top nav.main-nav {
		min-height: 50px;
	}
	header.top nav.main-nav .sf-menu {
		display: none;
	}
	header.top nav.main-nav a.mobile-nav {
		display: inline-block;
	}
	hea
}

@media only screen and (max-width : 768px) {
	header.top nav.main-nav {
		min-height: 50px;
	}
	header.top nav.main-nav .sf-menu {
		display: none;
	}
	header.top nav.main-nav a.mobile-nav {
		display: inline-block;
	}
	header.top .logo-wrapper {
		margin: 30px 0 100px;
	}
	header.top .logo-wrapper .logo {
		padding-left: 10px;
		padding-right: 10px;
	}
	header.top .logo-wrapper .logo img {
		width: auto;
		height: auto;
		max-width: 80%;
	}
	header.top .logo-wrapper .logo .cta a {
		font-size: 16px;
	}
	.content-border-top::before, .content-border-top::after,
	.content-border-bottom::before, .content-border-bottom::after,
	footer.bottom .border-top::before, footer.bottom .border-top::after {
		width: 35%
	}
	.wrapper {
		padding: 15px 0;
	}
	header.page-title h1 span.subtitle {
		line-height: 30px;
		padding: 10px 0;
	}
	.boxes {
		padding: 50px 0;
	}
	.boxes .box .text {
		padding: 15px;
	}
	.boxes .box .text h2 {
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	.boxes .box .text .button {
		margin-top: 5px;
		padding: 5px 10px;
	}
	.boxes .newsletter {
		margin: -50px 0;
	}
	.content-nav { border-bottom:none;}
	footer.bottom {
		padding: 20px 0;
	}
	footer.bottom .hours {
		margin-left: 0px;
	}
	
	
	.boxes .content-box{ padding:0px;}
	footer.bottom{ font-size:16px;}
	footer.bottom .address1{ width:100%;}
	footer.bottom .address2{ width:100%;}
	footer.bottom .address3{ width:100%;}
	footer.bottom .address2 p{ float:left; padding-right:0px;}
	footer.bottom .address3 p{ float:left; }
}
@media only screen and (max-width : 480px) {
	
	header.top .logo-wrapper {
	}
	header.top section.top .top-contact br {
		display: inline-block;
	}
	.content-border-top::before, .content-border-top::after,
	.content-border-bottom::before, .content-border-bottom::after,
	footer.bottom .border-top::before, footer.bottom .border-top::after {
		width: 25%
	}
	.boxes .box {
		height: auto;
	}
	.boxes .box.box01,
	.boxes .box.box03 {
		border-radius: 0;
	}
	.boxes .box .photo,
	.boxes .box .text {
		top: 0!important;
	}
	.boxes .box .text {
		height: auto;
	}
	.boxes .box[class*="box0"] .photo::before {
		top: auto;
		bottom: 0;
		transform: rotate(180deg);
		z-index: 3;
		opacity: 0;
	}
	.boxes .box[class*="box0"]:hover .photo::before {
		opacity: 1;
	}
	.boxes .box[class*="box0"] .photo::after {
		top: auto;
		bottom: 0;
		transform: none;
		z-index: 2;
		opacity: 1;
	}
	footer.bottom {
		padding: 20px 0;
	}
	footer.bottom .hours {
		margin-left: 0px;
	}
	footer.bottom .bloc2 {
		width: 100%;
		margin-left: 0px;
	}
	footer.bottom .bloc1{
		width: 100%;
		margin-left: 0px;
	}
	
	.content-nav { border-bottom:none;}
	.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;
	}
	
	.logo img{ max-width:200px;}
	.boxes .content-box{ padding:0px;}
	footer.bottom .address2 p{ float:left; padding-right:0px;}
	footer.bottom .address3 p{ float:left; }
	footer.bottom .address1{ width:100%;}
	footer.bottom .address2{ width:100%;}
	footer.bottom .address3{ width:100%;}
	h1, .h1 {
		font-size: 31px;}
	h2, .h2 {
		font-size: 25px;
	}
	.image-right {
		float: none;
		margin: 0 0 10px 0px;
		max-width: 100%;
	}
	.image-left {
		float: none;
		margin: 0 0 10px 0px;
		max-width: 100%;
	}
	footer.bottom{ font-size:16px;}
}





