/*
Theme Name: Mots-Lierre v2
Author: Simon LIBAUD
Description: Nouvelle version du site Mots-Lierre et Racines
Version: 2.0
License: GNU General Public License v2 or later
*/


/*=================================================
1 - BASE
=================================================*/
@import url(http://fonts.googleapis.com/css?family=Raleway:600,400);
body {
	font-family: 'Raleway',sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #7d7d7d;
	font-weight: 400;
	letter-spacing: 0.06em;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size: 48px;
	line-height: 1.2125em;
	letter-spacing: 4px;
	font-weight: 700;
}

h2 {
	font-size: 23px;
	line-height: 1.285714285714286em;
	font-weight: 400;
	letter-spacing: 2px;
}

h3 {
	font-size: 18px;
	line-height: 1.538461538461538em;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
}

h4 {
	font-size: 18px;
	line-height: 1.538461538461538em;
	letter-spacing: 2px;
	font-weight: 600;
}

h5 {
	font-size: 16px;
	line-height: 1.444444444444444em;
	letter-spacing: 1px;
	font-weight: 600;
}

h6 {
	font-size: 14px;
	line-height: 1.571428571428571em;
	font-weight: 400;
}


h3,h3 a {
	color:#5d5d5d
}
h1,h1 a, h2,h2 a,h5,h5 a {
	color:#444
}
h4,h4 a {
	color:#8b8b8b
}
h6,h6 a {
	color:#e6ae48
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color: #a67c52;
	text-decoration:none;
}

a,p a {
	color: #393939;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transform: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.no-hoverflow{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

select {
	padding: 10px;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 15px;
	font-size: 13px;
	width: 162px;
	margin-bottom: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6, .post-info a, .sidebar a, footer a{
	text-decoration: none !important;
}
.container p a, .container li a{text-decoration: underline;}

.container h2 i.fa{
	color: #A67C52;
}

img.full-radius{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 6px solid #FFF;
	box-shadow: 0px 0px 2px 0px #C7C7C7;
}

.text-vert{
	color: #80B554 !important;
}

.button-vert{
	color: #80B554 !important;
	border-color: #80B554 !important;
}

.btn{
	border-radius: 0px !important;
}

.button-vert:hover, .button-vert:active, .button-vert:focus{
	color: #ffffff !important;
	background-color: #80B554 !important;
	border-color: #80B554 !important;
}

/*=================================================
2 - Header
=================================================*/
header.site-header{
	height:69px;
}
header:after {
	clear:both;
	display:block;
	content:'';
}
header.site-header .header-inner{height:69px;}
header.site-header div.logo{
	float: left;
	width:69px;
	height: 100%;
	background-color: #80B554;
}
header.site-header div.logo img{
	display: block;
	margin: 9px auto;
}
header.site-header a.site-title{
	font-size:18px;
	text-decoration: none;
	float:left;
	height:69px;
}
header.site-header a.site-title:hover, header.site-header a.site-title:active, header.site-header a.site-title:focus{
	text-decoration: none;
	color: #A67C52;
}
header.site-header div.text-site{
	margin-left: 80px;
	margin-top: 8px;
}
header.site-header div.text-site span.site-title{
	font-size: 22px;
	line-height: 32px;
}
header.site-header div.text-site span.sub-site-title{
	font-size: 13px;
}
#mobnav-btn{
	top: 22px !important;
}
.header-inner {
	width: 100%;
	position: relative;
	z-index: 9999;
	background-color: #fff;
	line-height: 12px;
	-webkit-box-shadow: 0px 1px 1px -1px #CDCDCD;
	box-shadow: 0px 1px 1px -1px #CDCDCD;
}

.header-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.brand, .header-inner .main-nav {
	display: table-cell;
	vertical-align: middle;
}

.home-two-header {
	margin:25px 0 20px 0;
}

.home-two-header .brand, .header-inner .home-two-header .main-nav {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.header-inner.header-scroll-up {
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	-moz-transition: -moz-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	-webkit-transform: translateY(-105px) translateZ(0);
	-moz-transform: translateY(-105px) translateZ(0);
	transform: translateY(-105px) translateZ(0);

}
.header-inner.header-scroll-fixed {
	position: fixed;
	-webkit-transform: translateY(0px) translateZ(0);
	-moz-transform: translateY(0px) translateZ(0);
	transform: translateY(0px) translateZ(0);
	-webkit-transition: -webkit-transform .5s ease-in-out ;
	-moz-transition: -moz-transform .5s ease-in-out ;
	transition: transform .5s ease-in-out ;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	box-shadow: 0 1px 3px rgba(0,0,0,0.11);
}

.header-scroll-fixed .header-three {
	padding:5px 100px 0px 100px;
}

.header-scroll-fixed .brand img {
	height:65px;
}

.home-two-header .brand, .header-inner .home-two-header .main-nav {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.header-three {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
}

/*** Brand logo ***/

.brand {
	height:68px;
	text-transform:uppercase;
	font-size:1.4em;
	font-weight:600;
}
.brand a.ivy-logo{
	background-color: #80B554;
	color: #ffffff;
	/* height: 71px; */
	padding: 26px 7px;
}
.brand a.ivy-logo:hover, .brand a.ivy-logo:active, .brand a.ivy-logo:focus{
	text-decoration: none;
}
.brand img {
	position: relative;
	top: 0;
	left: 2px;
	height: 42px;
}

.brand .site-title{
	position: relative;
	top:1px;
	margin-left:25px;
}

.home-two-header .brand{
	width: 130px;
	height: auto;
}

.home-two-header .brand img {
	height: auto;
}

/*** Main Nav Menu ***/

.main-nav {
	position: absolute;
	top: 1px;
	right:20px;
	text-align: right;
	white-space: nowrap;
	padding: 0;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-nav .sf-menu li {
	position: relative;
}

.main-nav .sf-menu li:hover, .sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.main-nav .sf-menu li a {
	padding: 28px 10px;
	display: block;
	position: relative;
	font-size: 12px;
	color: #696969;
	font-family: Raleway, sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration:none;
}

.main-nav li.logo-voltaire{padding-left:10px;}
.main-nav li.logo-voltaire a{padding: 0 !important;}

.home-two-header .main-nav ul.sf-menu li a {
	padding: 25px 24px;
}

.main-nav .sf-menu li.current_page_item a {
	color: #a67c52;
}
.main-nav .sf-menu li.urrent_page_item ul a {
	color: #111111;
}
.main-nav .sf-menu li ul li.urrent_page_item a {
	color: #a67c52;
}
.main-nav .sf-menu ul {
	background-color: #fafafa;
	position: absolute;
	z-index: 6000;
	display: none;
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	top: 67px;
	left: 0;
	z-index: 99;
	margin: 1px 0;
	padding: 3px 0 5px 0;
	border-top: solid 3px #a67c52;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.32);
	box-shadow: 0 1px 3px rgba(0,0,0,.32);
}
.main-nav .sf-menu > li {
	display: inline-block;
}
.main-nav .sf-menu li:hover > ul, .main-nav .sf-menu li.sfHover > ul {
	display: block;
}
.main-nav .sf-menu a {
	display: block;
	position: relative;
}

.main-nav .sf-menu a:hover {
	color: #a67c52;
}
.main-nav .sf-menu ul li {
	min-width: 225px;
	text-align: left;
	border-bottom: 1px solid #EEE;
}
.sub-menu {
	display: none;
}
.main-nav .sf-menu ul.sub-menu li a {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	color: #696969;
	line-height: 17px;
	margin: 0px;
	padding: 9px 10px;
	letter-spacing: 1px;
	transition:0.3s;
}
.main-nav .sf-menu ul.sub-menu li a:hover{
	background-color:#f5f5f5;
	padding-left: 15px;
}

.main-nav .sf-menu ul ul {
	top: 0;
	left: 100%;
}

.main-nav .sf-menu ul ul li {
	background: #fff;
	border-left: solid 1px #eee;
}


/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #999;
}


.header-inner #mobnav-btn {
	display:none;
	position: absolute;
	width: 25px;
	height: 20px;
	top: -46px;
	right: 15px;
	border: 4px solid #777;
	border-width: 4px 0;
	cursor: pointer;
}
.header-inner{
	position: fixed !important;
}

.header-inner #mobnav-btn:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	top: 4px;
	height: 4px;
	background-color: #777;
}

.header-inner .mobnav-subarrow {
	display: none;
}

@media (min-width: 768px) {

	.header-inner #mobnav-btn {
		/*display: none;*/
	}
}

@media (max-width: 768px) {

	.navbar-brand {
		display: block;

	}

	.navbar {
		max-height: none;
	}
	.main-nav {
		margin-top: 10px;
		height: auto;
	}
	.sf-menu > li {
		float: none;
	}
	.sf-menu li a {
		padding: 10px 13px;
		font-weight: 400;
	}

	.sf-menu li a:hover, .sf-menu li.sfHover a:hover {
		color: #a67c52;
	}

	.sf-menu ul {
		font-size: 14px;
		display: block;
		position: static !important;
		border: 0;
		box-shadow: 0 0 0 0;
		-moz-box-shadow: 0 0 0 0;
		-webkit-box-shadow: 0 0 0 0;
	}
}

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

	.header-three {
		padding: 15px 30px 20px 30px !important;
	}

}

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

	.header-table {
		display: block;
	}

	.header-inner .main-nav {
		position: relative;
		display: block;
		margin: 0;
		right:0px;
	}
	.header-table.header-three {
		display: table !important;
	}
	.header-three .main-nav {
		display: table-cell !important;
	}
	#mobnav-btn {
		display: block !important;
	}
	#menu-main-menu{
		text-indent:15px;
	}
	#menu-main-menu ul.sub-menu{
		/*display: block !important;*/
		display: none;
	}
	#menu-main-menu ul.sub-menu li a{
		padding: 9px 0px !important;
	}

	.mobnav-subarrow {
		display: block !important;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0 ;
		width: 45px;
		height: 42px;
		border-left: 1px solid #e8e8e8;
		text-align: center;
		color: #777;
	}

	.mobnav-subarrow .fa {
		margin-top:14px;
	}
	.main-nav {
		text-align: left;
		white-space: nowrap;
		padding: 0;
	}

	.sf-menu  {
		display: none;
	}

	.main-nav .sf-menu  {
		margin: 0 -15px;
	}

	.main-nav .sf-menu > li {
		font-size: 13px;
		line-height: 16px;
		display: block;
		border-top: 1px solid #e8e8e8;
	}

	.main-nav .sf-menu li a  {
		color: #111;
		padding: 13px 57px 13px 15px;
		display: block;
		position: relative;
		background-color: transparent!important;
	}

	.main-nav .sf-menu ul { border: none;}

	.main-nav .sf-menu ul li{
		width: 100%;
		margin-left: 30px;
		font-size: 13px;
		line-height: 16px;
		font-weight: 400;
		position: relative;
		border:none;
		border-top: 1px solid #e8e8e8;
	}
	.sf-menu ul {
		position:static!important;
		display: none!important;
	}
	.header-three  .sf-menu  {
		position:static!important;
		display: block !important;
	}
	.header-three .sf-menu li{
		border: none !important;

	}
	.xpopdrop ul {
		display: block!important;
	}

	/* Footer */
	.footer-area-container img.footer-logo{
		display: block;
		margin:5px auto;
	}
	.footer-area-container .text-widget{
		text-align: center;
	}
	.footer-area-container .footer-widget-title{
		text-align:center;
	}
	.footer-area-container ul.menu{
		text-align:center;
	}
}

