            @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);
/* less */
@accent:#947aa1;

@backgroundColor:#fff;
@contentText:#757474;

@Gradient1:#ffffff;
@Gradient2:#EDEDED;

@logoColor:#000000;

@lien:#64c55d;
@lienHover:#757474;

@h1Color:#017a34;

@SepColor:#b3adb1;

@BGform:rgba(231, 231, 231, 0.6);
@borderForm:rgba(255,255,255,0.2);

@bgChampForm:#ffffff;
@txtChampForm:#252525;
@bgEnvoyer:#947aa1;
@txtEnvoyer:#ffffff;
@bgEnvoyerHover:#80224a;
@txtEnvoyerHover:#ffffff;

@TxtNav:#000000;
@TxtNavHover:#ffffff;
@bgNavHover:#947aa1;

@AccroColor:#947aa1;

@bgFooter:#80224a;
@txtFooter:#d7d7d7;
@NavfooterHover:#ad798f;

/* less */

body {
	font: 1.55em/1.4 "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: @contentText;
	font-weight:400;
	background:@backgroundColor;
}
a {
	color: @lien;
	text-decoration:none;
	outline:none;
	font-weight: 400;
 -webkit-transition: all .4s;
 -moz-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
}
a:hover {
color: @lienHover;
text-decoration:none;
}
b, strong {
	font-weight: 600;
}
i, em {
	font-style: italic;
	font-weight:400;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.clear {
	position: relative;
	clear: both;
	display: block;
}
/* Style.css */
h1{
	font-size: 1.65em;
	line-height: 1.5;
	color:@h1Color;
	font-weight:700;
	font-style:normal;
}
h2{
	font-size: 1.4em;
	line-height:1.4;
	font-weight:600;
	font-style:normal;
}
h3{
	font-size: 1.25em;
	line-height: 1.4;
	font-weight:400;
	font-style:normal;
}
h4{
	font-size: 1.2em;
	line-height: 1.4;
	font-weight:600;
	font-style:normal;
}


.image-right{
	float: right;
	margin: 0 0 15px 25px;
	border:1px solid @SepColor;
	padding:1px;
}
.image-left{
	float: left;
	margin: 0 25px 15px 0px;
	border:1px solid @SepColor;
	padding:1px;
}
hr{
	border: none;
	border-top: 1px solid @SepColor;
	margin: 10px 0px;
	clear: both;
}

.accent{
	color:@accent;
}

/* end style */
.container {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}
header#header {
	width:100%;
	z-index:50;
	position:relative;
	top:0;
	background: @Gradient1; /* Old browsers */
	background: -moz-linear-gradient(top,  @Gradient1 0%, @Gradient1 50%, @Gradient2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,@Gradient1), color-stop(50%,@Gradient1), color-stop(100%,@Gradient2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  @Gradient1 0%,@Gradient1 50%,@Gradient2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  @Gradient1 0%,@Gradient1 50%,@Gradient2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  @Gradient1 0%,@Gradient1 50%,@Gradient2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  @Gradient1 0%,@Gradient1 50%,@Gradient2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=@Gradient1, endColorstr=@Gradient2,GradientType=0 ); /* IE6-9 */
	min-height:106px;

}
header#header  h1#header-logo {
position:relative;
font-size:24px;
float:left;
padding: 15px 0px 14px;
}
header#header h1#header-logo a{
	color:@logoColor;
}
header#header h1#header-logo img {
	display: block;
	margin-top: -29px;
