#dlogs {
	width: 90%;
	margin:auto;
	margin-top: 25px;
	padding: 10px;
	border: 3px solid #ff0000;
	background: #000;
	color: #fff;
	display: none;
}
#page {
	margin: 0 auto;
	background: #fff;	
	padding-bottom: 40px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	width: auto;
}
@media (min-width: 768px) {
  .wrap_box #page {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wrap_box #page {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wrap_box #page {
    width: 1170px;
  }
}
a {
	color: #53A3E0;	
}
a:hover {
	background: transparent; /* patch ie */
}
a.selected {
	color: #53A3E0;	
}
a { outline: none !important;}
a.link { cursor:pointer;}
a.italic {font-style: italic;}
a.special {font-style: italic;font-size:11px;letter-spacing:1px;text-transform:uppercase;}

body {
	background: #fff;
	text-rendering: optimizelegibility;
	font-family: Arial;
	/*font-weight: 300;*/
	/*font-family: Trebuchet,"Trebuchet MS", Verdana, Georgia, Comic Sans MS, tahoma, Impact, Webdings;	*/
}
h1 {
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 18px;
	font-weight: normal;	
	padding-bottom: 3px;
}
h1 span {
	margin-left: 20px;
	padding-left: 15px;
	border-left: 2px solid #53A3E0;
	font-size : 14px;
	color: #999;
	text-transform: none;
}
h2, .h2 {
	text-transform: uppercase;
	font-size: 24px;	
}
h2 span,
.h2 span {
	padding-left: 15px;
	color: #999;
	font-size: 80%;
}
.wide_line {
	float: left;
	width: 100%;
}
.homerow {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.homerow.bg-reverse {
	/*background: #f1f1f1;*/
	background-position: center center;
	position: relative;
	/*background-size: cover;*/
}
.homerow.color-reverse h2,
.homerow.color-reverse h2 a,
.homerow.color-reverse a.special
 {
	color: #fff;
}
.homerow.color-reverse .bloctxt h2::after {
	border-bottom-color: #fff;
}

.homerow.homerow .pres_row {
	margin-top: 30px;
	margin-bottom: 30px;
}
.homerow.homerow.bg-reverse .pres_row {
	margin-top: 35px;
	margin-bottom: 35px;
}
.homerow .col-center {
	text-align: center;
}
.homerow .col-center .newsletter input {
	margin-left: 25%;
}
.homerow .col-center .bloctxt h2::after,
.homerow .col-center .bloctxt .h2::after {
	margin-left:auto;
	margin-right: auto;
}
.homerow.homerow.bg-reverse .homerow-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(160,160,160,0.15); /*#f1f1f1;*/
}
.center {
	text-align: center;
}

.container {
	padding: 0 20px;	
	margin: 0 auto;
}
@media (min-width:1240px){.container{width:1200px}}
.clearboth{
	clear: both;
}
.capitalizeFirstLetter::first-letter {
  	text-transform: capitalize;
}
ul {margin-left:0;margin-right:0;padding-left:0;padding-right:0;}
button.btn,
.button.btn {
	border: none;
	color: #fff;
	padding: 10px 25px;
}
button.btn:hover,
.button.btn:hover {
	border: none;
	color: #fff;
	text-decoration: none;
}
.button.btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.button.btn.btn-md {
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.button.btn.btn-xl {
	padding: 10px 30px;
}
.button.btn.btn-xxl {
	padding: 15px 34px
}
.button.btn.btn-xxxl {
	padding: 20px 40px;
	font-size: 110%;
}
.alert_page {
	margin: 75px 0px 200px 0px;
	border-left: 5px solid #eee;
    padding: 30px 60px 30px 30px;
    background-color: #fcf2f2;
    border-color: #B94A48;
    font-size: 16px;
    text-shadow: 1px solid #fff;
}

.alert_page.warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}	

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert .close{
	font-size: 21px;
}
.alert {
	margin-bottom: 0px;
	padding: 20px 15px;
	letter-spacing: 1px;
	font-size: 15px;
	margin-top: 30px;
	min-width: 400px;
}