div.opt {
	margin:10px;
	background:#eee;
	padding:5px;
}

span.option {
	font-weight:700;
}

span.description {
	margin-left:10px;
}

.align-center {
	text-align: center;
}


.menu-search-bar {
	position: relative;
	cursor: pointer;
}

.search-bar {
	position: absolute;
	right:8px;
	margin-top: 10px;
	display: none;
}
.search-bar input {
	width:235px;
	height: 50px;
	padding:5px 20px;
	border:solid 1px #eee;
}



/*** Header three menu **/

body.overflow-hidden-header-three {
	position: fixed;
	width: 100%;
}

.overlay-content-wrap {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}
.overlay-content-wrap.overlay-active {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 1;
	cursor: pointer;
	position: fixed;
	top: 0;
	z-index: 990;
	-webkit-tap-highlight-color: transparent;

}
.header-three {
	padding:15px 100px 20px 100px;
}
.header-three .menu-content {
	width: 320px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	opacity: 0;
	background: #fff;
	/*overflow: auto;*/
	z-index: 999;
	padding: 55px 25px 25px 40px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: translate(320px,0);
	-webkit-transform: translate(320px,0); /** Safari & Chrome **/
	-o-transform: translate(320px,0); /** Opera **/
	-moz-transform: translate(320px,0); /** Firefox **/
}
.header-three .menu-content.active-menu{

	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0); /** Safari & Chrome **/
	-o-transform: translate(0,0); /** Opera **/
	-moz-transform: translate(0,0); /** Firefox **/

}
@media only screen and (max-width: 660px)  {
	.header-three .menu-content {
		width: 290px;
		transform: translate(290px,0);
		-webkit-transform: translate(290px,0); /** Safari & Chrome **/
		-o-transform: translate(290px,0); /** Opera **/
		-moz-transform: translate(290px,0); /** Firefox **/
	}
}
.header-three .menu-content h3 {
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
}
.header-three .menu-content ul {
	text-align: left;
}
.header-three .menu-content ul.sf-menu {
	padding: 0;
	margin:44px 0 0 0;

}
.header-three .main-nav .menu-content .sf-menu > li {
	display: block;
	margin: 25px 0 0 0;
	list-style: none;
}
.header-three  .main-nav .menu-content .sf-menu li a {
	font-size: 18px;
	padding: 0;
	text-transform: none;
	font-weight: 400;

}
.header-three  .main-nav .menu-content .sf-menu ul.sub-menu li a {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	margin: 0 13px;
	padding: 9px 4px;
}

.header-three .nav-button-holder {
	position: relative;
	right: 20px;
}
.nav-button:focus {
	outline: none;
}

.nav-button {
	position: absolute;
	top: -11px;
	background: transparent;
	right: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 28px;
	height: 25px;
	font-size: 0;
	text-align: right;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	z-index: 1000
}

.nav-button span {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	height: 3px;
	background: #5d5d5d;
}

.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #5d5d5d;
	content: "";
}

.nav-button span::before {
	top: -7px;
}

.nav-button span::after {
	bottom: -7px;
}

.nav-button span {
	-webkit-transition: background 0 0.3s;
	transition: background 0 0.3s;
}

.nav-button span::before,
.nav-button span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
	transition-delay: 0.3s, 0;
}

.nav-button span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.nav-button span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.nav-button.active {
}

.nav-button.active span {
	background: none;
}

.nav-button.active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-button.active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-button.active span::before,
.nav-button.active span::after {
	-webkit-transition-delay: 0, 0.3s;
	transition-delay: 0, 0.3s;
}
.header-three .search-bar {
	left: 0;
	right: 0;
	margin-top: 15px;

}

/*=================================================
3 - Page Header
=================================================*/

.pages-header-container {
	background: #f5f5f5;
}

.pages-header {
	text-align: center;
	padding:45px 0 50px 0;
}
.pages-header .title-un, .container h2 {
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 400;
	color: #5d5d5d ;
}
.pages-header .breadcrumbs {
	list-style: none;
	margin: 40px 0 0 0;
	padding: 0;
	letter-spacing: 2px;
}
.pages-header .breadcrumbs li {
	display: inline-block;

}
.pages-header .breadcrumbs li:after {
	content: '>';
	padding:0 1px 0 5px;
}
.pages-header .breadcrumbs li:last-child:after {
	content: '';
}


/*=================================================
4 - Heading or Title
=================================================*/

.main-title {

}
.main-title h4 {
	color: #a67c52;
}
.main-title h4:after {
	position: absolute;
	left: -1px;
	top: 5px;
	opacity: .4;
	font-size: 68px;
	font-family: serif;
	content: " ";
}
.main-title h2  {

	text-transform: uppercase;
	position: relative;
	margin-bottom: 50px;
}

.main-title h2:after {
	position: absolute;

	background: #ada5a4;
	width: 50px;
	height: 3px;
	bottom: -25px;
	opacity: .4;
	left: 0;
	font-size: 68px;
	font-family: serif;
	content: " ";
}

.title-un, .title-un-two, .container h2{
	text-align: center;
	position: relative;
	letter-spacing: 1.5px;
	margin-left: 0;
	margin-right: 0;
}
.title-un-des, .title-un-des-two, .container h2 {
	text-align: left;
	margin: 45px auto;
}
.title-un:after, .title-un-two:after, .container h2:after {
	position: absolute;
	left:0;
	right:0;
	background: #ada5a4;
	width: 125px;
	height: 3px;
	bottom: -20px;
	opacity: .4;
	font-size: 68px;
	font-family: serif;
	content: " ";
}

