/*
Theme Name: Quincangrogne
Author: PopFizz
Author URI: http://www.popfizz.fr
Description: thème personnalisé
Version: 1.0
Text Domain: quincangrogne
*/

/**
 * Table of Contents:
 *
 * 1.0 - General
 * 2.0 - Repeatable Elements & Patterns, Containers / Layout
 * 3.0 - Header
 * 4.0 - Lightbox Sections (Newsletter & Share)
 * 5.0 - Navigation
 * 6.0 - Slider
 *   6.1 - Carousel
 * 7.0 - Different Featured Content Boxes
 * 8.0 - Footer
 *   7.1 - Footer Sidebar
 * 9.0 - Blog
 *   9.1 - Blog Masonry
 *   9.2 - Blog Sidebar
 * 10.0 - Portfolio
 * 	 10.1 - Portfolio Single Page
 * 11.0 - Contact Page
 * 12.0 - 404 Page
 * -----------------------------------------------------------------------------
 */
 
 
 /**
 * 1.0 General
 * -----------------------------------------------------------------------------
 */
 
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
}
a {
	text-decoration: none;
	color: #d58f70;
}
a:hover {
	color: #fff;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
h1 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	margin-bottom: 30px;
}
h2 {
	font-size: 30px;
	line-height: 52px;
	font-weight: 300;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 26px;
}
h4 {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 700;
	letter-spacing: 2px;
}
article p {
	font-size: 15px;
}
p em {
	color: #d58f70;
	font-style: normal;
}
blockquote {
	font-family: 'Cardo', serif;
	font-size: 34px;
	font-style: italic;
	line-height: 52px;
	margin-bottom: 40px;
}
.underlined {
	display: inline;
	font-style: 16px;
	line-height: 40px;
	font-weight: 600;
	padding-bottom: 3px;
	border-bottom: 2px solid #000;
	color: #898989;
	background-color: #fff;
}
.main {
	margin-top: 105px;
}
/* Fixes / Helper Classes */