/* Padding */
.padding { padding: 60px 0; }
.padding-15 { padding: 15px; }
.padding-20 { padding: 20px; }
.padding-25 { padding: 25px; }
.padding-y-0, .no-v-padding { padding-top: 0px;padding-bottom: 0px; }
.padding-y-5 { padding-top: 5px;padding-bottom: 5px; }
.padding-y-9 { padding-top: 9px;padding-bottom: 9px; }
.padding-y-10 { padding-top: 10px;padding-bottom: 10px; }
.padding-y-20 { padding-top: 20px;padding-bottom: 20px; }
.padding-y-30 { padding-top: 30px;padding-bottom: 30px; }
.padding-y-35 { padding-top: 35px;padding-bottom: 35px; }
.padding-y-40 { padding-top: 40px;padding-bottom: 40px; }
.padding-y-50 { padding-top: 50px;padding-bottom: 50px; }
.padding-y-65 { padding-top: 65px;padding-bottom: 65px; }
.padding-y-75 { padding-top: 75px;padding-bottom: 75px; }
.padding-y-85 { padding-top: 85px;padding-bottom: 85px; }
.padding-y-100 { padding-top: 100px;padding-bottom: 100px; }
.padding-y-120 { padding-top: 120px;padding-bottom: 120px; }
.padding-y-130 { padding-top: 130px;padding-bottom: 130px; }
.padding-y-150 { padding-top: 150px;padding-bottom: 150px; }
.padding-y-200 { padding-top: 200px;padding-bottom: 200px; }
.padding-x-0, .no-h-padding { padding-left: 0px;padding-right: 0px; }
.padding-x-5 { padding-left: 5px;padding-right: 5px; }
.padding-x-10 { padding-left: 10px;padding-right: 10px; }
.padding-x-20 { padding-left: 20px;padding-right: 20px; }
.padding-x-30 { padding-left: 30px;padding-right: 30px; }
.padding-x-90 { padding-left: 90px;padding-right: 90px; }
.padding-top-0 { padding-top: 0px; }
.padding-top-5 { padding-top: 5px; }
.padding-top-10 { padding-top: 10px; }
.padding-top-15 { padding-top: 15px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-30 { padding-top: 30px; }
.padding-top-40 { padding-top: 40px; }
.padding-top-50 { padding-top: 50px; }
.padding-top-60 { padding-top: 60px; }
.padding-top-80 { padding-top: 80px; }
.padding-top-100 { padding-top: 100px; }
.padding-top-120 { padding-top: 120px; }
.padding-top-150 { padding-top: 150px; }
.padding-bottom-0 { padding-bottom: 0px; }
.padding-bottom-5 { padding-bottom: 5px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-15 { padding-bottom: 15px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-25 { padding-bottom: 25px; }
.padding-bottom-30 { padding-bottom: 30px; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-bottom-60 { padding-bottom: 60px; }
.padding-bottom-80 { padding-bottom: 80px; }
.padding-right-5 { padding-right: 5px; }
.padding-right-10 { padding-right: 10px; }
.padding-right-20 { padding-right: 20px; }
.padding-left-0 { padding-left: 0px; }
.padding-left-5 { padding-left: 5px; }
.padding-left-10 { padding-left: 10px; }
.padding-left-15 { padding-left: 15px; }
.padding-left-20 { padding-left: 20px; }
.padding-left-30 { padding-left: 30px; }
.padding-left-40 { padding-left: 40px; }
.padding-left-50 { padding-left: 50px; }
.padding-0, .no-padding { padding: 0px; }

/* Margin */
.margin { margin: 60px 0; }
.margin-15 { margin: 15px; }
.margin-20 { margin: 20px; }
.margin-25 { margin: 25px; }
.margin-y-0, .no-v-margin { margin-top: 0px;margin-bottom: 0px; }
.margin-y-5 { margin-top: 5px;margin-bottom: 5px; }
.margin-y-9 { margin-top: 9px;margin-bottom: 9px; }
.margin-y-10 { margin-top: 10px;margin-bottom: 10px; }
.margin-y-20 { margin-top: 20px;margin-bottom: 20px; }
.margin-y-30 { margin-top: 30px;margin-bottom: 30px; }
.margin-y-35 { margin-top: 35px;margin-bottom: 35px; }
.margin-y-40 { margin-top: 40px;margin-bottom: 40px; }
.margin-y-50 { margin-top: 50px;margin-bottom: 50px; }
.margin-y-65 { margin-top: 65px;margin-bottom: 65px; }
.margin-y-75 { margin-top: 75px;margin-bottom: 75px; }
.margin-y-85 { margin-top: 85px;margin-bottom: 85px; }
.margin-y-100 { margin-top: 100px;margin-bottom: 100px; }
.margin-y-120 { margin-top: 120px;margin-bottom: 120px; }
.margin-y-130 { margin-top: 130px;margin-bottom: 130px; }
.margin-y-150 { margin-top: 150px;margin-bottom: 150px; }
.margin-y-200 { margin-top: 200px;margin-bottom: 200px; }
.margin-x-0, .no-h-margin { margin-left: 0px;margin-right: 0px; }
.margin-x-5 { margin-left: 5px;margin-right: 5px; }
.margin-x-10 { margin-left: 10px;margin-right: 10px; }
.margin-x-20 { margin-left: 20px;margin-right: 20px; }
.margin-x-30 { margin-left: 30px;margin-right: 30px; }
.margin-x-90 { margin-left: 90px;margin-right: 90px; }
.margin-top-0 { margin-top: 0px; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-80 { margin-top: 80px; }
.margin-top-100 { margin-top: 100px; }
.margin-top-120 { margin-top: 120px; }
.margin-top-150 { margin-top: 150px; }
.margin-bottom-0 { margin-bottom: 0px; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-80 { margin-bottom: 80px; }
.margin-right-0 { margin-right: 5px; }
.margin-right-5 { margin-right: 5px; }
.margin-right-10 { margin-right: 10px; }
.margin-right-15 { margin-right: 15px; }
.margin-right-20 { margin-right: 20px; }
.margin-right-25 { margin-right: 25px; }
.margin-right-30 { margin-right: 30px; }
.margin-right-40 { margin-right: 40px; }
.margin-right-50 { margin-right: 50px; }
.margin-left-0 { margin-left: 0px; }
.margin-left-5 { margin-left: 5px; }
.margin-left-10 { margin-left: 10px; }
.margin-left-15 { margin-left: 15px; }
.margin-left-20 { margin-left: 20px; }
.margin-left-25 { margin-left: 25px; }
.margin-left-30 { margin-left: 30px; }
.margin-left-40 { margin-left: 40px; }
.margin-left-50 { margin-left: 50px; }
.margin-0, .no-margin { margin: 0px; }

/* Line-height */
.line-height-auto { line-height: auto; }
.line-height-15 { line-height: 15px; }
.line-height-20 { line-height: 20px; }
.line-height-25 { line-height: 25px; }
.line-height-30 { line-height: 30px; }
.line-height-35 { line-height: 35px; }
.line-height-40 { line-height: 40px; }
.line-height-45 { line-height: 45px; }
.line-height-50 { line-height: 50px; }

/* max-width */
.max-width-auto { max-width: auto; }
.max-width-50 { max-width: 50px; }
.max-width-75 { max-width: 75px; }
.max-width-100 { max-width: 100px; }
.max-width-150 { max-width: 150px; }
.max-width-200 { max-width: 200px; }
.max-width-300 { max-width: 300px; }
.max-width-400 { max-width: 400px; }
.max-width-500 { max-width: 500px; }
.max-width-600 { max-width: 600px; }
.max-width-700 { max-width: 700px; }
.max-width-800 { max-width: 800px; }
.max-width-900 { max-width: 900px; }
.max-width-1000 { max-width: 1000px; }


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.rows-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: flex-end;
	align-content: flex-end;
}

.float-nowrap{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrap_box {
	border-top: 0px !important;
}
.wrap_wide {
	background: #fff;
}
.wrap_wide #page{
	box-shadow: none;
	border-top: 0px;
}
.figure-thumbnail {
	background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}
.figure-thumbnail img {
	border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.hide-bloc,
.hide-block {
	display: none;
}
@media (min-width: 768px) {
	.padding-col-l {
		padding-right: 60px;
	}
	.padding-col-r {
		padding-left: 60px;
	}
	.no-padding-col-l {
		padding-right: 0px;
	}
	.no-padding-col-r {
		padding-left: 0px;
	}
}
@media (min-width: 992px) {
	.padding-col-l {
		padding-right: 80px;
	}
	.padding-col-r {
		padding-left: 80px;
	}
	.no-padding-col-l {
		padding-right: 0px;
	}
	.no-padding-col-r {
		padding-left: 0px;
	}
}
@media (min-width: 1200px) {
	.padding-col-l {
		padding-right: 100px;
	}
	.padding-col-r {
		padding-left: 100px;
	}
	.no-padding-col-l {
		padding-right: 15px;
	}
	.no-padding-col-r {
		padding-left: 15px;
	}
}


@media (min-width: 768px) {
	.page-col-l {
		padding-right: 60px;
	}
	.page-col-r {
		padding-left: 0px;
	}
	.page-reverse-col-l {
		padding-right: 0px;
	}
	.page-reverse-col-r {
		padding-left: 60px;
	}
}
@media (min-width: 992px) {
	.page-col-l {
		padding-right: 80px;
	}
	.page-col-r {
		padding-left: 0px;
	}
	.page-reverse-col-l {
		padding-right: 0px;
	}
	.page-reverse-col-r {
		padding-left: 80px;
	}
}
@media (min-width: 1200px) {
	.page-col-l {
		padding-right: 100px;
	}
	.page-col-r {
		padding-left: 15px;
	}
	.page-reverse-col-l {
		padding-right: 15px;
	}
	.page-reverse-col-r {
		padding-left: 100px;
	}
}

.visible-xxs {
	display: none;	
}
@media (max-width: 480px) { 
 	.hidden-xxs {
 		display: none !important;
 	}
 	.visible-xxs  {
 		display: block !important;
 	}
}

#top {
}
.top-bar {
	position: relative;
	background: #999;
	color: #fff;
	line-height: 38px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    min-height: 38px;
    padding: 0;
    max-height: 38px;
    overflow: hidden;
    font-size: 12px; /* 86% */
    z-index:999;
}
.top-bar a,
.top-bar a:hover,
.top-bar i {
	color: #fff;
}

.top-bar .slogan {
	letter-spacing: 0.5px;
}
.top-bar .fa{
	line-height: 38px;
}
.top-bar ul {
	margin-bottom: 0px;
}
#top-navigation {
	background: #fff;
	z-index: 999;
	width: 100%;
}
@media (min-width: 768px) { 
	#top-navigation.superposition {
		position: relative;
		background: transparent;
	}
	#top-navigation.superposition.fixed {
		background: #fff;
	}
	#top-navigation.superposition .container {
		padding: 8px 10px;
		background: #fff;
		border-radius: 3px;
	}
}
#top-navigation .logo {
    max-width: 100%;
    max-height: 100px;
    border-radius: 3px;
    -webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    image-rendering: -webkit-optimize-contrast;
}
#top-navigation.fixed {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	padding: 5px 0px;
}
#top-navigation.fixed .logo {
    max-height: 80px;
}
.logo_bloc {

}
@media (max-width: 420px) {
	.logo_bloc, .logo {
		max-width: 100%;
		margin-right: 0px;
	}
}
@media (min-width: 768px) { 
	.nav-center .logo_bloc {
		text-align: center;
		width: 100% !important;
		margin-bottom: 15px;
	}
	#top-navigation.nav-center.fixed .logo_bloc {
		display: none;
	}
}
.logotxt {
	font-size: 24px;
	text-transform: uppercase;	
	line-height: 44px;
	margin-top: 4px;
	margin-bottom: 2px;
}
.logotxt .initials {
    border-radius: 15px 0;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    padding: 0px 10px;
    text-decoration: none !important;
	float: left;
}

[class^="icos-"], 
[class*=" icos-"] {
    background-position: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    width: 16px;
	background-image: url("../img/icos16px-dark.png");
}
.icos-white {
  background-image: url("../img/icos16px-white.png");
}
.icos-mail{background-position:-90px -162px}
.icos-phone-hook{background-position:-72px -198px}
.icos-marker{background-position:-162px -162px}
.icos-create{background-position:-18px -72px}
.top_coords {
	float: right;	
	margin-left: 15px;
}
.top_coords li {
	float: right;
	margin-left: 15px;
	padding-left: 15px;
	list-style: none;
	/*border-left: 1px solid #ccc;*/
	font-size: 13px;
}
.top_coords li:last-child {
	border-left: 0px;	
	margin-left: 0px;
}
.top_coords li i {
	margin-right: 7px;
}
.top_social {
	float: right;
	margin-left:0px;	
}
.top_social li {
	float: left;
	margin-left: 2px;
	list-style: none;
	width: 28px;
	background: rgba(255,255,255,0.1);
}
.top-bar.szxl .top_social li {
	width: 32px;
}
.top_social li:hover {
	background: rgba(255,255,255,0.2);
}
.top_social li:first-child {
	margin-left: 0px;
	padding-left: 0px;	
}
.top_social li a {
	float: right;
	opacity: 0.6;	
	-webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    text-decoration: none;
    font-size: 17px;
    text-align: center;
	width: 100%;
}
.top_social li a:hover {
	opacity: 1;	
}
.top_social li a.fa-twitter,
.top_social li a.fa-pinterest,
.top_social li a.fa-instagram {
    font-size: 20px;
}
.top_social li a.fa-youtube {
    font-size: 22px;
}
.navbar-nav {
	margin: 0px;
}
#menu {
	margin-left: 0px;	
	margin-top: 0px;
	float: right;
}
#menu ul {
	display: table;	
	margin-bottom: 0px;
}
#menu li {
	margin-left: 10px;
	float: left;
	list-style: none;	
	display: inline-block;	
}
@media (max-width: 990px) { 
	#menu li {
	margin-left: 8px;
	}
}
#menu li a {
	color: #333;
	text-decoration: none;	
	letter-spacing: 0.5px;
	float: left;
	text-transform: uppercase;
	padding: 20px 22px;
	font-size: 16px; /* 114% */
}
#menu li a:hover,
#menu li.selected > a{
	color: #fff;
}
#menu li:first-child {
	margin-left: 0px;	
}
#row_menu {float: right;}
@media (min-width: 768px) { 
	.nav-center #row_menu,
	.nav-center #menu {
		float: left;
		width: 100% !important;
	}	
	.nav-center #row_menu ul {
		width: 100%;
		text-align: center;
	}
	.nav-center #menu li {
		float: none;
	}
	.nav-center #menu {
		/*margin-top: 15px;*/
	}
	.dropdown-menu > li > a {
		text-align: left;
	}
}
#menu .dropdown .dropdown-menu {
	display: none;
	max-height: 360px;
	overflow: auto;
}
#menu .dropdown.open .dropdown-menu {
	display: block;
	padding-top: 4px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0;
}
#menu .dropdown.open .dropdown-toggle {
	border-bottom-color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: transparent;
}
#menu .dropdown.open .dropdown-menu li,
#menu .dropdown.open .dropdown-menu li a {
	width: 100%;
	float: left;
	margin-left: 0px;
}
#menu .dropdown.open .dropdown-menu li a {
	border-bottom: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}	