.title-un:after, .title-un-two:after{
	margin-left:auto;
	margin-right:auto;
}

body.home .container h2{
	text-align:center;
}

body.home .container h2:after{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}



.container h2:after{
	background: #ADA5A4;
}

.title-un-two, .title-un-des-two {
	text-align: left;
}
.title-un-two {
	margin-bottom: 45px;
}
.title-un-des-two {
	width: 100%;
	margin-top: 0;
}
.title-un-two:after, .title-un-des-two {
	margin-right: 0;
	margin-left: 0;
}


/********* line title *********/

.btline-title, #reviews #comments h2, #reviews .comment-reply-title, .comment-reply-title, .cross-sells h2 {
	padding-bottom: 17px;
	position:relative;
	margin-bottom: 32px;
}
.woocommerce-cart-holder .cross-sells {
	margin-top: -10px;
}
.cross-sells h2{
	font-size: 17px;
	letter-spacing: 2px;
	margin-top: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.btline-title:after,  #reviews #comments h2:after, #reviews .comment-reply-title:after, .comment-reply-title:after, .cross-sells h2:after {
	background:#ada5a4;
	content: " ";
	display: block;
	height: 3px;
	width: 42px;
	position: absolute;
	bottom: -2px;
	z-index: 500;
}

/********* Pull line title *********/

.pline-title {
	text-transform: uppercase;
	color: #000;
	margin-bottom:15px;
	padding: 0 0 37px;
	text-align: center;
	background: url("../images/ptitlebg.png");
	background-repeat:no-repeat;
	background-position:center bottom -2px;


}

/* Safari only */

@media screen and (-webkit-min-device-pixel-ratio:0) {

	/* Safari and Chrome */
	.pline-title {
		background-position-x: 50%;
		background-position-y: 102%;
	}

	/* Safari only override */
	::i-block-chrome,.pline-title {
		background-position-x: 50%;
		background-position-y: 102%;
	}


}

.plbottom-line {
	font-size: 14px;
	color: 222;
	text-align: center;
	margin-bottom: 45px;
}

/*=================================================
5 - Buttons
=================================================*/

