@font-face {
    font-family: 'montserrat_bold';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Bold.woff') format('woff'),
         url('fonts/Montserrat-Bold.ttf') format('truetype'),
         url('fonts/Montserrat-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat_light';
    src: url('fonts/Montserrat-Light.eot');
    src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Light.woff') format('woff'),
         url('fonts/Montserrat-Light.ttf') format('truetype'),
         url('fonts/Montserrat-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat_regular';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Regular.woff') format('woff'),
         url('fonts/Montserrat-Regular.ttf') format('truetype'),
         url('fonts/Montserrat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat_semibold';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-SemiBold.woff') format('woff'),
         url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
         url('fonts/Montserrat-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  -webkit-font-smoothing: antialiased; height: 100%;
}

body{
	margin:0px;
	height:100%;
	font-family: 'montserrat_light';
  color:#5c5c5c;
	font-size:14px;
	line-height:25px;
/*  border:10px solid #000000;*/
  box-sizing: border-box;
}

a{
	color: inherit;
	text-decoration: inherit;
}
h2 {
  font-size: 33px;
/*  font-family: 'montserrat_regular';*/
  font-family: 'montserrat_semibold';
  margin: 0px;
  color:#000000;
  line-height: 39px;
}

blockquote {
  padding: 0px;
  font-size: 14px;
  margin: 0px;
  margin-top: 10px;
  line-height: 30px;
	color: #5c5c5c;
}

.resto blockquote {
  font-size: 12px;
  margin: 0px;
}

h3 {
  font-family: 'montserrat_semibold';
  font-size: 20px;
  margin: 0px;
}

h4 {
  font-family: 'montserrat_semibold';
  font-size: 14px;
  margin:0px;
}

table {
  margin:0px;
}

tr, td {
  border:none;
}

.servicestitle hr.wave {
  width: 70%;
  border: none;
  background-image: url(../img/straight_dark.png);
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  height: 2px;
}

.maxwidth{
	max-width:1280px;
	margin:auto;
}
.maxwidth_content{
	width:100%;
	max-width:850px;
	margin:auto;
}

.maxwidthouter{
	max-width:1600px;
	margin:auto;
}

.paddleft{
	padding-left:25px;
}
.paddright{
	padding-right:25px;
}
.paddscontent{
	padding:25px;
}

.postspacing{
	height:10px;
}

#page { min-height: 100%; padding-bottom: 290px; overflow:hidden;}

/*
	============================================================================
	menu	====================================================================
	============================================================================
*/

	.custom-logo {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.custom-logo:hover{
		opacity: 0.65;
	}

    .language-chooser-item {
      list-style: none;
    }

		.topfirstmenu{
			position:absolute;
			top:62px;
			left:0px;
			width:100%;
			padding: 0 25px;
		}
		.topfirstmenu .topfirstmenu_inner{
			width:100%;
			max-width:1400px;
			margin:auto;
		}
		.topfirstmenu .topfirstmenu_inner .menuitem{
			font-family:'montserrat_regular';
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size:13px;
			color:#707070;
		}

		.topfirstmenu .topfirstmenu_inner .menuitem2{
			padding-right:20px;
			font-family:'montserrat_semibold';
			text-transform: uppercase;
			letter-spacing: 2px;
			font-size:14px;
			color:#707070;
		}
		.topfirstmenu .topfirstmenu_inner .menuitem_search{
			padding-right:40px;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size:14px;
			color:#707070;
		}

		.topfirstmenu .topfirstmenu_inner .wave{
			background-image: url(../img/straight.png);
			height:2px;
			width:20px;
		}

	.menuwave{
		  width: 40px;
		  height: 2px;
		  position: absolute;
		  bottom: -10px;
		  left:33px;
	}
	.menuwave2{
		  width: 65px;
		  height: 2px;
		  position: absolute;
		  bottom: -10px;
		  left:30px;
	}


#menu{
	background-color:#f4f4f3;
	padding-top:43px;
	text-align:center;
}

#menu .mainmenu ul{
	list-style-type: none;
	display: block;
	padding-bottom:37px;
	/*padding-top:9px;*/
	margin-top: -2px;
	text-transform: uppercase;
	color:#000000;
	font-size:15px;
	letter-spacing: 2px;
  font-family: montserrat_regular;
	margin-bottom: 0;
}
#menu .mainmenu li{
	display:inline;
  border:0px solid #ffffff;
  position:relative;
  text-align:center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 1280px) {
	#menu .mainmenu li{ padding: 25px 15px; }
}
@media (max-width: 1100px) {
	#menu .mainmenu li{ padding: 25px 10px; }
}
@media (max-width: 1000px) {
	#menu .mainmenu li{ padding: 25px 9px; }
}

#menu .mainmenu li.current-menu-item a:after {
    content:"";
    display:block;
    width:0;
    border: 10px solid #ffffff;
    border-color:transparent transparent #ffffff transparent;
    position:absolute;
    left:50%;
    margin-left:-10px;
    top:93%;
}
#menu .mainmenu li.current-menu-item,
#menu .mainmenu li a:hover {
  color: #787878;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


/*
	============================================================================
	footer	====================================================================
	============================================================================
*/

#footer-menu li a,
#footer .social img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top:100px;
	width:100%;
	height:186px;
	background-color:#f4f4f3;
	display:table;
	font-size:12px;
	letter-spacing: 2px;
	color:#999999;
	padding-right: 17px;
}
#footer .logo{
	display:table-cell;
	vertical-align: middle;
	width:28%;
  padding-bottom:18px;
}
#footer .logo a img {
  margin-left: 25px;
}
#footer .social{
	display:table-cell;
	vertical-align: middle;
	width:11.9%;
  /*padding-top: 13px;*/
  border-left: 3px solid #ffffff;
  text-align: center;
  border-right: 3px solid #ffffff;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .social img:hover{
  opacity: 0.8;
}
#footer .footermenu{
	display:table-cell;
	vertical-align: middle;
	/*width:50%;*/
	text-transform: uppercase;
}
#footer .seclogo{
	display:table-cell;
	vertical-align: middle;
	width:12%;
	text-align:right;
}
#footer .seclogo img {
  padding: 0px;
}