.responsive-hidden {
	display: block;
}
.responsive-visible {
	display: none;
}
.table {
	display: table;
	height: 100%;
	width: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.overflow {
	overflow: hidden;
	position: fixed;
}
/* Responsive Video Embed */

.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}
.js-video.vimeo {
	padding-top: 0;
}
.js-video.widescreen {
	padding-bottom: 57.25%;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
iframe {
	border: none;
	border-width: 0;
}
/* Fixed Window Border */

#top, #bottom, #left, #right {
	background: #000;
	position: fixed;
	z-index: 1000;
}
#left, #right {
	top: 0;
	bottom: 0;
	width: 10px;
}
#left {
	left: 0;
}
#right {
	right: 0;
}
#top, #bottom {
	left: 0;
	right: 0;
	height: 10px;
}
#top {
	top: 0;
}
#bottom {
	bottom: 0;
}
/* Custom Tooltip */
.tipr_content {
	font-size: 14px;
	color: #898989;
	background-color: #fff;
	padding: 9px 17px;
}
.tipr_container_bottom {
	display: none;
	position: absolute;
	margin-top: 13px;
	z-index: 1000;
}
.tipr_container_top {
	display: none;
	position: absolute;
	margin-top: -160px;
	z-index: 1000;
}
.tipr_point_top, .tipr_point_bottom {
	position: relative;
	background: #fff;
	border: 1px solid #dcdcdc;
}
.tipr_point_top:after, .tipr_point_top:before {
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_top:after {
	border-top-color: #fff;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_top:before {
	border-top-color: #dcdcdc;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.tipr_point_bottom:after, .tipr_point_bottom:before {
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_bottom:after {
	border-bottom-color: #fff;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_bottom:before {
	border-bottom-color: #dcdcdc;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
/**
 * 2.0 Repeatable Elements & Patterns, Containers / Layout
 * -----------------------------------------------------------------------------
 */

/* Layout / Containers */

article {
	width: 100%;
}
.container {
	margin: 0 auto;
	width: 100%;
	padding: 0 40px;
}
.boxed-content .container {
	max-width: 1340px;
}
.full-width .container {
	max-width: none;
}
.post-without-sidebar .container {
	max-width: 1000px;
}
/* Split Layout */

.split-section .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
.split-section {
	padding: 0;
	overflow: hidden;
}
.split_section_1_of_2 {
	width: 50%;
	float: left;
	margin: 0;
	padding-bottom: 100%;
	margin-bottom: -100%;
}
.split_section_1_of_3 {
	width: 33.33%;
	float: left;
	margin: 0;
	padding-bottom: 100%;
	margin-bottom: -100%;
}
.split_section_2_of_3 {
	width: 66.66%;
	float: left;
	margin: 0;
	padding-bottom: 100%;
	margin-bottom: -100%;
}
.split-container {
	padding: 30px;
	margin: 0 auto;
}
/* Center Box / Section Title */

.center-box {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
	text-align: center;
	width: 80%;
	max-width: 950px;
}
.center-box img {
	margin: 0 auto;
	margin-bottom: 30px;
}
.section-title {
	margin-bottom: 80px;
}
/* Page Header Title */
.page-title {
	padding: 1px 0 50px;
	text-align: center;
}
/*.page-title h3 {
	font-size:14px;
	color:rgba(0,0,0,0.5);
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:0;
}
.page-title h3:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border: medium none;
    content: "";
    display: block;
    height: 1px;
    margin: 18px auto;
    width: 70px;
}*/

h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 2em 0;
	/* font-weight: bold; */
	font-size: 24px;
	letter-spacing: 0.16em;
}
h2:after {
	content: "";
	background: url(img/vector.png) no-repeat bottom center;
	width: 24px;
	height: 21px;
	display: inline-block;
	margin: 0px 0 0 18px;
	vertical-align: baseline;
}
/* Breadcrumbs */

.breadcrumbs {
	font-size: 11px;
}
.breadcrumbs .col:last-child {
	text-align: right;
}
.breadcrumbs a {
	padding: 10px 7px;
	display: inline-block;
}
.breadcrumbs .sep {
	color: #898989;
}
.breadcrumbs span:last-child {
	padding-left: 7px;
}
/* Buttons */

.buttons li {
	display: inline-block;
	margin-right: 30px;
}
.buttons li:last-child {
	margin-right: 0;
}
.button {
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 8px 18px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.button:hover {
	border: 1px solid #d58f70;
	color: #d58f70;
}
.white-button {
	background-color: rgba(0, 0, 0, 0.3);
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px 20px;
	text-transform: uppercase;
	display: inline-block;
}
.white-button:hover {
	background-color: #fff;
	color: #000;
}
.small-button {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid #e3e3e3;
}
.read-more {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid #e3e3e3;
}
/* Sections Background Colors */

.white {
	background-color: #fff;
}
.light-gray {
	background-color: #fafafa;
}
.medium-gray {
	background-color: #ebebeb;
}
.light-yellow {
	background-color: #f4e1a1;
}
.light-blue {
	background-color: #a1d4f4;
}
.dark-blue {
	background-color: #253843;
	color: #fff;
}
/* Gradient (for 3 sections side by side) */
.tone-dark {
	background-color: #7d8a9b;
}
.tone-medium {
	background-color: #a2adbc;
}
.tone-light {
	background-color: #c5ceda;
}
/* Image Section Backgrounds */
.feature-background {
	background: #adc1d1 url(img/feature-background.jpg) center top no-repeat;
	background-size: cover;
}
/**
 * 3.0 Header
 * -----------------------------------------------------------------------------
 */
 
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0px;
	z-index: 900;
	color: #fff;
	padding: 0;
	border-bottom: 1px solid #d58f70;
        width: 100%;
}
.top-header {
	background: rgba(0,0,0,1);
	padding: 15px 40px 10px;
	margin-top: 0;
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.top-header > div {
	width: 33.33%;
}
/* Subscribe & Share Buttons */

.overlay-sections li {
	display: inline-block;
	margin-right: 5px;
}
.overlay-sections p {
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	background-color: rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-position: left 3px center;
	padding: 2px 5px 2px 26px;
	border: 2px solid #fff;
}
.overlay-sections p:hover {
	background-color: #000;
}
/* Logo */
.top-header .logo {
	margin: 0 auto;
}
.top-header .logo a {
	display: inline-block;
}
.top-header .logo img {
	display: inline-block;
	width: 17em;
}
.logoLogis {
    width: 100px;
    padding-left: 1em;
}
.logoLogis img {
    display: inline-block;
}
/* Search Form */
.search-form {
	text-align: right;
	position: relative;
}
.search-form input, .search-form input[type="search"] {
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 5px 35px 5px 0;
	background: none;
	color: #76797d;
	width: 180px;
}
.search-form input[type="search"]:focus {
	border-bottom: 1px solid #fff;
}
.search-form input[type="submit"] {
	background: none;
	background-image: url(img/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	font-size: 0;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	padding: 0;
}
/**
 * 4.0 Lightbox Sections (Newsletter & Share)
 * -----------------------------------------------------------------------------
 */
 
/* Newsletter Section */

.subscribe {
	background-image: url(img/subscribe.png);
}
.subscribe-wrapper {
	background-color: #fff;
	z-index: 999;
	position: fixed;
	text-align: center;
	color: #000;
	display: table;
	width: 80%;
	height: 90%;
	top: -100%;
	bottom: 0;
	left: 10%;
	right: 10%;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.subscribe-open {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	cursor: url(img/close.png), pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.subscribe-container {
	display: table-cell;
	vertical-align: middle;
}
.newsletter {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.newsletter #newsletter-email {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 40px 180px 40px 0;
	background: #fff;
	width: 100%;
	font-size: 48px;
	font-weight: 300;
}
.newsletter #newsletter-email:focus {
	border-bottom-color: #181818;
}
.newsletter #newsletter-button {
	font-size: 18px;
	background-color: #181818;
	border: none;
	border-radius: 4px;
	color: #fff;
	padding: 20px 38px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 35px;
	font-weight: 200;
	cursor: pointer;
}
.newsletter #newsletter-button:hover {
	background-color: #080808;
}
/* Share Section */

.share {
	background-image: url(img/share.png);
}
.share-wrapper {
	background-color: #fff;
	z-index: 999;
	position: fixed;
	text-align: center;
	color: #000;
	display: table;
	width: 80%;
	height: 90%;
	top: -100%;
	bottom: 0;
	left: 10%;
	right: 10%;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.share-open {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	cursor: url(img/close.png), pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.share-container {
	display: table-cell;
	vertical-align: middle;
}
.share-container ul {
	cursor: default;
	display: inline-block;
}
.share-container ul li {
	display: inline-block;
	margin: 0 5px;
}
.share-container a {
	padding: 20px 35px;
	display: block;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.share-container a:hover {
	background-color: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.share-facebook {
	background-color: #617AAC;
}
.share-twitter {
	background-color: #00ACEE;
}
.share-google {
	background-color: #DD4A38;
}
.share-pinterest {
	background-color: #CD272A;
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
 /* Selecteur de langue */
 
#lang_sel {
    float: right;
    clear: both;
    width: auto;
    margin: 0 13px 0 0;
    z-index: 9;
}
#lang_sel li {
	width: 50px;
}
#lang_sel a.lang_sel_sel {
	background: url(img/fleche.png) 28px 9px no-repeat;
	color: #d58f70;
}
#lang_sel a, #lang_sel a:visited {
	/*border: none;*/
	font-size: 14px;
	border: 1px solid #d58f70;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#lang_sel a.lang_sel_sel:hover {
	text-decoration: none;
	color: #fff;
}
#lang_sel ul ul {
	border: none!important;
	top: 24px;
}
#lang_sel ul ul a {
	background: #000;
	color: #d58f70;/*border: none;*/
}
#lang_sel ul ul a:visited {
	background: #000;
	color: #d58f70;/*border: none;*/
}
#lang_sel ul ul a:hover, #lang_sel ul ul :hover > a {
	color: #fff;
	background: #000;
}
/* menu principal */
 
