/*
Theme Name: Buno
Theme URI: http://buno.moonbear.co
Description: Premium Portfolio Theme for designers and agencies

Author: MoonBear
Author URI: http://www.moonbear.co
Version: 1.1
Tags: custom-menu, featured-images, post-formats, theme-options
Text Domain: buno

License:GNU General Public License version 3.0
License URI:http://www.gnu.org/licenses/gpl-3.0.html

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------
  
    TABLE OF CONTENTS
    -----------------------------------------------------------------------------

    1. Base CSS
    2. Forms
    3. Footer
    4. Header
    5. Mega Menu
    6. Mobile Navigation
    7. Blog
    8. Comments
    9. Widgets
    10. Misc

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

/*
 *  Custom Fonts
 */
@import url("./assets/fonts/Museo-300/styles.css");
@import url("./assets/fonts/Museo-500/styles.css");
@import url("./assets/fonts/Museo-700/styles.css");


/*-----------------------------------------------------------------------------------*/
/*	1. Base CSS
/*-----------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0px;
}
body {
	font-family: Museo-300 !important;
	margin: 0;
	height: 100%;
	z-index: 1000;
	overflow-x: hidden;
	color: #555;
	background-color: #fff;
	font-size: 14px;
}
img	{
	border: 0;
	padding: 0 0 0 0;
}
a:hover, a:visited, a:link, a:active {
	text-decoration: none;
	outline: none;
}
a:link,
a:visited,
a:active {
	color: #333;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	font-weight: 400;
}
a:hover {
	color: #999;
}
ul, li {
	padding: 0 0 0 0;
	margin: 0;
	list-style-type: none;
}
hr {
	border: 0;
	border-bottom: 1px solid #e1e1e1;
}
p {
	width: 100%;
	padding: 0 0 0 0;
	margin-bottom: 22px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3; /* original 24px */
	color: #333333;
	margin-top: 0;
}
p a {
	color: #333;
}
strong {
	font-weight: 600;
}
iframe {
	border: none !important;
}
cite {
	font-style: italic;
}
h1 { font-size: 30px;}
h2 { font-size: 28px;}
h3 { font-size: 24px;}
h4 { font-size: 20px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}
h1, h2, h3, h4, h5, h6 {
	font-family: Museo-700 !important;
	font-weight: 600;
	padding: 0 0 0 0;
	line-height: 1.3 !important;
	margin-top: 0;
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 600;
}
blockquote {
	border: none;
	padding-left: 60px;
	margin: 30px 0 30px 0px;
	color: #333;
}
blockquote p {
	font-style: italic;
	color: #555;
	font-weight: 500;
	font-size: 22px !important;
	line-height: 2 !important;
}
address, pre {
	margin-bottom: 12px;
	font-size: 12px;
}
dl {
	font-size: 14px;
}
dt {
	float: left;
	clear: left;
	width: 150px;
	text-align: left;
	color: #555;
	font-weight: 600;
}
dd {
	margin: 0 0 0 180px;
	padding: 0 0 12px 0;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	background: #f1f1f1;
	padding: 22px 22px 22px 22px;
	border: 1px solid #ccc;
	font-size: 12px;
	background: #fff;
	color: #555 !important;
	margin-bottom: 22px;
}
pre {
	border-radius: 0px;
	border: 1px solid #e7e7e7;
}
.empty-space {
	width: 100%;
	height: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	2. Forms
/*-----------------------------------------------------------------------------------*/

input:focus,
select:focus,
textarea:focus,
button:focus,
.form-group input:focus,
.form-group textarea:focus {
	outline: none !important;
}
label {
	color: #888;
	font-weight: 400;
	font-size: 14px;
}
input,
textarea,
select .form-group input,
.form-group textarea,
.form-group select,
.form-control {
	border: 1px solid #ffdd43;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 14px;
	border-radius: 0px;
	font-weight: 600;
}
input:hover, textarea:hover,
.form-group input:hover,
.form-group textarea:hover {
	border: 1px solid #ccc;
}
input:focus, textarea:focus,
.form-group input:focus,
form-group textarea:focus {
	border: 1px solid #333;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
	height: 40px;
	line-height: normal;
	padding-left: 12px;
}
textarea {
	padding: 20px 20px
}
.wpcf7-text, .wpcf7-textarea {
	width: 100%;
}
.selectboxit-container .selectboxit {
	min-width: 130px !important;
}
.selectboxit-list li {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	3. Header
/*-----------------------------------------------------------------------------------*/

.header {
	position: absolute;
	width: 100%;
	text-align: right;
	width: 1170px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.header .logo {
	z-index: 999;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}
.light-logo { display: block; }
.dark-logo { display: none; }
.header .logo img {
	height: 85px;
	width: auto;
}
.header .sticky-logo {
	display: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.header .sticky-logo img {
	height: 35px;
	width: auto;
}
.navigation {
	display: block;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.navigation li {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	position: relative;
	z-index: 99999999;
}
.navigation > li {
	margin-left: -5px;
}
.navigation li a {
	color: #fff;
	padding: 60px 20px 60px 20px;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	transition: all ease-in-out 0.2s, color ease-in-out 0.2s, padding ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s,  color ease-in-out 0.2s, padding ease-in-out 0.2s; /* Safari */
}
.navigation li .dropdown-menu li a {
	padding: 10px 10px 10px 10px;
	letter-spacing: 0px;
	text-transform: none;
	text-align: left;
}
.navigation li .dropdown-menu li {
	width: 100%;
	text-align: left;
}
.navigation li .dropdown-menu {
	padding: 0px 0px 0px 0px;
}
.navigation li button {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}
.navigation li:first-child a {
	background-image: none;
}
.navigation li a:hover {
	opacity: 1;
	background-image: none;
	background-color: transparent;
}
.navigation .dropdown:hover a {
	opacity: 1;
}
.navigation .dropdown i {
	position: relative;
	top: -1px;
	margin-left: 6px;
	font-size: 9px;
}
.navigation .current-menu-item + li a {
	background-image: none !important;
}
.navigation .sub-menu {
	text-align: left;
	position: absolute;
	width: 230px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s; /* Safari */
	margin-left: auto;
	margin-right: auto;
	text-transform: none !important;
	font-size: 12px !important;
}
.navigation li > .sub-menu > .menu-item-has-children > .sub-menu {
	margin-left: 230px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
}
.navigation li > .sub-menu > .menu-item-has-children:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.navigation li > .sub-menu > .menu-item-has-children > .fa {
	float: right;
	position: absolute;
	right: 0px;
	top: 20px;
	margin-right: 20px !important;
}
.navigation .mega-menu > .sub-menu > .menu-item-has-children > .fa {
	display: none;
}
.navigation .dropdown:hover .sub-menu, .navigation .menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s; /* Safari */
}
.navigation .dropdown < .sub-menu {
							background-color: #fff;
						}
.navigation li {
	position: relative;
}
.navigation .sub-menu li {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.navigation > li > .sub-menu, .navigation .dropdown-content, .navigation > li > .sub-menu > li > .sub-menu {
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), inset 0  12px 12px -12px rgba(0, 0, 0, 0.1);
	/* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), inset 0  12px 12px -12px rgba(0, 0, 0, 0.1), inset 0 -8px 8px -15px green; */
	border-top: 1px solid rgba(0,0,0, 0.1);
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
}
.navigation .sub-menu li a {
	text-align: left;
	width: 100%;
	padding: 10px 25px 10px 25px;
	font-weight: normal;
	font-size: 11.5px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	opacity: 1;
	display: inline-block;
	transition: background 0.4s, color 0.4s, padding 0.4s;
	-webkit-transition: background 0.4s, color 0.4s, padding 0.4s; /* Safari */
	text-transform: none;
	letter-spacing: 0px;
	color: #555;
}
.navigation .sub-menu li:first-child a {
	padding-top: 20px;
}
.navigation .sub-menu li:last-child a {
	padding-bottom: 20px;
}
.navigation .sub-menu li span {
	margin-top: 10px;
	color: #828487;
	font-size: 11.5px;
	display: inline-block;
	padding-right: 40px;
}
.navigation .sub-menu li:last-child a {
	border-bottom: none;
}
.navigation .sub-menu li a:hover {
	color: #ccc;
}
.navigation-feature-button a {
	padding: 8px 12px 8px 12px !important;
	text-transform: none;
	letter-spacing: normal;
	font-size: 12px !important;
}
.navigation > li .sub-menu {
	background-color: #fff;
}
.navigation > li > a {
	border-width: 0px;
}
nav {
	text-align: right;
	position: relative;
	z-index: 1;
}
nav:hover .navigation li a {
	opacity: 0.5;
}
nav .navigation li a:hover {
	opacity: 1;
}

.header-sticky {
	position: fixed !important;
	left: 0;
	right: 0;
	z-index: 99999;
	background-color: #fff;
	box-shadow: 8px 0 5px -6px rgba(0, 0, 0, 0.09), -8px 0 5px -6px rgba(0, 0, 0, 0.09), 0 5px 5px -3px rgba(0, 0, 0, 0.09);
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari */
}
.header-sticky .header {
	position: relative;
}
.header-sticky .navigation > li > a {
	/* font-weight: 600; */
	padding: 25px 20px 25px 20px;
	color: #111;
}
.header-sticky .logo {
	display: none;
}
.header-sticky .sticky-logo {
	display: block;
}
.white-header .header-wrapper {
	background-color: #fff;
	z-index: 999;
	border-bottom: 1px solid #eee;
	z-index: 999;
	position: fixed;
	left: 0;
	right: 0;

}
.white-header .header {
	position: static;
}
.white-header .navigation li a {
	color: #333;
}
.white-header .content-container {
	margin-top: 137px;
}

.navigation-black .navigation li a { color: #333; font-family: Museo-700; font-size: 13px; }
.navigation-black .light-logo { display: none; }
.navigation-black .dark-logo { display: block; }

.classic-header .header { position: relative;  }
.classic-header .header-wrapper { background-color: #fff; border-top: 7px solid #ffdd43; position: absolute; z-index: 99999; left: 0; right: 0; box-shadow: 8px 0 5px -6px rgba(0, 0, 0, 0.09), -8px 0 5px -6px rgba(0, 0, 0, 0.09), 0 5px 5px -3px rgba(0, 0, 0, 0.09); }
.classic-header > .navigation > li > a { padding: 40px 20px 40px 20px;}
.classic-header .light-logo { display: none; }
.classic-header .dark-logo { display: block; }

.default-classic .header { position: relative; }
.default-classic .header-wrapper { position: absolute; z-index: 99999; left: 0; right: 0; border-bottom: 1px solid #e1e1e1; background-color: #fff;}
.default-classic .navigation li a { color: #333;}
.default-classic .light-logo { display: none; }
.default-classic .dark-logo { display: block; }

.header-bar {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-bar-content {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.header-bar p {
	margin-bottom: 0px;
	line-height: auto;
}
.header-bar-left, .header-bar-right {
	width: 49%;
	display: inline-block;
}
.header-bar-right {
	text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/*	5 Mega Menu
/*-----------------------------------------------------------------------------------*/

.navigation .mega-menu .sub-menu li .sub-menu {
	transition: none;
	-webkit-transition: none;
	box-shadow: none !important;
	/* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), inset 0  12px 12px -12px rgba(0, 0, 0, 0.1), inset 0 -8px 8px -15px green; */
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	background-color: transparent !important;
}
.navigation .mega-menu:hover .sub-menu li .sub-menu {
	margin-left: 0px;
	visibility: visible !important;
	opacity: 1 !important;
}
.mega-menu .* {
	box-sizing: none !important;
	-moz-box-sizing: none !important;
}
.mega-menu {
	position: static !important;
}
.mega-menu .sub-menu-arrow {
	display: none !important;
}
.mega-menu .sub-menu {
	display: inline-block;
}
.mega-menu .sub-menu .sub-menu {
	border-top: none !important;
	width: 100%;
}
.mega-menu > .sub-menu {
	padding-top: 16px;
	padding-bottom: 16px;
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}
.mega-menu > .sub-menu > li {
	float: left;
	border-right: 1px solid rgba(0,0,0, 0.12);
	border-bottom: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mega-menu > .sub-menu > li a {
	border-bottom: 0px !important;
	padding: 10px 10px 10px 10px !important;
	padding-left: 20px !important;
	transition: background ease-in-out 0.4s, color ease-in-out 0.4s, padding ease-in-out 0.4s;
	-webkit-transition: background ease-in-out 0.4s, color ease-in-out 0.4s, padding ease-in-out 0.4s; /* Safari */
}
.mega-menu .sub-menu li > .sub-menu {
	position: relative !important;
	padding-top: 0px !important;
}
.mega-menu .sub-menu .menu-item-has-children > a {
	font-size: 11px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600 !important;
	color: #111;
	transition: color ease-in-out 0.4s;
	-webkit-transition: color ease-in-out 0.4s; /* Safari */
}
.navigation .sub-menu i {
	margin-left: 0px !important;
	margin-right: 8px !important;
	display: inline-block;
	font-size: 12px !important;
}
.navigation > li a [class*="fa-"] {
	font-size: 13px;
	margin-right: 6px;
	position: relative;
	top: 0px;
}
.navigation .fa-angle-down {
	margin-right: 0px !important;
	margin-left: 6px !important;
	font-size: inherit !important;
}
.mega-menu > .sub-menu > li:last-child {
	border-right: 0px !important;
}
/* Two column MM */
.mega-menu-2col > .sub-menu > li {
	width: 49.8% !important;
}
.mega-menu-2col > .sub-menu {
	width: 440px;
}
/* Three column MM */
.mega-menu-3col > .sub-menu > li {
	width: 33.2% !important;
}
.mega-menu-3col > .sub-menu {
	width: 600px;
}
/* Four column MM */
.mega-menu-4col > .sub-menu > li {
	width: 24.9% !important;
}
.mega-menu-4col > .sub-menu {
	width: 1170px;
	left: 0;
	right: 0;
	position: absolute;
}
/* Five column MM */
.mega-menu-5col > .sub-menu > li {
	width: 19.9% !important;
}
.mega-menu-5col > .sub-menu {
	width: 1170px;
	left: 0;
	right: 0;
	position: absolute;
}
/* Six column MM */
.mega-menu-6col > .sub-menu > li {
	width: 16.666666% !important;
}
.mega-menu-6col > .sub-menu {
	width: 1170px;
	left: 0;
	right: 0;
	position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*	6. Mobile Navigation
/*-----------------------------------------------------------------------------------*/

.mobile-logo {

}
.mobile-logo img {
	height: 30px;
	margin-top: 30px;
	margin-left: 30px;
}
.mobile-nav-container {
	overflow: auto;
	width: 100%;
	display: none;
	z-index: 10;
	posiition: absolute;
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.mobile-nav-container .dropdown a {
	margin-right: 0px !important;
	padding-right: 0px !important;
}
.mobile-nav-container .dropdown a .fa-chevron-down {
	margin-left: 3px;
}
#mobile-nav {
	float: left;
	width: 100%;
	background: #222;
}
.mobile-nav-bar {
	background: transparent;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mobile-nav li a {
	padding: 20px 30px 20px 30px !important;
	display: block;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
#mobile-nav li .fa {
	margin-right: 12px;
}
#mobile-nav li a:active {
	color: rgba(255,255,255,1);
}
#mobile-nav .sub-menu {
	padding-left: 22px;
}
#mobile-nav .sub-menu li a {
	color: rgba(255,255,255,0.6);
}
#mobile-nav .fa-angle-down {
	float: right;
	margin-top: 3px;
	font-size: 16px;
}
.btn-mobile-nav {
	border: none;
	background-color: transparent;
	color: #222 !important;
	background-size: 24px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	padding: 20px 40px 20px 40px !important;
	font-weight: 300;
	margin-bottom: 15px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 2px !important;
	z-index: 10000000000;
	border-radius: 3px;
	font-size: 26px;
}
.btn-mobile-nav.collapsed {
	background-color: transparent;
}
#mobile-nav li a:hover .sub-menu {
	display: none;
}
#mobile-nav li .sub-menu {
	display: none;
}
#mobile-nav .mega-menu .sub-menu {
	width: 100% !important;
}
#mobile-nav .mega-menu .sub-menu > li {
	float: none !important;
	width: 100% !important;
	border-right: 0px !important;
}
#mobile-nav .mega-menu .sub-menu > li sub-menu {
	width: 100% !important;
}
#mobile-nav .mega-menu .sub-menu > li {
	float: none !important;
}
#mobile-nav .mega-menu .sub-menu .menu-item-has-children > a {
	border-right: 0px !important;
	padding: 0px 0px 0px 0px !important;
	padding-left: 16px !important;
	display: none;
}
#mobile-nav .mega-menu > .sub-menu > li a {
	border-right: 1px dashed #434649 !important;
	padding: 12px 12px 12px 12px !important;
	padding-left: 16px !important;
}
#mobile-nav .sub-menu i {
	margin-right: 8px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Side
/*-----------------------------------------------------------------------------------*/

.navigation-toggle {
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	top: 6px;
	padding-right: 0px !important;
}
.navigation-toggle:hover {
	opacity: 0.5 !important;
}
.navigation-toggle i {
	font-size: 24px !important;
}
.navigation-overlay {
	position: fixed;
	height: 100%;
	width: 33%;
	background-color: #2a2a2a;
	right: -33%;
	top: 0;
	z-index: 9999999;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	background-size: cover;
	overflow-y: scroll;
}
.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.navigation-overlay ul li {
	display: inline-block;
	width: 100%;
	padding: 6px 6px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.navigation-overlay ul li a {
	font-size: 22px;
	font-weight: 600;
	color: #fff;

}
.navigation-overlay .dropdown ul {
	display: none;
}
.navigation-overlay .dropdown ul li a {
	font-size: 11px;
}
.navigation-overlay .logo img {
	width: 150px;
	margin-bottom: 60px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
.navigation-overlay .logo img:hover {
	opacity: 0.3;
}
.navigation-overlay .social-buttons, .contact-overlay .social-buttons {
	margin-top: 30px;
}
.navigation-overlay .social-buttons a, .contact-overlay .social-buttons a {
	color: #fff;
	font-size: 22px;
	margin-right: 12px;
}
.navigation-overlay .social-buttons:hover a, .contact-overlay .social-buttons:hover a {
	opacity: 0.3;
}
.navigation-overlay .social-buttons a:hover, .contact-overlay .social-buttons a:hover {
	opacity: 1;
}
.navigation-overlay .social-buttons a:last-child, .contact-overlay .social-buttons a:last-child {
	margin-right: 0px;
}
.navigation-overlay .social-buttons span, .contact-overlay .social-buttons span {
	display: none;
}
.navigation-overlay .close-button {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50px;
	right: 50px;
}

.navigation-overlay ul:hover li a {
	opacity: 0.5;
}
.navigation-overlay ul li a:hover {
	opacity: 1;
}
.navigation-overlay ul .dropdown:hover > a {
	opacity: 1;
}
.navigation-overlay li a .fa-angle-down {
	margin-left: 6px;
}

.navigation-overlay > ul:hover li a {
	opacity: 0.5;
}
.navigation-overlay > ul li a {
	opacity: 1;
}

/* Navigation Side Overlay */
.navigation-side-active .navigation-side {
	right: 0;
}
.navigation-side-active .page-container {
	position: relative;
	/*left: -33%;*/
}

.navigation-side .contact-container {
	padding: 60px 60px;
	text-align: left;
}
.navigation-side input, .navigation-side textarea {
	background-color: #222;
	border: 0;
	outline: 0
}
.navigation-side textarea {
	height: 200px;
}
.navigation-side .social-buttons {
	text-align: center;
}
body.NoScrolling {
	overflow: hidden;
}

.navigation-side p strong {
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	7. Posts
/*-----------------------------------------------------------------------------------*/

article .entry {
	background-color: #fff;
	padding: 60px 60px;
	margin-bottom: 60px;
}
article .article-image img {
	width: 100%;
	height: auto;
}
article .heading {
	font-size: 20px;
	margin-bottom: 15px;
	word-wrap: break-word;
}
article .date {
	font-size: 13px;
	color: #bbb;
}
article .read-more-wrapper {
	display: inline-flex;
}

.isotope-item article .heading {
	font-size: 16px;
}
.isotope-item article .entry {
	margin-bottom: 30px;
}

/* Post Formats */

article .article-link, article .article-quote {
	padding: 30px 30px;
	background-color: #fff;
	border-bottom: 2px solid #f1f1f1;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
article .article-link a {
	font-weight: 600;
}
article .article-quote {
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
	padding: 60px 60px;
	line-height: 2;
}
.isotope-item article .article-quote {
	font-size: 16px;
}
article .article-quote blockquote {
	border-top: none;
	border-bottom: none;
	margin: 0px 0px 0px 0px !important;
}

article .post-meta {
	display: none;
}

.article-video iframe {
	width: 100%;
	height: 467px;
}

.isotope-item .article-video iframe {
	width: 350px;
	height: 197px;
}

/* Single */

.single-post article .entry {
	background-color: transparent !important;
	padding: 0px 0px 0px 0px;
}
.single-post article .article-image img {
	margin-bottom: 30px;
}
.single-post {
	background-color: #f7f7f7;
}
.single article .date {
	display: none;
}
.single article .post-meta {
	display: block;
	color: #aaa;
}
.single article .heading {
	font-size: 26px;
}
.single article .article-link {
	margin-bottom: 30px;
}
.single article .article-video {
	margin-bottom: 30px;
}
.single article .article-video iframe {
	width: 100%;
	height: 467px;
}
.single .format-video .entry-content iframe {
	display: none;
}
.single article .article-quote {
	margin-bottom: 30px;
}

.entry-content {
	line-height: 2.5; /* original 24px */
}
.entry-content p:last-child {
	margin-bottom: 0px;
}
.entry-content p img {
	max-width: 100%;
}
/* Tags */
.tags-share {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	position: relative;
}
.tags-share a {
	padding: 10px 15px;
	color: #999;
	letter-spacing: 2px;
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	display: inline-block;
	transition: all 0.2s;
	border-radius: 100px;
	-webkit-transition: all 0.2s; /* Safari */
	margin-right: 8px;
	background: #fff;
}
.tags-share a:hover {
	color: #fff !important;
	background: #333;
}
.tags-share .column {
	width: 49%;
	display: inline-block;
	min-height: 63px;
}
.tags-share .right {
	float: right;
	width: auto;
}
.entry ul, .entry ol {
	margin-bottom: 30px;
}
.entry-content #vc_no-content-helper {
	margin-bottom: 90px;
	margin-top: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	9. Comments
/*-----------------------------------------------------------------------------------*/

.commentlist .avatar {
	width: 30px;
	height: auto;
	margin-right: 12px;
}
.comments {
	width: 400px;
}
.comment-meta {
	padding: 0 0 0 0;
	margin: 0;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 0px;
}
.comment-meta a {
	margin-right: 3px;
}
.commentlist p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}
.commentlist .author-name, .commentlist .author-name a {
	font-weight: 600;
	color: #333;
}
.commentlist .author-name {
	margin-right: 12px;
}
.commentlist
.comment-body {
	margin: 0 0 0 80px;
}
.comment-meta {
	margin-left: 12px;
	font-size: 12px;
}
.form-allowed-tags {
	display: none;
}
.comment-form-url, .comment-form-email, .comment-form-author {
	position: relative;
}
.form-icon {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 37px;
	right: 10px;
	opacity: 0.3;
}
.url-icon {
	background: url(assets/img/icons/glyphicons_050_link.png) no-repeat center center;
	background-size: 15px 15px;
}
.email-icon {
	background: url(assets/img/icons/glyphicons_399_e-mail@2x.png) no-repeat center center;
	background-size: 15px 15px;
}
.commentlist {
	margin-left: 0px !important;
	margin-bottom: 60px;
}
.commentlist .comment-content {
	width: 100%;
	display: block;
	margin-top: 12px;
}
.commentlist .entry {
	text-align: left;
	border: 0px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
	padding-bottom: 12px;
	background-color: #fff;
	padding: 30px 30px;
}
.commentlist > li:last-child .entry {
	border-bottom: 0px;
}
.commentlist .page-numbers {
	font-size: 11px;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.commentlist .page-numbers:hover {
	background: #fff;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.commentlist .current {
	font-size: 11px;
	background: #fff;
	color: #333;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	border: 1px solid #ccc;
}
.commentlist .current:hover {
	background: #fff;
}
.commentlist .children {
	margin-left: 30px;
}
.comment-heading {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: 500;
}
.comment-reply-title {
	font-size: 16px;
}
.logged-in-as {
	font-size: 12px !important;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 12px;
	margin-bottom: 30px;
}
.logged-in-as a {
	font-weight: 400;
}
.comment-notes {
	padding-bottom: 22px;
	border-bottom: 1px solid #e7e7e7;
}
.icon-nocomments {
	background: url(assets/img/icons/glyphicons_244_conversation.png) top center no-repeat;
	background-size: 25px 18px;
	height: 18px;
	width: 75px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ccc;
	opacity: 0.7;
}
.no-comments {
	margin-bottom: 12px;
}
.commentlist .current-post-page:hover {
	background: #fff;
}
#cancel-comment-reply-link {
	background: #50575E;
	padding: 6px 6px 6px 6px;
	border-radius: 3px;
	font-weight: 400;
	font-size: 10px;
	color: #fff;
	margin-left: 12px;
}
.comment-form input, .comment-form textarea {
	width: 100%;
	border: none;
}
.comment-footer span {
	margin-right: 8px;
	font-size: 12px;
}
.comment-body .comment-approval {
	background: #d9edf7;
	padding: 12px 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.comment-edit-link {
	font-weight: 400;
}
.page .single-comments {
	margin-top: 30px;
}
.page .comment-form textarea, .page .comment-form input {
	background-color: #f7f7f7;
}
.comment-respond {
	margin-top: 30px;
	margin-bottom: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	9. Footer
/*-----------------------------------------------------------------------------------*/

footer {
	margin: 0 0 0 0;
}
/* Widget Footer */
.widget-footer {
	background: #2a2a2a;
	padding: 60px 0px 60px 0px;
	color: #fff;
	font-size: 12px;
	z-index: 3;
	position: relative;
}
.widget a {
	font-weight: 400;
}
.widget-footer .widgettitle {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: rgba(255,255,255,1);
}
.widget-footer .widget ul li {
	padding-bottom: 12px !important;
	padding-top: 12px;
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	color: rgba(255,255,255,0.3);
	font-size: 13px;
}
.widget-footer .widget ul li:first-child {
	padding-top: 0px;
}
.widget-footer .widget ul li:last-child {
	border-bottom: none;
}
.widget-footer a,
.widget-footer .widget_text .textwidget,
.widget-footer .widget_text p {
	color: rgba(255,255,255,0.4) !important;
	font-weight: 400;
}
.widget-footer a:hover {
	color: rgba(255,255,255,1) !important;
}

/* Widget Footer Recent Posts */
.widget-footer .post-date {
	color: rgba(255,255,255,0.2);
	font-size: 11px;
}
.widget-footer .post-date:before {
	content: "\a";
	white-space: pre;
}

/* Widget Footer Tags */
.widget-footer .tagcloud a {
	background: rgba(0,0,0,0.1) !important;
	padding: 6px 12px;
	margin-bottom: 4px;
	display: inline-block;
	font-size: 11px !important;
	border: none;
	margin-right: 0px;
}
.widget-footer .tagcloud a:hover {
	background: rgba(0,0,0,0.5) !important;
	color: #fff !important;
	border: none;
}
.widget-footer #wp-calendar caption { text-align: right; color: #fff; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
.widget-footer #wp-calendar thead { font-size: 10px; color: #fff !important;}
.widget-footer #wp-calendar thead th { padding-bottom: 10px; text-align: center; color: #fff !important;}
.widget-footer #wp-calendar tbody { color: #fff; }
.widget-footer #wp-calendar tbody td { font-size: 10px; color: #fff; background: #222528; text-align: center; padding:3px;}
.widget-footer #wp-calendar tbody .pad { background: none; }
.widget-footer #wp-calendar th {color: #fff !important;}
.widget-footer #wp-calendar caption {color: #fff !important;}

/* Copyright Footer */
.copyright-footer {
	background-color: #222;
	z-index: 3;
	position: relative;
	text-align: center;
	padding: 30px 30px;
	font-size: 10px;
	letter-spacing: 1px;
	color: rgba(255,255,255,0.4);
	font-weight: 600;
	text-transform: uppercase;
}
.copyright-footer a {
	color: rgba(255,255,255,0.7);
}
.copyright-footer a:hover {
	color: rgba(255,255,255,1);
}

.widget-footer .social-icons {
	font-size: 16px;
}
.widget-footer .social-icons i {
	margin-right: 20px;
}
.widget-footer .company-info p {
	white-space: pre-wrap;
}
.widget-footer .company-info img {
	margin-bottom: 30px;
}

#picto-footer {
	background-color: #333;
	padding: 30px 30px;
	text-align: center;
}

.social-footer {
	background-color: #333;
	padding: 30px 30px;
	text-align: center;
}
.social-footer a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	margin-right: 30px;
	color: rgba(255,255,255,0.5);
}
.social-footer a:hover {
	color: rgba(255,255,255,1);
}
.navigation-button {
	margin-left: 30px !important;
}
.navigation-button a {
	padding: 20px 20px 20px 20px !important;
	font-size: 16px !important;
	text-transform: initial !important;
	border-radius: 5px;
}
.navigation-button a:hover {
	background-color: #222 !important;
	color: #fff !important;
}
.header-sticky .navigation-button a {
	padding: 25px 20px 25px 20px !important;
	font-size: 14px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	10. Misc
/*-----------------------------------------------------------------------------------*/

.inner-scroll {
	overflow-y: scroll;
}
.inner-scroll::-webkit-scrollbar {
	width: 0px;  /* remove scrollbar space */
	background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
.inner-scroll::-webkit-scrollbar-thumb {
	background: #FF0000;
}
.widget .textwidget {
	line-height: 16px;
}

.greyscale-effect{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
.greyscale-effect:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}
.vignette {
	-moz-box-shadow: inset 0 0 15em #000;
	-webkit-box-shadow: inset 0 0 15em #000;
	box-shadow: inset 0 0 15em #000;
}
.round-image img, .round-image {
	border-radius: 500px !important;
	overflow: hidden;
}
/* Close icon */
.close {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.close:hover::before, .close:hover::after {
	background: #fff;
}
.close::before, .close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
}
.ajax-close .close:before, .ajax-close .close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 35px;
	left: 0;
	margin-top: -1px;
	background: #333;
}
.ajax-close .close {
	height: 70px;
	width: 70px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0;
}
.ajax-close {
	width: 100%;
	height: 70px;
	margin-bottom: 90px;
}
.contact-overlay .ajax-close .close:before, .contact-overlay .ajax-close .close::after {
	background: #fff;
}
.close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close.big {
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
}
.close.hairline::before, .close.hairline::after {
	height: 1px;
}
.close.thick::before, .close.thick::after {
	height: 4px;
	margin-top: -2px;
}
.close.black::before, .close.black::after {
	height: 8px;
	margin-top: -4px;
}
.close.heavy::before, .close.heavy::after {
	height: 12px;
	margin-top: -6px;
}
.close.pointy::Before, .close.pointy::after {
	width: 200%;
	left: -50%;
}
.close.rounded::before, .close.rounded::after {
	border-radius: 5px;
}
.close.blades::before, .close.blades::after {
	border-radius: 5px 0;
}
.close.warp::before, .close.warp::after {
	border-radius: 120% 0;
}
.close.fat::before, .close.fat::after {
	border-radius: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	10. Misc
/*-----------------------------------------------------------------------------------*/

/* Flexslider */
.flexslider {
	margin-bottom: 0 !important;
	padding: 0 0 0 0 !important;
	box-shadow: none !important;
	border: 0px !important;
}
.flexslider li {
	margin: 0 0 0 0 !important;
	list-style: none !important;
}
.flex-control-nav {
	display: none;
}
.flex-next, .flex-prev {
	background: none !important;
	background-repeat: no-repeat !important;
	height: 120px !important;
	width: 120px !important;
	color: #222 !important;
	margin-top: -30px !important;
	display: inline-block;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 60px;
	text-align: center;
	text-indent: 0px !important;
	font-size: 0px;
}
.flex-next:before {
	content: "\f105";
	font-size: 60px !important;
}
.flex-prev:before {
	content: "\f104";
	font-size: 60px !important;
}
.flexslider .slides img {
	height: auto;
}
.flex-control-nav li {
	margin: 0px 5px !important;
}
.flex-active {
	background: #5ED2C6 !important;
}

/* Tag Cloud */
.tag-cloud {
	width: 400px;
	display: inline-block;
}
.tag-cloud a {
	border: 0;
	background: #222;
	font-weight: 400;
	color: #fff !important;
}
.tag-cloud a:hover {
	border: 0;
	background: #51BABE;
	color: #fff !important;
}

/*-----------------------------------------------------------------------------------*/
/*	16. Misc
/*-----------------------------------------------------------------------------------*/

.entry [class*="entry-"] {
	margin-bottom: 30px;
}
.entry [class*="entry-"]:last-child {
	margin-bottom: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	12. Wordpress Core
/*-----------------------------------------------------------------------------------*/

.sticky {

}
.screen-reader-text {

}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 12px 12px 12px 12px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin-top: 12px;
}
.gallery-caption {

}
.bypostauthor {

}
.clearboth {
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
}
.emptyspace {
	height: 22px;
	width: 100%;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.post-password-form label {
	position: relative;
}
.post-password-form input {
	height: 40px;
	padding-left: 12px;
	margin-left: 12px;
}
.post-password-form input[type="submit"] {
	background: none;
	border: none;
	margin-left: -50px;
	right: 0;
	color: #555;
	height: 40px;
	opacity: 0;
	position: relative;
}
.post-password-form label:after {
	content: "\f105";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	color: #999;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gallery-item dt {
	float: none;
	clear: none;
	width: auto;
	text-align: center;
}
.gallery-item dd {
	margin: auto;
	padding: auto;
}
.gallery-item .wp-caption-text {
	margin-top: 12px;
}

/* Search Form */
#searchform {
	position: relative;
	display: inline-flex;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
#searchform:hover {
	border: 1px solid #ccc !important;
}
#searchform #searchsubmit {
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #555;
	height: 100%;
	opacity: 0;
	z-index: 1;
	width: 50px;
}
#searchform:after {
	content: "\f002";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	color: #999 !important;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.page-container {
	overflow: hidden;
	height: 100%;
	left: 0;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
.content-container {
	transition: all 1s;
	-webkit-transition: all 1s;
	position: relative;
	height: 100%;
	flex: 1;
	padding-top: 60px;
	padding-bottom: 60px;
}
.js_active .content-container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.no-comments p {
	text-align: center;
}
.entry table {
	border: 1px solid #ddd;
	margin-bottom: 22px;
}
.entry thead th {
	padding: 14px 18px 14px 18px !important;
	border-bottom: 1px solid #ddd;
	background: #f1f1f1;
}
.entry td, .entry tbody th  {
	padding: 14px 18px 14px 18px !important;
	color: #666;
	font-size: 11.5px;
}
.entry .th-black {
	background: #444;
}

.instagram-unit img {
	width: 33.3333333333%;
	padding-right: 12px;
	padding-bottom: 12px;
	opacity: 0.8;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.instagram-unit img:hover {
	opacity: 1;
}
.instagram {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.instagram-post img {
	width: 20%;
	padding-right: 12px;
	padding-bottom: 12px;
	opacity: 0.8;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.instagram-post img:hover {
	opacity: 1;
}
.instagram {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.instagram-post img {
	width: 20%;
	padding-right: 12px;
	padding-bottom: 12px;
	opacity: 0.8;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.instagram-post img:hover {
	opacity: 1;
}
.sticky .entry {
	border: 1px solid #ccc;
	box-shadow: 0px 0px #f7f7f7;
	box-shadow: 0px 0px 20px 0px #ccc;
}
.post-pagination {
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	Twitter Feed
/*-----------------------------------------------------------------------------------*/

.tweet_text {
	font-size: 13px;
	color: #555;;
	display: inline;
	padding-top: 6px;
	line-height: 2.5;
	font-weight: 500;
}
.tweet .button {
	display: inline;
}
.tweet_text a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s; /* Safari */
}
.tweet_user {
	margin-bottom: 22px;
	font-size: 14px;
}
.tweet_time {
	display: none;
}
.tweet_time a {
	font-size: 12px;
	color: #50555b !important;
}
.tweet_list li {
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;
}

.browsing {
	text-align: center;
	padding: 30px;
	margin-bottom: 60px;
	font-weight: 600;
	font-size: 26px;
}
.browsing h1 {
	margin-bottom: 0px;
	display: inline-block;
	font-size: 40px;
}
.browsing span {
	display: inline-block;
	font-weight: 500;
}

/*-----------------------------------------------------------------------------------*/
/*	Error 404
/*-----------------------------------------------------------------------------------*/

.error-404 {
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.error-404 #s {
	height: 70px;
	padding-left: 22px;
	border: none;
	font-size: 14px;
	background-color: #f1f1f1;
	border: 0px !important;
	outline: none;
	color: #333;
	height: 50px;
	width: 400px;
	line-height: normal
}

.blog-list .entry-image {
	float: left;
	width: 50%;
	padding-right: 30px;
}

#contact input, #contact textarea {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 100px;
}
#contact input {
	height: 50px;
	padding-left: 20px;
}
#contact textarea {
	padding-left: 20px;
	padding-top: 20px;
}

/* Isotope 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:         top, left, opacity;
	transition-property:         transform, opacity;
}


/* responsive media queries */

@media (max-width: 768px) {
	header h1 small {
		display: block;
	}

	header div.description {
		padding-top: 9px;
		padding-bottom: 4px;
	}

	.isotope .isotope-item {
		position: static ! important;
		-webkit-transform: translate(0px, 0px) ! important;
		-moz-transform: translate(0px, 0px) ! important;
		transform: translate(0px, 0px) ! important;
	}
}
.isotope-item {
	box-sizing: border-box;
}

/* Portfolio */
.portfolio-entry {
	width: 50%;
	display: inline-block;
	overflow: hidden;
	float: left;

}
.portfolio-entry .primary img, .portfolio-entry .secondary img {
	width: 100% !important;
}
.portfolio-entry .primary, .portfolio-entry .secondary {
	width: 100%;
	height: auto;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.portfolio-entry .overlay {
	background: rgba(0,0,0,0.7);
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	text-align: left;
	transform: translate3d(0px, 0px, 0px);
	z-index: 10000;
	padding: 25px 30px;
	margin: 0 0;
	width: 100%;
	height: 100%;
}
.portfolio-entry:hover .overlay {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
}
.portfolio-hover:hover .primary {
	transform: translate3d(0px, 100%, 0px);
}
.portfolio-hover .secondary {
	position: absolute;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transform: translate3d(0px, -100%, 0px);
	pointer-events: none;
}
.portfolio-hover:hover .secondary {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
}
.portfolio-entry .overlay h3 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 0px;
	text-align: center;

	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.portfolio-entry .overlay > div > div {
	display: table-cell;
	vertical-align: middle;
}
.portfolio-2col .portfolio-entry {
	width: 50%;
}
.portfolio-3col .portfolio-entry {
	width: 33.33333333%;
}
.portfolio-4col .portfolio-entry {
	width: 25%;
}
.portfolio-5col .portfolio-entry {
	width: 20%;
}
.portfolio-6col .portfolio-entry {
	width: 16.6666666667%;
}
.portfolio-2col .portfolio-entry .overlay h3, .portfolio-3col .portfolio-entry .overlay h3 {
	font-size: 28px;
}
.portfolio-6col .portfolio-entry .overlay h3 {
	font-size: 14px;
}
.portfolio-entry.portfolio-spacing-border {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;

}
.portfolio-spacing .isotope-container {
	margin-top: -15px;
}

.portfolio-hover .overlay .overlay-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}
.portfolio-hover .overlay .overlay-logo {
	width: 100px;
	height: auto;
	margin-bottom: 35px;
}
.portfolio-hover.overlay .overlay-center *:last-child {
	margin-bottom: 0px;
}

/* Category Filter */

.category-filter {
	text-align: center;
	font-size: 12px;
	margin-bottom: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.category-filter li {
	display: inline-block;
	margin-right: 30px;
}
.category-filter li a {
	color: #999;
}
.category-filter li .selected, .category-filter li a:hover {
	color: #333;
}

/* Preloader */
.preloader {
	height: 100%;
	width: 100%;
	background: #f7f7f7;
	position: fixed;
	top: 0;
	z-index: 999999;
	text-align: center;
	font-size: 32px;
	color: #333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
.preloader .preloader-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.preloader .preloader-content img {
	margin-bottom: 30px;
}
.footer-callout {
	padding: 100px;
	background-color: #73DCB3;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 4px;
	position: relative;
	font-weight: 600;
}
.footer-callout a {
	color: #fff;
	font-weight: 900;
}
.footer-callout a:hover {
	color: rgba(255,255,255,0.7);
}
.moonbear-setup {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	background: #f7f7f7;
	padding: 60px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.isotope-loadmore {
	text-align: center;
}
.isotope-loadmore a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	padding: 60px;
	display: block;
	width: 100%;
	background-color: #f7f7f7;
}
.isotope-loadmore a:hover {
	background-color: #fff;
}

.isotope-container .isotope-post {
	width: 33.33333%;
}
.isotope-container .isotope-post .article-inner {
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 60px;
}
.isotope-container .isotope-post .date {
	margin-bottom: 6px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 600;
	color: rgba(0,0,0,0.3);
}
.isotope-container .isotope-post img {
	width: 100%;
	height: auto;
}
.isotope-container .isotope-post:hover .read-more {
	border: 1px solid #333;
	color: #fff !important;
	background: #333;
}
.isotope-container .isotope-post h3 {
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
}
.header-featured-image {
	background-repeat:no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}
.header-featured-image h1 {
	color: #fff;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	font-size: 50px;
}

/* Preloader */
@keyframes pulse-animation {
	0% {
		transform: scale(0.8);
		opacity: 1;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.8);
		opacity: 1;
	}
}
.pulse-preloader {
	color: #111;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
/*.pulse-preloader > div {
	width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    -moz-animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    -o-animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    border: 3px solid #333;
    display: block;
    float: none;
}*/
.pulse-preloader > img {
	-webkit-animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
	-moz-animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
	-o-animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
	animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
	display: block;
	float: none;
	width: 200px;
	height: auto;
}
.preloader .preloader-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hero-text {
	margin-bottom: 90px;
}
.hero-text h1 {
	font-family: "Oswald";
	font-size: 72px;
	color: #111;
	line-height: 72px;
	font-weight: 400;
	text-align: center;
}
.hero-text p {
	text-align: center;
	font-size: 20px;
	line-height: 36px;
}
.portfolio-filter {
	text-align: center;
	margin-bottom: 30px;
	border-top: 1px solid #f1f1f1;
	padding-top: 30px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.portfolio-filter ul li {
	display: inline;
	margin-right: 30px;
}
.hero-container {
	text-align: center;
	margin-bottom: 30px;
}

/* Template Styling */

.page-template-template-blog .content-container, .page-template-template-blog-masonry .content-container, .search-results .content-container, .archive .content-container, .home.blog .content-container {
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 30px;
}
.portfolio-fullwidth {
	padding-bottom: 0px;
}
.portfolio-fullscreen {
	padding-bottom: 0px;
	padding-top: 0px;
}

.read-more, .more-link, #comment-submit, .wpcf7-submit, .btn-default {
	font-family: Museo-700 !important;
	border: 2px solid rgb(102, 102, 102);
	border-radius: 5px;
	color: rgb(102, 102, 102);
	background-color: transparent;
	-webkit-transition: all 0.2s; /* Safari */
	padding: 13px 19px;
	text-transform: uppercase;
	font-size: 15px !important;
	letter-spacing: 1px;
	box-sizing: border-box;
	line-height: normal;
	display: inline-flex;
	width: auto;
}
.read-more:hover, #comment-submit:hover, .more-link:hover, .wpcf7-submit:hover, .btn-default:hover {
	color: #fff !important;
	border: 2px solid rgb(102, 102, 102);
	background-color: rgb(102, 102, 102);
}

.btn-primary {
	background-color: rgb(102, 102, 102);
	color: #fff;
	text-transform: uppercase;
	font-size: 11px !important;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s; /* Safari */
	padding: 13px 19px;
}
.btn-primary:hover {
	background-color: #333;
}
.navigation-search a {
	cursor: pointer;
}
.search-overlay {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s; /* Safari */
	-webkit-transition: all 0.2s; /* Safari */
}
.search-overlay .search-close {
	font-size: 60px;
	margin: 60px;
	position: relative;
	z-index: 9999;
	float: right;
	color: #fff;
}
.search-overlay input {
	position: absolute;
	top: 0;
	z-index: 999;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #fff;
	border: none;
}
.admin-bar .search-overlay input {
	top: 32px;
}
.search-overlay.show {
	display: block;
	opacity: 1;
	visibility: visible;
	transition: all 0.2s; /* Safari */
	-webkit-transition: all 0.2s; /* Safari */
}


/* Style Switcher */
.live-previews-container {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 365px;
	background: #50BAB6;
	padding: 22px 22px;
	z-index: 999999999999;
}
.live-previews-button {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.live-previews-container:hover .live-previews-screenshots {
	display: block;
}
.live-previews-container:hover .live-previews-button {
	visibility: hidden;
}
.live-previews-screenshots {
	height: 580px;
	display: none;
	overflow-x: scroll;
}
.live-previews-screenshots::-webkit-scrollbar {
	display: none;
}
.live-previews-logo {
	text-align: center;
	padding: 30px 30px;
}
.live-previews-container .live-previews-logo p {
	text-align: center;
	color: #888;
	font-size: 12px;
	margin-top: 30px;
}
.live-preview-design img {
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	9. Widgets
/*-----------------------------------------------------------------------------------*/

.widget ul li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #000;
}
.widget ul li:last-child {
	border-bottom: 0px;
}
.widget li > .children, .widget li > .sub-menu {
	margin-top: 10px;
}
.widget .children, .widget .sub-menu {
	padding-left: 20px;
	margin-bottom: 0px;
}

.widget-area ul li {
	font-size: 14px;
}

/* Sidebar Widgets */
.widget-left {
	padding-right: 30px;
}
.widget-right {
	padding-left: 30px;
}
.widget-area .widget {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: relative;
	margin-bottom: 60px;
	font-size: 12px;
	color: #888;
	line-height: 24px;
}
.widget-area .widget:last-child {
	border-bottom: 0px;
}
.widget-area .widgettitle {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #333;
}
.textwidget {
	font-size: 12px;
	color: #222;
}
.textwidget p {
	font-size: 13px;
	font-weight: 500;
}
.textwidget p a {
	color: #ccc !important;
}
.textwidget p:last-child {
	margin-bottom: 0px;
}
.widget-area .post-date {
	color: #888;
	font-size: 11px;
}
.widget-area .post-date:before {
	content:"\a";
	white-space: pre;
}

/* calendar widget */
#wp-calendar {width: 100%;}
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; color: #fff;}
#wp-calendar thead th { padding-bottom: 10px; text-align: center; color: #333;}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { font-size: 10px; color: #333; background: #f1f1f1; text-align: center; padding:3px;}
#wp-calendar tbody td:hover { background: #40434c; cursor: pointer; color: #fff}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a {color: #fff;}
#wp-calendar a:hover {color: #fff !important;}
#wp-calendar th {color: #333 !important;}
#wp-calendar caption {color: #333 !important;}
#wp-calendar td a {color: #fff !important;}

.widget-area .widget_recent_entries ul li {
	margin-bottom: 12px;
}
.tagcloud {
	text-align: left;
}
.tagcloud a {
	background: transparent;
	font-weight: 600;
	font-size: 12px !important;
	padding: 8px 16px 8px 16px;
	margin-bottom: 5px;
	display: inline-block;
	color: #555;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-right: 3px;
}
.tagcloud a:hover {
	border: 1px solid #aaa;
	color: #333 !important;
}
p .tooltip-span {
	font-weight: 500;
	text-decoration: underline;
}
.tooltip-inner {
	display: inline-flex;
}
.tagcloud .tooltip.in {
	opacity: 1;
	filter: alpha(opacity=80);
}
.tagcloud .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tagcloud .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #fff;
}
.widget-right {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 100%;
	min-height: 100%;
}
.widget-area #searchform, .widget-area #searchform #s {
	width: 100%;
}
.sidebar-active {
	padding-left: 90px;
	padding-right: 90px;
}
/* Widget Footer Search */
.widget_search #searchform {
	width: 100%;
}
.widget_search input {
	width: 100%;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.3);
}
.widget_search input:hover {
	border: 1px solid rgba(255,255,255,0.6);
}
.widget_search input:focus {
	border: 1px solid rgba(255,255,255,1);
}
.widget_search #searchform:after {
	color: rgba(255,255,255,0.3);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.widget_search #searchform:hover:after {
	color: rgba(255,255,255,0.6);
}
.widget_search #searchform:focus:after {
	color: rgba(255,255,255,1);
}

.tp-caption {
	transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari and Chrome */
}


/* Portfolio Project */

.project-sidebar {
	padding-left: 30px;
}
.project-stack img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.project-gallery img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.project-fullscreen img {
	width: 100%;
	height: auto;
}
.project-fullscreen {
	padding: 0 0 0 0;
}
.project-fullscreen .container-fluid {
	padding: 0px;
}
.project-fullscreen [class*="col-md-"] {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.project-fullscreen .project-sidebar {
	padding: 60px 60px;
}
.footer-pagination {
	background-color: #f7f7f7;
	padding: 30px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
}
.footer-pagination a {
	font-weight: 600;
}
.footer-pagination span {
	margin-right: 60px;
}
.footer-pagination span:last-child {
	margin-right: 0px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.demo-side {
	width: 300px;
	position: fixed;
	height: 100%;
	background: #fff;
	z-index: 99999;
	right: 0px;
	top: 0;
	box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
	text-align: center;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.demo-side .inner-scroll {
	position: absolute;
	height: 100%;
	padding-top: 30px;
}
.demo-side-hide {
	right: -300px;
}
.demo-side h1 {
	font-size: 16px;
}
.demo-side p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.demo-side .toggle {
	height: 50px;
	width: 50px;
	position: absolute;
	left: -50px;
	background-color: #50bab6;
	font-size: 26px;
	line-height: 50px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left: 5px solid #3c8c89;
	top: 150px;
	cursor: pointer;
	color: #fff;
}
.demo-side .go-to-top {
	padding: 30px 30px;
	font-size: 26px;
}
.demo-side-info {
	background-color: #f5f5f5;
	margin: 30px;
	padding: 30px;
}
.demo-side-info p {
	padding: 0px;
}
.demo-side-info p:last-child {
	margin-bottom: 0px;
}
.demo-support {
	color: #333;
}
.demo-support strong {
	color: #50bab6;
}
.demo-message {
	text-align: center;
	background-color: #312d2e;
	padding: 12px;
}
.demo-message p {
	margin-bottom: 0px;
}
.demo-message p strong {
	color: #f7f7f7;
}
.flex-direction-nav {
	margin-bottom: 0px !important;
}
.rainbow-bar {
	height: 7px;
	width: 100%;
	position: relative;
	opacity: 1 !important;
}
[class*="rainbow"] {
	opacity: 0;
}
.rainbow1 {
	background-color: #ff5e00;
	width: 20%;
	height: 100%;
	display: inline-block;
	float: left;
	margin-top: -7px;
}
.rainbow2 {
	background-color: #F7921E;
	width: 20%;
	height: 100%;
	display: inline-block;
	float: left;
	margin-top: -7px;
}
.rainbow3 {
	background-color: #f7c81e;
	width: 20%;
	height: 100%;
	display: inline-block;
	float: left;
	margin-top: -7px;
}
.rainbow4 {
	background-color: #fbff00;
	width: 20%;
	height: 100%;
	display: inline-block;
	float: left;
	margin-top: -7px;
}
.rainbow5 {
	background-color: #FF5E00;
	width: 20%;
	height: 100%;
	display: inline-block;
	float: left;
	margin-top: -7px;
}

/**
 *  Custom style for Picto
 */

#home-cta h3 {
	font-family: Museo-300 !important;
	font-size: 25px;
}


#home-soumission {
	max-height: 475px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#home-realisation-header {
	max-height: 200px;
}

#home-realisation-header .wpb_content_element {
	margin-bottom: 20px;
}

#home-soumission .wpb_content_element {
	margin-bottom: 20px;
}

.vc_row[data-vc-full-width] {
	overflow: visible !important;
}

.home-laptop img {
	position: absolute;
	right: 260px;
	bottom: 130px;
}

.wpb_content_element {
	margin-bottom: 20px;
}

/* Portfolio */
.portfolio-4col .primary,
.portfolio-4col .secondary {
	padding-left: 20px;
	padding-bottom:20px;
}

.vc_grid-filter.vc_grid-filter-left {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
	padding: 2px 30px;
	font-family: Museo-500 !important;
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	display:table-cell;
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item {
	margin: 0;
	border: none !important;
	border-collapse: collapse;
}
.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item span {
	padding: 9px;
}

.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active span, .vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover span {
	background-color: #ffdd43 !Important;
	font-weight: 700;
	padding: 9px;
}

.vc_gitem-post-data-source-post_title {
	font-family: Museo-700 !important;
	font-size: 18px;
	text-transform: uppercase;
}

/* Custom Contact Page */
.contact .wpb_row {
	padding-bottom: 20px !important;
}

.contact h2.page-title {
	margin-top: 20px;
}

.contact .contact-exerpt p{
	/* font-size: 17px;
	font-family: Museo-700 !important;
	font-weight: 500; */
}

.contact .wpcf7-form p {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 50px;

}

.contact h2.office-title {
	font-family: Museo-300 !important;
	font-weight: 300;
	font-size: 27px;
}

.contact h3.office-subtitle {
	font-family: Museo-700 !important;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}

.contact .address-info p {
	font-size: 17px;
	font-weigh: 300;
}

.contact .address-info ul {
	list-style-image: url('assets/img/picto_arrow_right.png');
	list-style-position: outside;
}

.contact .address-info ul li {
	margin-left: 20px;
}

.contact .address-info ul li a{
	font-family: Museo-300 !important;
	font-weight: 300;
	font-size: 25px;
	color: #333333;
}

.contact .address-info ul li a:hover {
	color: #ffdd43;
}

.contact .map-section {
	border-top: 5px solid #ffdd43;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.contact .map-section .vc_column_container>.vc_column-inner {
	padding-left: 0px;
	padding-right: 0px;
}

.contact .wpb_gmaps_widget {
	margin-bottom: 0px !important;
}

/* Footer */
#picto-footer {
	padding-top: 60px;
}
footer h2.widgettitle {
	font-family: Museo-700 !important;
	font-weight: 700;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
}

footer .widget_nav_menu {
	padding: 20px;
}

footer .widget ul li {
	border-bottom: none;
	text-align: left;
	margin-left: 55px;
}

footer li.menu-item a {
	font-family: Museo-300 !important;
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

footer li.menu-item a:hover {
	color: #ffdd43;
}

footer .social-footer-wrapper a {
	font-family: Museo-300 !important;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

footer .social-footer-wrapper .social-footer-link {
	display:table;
}

footer .social-footer-wrapper .social-footer-link a:hover,
footer .social-footer-link a:hover .fb-teaser > span:hover {
	color: #ffdd43 !important;
}

footer .social-footer-link .fb-icon,
footer .social-footer-link .fb-teaser {
	display:table-cell;
	vertical-align: middle;
}

footer .social-footer-link .fb-icon i{
	font-size: 35px;
}

footer .social-footer-link .fb-teaser {
	color: #ffffff;
	text-align: left;
	padding-left: 10px;

}

footer .footer-address {
	text-align: left;
}

footer .footer-address-contact-link {
	margin-top: 30px;
}

footer .footer-address-contact-link a {
	font-weight: 700;
	text-transform: uppercase;
	fonts-size: 16px !important;
	color: #ffffff;
	text-align: left;
}

footer .footer-address-contact-link a:hover {
	color: #ffdd43;
}

footer .footer-address-contact-address {
	margin-top:20px;
}

footer .footer-address-contact-address address{
	font-weight: 300;
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
	line-height: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

footer .footer-address-contact-url ul {
	margin-top: 35px;
	list-style-image: url('assets/img/picto_arrow_left_color.png') !Important;
	list-style-position: outside;
}

footer .footer-address-contact-url ul li{
	float:left;
	margin-left: 18px;
}

footer .footer-address-contact-url ul a{
	display:block;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 16px;
}
footer .footer-address-contact-url ul a:hover {
	color: #ffdd43;
}

/**
	PAGE A PROPOS
 */
.a-propos h1 {

	font-family: 'Museo-700';
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}

.a-propos p {
	/*font-family: Museo-500 !important;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	margin: 15px 0px 30px; */
}

.a-propos .bottom-55 {
	padding-bottom: 55px !important;
}

.a-propos .top-55 {
	padding-top: 55px !important;
}

.a-propos h2.page-subtitle {
	font-family: Museo-300 !important;
	font-size: 25px;
	font-weight: 300;
}

.a-propos h3 {
	font-family: Museo-500 !important;
	font-weight: 500;
	font-size: 20px;
}

.a-propos .vc_icon_element {
	margin-bottom: 5px;
}

.a-propos .icon-block p {
	font-size: 14px;
}

.a-propos .team-section {
	padding-top: 55px !important;
	padding-bottom: 0px !important;
}

.a-propos .team-images {
	padding-top: 5px !important;
}

.a-propos .team-desc h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0px;
}
.a-propos .team-desc p {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 15px;
}

.a-propos .team-desc ul {
	list-style-image: url('assets/img/picto_arrow_left_color.png') !Important;
	list-style-position: inside;
}

.a-propos .team-desc ul li{
	text-align: center;
	margin-left: 0;
	padding-left: 0;
}

.a-propos .team-section h2 {
	font-weight: 300;
	font-size: 25px;
}

/**
	SERVICES PAGE
 */
.services .services-top-row {
	padding-bottom: 0px !important;
}

.services .solution-wrapper {
	padding-bottom: 0px !important;
}

.services .solution-wrapper .vc_column-inner {
	background-color: #f8f8f8;
	box-shadow: 0px -4px 33px 0px rgba(130, 113, 34, 0.35);
	padding-top: 40px;
	height: 350px;
}

.services h2.page-subtitle {
	font-family: Museo-300 !important;
	font-size: 25px;
	font-weight: 300;
}

.services .services-section {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

.services h3.sub-title-yellow {
	font-size: 26px;
	font-family: Museo-700 !important;
	font-weight: 700;
}

body.a-propos {
	background-image: url('../bruno/assets/img/picto_bg_body.png');
	background-position: center top;
}

.home-news-title h2 {
	margin-bottom: 0px;
	line-height: 1.1 !important;
}

.portfolio .wpb_image_grid_ul .isotope-item {
	padding-right: 10px;
	padding-bottom: 20px;
	display:block;
	vertical-align: top;
	width: 25%;
}

/* Nouvelles */
.nouvelles .content-container,
.promotions .content-container {
	background-image: url(../../uploads/2015/12/picto_contact_bg.jpg) !important;
	background-position: top !important;
	background-repeat: repeat-y !important;
	background-size: contain !important;
}

.nouvelles .widget-area.widget-left,
.promotions .widget-area.widget-left {
	background-color: #f7d641 !important;
	padding: 35px;
	margin-top: 150px;
}

.nouvelles .post,
.promotions .post {
	box-shadow: 0px 9px 25px 0px rgba(36, 31, 32, 0.1);
}

.nouvelles .page-header,
.promotions .page-header {
	margin-top: 25px;
}

.nouvelles .page-header .wpb_row,
.promotions .page-header .wpb_row {
	padding-top: 0px !important;
	padding-bottom: 0px !Important;
}

h5.footer-infolettre-title {
	font-family: 'Museo-700';
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 2px;
}
p.footer-infolettre-instruction {
	font-family: 'Museo-300';
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	margin-bottom: 2px;
}

p.small-infolettre-note {
	font-family: 'Museo-300';
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.mailchimp-wrapper {
	padding: 20px 0px;
}
.mailchimp-wrapper input {
	border: 1px solid #ffffff;
}
.mailchimp-wrapper .form-control {
	background-color: transparent;
}

.mailchimp-wrapper .btn-default {
	border: 2px solid #ffd940;
	background-color: #ffd940;
	color: #333333;
	font-size: 12px !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	padding: 11px 19px;
}

.owl-item {
	box-shadow: -9px 2px 25px 0px rgba(36, 31, 32, 0.1);
	text-shadow: -9px 2px 25px rgba(36, 31, 32, 0.1);
	background-color: #ffffff;
}

.clients h3 {
	margin-bottom: 5px;
}

.clients .vc_gitem-post-data {
	margin-bottom: 0px;
}

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

.clients-header {
	box-shadow: 1px 3px 9.46px 1.54px rgba(36, 31, 32, 0.64);
}

.clients-b2c {
	box-shadow: 1px 3px 9.46px 1.54px rgba(36, 31, 32, 0.64);
}

.clients-camion {
	box-shadow: 3px 0px 14.1px 0.9px rgba(36, 31, 32, 0.75);
}

.clients-porte-fenetre {

}

.osbl {
	box-shadow: 0px -3px 13.65px 1.35px rgba(36, 31, 32, 0.75);
}

.clients-autres {
	box-shadow: 1px 3px 9.46px 1.54px rgba(36, 31, 32, 0.64);
}

.clients .wpb_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.clients .vc_separator {
	margin-bottom: 0px !important;
}

.bg-filet {
	background-position: center 0 !important;
	background-size: cover;
	background-image: url('assets/img/filet_general.png');
}
a.policy {
    text-align: left;
    position: absolute;
    left: 0;
    float: left;
    padding: 0 20px;
    display: block;
}
@media screen and (max-width: 1024px){
    a.policy {
        position: relative;
        width: 100%;
        text-align: center;
    }
}
#picto-footer .widgettitle{text-align:left;}
footer .widget ul#menu-liens-utilies li{margin-left:0px;}
.js .tmce-active .wp-editor-area{color:#32373c !important;}
footer .footer-address-contact-url ul li:not(:first-child){margin-left:30px;}
@media screen and (min-width:1025px){
	.entry-content{margin-top: 100px;}
}
@media screen and (max-width:1024px){
	.header-slider{margin-top: 0px;}
}