margin-left: -9px;
margin-bottom: -13px;
}
header#header nav.main-nav {
	position:relative;
	max-width: 635px;
	float:right;
	padding-top: 45px;
}
header#header nav.main-nav a.mobile-menu {
	content: '';
	display: block;
	height: 45px;
	width: 45px;
	background: url(../images/menu.png) no-repeat center;
	display: none;
}
/* ******** Navigation ******** */
nav.main-nav .sf-menu{
	padding: 0;
	list-style: none;
}
nav.main-nav .sf-menu > li {
	float: left;
	margin-top:0px;
	position: relative;
	background: url(/media/images/nav-seperator.png) no-repeat left center;
	padding:2px 0px 2px 1px;
}
nav.main-nav .sf-menu > li:first-child {
	padding-left:0px;
	background:none;
}
nav.main-nav .sf-menu a {
font: 700 0.8em/1.3 "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
padding: 9px 9px;
	text-decoration: none;
	color: @TxtNav;
	z-index:100;
	display: block;
	position: relative;
	 -webkit-transition: all .4s;
 	-moz-transition: all .4s;
 	-o-transition: all .4s;
 	transition: all .4s;
 	text-transform:uppercase;
}
nav.main-nav .sf-menu > li > a:hover, nav.main-nav .sf-menu > li.sfHover > a,
nav.main-nav .sf-menu > li.selected > a, nav.main-nav .sf-menu > li.active > a {
	color: @TxtNavHover;
	background:@bgNavHover;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* ******** END Navigation ******** */
div#Slides{
	position:relative;
	width:100%;
	height:425px;
	margin: 0;
	padding: 0;
}
figure#slideshow {
	margin: 0;
	padding: 0;
	position:absolute;
	z-index: 10;
	width:100%;
	height:425px;
	display:block;
	top:0;
	left:0;
}
figure#slideshow .fluid_container {
	height:425px;
}
figure#slideshow .camera_wrap{
/*float:none !important;*/
}
figure#slideshow .camera_overlayer{
}
figure#slideshow .camera_target_content{
}
section.contactbox{
position:absolute;
right:0;
top:40px;
width:300px;
height:340px;
padding:30px;
background:@BGform;
border:1px solid @borderForm;
z-index: 20;
}
section.contactbox h3.contact-title{
	display:none;
}
#content-wrapper {
	position: relative;
	width:100%;
	padding:35px 0px;
	z-index:25;
}
#content-wrapper article.content {
	position: relative;
	min-height:350px;
	text-align:justify;
}
#content-wrapper article.content .accro{
color: @AccroColor;
font-size:2em;
font-weight:700;
font-family: 'Open Sans', sans-serif;
display:block;
line-height:1.5;
position:relative;
padding-bottom:0.5em;
text-align:left;
}

#content-wrapper article.content h1, #content-wrapper article.content h2, #content-wrapper article.content h3, #content-wrapper article.content h4, #content-wrapper article.content h5, #content-wrapper article.content h6 {
	padding: 10px 0px 8px;
	margin:0;
}
#content-wrapper article.content p {
	padding: 3px 0px 8px;
	margin:0;
}
#content-wrapper article.content ul {
	padding: 3px 0px 10px 16px;
	list-style: none;
}
#content-wrapper article.content ul li {
	padding: 0px 0px .2em 0.7em;
	list-style: none;
	background: url(/media/images/icon-list01.png) no-repeat left 0.6em;
}
#content-wrapper article.content ul li li {
	background: url(/media/images/icon-list02.png) no-repeat left 9px;
	padding: 0px 0px 3px 10px;
}
#content-wrapper article.content ol {
	padding: 5px 0px 5px 35px;
	list-style: decimal-leading-zero;
}
#content-wrapper article.content ol li {
	padding: 0px 0px 5px 5px;
	list-style: decimal-leading-zero;
}
/* ************* */
#BGImage{
background-image:url(/media/images/box-image.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding: 30px 0;
position: relative;
text-align: left;
color:#ffffff;
min-height:80px;
z-index:100;
}
#BGImage a.bizbook{
display:table;
position:relative;
width:auto;
margin:15px 0px 15px
}
#BGImage p{
padding:8px 0px 3px;
}
/* ************* */
footer.bottom{
	position: relative;
	width:100%;
	z-index:200;
	background:@bgFooter;
	color:@txtFooter;
	padding:15px 0px;
	font-size:13px;
}

footer.bottom a{
	color: @txtFooter;
}
footer.bottom a:hover{
	color: @NavfooterHover;
	text-align:center;
}
/* ******** Navigation de footer ******** */
footer.bottom nav.footer-nav ul{
	padding: 0;
	list-style: none;
	margin:0;
	
}
footer.bottom nav.footer-nav ul > li {
	float: left;
	margin-top:0px;
	position: relative;
	background: url(/media/images/footer-seperator.png) no-repeat left center;
	padding:2px 0px 2px 1px;
}
footer.bottom nav.footer-nav ul > li:first-child {
	padding-left:0px;
	background:none;
}
footer.bottom nav.footer-nav ul a {
	font: 13px/20px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:600;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	color: @txtFooter;
	z-index:100;
	display: block;
	position: relative;
	 -webkit-transition: all .4s;
 	-moz-transition: all .4s;
 	-o-transition: all .4s;
 	transition: all .4s;
 	position:relative;
}
footer.bottom nav.footer-nav ul > li:first-child > a {
	padding-left:0px;
}
footer.bottom nav.footer-nav ul > li > a:hover {
	color: @NavfooterHover;
}
/* ******** END Navigation de footer ******** */