.nav-container {
	float: right;
	clear: both;
}
/* Supprime les styles appliqués par défaut aux listes. S'applique également à la sous-liste */
.nav-container .nav {
	list-style: none none;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.nav-container .nav a {
	display: block;
	font-size: 14px;
	padding: 15px 1em 1em;
	color: white;
	background: black;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.1s ease, color 0.3s linear;
	-webkit-transition: background 0.1s ease, color 0.3s linear;
	-moz-transition: background 0.1s ease, color 0.3s linear;
	-o-transition: background 0.1s ease, color 0.3s linear;
}
.nav-container .nav a:focus, .nav-container .nav a:hover, .nav-container .nav .current-menu-item a {
	color: #d58f70;
	background: url(img/vector.png) no-repeat top center;
	background-size: 13px;
}
.nav-container .sub-menu .menu-item a {
	background: none;
}
.nav-container .menu-item {
	float: left; /* Pour que les liens s’affichent horizontalement */
	position: relative; /* Crée un contexte de positionnement pour les sous-listes */
}
.nav-container .sub-menu {
	position: absolute; /* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
	/*white-space: nowrap; *//* Pour que le texte ne revienne pas à la ligne */
	left: 0; /* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur */
	top: 3em; /* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur */
	/*white-space: nowrap; *//* Pour que le texte ne revienne pas à la ligne */
	background: black; /* FIX IE7 : évite que la sous-liste ne disparaisse au moment où le curseur arrive au-dessus */
	margin-top: 1px; /* Pour que le sous-menu recouvre son parent, facilitant le passage de la souris de l’un à l’autre */
}
/* Réduit cette boîte à un carré d’1px de côté, dont le texte est déporté loin à gauche */
.nav-container .sub-menu .menu-item a {
	position: absolute;
	padding: .5em;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	float: left; /* Fix WebKit : force la largeur des sous-navigations à s’adapter automatiquement, pour pouvoir l’atteindre à la souris */
}
/* Les liens des sous menu */
.nav-container .sub-menu .menu-item a:focus, .nav-container .sub-menu .menu-item a:hover {
	background: none;
	color: white;
	background-color: #d58f70;
	text-decoration: none;
}
.nav-container .sub-menu .menu-item a:focus, .nav-container .menu-item a:focus +.sub-menu a, .nav-container .menu-item:hover .sub-menu .menu-item a {
	position: static;
	left: auto;
	width: 150px;
	height: auto;
	overflow: visible;
	display: block;
}

#click-menu {
    width: auto;
}

/**
 * 6.0 Slider
 * -----------------------------------------------------------------------------
 */

#slides {
	position: relative;
}
#slides .slides-container {
	display: none;
}
#slides .scrollable {
 *zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 80px;
	text-align: center;
	width: 100%;
}
.slides-pagination a {
	border: 2px solid #222;
	border-radius: 15px;
	width: 10px;
	height: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}
.slides-pagination a.current {
	background: #222;
}
/* Custom Slider Style */

#slider {
	background: #0d0d0d;
}
.slides-container li {
	position: relative;
}
.slides-caption-table {
	display: table;
	width: 48%;
	height: 100%;
	max-width: 950px;
	margin: 0 0 0 9%;
	text-align: left;
}
.slides-caption {
	display: table-cell;
	vertical-align: middle;
	font-size: 26px;
	line-height: 38px;
	font-weight: 400;
	color: #fff;
}
.slides-caption h1 {
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 20px;
	margin-top: 50px;
	border: none;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 700;
}
.slides-caption p {
	max-width: 800px;
	margin: 0 auto 20px auto;
}
.slides-caption p::after {
	margin: 15px auto 0 auto;
}
.slides-caption a:not(.nobutton) {
	text-transform: uppercase;
	font-size: 14px;
	border: 2px solid #fff;
	padding: 10px 20px;
	color: #FFF;
	background-color: rgba(0,0,0,0.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.slides-caption a:not(.nobutton):hover {
	background-color: #d58f70;
	color: #fff;
	border: 2px solid #d58f70;
}

/* HOME PAGE */
.section img.bgSection {
    backface-visibility: hidden;
    position: absolute;
    z-index: -1;
    max-width: none;
    height: 100%;
    left: 0px;
    top: 0px;
}
.page-template-template-homepage #section0 p:after {
	content: "";
	background: url(img/vector.png) no-repeat bottom center;
	width: 24px;
	height: 21px;
	display: inline-block;
	margin: 0px 0 0 18px;
	vertical-align: middle;
}
.page-template-template-homepage .slides-caption p {
	margin: 0 auto 55px auto;
}
.page-template-template-homepage .section a:not(.nobutton) {
	margin: 15px 15px 0 0;
}
.page-template-template-homepage #section0 .slides-caption h1 {
	font-size: 86px;
	line-height: 92px;
	margin-bottom: 28px;
	font-weight: 100;
}
.page-template-template-homepage #section1 .slides-caption {
	vertical-align: top;
	margin: 200px 0 0 0;
	font-size: 17px;
	display: block;
	width: 46%;
	line-height: normal;
}
.page-template-template-homepage #section1 .slides-caption .title {
	font-size: 24px;
	margin: 18px 0;
	display: inline-block;
	text-transform: uppercase;
}
.page-template-template-homepage #section1 .slides-caption .title:after {
	content: "";
	background: url(img/vector.png) no-repeat bottom center;
	width: 24px;
	height: 21px;
	display: inline-block;
	margin: 0px 0 0 18px;
	vertical-align: middle;
}