/*
  ============================================================================
  newssingle	==================================================================
  ============================================================================
*/

.newssingle hr.small{
	margin-top:20px;
	margin: auto;
	margin-bottom:10px;
}

.newssingle h1{
	color:#000000;
	font-size: 28px;
	font-family: 'montserrat_semibold';
	line-height:32px;
	margin: 0px;
	text-align:center;
}
.newssingle .text{
	padding-right:20px;
}
.newssingle .info{
	margin:auto;
	color:#c5c5c5;
	font-size: 10px;
	font-family: 'montserrat_bold';
	letter-spacing: 1px;
	margin-top:10px;
	margin-bottom:10px;
	display: table;
}
.newssingle .info .infotext{
	line-height: 20px;
	vertical-align: middle;

}
.newssingle .info .fa{
	font-size:15px;
	padding-right:5px;
	padding-top:7px;
}

.newssingle .info .fa.fa-clock-o { padding-right: 0; }

.newssingle .category{
	font-size: 10px;
	font-family: 'montserrat_bold';
	letter-spacing: 1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
}
.newssingle .quote{
	color:#000000;
	padding-top:30px;
	padding-bottom:20px;
	font-family:montserrat_bold;
	font-size:36px;
	line-height:40px;
}
.newssingle .text .highlight{
	font-family:montserrat_semibold;
	color:#000000;
}