.button, #button {
	color: #a67c52;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 32px;
	margin: 5px 0;
	border: solid 2px #a67c52;
	letter-spacing: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0px;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	-webkit-box-shadow: inset 0 0 0 1px #ebebeb;
	-moz-box-shadow: inset 0 0 0 1px #ebebeb;
	box-shadow: inset 0 0 0 1px #ebebeb;
	border-radius: 2px;
	transition: 0.3s;
}
.button a { color: #a67c52; }
.button:hover, .button:hover:active, .button:focus{
	text-decoration:none !important;
	color: #a67c52;
	background-color: #ffffff;
}

/*=================================================
6 - Service box
=================================================*/

/********* container *********/

.container-our-services {

	background-color: #fff;
	padding: 81px 0 34px 0;

}

.container-services-sa {
	background-color: #fff;
	padding: 81px 0 34px 0;

}

/****** Service box style 1 ******/

.container-services-sb {
	background-color: #fff;
	padding: 77px 0 72px 0;

}

.service-box-sb  {
	margin: 0 0 20px 0;
	text-align:center;
}
.service-box-sb h5 {
	letter-spacing: 2px;
}
.service-box-sb .service-icon {
	margin: 0 auto 16px;
	width: 104px;
	height: 104px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 104px;
	text-align: center;
	font-size: 30px;
	color: #a67c52;
}

.service-box-sb .service-icon .fa {
}

.service-box-sb .service-info {
	margin-top:4px;
	overflow: hidden; *
}
.service-box-sb .service-info h4 {
	color: #000;
}
.service-box-sb .service-info .desc {
	margin-top: 15px;
}

.service-box-sb .button {
	margin-top: 27px;
}



/****** Service box style 2 ******/

.service-box-la {
	margin-bottom: 40px;
}

.service-box-la .service-icon   {
	font-size: 28px;
	line-height: 48px;
	position: relative;
	z-index: 999;
	color: #a67c52;
}
.service-box-la .service-img {
	margin-bottom: 30px;
}
.service-box-la .service-info {
	position: relative;
}
.service-box-la .service-info h3 {
	position: relative;
	font-size: 18px;
	margin-bottom: 38px;
	letter-spacing: 1px;
}

.service-box-la .service-info h3:after {
	position: absolute;
	background: #ada5a4;
	width: 50px;
	height: 3px;
	/*top: 40px;*/
	bottom: -16px;
	opacity: .4;
	left: 0;
	font-size: 68px;
	font-family: serif;
	content: " ";
}

/*=================================================
9 - Alert box
================================================*/

.alert {
	padding: 21px;
	border:solid 1px #ddd;
	font-size: 14px;
	margin:0 0 28px 0;
}
.alert.alert-info {
	background: #d9edf7;
	border-color: #bce8f1;
}
.alert.alert-info .close {
	background: #bce8f1;
	color:  #d9edf7;
}
.alert.alert-success {
	background: #dff0d8;
	border-color: #d6e9c6;
}
.alert.alert-success .close {
	background: #d6e9c6;
	color:  #dff0d8;
}

.alert.alert-warning {
	background: #fcf8e3;
	border-color: #faebcc;
}
.alert.alert-warning .close {
	background: #faebcc;
	color: #fcf8e3;
}

.alert.alert-danger {
	background: #f2dede;
	border-color: #ebccd1;
}
.alert.alert-danger .close {
	background: #ebccd1;
	color: #f2dede;
}

.close {
	float: right;
	margin-right:20px;
	font-size: 18px;
	text-align:center;
	font-family:Helvetica,Arial;
	font-weight: 400;
	line-height: 16px;
	padding:0;
	width:28px;
	height:28px;
	color: #fff;
	background:#ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.8;
}
button.close {
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

/*=================================================
11 - Tabs
=================================================*/

.nav-tabs {
	border-bottom: 1px solid #ddd;
	margin:0;
	padding-left: 0;
	list-style: none;
}
.nav-tabs:before {
	content: " ";
	display: table;
}

.nav-tabs:after {
	clear: both;
}
.nav-tabs > li {
	display:inline-block;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	position: relative;
	display: block;
	padding: 10px 22px;
	color: #666666;
}
.nav-tabs > li > a:hover {
	color: #a67c52;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top:solid 3px #a67c52;
	border-bottom-color: transparent;
	cursor: default;
	font-weight:700;
}
.tab-content {
	padding: 27px 22px;
	margin-bottom: 20px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.tab-content>.tab-pane {
	display: none;
}
.tab-content>.active {
	display: block;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

/****** about us container ******/
.container-about-us {
	padding: 80px 0 40px 0;
}

/*=================================================
12 - Overlay
=================================================*/


.overlay {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.overlay ul {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	text-align: center;
	padding: 0;
	margin-top: 100px;
}

.overlay li  {
	display: block;
	opacity: 0;
	font-size: 16px;
	margin-top:200%;
	-webkit-transition: all .5s cubic-bezier(0.25,.46,.45,.94);
	-moz-transition: all .5s cubic-bezier(0.25,.46,.45,.94);
	transition: all .5s cubic-bezier(0.25,.46,.45,.94);
}
.overlay .actions li.project-details {
	margin: 200% auto 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 77px;
	height: 77px;
	font-size: 36px;

}

.overlay ul li.project-details a .fa {
	font-size: 36px;
	line-height:77px;
	color:#fff;
	background:#a67c52;
	width: 77px;
	height: 77px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s cubic-bezier(0.25,.46,.45,.94);
	-moz-transition: all .5s cubic-bezier(0.25,.46,.45,.94);
	transition: all .5s cubic-bezier(0.25,.46,.45,.94);

}

.overlay .actions li.project-details a .fa:hover {
	background:#000;
}

.overlay .project-item-title {
	display: table;
	width: 100%;
	height: 100%;
}

.overlay .project-item-title h3 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}

.overlay-active {
	opacity: 1;
}

/*=================================================
13 - Portfolio
=================================================*/

.ocp-container {
	background-color: #f7f7f7;
	padding: 61px 0 62px 0;
	border-top: solid 1px #f1f1f1;
	border-bottom: solid 1px #f1f1f1;
}

/****** Portfolio ******/

.container-prjects-b {
	background: #fff;
	padding: 81px 0 54px 0;
}
.projects-view {
	margin: 20px 0 35px 0;
}
.projects-view .project-b-item .project-image {
	float: left;
	width: 50%;
	background: #8d8d8d;
}
.projects-view:after{
	clear: both;
	content: " ";
	display: table;
	height: 0;
	visibility: hidden;
}
.projects-view .project-b-item .project-image img {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.projects-view .project-b-item .project-b-des  {
	position: relative;
	float: right;
	height: 313px;
	width: 50%;
	padding:40px 5px 10px 5px;
	background: #f5f5f5;
	color: #272727;
	text-align: center;
}

.projects-view .project-b-item:nth-child(even) div.project-image {
	float: right;
}
.projects-view .project-b-item:nth-child(even) div.project-b-des {
	float: left;
}

.projects-view .project-b-item .project-b-des .title-un {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 45px;
}
.projects-view .project-b-item .project-b-des .title-un-des {
	margin: 45px auto 20px auto;
}
.projects-view .project-b-item:nth-child(odd) .project-b-des:after {
	top: 40%;
	left: -14px;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 16px 24px 0;
	border-color: transparent #f5f5f5 transparent transparent;
	display: block;
}

.projects-view .project-b-item:nth-child(even) div.project-b-des:after {
	top: 40%;
	right: -14px;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 0 24px 16px;
	border-color: transparent transparent transparent #f5f5f5;
	display: block;
}

.project-b-link {
	text-align: center;
	color: #BBB;
	font-size: 4em;
	margin: 5px;
}

.projects-view .project-b-item .project-image:hover img {
	opacity: 0.5;
}

/****** Portfolio filter ******/
.portfolio-container {
	padding: 46px 0;
}

.port-filter {
	margin: 15px 0 28px 0;
}
.port-filter ul { margin:0 0 35px 0; padding:0; text-align: center;}
.port-filter ul li {
	display: inline-block;
	list-style: none;
	margin-right: 5px;
	margin-bottom: 20px;
}
.port-filter ul li a {
	color: #888888;
	padding: 9px 16px !important;
	border:solid 1px #ececec;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 2px;
}
.port-filter ul li a:hover {
	color: #a67c52;
}
.port-filter ul li.active a {
	color: #fff;
	background: #a67c52;
	border-color: #ac3b35;
}

.portfolio-container .pagination-cm {
	text-align: center;
	margin: 15px 0 13px 0;
}

/****** Our creative portfolio container ******/


.col-3-portfolio .project-item {
	width: 370px;
	margin:15px;
}

/****** classic portfolio  container ******/

.occp-container {
	background-color: #fff;
	padding: 61px 0 62px 0;
}

.classic-portfolio {
	margin:0 -1%;
}
.classic-portfolio .project-item {
	float: left;
	max-width: 100%;
}
.classic-portfolio .project-item .project-image:hover img {
	opacity: .5;
}
.classic-portfolio.col-2-portfolio {
	margin: 0 -15px;
}
.classic-portfolio.col-2-portfolio .project-item {
	width: 47.9%;
	margin:4px 1% 32px 1% ;
}

.classic-portfolio.col-2-portfolio .overlay .actions li.project-details {
	margin: 350% auto 0 auto;
}
.classic-portfolio.col-2-portfolio .project-item .project-image:hover .overlay li {
	opacity: 1;
	margin-top:73px !important;
}

.classic-portfolio.col-3-portfolio {
	margin: 0 -15px;
}
.classic-portfolio.col-3-portfolio .project-item {
	width: 31.3033333333%;
	margin:4px 1% 32px 1% ;
}
.classic-portfolio.col-3-portfolio .project-info h4 {
	margin-top: 18px !important;
}
.classic-portfolio.col-4-portfolio {
	margin: 0 -15px;
}
.classic-portfolio.col-4-portfolio .project-item {
	width: 23%;
	margin:4px 1% 25px 1% ;
}
.classic-portfolio.col-4-portfolio .project-item .project-info h4{
	font-size: 16px;
	letter-spacing: 2px;
	margin: 16px 0 13px 0;
}

.classic-portfolio.col-4-portfolio .overlay .actions li.project-details {
	margin: 100% auto 0 auto;
}

.classic-portfolio .project-item .project-image, .projects-view .project-b-item .project-image {
	position: relative;
	overflow: hidden;
	background: #8d8d8d;

}
.classic-portfolio .project-item .project-image:hover .overlay {
	opacity: 1;
}

.classic-portfolio .project-item .project-image .pbt {
	color: #fff;
	border: solid 2px #fff;
	padding: 9px 10px;
}
.classic-portfolio .project-item .project-image:hover .overlay li {
	opacity: 1;
	margin-top:0;
}
.classic-portfolio .project-item .project-info {
	text-align: center;
	margin-top: 30px;
}
.classic-portfolio .project-item .project-info h4 {
	margin: 20px 0 15px 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 4px;
}
.classic-portfolio .project-item .project-info h4 a {
	color: #5d5d5d;
}
.classic-portfolio .project-item .project-info h4 a:hover {
	color: #a67c52;
}
.classic-portfolio .project-item .project-info .project-cat {
	margin: 0 0 5px 0;padding: 0;list-style: none; letter-spacing: 2px;
}
.classic-portfolio .project-item .project-info .project-cat li {
	display: inline-block;
}
.classic-portfolio .project-item .project-info .project-cat a {
	color: #555555;
}
.classic-portfolio .project-item .project-info .project-cat a:hover {
	color: #a67c52;
}
.classic-portfolio .project-item .project-info p {
	margin-bottom: 20px;
}


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

	.projects-view .project-b-item .project-b-des, .projects-view .project-b-item .project-image
	{
		width: 100%;
		float: none;
	}

	.projects-view .project-b-item:nth-child(even) div.project-b-des:after, .projects-view .project-b-item:nth-child(odd) .project-b-des:after {
		top: -24px;
		left: 47%;
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 24px 24px 24px;
		border-color: transparent transparent #f5f5f5;
		display: block;
	}

}

@-moz-document url-prefix() {
	.classic-portfolio.col-2-portfolio .project-item {
		width: 47.8%;
		margin:4px 1% 32px 1% ;
	}
	.classic-portfolio.col-3-portfolio .project-item {
		width: 31%;
		margin: 4px 1% 32px;
	}
}

/**** Gallery Portfolio ****/

.gallery-portfolio {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;

}
.classic-portfolio.col-3-portfolio.gallery-portfolio, .gallery-2-col-portfolio, .gallery-4-col-portfolio, .gallery-5-col-portfolio, .gallery-6-col-portfolio {
	margin: 0 auto 60px auto;
}
.col-3-portfolio.gallery-portfolio.no-margin-port {
	margin: 0!important;
}
.col-3-portfolio.gallery-portfolio .project-item {
	width: 33.303333%;
	margin: 0 !important;
}
.gallery-2-col-portfolio  .project-item {
	width: 50%;
}
.container .col-3-portfolio.gallery-portfolio .project-item {
	width: 33.333333% !important;;
}
.gallery-4-col-portfolio .project-item  {
	width: 24.9%;
	margin: 0;
}

.gallery-5-col-portfolio .project-item  {
	width: 19.99%;
	margin: 0;
}
.gallery-6-col-portfolio .project-item  {
	width: 16.6466667%;
	margin: 0;
}

.port-de-title-1 {
	margin:-10px 0 10px 0;
}
.port-de-title-1 .btline-title {
	font-size: 17px;
	text-transform: uppercase;
	color: #5d5d5d;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.single-port-cont {
	margin-bottom:40px;
}
.single-port-cont p  {
	margin-bottom: 15px;
}

.port-de-title {
	margin: 10px 0 10px 0;
}
.port-dmb {
	margin-bottom: 35px;
}
.port-dem {
	margin-top: 35px;
}
.port-de-title .btline-title {
	font-size: 17px;
	text-transform: uppercase;
	color: #5d5d5d;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.port-de-title .btline-title:after {
	position: absolute;
	background: #ada5a4;
	width: 50px;
	height: 3px;
	top: 40px;
	opacity: .4;
	left: 0;
	font-size: 68px;
	font-family: serif;
	content: " ";
}

.single-port-details {
	margin:72px 0 0 0;
	padding: 0;
	list-style: none;
}
.single-port-details.single-m {
	margin-top: 30px;
}
.single-port-details li {
	padding: 7px 2px;
	border-bottom: solid 1px #ddd;

}
.single-port-details li:first-child {
	padding-top:0;
}
.single-port-related {
	margin-top: 50px;
}
.single-port-related .btline-title {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 38px;
}

/*=================================================
16 - blockquote
=================================================*/

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-size: 14px;
  line-height: 1.6;
  color: #A87C52;
  text-align: justify;
  
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-size: 85px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 9px;
  top:-20px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

/*=================================================
18 - contact-form
=================================================*/

.container-contact-details {
	padding: 88px 0 20px 0;
}
.container-contact-form {
	padding:40px 0 50px 0;
}

#contact-form {
	padding-top: 4px;
}

#contact-form input[type="text"], #contact-form textarea {
	max-width: 100% !important;
	width: 100%;
	display: block;
	margin-bottom: 21px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #ddd;
	height: 52px;
	padding: 13px;
	font-family: inherit;
	font-size: inherit;
	color: #787878;
}
#contact-form .button {
	padding: 10px 35px;
}

#contact-form textarea {
	margin-bottom: 22px;
	height: 193px;
	max-width: 100%;
}