@media (max-width: 992px) { 
	#menu .dropdown.open .dropdown-menu li a {
		padding-left: 15px;
		padding-right: 15px;
	}	
}
@media (max-width: 767px) { 
	#menu {
		margin-top: 15px;
		overflow: auto;
	}
	#menu .dropdown.open .dropdown-menu li a {
		white-space: normal;
	}	
	#menu ul li{
		display:table;
   		 margin:0px auto 0px auto;
   		 width: 100%;
   		 text-align: center;
	}
	#menu, #menu ul, #menu ul li a {
		width: 100%;
	}
	#menu ul li a {
	   	padding: 10px 22px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 5px;
	}

	#menu{display: none;}
	#top-navigation .logo {
		max-height: 90px;
	}
	#top-navigation .navig-eq-h {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		align-items: center;
	}
	.top-bar {
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) { 
	#menu{display: block !important;}
	#menu .dropdown.open .dropdown-menu {
		min-width: 210px;
		border-bottom-width: 2px;
		box-shadow: 0 14px 14px rgba(0, 0, 0, 0.2);
	}
}

#menu.menu-lnk li a:hover,
#menu.menu-lnk li.selected > a,
#menu.menu-lnk li a:focus{
	background: #fff;
}
#menu.menu-lnk li a {
	padding: 20px 12px;
}
#menu.menu-underline li a {
	border-radius: 0;
}
#menu.menu-underline li a:hover,
#menu.menu-underline li.selected > a,
#menu.menu-underline li a:focus{
	background: #fff;
	color: #333;
	border-bottom-style: solid;
}
@media (min-width: 768px) { 
	#menu.menu-underline li a {
		padding: 20px 12px 10px 12px;
		border-bottom: 2px solid #fff;
	}
	#menu .dropdown.open .dropdown-menu li a {
		border-bottom-width: 2px;
	}
}
@media (max-width: 768px) { 
	#menu.menu-underline li a {
		border-bottom-width: 1px;
	}
}
#menu.menu-underline li {
	margin-bottom: 5px;
}
#menu.md li a {
	font-size: 15px /* 107% */;
	padding-left: 15px;
	padding-right: 15px;
}
#menu.sm li a {
	font-size: 15px /* 107% */;
	padding-left: 10px;
	padding-right: 10px;
}
#menu.xs li a {
	font-size: 15px /* 107% */;
	padding-left: 6px;
	padding-right: 6px;
}
#menu.xxs li a {
	font-size: 14px /* 100% */;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: 0;
}

.nav-center #menu.md li,
.nav-center #menu.sm li,
.nav-center #menu.xs li {
	margin-left: 0px;
	margin-right: 0px;
}


.toggle-menu-button {
	text-align: center; 
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 42px;
	margin-bottom: 0px;
	cursor: pointer;
	padding: 0 4px;

}
.toggle-menu-button i {
	color: #3092e0;
	float: none;
}
.toggle-menu-button:hover .navbar-toggle{
	opacity: 0.9;
}


#footer {
	background-color: #2f2f2f;	
	border-top: 2px solid #888;	
}
#footer .container{
	padding: 22px 20px;
	background-color: #2f2f2f;	
	/*border-left: solid 20px #2f2f2f;
	border-right: solid 20px #2f2f2f;*/
	border-top: 2px solid #888;	
	color: #ddd;
	font-size: 13px;
}
#footer.fixed {
    bottom: 0;
    left: 0;
	right: 0;
    position: fixed;
}
.wrap_box #footer {
	background-color: transparent;	
	border-top: 0px;
}
.wrap_wide #footer .container{
	border-top: 0px;
}
#copyright {
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 0px 1px #000;
	float: right;
}
#copyright span{
	font-size: 11px;
	font-weight: normal;
}
@media (max-width: 768px) { 
	#copyright {margin-top: 5px;}
}

#footer_nav {
	margin-left: 0px;	
	margin-top: 5px;
	float:left;
}
#footer_nav li {
	float: left;
	margin-left: 10px;
	list-style: none;	
	border-left: 1px solid #bbb;
	padding-left: 10px;
	line-height: 11px;
	margin-bottom: 5px;
}
#footer_nav li a {
	color: #ccc;
	font-size: 13px;
	text-decoration: none;	
	text-shadow: 0px 1px 1px #000;
}
#footer_nav li a:hover {
	color: #53A3E0;
}
#footer_nav li:first-child {
	margin-left: 0px;	
	border-left: 0px;
}
#footer_nav .fa {
	font-size: 15px;
}

.slider {
	margin-top: 25px;	
	overflow: hidden;
	letter-spacing: 1px;
    text-align: center;
    padding: 0;
}
@media (min-width: 768px) { 
	.slider.superposition {
		margin-top: -108px;
	}
}
.slider .slide img {
    display: block;
    height: auto;
    width: 100%;
    min-height: 260px;
    object-fit: cover;
    object-position: 50% 0%;
}
.slider .slide img.hasBtns {
	min-height: 390px;
}
@media (min-width: 640px) {
	.slider.superposition .slide img.hasBtns {
		min-height: 460px;
	}
}
.slider .item{
	max-height: 590px;	
}
.slider .sl-size-xxl img,
.slider .sl-size-xl img,
.slider .sl-size-lg img,
.slider .sl-size-full img{
	height: 100%;
}

.slider .sl-size-full .item {
	height: 480px;	
	max-height: none;
}
.slider .sl-size-xxl .item {
	height: 480px;	
	max-height: 480px;	
}
.slider .sl-size-xl .item {
	height: 400px;	
	max-height: 400px;	
}
.slider .sl-size-lg .item {
	height: 300px;	
	max-height: 300px;	
}	
@media (min-width: 640px) {
	.slider .sl-size-xxl .item {
		height: 600px;	
		max-height: 600px;	
	}
	.slider .sl-size-xl .item {
		height: 550px;	
		max-height: 550px;	
	}
	.slider .sl-size-lg .item {
		height: 450px;	
		max-height: 450px;	
	}	
	.slider.superposition .sl-size-full .item {
		height: 590px;	
	}
}
@media (min-width: 992px) {
	.slider .sl-size-xxl .item {
		height: 820px;	
		max-height: 820px;	
	}
	.slider .sl-size-xl .item {
		height: 720px;	
		max-height: 720px;	
	}
	.slider .sl-size-lg .item {
		height: 550px;	
		max-height: 550px;	
	}	
}


.slider .carousel-caption {
    bottom: 0;
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 100%;
    z-index: 10;
}

.slider .carousel-content-wrapper {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.slider .carousel-content {
    display: table-cell;
    vertical-align: middle;
}
.slider.content-bottom .carousel-content {
    vertical-align: bottom;
}
.slider.content-bottom.content-indicators .carousel-caption {
	height: 91%;
}

.slider h3 {
	font-size: 60px;
	font-weight: 900;
	line-height: 1.6;
}
.slider.content-bottom h3 {
	line-height: 1.2;
}
.slider .carousel-content .btn {
	padding: 15px 34px;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 62px;
	
	text-overflow: ellipsis;
	max-width: 380px;
	white-space: nowrap;
	overflow: hidden;
}

.slider p {
	font-size: 25px;
}

.slider.pic-element img{
	opacity: 0.5 !important;
}

.slider.txt-element img,
.slider.bloc-element img,
.slider.bg-color-none img {
	opacity: 1 !important;
}

.slider.pic-element h3,
.slider.pic-element p{
	background: transparent !important;
}
.slider.bloc-element h3 {
	margin-bottom: 0px;
}
.slider.bloc-element p {
	padding-bottom: 10px;
}
.carousel-control {
	z-index: 11;
	width: 12%;
	font-size: 30px;
}

@media all and (max-width: 640px) {
	.slider h3 {
		font-size: 40px;
	}
	.slider p {
		font-size: 15px;
	}
	.carousel-control {
		width: 15%;
		font-size: 25px;
		box-shadow: none !important;
	}
	.slider.content-bottom.content-indicators .carousel-caption {
		height: 80%;
	}
	.carousel-indicators {
		bottom: -4px !important;
	}
	.slider.bloc-element .container {
		width: 100%;
		padding: 0;
	}
		.slider .carousel-content .btn {
		font-size: 15px;
		padding: 10px 16px;
		margin-top: 20px;
	}
	.slider .slide img.hasBtns {
		min-height: 280px;
	}
}
@media all and (max-width: 420px) {
	.slider h3 {
		font-size: 20px;
	}
	.slider p {
		font-size: 12px;
	}
	.carousel-indicators li {
		height: 12px !important;
		width: 12px !important;
	}
	.slider .carousel-content .btn {
		font-size: 13px;
		padding: 8px 16px;
		margin-top: 15px;
	}
}


.carousel-indicators {
	bottom: 3px;
	width: 66%;
	margin-left: -33%;
}
.carousel-indicators li {
	-moz-box-shadow: 0px 1px 2px #000;	
	-webkit-box-shadow: 0px 1px 2px #000;	
	box-shadow: 0px 1px 2px #000;	
	background: #999;
	cursor: pointer;
	/*border-radius: 2px;*/
	height: 20px;
	width: 20px;
	margin-left: 14px;
	opacity: 0.7;
}
.carousel-indicators li:hover,
.carousel-indicators li.active {
	background: #fff;
	height: 20px;
	width: 20px;
	margin-left: 14px;
	opacity: 1;
}
.carousel-indicators.sl-indicator-square li {
	border-radius: 0;
}
.carousel-indicators.sl-indicator-bar li {
	border-radius: 0;
	height: 8px;
	width: 34px;
}
.carousel-indicators.sl-indicator-bar li:hover,
.carousel-indicators.sl-indicator-bar li.active {
	height: 8px;
	width: 34px;
}
@media (max-width: 420px) {
	.carousel-indicators.sl-indicator-bar li {
		border-radius: 0;
		height: 8px !important;
		width: 20px !important;
		margin-left: 12px !important;
	}
}

.carousel-control {
	/*box-shadow: 0px 1px 2px #000;	*/
}
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
}


