/*
Theme Name: Bellezza
Author: black billet
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-mail-sent-ok {visibility:hidden;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}

/* ----- GLOBAL ----- */

a, button {
   outline: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-tap-highlight-color: transparent;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
}

html, body {
	background: #FFFFFF;
	color: #444444;
	font-family: 'GothamBook', arial, sans-serif;
	font-size: 14px;
	height: 100%;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}
.global {
	overflow: auto;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	-webkit-overflow-scrolling: touch;
}
.content-wrap {
	/*background: #6e80a8;*/
	background: #ffffff;
	opacity: 1;
	/* overflow: auto; */
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 228px;
}

	.content-wrap-inner {
		height: 100%;
		overflow: auto;
	}

.resizing .content-wrap {
	opacity: 0;

	-webkit-transition: opacity 2s ease;
	transition: opacity 2s ease;
}

.content-wrap .content {
	background: #ffffff;
	overflow: hidden;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 874px;
	z-index: 10;
	-webkit-overflow-scrolling: touch;
}
.content-wrap .content.contact {
	width: 648px;
}

.content .scroll-inner {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.loaded-content { height: 100% }
.the-content {
	line-height: 1.6em;
	margin-bottom: 40px;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bg {
	background-repeat: no-repeat;
	background-position: left center;
	/* background-position: center; */
	background-size: cover;
	background-color: #6d7da4;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 864px;
	z-index: 1;
}
.bg.contact-map {
	left: 638px;
}
.index .bg,
.ajax .loaded-page .bg {
	left: 100%;
}

.overlay {
	background: rgba(34, 34, 34, 0.95);
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 470;
}

.loader {
	background: #EEEEEE;
	box-shadow: 0 0 0 2000px #FFF;
	display: none;
	height: 100px;
	margin: -50px 0 0 -50px;
	position: absolute;
	top: 50%; left: 50%;
	width: 100px;
	z-index: 10000;
}
.loader .logo {
	background: transparent url('images/loader.png') no-repeat 0 0;
	height: 100px;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100px;
	z-index: 5;
}
.loader .loading {
	background: #5274BB;
	height: 0;
	position: absolute;
	right: 0; bottom: 0; left: 0;
	width: 100px;
	z-index: 1;

	-webkit-transition: height 2s ease;
	transition: height 2s ease;
}

.loader.complete .loading {
	height: 100%;
}

.resizing .loader .loading {
	background: #5274BB;
	height: 100%;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after { clear: both }


/* ---------- TYPES / CONTENT ---------- */

a { text-decoration: none; color: #5274BB; }
b, strong { font-family: 'GothamBold', arial, sans-serif; }
i, em { font-style: italic; }

.content-wrap .title {
	color: #5273BA;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size: 20px;
	margin-bottom: 17px;
	padding-bottom: 20px;
	padding-right: 70px;
	position: relative;
	text-transform: uppercase;
}
.content-wrap .title:after {
	background: #5274BB;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0px; left: 0;
	width: 20px;
}
.content-wrap .date {
	display: block;
	margin-bottom: 20px;
}
.the-content p {
	margin-bottom: 20px;
}
.the-content img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 1.3em auto ;
}
.the-content img.alignleft  { margin: 0 1.3em 1.3em 0 }
.the-content img.alignright { margin: 0 0 1.3em 1.3em }
.the-content hr {
	background: #DCDCDC;
	border: none;
	height: 1px;
	margin: 20px 0;
}
.back-link {
	color: #444444;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	top: 37px; right: 40px;
	text-transform: uppercase;

	-webkit-transition: all ease 250ms;
	        transition: all ease 250ms;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

	.back-link i {
		font-size: 21px;
		vertical-align: middle;
		display: inline-block;
		position: relative;
		top: -2px;
		margin-right: 3px;
	}

	.back-link:hover {
		opacity: 0.5;
	}

/* .swipe-links {
	display: none;
} */

.the-content-wrapper .swipe-links {
	display: none;
}

/* ---------- BUTTONS ---------- */
.circleArrow {
	position: relative;
	display: inline-block;
	color:  #FFF;
	border: 2px solid #FFF;
	width:  30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all ease 200ms;
	        transition: all ease 200ms;
}

	.circleArrow i {
		font-size:   22px;
		line-height: 24px;
		display: inline-block;
		width:  100%;
		height: 100%;
		position: absolute;
		top: 0;
		-webkit-transition: left ease 200ms;
		        transition: left ease 200ms;
	}
	.circleArrow i.icon-angle-right {
		padding-left: 1px;
	}

	.circleArrow i.circleArrow_default { left: 0 }

	.circleArrow i.circleArrow_hover   { left: -100% }

.circleArrow:hover {
	background: #FFF;
	color:      #5274BB;
}

	.circleArrow:hover i.circleArrow_default { left: 100% }
	.circleArrow:hover i.circleArrow_hover   { left: 0 }


/* Anim bottom */
.circleArrow__dirBottom i { 
	left: 0 !important;
	-webkit-transition: top ease 200ms;
	        transition: top ease 200ms;
}
.circleArrow__dirBottom i.circleArrow_default { top: 0 }
.circleArrow__dirBottom i.circleArrow_hover   { top: -100% }

.circleArrow__dirBottom:hover i.circleArrow_default { top: 100% }
.circleArrow__dirBottom:hover i.circleArrow_hover   { top: 0 }


/* Blue */
.circleArrow_blue {
	color:  #273C65;
	border: 2px solid #273C65;
}
	.circleArrow_blue:hover {
		background: #273C65;
		color:      #FFF;
	}

/* Light blue */
.circleArrow_lightblue {
	color:  #A4B8DF;
	border: 2px solid #A4B8DF;
}

/* ---------- SIDEBAR ---------- */

.sidebar {
	background: #E7E7E7 url('images/bg-sidebar.jpg') repeat 0 0;
	opacity: 1;
	position: fixed;
	top: 0; left: 0; bottom: 0;
	width: 228px;
	z-index: 1000;

	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.resizing .sidebar {
	opacity: 0;
}
.index .sidebar {
	left: -228px;
}

.bellezza-title {
	background: transparent url('images/logo-bellezza.png') no-repeat center center;
	color: transparent;
	display: block;
	font-size: 0;
	height: 158px;
	outline: none;
	/* position: absolute;
	top: 0; right: 0; left: 0; */
	text-indent: 99999px;
	z-index: 100;

	/* -webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease; */
}

	@media (-webkit-min-device-pixel-ratio: 1.25), 
		   (-o-min-device-pixel-ratio: 1.25/1), 
		   (min--moz-device-pixel-ratio: 1.25), 
		   (-moz-min-device-pixel-ratio: 1.25), 
		   (-ms-min-device-pixel-ratio: 1.25), 
		   (min-device-pixel-ratio: 1.25), 
		   (min-resolution: 120dpi), 
		   (min-resolution: 1.25dppx) {
		.bellezza-title {
			background-image: url('images/logo-bellezza@2x.png');
			background-size: 168px 76px;
		}
	}


	.bellezza-title:hover {
		opacity: 0.8;
	}

/* NAV */
.sidebar .navigation {
	/* overflow: hidden; */
	/* padding-top: 158px; */
	position: relative;
}
.sidebar .navigation .menu {
	position: relative;
}
.sidebar .navigation li {
	padding: 0;
	position: relative;
}
.sidebar .navigation li a {
	border-bottom: 1px solid #DDDDDD;
	color: #444444;
	display: block;
	padding: 14px 0;
	text-align: center;
	text-transform: uppercase;
}

/* ACTIVE */
.sidebar .navigation li:before {
	background: transparent;
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 0;
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.sidebar .navigation li.menu-item-has-children:after {
	background: transparent;
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 1px;
	-webkit-transition: top 1s ease 1.5s;
	transition: top 1s ease 1.5s;
}
.sidebar .navigation li.menu-item-has-children.active:after {
	background: #5274BB;
	top: -500px;
}
.sidebar .navigation li.active:before,
.sidebar .navigation li.active-child:before,
.sidebar .navigation li.current-menu-parent:before,
.sidebar .navigation li.current_page_item:before {
	background: #5274BB;
	width: 10px;
}
.sidebar .navigation li.active a,
.sidebar .navigation li.current-menu-parent a,
.sidebar .navigation li.current_page_item a {
	color: #5274BB;
	font-family: 'GothamMedium', arial, sans-serif;
}

.sidebar .navigation li:first-child a {
	border-top: 1px solid #DDDDDD;
}
.sidebar .navigation li.bold > a {
	font-family: 'GothamMedium', arial, sans-serif;
}
.sidebar .navigation li.blue > a {
	color: #5273BA;
}
.sidebar .navigation li.orange > a {
	color: #E4704E;
}
.sidebar .navigation > ul > li:first-child a {
	color: #E4704E;
}
.sidebar .navigation li a:hover {
	font-family: 'GothamMedium', arial, sans-serif;
}

/* SUB NAV */
/* OLD SUB NAV
.sidebar .navigation li .sub-menu {
	background: #5274BB;
	display: block;
	padding: 0 10px;
	position: fixed;
	top: -50px; left: 228px;
	width: 864px;
}
.sidebar .navigation li.current-menu-parent .sub-menu {
	top: 0;
}
.sidebar .navigation li .sub-menu li {
	display: inline-block;
}
.sidebar .navigation li .sub-menu a {
	border: none;
	color: #ffffff;
	display: block;
	font-family: 'gothamBold', arial, sans-serif;
	opacity: 0.8;
	padding: 14px 10px;
	width: auto;
}
.sidebar .navigation .sub-menu li.active a,
.sidebar .navigation .sub-menu li.current_page_item a {
	opacity: 1;
}*/

/* New sub menu not child of nav */
.content .sub-nav {
	background: #5274BB;
	display: block;
	padding: 0 10px;
	position: absolute;
	top: 0; 
	right: 0;
	left: 0;
	z-index: 10;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}
.content .sub-nav .display-sub-nav {
	display: none;
}
.content .sub-nav li {
	display: inline-block;
}
.content .sub-nav a {
	border: none;
	color: #ffffff;
	display: block;
	font-family: 'gothamBold', arial, sans-serif;
	opacity: 0.8;
	padding: 14px 10px;
	width: auto;
	text-transform: uppercase;
}
.content .sub-nav li.active a,
.content .sub-nav li.current_page_item a,
.content .sub-nav li:hover a {
	opacity: 1;
}

/* Hide original sub menu */
.sidebar .navigation li .sub-menu {
	display: none;
}


/* BOTTOM */
.side-bottom {
	background: #E7E7E7 url('images/bg-sidebar.jpg') repeat 0 0;
	padding: 0 11px;
	position: absolute;
	right: 0; bottom: 0; left: 0;
}

.book-now {
	background: #5274BB;
	color: #ffffff;
	display: block;
	font-family: 'GothamMedium', arial, sans-serif;
	line-height: 42px;
	margin-bottom: 10px;
	text-align: center;
	-webkit-transition: background 0.5s ease, color 0.5s ease;
	transition: background 0.5s ease, color 0.5s ease;
}
.side-bottom > .book-now {
	border: 4px solid #5274BB;
}
	.book-now:hover {
		background: transparent;
		color: #5274BB;
	}

/* Newsletter */
.newsletter {
	margin-bottom: 20px;
}

.newsletter form {
	position: relative;
}
.newsletter i {
	position: absolute;
	color: #999;
	top:  12px;
	left: 12px;
}

input.newsletter-email {
	background: #ffffff;
	border: none;
	color: #999999;
	display: block;
	font-family: Arial, sans-serif;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 10px 0 35px;
	width: 100%;
}

.newsletter input[type="submit"] {
	display: none;
}

/* Call us */
.call-us,
.call-us a {
	color: #5272B8;
	line-height: 35px;
	text-align: center;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	cursor: default;
}
.call-us {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

/* Liens social */
.social {
	font-size: 0;
	padding: 10px 0;
	text-align: center;
}
	.social li {
		display: inline-block;
		margin: 0 0 0 15px;
	}
		.social li:first-child {
			margin: 0;
		}

a.linkSocial, .linkSocial {
	display: inline-block;
	font-size: 20px;
	width:  40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #999;
	color: #777;

	-webkit-transition: all ease 200ms;
	        transition: all ease 200ms;
}

a.linkSocial__white, .linkSocial__white {
	color: #FFF;
	border-color: #FFF;
}


	a.linkSocial:hover, .linkSocial:hover {
		opacity:0.8 !important;
	}

	.linkSocial i {
		position: relative;
	}

	.linkSocial i.icon-facebook    { top:  1px }
	.linkSocial i.icon-twitter     { left: 1px }
	.linkSocial i.icon-google-plus { top:  2px; left: 1px }
	.linkSocial i.icon-pinterest   { left: 2px }

/* .sidebar .side-bottom .social a, 
.footer-mobile .side-bottom .social a {
	background: transparent;
	border: 1px solid #777777;
	display: block;
	height: 40px;
	width: 40px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.sidebar .side-bottom .social a:hover, 
.footer-mobile .side-bottom .social a:hover {
	opacity: 0.8;
}
.sidebar .side-bottom .social a.facebook,
.footer-mobile .side-bottom .social a.facebook {
	background: transparent url('images/sidebar-facebook.png') no-repeat center center;
}
.sidebar .side-bottom .social a.twitter,
.footer-mobile .side-bottom .social a.twitter {
	background: transparent url('images/sidebar-twitter.png') no-repeat center center;
}
.sidebar .side-bottom .social a.gplus,
.footer-mobile .side-bottom .social a.gplus  {
	background: transparent url('images/sidebar-gplus.png') no-repeat center center;
}
.sidebar .side-bottom .social a.pinterest,
.footer-mobile .side-bottom .social a.pinterest {
	background: transparent url('images/sidebar-pinterest.png') no-repeat center center;
} */


/* Credits */
.credits {
	padding: 8px 0 11px;
	text-align: center;
}

.credits a {
	color: #444444;
}

.open-sidebar {
	display: none;
}

@media only screen and (max-height:820px) {
	.bellezza-title {
		height: 110px;
	}
}
@media only screen and (max-height:770px) {
	.sidebar .navigation li a {
		padding: 11px 0;
	}
	.book-now {
		line-height: 35px;
	}
	.newsletter {
		margin-bottom: 11px;
	}
	.credits {
		padding-top: 0;
	}
}

@media only screen and (max-height:680px) {
	.sidebar .navigation li a {
		padding: 8px 0;
	}
	.book-now {
		line-height: 30px;
	}
}

@media only screen and (max-height:640px) {
	.bellezza-title {
		height: 85px;
		background-size: 133px 60px;
	}
	.credits {
		display: none;
	}
}



/* ---------- HOMEPAGE ---------- */

/* SPLASHSCREEN */

.content-wrap .splashscreen {
	background: #6e80a8 url('https://www.bellezzaspa.com/wp-content/uploads/2018/04/Bellezza-Luxury-Spa-High-End-Salon.jpg') no-repeat left center;
	background-size: auto 100%;
	/*background: #6e80a8;*/
	position: relative;
	height: 100%;
	width:  100%;
	z-index: 100;
	opacity: 1;

	/* -webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease; */
}
.index .content-wrap {
	opacity: 0;
	-webkit-backface-visibility:hidden;
	        backface-visibility:hidden;
}
.content-wrap .splashscreen img {
	display: block;
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
}
.hp-slider {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
.hp-slider .rsUni .rsBullets {
	overflow: visible;
	position: absolute;
	right: 20px; 
	top:   50%;
	width: 16px;
	margin-top: -50px;
}
.hp-slider .rsUni .rsBullet {
	border-radius: 50%;
	background: transparent;
	border: 1px solid #ffffff;
	display: block;
	height: 10px;
	margin: 5px 0;
	padding: 2px;
	width: 10px;
	cursor: pointer;

	-webkit-transition: all ease 200ms;
	        transition: all ease 200ms;
}

.hp-slider .rsUni .rsBullet:hover {
	-webkit-transform: scale(1.15);
	        transform: scale(1.15);
}
.hp-slider .rsUni .rsBullet span {
	border-radius: 50%;
	background: transparent;
	height: 10px;
	width:  10px;

	-webkit-transition: all ease 200ms;
	        transition: all ease 200ms;
}
.hp-slider .rsUni .rsBullet.rsNavSelected span {
	background: #ffffff;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: #6e80a8;
}
.rsSlide:first-child {
	opacity: 1;
	display: block;
}
.content-wrap .splashscreen .rsOverflow {
	width:  100% !important;
	height: 100% !important;
}
.rsABlock {
	position: static;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

.rsContent {
	-webkit-background-size: cover;
			background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}
.content-wrap .splashscreen .title-splash {
	color: #ffffff;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size: 40px;
	height: 200px;
	/* margin-top: -100px; */
	position: absolute;
	right: 20px; 
	left:  20px;
	top: 50%; 
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	text-align: center;
}
.home .content-wrap .splashscreen .title-splash,
.home .content-wrap .splashscreen .title-splash .book-online {
	opacity: 0;
}
.content-wrap .splashscreen .title-splash.mobile-content {
	display: none;
}
.content-wrap .splashscreen .title-splash strong {
	display: block;
	font-size: 90px;
	margin: -4px 0 18px;
}
.content-wrap .splashscreen .title-splash .book-online {
	text-transform: uppercase;
	background: transparent;
	border: 4px solid #ffffff;
	color: #ffffff;
	display: inline-block !important;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size: 16px;
	padding: 12px 17px 11px;
	-webkit-transition: all ease 200ms;
			transition: all ease 200ms;
}
.content-wrap .splashscreen .title-splash .book-online:hover {
	background: #ffffff;
	color: #5274BB;
}

.scroll-down {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	padding-bottom: 40px;
	position: absolute;
	right: 0; bottom: 30px; left: 0;
	text-align: center;
	z-index: 500;
}
	.scroll-down .circleArrow {
		position: absolute;
		left: 50%; bottom: 0;
		margin-left: -15px;
		-webkit-animation: arrow-anim 1.5s infinite;
		animation: arrow-anim 1.5s infinite;
	}

	.scroll-down:hover .circleArrow {
		background: #FFF;
		color:      #5274BB;
	}
	.scroll-down:hover .circleArrow__dirBottom i.circleArrow_default { top: 100% }
	.scroll-down:hover .circleArrow__dirBottom i.circleArrow_hover   { top: 0 }

/* HOME SCROLL */

.homepage {
	/* background: #8a9abe url('https://www.bellezzaspa.com/wp-content/uploads/2014/05/lobby.jpg') no-repeat 682px center;
	background-size: auto 100%; */
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 100;
}
.homepage.ok {
	background-position: 910px center;
	background-attachment: fixed;
}
.homepage .content.level-01 {
	overflow: hidden;
	font-size: 0;
	background: #5274BB;
}

.homepage .js-homeBloc { 
	opacity: 0;
}

.homepage .content.level-01 .scroll-inner {
	position: absolute;
	overflow: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: -18px;
}

.homepage .presentation {
	background: #3E5E9F;
	color: #D8DFEB;
	font-size: 14px;
	line-height: 1.6em;
	padding: 34px 30px 34px 23px;
}
.homepage .presentation .title {
	color: #ffffff;
}
.homepage .presentation .title:after {
	background: #ffffff;
}
.left-col,
.right-col {
	position: relative;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.left-col {
	z-index: 2;
}
/* LEFT */
.article {
	background: #fff;
	display: inline-block;
	font-size: 14px;
	height: 216px;
	padding: 18px;
	position: relative;
	width: 50%;
	vertical-align: top;
}
.article:before {
	background: #DDDDDD;
	content: '';
	display: block;
	position: absolute;
	top: 10px; left: 0; bottom: 10px;
	width: 1px;
}
.article:first-child:before {
	display: none;
}
.article .date {
	color: #5273BA;
	font-size: 13px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.article .article-title {
	color: #1D1D1D;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.article .article-title a,
.post h2 a {
	color: inherit;
}
.article .permalink {
	border: 2px solid #5274BB;
	color: #5274BB;
	display: block;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size: 14px;
	padding: 8px 9px;
	position: absolute;
	left: 18px; bottom: 18px;

	-webkit-transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
}
.article .permalink:hover {
	background: #5274BB;
	color: #ffffff;
}

.discover {
	display: block;
	font-size: 20px;
	height: 216px;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 2;
}
	.discover:after,
	.discover_bg {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
	}
		
	.discover:after {
		content: " ";
		background: rgba(228, 112, 78, 0.87);
		z-index: -1;
	}

	.discover_bg {
		background: url('images/content/hp-discover.jpg') no-repeat 0 0;
		background-size: cover;
		z-index: -2;
		-webkit-transition: all 2s linear;
				transition: all 2s linear;
	}

	.discover:hover .discover_bg {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}

.discover h2 {
	color: #ffffff;
	font-size: 20px;
	height: 72px;
	line-height: 1.2em;
	margin: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	text-transform: uppercase;
}
.discover h2 b {
	font-family: 'GothamMedium', arial, sans-serif;
}
.discover .img {
	height: auto;
	width: 100%;
}

.twitter,
.facebook {
	background: #ffffff;
	display: inline-block;
	font-size: 13px;
	height: 216px;
	padding: 18px;
	position: relative;
	vertical-align: top;
	width: 50%;
}
.facebook:before {
	background: #DDDDDD;
	content: '';
	display: block;
	position: absolute;
	top: 10px; left: 0; bottom: 10px;
	width: 1px;
}
.social-network .profile {
	display: block;
	font-size: 14px;
	font-family: 'GothamMedium', arial, sans-serif;
	line-height: 19px;
	min-height: 19px;
	margin-bottom: 18px;
}

.social-network .profile i {
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

.social-network .twitter .profile {
	color: #53ACEC;
}
.social-network .facebook .profile {
	color: #45619D;
}


.social-network p {
	font-size: 12px;
	line-height: 1.4em;
}
.social-network p a {
	color: #DC6746;
}
.social-network .date {
	color: #5273BA;
	font-size: 13px;
	position: absolute;
	text-transform: uppercase;
	left: 18px; right: 18px; bottom: 26px;
}

.gmap {
	height: 216px;
	position: relative;
	width: 100%;
}
.gmap .bg.contact-map {
	left: 0;
}

/* RIGHT */
.offer {
	display: block;
	background: #5274BB;
	height: 216px;
}

	.offer .cache-img,
	.offer .offer-detail {
		display: inline-block;
		font-size: 16px;
		width: 50%;
		vertical-align: top;
	}

	.offer .cache-img {
		overflow: hidden;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.offer .offer-img {
		display: none;
		min-height: 100%;
		min-width:  100%;
		/* -webkit-transition: all 2s linear;
				transition: all 2s linear */;
	}

	.offer .offer-detail {
		height: 100%;
		padding: 25px 22px 18px;
		position: relative;
	}

	.offer:nth-child(even) .cache-img {
		float: right;
	}

	.offer .offer-detail:before {
		content: '';
		position: absolute;
		width:  0;
		height: 0;
		border-style: solid;
		border-width: 14px 14px 14px 0;
		border-color: transparent #5274BB transparent transparent;
		margin-top: -14px;
		top: 50%; left: -14px;
	}

	.offer:nth-child(even) .offer-detail:before {
		border-width: 14px 0 14px 14px;
		border-color: transparent transparent transparent #5274BB;
		left: auto; right: -14px;
	}

.offer .offer-detail .circleArrow {
	position: absolute;
	top: 20px; right: 20px;
}

.offer:hover .circleArrow i.circleArrow_default { left: 100% }
.offer:hover .circleArrow i.circleArrow_hover   { left: 0 }
.offer:hover .circleArrow_blue {
	background: #273C65;
	color:      #FFF;
}

/* .offer:hover .offer-img {
	transform: scale(1.2);
} */

.offer-title {
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-family: 'GothamMedium', arial, sans-serif;
	padding-right: 35px;
}
.offer-subtitle {
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2em;
	padding: 10px 0 0;
	position: relative;
}
.offer-date.offer-date {
	color: #ffffff;
	font-size: 13px;
	opacity: 0.8;
	position: absolute;
	padding-top: 19px;
	left: 22px; bottom: 18px; right: 22px;
}
.offer-date:after {
	background: #ffffff;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
}

/* GMAP */
.gmap .google-map {
	height: 216px;
	width: 100%;
}


/* ---------- AJAX LOADED PAGE ---------- */

.loaded-page,
.loaded-page-ok {
	position: absolute;
	top: 0; bottom: 0; left: -100%;
	width: 100%;
	z-index: 500;
}
.loaded-page-ok {
	left: 0;
	z-index: 450;
}



/* ---------- SERVICES PAGES ---------- */

.theme-page {
	display: block;
	height: 100%;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
/*.ajax .theme-page {
	left: -100%;
}*/
.loaded-page .theme-page,
.ajax .loaded-page-ok .theme-page {
	left: 0;
}


.theme-page .content .inner-content,
.homepage .content.level-02 .inner-content {
	padding: 36px 83px;
}
.theme-page .content .inner-content.services {
	padding: 78px 40px 36px;
}

.theme-page .content .mCSB_container.mCS_no_scrollbar .inner-content.services {
	padding-right: 30px;
}

.listing > li {
	border-bottom: 1px solid #DCDCDC;
}
.listing > li:first-child {
	border-top: 1px solid #DCDCDC;
}
.listing_link {
	background: #ffffff;
	color: #5274BB;
	display: block;
	font-size: 16px;
	font-family: 'GothamMedium', arial, sans-serif;
	overflow: hidden;
	padding: 24px 20px;
	position: relative;
	text-transform: uppercase;

	-webkit-transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
}

.listing_link,
.listing_link * {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
li:nth-child(even) > .listing_link {
	background: #F6F6F6;
}
a.listing_link:hover,
a.listing_link.active {
	background: #5274BB;
	color: #ffffff;
	padding-right: 60px;
}

.listing_link .circleArrow {
	position: absolute;
	margin-top: -15px;
	opacity: 0;
	top: 50%; right: -35px;

	-webkit-transition: opacity 0.7s ease, right 0.3s ease;
	transition: opacity 0.7s ease, right 0.3s ease;
}
a.listing_link:hover .circleArrow {
	color: #273C65;
	opacity: 1;
	right: 20px;
}

a.listing_link:hover .circleArrow i.circleArrow_default { left: 100% }
a.listing_link:hover .circleArrow i.circleArrow_hover   { left: 0 }
a.listing_link:hover .circleArrow_blue {
	background: #273C65;
	color:      #FFF;
}

.listing_link .listing_link-mobileArrow { display: none }

.listing_link span {
	color: #444444;
	font-family: 'GothamBook', arial, sans-serif;
	float: right;
	text-transform: none;
}
a.listing_link:hover span,
a.listing_link.active span {
	color: #ffffff;
}

/* LEVEL-01 DISABLED */
.theme-page .content.level-01.disabled          { left: 648px }
/* .theme-page .content.level-01.disabled .sub-nav { left: 876px } */
}
.theme-page .content.level-01.disabled .mCSB_container {
	/*height: 100%;*/
}
.theme-page .content .mCSB_container {
	position: relative;
}
.theme-page .content .mCSB_container.mCS_no_scrollbar {
	position: static !important;
}
/*.theme-page .content.level-01.disabled .overlay {
	display: block;
}*/

.theme-page .content.level-01 + .overlay {
	z-index: 100;
}
.theme-page .content.level-01.disabled + .overlay {
	display: block;
}

/* LEVEL-02 */
.theme-page .content.level-02,
.homepage .content.level-02 {
	width: 658px;
	z-index: 200;
}
.theme-page .content.level-02.empty,
.homepage .content.level-02.empty {
	left: -658px;
}
.theme-page .content.level-02 .mCSB_container.mCS_no_scrollbar,
.homepage .content.level-02 .mCSB_container.mCS_no_scrollbar {
	margin-right: 0;
}

/* LEVEL-02 / BLOG */
@media screen and (min-width: 1200px) {
	.blog .content.level-02 {
		width: 876px;
		z-index: 200;
	}
	.blog .content.level-02.empty {
		left: -876px;
	}
}

/* ---------- TEAM ---------- */

.tableList_item {
	background: #EFEFEF;
	display: table;
	min-height: 216px;
	width: 100%;
	font-size: 0;
}

.tableList_item.active {
	background: #5274BB;
}
.tableList_item.active .infos {
	background: transparent !important;
}

.tableList_item .img,
.tableList_item .infos {
	display: table-cell;
	font-size: 14px;
	min-height: 250px;
	vertical-align: top;
	position: relative;
}

.tableList_item .inner {
	position: relative;
}

.tableList_item .img {
	height: auto;
	width: 30%;
	background-color: #EFEFEF;
	background-size: cover;
	background-position: center;
}

	.tableList_item .img .inner {
			position: absolute;
			top: 0; right: 0; bottom: 0; left: 0;
			overflow: hidden;
		}
			.tableList_item .img .inner:after {
				content: '';
				position: absolute;
				width:  0;
				height: 0;
				border-style: solid;
				border-width: 14px 14px 14px 0;
				border-color: transparent #F6F6F6 transparent transparent;
				margin-top: -14px;
				top: 50%; 
				right: -1px;
			}

			.tableList_item.active .img .inner:after {
				border-color: transparent #5274BB transparent transparent;
			}

	.tableList_item img {
		display: none;
	}

.tableList_item .infos {
	color: #686868;
	background: #F6F6F6;
	font-size: 13px;
	line-height: 1.4em;
	width: 70%;
}

	.tableList_item .infos .inner:before {
		background: rgba(0, 0, 0, 0.15);
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		top: -1px; left: 10px; right: 10px;
		z-index: 10;
	}

	.tableList_item:first-child .infos .inner:before {
		display: none;
	}

.tableList_item__block {
	display: block;
}
	
	.tableList_item__block .img,
	.tableList_item__block .infos {
		display: inline-block;
	}

	.tableList_item__block .infos {
		transition: all ease 300ms;
		max-height: 250px;
		-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
	}

	.tableList_item__block .infos:after {
		content:" ";
		display: block;
		position: absolute;
		bottom: 0;
		left  : 0;
		right : 0;
		z-index: 5;
		height: 130px;
		background: -moz-linear-gradient(top,  rgba(246,246,246,0) 0%, rgba(246,246,246,1) 50%, rgba(246,246,246,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,0)), color-stop(50%,rgba(246,246,246,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 50%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 50%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 50%,rgba(246,246,246,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 50%,rgba(246,246,246,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
		transition: all ease 300ms;
	}

	.tableList_item__block .infos .readmore {
		position: absolute;
		bottom: 20px;
		left: 20px;
		z-index: 8;
	}

	.tableList_item__block .infos.open {
		max-height: 800px;
		padding-bottom: 50px;
	}
	.tableList_item__block .infos.open:after {
		opacity: 0;
		visibility: hidden;
	}


.member h2 {
	color: #1D1D1D;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.member .job {
	color: #5272B8;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.member .infos .inner {
	padding: 20px 20px 12px;
}

.member .infos p {
	margin-bottom: 10px;
}



.members-filters {
	border-top:    1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.members-filters .filters-title {
	color: #444444;
	cursor: pointer;
	font-size: 16px;
	padding: 11px 20px;
	position: relative;
}

	i.filters-arrow {
		font-size: 22px;
		position: absolute;
		right: 19px;
		top: 7px;
		font-weight: bold;
		-webkit-transition: all 200ms ease;
				transition: all 200ms ease;
	}

	.opened i.filters-arrow {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

	.members-filters .filters-title span i {
		display: none;
		position: static;
	}
	
.members-filters .filters-list {
	display: none;
	padding: 0 10px 10px;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.members-filters .filters-list ul {
	font-size: 0;
}
.members-filters .filters-list li {
	display: inline-block;
	padding: 0 10px 10px;
	width: 50%;
}
.members-filters .filters-list li .filter {
	background-color: #EAEAEA;
	background-position: right center;
	border: none;
	cursor: pointer;
	color: #6A6A6A;
	display: block;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size:11px;
	height: 30px;
	line-height:30px;
	outline: none;
	padding: 0 10px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;

	-webkit-transition: background 0.5s ease, color 0.5s ease;
	transition: background 0.5s ease, color 0.5s ease;
}
.members-filters .filters-list li.current-cat .filter,
.members-filters .filters-list li .filter.active {
	background: #5274BB url('images/filter-active.png') no-repeat right center;
	color: #ffffff;
}


/* ---------- OFFERS ---------- */


.one-offer .infos .inner {
	padding: 20px 20px 25px;
}

.one-offer h2 {
	color: #1D1D1D;
	font-size: 16px;
	margin-bottom: 5px;
}
.one-offer.active h2 {
	color: #ffffff;
}

.one-offer .infos .offer-title {
	color: #5274BB;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.one-offer.active .infos .offer-title {
	color: #ffffff;
}

.one-offer .infos .offer-subtitle {
	color: #444444;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 10px;
	padding: 0;
}
.one-offer.active .infos .offer-subtitle {
	color: #D8DFEB;
}

.offer-offers {
	color: #5274BB;
	display: block;
	font-size: 16px;
	font-family: 'GothamMedium', arial, sans-serif;
	margin-bottom: 18px;
	text-transform: uppercase;
	line-height: 1.5;
}

.one-offer.active .infos .offer-offers { color: #ffffff }

.one-offer .infos .over {
	color: #93A7D2;
	font-size: 13px;
	padding-top: 19px;
	padding-right: 120px;
	position: relative;
	text-transform: uppercase;
}

.availability,
.valid-until {
	font-size: 13px;
	padding-top: 19px;
	position: relative;
	text-transform: uppercase;
}


.over:before,
.availability:before,
.valid-until:before {
	background: #CCC;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 0; left: 0;
	width: 20px;
}

.one-offer.active .infos .availability {
	color: #DCE3F1;
}
.one-offer.active .infos .over:before,
.one-offer.active .infos .availability:before,
.one-offer.active .infos .valid-until:before {
	background: #FFF;
}

.availability-days {
	display: block;
	text-transform: none;
}

.one-offer .infos .over:before {
	background: #5274BB;
}

.one-offer .infos .readmore {
	position: static;
	margin-top: 17px;
}

.offer-subtitle--detail {
	text-transform: uppercase;
}

.availability--detail {
	color: #888;
}


/* ---------- BLOG ---------- */

.post h2 {
	color: #1D1D1D;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.post .infos .inner {
	padding: 20px 20px 25px;
}
.post .infos p {
	margin-bottom: 10px;
}
.post .infos .date {
	color: #93A7D2;
	font-size: 13px;
	text-transform: uppercase;
}
.post .infos .the-content {
	color: #686868;
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.readmore,
.post .infos .permalink {
	border: 2px solid #5274BB;
	color: #5274BB;
	display: inline-block;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size: 14px;
	padding: 6px 10px;
	text-transform: uppercase;

	-webkit-transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
}
.readmore.big,
.post .infos .permalink.big {
	font-size: 18px;
	padding: 8px 15px;
}

.readmore:hover,
.post .infos .permalink:hover {
	background: #5274BB;
	color: #ffffff;
}

.readmore.white,
.post .infos .permalink.white {
	border-color: #FFF;
	color: #FFF;
}

.readmore.white:hover,
.post .infos .permalink.white:hover {
	background: #FFF;
	color: #5274BB;
}

/* HOT ARTICLES */
.theme-page .content .hot-articles {
	display: none;
}
.hot-articles {
	font-size: 0;
}
.bg.hot-articles {
	display: block;
}
.bg.hot-articles ul {
	position: absolute;
	top: 0; left: 10px; bottom: 0;
	width: 100%;
}
.content-wrap-inner .theme-page .hot-articles .hot-article, 
.theme-page .hot-articles .hot-article {
	background: #5274BB;
	display: inline-block;
	font-family: 'GothamBook', arial, sans-serif;
	/* max-height: 360px; */
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 50%;
}
.content-wrap-inner .theme-page .hot-articles .hot-article:before,
.theme-page .hot-articles .hot-article:before {
	display: none;
}
.content-wrap-inner .theme-page .hot-articles .hot-article a,
.theme-page .hot-articles .hot-article a {
	color: #ffffff;
	opacity: 1;
	padding: 0;
}

.theme-page .hot-articles .hot-article a.hot-article-img-link {
	display: block;
	padding: 0 0 80%;
	background-size: cover;
}

.hot-articles .hot-article img {
	display: block;
	width: auto;
	height: 100%;
	min-width: 100%;
}
.hot-articles .hot-article .front .txt {
	height: 80px;
	margin: auto;
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
}
.hot-articles .hot-article .ha {
	color: #ffffff;
	display: block;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.hot-articles .hot-article .the-title {
	color: #ffffff;
	font-size: 50px;
	font-family: 'GothamBoLd', arial, sans-serif;
	line-height: 50px;
	text-transform: uppercase;
}

.hot-articles .hot-article .description {
	background: #4F6EAE;
	color: #ffffff;
	display: block;
	font-size: 20px;
	opacity: 0;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 100;

	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.hot-articles .hot-article .description:before {
	content: " ";
	position: absolute;
	top: 20px; right: 20px; bottom: 20px; left: 20px;
	border: 1px solid #ffffff;
}

.hot-articles .hot-article .the-content {
	line-height: 24px;
	padding: 0;
	position: absolute;
	top: 50%; 
	right: 30px; left: 30px;
	-webkit-transform: translateY(-40%);
	        transform: translateY(-40%);
	opacity: 0;
	text-transform: uppercase;
	vertical-align: middle;

	-webkit-transition: all ease 300ms;
	        transition: all ease 300ms;
}
.hot-articles .hot-article .the-content p {
	overflow: hidden;
	margin-bottom: 20px;
}

.hot-articles .hot-article .the-content .social-wrap {
	text-align: center;
	z-index: 200;
}

	.hot-articles .hot-article:hover .description {
		opacity: 1;
	}

	.hot-articles .hot-article:hover .description .the-content {
		-webkit-transform: translateY(-50%) !important;
		        transform: translateY(-50%) !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

.bg.hot-articles .hot-article {
	height: 33.33%;
	max-height: none;
	min-width: 0;
}

.bg.hot-articles .hot-article a.hot-article-img-link { 
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.bg.hot-articles .hot-article img { min-width: 0 }

.mobile-content .hot-articles { display: none }

.nav-articles {
	height: 200px;
	margin-top: -100px;
	position: absolute;
	top: 50%; left: 0;
	z-index: 150;

	-webkit-transition: left 0.5s ease;
	transition: left 0.5s ease;
}
.nav-articles {
	left: 700px;
}
/* .disabled .nav-articles .swipe-links {
	display: block;
} */
.nav-articles .swipe-links .link {
	font-size: 0;
	height: 80px;
}
.nav-articles .prev,
.nav-articles .next {
}
.nav-articles a {
	display: block;
	font-size: 0;
	height: 80px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 100px;
	-webkit-transition: opacity ease 200ms;
	        transition: opacity ease 200ms;
}
.nav-articles a:hover { opacity: 0.5 }

@media screen and (min-width: 1200px) {
	.nav-articles {
		left: 930px;
	}
}

.nav-articles .swipe-prev {
	background: transparent url('images/prev-article.png') no-repeat center center;
}
.nav-articles .swipe-next {
	background: transparent url('images/next-article.png') no-repeat center center;
}
.nav-articles .label {
	color: #696867;
	font-size: 14px;
	line-height: 18px;
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

/* Pagination */
.page-numbers {
	display: block;
	font-size: 17px;
	margin: 20px 0;
}

.page-numbers li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.page-numbers a,
.page-numbers .current {
	display: inline-block;
	width:  27px;
	height: 27px;
	text-align: center;
	line-height: 27px;
}

.page-numbers .current {
	background: #5274BB;
	color: #FFF;
}

.page-numbers a {
	color: #5274BB;
	-webkit-transition: all ease 200ms;
	transition: all ease 200ms;
}

	.page-numbers a:hover { background: #F0F0F0 }



/* ---------- CONTACT ---------- */


.contact-form {
	margin-top: 40px;
	margin-bottom: 40px;
}
.contact-form .form-el {
	display: block;
	height: auto;
	margin-bottom: 10px;
	position: relative;
}
div.wpcf7-validation-errors {
	display: none !important;
}
.contact-form .double .form-el {
	float: left;
	width: 50%;
}
.contact-form .double .form-el:first-child {
	padding-right: 5px;
}
.contact-form .double .form-el:first-child + .form-el {
	padding-left: 5px;
}
.contact-form .form-el label {
	color: #A1A1A1;
	font-family: arial, sans-serif;
	/* font-size: 14px;
	position: absolute;
	top: 7px; left: 12px;
	z-index: 100; */
	display: none;
}
.contact-form .form-el input,
.contact-form .form-el textarea {
	border: 1px solid #A1A1A1;
	display: block;
	color: #A1A1A1;
	font-size: 14px;
	font-family: arial, sans-serif;
	height: 35px;
	margin: 0;
	padding: 0 12px;
	width: 100%;
}

textarea.wpcf7-not-valid,
input.wpcf7-not-valid { border-color: #E00 !important }
span.wpcf7-not-valid-tip { color: #E00 !important }

.contact-form .form-el.textarea,
.contact-form .form-el textarea {
	height: 175px;
	resize: none;
}
.contact-form .form-el textarea {
	padding: 9px 11px;
}

.contact-form .submit {
	text-align: right;
}
.contact-form .submit input {
	background: transparent;
	border: 2px solid #5274BB;
	color: #5274BB;
	cursor: pointer;
	display: inline-block;
	font-family: 'GothamMedium', arial, sans-serif;
	font-size: 14px;
	margin: 10px 0 0;
	padding: 7px 12px;
	text-transform: uppercase;

	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.contact-form .submit input:hover {
	background: #5274BB;
	color: #ffffff;
}

.single .the-content h2,
.page .the-content h2 {
	color: #1D1D1D;
	font-family: 'GothamMedium', arial;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page .the-content h3 {
	color: #5273BA;
	font-family: 'GothamMedium', arial;
	font-size: 16px;
	margin: 20px 0 10px;
	text-transform: uppercase;
}
.page .the-content ul {
	margin-bottom: 0.8em;
	margin-left: 17px;
}

.page .the-content ul li {
	color: #696969;
	font-size: 14px;
	list-style: disc;
}
.page .the-content ul li strong {
	display: inline-block;
	font-weight: normal;
	font-family: 'GothamBook', arial;
	width: 145px;
}

.bg.contact-map {
	background: #d4d4d4;
}
.bg.contact-map iframe {
	display: block;
	height: 100%;
	opacity: 0;
	width: 100%;
}
#map-canvas {
	height: 100%;
	width: 100%;
}

@-webkit-keyframes arrow-anim{
	0%{
		-webkit-transform:translate(0,0);
		transform:translate(0,0)
	}
	50%{
		-webkit-transform:translate(0, 40%);
		transform:translate(0, 40%)
	}
	100%{
		-webkit-transform:translate(0,0);
		transform:translate(0,0)
	}
}
@-ms-keyframes arrow-anim{
	0%{
		-webkit-transform:translate(0,0);
		transform:translate(0,0)
	}
	50%{
		-webkit-transform:translate(0, 40%);
		transform:translate(0, 40%)
	}
	100%{
		-webkit-transform:translate(0,0);
		transform:translate(0,0)
	}
}
@keyframes arrow-anim{
	0%{
		-webkit-transform:translate(0,0);
		transform:translate(0,0)
	}
	50%{
		-webkit-transform:translate(0, 40%);
		transform:translate(0, 40%)
	}
	100%{
		-webkit-transform:translate(0,0);
		transform:translate(0,0)
	}
}


/* Giftcards */
.giftcard {
	background: #F3F3F3;
	padding: 20px;
	width: 49%;
	margin-top: 2%;
}

	.page .the-content .giftcard h3 {
		color: #FFF;
		background: #5273BA;
		padding: 10px 20px;
		margin: -20px -20px 15px;
	}

	.giftcard p {
		font-size: 20px;
		text-align: right;
		margin-bottom: 0 !important;
	}

.giftcard:nth-child(odd) {
	float: left;
	clear: both;
}
.giftcard:nth-child(even) {
	float: right;
}

@media screen and (max-width: 760px) {
	.giftcard {
		float: none;
		width: 100%;
	}
}

/* ---------- FOOTER ---------- */

.footer-mobile {
	display: none;
}

.clearfix {
	clear: both;
}

.content-wrap .mobile-content,
.global .mobile-content {
	display: none;
}


.bg                    { background-image: url('https://www.bellezzaspa.com/wp-content/uploads/2014/05/lobby.jpg') }
.hair .bg              { background-image: url('images/pictures-right/desktop/hair.jpg') }
.nail .bg              { background-image: url('images/pictures-right/desktop/nail.jpg') }
.spa .bg               { background-image: url('images/pictures-right/desktop/spa.jpg') }
.med-spa .bg           { background-image: url('images/pictures-right/desktop/med_spa.jpg') }
.offers .bg            { background-image: url('images/pictures-right/desktop/offers.jpg') }
.team .bg              { background-image: url('images/pictures-right/desktop/team.jpg') }
.credits .bg           { background-image: url('images/pictures-right/desktop/credits.jpg') }
.gift-certificates .bg { background-image: url('images/pictures-right/desktop/gift_card.jpg') }

/* ---------- RESPONSIVE < 1120 ---------- */

@media screen and (max-width: 1280px) {

	/* GLOBAL */
	/* .content .sub-nav, */
	.content-wrap .content {
		width: 720px;
	}
	.content-wrap .homepage.ok {
		background-position: 480px center;
	}
	.global .content-wrap .homepage {
		background-attachment: scroll;
		background-position: 480px center;
	}
	.bg {
		left: 710px;
	}
	.overlay {
		position: absolute;
		left: 0;
		width: 100%;
	}
	
	/* SPLASHSCREEN */
	.content-wrap .splashscreen {
		background-position: -268px center;
	}
	.content-wrap .splashscreen .title-splash strong {
		font-size: 70px;
		margin: 2px 0 18px;
	}
	/* HOMEPAGE */
	.content-wrap .social-network .profile {
		margin-bottom: 8px;
	}
	.content-wrap .social-network p {
		max-height: 128px;
		overflow: hidden;
	}
	.content-wrap .social-network .date {
		bottom: 10px;
	}
	.content-wrap .article .permalink {
		font-size: 12px;
	}

	/* SIDEBAR */

	/* TEAM */
	.members-filters .filters-list li {
		padding: 0 5px 10px;
	}

	/* BLOG */
	.disabled + .overlay .nav-articles {
		left: 660px;
	}
	.disabled + .overlay .nav-articles .label {
		width: 150px;
	}

}

/* ---------- RESPONSIVE < 960 ---------- */

.hamburger {
	position: relative;
	display: block;
	font-size: 0;
	width: 40px;
	height: 37px;
	outline: 0;
	cursor: pointer;
}
	.hamburger span {
		position: absolute;
		display: block;
		top: 17px;
		left: 7px;
	}
	.hamburger span,
	.hamburger span:before,
	.hamburger span:after {
		width: 25px;
		height: 3px;
		background: #5273BA;
		-webkit-transition: all ease 200ms;
		transition: all ease 200ms;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.hamburger span:before,
	.hamburger span:after {
		content: " ";
		display: block;
		position: absolute;
	}
	.hamburger span:before {
		top: -6px;
	}
	.hamburger span:after {
		top: 6px;
	}

	.hamburger:hover span {
		opacity: 0.7;
	}
.hamburger__blanc span,
.hamburger__blanc span:before,
.hamburger__blanc span:after {
	background: #FFF;
}

.hamburger__cross span {
	background: transparent !important;
}
	.hamburger__cross span:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0;
	}
	.hamburger__cross span:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0;
	}

@media screen and (max-width: 960px) {

	/* GLOBAL */
	/* .content .sub-nav, */
	.content-wrap {
		left: 68px;
	}
	/* .content .sub-nav, */
	.content-wrap .content {
		width: 690px;
	}
	.global .content-wrap .homepage,
	.content-wrap .homepage.ok {
		background-position: 470px center;
	}
	.bg {
		left: 680px;
	}

	/* .theme-page .content.level-01.disabled .sub-nav {
		left: 726px;
	} */
	
	/* SPLASHSCREEN */
	.content-wrap .splashscreen .title-splash strong {
		font-size: 60px;
		margin: 2px 0 18px;
	}

	/* SIDEBAR */
	.sidebar {
		left: -160px;
	}
	.sidebar.active {
		left: 0;
	}
	.sidebar-inner {
		opacity: 0;
	}
	.sidebar.active .sidebar-inner {
		opacity: 1;
	}
	.sidebar .open-sidebar {
		background: transparent;
		box-shadow: none;
		cursor: pointer;
		border: none;
		display: block;
		height: 100%;
		margin: 0;
		outline: none;
		position: absolute;
		top: 0px; right: 0px; bottom: 0;
		width: 68px;
		z-index: 500;
	}
	.sidebar.active .open-sidebar {
		height: 54px;
	}

	.sidebar .open-sidebar .hamburger {
		position: absolute;
		top:  10px;
		left: 14px;
	}

	.sidebar .open-sidebar .bg-logo {
		background: transparent url('images/logo-vertical.png') no-repeat 0 0;
		display: block;
		width:  17px;
		height: 157px;
		position: absolute;
		left: 25px; top: 60px;
	}
}

@media screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1.25), 
   (-o-min-device-pixel-ratio: 1.25/1), 
   (min--moz-device-pixel-ratio: 1.25), 
   (-moz-min-device-pixel-ratio: 1.25), 
   (-ms-min-device-pixel-ratio: 1.25), 
   (min-device-pixel-ratio: 1.25), 
   (min-resolution: 120dpi), 
   (min-resolution: 1.25dppx) {
	.sidebar .open-sidebar .bg-logo {
		background-image: url('images/logo-vertical@2x.png');
		background-size: 17px 157px;
	}
}

/* ---------- RESPONSIVE < 764 ---------- */

@media screen and (max-width: 760px) {

	/* GLOBAL */
	html, body {
		overflow: visible;
		/* -webkit-overflow-scrolling: touch; */
	}

	.noscroll {
		overflow: hidden !important;
		-webkit-overflow-scrolling: hidden !important;
	}
	.global {
		padding-top: 50px;
		overflow: visible;
		position: static;
	}
	.content-wrap {
		position: static;
		left: 0;
	}
	.content-wrap .content,
	.content-wrap .content.contact,
	.theme-page .content.level-02,
	.homepage .content.level-01 .scroll-inner {
		overflow: hidden;
		position: static;
		width: auto;
	}
	.content-wrap .content.disabled {
		display: none;
	}
	.content-wrap .title {
		padding-bottom: 10px;
	}
	.mCSB_container,
	.mCSB_container.mCS_no_scrollbar {
		margin-right: 0;
	}
	.theme-page {
		position: static;
	}

	.content-wrap .mobile-content {
		display: block;
	}
	.theme-page .content .inner-content {
		padding: 0;
	}

	.bg {
		display: none;
	}
	.the-content .d3cp_form_title ,
	.the-content .d3cp_input_outer,
	.the-content #D3cpWidget,
	.the-content .d3cp_input_long{
		width: 100%;
		box-sizing: border-box;
	}
	.the-content .d3cp_form_row.d3cp_form_single {
		margin-left: 0;
	}
	.theme-page .content .services .the-content-wrapper,
	.theme-page .content .team .the-content-wrapper,
	.theme-page .content .offers .the-content-wrapper,
	.theme-page .content .blog-list .the-content-wrapper {
		background-color: #6d7da4;
		background-size: cover;
		background-position: center;
		color: #ffffff;
		padding: 20px 10px 1px;
	}
	.theme-page .content .services .title,
	.theme-page .content .team .title,
	.theme-page .content .offers .title,
	.theme-page .content .blog-list .title {
		color: #ffffff;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.theme-page .content .services .title:after, 
	.theme-page .content .team .title:after,
	.theme-page .content .offers .title:after,
	.theme-page .content .blog-list .title:after {
		background: #ffffff;
	}

	.theme-page .content.level-01.disabled + .overlay {
		display: none;
	}


	/* .the-content-wrapper                    { background-image: url('https://www.bellezzaspa.com/wp-content/uploads/2014/05/lobby.jpg') } */
	.the-content-wrapper { background: #FFF; }
	.hair .the-content-wrapper              { background-image: url('images/pictures-right/mobile/hair.jpg') }
	.nail .the-content-wrapper              { background-image: url('images/pictures-right/mobile/nail.jpg') }
	.spa .the-content-wrapper               { background-image: url('images/pictures-right/mobile/spa.jpg') }
	.med-spa .the-content-wrapper           { background-image: url('images/pictures-right/mobile/med_spa.jpg') }
	.offers .the-content-wrapper            { background-image: url('images/pictures-right/mobile/offers.jpg') }
	.team .the-content-wrapper              { background-image: url('images/pictures-right/mobile/team.jpg') }
	.credits .the-content-wrapper           { background-image: url('images/pictures-right/mobile/credits.jpg') }
	.blog-list .the-content-wrapper              { background-image: url('https://www.bellezzaspa.com/wp-content/uploads/2014/05/lobby.jpg') }
	/* .gift-certificates .the-content-wrapper { background: #FFF; } */

	/* SIDEBAR */
	.sidebar {
		display: block;
		min-height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		right: auto; 
		bottom: auto;
		width: 100%;	
		-webkit-transition: left ease 300ms;
		        transition: left ease 300ms;
	}

	.index .sidebar {
		left: 0;
		opacity: 1;
	}
	.sidebar .open-sidebar {
		right: auto; left: 0;
	}
	.sidebar .mobile-title {
		background: transparent url('images/mob/logo-bellezza@1x.png') no-repeat 0 0;
		content: '';
		display: block;
		height: 17px;
		margin: 0 0 0 -83px;
		outline: none;
		position: absolute;
		top: 17px; left: 50%;
		width: 167px;
	}
	.sidebar .open-sidebar .bg-logo {
		display: none;
	}

	.sidebar .open-sidebar .hamburger {
		top:  7px;
		left: 7px;
	}

	/* .sidebar-inner {
		opacity: 0;
		visibility: hidden;
	
		-webkit-transition: opacity ease 300ms, visibility ease 300ms;
		        transition: opacity ease 300ms, visibility ease 300ms;
	} */

	.sidebar-inner {
		visibility: visible;
		opacity: 1;
	}

	.sidebar .bellezza-title {
		display: none;
	}
	.sidebar .navigation {
		position: fixed;
		background: #E7E7E7 url('images/bg-sidebar.jpg') repeat 0 0;
		top: 0;
		left: -265px;
		width: 265px;
		bottom: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;		
		-webkit-transition: left ease 300ms;
		        transition: left ease 300ms;
	}

	.global {
		position: relative;
		-webkit-transition: left ease 300ms;
		        transition: left ease 300ms;
	}

	.sidebar, .navigation, .global {
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
	}

	/* Menu open */
	.sidebarmenu_open .sidebar .navigation { left: 0 }
	.sidebarmenu_open .sidebar             { left: 265px }
	.sidebarmenu_open .global              { left: 265px; overflow: hidden }

	
	.menu-sidebar-menu-container {
		height: 100%;
	}

	#menu-sidebar-menu {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;

	}

	#menu-sidebar-menu > li {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;

		display: -webkit-box;

		display: -webkit-flex;

		display: -ms-flexbox;

		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;

		border-top: 1px solid #DDDDDD;
	}

	#menu-sidebar-menu > li:first-child { border-top: none }

	.sidebar .navigation li a {
		font-size: 16px;
		border: none !important
	}

	.sidebar .navigation li a:before {
		content: " ";
		position: absolute;
		top:    0;
		left:   0;
		right:  0;
		bottom: 0;
	}


	.sidebar .navigation li.menu-item-has-children:after { display: none }


	.sidebar .side-bottom {
		display: none;
	}

	/* SUBNAV + FILTERS */
	.content .sub-nav, 
	.content .members-filters {
		margin: 0;
		padding: 0;
		position: static;
		width: auto;
	}
	.content .members-filters {
		background: #E7E7E7 url('images/bg-sidebar.jpg') repeat 0 0;
	}
	.content .sub-nav .display-sub-nav,
	.content .sub-nav .display-sub-nav:focus,
	.content .sub-nav .display-sub-nav:active,
	.content .members-filters .filters-title {
		background: #E7E7E7 url('images/bg-sidebar.jpg') repeat 0 0;
		border: none;
		border-top: 1px solid #FFF;
		color: #666666;
		cursor: pointer;
		display: block;
		font-family: 'GothamMedium', arial, sans-serif;
		font-size: 14px;
		margin: 0;
		outline: none;
		padding: 17px 10px 16px;
		text-align: center;
		width: 100%;
		text-transform: uppercase;
	}
	.content .members-filters .filters-title {
		position: relative;
	}
	.content .members-filters .filters-title.active:before {
		background: rgba(133,133,133,0.3);
		content: '';
		display: block;
		position: absolute;
		top: 0; left: 0; bottom: 0;
		width: 10px;
	}
	.content .sub-nav .display-sub-nav span,
	.content .members-filters .filters-title span {
		position: relative;
	}
	.content .sub-nav .display-sub-nav span i, 
	.content .members-filters .filters-title span i {
		display: inline-block;
		margin-top: -9px;
		position: relative;
		top: 4px;
		right: 0;
		margin-left: 2px;
	}
	.content .sub-nav .display-sub-nav > i, 
	.content .members-filters .filters-title > i {
		display: none;
	}

	.content .sub-nav .display-sub-nav.opened span i,
	.content .members-filters .filters-title.opened span i {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
	.members-filters .filters-list {
		padding: 0;
	}
	.content .sub-nav li,
	.content .members-filters li {
		background: #E7E7E7 url('images/bg-sidebar.jpg') repeat 0 0;
		display: block;
		padding: 0;
		position: relative;
		width: auto;
	}
	.members-filters .filters-list li .filter {
		background: transparent;
		height: auto;
		margin: 0;
	}
	.members-filters .filters-list li .filter.active {
		background: transparent;
		color: #666666;
		position: relative;
	}
	.members-filters .filters-list li .filter.active:before {
		background: #5274BB;
		content: '';
		display: block;
		position: absolute;
		left: 0; top: 0; bottom: 0;
		width: 10px;
	}
	.content .members-filters .filters-title.active,
	.members-filters .filters-list li .filter.active {
		background: rgba(133,133,133,0.2);
	}
	.content .sub-nav li:before,
	.content .members-filters li:before {
		background: #DDDDDD;
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		left: 10px; top: 0; right: 10px;
	}
	.content .sub-nav li a,
	.members-filters .filters-list li .filter {
		color: #666666;
		display: block;
		font-family: 'GothamMedium', arial, sans-serif;
		font-size: 14px;
		padding: 18px 10px;
		text-align: center;
	}

	.content .sub-nav li.active a {
		color: #5273BA;
	}

	/* SPLASHSCREEN */
	.index .content-wrap {
		opacity: 1;
	}
	.content-wrap .splashscreen,
	.index .content-wrap .splashscreen {
		background-position: -208px center;
		background-size: auto 120%;
		height: 340px;
		left: 0;
		opacity: 1;
		position: relative;
	}

	.hp-slider .rsUni .rsBullets {
		right: 10px;
	}
	.content-wrap .splashscreen .title-splash,
	.index .content-wrap .splashscreen .title-splash {
		font-size: 20px;
		height: 120px;
		opacity: 1;
	}
	.content-wrap .splashscreen .title-splash.mobile-content {
		display: block;
		margin-top: -65px;
	}
	.content-wrap .splashscreen .title-splash strong {
		font-size: 25px;
	}
	.content-wrap .splashscreen .title-splash .book-online,
	.index .content-wrap .splashscreen .title-splash .book-online {
		border-width: 2px;
		font-size: 14px;
		opacity: 1;
		padding: 9px 10px 8px;
	}
	.content-wrap .splashscreen .scroll-down {
		display: none;
		bottom: 20px;
	}
	.content-wrap .splashscreen .scroll-down:after {
		-webkit-animation: none;
		animation: none;
	}
	/* .desk-content.hp-slider {
		display: none;
	} */

	/* HOMEPAGE */
	.homepage .js-homeBloc { 
		opacity: 1;
	}
	.content-wrap .homepage {
		position: static;
	}
	.content-wrap .homepage .presentation {
		padding: 20px 10px;
	}
	.content-wrap .homepage .left-col,
	.content-wrap .homepage .offer .cache-img {
		display: none;
	}
	.content-wrap .homepage .right-col,
	.content-wrap .homepage .offer .offer-detail {
		display: block;
		width: auto;
	}
	.content-wrap .offer {
		height: auto;
		padding: 0 10px;
	}
	.content-wrap .offer .offer-detail {
		border-top: 1px solid #4865A2;
		padding: 25px 0 20px;
	}
	.content-wrap .offer:first-child .offer-detail {
		border: none;
	}
	.content-wrap .offer .offer-detail:after {
		right: 0;
	}

	.content-wrap .offer .offer-detail .circleArrow { right: 0 }
	.content-wrap .offer-title {
		margin-bottom: 25px;
		padding-right: 35px;
	}
	.content-wrap .offer-subtitle,
	.content-wrap .offer-date {
		display: block;
		position: relative;
		top: 0; right: 0; bottom: 0; left: 0;
	}
	.content-wrap .offer-subtitle {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.content-wrap .offer-date {
		color: #BAC8E4;
	}

	/* .content-wrap .discover {
		background-size: 140% auto;
	} */

	.content-wrap .article {
		display: block;
		height: auto;
		padding: 20px 10px;
		width: auto;
	}
	.content-wrap .article:before {
		height: 1px;
		top: 0; left: 10px; right: 10px; bottom: auto;
		width: auto;
	}
	.content-wrap .article .permalink {
		display: inline-block;
		font-size: 14px;
		position: relative;
		top: 0; right: 0; bottom: 0; left: 0;
	}
	.content-wrap .article .article-title {
		margin-bottom: 20px;
	}

	/* SERVICES */
	.theme-page .content .inner-content.services {
		padding: 0;
	}
	.theme-page .content .listing {
		padding: 40px 0;
	}
	.theme-page .listing .listing_link  {
		padding: 25px 30px 25px 10px;
		text-align: center;
	}
	/* .theme-page .listing > li > a:hover,
	.theme-page .listing > li > a.active {
		padding: 25px 10px;
	}
	 */
	.theme-page .listing .listing_link.loading {
		opacity: 0.6;
	}

	.theme-page .listing .listing_link.active {
		padding-bottom: 0;
	}


	.theme-page .listing_link span {
		display: block;
		float: none;
	}


	/* Disable hover effect */
	a.listing_link:hover {
		background: #FFFFFF;
		color: #5274BB;
		padding-right: 10px;
	}

	a.listing_link:hover span { 
		color: #444
	}

	li:nth-child(even) > .listing_link:hover {
		background: #F6F6F6;
	}

	/* Active state */
	a.listing_link.active {
		background: #5274BB !important;
		color: #ffffff;	
	}
	a.listing_link.active span {
		color: #FFFFFF;
	}

	.listing_link-price { padding-top: 4px }

	.theme-page .listing_link .circleArrow { display: none }

	.theme-page .listing_link .listing_link-mobileArrow { 
		display: block;
		opacity: 1;
		position: absolute;
		top:   21px;
		right: 10px;
		font-size: 23px;
		-webkit-transition: all ease 200ms;
				transition: all ease 200ms;
	}	
		.theme-page .listing_link.active .listing_link-mobileArrow { 
			-webkit-transform: rotate(-180deg); 
			        transform: rotate(-180deg);
		}


	.theme-page .listing > li > a:after,
	.theme-page .listing > li > a:hover:after {
		display: none;
	}
	.theme-page .listing .ajax-content {
		position: relative;
		background: #ffffff;
		display: none;
		padding: 20px 20px 1px;
		margin: 20px -30px 0 -10px;
		color: #666;
		text-transform: none;
		font-family: 'GothamBook', arial, sans-serif;
		font-size: 14px;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
	}

		.theme-page .listing .ajax-content:before {
			content:" ";
			position: absolute;
			border-style: solid;
			border-width: 0 14px 14px 14px;
			border-color: transparent transparent #FFFFFF transparent;
			margin-top: 0px;
			top: 0;
			right: 50%;
			margin-right: -4px;
			-webkit-transition: all ease 200ms 1000ms;
					transition: all ease 200ms 1000ms;
		}

		.theme-page .listing .listing_link.active .ajax-content:before {
			top: -13px;	
		}


	.theme-page .listing > li:nth-child(even) .ajax-content {
		background: #F6F6F6;
	}
		.theme-page .listing > li:nth-child(even) .ajax-content:before {
			border-color: transparent transparent #F6F6F6 transparent;
		}

	.theme-page .listing .active + .ajax-content {
		/* display: block; */
	}

	.tableList_item {
		display: block;
		min-height: 0;
	}


	.tableList_item.active {
		background: #5274BB;
	}

	.tableList_item .img,
	.tableList_item .infos {
		display: block;
		width:  auto;
		height: auto;
		max-height: none !important;
	}

	.tableList_item .inner {
		position: relative;
	}

	.tableList_item .img {
		/* background-image: none !important; */
	}

	.tableList_item .img img {
		display: block;
		height: auto !important;
		width: 100%;
	}

		.tableList_item .img .inner {
			position: static;
		}
			.tableList_item .img .inner:after {
				border-width: 0 14px 14px 14px;
				border-color: transparent transparent #F6F6F6 transparent;
				top: auto; 
				margin-top: 0px;
				bottom: 0;
				right: 50%;
				margin-right: -14px;
			}

			.tableList_item.active .img .inner:after {
				border-color: transparent transparent #5274BB transparent;
			}

	.tableList_item .infos {
		min-height: 0 !important;
	}

	.tableList_item .infos .inner:before {
		display: none;
	}


	/* TEAM */
	.theme-page .content .inner-content.team {
		padding: 0;
	}
	.member .infos .inner {
		padding: 20px 30px 10px;
	}

	.team .tableList_item .infos .readmore,
	.team .tableList_item .infos:after { display: none !important }

	/* OFFERS */
	.theme-page .content .inner-content.offers {
		padding: 0;
	}
	.theme-page .content .the-content-wrapper {
		padding: 20px 10px 10px;
		position: relative;
	}

	/* BLOG */
	.theme-page .content .inner-content.blog-list {
		padding: 0;
	}

	.blog-posts .post .infos .inner {
		padding: 20px 10px;
	}

	.theme-page {
		overflow: hidden;
		max-width: 100%;
	}

	.single .theme-page .content.level-02 {
		position: relative;
		z-index: 2;
		overflow: visible;


		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
				box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	}
	.single .theme-page.blog:after,
	.single .theme-page.blog:before {
		color: #CCC;
		position: fixed;
		top: 50%; bottom: 0;
		width: 100px;
		padding: 0 5px;
		text-transform: uppercase;
		text-align: center;
	}
	.single .theme-page.blog:after {
		right: 0;
		content:"Next post ›";
	}
	.single .theme-page.blog:before {
		left: 0;
		content:"‹ Prev post";
	}

	/* HOT ARTICLES */
	.theme-page .content .hot-articles.desk-content {
		display: none;
	}
	.mobile-content .hot-articles {
		display: block;
	}
	.hot-articles .hot-article .front .txt {
		height: 40px;
	}
	.hot-articles .hot-article .ha {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	.hot-articles .hot-article .the-title {
		font-size: 20px;
		line-height: 20px;
	}
	.hot-articles .hot-article img {
		height: auto;
		width: 100%;
	}
	.hot-articles .hot-article:hover .description {
		display: none;
	} 

	/* BLOG SINGLE */
	.theme-page .content .inner-content.blog .title {
		padding-right: 0;
	}
	.theme-page .content .inner-content.blog .date {
		color: #97AAD5;
		display: block;
		font-size: 12px;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	.back-link {
		top: 20px; right: 10px;
	}


	/* CONTACT */

	.theme-page .content .inner-content.contact {
		padding: 0;
	}
	.theme-page .content .inner-content.contact .the-content {
		margin-bottom: 30px;
	}
	.contact-form {
		margin-top: 20px;
	}
	.contact-form .double .form-el {
		display: block;
		float: none;
		width: auto;
	}
	.contact-form .double .form-el:first-child,
	.contact-form .double .form-el:first-child + .form-el {
		padding: 0;
	}

	.bg.contact-map {
		display: block;
		height: 216px;
		position: static;
	}

	/* FOOTER */
	.footer-mobile {
		background: #E7E7E7 url('images/bg-sidebar.jpg') repeat 0 0;
		display: block;
		opacity: 1;
		padding-top: 20px;
		position: relative;

		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.resizing .footer-mobile {
		opacity: 0;
	}
	.footer-mobile .side-bottom {
		position: relative;
	}

}

@media screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1.25), 
   (-o-min-device-pixel-ratio: 1.25/1), 
   (min--moz-device-pixel-ratio: 1.25), 
   (-moz-min-device-pixel-ratio: 1.25), 
   (-ms-min-device-pixel-ratio: 1.25), 
   (min-device-pixel-ratio: 1.25), 
   (min-resolution: 120dpi), 
   (min-resolution: 1.25dppx) {
	.sidebar .mobile-title {
		background-image: url('images/mob/logo-bellezza@2x.png');
		background-size: 168px 17px;
	}
}

/* ---------- RESPONSIVE < 1880 ---------- */

@media screen and (max-width: 1600px) {

	/* .theme-page .bg.hot-articles {
		background-color: #6d7da4;
		background-image: url('images/bg-hair.jpg');
	} */
	.theme-page .bg.hot-articles ul {
		display: none;
	}
	.theme-page .content .hot-articles {
		display: block;
	}

}


/* ---------- FONTS ---------- */
/*
@font-face {
	font-family: 'GothamBook';
	src: url('fonts/gotham-book.eot');
	src: url('fonts/gotham-book.eot') format('embedded-opentype'),
		 url('fonts/gotham-book.woff') format('woff'),
		 url('fonts/gotham-book.ttf') format('truetype'),
		 url('fonts/gotham-book.svg#GothamBook') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'GothamMedium';
	src: url('fonts/gotham-medium.eot');
	src: url('fonts/gotham-medium.eot') format('embedded-opentype'),
		 url('fonts/gotham-medium.woff') format('woff'),
		 url('fonts/gotham-medium.ttf') format('truetype'),
		 url('fonts/gotham-medium.svg#GothamMedium') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'GothamBold';
	src: url('fonts/gotham-bold.eot');
	src: url('fonts/gotham-bold.eot') format('embedded-opentype'),
		 url('fonts/gotham-bold.woff') format('woff'),
		 url('fonts/gotham-bold.ttf') format('truetype'),
		 url('fonts/gotham-bold.svg#GothamBold') format('svg');
		font-weight: normal;
		font-style: normal;
}*/

/*  */

@font-face {
    font-family: 'GothamBook';
    src: url('fonts/gothahtfboo-webfont.eot');
    src: url('fonts/gothahtfboo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothahtfboo-webfont.woff') format('woff'),
         url('fonts/gothahtfboo-webfont.ttf') format('truetype'),
         url('fonts/gothahtfboo-webfont.svg#GothamHTFBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBold';
    src: url('fonts/gothahtfbol-webfont.eot');
    src: url('fonts/gothahtfbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothahtfbol-webfont.woff') format('woff'),
         url('fonts/gothahtfbol-webfont.ttf') format('truetype'),
         url('fonts/gothahtfbol-webfont.svg#GothamHTFBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamMedium';
    src: url('fonts/gothahtfmed-webfont.eot');
    src: url('fonts/gothahtfmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothahtfmed-webfont.woff') format('woff'),
         url('fonts/gothahtfmed-webfont.ttf') format('truetype'),
         url('fonts/gothahtfmed-webfont.svg#GothamHTFMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-kt8p2y');
	src:url('fonts/icomoon.eot?#iefix-kt8p2y') format('embedded-opentype'),
		url('fonts/icomoon.woff?-kt8p2y') format('woff'),
		url('fonts/icomoon.ttf?-kt8p2y') format('truetype'),
		url('fonts/icomoon.svg?-kt8p2y#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before     { content: "\f099" }
.icon-facebook:before    { content: "\f09a" }
.icon-pinterest:before   { content: "\f0d2" }
.icon-google-plus:before { content: "\f0d5" }
.icon-envelope:before    { content: "\f0e0" }
.icon-angle-left:before  { content: "\f104" }
.icon-angle-right:before { content: "\f105" }
.icon-angle-up:before    { content: "\f106" }
.icon-angle-down:before  { content: "\f107" }


::-webkit-scrollbar {
	width: 10px;
	background-color: #EEEEEE;
}
::-webkit-scrollbar-thumb {
	background-color: #D0D0D0;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #D5D5D5;
}
body {
	scrollbar-face-color: #D0D0D0;
	scrollbar-base-color: #D0D0D0;
	scrollbar-3dlight-color: #D0D0D0;
	scrollbar-highlight-color: #D0D0D0;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-shadow-color: #D0D0D0;
	scrollbar-dark-shadow-color: ;
}