div#facebook{
	position: relative;
	width:100%;
	z-index:200;
	padding:20px 0px;
}
div#facebook .fb-like{
position:relative;
width:auto;
height:auto;
}

/* ********* Style formulaire **** */
form.contactForm {
	position: relative;
	display: block;
	text-align: left;
	margin-top: 0px;
}
form.contactForm  fieldset{
	border:none;
	padding: 0.1em 0.625em 0.2em;
}
form.contactForm .clear {
	clear: both;
}
form.contactForm > fieldset {
	width: 100%;
}
form.contactForm legend.FormTitle {
	display: none;
}
form.contactForm .formItem {
	position:relative;
	display:block;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
	float: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form.contactForm br {
	display:none;
}
form.contactForm .singleText br {
	display:inline-block;
}
form.contactForm label {
	display: none;
}
form.contactForm .text-input, form.contactForm .contactSelect, form.contactForm .datepicker{
	border: none;
	font: 700 14px/20px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: @txtChampForm;
	margin: 0px;
	padding: 8px;
	outline: none !important;
	background: @bgChampForm;
	border:none;
	border-radius: 0px;
	width: 100%;
	min-height: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

form.contactForm .text-input::-webkit-input-placeholder,
form.contactForm .contactSelect::-webkit-input-placeholder,
form.contactForm .datepicker::-webkit-input-placeholder
{
   color: @txtChampForm;
   opacity:0.75;
}

form.contactForm .text-input:-moz-placeholder,/* Firefox 18- */
form.contactForm .contactSelect:-moz-placeholder,/* Firefox 18- */
form.contactForm .datepicker:-moz-placeholder/* Firefox 18- */
{
   color: @txtChampForm;
   opacity:0.75;
}

form.contactForm .text-input::-moz-placeholder,/* Firefox 19+ */
form.contactForm .contactSelect::-moz-placeholder,/* Firefox 19+ */
form.contactForm .datepicker::-moz-placeholder/* Firefox 19+ */
{
  color: @txtChampForm;
  opacity:0.75;
}

form.contactForm .text-input:-ms-input-placeholder,
form.contactForm .contactSelect:-ms-input-placeholder,
form.contactForm .datepicker:-ms-input-placeholder
{
   color: @txtChampForm;
   opacity:0.75;
}

form.contactForm textarea.text-input {
	height: 75px;
	overflow: auto;
	vertical-align:top;
}
form.contactForm .text-input:focus, form.contactForm .datepicker:focus{
opacity:0.85;
}
form.contactForm .submitButton {
	position: relative;
	margin: 4px 0px 0px 0px;
	float: left;
}
form.contactForm input[type=submit], form.contactForm input.submit-button {
	position: relative;
	cursor: pointer;
	padding: 2px 15px;
	width: 100%;
	height: 40px;
	text-decoration: none;
	margin: 0px;
	display:table;
	width:auto;
	margin:auto;
	font: 700 15px/36px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: @txtEnvoyer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:@bgEnvoyer;
	border:none;
	z-index: 5;
}
form.contactForm input[type=submit]:hover, form.contactForm input.submit-button:hover {
	background-color: @bgEnvoyerHover;
	color: @txtEnvoyerHover;
}

form.contactForm .private_policy {
display:none;
}
.formError .formErrorContent{
opacity:1 !important;
}
/* ********* Style formulaire **** */

/* ********** Style Galerie ******** */
.highslide-gallery{
	position:relative;
	display:table;
	margin:0 auto;
}
.highslide-gallery .highslide-text{
	text-align:center;
	display:block;
	margin:0;
	line-height:20px;
	padding-bottom: 5px;
}
.highslide-gallery .highslide-text a img{
	margin: -4px 5px 0px;
}
.highslide-gallery .highslide-text .highslide-breadcrumb{
}
.highslide-gallery .highslide-text img{
	vertical-align:middle;
}
.highslide-gallery .highslide-content{
	margin-left:-5px;
}
.highslide-gallery .highslide-content .highslideContainer{
	position:relative;
	width: 215px;
	height: 180px;
	margin:0.5em;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground{
	position:relative;
	background:none;
	width: 215px;
	height: 180px;
	padding:0;
	/*border:2px solid #A39383;*/
	border: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground:hover{
	border-color: #000;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground div{
	position:relative;
	z-index:1;
	left:0;
	top:0;
	width: 215px;
	height: 180px;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground div img{
	width:auto;
	border:none;
	box-shadow:none;
	margin:0;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground span{
	position:absolute;
	z-index:2;
	top:auto;
	width:auto;
	left:0px;
	right:0px;
	bottom:0px;
	padding:10px;
	display:block;
	background:rgba(0,0,0,0.7);
	color:#fff;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground:hover span{
	background-color: #000;
}
.highslide-gallery .highslide-content .highslideContainer a.highslide{
	position: relative;
	display: block;
	background: #fff;
	border: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.highslide-gallery .highslide-content .highslideContainer a.highslide:hover{
	z-index: 10;
	box-shadow: 0px 0px 5px rgba(0,0,0,.6);
}
.highslide-gallery .highslide-content .highslideContainer img{
	position:relative;
	display: block;
	border: none;
	cursor: pointer !important;
}
.highslide-gallery .highslide-content .highslideContainer img:hover{
}
.highslide-gallery .highslide-content .highslideContainer a.highslide:after{
	z-index: 10;
	content: '';
	position: absolute;
	background:rgba(145, 123, 99, 0.62);
	opacity: 0;
	width: 215px;
	height: 180px;
	left:0;
	top:0;
	bottom:0;
	right:0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform: scale(0.2);
	-ms-transform: scale(0.2); /* IE 9 */
	-webkit-transform: scale(0.2); /* Safari and Chrome */
}
.highslide-gallery .highslide-content .highslideContainer a.highslide:hover:after{
	opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari and Chrome */
}


.highslide-gallery .highslide-content .highslideContainer a.highslide:before{
	z-index: 12;
	content: '';
	position: absolute;
	background-image:url(/media/images/zoom.png);
	background-repeat:no-repeat;
	background-position:center top;
	display:block;
	width:30px;
	height:30px;
	left:50%;
	margin-left:-15px;
	top:50%;
	margin-top:-15px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform: scale(0.2);
	-ms-transform: scale(0.2); /* IE 9 */
	-webkit-transform: scale(0.2); /* Safari and Chrome */
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.highslide-gallery .highslide-content .highslideContainer a.highslide:hover:before{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari and Chrome */
}


.highslide-gallery .highslide-text img{
	box-shadow:none!important;
}

.highslide-container .highslide-caption{
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:15px;
	line-height:24px;
	color:#000000;
	text-align:center;
	font-weight:400;
}
.highslide-container .highslide-caption strong{
	font-size:17px;
	line-height:28px;
	font-weight:400;
}

.highslide-container .highslide-dimming{
	background: rgba(0,0,0,0.5);
	opacity: 1 !important;
}
.highslide-gallery .highslide-text img {
    display: inline-block;
	}
/* ********** END Style Galerie ******** */
.itemscope{
padding-top:8px;
}
#fancybox-wrap{
z-index:5011 !important;
}
/**********************/

/* *** Téléphone *** */
#TelePhone{
  background:@AccroColor;
  color: @TxtNavHover;
  font-family: 'Open Sans';
  font-weight:400;
  height: 70px;
  font-size: 1.2em;
  right:0px;
  line-height:1.5;
  position:fixed;
  text-align:center;
  bottom:0px;
  width:170px;
  z-index:400;
  border-radius:5px 5px 0px 0px;
  padding:5px 10px;
}
#TelePhone .tel{
	font-size: 1.25em;
	font-weight:600;
}

/* ************** */
/*#toggle-view, #toggle-view .panel{
width:242px !important;
margin-bottom:-3px !important;
}
#toggle-view .panel iframe{
width:242px !important;
margin-bottom:-2px;
}
#toggle-view span{
right:2px !important;
}
.chatRefStyle{
width:242px !important;
margin-bottom: -2px !important;
}
#craftysyntax_847 {border: 0px;background-color: none; margin-bottom:-3px}
.chatpos{position: fixed;bottom: 0;margin: 0 auto;}
.panel {border: 0px solid #949494;}*/
@media (max-width: 960px) {
	#content-wrapper article.content {
		padding:15px;
	}
	div#facebook{
		padding:15px;
	}
	footer.bottom {
		padding:15px;
	}
	section.contactbox {
		margin-right: 15px;
	}
	
	
}
@media (max-width: 961px) and (min-width: 641px) {
	header#header nav.main-nav{
		max-width:60%;
		margin-right:15px;
		padding-top:40px;
	}
	
	header#header h1#header-logo{
		width:33%;
		margin-left:15px;
	}
	header#header h1#header-logo img {
		display: block;
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	figure#slideshow  {
		display: none !important;
	}
	div#Slides{
		height:auto;
	}
	section.contactbox {
		top:auto;
		right:auto;
		padding:15px;
		margin: 10px 2%;
		float: right;
		position:relative;
		width: 55%;
		height: 55px;
		clear: none;
		overflow: hidden;
		-webkit-transition: height .4s;
		-moz-transition: height .4s;
		-o-transition: height .4s;
		transition: height .4s;
		background:@Gradient1;
	}
	section.contactbox.active {
		height: 360px;
	}
	section.contactbox h3.contact-title{
		padding:0 0 20px 0;
		margin:0;
		display:block;
		color:@TxtNav;
	}
	section.contactbox h3.contact-title:after {
		content: '+';
		float: right;
	}
	section.contactbox.active h3.contact-title:after {
		content: '-';
	}
	
	.highslide-gallery .highslide-content .highslideContainer{
		width: 150px;
		height: 126px;
	}
	.highslide-gallery .highslide-content .highslideContainer .folderBackground{
		width: 150px;
		height: 126px;
	}
	.highslide-gallery .highslide-content .highslideContainer .folderBackground div{
		width: 150px;
		height: 126px;
	}
	.highslide-gallery .highslide-content .highslideContainer img{
		width:100%;
		max-width:100%;
	}
	.highslide-gallery .highslide-content .highslideContainer a.highslide:after{
		width: 150px;
		height: 126px;
	}
	
	
}
@media (max-width: 480px) and (orientation: portrait), (max-width: 640px) and (orientation: landscape) {
	header#header h1#header-logo {
		position: relative;
		float: none;
		display: table;
		margin: 0 auto;
	}
	header#header nav.main-nav {
		position:relative;
		width:auto;
		float:none;
		padding: 0;
		min-height:45px;
	}
	header#header nav.main-nav a.mobile-menu {
		position: relative;
		display: block;
		z-index: 50;
	}
	header#header nav.main-nav ul.sf-menu {
		position: absolute;
		background: @Gradient1;
		left: 0;
		right: 0;
		top: -100%;
		z-index: 30;
		opacity: 0;
		height: 0;
		overflow: hidden;
	}
	header#header nav.main-nav ul.active {
		top: 45px;
		opacity: 1;
		height: auto;
	}
	header#header nav.main-nav ul.sf-menu li {
		display: block;
		border: none;
		float: none;
		background: none;
	}
	header#header nav.main-nav ul.sf-menu li a {
		padding: 5px 10px;
		display: block;
		text-align:center;
	}
	section.contactbox {
		margin: 10px;
		float: none;
		width: auto;
	}
	article.content img {
		float: none!important;
		max-width: 100%!important;
		width: auto!important;
		height: auto!important;
		display: block;
		margin: 10px auto!important;
	}
	section.contactbox.active {
		height: 360px;
	}
	footer.bottom {
		padding: 20px 15px;
	}
	footer.bottom nav.footer-nav ul > li{
		background:none;
	}
	footer.bottom nav.footer-nav ul a{
		padding: 0px 7px 0px 0px;
	}
	footer.bottom nav.footer-nav ul li {
		display: list-item;
		border: none;
		padding: 0!important;
		margin: 0 0 2px 15px!important;
		list-style: square;
	}
	.highslide-gallery .highslide-content .highslideContainer{
		width: 100px;
		height: 84px;
	}
	.highslide-gallery .highslide-content .highslideContainer .folderBackground{
		width: 100px;
		height: 84px;
	}
	.highslide-gallery .highslide-content .highslideContainer .folderBackground div{
		width: 100px;
		height: 84px;
	}
	.highslide-gallery .highslide-content .highslideContainer img{
		width:100%;
		max-width:100%;
	}
	.highslide-gallery .highslide-content .highslideContainer a.highslide:after{
		width: 100px;
		height: 84px;
	}
	
}
  @media (max-width: 480px){
  	.highslide-content > div:nth-child(4) {
    display: none !important;
	}
   }


#craftysyntax_1883 {border: 0px;background-color: none; margin-bottom:-4px}
.chatpos{position: fixed;bottom: 0;margin: 0 auto;}
.panel {border:0px solid #949494;}

        