blockquote.homequote {
	border : 0px;	
	margin: none;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px 20px;	
	/*background: #f5f5f5;	*/
	/*box-shadow: 0px 1px 3px #ccc;*/
	letter-spacing: 1px;
	font-size: 26px;
	text-align: center;

}
.homerow.color-reverse blockquote.homequote,
.homerow.color-reverse blockquote footer {
	color: #fff;
}
@media (max-width: 480px) { 
 	blockquote.homequote {
 		font-size: 18px;
 	}
}
blockquote p{
	/*text-transform: uppercase;*/
}
blockquote footer {
	font-size: 60%;
	font-style: italic;
}

.info_week {
	width: auto;
	min-width: 170px;
	/*background-color: #f6f6f6;*/
}
.info_week td {
	padding: 2px 0px;
}
.info_week td span{
	padding-left: 15px;
	font-size: 90%;
	font-weight: bold;
	float: left;
}
.info_week tr.selected {
	background: #f1f1f1;
}
.homerow.color-reverse .info_week tr.selected {
	color: #333;
}
.info_week tr.selected td {
	padding-right: 4px;
}
.info_week tr.selected td.dayofweek {
	padding: 5px 2px 5px 5px;
}


.bloctxt {
	overflow: hidden;	
	line-height: 1.6;
}
.homerow.color-reverse .customtxt, 
.homerow.color-reverse .customtxt h3
 {
	color: #fff;
}
.bloctxt.blocbordernone {
	border: 0px !important;
}
.customtxt ul {
	padding-left: 22px;
}
.customtxt ol {
	padding-left: 25px;
}
.customtxt blockquote {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 5px solid #ccc;
	padding: 5px 0px 5px 10px;
	font-size: inherit;
}
.homerow.color-reverse.bg-color-primary .customtxt blockquote {
	border-left-color: #ccc;
}
.bloctxt h2, 
.bloctxt .h2 {
	width: 100%;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 26px;
    padding-bottom: 3px;
	color: #30A0E0;
}
.bloctxt h2 a {
	font-style: italic;
	font-size: 11px;
	margin-left: 10px;
	letter-spacing: 1px;
	
}
.bloctxt h2::after,
.bloctxt .h2::after {
	content: " ";
    display: block;
    margin: 7px 0 11px;
    width: 65px;
}
.bloctxt h3 {
	width: 100%;
	font-size: 21px;
	font-weight: normal;
	line-height: 26px;
	color: #30A0E0;
}
.bloctxt h4 {
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	color: #30A0E0;
}

.bloctxt.blocborder {
	padding:15px 20px;
	border:1px solid #e3e2e7; 
	width: 95%;
	margin-bottom : 55px;
}
.bloctxt.blocshadow {
	box-shadow: 0 1px 4px #00000012;
}

.bloctxt .subtitle-details {
	font-size: 120%;
	margin-bottom: 25px;
}

.pres_row {
	margin-top: 15px;	
	margin-bottom: 15px;	
}

.home_widget {
	margin-top: 35px;
	margin-bottom: 55px;
}

.home_footer {
	background: #f1f1f1;
	margin-bottom: -40px;
}
.home_footer.alternate {
	background: #fff;
	margin-top: 60px;
	margin-bottom: -40px;
}

.home_abstract_page_txt {
	padding-top: 50px;
	padding-bottom:50px
}
.homerow.color-reverse .home_abstract_page_txt {
	color: #fff;
}
.home_abstract_pages {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}
@media (max-width: 992px) {
	.home_abstract_page_txt {
		padding-top: 0px;
		padding-bottom:40px;
		float: left;
	}
}

