body {
	background: #fff;
	color: #6c6c6c;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'josefin_sanslight';
}
strong {
	font-weight: 700;
}
a {
	color: #ab137b;
	text-decoration: underline;
	transition: all .4s;
}
a:active, a:hover, a:focus {
	color: #6c6c6c;
	text-decoration: none;
}
hr {
	border-color: rgba(249, 249, 249, 0.2);
	margin-top: 75px;
}
.image-right {
	float: right;
	margin: 0 0 10px 15px;
}
.image-left {
	float: left;
	margin: 0 15px 10px 0;
}
.blue {
	color: #02a9af;
}
.number-responsive{
    display:none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Raleway", Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.35em;
}
h1, .h1{
	font-size:36px;
}
.sep2{
    display:none;   
}
h2, .h2{
	color: #ab137b;
	font-size: 28px;
	font-weight: normal;
	font-family: 'caviar_dreamsbold';
}
h3, .h3{
	font-size:22px;
	color: #ab137b;
}
h4, .h4{
	font-size:20px;
}
h5, .h5{
	font-size:18px;
}
h6, .h6{
	font-size:14px;
}
section.page p.plus a{
	text-decoration:none;
	color: #fff;
	padding:8px 10px;
	background: #3c3c3c;
	transition:all 0.6s;
	position:relative;
	text-shadow: none;
	margin-bottom: 15px;
	display: inline-block;
	z-index: 0;
}
section.page p.plus{
	text-align:right;
	margin: 0;
}
section.page p.plus a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:0;
	background: #ab137b;
	transition:all 0.6s;
	z-index:-1;
}
section.page p.plus a:hover{
	background:transparent;
	/* color: #000000; */
}
section.page p.plus a:hover:before{
	width:100%;
}
header.top {
	position: relative;
	background: #140a09;
	padding: 17px 0px 2px;
	z-index: 2;
}
header.top .container {
	position: relative;
}
header.top .logo {
	float: left;
	padding: 0 0 0 0px;
	margin-left: -2px;
	margin-bottom: 12px;
}
header.top .logo img{
	max-width:100%;
}
nav.main-nav {
	position: relative;
	z-index: 1;
	transition: background .8s;
	background: url(../images/menu.png)no-repeat top center;
}
.is-sticky nav.main-nav {
	background: #ffffff;
	box-shadow: 0 0 8px #000;
}
nav.main-nav .mobile-nav {
	position: relative;
	display: none;
	background: #ab137b;
	text-align: center;
}
nav.main-nav .mobile-nav a {
	text-decoration: none;
	color: #f3f2f2;
	font-size: 24px;
	line-height: 30px;
	padding: 5px;
	display: block;
}
section.banner {
	position: relative;
	height: 679px;
	background: #000;
	margin-top: 0;
	/*z-index: 999;*/
}
section.banner.small {
	height: 350px;
}
section.banner .fluid_container,
section.banner .fluid_container #slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: auto;
}
section.banner .fluid_container #slideshow {
	margin-bottom: 0!important;
}
section.banner .NewsItemBackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: center no-repeat;
	background-size: cover;
}
section.banner .fluid_container #slideshow .camera_pag {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 1255px;
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul {
	text-align: right;
	margin-right: 0;
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul li {
	width: 28px;
	height: 28px;
	padding: 0px;
	margin: 0 2px;
	border-radius: 50%;
	background: transparent;
	border: none;
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul li > span {
	left: 0px;
	right: 0;
	top: 0px;
	bottom: 0;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	border: 4px solid transparent;
	background: #ffff;
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #f97729;
	width: 28px;
	height: 28px;
	top: -8px;
	border-color: #fff;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover>span {
	background: #f97729 !important;
}

section.banner .cta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	/* opacity: 0; */
	/* animation: slide-in .8s forwards; */
	/* -webkit-animation: slide-in .8s forwards; */
	/* animation-delay: .8s; */
	/* -webkit-animation-delay: .8s; */
	min-height: 61px;
}
@keyframes slide-in {
    100% {
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
    	opacity: 1;
    }
}
section.banner .cta::before {
	content: '';
	background: rgba(0, 0, 0, 0.61);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
	width: 35.5%;
	pointer-events: auto;
	transition: background .4s;
}
section.banner .cta .cta-text {
	position: relative;
	pointer-events: auto;
	/* width: 31.8%; */
	display: inline-block;
	color: #fff;
	font-size: 19px;
	padding: 0px 98px 0px 58px;
	letter-spacing: 3px;
	background: url(../images/bg-tel.png)right bottom 0px no-repeat,url(../images/line-cta.png)left center no-repeat;
	font-family: 'caviar_dreamsregular';
	line-height: 28px;
	margin-bottom: 0;
}
section.banner .cta .cta-text > * {
	margin: 0;
	padding: 0;
}
section.banner .cta .cta-text a {
	color: #fff;
	text-decoration: none;
	font-size: 32px;
	font-family: 'caviar_dreamsbold';
	letter-spacing: 0;
	display: inline-block;
	margin-bottom: 5px;
}
section.banner .cta .cta-text a:hover{
	color: #f97729;
}
section.page{
	position:relative;
	padding: 48px 0 40px;
}
section.page .contenu{
	margin: 0;
	/* float: left; */
	display: table;
	/* width: 65%; */
}
section.interne .contenu{
}
header.page-title {
	position: relative;
	padding: 35px 0 53px;
}
header.page-title h1 {
	margin: 0;
	font-size: 44px;
	font-weight: normal;
	color: #3c3c3c;
	line-height: 44px;
	font-family: 'caviar_dreamsbold';
	text-transform: uppercase;
}
header.page-title h1.merci{
    text-align:center;
}
header.page-title h1 span{
	position:relative;
}
header.page-title h1 .sph2{
	color: #4a423a;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: none;
	font-family: 'caviar_dreamsregular';
	    line-height: 28px;
    display: table;
}
header.page-title + * {
	margin-top: 0;
	padding-top: 0;
}
section.page .image{
	display:inline-block;
	float:left;
	margin: 0 50px 40px 0;
}
section.page .image img{
    max-width:100%;
}
article.content {
	padding: 0px 0px 15px;
}
article.content .panel-heading{
	padding:5px 10px;
	/* background: #ffffff; */
}
article.content h3{
	margin:0;
}
article.content h3 a{
	text-decoration:none;
	text-transform:uppercase;
	font-size: 18px;
}
article.content p {
	margin-bottom: 15px;
	letter-spacing: 2px;
	/* text-shadow: 0 0 0 rgb(100, 99, 99); */
}
article.content table tr{
	
}
article.content table tr td{
	padding: 10px 5px;
	border: 2px solid #f2f1f0;
	text-align:center;
}
article.content ul {
	padding-left: 10px;
}
article.content ul li {
	list-style: none;
	background: url(../images/list-icon01.png) no-repeat 0 3px;
	padding-left: 25px;
}
article.content ul ul li {
	background-image: url(../images/list-icon02.png);
}
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 #news-boxes {
	position: relative;
}
article.content #news-boxes .box {
	position: relative;
}
article.content #news-boxes .box h3 {
	margin: 0 0 20px;
	line-height: 1.1em;
	font-weight: 300;
	text-transform: uppercase;
	transition: color .4s
}
article.content #news-boxes .box:hover h3 {
	color: #02a9af;
}
article.content #news-boxes .box p {
	margin: 0;
	padding: 0;
}
article.content #news-boxes .box figure {
	position: relative;
	height: 350px;
}
article.content #news-boxes .box figure::after {
	content: '+';
	font-family: "Raleway", Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;	
	background: #fff;
	display: block;
	color: #666;
	line-height: 60px;
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-70%, -70%);
	transform: translate(-70%, -70%);
	opacity: 0;
	box-shadow: 5px 5px 10px rgba(0,0,0,.25);
}
article.content #news-boxes .box:hover figure::after {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	opacity: 1;
	box-shadow: 5px 5px 10px rgba(0,0,0,.15);
}
article.content #news-boxes .box figure .photo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff center no-repeat;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .8s;
}
article.content #news-boxes .box:hover figure .photo {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
article.content #news-boxes .box figure .photo.nophoto {
	background: #21404c url(../images/logo-beauty-hair-make-up-white.png) no-repeat center;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