.newssingle .leftpadding_r{
	padding-right:20px;
}
.newssingle .leftpadding_l{
	padding-left:20px;
	padding-top:10px;
}
.text span,p{
	font-family: inherit !important;
}
.text span,p{
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

/*
  ============================================================================
  leftbar	==================================================================
  ============================================================================
*/

.leftbar .title{
	color:#000000;
	font-size: 20px;
	font-family: 'montserrat_semibold';
	line-height:26px;
	margin: 0px;
	margin-bottom:5px;
}

.leftbar .date{
	color:#000000;
	font-size: 22px;
	font-family: 'Merriweather', serif;
  font-style: italic;
	line-height:26px;
	margin: 0px;
	margin-bottom:5px;
}

.leftbar .name{
	color:#000000;
	font-size: 14px;
	font-family: 'Merriweather', serif;
  font-style: italic;
	line-height:20px;
	font-weight:bold;
}
.leftbar .location{
	color:#000000;
	font-size: 14px;
	font-family: 'Merriweather', serif;
  font-style: italic;
	line-height:20px;
}


/*
  ============================================================================
  newslist	==================================================================
  ============================================================================
*/
.mainpostpadding{
	padding-left:10px;
	padding-right:10px;
}
.first .mainpostpadding { text-align: center; }
.newslist{
	padding:10px;
}
.newslist .mainpost{
	padding-bottom:20px;
}
.newslist .highlight{
	background-color:#262626;
	color:#ffffff;
	padding:20px;
	/*margin-top:-10px;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.newslist .mainpost {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display:flex;
  box-sizing: border-box;
  padding-bottom: 0px;
}
.newslist .mainpost .mainpost_child {
  align-items: stretch;
  position: relative;
}
.newslist .mainpost .mainpost_child .mainpost_subchild {
  position: relative;
  padding:20px;
}
.newslist .mainpost .mainpost_child .mainpost_subchild.grey {
  background-color: #f8f8f8;
}
/*.newslist .mainpost:hover {*/
  /*opacity: 0.6;*/
  /*cursor:pointer;*/
/*}*/
.newslist .mainpost img{
	max-width:100%;
/*	max-height: 600px;*/
	margin: 0 auto;
}
.newslist .mainpost .mainpost_child.w66 img {
	width: 100%;
}
.newssingle .w100 > .leftpadding_l { padding-left: 0; padding-right: 0; }
.newslist .mainpost hr{
	margin-top:20px;
}
.newslist .mainpost h1{
	color:#000000;
  font-size: 28px;
  font-family: 'montserrat_semibold';
  line-height:36px;
  margin: 0px;
  padding-right:20px;
}
.newslist .mainpost h4{
  margin: 5px 0px 15px;
  line-height: 29px
}
.newslist .mainpost .category{
	color:#959595;
	font-size: 10px !important;
	font-family: 'montserrat_regular';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:15px;
}
.newslist .mainpost .text{
	padding-right:20px;
  font-size: 14px;
  line-height: 29px;
  max-height:250px;
  margin-bottom:40px;
}

.newslist .mainpost .info{
	color:#c5c5c5;
	font-size: 10px;
	font-family: 'montserrat_light';
	letter-spacing: 1px;
	margin-top:0px;
	margin-bottom:0px;
	display: table;
}
.newslist .mainpost.first .info {
  /*top: 95%;*/
  position: absolute;
  vertical-align: bottom;
}
.newslist .mainpost .info .infotext{
	line-height: 20px;
	padding-bottom: 0px;
	display:table-cell;
	vertical-align: middle;
	font-size: 10px !important;
	font-weight: 400;

}
.newslist .mainpost .info .fa{
	font-size:15px;
	padding-right:5px;
	display:table-cell;
	padding-top:1px;
}
.newslist .mainpost .mainpost_child .mainpost_subchild .info {
  margin-top:30px;
  margin-bottom:10px;
}
.newslist .mainpost .mainpost_child .mainpost_subchild.highlight .info {
  margin-top:0px;
  margin-bottom:10px;
}

.newslist .highlight hr{
	margin-top:10px;
	background-color:#ffffff;
}
.newslist .highlight h1{
	color:#ffffff;
}
.newslist .highlight .category{
	color:#ffffff;
}
.newslist .highlight .info{
	color:#ffffff;
  margin-top:0px;
}

/* QUOTE CONTENT */
.newslist .mainpost .mainpost_child.quote .mainpost_subchild {
  background-color: #f8f8f8;
  background-image: url('../img/quote_marks.png');
  background-position: 50% 20%;
  background-size: 65%;
  background-repeat: no-repeat;
  cursor: default;
  margin-bottom:20px;
}
.newslist .mainpost .mainpost_child.quote .mainpost_subchild .text {
  font-size: 36px;
  font-family: "montserrat_bold";
  line-height: 43px;
  padding: 30px;
  color: #000000;
  text-align: center;
  vertical-align: middle;
}
.newslist .mainpost .mainpost_child.quote .mainpost_subchild .info {
  width:100%;
  padding:20px;
  margin:0px;
}
.newslist .mainpost .mainpost_child.quote .mainpost_subchild .customer {
  text-align: right;
  font-family: "montserrat_light";
  font-size:14px;
  line-height: 29px;
  text-transform: uppercase;
  padding-right:25px;
  color:#5c5c5c;
}
.newslist .mainpost .mainpost_child.quote .mainpost_subchild .info .empty_space {
  display:table-cell;
  width:55%;
}

/* EVENTS CONTENT */
.newslist .mainpost .mainpost_child.event .mainpost_subchild .left {
  position: absolute;
  height: 100%;
  width: 30px;
  left: -12px;
  top: 100%;
  background-image: url(../img/arrowleft.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size:50%;
  cursor: pointer;
}
.newslist .mainpost .mainpost_child.event .mainpost_subchild .right {
  position: absolute;
  height: 100%;
  width: 30px;
  right: -25px;
  top: 100%;
  background-image: url(../img/arrowright.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size:50%;
  cursor: pointer;
}

.glide_background {
  position: absolute;
  height: 21px;
  background-color: #5c5c5c;
  top: 25px;
  z-index: 0;
}


/*
  ============================================================================
  SERVICES	==================================================================
  ============================================================================
*/

.pagetitle {
  font-family: 'montserrat_regular';
  font-size: 15px;
  letter-spacing: 1px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  max-width: 860px;
  position: relative;
  margin: 0 auto;
}

.pagetitle .wave {
  width: 100%;
  height: 2px;
  background-image: url(../img/straight.png);
  position: absolute;
  bottom: -4px;
}

.leftbar .wave {
	width: 100%;
	height: 2px;
	background-image: url(../img/straight.png);
	margin-bottom: 10px;
	margin-top: 15px;
}

.pagetitle .back {
  display: inline-block;
  background-image: url(../img/back.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
  line-height: 21px;  
  font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pagetitle .back:not(.action):hover {
	opacity: 0.75;
	color: inherit;
}

.pagetitle .back.active {
  color: #fff;
  background-color: #5c5c5c;
}

.servicestitle {
  font-size: 20px;
  line-height: 36px;
  margin-top: 40px;
  font-family: 'montserrat_light';
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #5c5c5c;
  overflow: hidden;
}

.servicestitle.small {
  max-width: 410px;
  float: left;
}

.servicestitle h2 {
  color: #000;
  margin-bottom: 15px;
}

.serviceitem {
  margin-top: 40px;
  overflow: hidden;
}
.serviceitem {
  position: relative;
  float: left;
  font-family: 'montserrat_semibold';
  width: 360px;
  font-size: 28px;
  padding-right: 20px;
  font-size: 28px;
  line-height: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.serviceitem.lettre,.serviceitem.brand {
  width: 100%;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
  float: none;
}

#list .serviceitem.brand, #list .serviceitem.lettre  { margin-bottom: 12px; }
#list .serviceitem.lettre:first-child hr { margin-top: 12px; }

.serviceitem.lettre {
  font-size: 42px;
}

.serviceitem.lettre hr, .servicestitle hr {
  width: 34px;
  height: 6px;
  background-color: #000;
  border: none;
  margin: 10px 0px;
}

#list .serviceitem hr { margin-top: 45px; }

.serviceitem.brand {
  font-family: 'montserrat_regular';
  font-size: 22px;
  text-transform: capitalize;
	line-height: 1;
}

.serviceitem.brand > div:first-of-type { margin-bottom: 5px; }

.serviceitem.brand hr {
  display: none;
}

.serviceitem.brand .shopbuttons {
  font-size: 13px;
  line-height: inherit;;
  float: left;
  line-height: 25px;
  overflow: inherit;;
  background-position: left 4px;
  margin-top:0px;
  color:#5c5c5c;
}

.serviceitem a.fill {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.serviceitem.right {
  float: right;
  padding-left: 20px;
  padding-right: 0px;
}
.serviceitem hr, hr.small {
  width: 36px;
  height: 6px;
  background-color: #000;
  border: none;
  margin: 10px 0px;
}

.simg {
  padding-bottom: 66%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.shopbuttons {
  font-size: 13px;
  font-family: 'Merriweather', serif;
  font-style: italic;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 22px;
  margin-top:10px;
}

.shopbuttons table td {
  vertical-align: top;
}

.shopbuttons span {
	padding-right: 7px;
	text-transform: none;
	color: #5c5c5c;
	display:inline-block;
}
.shopbuttons a {
  padding-right: 7px;
  text-decoration: underline;
  text-transform: none;
  color: #5c5c5c;
  display:inline-block;
}
.shopbuttons a:hover{
  text-decoration: none;
  color: #000;
}

hr.row {
  clear: both;
  border: none;
  background:none;
  margin: 0px;
}

hr.row.two {
  display: none;
  background:none;
  margin: 0px;
}

#shops {
  display: table;
  padding-top: 40px;
  width: 100%;
}

.radios {
  font-family: 'montserrat_light';
  font-size: 15px;
  line-height: 40px;
  display: table-cell;
  width: 360px;
  padding-left: 30px;
}

label.radio {
  padding-top: 1px;
  background-image: url(../img/radio.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  cursor: pointer;
  font-size: 15px;
  color:#5c5c5c;
  font-family: montserrat_light;
  font-weight:normal;
  line-height: 25px;
  padding-left: 20px;
  padding-bottom: 0px;
}
label input[type=radio] {
  opacity: 0.001;
  filter:alpha(opacity=1);
  position: absolute;
  left: -1000px;
}
label.radio.selected {
  background-image: url(../img/radio_checked.png);
}

#map {
  height: 500px;
  display: table-cell;
}

#map.shop_map > div { height: 500px !important; }

.serviceitem {
  color: #000;
}
.serviceitem .subtitle {
  font-size: 10px;
  color: #959595;
  text-transform: uppercase;
  font-family: 'montserrat_regular';
  letter-spacing: 1px;
  margin:0px;
}

#list .serviceitem .subtitle { color: #c5c5c5; font-weight: 700; }

#filter {
  margin-top: 65px;
  margin-bottom: 100px;
  overflow: hidden;
}

.select {
  width: 200px;
  height: 38px;
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.select.large {
  width: 250px;
}

.select select {
  font-family: 'montserrat_light';
  position: absolute;
  outline: none;
  background-color: #fff;
  width: 120%;
  height: 100%;
  border: 0px;
  background-color: transparent;
  font-size: 15px;
  text-transform: capitalize;
  padding-left: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.marginRight {
  margin-right: 20px;
}

.listsearch {
  font-family: 'montserrat_light';
  width: 200px;
  border: none;
  border-bottom: 1px solid #000;
  padding-right: 30px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  background-image: url(../img/magni.png);
  background-repeat: no-repeat;
  background-position: right center;
  outline: none;
}

#list-search::-webkit-input-placeholder {font-family: 'montserrat_light' !important;}
#list-search::-moz-placeholder {font-family: 'montserrat_light' !important;}
#list-search:-ms-input-placeholder {font-family: 'montserrat_light' !important;}
#list-search:-moz-placeholder {font-family: 'montserrat_light' !important;}

#list {
  color: #000;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

#list.three {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

#list.two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

#list.one {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.navigation.pagination { margin: 0 auto; float: none; width: 100%; }

.navigation.pagination .prev .fa { padding: 0 10px 0 0; }
.navigation.pagination .next .fa { padding: 0 0 0 10px; }


.dontsplit {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
 break-inside: avoid;
}

.serviceitem.lettre {
  position: relative;
  -webkit-column-break-after: avoid;
  page-break-after: avoid;
  break-after: avoid;
}

#footer-menu {
  list-style: none;
  font-weight: 400;
  margin: 0px;
}
#footer-menu li {
  float:left;
  margin: 0px;
	padding: 25px 20px;
}

/* ------ Joël ------- */

.content-area .info span { padding: 0 10px; }

.newslist .mainpost img,
.newslist .mainpost .mainpost_child,
.newslist .mainpost .mainpost_subchild {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

/*.newslist .mainpost:hover img,*/
.newslist .mainpost:hover .mainpost_child,
.newslist .mainpost:hover .mainpost_subchild
	{ opacity: 0.6; }

/*.newslist .mainpost:hover .mainpost_subchild { background-color: #f9f9f9; }*/
/*.newslist .mainpost:hover .mainpost_subchild.highlight { background-color: rgba(38, 38, 38, 0.6); }*/
/*.newslist .mainpost:hover .mainpost_subchild.grey { background-color: #d8d8d8; }*/

.arrow_container .dates_slider { color: #000; }

.txt_slider .txt_slider_inner { font-size: 25px; }



.infoblock.resto strong,
.infoblock.resto b {
	font-weight: 400;
}

.companyimage .servicestitle .infoblock:not(.resto) { font-style: italic; }
.companyimage .servicestitle .infoblock { margin: 14px 0 29px 0; }

.companyimage .servicestitle .infoblock.resto { line-height: 28px; color: #5c5c5c; }
.companyimage .servicestitle .infoblock.resto strong { display: block; }
.companyimage .servicestitle .infoblock.resto br { display: none; }



#footer .logo {
	display: table-cell;
	vertical-align: middle;
	width: 50.25%;
	padding: 0 0 0 16px;
	/* padding-bottom: 18px; */
	/*width: 1%;*/
	/*white-space: nowrap;*/
	/*padding: 0 20px;*/
}

#footer-menu:after {
	content: '';
	display: block;
	clear: both;
}

#footer .logo img {
	width: auto !important;
	/* margin-top: 20px; */
	height: 80px !important;
	padding: 0 !important;
	margin: 0 !important;
}

#footer-menu {
	display: table;
	width: 100%;
	margin-top: -10px;
	font-family: montserrat_semibold;
	font-size: 12px;
	letter-spacing: 2.5px;
}

#footer { overflow: hidden; max-width: 1300px; }

#footer-menu li {
	float: none;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	white-space: nowrap;
	padding: 25px 10px !important;
}

/* Mentions légales responsive prep */
#footer .footermenu { width: 50%; text-align: center; }

/*#footer-menu li {*/
	/*float: left;*/
	/*width: 50%;*/
/*}*/

#footer-menu li:first-of-type { padding: 25px 29px 25px 20px; }
#footer-menu li:nth-of-type(2) { padding: 25px 22px 25px 30px; }
#footer-menu li:nth-of-type(3) { padding: 25px 19px 25px 22px; }
#footer-menu li:last-of-type { padding: 25px 20px 25px 18px; }

#footer .seclogo a { width: 158px; display: block; margin: 0 auto; }

#footer .seclogo img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

#footer .logo > a,
#footer .contact-footer
	{ float: left; }

#footer .logo > a {
	padding: 30px 60px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .logo > a img { opacity: 0.5; }

#footer .contact-footer { padding: 50px 0 0 15px; letter-spacing: 0; }

#footer .contact-footer a { display: block; text-align: center; }
.topfirstmenu .topfirstmenu_inner a.menuitem { margin-left: 65px; }
.site-header { height: auto; }


/* ---------- Joel ---------------- */

.home-content {
	max-width: 1300px;
	padding: 40px 20px;
	margin: 0 auto;
}

.home-grid {
	position: relative;
	margin: 0 -10px;
}

.home-content .home-item-sizer { width: 25%; }
.home-content .home-item {
	width: 25%;
	height: 360px;
	padding: 10px;
}

.home-content .home-item.wx2 { width: 50%; }
.home-content .home-item.wx3 { width: 75%; }

/*.has-contact-links .contact-link { width: 50%; float: left; text-align: center; margin: 5px 0 25px 0; display: block; font-weight: 700; }*/
.has-contact-links .contact-link { width: 100%; text-align: center; margin: 5px 0 25px 0; display: block; font-weight: 700; }

.clear:after { content: ''; display: table; clear: both; }

.servicestitle hr.menu-sep {
	height: 2px;
	margin: 20px auto;
}

#footer .logo > a { margin-right: 45px; text-align: center; float: none; }
#footer .logo > a img {
margin: 0 auto !important;
display: block;
}

#footer .contact-footer { text-align: center; }

#footer .logo { width: 29.25%; }
#footer .contact-footer {
	width: calc(100% - 45px);
	padding: 0 0 30px 0;
}



@media (max-width: 1200px) {
	#footer .logo { width: 29.25%; }
	#footer .contact-footer {
		width: calc(100% - 45px);
		padding: 0 0 30px 0;
	}
	/* Mentions légales responsive prep */
	/*#footer .logo > a { margin-right: 45px; text-align: center; float: none; }*/
	/*#footer .logo > a img {*/
		/*margin: 0 auto !important;*/
		/*display: block;*/
	/*}*/

    /*#footer .contact-footer { text-align: center; }*/
}

@media (max-width: 992px) {
	.home-content .home-item-sizer,
	.home-content .home-item
		{ width: 50%; }

	#footer .contact-footer,
	#footer .logo > a,
	.home-content .home-item.wx3
		{ width: 100%; }

	#footer .logo { padding: 0; }
}

@media (max-width: 640px) {
	.home-content .home-item-sizer,
	.home-content .home-item,
	.home-content .home-item.wx2,
	.home-content .home-item.wx3
		{ width: 100%; }
}

.home-content figure,
.home-content .home-item-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

/*.home-content figure { height: 250px; }*/

.home-content .home-item .slider-info,
.home-content .home-item-img,
.home-content .home-item a {
	display: table;
	height: 100%;
	width: 100%;
	padding: 15px;
	position: relative;
}

.home-content .home-item a {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	z-index: 5;
}

.home-content .home-item h2 { font-size: 24px; margin-bottom: 10px; }
.home-content .home-item h3 { font-size: 12px; text-transform: uppercase; margin-bottom: 14px; }

.home-content .home-item h2,
.home-content .home-item h3 {
	position: relative;
	font-family: 'montserrat_bold';
	font-weight: 400;
	line-height: 1;
	color: inherit;
	height: 1%;
	margin-bottom: 10px;
}

.home-content .home-item h2,
.home-content .home-item h3,
.home-content .home-item .item_spacer,
.home-content .home-item figure {
	display: table-row;
}

.home-content .home-item .item_spacer { height: 10px; }

.home-content .home-item h3:after {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 10px;
	margin-left: 10px;
}

.home-content .home-item h3.no-arrow:after { display: none; }

.home-content .home-item .slider-info {
	position: relative;
	border: 3px solid #fff;
	color: #fff;
}

.home-content .home-item .slider-info p {
	font-family: 'montserrat_light';
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.home-content .home-item .slider-info p strong {
	font-family: 'montserrat_bold';
	font-weight: 400;
	display: block;
}

.home-content .home-item .slider-info .pos_slide {
	position: absolute;
	top: 50%;
	left: 35px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-content .home-item-img .pos_content {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
}

.home-content .home-item-img .pos_content h2 { margin-bottom: 30px; }
.home-content .home-item-img .pos_content p { margin-bottom: 10px; }

.home-content .slick-slider .slick-list,
.slick-slider .slick-track
	{ height: 100%; }

.home-content .slick-slider .slick-prev,
.home-content .slick-slider .slick-next {
	height: calc(100% - 20px);
	width: 50px;
	z-index: 10;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.home-content .slick-slider:hover .slick-prev,
.home-content .slick-slider:hover .slick-next
	{ opacity: 0.3; }

.home-content .slick-slider .slick-prev:hover,
.home-content .slick-slider .slick-next:hover
	{ opacity: 0.6; }

.home-content .slick-slider .slick-prev:before,
.home-content .slick-slider .slick-next:before
	{ font-family: 'FontAwesome'; color: #000; }

.home-content .slick-slider .slick-prev { left: 10px; }
.home-content .slick-slider .slick-prev:before { content: '\f104'; }
.home-content .slick-slider .slick-next { right: 10px; }
.home-content .slick-slider .slick-next:before { content: '\f105'; }

/* -------------------------------- */



.ls1 { margin-left: 20px; }
.ls1 li { padding-bottom: 10px; }
.jobsheader { padding-top: 10px; }
.jobsheader .w33,
.jobslist .w33
	{ padding: 0 20px 0 0; min-height: 1px; }

.jobsheader .w66,
.jobslist .w66
	{ padding: 0 0 0 20px; min-height: 1px; }

.jobslist .jobtitle {
	color:#000000;
	font-size: 28px;
	font-family: 'montserrat_semibold';
	line-height:36px;
	margin: 0px;
	padding-right:20px;
}

.jobslist { padding-top: 20px; }

.jobslist .jobdescription.big {
	font-size: 20px !important;
	line-height: 36px;
	margin-top: 20px;
	font-family: 'montserrat_light';
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #5c5c5c;
	overflow: hidden;
}

.jobslist .jobbutton {
	height: 38px;
	line-height: 38px;
	display: inline-block;
	padding: 0 15px;
	border: 1px solid #000;
	min-width: 200px;
	text-align: center;
	font-family: 'montserrat_light';
	color: #5c5c5c;
	font-size: 20px;
	margin-top: 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.single-job .job-form .upload-button:hover,
.contact-page .contact-form .upload-button:hover,
.jobslist .jobbutton:hover {
	color: #fff;
	background-color: #222;
}

.single-job-item { padding: 20px 0 43px 0; }
.w66 .single-job-item.no-pad-t { padding-top: 0; }

.single-job,
.contact-page,
.newsletter_form,
.newsletter_title {
	max-width: 768px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.newsletter_title { text-align: center; margin-top: 80px; margin-bottom: 65px; }

.single-job .job-form .form-block,
.contact-page .contact-form .form-block,
.newsletter_form .form-block {
	position: relative;
}

.single-job .job-form .form-block.center { display: table; margin: 0 auto; }
.single-job .job-form .form-block:after {
	content: '';
	display: block;
	clear: both;
}

.single-job .job-form .form-block .upload-field {
	position: relative;
	float: left;
	padding: 0 15px;
	margin-bottom: 70px;
}

.single-job .job-form .form-block .upload-field .upload-button {
	margin-bottom: 5px;
}

.single-job .job-title {
	padding: 0;
	margin: 0;
	font-size: 34px;
	text-align: center;
}

.single-job .job-description,
.contact-page .contact-description,
.newsletter_title p {
	margin-top: 20px;
	font-family: 'montserrat_light' !important;
	color: #5c5c5c !important;
	font-size: 15px !important;
	line-height: 34px;
	text-align: center;
}

.single-job .job-form input,
.single-job .job-form textarea,
.contact-page .contact-form input,
.contact-page .contact-form textarea,
.newsletter_form input {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #959595;
	width: 100%;
	font-weight: 300;
	font-size: 18px;
}

.single-job .job-form .form-row,
.contact-page .contact-form .form-row
	{ padding: 16px 0; }

.single-job .job-form input,
.contact-page .contact-form input,
.newsletter_form input {
	height: 38px;
	line-height: 38px;
	-webkit-font-smoothing: initial;
}

.single-job .job-form textarea,
.contact-page .contact-form textarea {
	line-height: 43px;
	background-image: -moz-linear-gradient(top , transparent, transparent 42px, #959595 0);
	background-image: -webkit-linear-gradient(top , transparent, transparent 42px, #959595 0);
	-webkit-background-size:  100% 43px;
	background-size: 100% 43px;
	overflow: hidden;
	border-bottom: none !important;
	resize: none;
	-webkit-font-smoothing: initial;
}

.single-job .job-form .error,
.contact-page .contact-form .error,
.newsletter_form .error {
	position: absolute;
	top: 100%;
	color: #ed1c24;
	font-size: 12px;
}

.single-job .job-form .select.missing,
.contact-page .contact-form .select.missing,
.newsletter_form .select.missing {
	border-color: #ed1c24;
}

.single-job .job-form input.missing,
.single-job .job-form textarea.missing,
.contact-page .contact-form input.missing,
.contact-page .contact-form textarea.missing,
.newsletter_form input.missing {
	border-bottom-color: #ed1c24;
}

.single-job .job-form .upload-button.missing,
.contact-page .contact-form .upload-button.missing
	{ border-color: #ed1c24; }

.single-job .job-form .w25,
.single-job .job-form .w40,
.contact-page .contact-form .w25,
.contact-page .contact-form .w40,
.newsletter_form .w25,
.newsletter_form .w30,
.newsletter_form .w45 {
	padding: 0 15px;
}

.single-job .job-form .select,
.contact-page .contact-form .select,
.newsletter_form .select {
	width: 100%;
	display: block;
}

.single-job .job-form .upload-button,
.contact-page .contact-form .upload-button,
.single-job .job-form .job-submit-button,
.contact-page .contact-form .contact-submit-button,
.newsletter_form .newsletter-submit-button {
	border: 1px solid #000;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: 'montserrat_light';
	text-align: center;
	display: table;
	margin: 0 auto 22px auto;
	padding: 0 15px;
	min-width: 205px;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.single-job .job-form .filename,
.contact-page .contact-form .filename {
	position: absolute;
	top: 100%;
	left: 16px;
	width: calc(100% - 30px);
	line-height: 18px;
	text-align: center;
}

.single-job .job-form .job-form-info,
.contact-page .contact-form .contact-form-info {
	display: table;
	margin: 0 auto;
	font-style: italic;
}

.single-job .job-form .loading_gif,
.contact-page .contact-form .loading_gif {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	margin: -10px 0 0 -10px;
	opacity: 0;
}

.single-job .job-form .thanks,
.contact-page .contact-form .thanks,
.newsletter_form .thanks {
	border: 1px solid #000;
	background-color: #222;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: 'montserrat_light';
	text-align: center;
	display: table;
	margin: 0 auto 22px auto;
	padding: 0 15px;
	opacity: 0;
}


.single-job .job-form .upload-button.missing,
.contact-page .contact-form .upload-button.file_selected,
.contact-page .contact-form .upload-button.missing
	{ margin-bottom: 42px; }

.single-job .job-form .upload-button.missing + .filename,
.contact-page .contact-form .upload-button.missing + .filename
	{ color: #ed1c24; }

.single-job .job-form .job-select,
.contact-page .contact-form .contact-select
	{ font-style: italic; font-size: 17px; }

.single-job .job-form #cv,
.single-job .job-form #ldm,
.contact-page .contact-form #cv
	{ display: none; }

.single-job .job-form ::-webkit-input-placeholder,
.contact-page .contact-form ::-webkit-input-placeholder,
.newsletter_form ::-webkit-input-placeholder {
	font-style: italic;
}
.single-job .job-form :-moz-placeholder,
.contact-page .contact-form :-moz-placeholder,
.newsletter_form :-moz-placeholder {
	font-style: italic;
}
.single-job .job-form ::-moz-placeholder,
.contact-page .contact-form ::-moz-placeholder,
.newsletter_form ::-moz-placeholder {
	font-style: italic;
}
.single-job .job-form :-ms-input-placeholder,
.contact-page .contact-form :-ms-input-placeholder,
.newsletter_form :-ms-input-placeholder {
	font-style: italic;
}

.wsp-container {
	float: left;
	width: 25%;
	padding: 0 20px;
}

.wsp-container h2 {
	color: #000000;
	font-size: 28px;
	font-family: 'montserrat_semibold';
	line-height: 36px;
	margin: 0px;
	padding-right: 20px;
	font-weight: 400;
	margin-bottom: 25px;
}

.wsp-container h2::before {
	content: ' ';
	display: block;
	width: 36px;
	height: 6px;
	background-color: #000;
	border: none;
	margin: 10px 0px;
}

.wsp-container ul { list-style: none; }

@media (max-width: 992px) {
	.single-job .job-form .w20 { width: 20%; }
	.single-job .job-form .w40 { width: 40%; }
	.single-job .job-form .w50 { width: 50%; }
	.contact-page.contact-form .w20 { width: 20%; }
	.contact-page .contact-form .w40 { width: 40%; }
	.contact-page .contact-form .w50 { width: 50%; }
	.newsletter_form .w25 { width: 25%; }
	.newsletter_form .w30 { width: 30%; }
	.newsletter_form .w45 { width: 45%; }
	.newsletter_form .select { width: 100% !important; }
	.wsp-container { width: 50%; }
}

@media (max-width: 768px) {
	.single-job .job-form .w20,
	.single-job .job-form .w40,
	.single-job .job-form .w50,
	.contact-page .contact-form .w20,
	.contact-page .contact-form .w40,
	.contact-page .contact-form .w50
		{ width: 50%; }

	.newsletter_form .w25 { width: 25%; }
	.newsletter_form .w30 { width: 30%; }
	.newsletter_form .w45 { width: 45%; }

	.single-job .job-form .w20,
	.contact-page .contact-form .w20
		{ float: none; padding-bottom: 60px; }

	.single-job .job-form .lastname_row,
	.contact-page .contact-form .lastname_row
		{ padding-left: 0 !important; }
}

@media (max-width: 640px) {
	.newsletter_form .w45 { width: 100%; margin-bottom: 35px; padding: 0; }
	.newsletter_form .w25,
	.newsletter_form .w30
		{ width: 50%; }

	.newsletter_form .w30 { padding-left: 0; }
	.newsletter_form .select { margin-bottom: 0 !important; }
}

@media (max-width: 480px) {
	.single-job .job-form .w20,
	.single-job .job-form .w40,
	.single-job .job-form .w50,
	.contact-page .contact-form .w20,
	.contact-page .contact-form .w40,
	.contact-page .contact-form .w50
		{ width: 100%; padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 15px; }

	.wsp-container { width: 100%; }

	.single-job .job-form .form-row,
	.contact-page .contact-form .form-row
		{ padding: 0; }

	.newsletter_form .w45,
	.newsletter_form .w25,
	.newsletter_form .w30
		{ width: 100%; padding: 0; margin-bottom: 35px; }

	.newsletter_form .w45 { margin-bottom: 45px; }
}

/*
	========================================================
	width percentage	====================================
	========================================================
*/

.w20{
	float:left;
	width:20%;
}
.w25{
	float:left;
	width:25%;
}
.w30{
	float:left;
	width:30%;
}
.w33{
	float:left;
	width:33.333333333333%;
}
.w40{
	float:left;
	width:40%;
}
.w45 {
	float: left;
	width: 45%;
}
.w50{
	float:left;
	width:50%;
}
.w60{
	float:left;
	width:60%;
}
.w66{
	float:left;
	width:66.6666666666666%;
}
.w75{
	float:left;
	width:75%;
}
.w100{
  float:left;
  width:100%;
}


/*
	========================================================
	details	====================================
	========================================================
*/

.companydetails {
  padding-left: 35px;
  padding-right: 55px;
  box-sizing: border-box;
}

.companyimage img {
  width: 100%;
  margin-bottom: 25px;
  display: block;
}

.logo {
  width: 205px;
  margin-top: 20px;
}

.logo img {
  width: 100%;
  margin-top: 20px;
}

.infoblock {
  margin-top: 10px;
  margin-bottom: 28px;
  font-family: 'Merriweather', serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;

}
.infoblock strong {
  font-family: 'Merriweather', serif;
  font-family: 'Merriweather', serif;
}

.infoblock.resto {
  font-family: 'montserrat_light';
}
.infoblock.resto strong {
  font-family: 'montserrat_bold';
  font-size: 14px;
}
.infoblock.resto .content {
  font-family: 'montserrat_light';
  font-size: 14px;
  color:#5c5c5c;
  padding-top: 8px;
}
.infoblock.resto .content p {
  margin-bottom:10px;
}
.infoblock.resto .mod_d {
  font-family: 'montserrat_light';
  font-size: 14px;
  color:#5c5c5c;
  margin-bottom:10px;
}

.infoblock.resto.w20 {
	width: 25%;
	text-align: center;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.infoblock i {
  display: block;
  margin: 5px 0px;
}
.infoblock a {
  text-decoration: underline;
}
.infoblock a:hover {
  text-decoration: none;
}

.back.action {
  background-image: none;
  padding: 0px 20px;
  z-index: 10;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.back.action:hover {
  /* color:#ffffff;
  background-color: #5c5c5c; */
}
.download_link {
  display: inline-block;
  padding: 0px 35px;
  margin: 60px 0px;
  border: 1px solid #1c1c1c;
  font-size: 20px;
  line-height: 37px;
  color:#000000;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.download_link:hover {
  color: #ffffff;
  background-color: #1c1c1c;
}

.pLeft {
  padding-left: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.contentgrid img,
.contentgrid .item-with-bg {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.contentgrid .more.hidden .item-with-bg,
.contentgrid img[data-src]
	{ opacity: 0; }

.contentgrid .more {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.contentgrid .more.hidden { opacity: 0; }
.issuuembed { margin: 0 auto; max-height: 630px; }
.issuuembed > div div:last-of-type { display: none !important; }

@media (max-width: 992px) {
	.issuuembed {
		width: 100% !important;
	}
}

/*	===========================================================	*/
/*	slider	===================================================	*/
/*	===========================================================	*/

  .table {
    display: table;
    width: 100%;
    margin:0px;
  }

  .table .cell {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    float: none;
  }
  .img_slider {
    width: 100%;
    height: 500px;
    max-height: 500px;
    position: relative;
  }

  .img_slider_overflow {
	  position: relative;
	  overflow: hidden;
	  height: 100%;
	  width: 100%;
  }

  .img_slider_inner {
    height: 100%;
    position: absolute;
    top: 0px;
  }
  .img_slider_inner div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    float: left;
  }

  .img_slider .dots_container {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
  }
  .dots_container .dot {
    width: 7px;
    height: 7px;
    margin: 0px 5px;
    float: left;
    cursor: pointer;
    line-height: 7px;
  }

  .dots_container>div {
    display: inline-block;
  }

  .dots_container .dot>div {
    width: 60%;
    height: 60%;
    opacity: 0.6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #666;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
  }

  .dots_container .dot.active>div {
    width: 100%;
    height: 100%;
    opacity: 1;
  }



  /*	===========================================================	*/
  /*	text slider	===============================================	*/
  /*	===========================================================	*/
  .rest {
    margin-bottom: 40px;
  }
  .rest .companydetails {
    padding-left: 0px;
    padding-right: 20px;
  }
  .rest .companydetails .servicestitle {
    padding-right: 50px;
  }
  .boldtitle {
    font-size: 28px;
    font-family: 'montserrat_semibold';
    color: #000;
    line-height: 30px;
  }
  .subtitle {
    font-size: 28px;
    font-family: 'montserrat_light';
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .txt_slider {
    width: 100%;
    position: relative;
    height: 500px;
    margin-top: 10px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .txt_slider.black {
    background-color: #fff;
    border: 6px solid #000;
  }
  .txt_slider.gray {
    background-color: #ebebeb;
  }
  .txt_slider_inner {
    height: 100%;
    position: absolute;
    left: 0px;
    display: table;
  }
  .txt_slider_inner>div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 90px 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .txt_slider_inner h2 {
    line-height: 36px;
  }

  .buttonbottom {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    max-width: 200px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
	color:#000000;
  }
  .arrow_container {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    height: 50px;
    left: 0;
    right: 0;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 28px;
  }
  .arrow_container .left {
    position: absolute;
    height: 100%;
    width: 30px;
    left: 0px;
    top: 0px;
    background-image: url(../img/arrowleft.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size:50%;
    cursor: pointer;
  }
  .arrow_container .right {
    position: absolute;
    height: 100%;
    width: 30px;
    right: 0px;
    top: 0px;
    background-image: url(../img/arrowright.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size:50%;
    cursor: pointer;
  }
  .bottomwave {
    width: 70px;
    height: 3px;
    background-image: url(../img/straight_dark.png);
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 0px;
  }
  .date_container {
    width: 100%;
    height: 100%;
    padding: 0px 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dates_slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .dates_slider>div {
    position: absolute;
    left: 0px;
    height: 100%;
    display: table;
  }
  .dates_slider>div>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  /*	===========================================================	*/
  /*	multi slider	=============================================	*/
  /*	===========================================================	*/
  .multi_slider {
    width: 100%;
    height: 620px;
    position: relative;
    overflow: hidden;
  }

  .multi_slider_inner {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow-x: hidden;
  }
  .multi_slider_inner>div {
    float: left;
  }

  /*	===========================================================	*/
  /*	Who we are	===============================================	*/
  /*	===========================================================	*/
  .center_content {
    width: 850px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
  }
  .center_content .center_block {
    font-size: 14px;
    margin-top: 40px;
  }
  .sttitle {
    font-size: 33px;
    font-family: 'montserrat_regular';
    display: block;
    max-width: 530px;
    margin: 0 auto;
    margin: 20px auto 30px auto;
    line-height: 38px;
    color: #000;
  }
  .center_content .center_block .text {
    padding: 0px 32px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .center_content hr {
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .gray_items {
    font-family: 'montserrat_bold';
    font-size: 10px;
    color: #c5c5c5;
    text-align: center;
    margin: 20px 0px;
  }
  .gray_items>div {
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 31px;
    display: inline-block;
    margin: 0px 12px;
  }
  .gray_items>div.eye {
    background-image: url(../img/eye.png);
    padding-left: 23px;
    background-size: 18px 13px;
  }
  .gray_items>div.clock {
    background-image: url(../img/clock.png);
    padding-left: 19px;
    background-size: 14px 14px;
  }
  .ims_arrow_left, .ims_arrow_right {
    height: 100%;
    width: 100px;
    position: absolute;
    left: -90px;
    top: 0px;
    cursor: pointer;
    background-image: url(../img/arrow_sliderleft.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
  }

  .ims_arrow_left {
    background-image: url(../img/arrow_sliderright.png);
    left: auto;
	  right: -90px;
  }


	.mainmobilemenu ul{
		list-style-type: none;
		line-height:50px;
		text-align: right;
		margin:0px;
		padding:0px;
	}
	.mainmobilemenu ul li{
		margin:0px;
		padding:0px;
	}
	.filtermobiletitle{
		display:none;
		position:relative;
	}