/* Slider Navigation */
.slides-navigation {
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	height: auto;
	width: 100%;
	text-align: center;
	z-index: 3;
}
.slides-navigation ul {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size: 0;
}
.slides-navigation ul li {
	display: inline-block;
	margin-left: 1px;
	overflow: auto;
}
.slides-navigation a {
	display: block;
	font-size: 0;
	background-color: rgba(19,20,21,0.8);
	background-image: url(img/left-right.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
.slides-navigation a:hover {
	background-color: #000;
}
.slides-navigation a.prev {
	background-position: center left -5px;
}
.slides-navigation a.next {
	background-position: center right -5px;
}
.start {
	display: block;
	height: 30px;
	cursor: pointer;
	background-image: url(img/down-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #e94b4b;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	width: auto;
	padding: 0 40px 0 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.start:hover {
	padding: 0 45px 0 15px;
	background-color: #e94b4b;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
	border: 2px solid #d58f70;
	background-color: #fff;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background-color: #d58f70;
}
/**
 * 6.1 Carousel
 * -----------------------------------------------------------------------------
 */
 
.carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.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;
}
.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);
}
.carousel .owl-wrapper, .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 Theme */
.carousel-theme .owl-controls {
	margin-top: 20px;
	text-align: center;
	float: left;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 10px 3px 0 3px;
}
/* Next and Prev buttons */
.carousel-theme .owl-controls .owl-buttons div {
	color: #000;
	display: inline-block;
	zoom: 1;
	margin: 0 0 0 20px;
	padding: 2px 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.carousel-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: 1;
	text-decoration: none;
}
/* Pagination*/
.carousel-theme .owl-pagination {
	float: left;
	padding-top: 3px;
}
.carousel-theme .owl-buttons {
	float: right;
}
.carousel-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}
.carousel-theme .owl-controls .owl-page span {
	display: block;
	width: 7px;
	height: 7px;
	margin: 5px 8px 5px 0;
	opacity: 0.3;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background: #000;
}
.carousel-theme .owl-controls .owl-page.active span, .carousel-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 0.6;
	background: none;
	border: 1px solid #000;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	margin: 4px 8px 4px 0;
}
.carousel-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;
}
.team .container {
	padding-top: 75px;
	padding-bottom: 75px;
}
/**
 * 7.0 Different Featured Content Boxes
 * -----------------------------------------------------------------------------
 */