article.content #news-boxes .box figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(255,255,255,.75);
	overflow: hidden;
	max-height: 200px;
	transition: all .8s;
}
article.content #news-boxes .box:hover figure figcaption {
	max-height: 0;
}
article.content #news-boxes .box figure figcaption .box-text {
	position: relative;
	text-align: justify;
	padding: 20px;
}
article.content #news-boxes .box .link a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	font-size: 0;
}
article.content table.team-table {
	position: relative;
}
article.content table.team-table td {
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
article.content table.team-table img {
	width: 100%;
	height: auto;
}
article.content table.team-table h2 {
	margin: 10px 0;
}
/*************Photo*************/

section.photos {
	position: relative;
	padding: 23px 0 26px;
	margin-bottom: 0;
	/* background: #f6f6f6; */
	margin: 0;
}
section.photos .mcePxmGallery {
    margin-top: 0px;
}
section.photos .mcePxmGallery br{
	display:none;
}
section.photos .highslide-gallery .highslideContainer{
	/* border-right: 5px solid #0b7db7; */
}
section.photos .highslide-gallery .highslideContainer:last-child{
	/* border-right-color:#141414; */
}
section.photos .holder,.photos p{
	display:none;
}
section.photos .photos-wrapper .holder {
	display: none;
}
section.photos .photos-wrapper br {
	display: none;
}
section.photos .photos-wrapper .highslide-gallery .highslideContainer a.highslide {
	background: transparent;
}
section.photos .photos-wrapper .highslide-gallery .highslideContainer a.highslide::before {
	content: none;
}
section.photos .photos-wrapper .highslide-gallery .highslideContainer a.highslide img {
	 filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
section.photos .photos-wrapper .highslide-gallery .highslideContainer a.highslide:hover img {
	opacity: 1;
	 filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
section.photos .highslide-gallery .highslideContainer a.highslide img{
	height: 354px;
	object-fit: cover;
	width: 296px;
}
section.photos .highslide-gallery .highslideContainer a.highslide::after{
	content:none
}
section.photos .highslide-gallery .highslideContainer a.highslide:hover::after{
	opacity:0.86;
}

/************* End Photo*************/

/************* boxes*************/
section.boxes {
	position: relative;
	background: #faf9fa;
	padding: 36px 0;
}

section.boxes .col-sm-4{
	padding: 0;
	text-align: left;
}
section.boxes .side2{
	text-align: center;
}
section.boxes .side3{
	text-align: right;
}
section.boxes .box{
	position:relative;
	text-align:center;
	display:inline-block;
	background: #fff;
	transition: all 0.4s;
}
section.boxes .box .img-box{
	position:relative;
	display: inline-block;
	text-align:center;
	transition:all 0.4s;
}
section.boxes .box .img-box:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url(../images/mask.png)bottom center no-repeat;
}
section.boxes .box .img-box img{
	max-width:100%;
}
section.boxes .box .text {
    position:absolute;
    bottom: 100px;
    left:0;
    right:0;
    padding: 40px 20px;
    letter-spacing: 3px;
    margin: 0px 0 0 0;
    text-align: center;
    transition:all 0.4s;
    color: #ffffff;
    /*z-index:1;*/
}
section.boxes .box .text h2{
	color: #ffffff;
	font-size: 27px;
	text-transform:none;
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0 0 42px 0;
	transition:all 0.4s;
	font-weight: normal;
	font-family: 'josefin_sansbold';
	text-transform: uppercase;
	background: url(../images/bg-h2.png)bottom center no-repeat;
	padding-bottom: 25px;
}
section.boxes .box01 .text h2{
	padding-bottom: 10px;
}
section.boxes .box p{
	margin:0;
}
section.boxes .box .link a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	font-size: 0;
}
section.boxes .box:hover .text h2{
	color:#ab137b;
	background-image:url(../images/bg-h22.png);
	text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.75);
}