#contact-form textarea:focus {
	outline: none;
}

/*=================================================
19 - gmap
=================================================*/

.map-container {
	position: relative;
	padding-bottom: 33%;
	height: 0;
	overflow: hidden;
}

.map-container iframe,
.map-container object,
.map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gmap3{
	margin:0px auto;
	width: 100%;
	height: 455px;
}


/*=================================================
20 - Blog Posts
=================================================*/


.blog-posts {
	padding-top: 35px;
	margin-bottom: 50px;
}
.blog-post {
	margin-bottom: 63px;
}

.blog-posts-g {
	padding: 0;
	margin: 0 -1.08025% 0 -1.08025%;
}
.blog-posts-g:after {
	clear: both;
	display: table;
	content: " ";
}

.blog-posts-g-50 li{
	width: 50%;
}

.blog-posts-g-33 li{
	width: 33.33333%;
}

.blog-posts-g li {
	float: left;
	padding-right: 1.08025%;
	padding-left: 1.08025%;
	list-style: none;
	margin-bottom: 35px;
}
.blog-posts-g .post-img {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
}
.blog-posts-g .post-img img{
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.blog-posts-g .post-img a{
	display: block;
	text-align: center;
}

.blog-posts-g .post-img img:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.blog-posts-g li .post-content {
	padding: 22px 25px 30px;
	background: #f5f5f5;
	margin: 0 !important;
}
.blog-posts-g li .post-content h2 {
	height:2.6em;
	overflow: hidden;
	text-align: left !important;
	font-weight:600;
	position: relative; margin-bottom: 20px; font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 10px 0px 20px 0;
}
.blog-posts-g li .post-content h2:after {
	margin: 0;
	width: 50px;
}
.blog-posts-g li .post-content .post-info {

	margin-bottom: 12px;
	color: #a67c52;
	font-weight: 500;

}
.blog-posts-g li .post-content .post-info a {
	color: #a67c52;
}
.blog-posts-g li .post-content .post-info a:hover {
	color: #393939;
}
.blog-posts-g li .post-content .post-info span {
	margin: 0 10px;
}
.blog-posts-g li .post-content .post-info span:first-child  {
	margin: 0 10px 0 0 ;
}

@media only screen and (max-width: 990px) {
	.blog-posts-g li {
		width: 50%;
	}
	#nav-wrap{
		margin-top: 69px;
		width: 100%;
		background-color: #FFF;
	}
	#menu-main-menu{
		border-bottom:1px solid #E8E8E8;
	}
	#menu-main-menu li.logo-voltaire{
		display: none;
	}
}

@media only screen and (max-width: 608px) {
	.blog-posts-g li {
		width: 100%;
	}

}

.sticky .post-info h3.post-title:before  {
	content: "\f006";
	font-size: 22px;
	font-family: FontAwesome;
	color: #a67c52;
	margin-right: 6px;
}
/****  Single Post ****/

.single-blog-post {
	margin-bottom:0;
}
.single-post {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.single-post:after {
	clear: both;
	content: "";
	overflow: hidden;
}
.single-post .post-img {
	position: relative;
	margin-bottom: 40px;
	background: #ffffff;
	overflow: hidden;
}


.single-post .post-info {

}
.single-post .post-info .post-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	color: #5d5d5d;
	letter-spacing: 2px;
	position: relative;
}