/* Icon Feature */
.icon-feature {
	text-align: center;
	padding: 40px 30px;
	border: 1px solid #E3E3E3;
	position: relative;
}
.icon-feature:hover {
	background: #FFF;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}
.icon-feature a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 0;
s
}
.icon-feature h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	margin: 50px 0 0 0;
}
.icon-feature h2::before {
	content: "";
	display: block;
	border: none;
	height: 3px;
	width: 30px;
	background: #E3E3E3;
	margin: 25px auto;
}
.icon-feature img {
	display: inline-block;
}
/* Framed picture with footer */
.framed-picture {
	padding: 4px;
	background: rgba(255,255,255,0.9);
	margin: 0 3px;
	border: 1px solid rgba(0,0,0,0.2)
}
.framed-picture h3 {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
.framed-picture h3 a {
	color: #000;
}
.framed-picture .position {
	font-size: 11px;
	line-height: 12px;
	margin: 0;
}
.framed-picture .bio {
	font-size: 14px;
	line-height: 22px;
	color: #898989;
	padding-top: 10px;
	margin: 0;
}
.framed-picture-footer {
	position: relative;
	background: #fff;
	padding: 10px;
}
.framed-picture-footer:after {
	bottom: 100%;
	left: 18px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255,255,255,0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.framed-picture img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.framed-picture:hover img {
	opacity: 0.7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/* Parallax Call to action */
.call-to-action {
	position: relative;
}
.call-to-action h3 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.call-to-action h3::after {
	background: rgba(0,0,0,0.1);
	border: medium none;
	content: "";
	display: block;
	height: 1px;
	margin: 25px auto;
	width: 250px;
}
.call-to-action-bg-overlay {
	background: rgba(19,20,21,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.call-to-action .container {
	position: relative;
	z-index: 1;
}
.parallax-bg1 {
	background-image: url(img/parallax1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.parallax-bg1 h3 {
	color: #fff;
}
.parallax-bg1 h3::after {
	background: rgba(255,255,255,0.1);
}
.parallax-bg1 .small-button:hover {
	color: #fff;
}
/* Small Wide Call to Action */
.small-call-to-action {
	padding: 40px 0;
}
.small-call-to-action .center-box {
	border: 1px solid rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.1);
	padding: 30px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.small-call-to-action h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
/* List Box */

.list-box {
	border: 1px solid rgba(0,0,0,0.1);
	background: #f8f8f8;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.06);
	-moz-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.06);
	box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.06);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.list-box h1 {
	padding: 15px;
	margin: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}
.list-box ul li {
	border-top: 1px solid rgba(0,0,0,0.1);
	background: #f8f8f8;
}
.list-box ul li:nth-child(odd) {
	background-color: #fff;
}
.list-box li p {
	display: block;
	padding: 10px 10px 5px 32px;
	background: url(img/check.png) no-repeat left 10px top 15px;
	color: #000;
	font-weight: 600;
	font-size: 13px;
	margin: 0;
	line-height: 20px;
}
.list-box li small {
	color: #898989;
	font-size: 12px;
	display: block;
	padding: 0px 10px 10px 32px;
}
.list-box li a:hover {
	color: #000;
}
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
 
footer {
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #d58f70;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #d58f70;
    background: rgba(0,0,0,1);
    font-size: 0.9em;
    clear: both;
}
.page-template-template-homepage footer {
	position: fixed;
}
footer div {
	width: 32%;
	display: inline-block;
	/* margin: 0; */
	text-align: center;
}
footer p {
	margin: 0;
	line-height: 36px;
}
/* Footer Navigation */
.horizontal-navigation {
	float: right;
}
.horizontal-navigation ul li {
	display: inline-block;
	text-align: center;
}
.horizontal-navigation ul li a {
	padding: 0 10px;
	display: inline-block;
}
.horizontal-navigation ul li a:hover {
}
.horizontal-navigation ul li:last-child span.separator {
	display: none;
}
/**
 * 8.1 Footer Sidebar
 * -----------------------------------------------------------------------------
 */
 
.footer-sidebar {
}
.footer-sidebar h2 {
	max-width: 750px;
	margin-bottom: 40px;
}
.footer-sidebar .widget_recent_entries ul {
	margin-bottom: 30px;
}
.footer-sidebar .widget_recent_entries ul li a {
	padding: 0;
	display: block;
	color: #000;
}
.footer-sidebar .widget_recent_entries ul li a:hover {
	color: #a1a1a1;
}
.footer-sidebar .widget_recent_entries ul li span {
	font-size: 10px;
	padding-bottom: 6px;
	font-style: italic;
	display: block;
	color: #898989;
}
.footer-sidebar .widget_contact li {
	width: 100%;
	padding: 0 0 20px 0;
}
.footer-sidebar .widget_contact h4 {
	width: 100%;
	line-height: 26px;
	margin: 0;
}
.footer-sidebar .widget_contact ul p {
	margin: 0;
	font-size: 14px;
	color: #898989;
	line-height: 26px;
}
/**
 * 9.0 Blog
 * -----------------------------------------------------------------------------
 */

/* Classic Blog Archive Page */

.blog-post-box {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.blog-post-box h1 a {
	color: #090909;
}
.blog-post-box h1 a:hover {
	color: #898989;
}
/* Blog Post Page */

.meta-data {
	font-size: 12px;
	color: #898989;
	padding: 10px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.meta-data a {
	color: #121212;
}
.post p {
	margin-bottom: 30px;
}
.post h1 {
	font-size: 46px;
	line-height: 68px;
	margin-bottom: 30px;
	letter-spacing: -0.08px;
	text-transform: none;
	max-width: 900px;
}
.post h2 {
	font-size: 36px;
	letter-spacing: -0.08px;
	line-height: 48px;
	margin-bottom: 30px;
	text-transform: none;
	font-weight: 700;
}
.post h3 {
	font-size: 26px;
	letter-spacing: -0.08px;
	line-height: 38px;
	margin-bottom: 30px;
	text-transform: none;
	font-weight: 700;
}
.post h4 {
	font-size: 18px;
	letter-spacing: -0.08px;
	line-height: 28px;
	margin-bottom: 30px;
	text-transform: none;
	font-weight: 700;
}
.post h5 {
	font-size: 16px;
	letter-spacing: -0.08px;
	line-height: 24px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.post h6 {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 22px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #898989;
}
.post .intro-p {
	font-size: 16px;
	font-weight: 700;
}
.post img {
	margin-bottom: 30px;
}
.post blockquote {
	margin: 20px 0 30px 0;
	font-size: 26px;
	line-height: 38px;
	border-left: 3px solid #898989;
	padding-left: 20px;
}
hr {
	border: 0;
	height: 1px;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
	margin-bottom: 30px;
	width: 20%;
}
/* Author Box */

.author-box {
	padding: 20px;
	margin-top: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.author-avatar {
	padding: 20px;
}
.author-box img {
	margin: 0;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 5px;
}
.author-box p {
	font-size: 14px;
	line-height: 22px;
	color: #898989;
	margin-bottom: 20px;
}
.author-box h6 {
	margin-bottom: 0px;
	font-size: 10px;
	letter-spacing: 1px;
}
.author-box h5 {
	text-transform: none;
	margin-bottom: 20px;
}
.author-box small {
}
/* Comments */

.comments-area {
	margin-top: 80px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.comments-title {
	padding: 20px;
	margin-bottom: 10px !important;
}
.comments-area ol {
	list-style: none;
	margin: 0;
}
.comments-area ol li {
	padding: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.comment-header h5 {
	text-transform: none;
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 14px;
}
.comment-header {
	margin-bottom: 20px;
}
.comment-header .avatar {
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 2px;
}
.comment time {
	font-size: 12px;
}
.no-comments {
	font-weight: 700;
	text-align: center;
	margin: 30px 0;
}
.comment-list .depth-2 {
	padding-left: 100px;
}
.comment-list .depth-3 {
	padding-left: 200px;
}
/** Comment form **/

#comment-form-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.08px;
	line-height: 28px;
	margin-bottom: 40px;
	text-transform: none;
}
.respond-form {
	padding: 60px 40px;
}
.respond-form form li {
	margin-bottom: 25px;
}
.respond-form form li label, .respond-form form li small {
	display: none;
}
.respond-form form li small {
	display: inline-block;
	margin-left: 20px;
	color: #898989;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
	padding: 15px;
	background: #fff;
	border: 1px solid #cecece;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
	background: #fff;
	border-color: #3c3c3c;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
 outline: none;
 border-color: #fbc2c4;
 background-color: #f6e7eb;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 -ms-box-shadow: none;
 box-shadow: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
	width: 100%;
	max-width: 400px;
}
.respond-form form textarea {
	resize: none;
	width: 100%;
	height: 150px;
}
#allowed_tags {
	margin: 0;
	padding: 10px 15px;
	border: 1px dotted rgba(0,0,0,0.2);
	background: rgba(19,20,21,0.05);
	line-height: normal;
}
/* Related Articles */

.related-articles .blog-entry div {
	padding: 10px;
}
.related-articles .blog-entry div h2 {
	font-size: 14px;
	margin-bottom: 5px;
}
.related-articles .blog-entry div small {
	margin: 0;
}
/* Next / Previous Post Navigation */

.next-prev {
	background-color: #FFF;
	border-top: 1px solid rgba(0,0,0,0.1);
	font-size: 24px;
	font-weight: 300;
}
.next-prev ul li {
	float: left;
	width: 45%;
	border-right: 1px dotted rgba(0,0,0,0.2);
}
.next-prev ul li:last-child {
	text-align: right;
	border-right: none;
}
.next-prev .back-home {
	float: left;
	width: 10%;
}
.next-prev .back-home span {
	display: block;
	text-indent: -9999px;
	border-top-color: rgba(0,0,0,0);
}
.next-prev .back-home a {
	background: url(img/pagination-back.png) center center no-repeat;
}
.next-prev .back-home a:hover {
	background-color: #fafafa;
}
.next-prev a {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 25px;
}
.next-prev a span {
	border-top: 2px solid rgba(0,0,0,0.1);
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 35px;
}
.next-prev a:hover {
	background-color: #fafafa;
	color: #121212;
}
/* Next / Previous Page Navigation */
.next-prev-page ul li {
	width: 50%;
}
.next-prev ul li:last-child {
	float: right;
}
/**
 * 9.1 Blog Masonry
 * -----------------------------------------------------------------------------
 */
 
.masonry-blog {
	margin: 0 auto;
	position: relative;
	width: 102.4%;
	left: -1.2%;
}
.masonry-blog .item {
	width: 30.9%;
	margin-bottom: 30px;
	float: left;
	margin: 0 1.2% 40px 1.2%;
}
/* Blog Entry Box */

.blog-entry {
	background: #fff;
}
.blog-entry img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blog-entry:hover img {
	opacity: 0.7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blog-entry div {
	padding: 30px;
}
.blog-entry h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: 400;
}
.blog-entry h2 a {
	color: #000;
}
.blog-entry small {
	font-family: 'Cardo', serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 20px;
	display: block;
}
.blog-entry p {
	font-size: 14px;
	line-height: 26px;
	color: #898989;
}
/**
 * 9.2 Blog Sidebar
 * -----------------------------------------------------------------------------
 */

.blog-sidebar {
	color: #898989;
	padding-left: 30px;
	padding-top: 20px;
}
.blog-sidebar h1 {
	color: #090909;
}
.blog-sidebar p {
	font-size: 14px;
	line-height: 22px;
	margin: 20px 0;
}
.blog-sidebar .widget {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.blog-sidebar .widget li {
	margin-bottom: 10px;
}
.tagcloud a {
	display: inline-block;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 0 5px 5px 0;
	padding: 4px 8px;
	color: #121212;
}
.blog-sidebar .widget_recent_entries li:after {
	background: rgba(0,0,0,0.1);
	border: none;
	content: "";
	display: block;
	height: 2px;
	margin: 10px 0 0 0;
	width: 30px;
}
.blog-sidebar .widget_recent_entries li:last-child:after {
	display: none;
}
/**
 * 10.0 Portfolio
 * -----------------------------------------------------------------------------
 */
 
.portfolio {
	margin-left: -2%;
	overflow: hidden;
}
.portfolio li {
	margin-bottom: 50px;
	width: 31.33%;
	margin-left: 2%;
	float: left;
}
.portfolio li:nth-child(3n+1) {
	margin-left: 2%;
}
/* Filter */
.filter {
	font-size: 14px;
	font-weight: 700;
	padding: 30px 0;
}
.filter-ul {
	float: left;
}
.filter-ul li {
	float: left;
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, 0);
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.filter-ul li:hover {
	color: #898989;
}
.filter-ul .active {
	position: relative;
	color: #E94B4B;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-ul .active:after, .filter-ul .active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.filter-ul .active:after {
	border-color: rgba(255,255,255,0);
	border-top-color: #fff;
	border-width: 4px;
	margin-left: -4px;
}
.filter-ul .active:before {
	border-color: rgba(37,56,67,0);
	border-top-color: rgba(0, 0, 0, 0.2);
	border-width: 5px;
	margin-left: -5px;
}
.filter-ul .active:hover {
	color: #E94B4B;
	cursor: default;
}
.filter .col:last-child {
	text-align: right;
}
.filter a {
	padding: 10px 7px;
	display: inline-block;
}
#filter-title {
	cursor: default;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	padding-right: 16px;
	color: #898989;
	line-height: 32px;
	float: left;
}
/* Sort */
#sort {
	float: right;
	margin: 0;
}
#sort li {
	float: left;
	cursor: pointer;
	padding: 7px;
	border: 1px solid rgba(0,0,0,0.1);
	margin-left: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#sort li:hover {
	border: 1px solid rgba(0,0,0,0.3);
	background: rgba(19,20,21,0.07)
}
#sort .active {
	cursor: default;
}
#sort .active:hover {
	cursor: default;
	border: 1px solid rgba(0,0,0,0.1);
	background: #fff;
}
#sort .active img {
	opacity: 0.3;
}
/* Project Box */
.work-item {
	position: relative;
	overflow: hidden;
}
#portfolio .work-item {
	opacity: 0;
	display: none;
}
.work-item h4 {
	margin-bottom: 0;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 20px;
	position: relative;
	color: #fff;
	background: none;
	font-weight: normal;
}
.portfolio .work-item-details a:hover h4 {
	-webkit-animation: mymove 0.6s; /* Chrome, Safari, Opera */
	animation: mymove 0.6s;
}
.portfolio .work-item-details h4 em {
	font-style: normal;
	font-size: 1.8em;
	display: block;
	font-weight: bold;
}
.work-item .open-project {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 0;
	z-index: 20;
}
.work-item-details {
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	z-index: 10;
}
.work-item-details div {
	max-height: 0;
	opacity: 0;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.work-item:hover .work-item-details div {
	max-height: 150px;
	opacity: 1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.work-item-details p {
	color: #fff;
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
}
.work-item img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
}
.work-item:hover img {
	opacity: 0.7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.work-item small {
	margin: 0 20px 20px 20px;
	color: #E94B4B;
}
/* PAGE RESTAURANT */
.services .work-item.services1 {
	background: url(img/restaurant/img-restau-1-bg.jpg) no-repeat top center;
	background-size: cover;
}
.services .work-item.services2 {
	background: url(img/restaurant/img-restau-2-bg.jpg) no-repeat top center;
	background-size: cover;
}
.services .work-item.services3 {
	background: url(img/restaurant/img-restau-3-bg.jpg) no-repeat top center;
	background-size: cover;
}
.portfolio.services {
	margin-left: 0;
}
.portfolio.services li {
	margin-bottom: 0;
	width: 33.33%;
	float: left;
	height: 70em;
	margin-left: 0;
}
.portfolio.services .work-item-details {
	top: 0;
	background-color: transparent;
}
.portfolio.services .work-item-details h4 {
	color: #fff;
	background: none;
	font-weight: normal;
}
.portfolio.services .work-item-details a:hover h4 {
	-webkit-animation: mymove 0.6s; /* Chrome, Safari, Opera */
	animation: mymove 0.6s;
}
.portfolio.services .work-item-details h4 em {
	font-style: normal;
	font-size: 1.8em;
	display: block;
	font-weight: bold;
	width: 63%;
}
.portfolio.services .work-item-details a {
	-webkit-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}
.portfolio.services .services1 .work-item-details a {
	background: url(img/restaurant/img-restau-1.png) no-repeat top left;
}
.portfolio.services .services2 .work-item-details a {
	background: url(img/restaurant/img-restau-2.png) no-repeat top left;
}
.portfolio.services .services3 .work-item-details a {
	background: url(img/restaurant/img-restau-3.png) no-repeat top left;
}
.portfolio.services .services1 .work-item-details a:hover {
	background: url(img/restaurant/img-restau-1-over.png) no-repeat top left;
}
.portfolio.services .services2 .work-item-details a:hover {
	background: url(img/restaurant/img-restau-2-over.png) no-repeat top left;
}
.portfolio.services .services3 .work-item-details a:hover {
	background: url(img/restaurant/img-restau-3-over.png) no-repeat top left;
}
/* PAGE Hotel > Chambres */
.bxslider div {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.sliderPhotosContainer {
    display: none;
}
ul#og-grid.chambres {
    max-width: 1500px;
}
.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}

.og-grid li span.roomtitle,
.og-grid li span.roomsubtitle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    text-align: left;
}
.og-grid li span.roomsubtitle {
    font-weight: normal;
    top: 30px;
}
.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
.og-grid li > a {
    border: 5px solid #fff;
}
.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #d58f70;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #000;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
        border: none;
        border-top: 1px solid #d58f70;
        border-bottom: 1px solid #d58f70;
        padding: 50px 30px;
}

.og-expander-inner {
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
        z-index: 100;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #d58f70;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #d58f70;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.og-details {
    overflow: auto;
}
.og-details {
	padding: 0 40px 0 20px;
}

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

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0 0px 0;
    margin-bottom: 10px;
}
.og-details h3:after {
    content: "";
    width: 24px;
    height: 21px;
    display: inline-block;
    vertical-align: baseline;
    background: url("img/vector.png") center bottom no-repeat;
    margin: 0px 0px 0px 18px;
}
.og-details h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;
    color: #fff;
    letter-spacing: normal;
}

.og-details > p {
    margin-bottom: 20px;
}
.og-details p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

.og-details .descriptif p {
    margin-bottom: 10px;
}

.og-details .infos,
.og-details a.button {
    margin-bottom: 20px;
}



.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

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

	.og-expander h3 { font-size: 16px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

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

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
        .og-expander-inner { padding: 0; }
        .og-details p { line-height: normal; }
        .og-details .infos { 
            margin-bottom: 5px; 
            border-bottom: solid 1px #fff;
            border-top: solid 1px #fff;
        }
        .og-details .descriptif p { margin-bottom: 5px; }
        .og-details h3:after { content: none; }
        .og-details h4 { margin-bottom: 10px; }	
}
/* PAGE Evenements */
.portfolio .work-item .masque {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-template-template-evenements #portfolio .work-item {
	opacity: 0;
	display: none;
	overflow: hidden;
	border: 5px solid #fff;
	height:220px;
}
.page-template-template-evenements #portfolio .work-item:hover ul {
	-webkit-animation: mymove 0.6s; /* Chrome, Safari, Opera */
	animation: mymove 0.6s;
}
.page-template-template-evenements #portfolio .work-item-details div {
	max-height: 0;
	opacity: 0;
}
.page-template-template-evenements #portfolio .work-item-details {
	top: 0;
}
.page-template-template-evenements #portfolio .work-item:hover .work-item-details div {
	max-height: 150px;
	opacity: 1;
	transition: all 0.1s;
	-webkit-transition: all 0.8s;
}
.page-template-template-evenements #portfolio .work-item:hover img {
	opacity: 1;
}
.page-template-template-evenements .portfolio .work-item li {
	margin: 12px 2px 3px 20px;
	width: 39%;
}
.page-template-template-evenements .portfolio .work-item h4 {
	margin-top: 0px;
}
/* PAGE MENU */
.page-template-template-menu .portfolio {
	width: 31%;
	float: left;
	clear: none;
	margin: 1%;
}
.page-template-template-menu .portfolio li {
	margin-bottom: 0;
	width: 50%;
	float: left;
	border: 5px solid #fff;
	margin: 0;
}
.page-template-template-menu .portfolio li.bigimg {
	width: 100%;
}
.page-template-template-menu .work-item img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
}
.page-template-template-menu .work-item-details p {
	color: #fff;
	padding: 20px;
	font-size: 15px;
	margin-bottom: 60px;
	text-align: center;
	text-transform: uppercase;
}
.page-template-template-menu .work-item:hover img {
	opacity: 0.7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-webkit-filter: grayscale(1) blur(5px);
	-webkit-filter: grayscale(100%) blur(5px);
	filter: gray blur(5px);
	filter: grayscale(100%) blur(5px);
}
/* page vins */