.contact_coords {
	float: left;	
	margin-left: 0px;
	padding-left: 0px;
}
.contact_coords li {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
.contact_coords li i.simple {
	float: left;
	padding:0;
	font-size: 20px;
	padding-right: 10px;
	padding-top: 2px;
	margin-left: 10px;
}
.contact_coords li i.puce {
	margin-right: 15px;
	float: left;
	color: #fff;
	border-radius: 45px;
	padding:0;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	margin-top: -5px;
}
.contact_coords li i.puce.whatsapp {
	color: #4ecb5c;
	font-size: 37px;
}
.contact_coords li i.puce.skype {
	color: #1facf0;
	font-size: 37px;
}
.contact_coords li i.puce.telegram {
	color: #289fd2;
	font-size: 37px;
}
.contact_coords li i.puce.messenger {
	background: #fff;
	font-size: 37px;
}
.contact_coords li i.puce.messenger img {
	stroke: #289fd2;
    width: 37px;
    height: 37px;
    filter: invert(43%) sepia(17%) saturate(4178%) hue-rotate(190deg) brightness(105%) contrast(106%);
}
.contact_coords li i.fa-envelope {
	font-size: 17px;
}
.contact_coords li span {
	float: left;
	margin-top: 0px;
}
.contact_coords .address_name {
	font-weight: bold;
}
@media (min-width: 768px) {
	.contact_coords li span {
		width: 72%;
	}
}
@media (min-width: 1200px) {
	.contact_coords li span {
		width: 77%;	
	}
}
.contact_coords .phone {
	font-size: 13px;	
}
.contact_coords .phone a, 
.contact_coords .phone a:hover {
	text-decoration: none;
}
.contact_coords b {
	letter-spacing: 0.5px;	
	font-size: 15px;
}

.contact_coords input,.contact_coords textarea {
	margin: 5px 0px 10px 0px;	
}

.contact_coords button {
	float: right;
	margin-top: 15px;
	padding: 12px 40px;
}
.contact_coords label.error {
	color: #c00000;
	width: 100%;
}
.contact_coords .form-control.error {
	border-color: #c00000;
}
#contact-form {
    position: relative;
    width: 100%;
}
#contact-form.bg-alternate {
    background: #f1f1f1;
    padding: 15px;
}
.lnk_ggmaps i{
	padding-right: 8px;
}
.control-separator {
	border-top: 2px solid #ddd; 
	margin-bottom: 15px;
	margin-top: 10px;
	max-width: 100px;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  background-color:#fff;  -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
  height: 38px;
}
.form-control:focus {  border-color: #9f9f9f;  background-color:#fff;  -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}

/*
.form-control:focus::-webkit-input-placeholder {
	color: #999;
}
.form-control:focus:-moz-placeholder {
	color: #999;
}
.form-control:focus::-moz-placeholder {
	color: #999;
}
.form-control:focus:-ms-input-placeholder {  
	color: #999;
}
*/
.otheraddress-container {
	float: left;
	margin-bottom: 25px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
}
.otheraddress-content {
	padding: 20px;
	width: 100%;
}

.lbl-placeholder {
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
	display: none;
}

.form-signin {
	margin: 100px auto 0 auto;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 480px) { 
	.form-signin {
		margin: 70px auto 0 auto;
	}
	.form-signin h2 {
		font-size: 20px;
	}
}
.form-signin .loginlbl{
	font-size: 14px;
	font-weight: normal;
	color: #383838;
	line-height: 14px;
	margin-top: 0px;
	letter-spacing: 4px;
	margin-left: 2px;
}
.form-signin input {
	margin: 20px 0px;	
}
.form-signin .btn{
	margin-top: 15px;	
}

.preview_waiting {
	background:url(../img/edit/preview_waiting.gif) no-repeat;
	padding-left: 40px;
	height: 35px;
	font-size: 16px; 
	letter-spacing: 1px;
	line-height: 35px;
}
.preview-wait-popup .preview_waiting {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 25px;
}
.preview-reload {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	text-align: center;
}
.preview-reload .fa{
	margin-top: 15%;
	color: #eee;
	font-size: 72px;
	font-weight: bold;
}

.nav_services {
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
}
.nav_services li{
	float: left;
	width: 100%;	
}

.nav_services a {
	background: #f5f5f5;
	width: 98%;
	padding: 12px 3px 12px 5px;
	float: left;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	/*color: #959595;*/
	text-decoration: none;
	text-shadow: 0px 1px 1px #fff;
}
.bg-reverse .nav_services a {
	border-top-color: #d6d6d6;
	border-left-color: #d6d6d6;
}
.nav_services li:LAST-CHILD a{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 12px;
}
.bg-reverse .nav_services li:LAST-CHILD a{
	border-bottom-color: #d6d6d6;
}
.nav_services a:hover,
.nav_services .active a {
 	background: #fff;
 	/*color: #575757;*/
 }
 
.tab_services .tab-pane {
 	margin-left: 3%;
 	width: 95%;
 	min-height: 220px;
}

.homerow.color-reverse .tab_services li {
	color: #fff;
}

.tab_services {
	border-left: 1px solid #e6e6e6;
}
.bg-reverse .tab_services{
	border-left-color: #d6d6d6;
}

.tab_services li {
	float: left;
	width : 100%;
	margin-bottom: 5px;
}
/*
@media (min-width: 1200px) {
	.page-line .tab_services li {
		width: 49%;
		padding-right: 30px;	
	}
}*/

.tab_services h3 {
	margin-top: 0;
}

.section_header {
	background: #f1f1f1;
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
	font-size: 16px;
}

.section_header .breadcrumb {
	background: transparent;
	font-size: 14px; 
	border: 0;
}

.gal_filter {
	float:left;
	margin-top:13px;
	margin-bottom:14px;
	line-height: 34px;
	margin-left: 0px;
	padding-left: 0px;
}
.gal_filter li {
	list-style:none;
	float:left;
	margin-right: 5px;
}
.gal_filter li a {
	text-decoration:none;
	padding: 10px 15px 10px 15px;	
	margin-left:-1px;
}
.gal_filter li a:hover {
	background-color:#42df81;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out;
	color: #fff;
}

.gal_filter li.selected a {
	background-color:#42df81;	
	color: #fff;
}

.btn-group-sorter {
	right: 0;
	position: absolute;
	margin-left: 25px;
	margin-right: 12px;
}
@media (min-width: 1200px) {
	.btn-group-sorter {
		margin-right: 1px;
	}
}
.btn-group-sorter .btn-sorter {
	appearance: none;
	border-radius: 10px;
	box-shadow: 0 4px 10px -4px rgba(46,58,70,0.35);
	font-size: 1.4rem;
	background: #fff;
	height: 34px;
	padding: 0 14px 0 12px;
	cursor: pointer;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display: inline-block;
	border: 1px solid #ddd;
}

.btn-group-sorter .select-sorter {
	min-width: 145px;
}
.btn-group-sorter .select-sorter li {
	margin-bottom: 29px !important;
}
.btn-group-sorter .select-sorter a {
	padding: 8px 10px;
	cursor: pointer;
	float: left;
	width: 100%;
	margin-left: 0;
	font-style: normal;
	font-size: 12px;
	text-transform: none;
}
.btn-group-sorter .select-sorter a.selected {
	background: #f1f1f1;
}

.btn-sorter i.ico_sorter {
	font-size: 12px;
	margin-left: 4px;
}

.gallist {
	margin: 0px;
	padding: 0px;	
	width: 100%;
	float: left;
	height: 100%;
}
.gallist.homewidget {
	margin-top: 2px;
	float: left;	
}
.gallist .mix{
    /*display: none;*/
    cursor: pointer;
}
.gallist.homewidget .mix,
.gallist.nomix .mix{
    opacity: 1;
    display: block;
    cursor: pointer;
}
.gallist figure {
	margin: 0px;		
}
.gallist figure img{
	width: 100%;
}
.gallist li{
	margin-bottom: 15px;	
	padding-right: 2px;
	list-style: none;
}
.gallist.squarexl li{
	min-height: 215px;
}
.gallist.squaresm li{
	min-height: 145px;
}
@media (min-width: 992px) {
	 .gallist.squarexl li{	
		min-height: 270px;
	}
	.gallist.squaresm li{
		min-height: 200px;
	}
}
@media (min-width:1200px){
	.gallist.squarexl li{	
		padding-right: 15px;
		min-height: 310px;
	}
	.gallist.squaresm li{
		padding-right: 15px;
		min-height: 210px;
	}
}


.gallist .text_box {
	text-align: center;	
	margin: 5px 0px 15px 0px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.homerow.color-reverse .gallist .text_box{
	color: #fff;
}
@media (max-width: 768px) {
	.gallist figure {
		float: left;	
	}
	.gallist .text_box {
		text-align: left;	
		float: left;
		width: 100%;
	}

}

.gallist .media_hover {
	background-color: rgba(223, 223, 223, 0.8);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.gallist .media_hover.lnk:hover {
	cursor: pointer;
}
.gallist .is_pic {
	background-image: url("../img/gallery/pic.png");
}

.gallist .is_vid {
	background-image: url("../img/gallery/vid.png");
}

.gallist .is_album {
	background-image: url("../img/gallery/album.png");
}

.gallist .media_hover .img-responsive {
	display: inherit;
}
.gallist .album_counter {
	margin-top: -18px;
	margin-bottom: -5px;
	float: left;
	z-index: 1;
	position: relative;
	color: #fff;
	padding: 6px;
	border-radius: 45px;
}
.gallist .pick_album{
	float: left;
	width: 100%;
	background: #333;
	margin-bottom: 35px;
}
.gallist .pick_album .alb_bg {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	background: #333;
	margin-top: -12px;
}
.gallist .pick_album .alb_medias {
	position: relative;
	z-index: 2;
	color: #fff;
}
.gallist .pick_album .alb_medias h4 {
	margin-left: 20px;
	margin-bottom: 25px;
	margin-top: 18px;
}
.gallist .pick_album .alb_medias h4 span{
	font-size: 80%;
	font-style: italic;
}
.gallist .pick_album .figure-thumbnail {
	background: #eee;
}
.gallist .pick_album .topmarker{
	border-bottom: 12px solid #333;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	height: 0;
	position: relative;
	top: -12px;
	width: 0;
}


@media all and (max-width: 767px) { 
	.scroll-x-infinite-xs {
		scrollbar-width: none;
		-ms-overflow-style: none;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		border-right: 15px solid #fff;
	}
	/* Chrome, Safari and Opera */
	.scroll-x-infinite-xs::-webkit-scrollbar {
	    display: none;
	}
	.scroll-x-infinite-xs ul{
	    white-space: nowrap;
	}
	.scroll-x-infinite-xs li{
	    white-space: nowrap;
	    display: inline-block;
	    float: none !important;
	    margin-right: 1px !important;
	}
}


.actu {
	margin-bottom: 30px;	
	float: left;
	width: 100%;
}

.homerow.bg-reverse .actu {
	background: #fff;
	padding: 15px;
	box-shadow: 0 2px 4px #ddd;
}

.actu .atitle {
	margin-bottom: 5px;
	text-transform: uppercase;
}

.actu .adate {
	/*background: #f5f5f5;
	box-shadow: 0px 1px 2px #ccc;
	text-shadow: 0px 1px 1px #fff;
	padding: 2px 5px;	
	border-left: 2px solid #DDDDDD*/
	font-size: 86%;
	font-weight: normal;
	opacity: 0.8;
	text-transform: none;
}

.actu .readmore {
	font-size: 15px;
	letter-spacing: 1px;
	float: left;
	margin-top: 10px;
}

.actu .bllpic_mini {
	display:block;
	float:left;
	width:65px;
	margin:3px 15px 4px 0;
	position:relative;
}



.actu .bllabel {
	margin-bottom: 5px;
	display:block;
	float:left;
}

.bldate {
	display:block;
	float:left;
	width:52px;
	background:#3498db;
	color: #fff;
	text-align:center;
	margin:3px 20px 0 0;
	position:relative;
}
.bldate:after {
	content:'';
	width:0px;
	height:0px;
	border-style:solid;
	border-width:7.5px 0 7.5px 12px;
	border-color:transparent transparent transparent #3498db;
	position:absolute;
	right:-12px;
	top:15px;
}

.bldate span.day {
    font-size: 24px;
    padding-top: 0px;
    display: block;
}
.bldate span.month {
	text-transform:uppercase;
	display: block;
	font-size: 90%;
}
.bldate span.year {
	padding-bottom:4px;
	display: block;
}

.bldate span.blbl{
	display: block;
    font-size: 90%;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 20px;
}

.blpic {
	display:block;
	float:left;
	width:65px;
	margin:3px 10px 0 0;
	position:relative;
}
@media (min-width: 992px) {
	.blpic {
		display:block;
		float:left;
		width:90px;
		margin:3px 10px 0 0;
		position:relative;
		min-height: 100px;
	}
	.page-line .actu {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 35px;
	}
	.page-line .wide_line .actu:nth-child(even) {
		margin-right: 0%;
		margin-left: 2%;
	}
	.page-line .actu .bllpic_mini  {
		width: 150px;
	}
	.page-line .bldate span.blbl{
	    margin-top: 25px;
	    margin-bottom: 30px;
	}
	.page-line .bldate {
		width:62px;
	}
	.homerow.bg-reverse .actu {
		min-height: 155px;
	}
	.homerow.bg-reverse .actu a.readmore {
		float: right;
		margin-top: 10px;
	}
}
.actu-list {
	list-style: none;
}
.actu-list li {
	border-bottom: 1px solid #eee;
}
.actu-list li:LAST-CHILD {
	border-bottom: none;
}

.actu-list .blpic{
	margin-bottom: 30px;	
	float: left;
	width: 100%;
	max-width: 320px;
}

.actu-share-block {
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	padding: 2px 15px;
	border-top: 2px solid #e6e6e6;
}
.actu-share-block h6 {
	font-size: 90%;
	letter-spacing: 1px;
}
.actu-share-block a{
	font-size: 18px !important;
	opacity: 100 !important;
}
.actu-share-block .top_social{
	float: left;
}
.actu-share-block li {
	margin-right: 15px;
}

.article {

}

.article .subtitle {
	font-size: 120%;
	font-style: italic;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.article .more_button {
	text-align: center;
	padding: 25px 0;
}

.partners {
	overflow: hidden;
	padding: 28px 0% 3px 0%;
	margin-bottom: 10px;
}
.partners ul {
	float:left;
	width: 100%;
	margin:0px;
}
.partners li {
	float: left;
	line-height: 80px;
	height: 80px;
	width: 100%;
	overflow:hidden;
	text-align:center;
	list-style:none;
	margin-bottom: 15px;
	padding: 5px 0px;
}
.partners li .partner {
	width: 100%;
	height: 100%;
}
.homerow.bg-reverse .partners img {
	margin-bottom: 6px;
}
.homerow.bg-reverse li .partner {
	background: #fff;
	box-shadow: 0 2px 4px #ddd;
	width: 98%;
	height: 100%;
}
@media (min-width: 400px) {
  .partners li,
  .partners .split-col-3 li,
  .split-col-4 li {
    width: 50%
  }
  .partners .split-col-1 li {
		width: 100%;
    }
   .partners .split-col-2 li {
		width: 50%;
   }
}
@media (min-width: 768px) {
  .partners li,
  .partners .split-col-3 li,
  .split-col-4 li
   {
    width: 33%
  }
  .partners .split-col-1 li {
		width: 100%;
    }
   .partners .split-col-2 li {
		width: 50%;
   }
}
@media (min-width: 992px) {
	.partners .split-col-1 li {
		width: 100%;
    }
   .partners .split-col-2 li {
		width: 50%;
   }
   .partners .split-col-3 li {
		width: 33%;
   }
   .partners .split-col-4 li {
		width: 25%;
   }
  .partners li {
    width: 20%;
  }
}

.partners li img{
	height: inherit;
	max-height: 80%;
	max-width: 80%;
	vertical-align: middle;
	/*box-shadow: -2px 3px 5px #cfcfcf;*/
	-webkit-filter: grayscale(100%);
  	-moz-filter: grayscale(100%);
 	 -ms-filter: grayscale(100%);
  	-o-filter: grayscale(100%);
  	filter: grayscale(100%);

	opacity: 1;
}
.partners li img:hover{
	-webkit-filter: grayscale(0%);
  	-moz-filter: grayscale(0%);
 	 -ms-filter: grayscale(0%);
  	-o-filter: grayscale(0%);
  	filter: none;
	opacity: 1;
	transition: all 300ms ease-in-out 0s
}

.partners .showmore{
	text-align: center;
	float: left;
	width: 100%;
	margin: 5px 0px;
}

.partners .showmore a{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px 10px;
	text-decoration: none;
	box-shadow: 0 1px 0 #fff;
}

.partners .showmore a:hover{
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-decoration: none;
	box-shadow: 0 1px 0 #f6f6f6;
}

.newsletter {
	/*background: #f5f5f5;
	padding: 1px 15px 15px 15px;	
	margin-bottom: 20px;
	box-shadow: 0 1px 1px #ddd;*/
	margin-bottom: 20px;
}
.newsletter span {
	text-shadow: 0px 1px 1px #fff;
}
.homerow.color-reverse .newsletter span {
	text-shadow: none;
	color: #fff;
}
.newsletter input {
	margin-top: 10px;
	height: 40px;
}

.newsletter button {
    margin-top: 10px;	
    height: 40px;
}
@media (min-width: 1px) and (max-width: 767px) {
	#newsletter_but {
		margin-left: -31px;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}

}

@media (min-width: 992px) {
	#newsletter_but {
		margin-left: -31px;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}

}

.confirm_form_bloc,
.newsletter #newsletter_confirm
 {
	margin-top: 15px;	
}

.confirm_form_bloc span,
.newsletter #newsletter_confirm span {
	float: left;
	width: 100%;
	font-style: italic;
}

.confirm_form_bloc input {
	margin-top: 10px;
	height: 40px;
}

.confirm_form_bloc button {
	margin-top: 10px;
	height: 40px;
}

.contact_quote {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 28px;
}

.contact_quote span {
    font-size: 20px;
    text-shadow: 0 1px 1px #fff;
}
.homerow.color-reverse .contact_quote span{
	text-shadow: none;
	color: #fff;
}

.contact_quote  .btn {
	margin-top: 10px;
    padding: 15px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    background: #ccc;
    opacity: 0.8;
    font-size: 12px;
    padding: 5px;
    display: none;
    right: 18px;
}
.back-to-top .fa {
	font-size: 40px;
	color: #fff;
}
.back-to-top .fa.small {
	font-size: 22px;
	color: #fff;
}
.back-to-top:hover {    
    opacity: 1; 
    background: #aaa;    
    transition: all 0.3s ease 0s;
}

.blocprice {
	margin-bottom: 55px;
}

.blocprice li.listprice {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	list-style: circle;
	margin-left: 15px;
}

.blocprice li.categ {
	margin-bottom: 10px;
    margin-top: 30px;
    list-style: none;
    margin-left: 0px;
}

.blocprice li.categ:first-child {
    margin-top: 0px;
}

.blocprice li .details {
	float: left;
	width: 87%;
	font-size: 90%;
}
.blocprice li.categ .details {
	font-size: 85%;
	margin-bottom: 15px;
}

.blocprice .title {
	float:left;
	z-index:1;
	position: relative;
	background:#fff;
	padding-right: 10px;
}

.blocprice .price {
	float: right; 
	z-index: 1; 
	position: relative; 
	background: #fff; 
	padding-left: 10px; 
	margin-right: 15px; 
	padding-right: 2px; 
	font-weight: bold;
	/*font-size: 104%;*/
}

.blocprice .dotted {
	float: left; 
	width: 100%; 
	z-index: 999; 
	border-top: 1px dashed rgb(0, 0, 0); 
	margin-top: -6px;
}

.tag {
	background: #999999;
	padding: 2px 5px;
	border-radius: 4px;
	color: #fff !important;
	font-size: 11px;
	font-weight: bold;
}

.isnew {
	background: #DF1B3B;
	padding: 2px 5px;
	border-radius: 4px;
	color: #fff !important;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.accept_pay img.inpop {
	height: 50px;
}

.accept_pay img.mini {
	margin-bottom: 10px;
	margin-right: 6px;
	height: 26px;
	-webkit-filter: grayscale(40%);
  	-moz-filter: grayscale(40%);
 	 -ms-filter: grayscale(40%);
  	-o-filter: grayscale(40%);
  	filter: grayscale(40%);
}

.accept_pay img.mini:hover{
	-webkit-filter: grayscale(0%);
  	-moz-filter: grayscale(0%);
 	 -ms-filter: grayscale(0%);
  	-o-filter: grayscale(0%);
  	filter: none;
	transition: all 300ms ease-in-out 0s
}


.accept_pay .popover-title {
	background: transparent;
	border-bottom: 0px;
}

.quote_form_separator {
		border-top: 2px solid #e1e1e1;
		padding-top: 25px;
}


.guestbook-alert {
	background: #f1f1f1;
	padding: 25px;
	width: 100%;
}

.captcha img {
	border: 2px solid #ccc;
}

.guestbook-msg-container {
	float: left;
	margin-bottom: 25px;
	width: 100%;
}
.guestbook-msg-container .caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: 51%;
    border-top-width: 10px;
    float: left;
}
.guestbook-msg-container .comment {
	line-height: 25px;
}
.guestbook-msg-container .detail {
    width: 100%;
    float: left;
    margin-left: 15px;
    text-align: center;
}
.guestbook-msg-container .detail .name{
   	letter-spacing: 1px;
   	font-size: 88%;
}