/*************Footer*************/

footer.bottom {
	position: relative;
	padding: 68px 0 60px;
	/* color: #f9f9f9; */
	z-index: 50;
}
footer.bottom::before {
    content: '';
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 60px;
    background: url(../images/before.png)top center;
    z-index: 1;
    right: 0;
}
footer.bottom::after {
    content: '';
    position: absolute;
    left: 0;
    min-height: 128px;
    bottom: 60px;
    z-index: 1;
    background: url(../images/after.png)bottom center no-repeat;
    /* width: 47.12%; */
    right: 0;
}
footer.bottom::before{
	 /* width: 50%; */
}
footer.bottom section.googlemaps {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
footer.bottom section.googlemaps .box_googlemapsv2 {
    position: absolute;
    left: -70px;
    right: -700px;
    top: -5px;
    bottom: 0;
    height: auto!important;
    width: auto!important;
}
footer .link .googlemaps_v2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
footer .link .googlemaps_v2 .modal-label{
	font-size: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
footer.bottom .address {
    position: relative;
    display: inline-block;
    padding: 0;
    z-index: 2;
    width: 45%;
    color: #f5f5f5;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: 'josefin_sanslight';
}
footer.bottom .address .iner{
    display:none;
}
footer.bottom .address h2{
	color:#fff;
	font-size:31px;
	text-transform:uppercase;
	font-family: 'caviar_dreamsregular';
	line-height: 20px;
	margin: 40px 0 25px;
	text-shadow: 0 0 0;
}
footer.bottom .address .company{
	font-size:19px;
	text-transform:none;
	font-family: 'caviar_dreamsregular';
	letter-spacing: 4px;
	text-shadow: none;
}
footer.bottom .address .map{
	padding-left:60px;
	background:url(../images/map.png)left center no-repeat;
	margin-bottom: 25px;
}
footer.bottom .address .divi01{
	padding:0;
	display: flex;
	align-items: center;
}
footer.bottom .address .divi02{
	padding:0;
}
footer.bottom .address .divi01 .logo-foo{
	/* display:flex; */
	/* align-items:center; */
}

footer.bottom .address p a:active,
footer.bottom .address p a:hover,
footer.bottom .address p a:focus{
	color: #f5f5f5;
}
.googlemaps_v2{
	color: #ab137b;
	transition:all 0.4s;
}
footer.bottom .address p a{
	color: #ab137b;
}
.googlemaps_v2:hover{
	 color: #f5f5f5;
}
.clock{
	display: inline-block;
	padding: 10px 0 10px 0px;
}
.clock #openingTimesBlock{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
.clock #openingTimesBlock .openingLine{
	/* display:inline-block; */
	margin-bottom: 2px;
}
.clock #openingTimesBlock .openingLine .openingDay{
	border: 1px solid rgba(255, 255, 255, 0.48);
	width:34px;
	height:34px;
	display: inline-grid;
	text-align: center;
	align-items: center;
	margin-right: 8px;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset{
	background: #ab137b !important;
	color:#fff!important;
}
div.cc-cookies {
	width: 100%;
	z-index: 5!important;
	background: #424142!important;
	color: #fff;
}
#scrollTopBtn{
    background-color: #ab137b !important;
    right: 15px !important;
    bottom: 50px !important;
}
#scrollTopBtn:hover {
    background-color: rgba(171, 19, 123, 0.5) !important;
}
.cc-cookies a, .cc-cookies a:hover{
	/*! color: #e89702 !important; */
}
#footerSlideButton{
	color: #ab137b !important;
}
.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
	box-sizing: content-box;
}
div#_atssh {
	bottom: 0;
}