.page-template-template-carte-des-vins .span_4_of_12 {
	text-align: center;
}
.page-template-template-carte-des-vins .span_4_of_12 h3 {
	color: #d58f70;
	font-weight: bold;
}
.page-template-template-carte-des-vins .span_4_of_12 img {
	display: initial;
	margin: 0 0 10px 0;
}
/* page offres speciales */
.page-template-template-offres-speciales .col img {
	margin: 20px 0 0 0;
}
/* page contact */
.page-template-template-contact .col li em {
	color: #d58f70;
	display: inline-block;
	margin: 0 0 0 11px;
	vertical-align: text-top;
}
.page-template-template-contact .col li {
	margin: 0 0 1em 0;
}

.page-id-145 p { text-align:center; margin:0 0 2em 0;}
/* Projects List View mode */

.list {
	border-top: 1px solid rgba(19,20,21,0.1);
	margin: 0 !important;
}
.list .work-item {
	width: 100%;
	text-align: center;
	background: none;
	padding: 30px 0 20px 0;
	margin: 0 !important;
	border-bottom: 1px solid rgba(19,20,21,0.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list .work-item h4 {
	background: none;
}
.list .work-item h4:after {
	border: none;
}
.list .work-item:hover {
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list .work-item h4 {
	font-size: 24px;
	text-transform: none;
}
.list .work-item-details {
	background: none;
	color: #000;
}
.list .work-item-details p {
	color: #898989;
	font-size: 14px;
	line-height: 26px;
}
.list .work-item img {
	display: none;
}
.list .work-item-details {
	position: relative;
}
.list .work-item-details div {
	height: auto;
	display: block;
	opacity: 1;
	max-height: 500px;
	max-width: 800px;
	margin: 0 auto;
}
/**
 * 10.1 Portfolio Single Page / Case Study
 * -----------------------------------------------------------------------------
 */
 
.case-study {
	max-width: 1500px;
}
.case-study-info {
	margin-bottom: 80px;
}
.case-study-info h2 {
	max-width: 900px;
}
.case-study-info p {
	color: #898989;
}
.case-study-info-details {
	padding-top: 15px;
}
.case-study-info-details li {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 10px 0;
	margin: 0;
}
.case-study-info-details li p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
}
.case-study-info-details li span {
	color: #000;
	font-weight: 600;
	min-width: 70px;
	display: inline-block;
}
.accord-header {
	padding-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.accord-header span {
	color: #E94B4B;
	display: inline-block;
	cursor: pointer;
}
.accord-content {
	display: none;
	padding-bottom: 10px;
}
.case-study-images img {
	margin: 50px 0 20px 0;
}
.case-study-images p {
	max-width: 900px;
}
/**
 * 11.0 Contact Page
 * -----------------------------------------------------------------------------
 */
.contact-email, .contact-phone {
	font-size: 24px;
	padding-left: 50px;
	margin-bottom: 40px;
}
.contact-email {
	background: url(../img/contact-email.png) no-repeat center left;
}
.contact-phone {
	background: url(../img/contact-phone.png) no-repeat center left;
}
.contact-address {
	background: url(../img/contact-address.png) no-repeat top left;
	padding-left: 50px;
}
#contact-area {
}
#contact-area input[type=text], #contact-area input[type=email], #contact-area input[type=tel], #contact-area textarea, #contact-area input[type=submit] {
	padding: 10px;
	background: #000;
	color: #fff;
	border: 1px solid #fff;
	width: 70%;
	margin-bottom: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#contact-area textarea {
}
#contact-area textarea:focus, #contact-area input:focus {
	border-color: #3c3c3c;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#contact-area input[type=submit] {
    margin: 0 0 0 17%;
    background-color: #000;
    width: auto;
}
#contact-area label {
	padding-bottom: 8px;
	color: #fff;
	display: inline;
	float: left;
	width: 17%;
}
#success {
	font-weight: bold;
	margin: 30px 0;
	color: #E94B4B;
}
#success span {
	font-weight: bold;
	margin: 30px 0;
	color: #569d4d;
}
/* page le Chef */