.guestbook-msg {
	background: #3498db;
	padding: 20px;
	width: 100%;
	color: #fff;
	position:relative;
}
.guestbook-msg .date {
	margin-top: 5px;
	font-style: italic;
	font-size: 84%;
}

.guestbook-msg .response {
	margin-top: 12px;
	background: rgba(0,0,0,0.1);
	padding: 10px;
	font-size: 90%;
}

.guestbook-msg-home {
	box-shadow:0 2px 4px #ddd;
	background: #fff;
	padding: 20px;
	width: 100%;
	color: #777;
	position:relative;
	overflow: hidden;
	text-align: center;
	font-style: italic;
	min-height: 150px;
	margin: 15px 0 0 0;
	border: 1px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
}
.bg-reverse .guestbook-msg-home {
	border: none;
}

.guestbook-msg-home .detail{
	margin: 0 0 20px 0;
	font-style: normal;
}

.guestbook-msg-home .name {
	color: #555;
	font-weight: 600;
}

.guestbook-msg-home .subtitlecolor {
	font-size: 90%;
}

.guestbook-msg-container .detail .sep {
    width: 75px;
    height: 1px;
    background: #999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 8px;
}

.guestbook-msg-container i {
	margin-right: 12px;
	text-shadow: 0 1px 1px #fff;
	font-size: 26px;
	font-style: italic;
}

.guestbook-msg-container .new-comment {
	margin-top: 5px;
	display: none;
}

.guestbook-msg-container .new-comment-btn {
	margin-top: 25px;
}
.ggmaps-block {
	height : 400px;
	width: 100%;
	float: left;
	background-color: #f0f0f0;
}
.ggmaps-preload {
	height : 400px;
	width: 100%;
	float: left;
	background-color: #f0f0f0;
	line-height: 380px;
	text-align: center;
	font-size: 18px;
}
.pagecontent {
	margin-bottom: 55px;
}
.pagecontent .customtxt blockquote {
	display: flex;
}
.pagecontent .picarea {
	padding-left: 0px;
	padding-bottom: 15px;
}
@media (min-width: 992px) {
	.pagecontent .picarea {
		padding-right: 60px;
		padding-bottom: 30px;
	}
}
@media (min-width: 1200px) {
	.pagecontent .picarea {
		padding-right: 70px;
	}
}

.staff-member {
	list-style: none;
	float: left;
	margin-bottom: 50px;
	text-align: center;
	max-width: 320px;
}
.staff-member .figure {
	width: 100%;
	padding: 0px 2px;
}
.staff-member img {
	border: 5px solid #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	overflow: hidden;
	margin-bottom: 25px;
}
.staff-member .round-half img {
	border-radius: 45px 0;
}
.staff-member .round-md img {
	border-radius: 25px;
}
.staff-member .round-full img {
	border-radius: 200px;
}