span.tel-desk {
    display: block;
}
span.tel-mob {
    display: none;
}
@media (min-width: 1680px){

}
@media (min-width: 1682px){

}
@media (min-width: 1200px){
	.container {
		width: 1230px;
	}
}
@media only screen and (max-width : 1366px) {
    section.banner .cta::before{
        width:30%;
    }
}
@media only screen and (max-width : 1280px) {
    
}
@media only screen and (max-width : 1024px) {
    footer.bottom::before {
    background: url(../images/before.png)top left;
    width: 55%;
}
footer.bottom::after {
    background: url(../images/after.png)bottom left no-repeat;
    width: 55%;
}
    footer.bottom .address {
    width: 60%;
    }
    section.banner .fluid_container #slideshow .camera_pag{
        width:100%;
    }
    section.banner .cta::before {
        width: 42%;
    }
    .container{
        width:100%;
    }
	footer.bottom .address .divi01 .logo-foo img{
	    max-width:100%;
	}
	/*section.photos .highslide-gallery .highslideContainer a.highslide img {
    	width: 200px!important;
    	height:200px;
	}*/
	section.photos .photos-wrapper .highslide-gallery .highslideContainer a.highslide{
	    border-radius: 0;
	}
	footer.bottom .address p .sep{
        display: block;
    	text-indent: -99999px;
   		line-height: 0px;
    }
    section.photos:before {
        width: 15%;
    }
}