.single-post .post-info .post-title:after {
	position: absolute;
	background: #ada5a4;
	width: 50px;
	height: 3px;
	bottom: -12px;
	opacity: .4;
	left: 0;
	font-size: 68px;
	font-family: serif;
	content: " ";
}
.single-post .post-info .post-title a {
	color: #5d5d5d;
}
.single-post .post-info .post-meta {
	margin-top:25px;
	font-weight: 600;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.single-post .post-info .post-meta span {
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
	color: #a67c52;
}
.single-post .post-info .post-meta a {
	color: #a67c52;
}

.single-post .post-info .post-meta span:before {
	content: '/';
	position: relative;
	left: -10px;
}
.single-post .post-info .post-meta span:first-child:before {
	content: '';
	left: 0;
}
.single-post .post-info .post-meta span:last-child {
	border:none;
}
.single-post .post-info .post-content {
	margin-top: 14px;
}
.single-post .post-info .post-content p {
	margin-bottom: 15px;
}

.single-post .post-info .post-excerpt {
	margin-top: 20px;
}
.single-post .post-info .post-excerpt p {
	margin-bottom: 4px;
}
.single-post .post-info .post-excerpt .readmore {
	margin-top: 25px;
	display: block;
	color: #a67c52;
	font-weight: 600;
}
.single-post .post-info .post-excerpt .readmore:hover {
	color: #000;
}
.single-post .post-img:hover .overlay {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

}
.single-post .post-img:hover .overlay li {
	opacity: 1;
	margin-top:55px; }

/**** Post Author ****/

.btline-custom-title, .comment-form-warp h3.comment-reply-title {
	text-transform: uppercase;
	font-size: 17px;
	color: #444444;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 23px;
	letter-spacing: 2px;
	font-weight: 600;
}
.post-author {
	margin-bottom: 40px;
}
.post-author:after {
	clear: both;
	display: table;
	content: "";
}
.post-author img {
	margin: 25px 31px 10px 0;
	float: left;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.post-author h5 {
	margin-bottom: 16px;
	padding-top:4px;
	font-size: 15px;
}
.post-author p {
	color: #666;
}


/**** Comments Box ****/

.comment-wrap .comment-list, .comment-wrap .commentlist, .commentlist  {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-comments .comment-list li, .commentlist li {
	padding: 28px 0;
	margin-bottom: 9px;
	position: relative;
	list-style: none;
	border-bottom: solid 1px #ddd;
}
.post-comments .comment-list li .avatar, .commentlist li .avatar {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 26px;
}
.post-comments .comment-list li .avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid #E0E0E0;
}
.post-comments .comment-list li .comment-text {
	overflow: hidden;
	color: #666;
}
.post-comments .comment-list li .comment-text .comment-head {
	margin-bottom: 9px;
}

.post-comments .comment-list li .comment-text .name-n-time {
	float: left;
	display: block;
	color: #333;
	font-size: 14px;
}

.post-comments .comment-list ul {
	padding: 0 0 0 55px;
}

.post-comments .comment-list ul li {
	border:none;
	padding-bottom: 0;
	margin-bottom: 3px;
}


.post-comments .comment-form-warp {
	margin-top:42px;
}
.post-comments .comment-form-warp .btline-title {
	margin-bottom: 37px;
}
.post-comments #button {
	padding: 10px 35px;
	margin-bottom: 3px;
}


/*=================================================
21 - pagination
=================================================*/

.pagination-cm {
	list-style: none;
	text-align: right;
	margin: 20px 0;
	text-align: center;
	display: block;
}
.pagination-cm li {
	display:inline-block;
	padding:0 2px;
	margin: 0 2px;

}
.pagination-cm li.total-pages {
	padding: 8px 13px;
	border: 1px solid #ececec;
	line-height: 1.42857143;
	border-radius: 2px;
	letter-spacing: 2px;
	margin: 0 2px
}
.pagination-cm li a {
	padding: 8px 13px;
	border: 1px solid #ececec;
	border-radius: 2px;
}

.pagination-cm li.active a, .pagination-cm li a:hover, .pagination-cm li .current {
	padding: 8px 13px;
	background: #a67c52;
	color: #fff;
	border: 1px solid #a67c52;
	border-radius: 2px;
}
.displynofix {
	display: none !important;
	height: 0;
}
/*=================================================
22 -  Share Box
=================================================*/


.single-post-share-box {
	margin-top: 48px !important;
}
.share-box {
	padding: 14px 20px;
	border: solid 1px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: table;
	width: 100%;
	table-layout: fixed;
	font-size: 12px;
	color: #666;
}
.share-box span, .share-box .share-box-icons {
	display: table-cell;
	vertical-align: middle;
}
.share-box .share-box-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.share-box  .share-box-icons li {
	display: inline-block;
	font-size: 13px;
	padding: 0 17px;

}

.share-box  .share-box-icons li a {
	color: #787878;
}

.share-box  .share-box-icons li a:hover {
	color: #111;
}
/**** Next and per post nav ****/

.single-post-nav {
	margin-top: 25px !important;
	margin-bottom: 52px !important;
}
.single-post-nav li {
	width:49% !important;
}
.single-post-nav li:first-child {
	margin-right:1.4% !important;
}
.nav-btn {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.nav-btn li {
	display: inline-block;
	border: solid 1px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 176px;
	height: 51px;
	text-align: center;
}
.nav-btn li a {
	padding: 14px 20px;
	line-height: 51px;
	color: #787878;
}
.nav-btn li a:hover {
	color: #111;
}



/*=================================================
24 - Sidebar and widget
=================================================*/

.sidebar {
}

.widget {
	margin-bottom: 52px;
	font-size: 12px;
}

.widget .btline-title {
	font-size: 17px;
	text-transform: uppercase;
	color: #5d5d5d;
	margin-bottom: 21px;
	letter-spacing: 3px;
	border: none;
}

/****  Search widget ****/
.widget_search h4.btline-title {
	margin-bottom: 30px;
}
.search-widget, .widget_search #searchform, .widget_product_search, .widget_search form  {
	width: 100%;
	height: 45px;
	background-color: #fff;
	border: 1px solid #ddd;
	position: relative;
	padding: 0 55px 0 18px;
}

.search-widget input[type="text"], .widget_search input[type="text"], .widget_product_search input[type="text"] {
	width: 100%;
	margin-top: 10px;
	color: #A5A2A2;
	border: none;
}

.search-widget input[type="submit"], .widget_search input[type="submit"], .widget_product_search input[type="submit"] {
	position: absolute;
	right: 10px;
	top: 6px;
	background-color: transparent;
	z-index: 2;
	border: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

input[type="text"]:focus, input[type="submit"]:focus  {
	outline: 0;
}


.search-button {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 13px;
	z-index: 1;
	color: #444444;
}

.search-widget input[type="submit"]:hover .search-button {
	color: #a67c52;
}

/****  Entries and categories widget ****/

.widget_recent_entries ul, .widget_rss ul, .widget_product_categories ul,.widget_categories ul, .widget_recent_comments ul, .widget_archive ul, .widget_meta ul, .widget_pages ul, .widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul ul {
	padding: 0 0 0 10px ;
	margin: 0 0 0 10px ;
}
.widget ul ul li {
	border: 0;
	list-style: disc;
}

.widget_recent_entries ul li, .widget_rss ul li, .widget_categories ul li, .widget_product_categories ul li, .widget_recent_comments ul li, .widget_archive ul li, .widget_meta ul li, .widget_pages ul li, .widget_nav_menu ul li {

	padding: 6px 0;
	border-bottom: 1px solid #ddd;
}

.widget_rss ul li {
	padding-bottom: 20px;
	margin-bottom: 20px
}
.widget_rss .rsswidget {
	float: right;
	margin-top: 5px;
}

.widget_recent_entries ul li a:after, .widget_categories ul li a:after, .widget_product_categories ul li a:after, .widget_recent_comments ul li a:after, .widget_archive ul li a:after, .widget_meta ul li a:after, .widget_pages ul li a:after {

	content: "\f105";
	font-size: 13px;
	font-family: FontAwesome;
	float: right;
	color: #444;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_product_categories ul li a, .widget_recent_comments ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_pages ul li a, .widget_nav_menu ul li a {

	color: #444;
}
.footer-area-container .widget_recent_entries ul li a, .footer-area-container .widget_categories ul li a, .footer-area-container .widget_recent_comments ul li a, .footer-area-container .widget_archive ul li a, .footer-area-container .widget_meta ul li a, .footer-area-container .widget_pages ul li a, .footer-area-container .widget_nav_menu ul li a {

	color: #a2a2a2;
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_recent_comments ul li a:hover, .widget_archive ul li a:hover, .widget_meta ul li a:hover, .widget_pages ul li a:hover, .widget_nav_menu ul li a:hover {
	color: #a67c52;
}
.widget_nav_menu ul li {
	border: none;
}
.widget_nav_menu ul li .sub-menu {
	margin-left:15px !important;
}
.widget_nav_menu ul li ,.widget_nav_menu ul li .sub-menu li {
	border-color:transparent;
	padding: 0;
}
.widget_nav_menu ul li .sub-menu li {
	list-style: disc;
}
.widget_calendar table#wp-calendar {
	max-width: 263px;
	width: 100%;
}
.widget_calendar table#wp-calendar caption {
	font-size: 16px;
	font-weight:600;
	margin-bottom: 12px;
}
.footer-area-container{
	margin-top: 2em;
}
.footer-area-container .footer-widget.widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-area-container .footer-widget.widget_nav_menu li {
	margin: 0;
	line-height: 22px;
}
.footer-area-container .widget_nav_menu li.menu-item a {
	margin-bottom: 10px; display: block;

}
/**** Small Products list ****/

.s-product {
	margin:35px 0 0 0;
	padding: 0;
	list-style: none;
}
.s-product li {
	clear: both;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.s-product li .product-thumb {
	float: left;
	width: 72px;
	height: 72px;
}
.s-product li .product-meta {
	margin-left: 89px;
	overflow: hidden;
	margin-bottom: 0;
}
.s-product li .product-meta h6 {
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 4px;
	letter-spacing: 1px;
}
.s-product li .product-meta h6 a {
	color: #393939;
}

.s-product li .product-meta .product-price {
	font-size: 13px;
	line-height: 22px;
}

.s-product li .product-meta .rating {
	font-size: 12px;
}


/****  ui slider for price Search ****/

.filter-price-slider {
	margin: 20px 0 59px 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 15px;
	height: 15px;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -6px;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/

.price-range {
	margin:48px 0 0 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.price-range .slide-filterbt {
	display: table-cell;
	vertical-align: middle;
}
.price-range .slide-filterbt a {
	border:solid 1px #ddd;
	padding: 12px 16px;
	font-size: 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.price-range input {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666;
	border: 0;
	box-shadow: none;
	text-align:right;
	display: table-cell;
	vertical-align: middle;
}
.ui-widget-content {
	background: #dddddd;
	color: #222222;
}

.ui-widget-content a {
	color: #222222;
}

.ui-widget-header {
	background:#a67c52;
	color: #a67c52;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #a67c52;
	font-weight: normal;
	color: #555555;
	border-radius: 50px;
}

.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus,
.ui-widget-header .ui-state-default:focus {
	outline: 0;
}


/*=================================================
25 - 404 Error Page
=================================================*/

.container-404-page {
	padding:50px 0 90px 0;
}
.container-404-page .erroe-title {
	font-size:164px;
	line-height: 180px;
	color: #333;
	margin-bottom: 15px;
}
.container-404-page .error-des {
	font-size: 26px;
	padding-left: 15px;
}
.container-404-page .error-des-2 {
	font-size: 14px;
	padding-left: 15px;
}
.container-404-page .error-nav-menu {
	list-style: none;
	margin:10px 0 0 0;
	padding: 0;
	padding-left: 15px;
}
.container-404-page .error-nav-menu li {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}

.container-404-page .error-nav-menu li:after {
	content: "/";
	margin-left: 10px;
}
.container-404-page .error-nav-menu li:last-child:after {
	content: " ";
	margin-left: 10px;
}

/*=================================================
27 - footer area
=================================================*/

.footer-area-container {
	color: #a2a2a2;
	word-wrap: break-word;
	background-color: #393939;
	padding: 14px 0 20px 0;
}

.footer-area-container .footer-widget-title {
	font-size: 16px;
	font-weight:bold;
	color: #cecece;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-bottom: 18px;
	border-bottom: 1px solid #444;
}
.footer-area-container .fa {
	color: #D0D0D0;
	margin-right: 6px;
}
.footer-area-container a {
	color: #a2a2a2;
	word-wrap: break-word;
}

.footer-area-container a:hover, .footer-area-container a:active, .footer-area-container a:focus,
.footer-area-container .social a:active i, .footer-area-container .social a:focus i, .footer-area-container .social a:hover i{
	color:#ffffff !important;
}

.footer-area-container .site-footer {
	margin-top: 30px  ;
	padding: 23px 0 15px 0;
	text-align: center;
}
.footer-holder {
	background: #3d3d3d;
	display: table-cell;
	text-align: center;
	line-height: 24px;
	padding-top: 4px;
	height: 45px;
	width: 1%;
	vertical-align: middle;
}
.footer-holder p {
	margin: 0;
	letter-spacing: 1px;
}
.footer-holder .site-footer .footer-nav { list-style:none; margin:5px 0 10px 0; padding: 0;}
.footer-holder .site-footer .footer-nav li { display:inline-block; padding:0 20px; font-size: 14px;}

.footer-logo {
	margin: 26px 0 10px 0;
}

.footer-area-container .social a{
	margin-right:3px;
}

.footer-area-container .social i{
	font-size: 30px;
	transition:0.2s;
}

.footer-area-container .menu-contact li{
	margin-bottom: 10px !important;
}

.footer-holder a{
	color: #7D7D7D !important;
}

/*=================================================
 Some CSS to make Responsive elements
=================================================*/

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

	.classic-portfolio.col-4-portfolio .project-item, .col-3-portfolio .project-item, .classic-portfolio.col-3-portfolio .project-item, .classic-portfolio.col-2-portfolio .project-item {
		max-width: 352px;
		width: 47%;
		margin:1.5%;
		height: auto;
	}
	.modern-portfolio .project-item .project-image {
		margin-bottom:0;
	}
	.col-3-portfolio.gallery-portfolio .project-item, .gallery-4-col-portfolio .project-item, .gallery-5-col-portfolio .project-item {
		width: 49.9% !important;
		max-width: 100%;
		margin: 0 !important;
	}
	.single-blog-post {
		margin-bottom: 40px;
	}
	.share-box span, .share-box .share-box-icons {
		display: block;
		text-align: center;
	}
	.share-box .share-box-icons {
		margin-top: 12px;
		display: block;
		text-align: center;
	}
	.share-box .share-box-icons li {
		padding: 0 13px;
	}
	.single-post-nav {
		margin-top: 0!important;
	}
	.single-post-nav li, .nav-btn li {
		border-top: none;
		width: 100% !important;
	}
	.single-product-images {

	}
	.single-product-des {
		width: 50%;
		float: right;
	}
	.products li {
		width: 30%;
		float: left;
		margin: 0 1.5% 51px 1.5%;
	}

	.products .owl-item li {
		width: 220px;
		float: left;
		margin: 0 15px 51px 15px;
	}
	.service-box-sb {
		margin: 10px 0 30px 0;
	}
	.footer-area-container .footer-widget {
		margin-bottom: 40px;
	}
	.footer-area-container .site-footer {
		text-align: center;
	}
	.footer-area-container .site-footer .footer-nav {
		text-align: center;
		padding: 0;
	}

}
@media only screen and (max-width: 768px)  {
	.products li {
		width: 90%;
		float: left;
		margin: 0 5% 45px 5%;
	}
	.single-product-des, .single-product-images {
		width: 100%;
		float: none;
	}

	.pagination-cm li {
		margin: 12px 2px;
	}
}
@media only screen and (max-width: 360px)  {

	.classic-portfolio.col-4-portfolio .project-item, .col-3-portfolio .project-item, .classic-portfolio.col-3-portfolio .project-item, .classic-portfolio.col-2-portfolio .project-item {
		max-width: 350px;
		width: 94%;
		margin:3%;
		height: auto;
	}
	.masonry-portfolio .project-item {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
	.shortc-mp {
		margin-bottom: 30px;
	}
	.col-3-portfolio.gallery-portfolio .project-item, .gallery-4-col-portfolio .project-item, .gallery-5-col-portfolio .project-item {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}


	.modern-portfolio .project-item .project-image {
		margin-bottom:0;
	}
	.port-de-title-1 {
		margin-top: 30px !important;
	}
	.single-product-images , .single-product-des {
		width:100%;
		float: none;
	}
	.single-product-des {
		margin-top: 35px;
	}
	.single-product-images .product-images-gallery li {
		width:24%;
		float: left;
		margin: 0 0.5% 0.5% 0.5%;
	}

	.products li {
		width: 90%;
		float: left;
		margin: 0 5% 45px 5%;
	}
	.products .owl-item li {
		width: 360px;
		float: left;
		margin: 0 15px 51px 15px;
	}
	.home-two-header .main-nav ul.sf-menu li a {
		padding: 16px 24px;
	}

	.home-two-header .mobnav-subarrow {
		height: 49px;
	}
}

/*=================================================
29 - Isotope
=================================================*/

/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:      -o-transform, opacity;
	transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/*=================================================
30 -  Owl Carousel
=================================================*/

/*
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

/*
*   Owl Carousel Owl Demo Theme
* v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 5px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling pagination-cm*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 14px;
	height: 14px;
	margin: 5px 7px;
	filter: Alpha(Opacity=90);/*IE7 fix*/
	opacity: 0.9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #888;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #a67c52;
	border-color: #a67c52;
}

/* If pagination-cmNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {opacity: 1}
}
@-moz-keyframes empty {
	0% {opacity: 1}
}
@keyframes empty {
	0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
	25% { opacity: .5; -moz-transform: translateZ(-500px); }
	75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
	25% { opacity: .5; transform: translateZ(-500px); }
	75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
	0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -moz-transform: translateZ(-500px); }
	100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
	0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; transform: translateZ(-500px); }
	100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
	to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
	to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
	from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
	from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
	from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
	from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
	to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}

/*=================================================
31 - Colorbox Core Style
=================================================*/


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #000; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}


#owl-slider .item img{
	display: block;
	width: 100%;
	height: auto;
}
.owl-captions { position: absolute;}

/*=================================================
32 - Table
=================================================*/
table {
	width: 100%;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 5px;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
dl {
	margin: 0 20px;
}
dd {
	margin: 0 0 20px;
}
dt {
	font-weight: bold;
}
/*=================================================
32 -  Extra CSS
=================================================*/


.marginb-70px {
	margin-bottom: 68px;
}

.marginb-80px {
	margin-bottom: 80px;
}
.height5 {
	height: 5px;
	display: block;
}

.progressbr70p {
	width: 70% !important;
}
.progressbr80p {
	width: 80% !important;
}


.text-banner-container {
	background-color: #fff;
	padding: 23px 0 23px 0;
	width:100%;
	height:100%;
	background: url(../images/text-banner-bg.jpg) center center no-repeat;
	background-size: cover ;
	background-attachment: fixed;
}
.text-banner {
	color: #fff;
}
.text-banner h2 {
	font-size: 28px;
	font-weight: 400;
}
.text-banner .custom-btn {
	color: #fff;
	margin-top: 24px;
	padding: 10px 28px;
}
.text-banner a.custom-btn:hover {
	color: #a67c52;
}
.products-bg-container {
	padding: 0 0 6px 0;
}
.new-products-bg-container {
	padding: 60px 0 0px 0;
}
.container-services-shop {
	padding: 5px 0 0px 0;
}
.container-services-shop .bt-custom-line {
	margin-bottom: 52px;
	font-size: 17px;
	text-transform: uppercase;
	color: #444;
}
.c-brand-container {
	padding: 0px 0 15px 0;
}
.shortcode-list-container {
	padding: 67px 0;
}

.shortcode-list-container .hsl1 {
	height: 22px
}
.shortcode-list-container .hsl2 {
	height: 32px
}
.shortcode-list-container .hsl3 {
	height: 34px
}
.shortcode-list-container .hsl4 {
	height: 22px
}
.shortcode-list-container .hsl5 {
	height: 65px
}
.shortcode-list-container2 {
	padding: 27px 0;
}
.shortcode-list-container2 .hsl4 {
	height: 22px
}
.shortcode-list-container2 .hsl5 {
	height:30px
}

.shortcode-list-container2 .hsl40 {
	height:40px
}



.wp-caption {

}

.wp-caption-text {

	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {
	float: right;
	margin: 5px 0 5px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}
.aligncenter {
	margin: 5px auto;
}
.comment-content img, .widget img, .wp-caption {
	max-width: 100%;
}


/*=================================================
34 -  Image banner
=================================================*/
.img-banner a {
	display: block;
	position: relative;
	overflow: hidden;
}
.img-banner a .overlay {
	background: #000;
}
.img-banner a:hover .overlay, .img-banner a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.img-banner img {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 1;
	width: 100%!important;
	height: auto!important;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.img-banner .img-banner-info {
	position: absolute;
	left: 35px;
	bottom: 35px;
	top: auto;
	right: auto;
	z-index: 2;
	display: block;
	text-transform: uppercase;
}
.img-banner .img-banner-info .title-un-two:after {
	bottom: -12px;
	background: #fff;
}
.img-banner .img-banner-title {
	margin-bottom: 26px;
	color: #fff;
	font-weight: 600;
}

.img-banner .img-banner-desc {
	margin: 0;
	color: #fff;
}

/*=================================================
35 -  Large photo
=================================================*/

#large-photo{
	width:100%;
	height: 460px;
	background-position:0px 24px ;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: fixed;
}

#large-photo .container{
	position:relative;
}

#large-photo.accueil{
	background-image: url("../images/large-photo/discussion-main.jpg");
}

#large-photo.accueil .site-name, #large-photo.accueil h1{
	text-align:center;
	color: #ffffff;
}

#large-photo.accueil .site-name{
	text-transform: uppercase;
	font-size:36px;
	line-height:50px;
}
#large-photo.accueil h1{
	font-size:20px;
	font-weight: 400;
	line-height: 2em;
}