#fullpage .section {
    text-align: center;
}
.page-template-template-chef .description {
    display: table;
    width: 50%;
    height: 100%;
    max-width: 950px;
    margin: 0 5% 0 auto;
    text-align:justify;
    padding: 75px 0 0 0;
}
.page-template-template-chef .description h2 { 
    margin: 2em 0 0 0;
}
.recompenses { margin:0px 0 0 0;}

#section1 .title {
    position: absolute;
    top: 100px;
    text-align: center;
    width: 100%;
}
#section1 .parutions {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.section .slide .intro p {
    width: 70%;
    margin: 0 auto;
}

.fp-controlArrow.fp-next {
    right: 5%;
    border-width: 13.5px 0 13.5px 16px;
    border-color: transparent transparent transparent #d58f70;
}
.fp-controlArrow.fp-prev {
    border-color: transparent #d58f70 transparent transparent;
    left: 5%;
    border-width: 13.5px 13.5px 16px 0px
}
.fp-controlArrow {
    margin-top: -16px;
}
.recompenses a {
	text-decoration: none;
	color: #fff;
}
.recompenses a:hover {
	text-decoration: none;
	color: #d58f70;
}

/* PAGE  a propos */
.page-template-template-a_propos .fp-tableCell {
    vertical-align: top;
}
.page-template-template-a_propos .description {
    display: table;
    text-align: justify;
    margin: 130px 0 auto 4%;
}
.page-template-template-a_propos .texte {
    width: 26%;
}
.page-template-template-a_propos .fp-tableCell h2 {
    line-height: 30px;
    text-align: left;
    margin: 1em 0;
}