.staff-member .separator {
	float: left;
	width: 100%;
	text-align :center;
	height: 3px;
	margin-bottom: 10px;
}
.staff-member .separator .in {
	width: 55px;
	height: 3px;
	border-bottom-style: solid; 
	border-bottom-width: 2px; 
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.staff-member .job{
	font-style: italic;
	margin-bottom: 10px;
}
.staff-member .top_social{
	margin-top: 15px;
	display: flex;
	justify-content: center;
	text-align: center;
	float: none;
}
.staff-member .top_social li {
	width: 30px;
}
.staff-member .top_social li a {
	font-size: 18px;
}
.staff-member .line_skype {
	margin-top: 12px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 90%;
	background: #eee;
	padding: 5px;
}
.staff-member .line_skype span {
	font-weight: bold;
}
.bg-reverse .block-nostyle .skill-container {
	box-shadow: 0px 1px 1px #ddd;
}
.skills {
	margin: 5px 0px 0px 0px;
	display: inline-block;
	float: left;
	width: 100%;
/*	margin-left: -15px !important;
	margin-right: -15px !important;*/
}
.bg-reverse .skills {
	margin: 20px 0;
}
.skills.block-nostyle .skill-container {
	background: #fff !important;
}
.skills.block-border .skill-container {
	background: #fff !important;
	border-width: 1px;
	border-style: solid;
}
.skills li {
	maring: 0;
	list-style: none;
	float: left;
}
.skill-container .box-icon {
	font-size: 34px;
	border-style: solid;
	border-width: 1px;
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.skill-container .box-icon.border-none {
	font-size: 40px;
	width: 80px;
}
.skills p {
	margin-top: 11px;
	letter-spacing: 0.5px;
}
.skills .skill-container {
	text-align: center;
	margin: 0;
	padding: 28px 25px 25px 25px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	/*max-width: 390px;*/
}
.bg-reverse .skills.block-nostyle .skill-container {
	padding: 28px 25px 25px 25px;
}
.skills.block-nostyle .skill-container{
	padding-top: 10px;
	padding-bottom: 0px;
}
.skills.block-bg .icon-direct {
	color: #fff;
	border-color: #fff;
}
.skills.block-nostyle .icon-reverse, 
.skills.block-border .icon-reverse {
	color: #fff;
}
.skills.block-bg .icon-reverse {
	background: #fff;
	border-color: #fff;
}
.skills.block-nostyle .icon-direct,
.skills.block-border .icon-direct {
	background: #fff;
}


.skills.block-bg h3,
.skills.block-bg p.desc {
	color: #fff;
}

.skills.block-bg .border-none.icon-direct {
	background: transparent;
	color: #fff;
}

@media (max-width: 992px) {
	.skills .skill-container {
		padding: 18px 10px 15px 10px;
		margin-bottom: 20px;
	}
	.skills.block-nostyle .skill-container  {
		margin-bottom: 0px;
	}
	.bg-reverse .skill-container {
		margin-bottom: 12px !important;
	}
	.skills h3 {
		font-size: 20px;
		margin-top: 10px;
	}
	.skill-container .box-icon {
		font-size: 30px;
		height: 60px;
		line-height: 60px;
		width: 60px;
	}
	.skills li {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media (max-width: 550px) {
	.skills li {
		width: 100%;
		margin-left: 0px;
	}
}
@media (max-width: 320px) {
	.skills h3 {
		font-size: 18px;
	}
	.skills p {
		letter-spacing: 0.25px;
	}
}
.skill-container .box-icon.border-half {
	border-radius: 25px 0;
}
.skill-container .box-icon.border-round {
	border-radius: 55px;
}
.skill-container .box-icon.border-square {
	border-radius: 0px;
}
.skill-container .box-icon.border-none {
	border: 0px;
	height: 45px;
	line-height: 40px;
}

.cookiebar {
    background: #45484d;
    font-size: 10pt;
    left: 0;
    line-height: 1.5;
    margin: 0;
    padding: 0px 15px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 0;
    color: #eee;
}
.cookiebar-msg {
	float: left;
	font-size: 13px;
	padding: 12px 0;
}
.btn.cookiebar-close {
	float: right;	
	font-size: 16px;
	padding: 12px 20px;
}
.popuppromo {
	background: #fff;
	padding: 20px 30px 60px 30px;
	position: relative;
	max-width: 800px;
	margin: 40px auto;
	text-align: center;
	border: 6px solid #ccc;
	border-radius: 18px;
}
.popuppromo h4{
	line-height: 28px;
}
@media (min-width: 1200px) {
	.popuppromo {
		max-width: 1000px;
	}
}
.popuppromo .mfp-close {
	margin-top: -44px;
	margin-right: -10px;
	color: #fff !important;
}
.popuppromo .button.btn {
    padding: 8px 40px;
    margin-top: 10px;
}
@media (max-width: 640px) {
	.popuppromo .button.btn {
   	 padding: 8px 22px;
	}
}
.popuppromo img {
	max-width: 800px;
	width: 100%;
	margin: 20px auto;
}


.table-cart thead tr {
    color: #6c757d;
    background-color: #f1f1f1;
    border-color: #eef2f7;
}
.table-cart thead tr th{
    padding: 15px 10px;
    font-size: 15px;
}
.table-cart tbody tr td {
    padding: 15px;
}

.table-cart td.cell-remove {
    width: 25px;
    font-size: 18px;
}
.table-cart td.cell-remove i {
    font-size: 18px;
    padding: 0px 5px;
}

.table-cart .quantity {
	width: 65px;	
}

.table-cart .pic-preview {
	width: 50px;
	display: inline-block;
}

.table-cart .link:hover {
	text-decoration: none;
}


.cart-total {
	border: 1px solid #dee2e6 !important;
	padding: 20px 15px;
	text-align: center;
}

.cart-total .price {
	font-size: 26px;
	letter-spacing: 1px;
	margin: 15px 0;
}

.cart-total .button.btn {
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 15px 5px;
	width: 100%;
}

.table-summary thead tr {
    color: #6c757d;
    background-color: #fff;
    border-color: #eef2f7;
}

.table-summary thead tr th{
    padding: 10px 10px;
    font-size: 15px;
}

.table-summary tfoot tr {
    color: #6c757d;
    background-color: #f1f1f1;
    border-color: #eef2f7;
    font-weight: bold;
}

.table-summary tfoot tr th{
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
    letter-spacing: 0.5px;
}

.table-summary tfoot tr td.summary-total{
    text-align: left;
    font-size: 18px;
}

.checkout-notice {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 35px;
	padding: 20px 0;
	width: 100%;
}

.checkout-bloc-payment {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	font-size: 18px;
	padding: 20px 15px 30px 15px;
}
.checkout-bloc-payment li {
	margin-bottom: 5px;
	margin-top: 2px;
}

.checkout-bloc-payment img{
	max-height: 20px;
	margin-left: 20px;
}
.checkout-bloc-payment img.no-margin {
	margin-left: 0px;
}

.checkout-bloc-payment .checkbox {
	margin-bottom: 25px;
}

.checkout-bloc-payment .bloc-comment {
	background: #e1e1e1;
	color: #515151;
	padding: 10px 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	font-size: 14px;
	
}

.checkout-bloc-resume {
	border: 1px solid #d0d0d0;
	padding: 20px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
}


.clearfix::after {
	content: "";
	  clear: both;
	  display: table;
}

.catalog .collection,
.directory .collection {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.homerow .catalog .collection,
.homerow .directory .collection {
	margin-bottom: 0px;
}

.catalog .collection li,
.directory .collection li {
	padding-right: 2px;
	list-style: none;
	margin-bottom: 40px;
}

.catalog .collection .list-products,
.directory .collection .list-items {
	float: left;
	width: 100%;
}

.catalog .collection .product,
.catalog .collection .item {
	
}

.catalog .collection .product:hover,
.directory .collection .item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	cursor: pointer;
}

.catalog .collection .product .prodimg,
.directory .collection .item .itemimg {
	width: 100%;
}

.catalog .collection .product .prodcontent,
.directory .collection .item .itemcontent {
	padding: 15px;
	text-align: center;
}

.catalog .collection .product .prodtitle,
.directory .collection .item .itemtitle {
	font-size: 18px;
	line-height: 22px;
}

.catalog .collection .product .prodprice,
.directory .collection .item .itemprice {
	font-weight: bold;
	font-size: 20px;
	margin-top: 6px;
}

.directory .collection .item .itemfeatures {
	margin-top: 10px;
}
.directory .collection .item .itemfeature {
	font-size: 15px;
	margin-top: 8px;
	margin-bottom: -1px;
}
.directory .collection .item .itemfeature i{
	margin-right: 5px;
}

.catalog .collection .product a.btn,
.directory .collection .item a.btn {
	width: 100%;
	margin-top: 15px;	
	padding: 14px 10px;
	font-size: 16px;
}

@media (max-width: 580px) {
	 .catalog .collection .col-xs-6 .product .prodtitle,
	 .directory .collection .col-xs-6 .item .itemtitle {
		font-size: 15px;
		line-height: 20px;
	}
	.catalog .collection .col-xs-6 .product .product_price,
	.directory .collection .col-xs-6 .item .item_price  {
		font-size: 18px;
	}
}

.catalog .tag,
.directory .tag {
	position: absolute;
	top: 10px;
	left: 25px;
	font-size: 11px;
	line-height: 15px;
}
@media all and (max-width: 480px) { 
	.catalog .tag,
	.directory .tag {
		font-size: 10px;
	}	
}

.catalog .tag-pos-2,
.directory .tag-pos-2 {
	top: 35px;
}


.catalog .collection .rows-eq-height,
.directory .collection .rows-eq-height {
	align-content: normal;
}

.catalog .page-col-l {
	padding-right: 35px;
}

.product_details .product_resume {
	margin-top: 25px;
}
.product_details .product_title {
	font-weight: 600;
	text-transform: none;
}
.product_details  .product_price {
	font-size: 25px
}
.product_details .product_hr,
.item_details .item_hr {
	border-top: 1px solid #eee;
	float: left;
	width: 100%;
	height: 2px;
	margin: 15px 0;
}

.item_details .margin-top-0 {
	margin-top: 0px !important;
}

.product_details a.btn {
	padding: 14px 25px;
}

.product_details a.btn.btn-video {
	padding: 6px 25px;
}
.product_details a.btn.btn-video i {
	padding-right: 10px;
}

.product_details .add-basket {
	margin-top: 40px;
	margin-bottom: 20px;
}

.product_details label,
.item_details label {
	margin-right: 10px;
}

.product_details .product_share {
	margin-top: 10px;
	float: left;
	width: 100%;
}

.product_details .list-pics,
.item_details .list-pics {
	list-style: none;
	width: 100%;
	float: left;
	margin-top: 10px;
}

.product_details .gallist li,
.item_details .gallist li {
	padding-right : 15px;
	margin-bottom: 0px;
}

.product_details .list-pics .thumbpic,
.item_details .list-pics .thumbpic {
	border: 1px solid #ddd;
	padding : 3px;
	margin: 5px;
}

.product_details .gallist.squarexl li,
.item_details .gallist.squarexl li {
	min-height: auto;
}

.item_details .item-hours {
	list-style: none;
	color: #333;
	font-size: 13px;
}

.item_details .item-hours li{
	float: left;
	width: 100%;
}

.item_details .item-hours .today {
	background: #f1f1f1;
	padding: 5px 5px;
	margin-left: -5px;
	width: calc(100% + 10px)
}

.product_details .list-features {
	padding-left: 0;
	margin-bottom: 30px;
}

.product_details .list-features li {
	list-style: none;
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	margin-bottom: 12px;
}

.product_details .list-features .key {
	padding-left: 5px;
}
@media all and (max-width: 480px) { 
	.product_details .list-features .key {
		padding-left: 0px;
	}	
	.btn-add-product {
		width: 100%;
	}
}



.product_details .figure-thumbnail {
	padding : 3px;
}

.add-to-cart .ico {
	position: relative;
	margin-left: 40px;
	right: 0;
	top: 0;
	margin-right: -40px;
}

.cart-btn {
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 5px;
}
.catalog-prod-btn .cart-btn {
	margin-top : 45px;
}
.cart-btn .lbl{
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 0.5px;
	font-size: 13px;
	text-transform: none;
}

@media all and (max-width: 767px) { 
	.cart-btn {
		margin-top: 20px !important;
		margin-bottom: 5px;
	}
	.cart-btn .lbl{
		display: none;;
	}
}

.cart-btn a {
	padding: 0px 20px;
	text-align: center;
	display: inline-block;
	position: relative;
	width: auto;
	height: 50px;
	line-height: 50px;
	background-color: #f7f7f7;
	font-size: 14px;
	border-bottom:2px solid #dfdfdf;
	border-radius: 5px;
}
.cart-btn .fa {
	font-size: 18px;
}

.cart-btn a:hover {
	transition: all 0.2s ease;
	background-color: #eaeaea;
	text-decoration: none;
}
.cart-btn .counter {
	position: absolute;
	right: -7px;
	top: -7px;
	font-weight: 700;
	color: #fff;
	border-radius: 50px;
	padding: 5px 6px;
	line-height: 15px;
	text-align: center;
}

.socialSharing {
    margin-bottom: 0;
    border: 0;
    display: inline-block;
    padding-left: 0;
	list-style: none;
}
.socialSharing > li {
    vertical-align: middle;
    padding-left: 17px;
    padding-right: 0;
    display: inline-block;
}
.socialSharing > li a {
    font-size: 15px;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 35px;
    padding: 0 !important;
    margin-top: 2px;
    margin-bottom: 2px;
}

.socialSharing.socialSharing-xl > li a {
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.bg-color-facebook {
	background-color: rgba(59,89,152,1);
}

.bg-color-twitter {
	background-color: rgba(30,160,240,1);
}

.bg-color-google-plus {
	background-color: rgba(218,72,53,1);
}

.bg-color-pinterest {
	background-color: rgba(189,8,28,1);
}

.bg-color-youtube {
	background-color: rgba(240,0,0,1);
}


.breadcrumb {
	float: left;
	width: 100%;
	padding: 10px 5px;
	margin-top: 30px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #fff;
	border-radius: 4px;
	text-transform: capitalize;
	border: 1px solid #fff;
	font-size: 16px;
}

.breadcrumb li {
 	float:left;
 	margin-right:5px;
}
.breadcrumb a {
 	color:#777;
 	text-decoration: none;
}
@media (max-width: 990px) {
	.breadcrumb {
		font-size: 14px;
	}
}

.collection-items {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.collection-items li{
	padding-left: 0px;
	list-style: none;
	margin-bottom: 40px;
}

.collection-items .item {
	width: 100%;
	background: #f7f7f7;
	border-color: #f1f1f1;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

.collection-items .item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	cursor: pointer;
}

.collection-items .item .itemimg{
	width: 100%;
}
.collection-items .item .itemimg.itembgimg{
	height: 280px;
	background-position: center;
	background-size: cover;
}
@media (max-width: 767px) {
	.collection-items .item .itemimg.itembgimg{
		height: 180px;
	}
}

.collection-items .item .itemcontent {
	padding: 15px;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	flex-grow: 1;
}

.collection-items .item .itemtitle {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
}

.collection-items .item .itemprice {
	font-weight: bold;
	font-size: 20px;
	margin-top: 6px;
}

.collection-items .item a.btn {
	width: 100%;
	margin-top: auto;	
	padding: 14px 10px;
	font-size: 16px;
}

.collection-items .rows-eq-height {
	align-content: normal;
}

.clickcall {
	position:fixed;
	bottom: 30px;
	right: 0;
	z-index: 100;
}
.clickcall.position-bottom_left {
	left: 14px;
	right: auto;
}
.callcontainer {
	box-shadow : 0 7px 6px 1px rgba(0,0,0,.16);
	margin: 34px 24px 0;
	box-sizing: border-box;
	background: #fff;
	padding: 23px 30px;
	text-align: left;
	margin-bottom: 10px;
	line-height: 24px;
	width: 350px;
	border : 0px;
	border-top: 4px solid;
	border-radius: 4px;
	display: none;
}
.clickcall.position-bottom_left .callcontainer {
	margin-left: 4px
}

@media all and (max-width: 480px) { 
	.callcontainer {
		width: 90%;
		/*bottom: 30px !important;*/
	}
}

@media all and (max-width: 991px) { 
	.clickcall {
		bottom: 30px !important;
	}
}

.callcontainer .message {
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	margin-bottom: 20px;
}

.callcontainer .fa-whatsapp {
	color: #26d367;
}
.callcontainer .fa-skype {
	color: #1facf0;
}
.callcontainer .fa-telegram {
	color: #289fd2;
}
.callcontainer .fb-messenger {
	stroke: #289fd2;
	width: 30px;
	height: 30px;
	/* convert hexa -> filter  :  https://codepen.io/sosuke/pen/Pjoqqp  */
	filter: invert(43%) sepia(17%) saturate(4178%) hue-rotate(190deg) brightness(105%) contrast(106%); 
}

.callcontainer ul {
	list-style: none;
}
.callcontainer li {
	margin-bottom: 10px;
}
.callcontainer .link {
	line-height: 28px;
}
.callcontainer .link i,
.callcontainer .link img{
	font-size: 28px;
	margin-right: 15px;
	font-weight: bold;
	vertical-align: middle;
}
.clickcall .open-btn {
	margin-bottom: 0px;
	left: 0;
	border-radius: 60px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	font-size: 25px;
	padding: 0;
	float: right;
	margin-right: 14px;
	box-shadow: 0 4px 10px 0 rgba(46,58,70,0.35);
	border-width: 0px !important;
}
.clickcall.position-bottom_left .open-btn{
	float: left;
}

.clickcall .open-btn.size-sm {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
}

.clickcall .open-btn.size-md {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
}

.clickcall .open-btn.size-lg {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 34px;
}

.clickcall .open-btn.size-xl {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 42px;
}

.clickcall .open-btn:hover {
	transition: all 0.3s ease 0s;
}

.clickcall .close-btn {
	float: right;
	margin-top: -20px;
	margin-right: -20px;
	font-size: 18px;
	cursor: pointer;
	font-weight: normal;
}

.searchbar {
	padding: 15px 20px;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.searchbar input,
.searchbar select {
	width: 25%;
	background-color: #fff;
	float: left; 
	margin-right: 15px;
	border: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

.searchbar .form-control {
	height: 45px;
	line-height: 45px;
}

.searchbar select.search-km {
	margin-left: -15px;
	max-width: 90px;
}

@media all and (max-width: 991px) { 
	.searchbar input,
	.searchbar select {
		width: 48%;
		margin-right: 5px;
	}
	.searchbar .form-control {
		height: 45px;
		line-height: 45px;
		font-size: 13px;
	}
	
	.searchbar select.search-km {
		margin-left: -5px;
	}
}




.dropdown-lng .open-btn {
	float: left;
	height: 100%;
	padding: 0px 5px;
	cursor: pointer;
	text-decoration: none;
	transition: all .1s ease-in;
}
.dropdown-lng .open-btn:hover {
	float: left;
	height: 100%;
	background: rgba(0,0,0,0.4);
	padding: 0px 5px;
}
.dropdown-lng ul {
	position: fixed;
	left: auto !important;
	right: 15px;
	top: 20px;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,0.15);
	border-radius:4px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
	box-shadow:0 6px 12px rgba(0,0,0,0.175);
	width: 120px;
	min-width: 120px;
	margin: 0px;
}
.dropdown-lng ul li{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.dropdown-lng ul li a {
	float: right;
	height: 100%;
	width: 100%;
	padding: 8px 15px;
	cursor: pointer;
}
.submenu-sticky .container {
	padding: 0;
}
.submenu-sticky.fixed {
	background: #f2f2f2;
    z-index: 9;
    position: fixed;
    top: 70px;
    width: 100%;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease 0s;
}
.submenu-sticky.fixed .scroll-x-infinite-xs {
	border-right-color: #f1f1f1;
}

.label-state-processing {
	background: #999;
}
.label-state-available {
	background: #D065C9;
}
.label-state-shipped {
	background: #6592D0;
}
.label-state-canceled {
	background: #c00000;
}
.label-state-refunded {
	background: #7F65D0;
}
.label-state-finished {
	background: #5cb85c;
}