/* Header photo large */
body.page-id-5 .pages-header-container h1, body.page-id-5 .breadcrumbs, body.page-id-5 .breadcrumbs a,
body.parent-pageid-5 .pages-header-container h1, body.parent-pageid-5 .breadcrumbs, body.parent-pageid-5 .breadcrumbs a,
body.page-id-7 .pages-header-container h1, body.page-id-7 .breadcrumbs, body.page-id-7 .breadcrumbs a,
body.parent-pageid-7 .pages-header-container h1, body.parent-pageid-7 .breadcrumbs, body.parent-pageid-7 .breadcrumbs a,
body.page-id-9 .pages-header-container h1, body.page-id-9 .breadcrumbs, body.page-id-9 .breadcrumbs a,
body.parent-pageid-9 .pages-header-container h1, body.parent-pageid-9 .breadcrumbs, body.parent-pageid-9 .breadcrumbs a,
body.page-id-11 .pages-header-container h1, body.page-id-11 .breadcrumbs, body.page-id-11 .breadcrumbs a,
body.parent-pageid-11 .pages-header-container h1, body.parent-pageid-11 .breadcrumbs, body.parent-pageid-11 .breadcrumbs a,
body.page-id-48 .pages-header-container h1, body.page-id-48 .breadcrumbs, body.page-id-48 .breadcrumbs a,
body.parent-pageid-48 .pages-header-container h1, body.parent-pageid-48 .breadcrumbs, body.parent-pageid-48 .breadcrumbs a
{
	color: #FFFFFF !important;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

/* Rédaction */
body.page-id-5 .pages-header-container, body.parent-pageid-5 .pages-header-container{
	background-image: url("../images/large-photo/header-redaction4.jpg");
	background-size: cover ;
	background-repeat: no-repeat;
}
/* Correction */
body.page-id-7 .pages-header-container, body.parent-pageid-7 .pages-header-container{
	background-image: url("../images/large-photo/header-correction.jpg");	
	background-size: cover ;
	background-repeat: no-repeat;
}
/* Documentation */
body.page-id-9 .pages-header-container, body.parent-pageid-9 .pages-header-container{
	background-image: url("../images/large-photo/header-documentation1.jpg");
	background-size: cover ;	
	background-repeat: no-repeat;
}
/* Récit de vie */
body.page-id-11 .pages-header-container, body.parent-pageid-11 .pages-header-container{
	background-image: url("../images/large-photo/header-recit-de-vie.jpg");
	background-size: cover ;
	background-repeat: no-repeat;
}
body.page-id-48 .pages-header-container, body.parent-pageid-48 .pages-header-container{
	background-image: url("../images/large-photo/header-qui-suis-je.jpg");
	background-size: cover ;
	background-repeat: no-repeat;
}

/*=================================================
36 -  SocialCircle
=================================================*/

.socialCircle-item {
	width: 60px;
	height: 60px;
	position: absolute;
	background: #5D5D5D;
	margin: 50%;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	cursor: pointer;
}

.socialCircle-container {
	/*position: relative;*/
	position: fixed;
	left: 0;
	top: 450px;
	z-index: 1000;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

.socialCircle-center {
	border-radius: 0 15px 15px 0;
	width: 120px;
	height: 120px;
	background: #80B554;
	margin: 50%;
	position: absolute;
	text-align: center;
	color: #ffffff;
	font-size: 46px;
	line-height: 100px;
	cursor: pointer;
}

/*=================================================
36 -  Pages
=================================================*/

/* Home page */
p.post_extract_home{
	overflow: hidden;
	height: 12em;
}
a.post_more_home{
	display: block;
	text-align: center;
	background-color: #EDEDED;
	color: #A67C52;
}

/* Single page */
body.single h1, body.page h1, body.archive h1, body.search h1, body.error404 h1{
	font-size: 28px;
}

/* Contact */
#contact-form{
	margin-top: -5px;
}
#contact-form span.wpcf7-not-valid-tip{
	position: relative;
	top: -18px;
	left: 2px;
	color: #E04848;
	font-size: 12px;
}
#contact-form .col-lg-12, #contact-form .col-lg-6{
	padding-left: 0;
}
#contact-form div.wpcf7-response-output{
	padding: 15px;
	margin-bottom: 20px;
	margin-left:0;
	border: 1px solid transparent;
	border-radius: 4px;
}
#contact-form div.wpcf7-validation-errors,#contact-form div.wpcf7-mail-sent-ng{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
#contact-form div.wpcf7-mail-sent-ok{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
#contact-form div.wpcf7-spam-blocked{
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
ul.coordonnees{
	padding-left: 3px;
}
ul.coordonnees li{
	list-style: none;
}