/* page presse */
.page-template-template-presse h4 {
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 80px;
   
}
.page-template-template-presse .intro {
    float: left;
    margin: 2em;
	text-align:center;
    width: 25%;
}
.page-template-template-presse .intro a {
	text-decoration:underline;
	}

/**
 * 12.0 404 Page
 * -----------------------------------------------------------------------------
 */

.page404 .container {
	max-width: 850px;
	text-align: center;
	padding: 50px 40px 100px 40px;
}

/* Slider Widget Olakala */
#wpbs_slider {
    visibility: hidden;
    z-index: 99!important;
}
/* Affichage uniquement sur les pages services/hotellerie et renseignements */
.page-id-28 #wpbs_slider, .page-id-32 #wpbs_slider {
    visibility: visible;
}
/* Widget Olakala */
.sr-widget-olakala-score #score {
    width:200px;
}
.widget-olakala-reviews {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #00ACC5;
    font-size: 14px;
}
.widget-olakala-reviews a {
    color: #fff;
}
.widget-olakala-reviews:hover a {
    color: #00ACC5;
}
.widget-olakala-reviews:hover {
    background: #fff;
}

/* supp SOON */

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
 0% {
left:-200px
}
 100% {
left:0px
}
}
 @keyframes mymove {
 0% {
left:-200px
}
 100% {
left:0px
}
}
.bw {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	width: 120%;
}
/* Easy Pie Chart */
.chart {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 2%;
	float:left;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.chart-percent {
	display: inline-block;
	/*line-height: 150px;*/
	z-index: 2;
}
.chart-percent > span {
	display: block;
}
.chart-annee {
	line-height: 75px;
}
.chart-label {
}

@media screen and (max-width: 1024px) {
    .page-template-template-a_propos .texte {
        width: 60%;
    }
    .page-template-template-chef .description {
        width: 90%;
    }
}
@media screen and (max-height: 480px) {
    .page-template-template-chef .title, .page-template-template-chef .parutions {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .page-template-template-a_propos .texte {
        width: 90%;
    }   
}
@media screen and (max-width: 500px) {
/* widget Olakala */
    #wpbs_slider {
        top: 72px!important;
        width: 280px!important;
        height: 60px!important;
        background-size: 50px 50px!important;
    }
    #wpbs_slider .icon_label {
        width: 60px!important;
        height: 60px!important;
    }   
}