@media only screen and (max-width : 980px) {
	section.banner,
	section.banner.small{
		height: 350px;
	}
	/*
	section.photos .highslide-gallery .highslideContainer a.highslide img{
		height: 100%;
	}
	*/
	section.boxes .col-sm-4{
	    padding:0 10px;
	}
	
}
@media only screen and (max-width : 800px) {
	nav.main-nav .container{
		padding:0;
	}
	nav.main-nav #navigation {
		display: none;
	}
	nav.main-nav .mobile-nav {
		display: block;
	}
	section.boxes{
	    padding: 20px 0 25px;
	}
	.photos .highslide-gallery .highslideContainer a.highslide img{
		height: 100%;
		max-width: 100%;
	}
	header.top .logo{
	    width:50%;
	}
	footer.bottom .address{
	    width: 80%;
	}
    /*header.page-title h1{
        font-size:52px;
    }*/
    section.boxes .box .text{
        letter-spacing:0;
        padding:40px 5px;
    }
    footer.bottom::before{
        /*content:none;*/
    }
    footer.bottom .address{
        /*background:#e7d7ff;
        padding:20px;*/
    }
    section.boxes .box .text {
    bottom: 10px;
    }
    footer.bottom::before, footer.bottom::after {
    width: 78%;
}
}
@media (width: 736px) and (orientation: landscape) {
	section.boxes .col-sm-4 {
        float: left;
        width: 33.33%;
	}
    footer.bottom .address .divi01{
        width:33.33%;
        float:left;
    }
    footer.bottom .address .divi02{
        width:66%;
        float:left;
    }
}
@media only screen and (max-width : 768px) {
    /*
    section.photos .highslide-gallery .highslideContainer a.highslide img {
        width: 192px!important;
        height: 192px;
    }
    */
}
@media only screen and (max-width :680px) {
    section.page .image {
    display: none;
    }
    section.banner .cta::before {
    width: 51%;
}
footer.bottom::before, footer.bottom::after {
    width: 90%;
}
    header.page-title h1 .sph2{
        letter-spacing: 0px;
    }
    .number{
        display:none;
    }
    .number-responsive{
        display: inline-block;
    }
	.photos .highslide-gallery .highslideContainer a.highslide img{
		width:100%!important;
		height:100%!important;
	}
	header.top .logo{
	    text-align: center;	
		float: none;
		width: auto;
		margin: 5px 0;
	}
    .photos .highslide-gallery .highslideContainer{
        width:50%;
    }
    section.page .col-sm-5 {
        text-align: center;
    }
    section.boxes .col-sm-4:nth-child(1),
    section.boxes .col-sm-4:nth-child(3){
        text-align: center;
    }
    section.boxes .equal{
        min-height:auto !important;
        margin-bottom:20px;
    }
    footer.bottom .address{
        width: 100%;
    }
    footer.bottom .address .divi01{
        width:33.33%;
        float:left;
    }
    footer.bottom .address .divi02{
        width:66%;
        float:left;
    }
    section.photos .highslide-gallery .highslideContainer a.highslide img {
        width: auto!important;
        height: auto;
    }
    section.photos:before{
        content:none;
    }
    section.boxes{
        background:#cecece;
    }
    section.photos .highslide-gallery .highslideContainer a.highslide img{
        border-radius:0;
        width:100% !important;
        height:auto !important;
    }
}

@media only screen and (max-width : 480px) {
    footer.bottom .address .divi02 {
    width: 100%;
}
    section.banner .cta::before {
    width: 80%;
}
section.banner .fluid_container #slideshow .camera_pag {
    display: none;
}
.clock #openingTimesBlock {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
footer.bottom::before, footer.bottom::after {
    width: 100%;
    background:#140a09;
}
.clock {
    display: block;
    padding: 15px;
    background: #aa137b;
    margin-bottom: 20px;
}
section.banner .cta .cta-text a {
    font-size: 26px;
}
section.banner .cta .cta-text {
    letter-spacing: 0px;
    padding: 0px 85px 0px 55px;
}
footer.bottom .address .map {
   /* background: none;*/
}
    /*footer.bottom .address .divi01,
    footer.bottom .address .divi02{
        float:none;
        width:auto;
        padding: 0;
        text-align: center;
    }*/
    footer.bottom .address .divi01{
        display:block;
    }
    footer.bottom .address p{
        /*padding:50px 0 0 0 !important;
        background-position:top center;*/
    }
}

@media only screen and (max-width : 414px) {
    .photos .highslide-gallery .highslideContainer{
        width:100%;
        float:none;
    }
}
@media only screen and (max-width : 375px) {
    
}
@media only screen and (max-width : 333px) {
    footer.bottom .address h2 {
    font-size: 28px;
    }
    section.banner .cta .cta-text{
       font-size: 16px; 
    }
	section.banner .cta .cta-text a {
    font-size: 22px;
}
}