/*=================================================
36 -  Pages single service
=================================================*/

/*=================================================
37 -  Timeline
=================================================*/

.timeline{position:relative;margin:0 0 30px 0;padding:0;list-style:none}
.timeline:before{content:'';position:absolute;top:0px;bottom:0;width:4px;background:#ddd;left:31px;margin:0;border-radius:2px}
.timeline>li{position:relative;margin-right:10px;margin-bottom:15px}
.timeline>li:before,.timeline>li:after{content:" ";display:table}.timeline>li:after{clear:both}
.timeline>li>.timeline-item{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px;margin-top:0px;background:#fff;color:#444;margin-left:60px;margin-right:15px;padding:0;position:relative}
.timeline>li>.timeline-item>.time{color:#999;float:right;padding:10px;font-size:12px}
.timeline>li>.timeline-item>.timeline-header{margin:0;color:#555;border-bottom:1px solid #f4f4f4;padding:10px;font-size:16px;line-height:1.1}
.timeline>li>.timeline-item>.timeline-header>a{font-weight:600}.timeline>li>.timeline-item>.timeline-body,.timeline>li>.timeline-item>.timeline-footer{padding:10px}
.timeline>li.time-label>span{font-weight:600;padding:5px;display:inline-block;background-color:#fff;border-radius:4px}
.timeline>li>.fa,.timeline>li>.glyphicon,.timeline>li>.ion{width:30px;height:30px;font-size:15px;line-height:30px;position:absolute;color:#666;background:#d2d6de;border-radius:50%;text-align:center;left:18px;top:0}

/*=================================================
// Avis clients
=================================================*/

body.page-id-384{background-color: #F5F5F5;}
body.page-id-384 .pages-header-container{border-bottom: 2px solid #ffffff;}

/*=================================================
// 404 : not found
=================================================*/

.error-page{width:600px;margin: 100px auto 100px auto;}
@media (max-width:991px){.error-page{width:100%}}
.error-page>.headline{float:left;font-size:70px;font-weight:300; margin: 16px 0 0 0 !important;}
.error-page>.headline:after{display:none;}
@media (max-width:991px){.error-page>.headline{float:none;text-align:center}}
.error-page>.error-content{margin-left:190px;display:block}
@media (max-width:991px){.error-page>.error-content{margin-left:0}}
.error-page>.error-content>h3{font-weight:300;font-size:25px}
@media (max-width:991px){.error-page>.error-content>h3{text-align:center}}

/*=================================================
// 404 : Template single service
=================================================*/

body.page-template-page-single-service .container h2{
	margin-top: 31px !important;
}
body.page-template-page-single-service .container .service-icon{
	background-color: #ffffff;
}
body.page-template-page-single-service .container .service-container{
	margin-top: 48px;
	margin-bottom: 48px;
	border: 1px solid #F5F5F5;
}
body.page-template-page-single-service .container .service-wp-content{
	padding: 0px 20px 20px 20px;
}
body.page-template-page-single-service .container .service-box-container{
	padding-top: 15px;
	background-color: #F5F5F5;
}