/*
Theme Name: tessier
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,500,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ms+Madi:400,700&display=swap');


:root {
  --green: #14715F;
  --pink: #D1A8EE;
  --beige: #F9F7F2;
  --light-green: #C6FCC8;
}

html,body{ -webkit-overflow-scrolling : touch !important; /*overflow: auto !important;*/ height: 100% !important; font-family:"Alkatra", serif; font-size:13px;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	/*background: #f5f5f5;*/
}

a {
	color: var(--green);
	text-decoration: none;
}

a:focus {
    outline:0; 
}

a:active,
a:hover {
	color: var(--green);
	outline: 0; text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*font-weight: 700;*/
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	/*max-width: 100%;*/
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	/*background: #24890d;
	color: #fff;
	text-shadow: none;*/
}

::-moz-selection {
	/*background: #24890d;
	color: #fff;
	text-shadow: none;*/
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"], #myCarousel .item p a {
	background-color: #ffffff;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	border:solid 1px var(--green);
	color:var(--green);
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	/*background-color: #41a62a;
	color: #fff;*/
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*background-color: #55d737;*/
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #191919;
}

:-moz-placeholder {
	color: #191919;
}

::-moz-placeholder {
	color: #191919;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #191919;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

iframe#videopresenters_CLIENT_VIDEO {
    margin-bottom: 0px !important;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	max-width: 100%;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.main-content {
	width: 100%; 
	margin:0 auto;
	position:relative; text-align: center
}

#activite, #force, #poisson_div > div{max-width:1195px; padding:0; margin:0 auto; float:none; /*overflow:hidden*/}
#force, #activite .inner, #formation, .raisons{max-width:1195px; margin:0 auto; float:none; width:96%}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	
	position: absolute;
	width: 100%;
	/*z-index: 4;*/
	margin:0 auto;/* margin-bottom: -90px;*/ min-height:85px;
}

.header-main {
	min-height: 115px;
	padding: 0 5%;
	max-width: 100%; margin:0 auto; position: relative; z-index:99999; background-color:var(--green);
	/*background:linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%,rgba(0, 0, 0, 0.8) 100%)*/
}

.header-social{height:90px; text-align:center}
.header-social img{display: inline-block; margin-right:10px; margin-top:32px}

.logo-wrapper{float:left; position: absolute; max-width: 13%; padding:0;  bottom:5px; height:115px; /*background:white*/}
.logo-wrapper h1{ float:left; font:15px/20px "Alkatra", serif; margin:0; margin-top:10px; color:#3f4853 }
.logo-wrapper h1 span{color:#2b70ae}
.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 115px;
	margin: 0;
}
.site-title img{height: 69px;}

.site-title a,
.site-title a:hover {
	color: #fff;
}

/* Search in the header */

.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	/*position: absolute;
	top: 48px;
	right: 0;*/
	width: 100%;
	z-index: 2;
}

.search-box {
	/*background-color: #41a62a;*/
	padding:0 12px; padding-right:0;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}

.topbar{width:100%; height:36px; background-color: #737373;}
.topcenter{width:100%; max-width:1120px; margin:0 auto;}
.topcenter .ouverture{float:left; font:13px/36px "Myriad Pro",Helvetica,Arial,sans-serif; color:#fff;}
.topcenter .ouverture a{color:#ffffff; text-decoration: none}
.translate{width:50px; float:right; color:#fff; font:13px/36px "Myriad Pro",Helvetica,Arial,sans-serif; color:#fff; text-transform:uppercase}
.translate li{list-style-type:none; float:left;}
.translate ul{float:left; margin:0}
.translate li:first-child:after {content:"/"; margin-right:3px; margin-left:3px;}
.translate a{color:#b4b4b4}
.translate li.active a{color:#fff}
.translate a:hover{color:#fff; text-decoration:none}
.menu-top-container{float:left; width:220px; margin-top:15px; text-align:left; position:relative; z-index:100}
.menu-top-container ul{list-style-type:none; float:left; margin:0}
.menu-top-container ul li{float:left}
.menu-top-container ul li a{color:#fff; font-family:"Alkatra"; font-size:13px; float:left; margin-right:20px; text-transform:uppercase;}

.ms-slide-info{top:45% !important}
.ms-inner-controls-cont{/*max-width: 100% !important*/}
.ms-skin-default .ms-nav-next{opacity:1 !important; right:2% !important; background-image:url(images/next.png) !important; background-repeat: no-repeat; background-size:cover !important; width:50px !important; height:50px !important; background-position: center !important}
.ms-skin-default .ms-nav-prev{opacity:1 !important; left:2% !important; background-image:url(images/prev.png) !important; background-repeat: no-repeat; background-size:cover !important; width:50px !important; height:50px !important; background-position: center !important}

.wpsisac-slick-carousal button.slick-prev, .wpsisac-slick-carousal button.slick-prev:hover, .wpsisac-slick-carousal button.slick-prev:focus{left:-50px !important; opacity:1 !important; background-image:url(images/prev.png) !important; background-repeat: no-repeat; background-size:cover !important; width:50px !important; height:50px !important; background-position: center !important; background-color:transparent !important; top:44% !important}
.wpsisac-slick-carousal button.slick-next, .wpsisac-slick-carousal button.slick-next:hover, .wpsisac-slick-carousal button.slick-next:focus{right:-50px !important; background-image:url(images/next.png) !important; background-repeat: no-repeat; background-size:cover !important; width:50px !important; height:50px !important; background-position: center !important; background-color:transparent !important; top:44% !important}
.wpsisac-slick-carousal.design-6 .slick-prev{left:-50px !important;}
.wpsisac-slick-carousal.design-6 .slick-next{right:-50px !important;}
.wpsisac-slick-carousal.design-6 .slick-arrow{top:44% !important}
.wpsisac-slick-carousal.design-6{margin-left:50px; margin-right:50px;}
.wpsisac-image-slide-wrap{padding:10px; display: inline-block}

.slick-lightbox{z-index: 99999999999999 !important}
.slick-lightbox .slick-next{top:0; left:130px; position: absolute}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation li a:hover {
		color:#ffffff; text-decoration: none;
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: white;
	display: block; 
	font:17px/30px "Poppins", serif; font-weight: bold;
    -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
   padding-left:5px !important; padding-right:15px !important;
			
}
.site-navigation a:hover, .site-navigation a:focus{color: var(--pink) !important;text-decoration: none !important;  /*outline:3px #fff solid;*/
outline-offset:-3px; }
.site-navigation a:after, .site-navigation li:last-of-type a:hover:after{color:var(--green); content:"\2022";
	display: block;
	text-align: center;
	margin-left: -5px;
	font-size: 20px;
	position: relative;
	top: -5px;}
.site-navigation a:hover:after, .site-navigation a:focus:after{
		color: var(--pink);
}
/*.site-navigation a:hover:after{ display: block;
    content: "";
    border-bottom: 2px solid white;
    margin: 0 auto;
    transform: translateY(-1rem);
}*/

#menu-main li:last-of-type{position: absolute; background-color:var(--pink); padding:0px 20px; height:60px; margin-top:25px; }
#menu-main li:last-of-type a{margin-top:auto !important; text-shadow:none !important; line-height: 60px; font-weight: bold !important; font-size:14px; color:white; margin-right: 0; padding:0 }
#menu-main li:last-of-type a:hover, #menu-main li:last-of-type a:focus{outline:none !important; border:none !important; color:white !important;}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	/*color: #4b4b4b;*/
	font-weight: 900;
}

.current_page_item a{	 }
.sub-menu .current_page_item a{border-bottom:none !important}
.menu-footer-container .current_page_item a{border:none !important}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
background-color: var(--pink);
	border-radius: 0;
	cursor: pointer;
	font-size: 0;
	height: 30px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	width: 30px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	display: inline;
	margin-top: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	margin-top: 28px;
}

.hentry {
	margin: 30px auto 48px;
	max-width: 1170px;
	background-image: url(../twentyfourteen/images/bg.png); background-repeat: no-repeat; background-position:top right;
	min-height:300px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	/*max-width: 474px;*/
	padding:0 !important;
}

.page-content {
	margin-bottom: 48px;
}

img{max-width: 100%; }

h3{ font-size:2.3vw; color:black}
/*h3::before {
    display: block;
    content: "";
    border-top: 2px solid var(--green);
    width: 80px;
    margin: 0 auto;
    transform: translateY(-1rem);
}
h3:after {
    content:"• "; color:var(--green);
	display: block; 
}*/
h3.nodec:before, h3.nodec:after{display: none !important}

.down{margin-top:-15vh; max-width:70px;}
.down:hover{cursor: pointer}

.hideme{opacity:0}

.floatright{float:right;}
.button, .wppb-front-end-logout a, #myCarousel .item p a{padding:10px 30px; border-radius:200px; font-size:16px; text-align: center; margin-top:20px; display: inline-block}
.wppb-front-end-logout a{color:white;}
.button a{list-style: none; text-decoration: none}
.button li{list-style: none}
.button:hover, .wppb-front-end-logout a, #myCarousel .item p a:hover{text-decoration: none}
.button.blue, .wppb-front-end-logout a{background-color:#005085; color:#ffffff}
.button.white{background-color:#ffffff; color:#25aadd; padding:10px 40px;}
.header-main .button{float:left; margin-right: 10px;}
.home.page .header-main .button{float:right}
.button.shadow, #myCarousel .item p a{color:#000000;-moz-box-shadow: 0 0 13px #ccc;
-webkit-box-shadow: 0 0 13px #ccc;
box-shadow: 0 0 13px #ccc; background-color:transparent; float:right; margin-top:30px; margin-bottom: 20px; margin-right:15px;}

.wppb-front-end-logout{float:left; /*margin-top:10px;*/}
.wppb-front-end-logout a{float:left}
.wppb-front-end-logout span{display:none}

.carousel-inner{padding-bottom:60px;}
.carousel-indicators{ margin:0; margin-left:-30%;}
.carousel-indicators li{border:solid 2px #008fe7; border-radius:10px; width:14px; height:14px; margin:0;}
.carousel-indicators .active{width:14px; height:14px; background-color:#008fe7; margin-right:5px;}

.ms-slide-info .ms-info{/*margin-left:-1500px;*/ position: relative}

.histoire{ margin:30px auto; float:none; overflow:visible; position:relative; z-index: 9999999; clear:both; text-align: center; padding-top:50px; margin-top:0; width:90%; margin-bottom: 70px; max-width: 1600px;}
.histoire_bg{overflow: hidden; /*transition: all 1s ease;*/ margin-right:-200px; padding-right:200px; padding-top:25px; }
#equipe{background-image:url('images/equipe_bg.png'); background-repeat: no-repeat; background-position: center center; background-size:auto 100%}
.histoire_bg h3{margin-top:0px; margin-bottom: 1.5em;  font-weight: bold; font-size:1.9em;  line-height:1.5em; text-align: center; color:var(--green);}
.histoire_bg h3 i{font-weight: 100;}
/*.histoire_bg h3:before{position: absolute; left:-25px; top:-25px; background-color:black; width:50px; height: 50px; content:' ';}*/
.histoire blockquote{font-style: normal;}
.histoire p{color:#6C6C6C; font-size:1.1em; line-height: 1.5em !important; text-align: left}
.histoire p strong{color:var(--green)}
.histoire img{margin-top:30px;}
a.green_bg{background-color:var(--pink); font-size:1.2em; color:white; padding:15px 15%; margin-top:20px; display: inline-block; font-family: 'Poppins', sans-serif; }
.histoire .inside .img_wrapper img{margin-left:-500px; /*transition: all .3s ease;*/}
.equipe p{text-align: center; color:#6C6C6C; margin-top:0px; max-width: 90%; margin:0 auto; margin-bottom: 20px; font-weight: 100;}
.equipe p span{color:#6C6C6C; position: relative; display: block}
.equipe p span::before{
  content:url("images/q1.png"); 
  position:absolute; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-30px;
  top:-5px;
}
.equipe p span::after{
  content:url("images/q2.png"); 
  position:absolute; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  right:-30px;
  bottom:-10px;
}
.equipe h4{color:var(--green); font-size:2em; font-weight: bold; margin-bottom: 0}
.equipe h3{margin-bottom: -40px;}
.equipe img{/*width:100%*/ border-radius: 500px; max-width: 85%; border:solid 2px var(--green)}
/*.histoire img{width: 100%; height: auto; max-height: 270px; border-radius:50%; object-fit: cover}*/
.prise_charge h3{margin-top:0px; margin-left:5px; margin-bottom: 1.5em;  text-transform: uppercase; font-weight: bold; font-size:2.5em; border:solid 4px; padding:1%; padding-left:4%;  position: relative; float: left;}
.prise_charge h3:before{position: absolute; left:-25px; top:-25px; background-color:black; width:50px; height: 50px; content:' ';}
.prise_charge p{line-height: 2em; max-width: 95%; clear: both}
.prise_charge a.green_bg{background-color:#7E8B8B ; padding:15px 10%}

.principe{ float:none; overflow:hidden; position:relative; z-index: 9999999; clear:both; text-align: left; color:var(--beige); background-color:var(--green) }
.principe_bg{margin-bottom: 50px !important; overflow: hidden}

.principe hr{background-color:#D4D4D4}
.principe h4{font-size:24px; font-weight: bold; border-top:solid 1px #D4D4D4; padding-top:2em; margin-top:10px; font-family: 'Noto Sans', sans-serif;}
.principe p{font-size:1.2em; color:var(--beige); font-family: 'Noto Sans', sans-serif; }

#cabinet .inside > h2{margin-top:50px; margin-bottom: 50px; position: relative; float:left; color:var(--green)}
.wpcp-carousel-section.nav-vertical-center{margin:0 !important}
.swiper-slide{text-align: center; margin:0 !important; max-height: 670px;}
.swiper-button-next, .swiper-button-prev{background-color:var(--pink) !important; padding:10px !important; border-radius:50px;}
.swiper-button-prev{left:-5% !important}
.swiper-button-next{right:-5% !important}
.swiper-button-next i, .swiper-button-prev i{color:white !important; font-weight: bold;}
.wpcp-carousel-section .swiper-button-next, .wpcp-carousel-section .swiper-button-prev{width:45px; height: 45px;}

.metiers .col-sm-4.col-xs-12:hover, .chiffres .col-sm-7:hover {

transform: scale(1.1);
transition: all .3s ease;
}

.modal-open .modal {
z-index: 999999999999;
}
.modal-open {
overflow: initial;
}

.competences{ margin:30px auto; float:none; overflow:hidden; position:relative; z-index: 9999999; clear:both; text-align: left; background-color:var(--green); padding-bottom: 0px; }
.competences h2{color:black}
.competences_bg{}
.competences h4{color:var(--green); font-size:18px; margin-bottom: 20px;}
.competences .col-xs-12{margin-top:30px; text-align: center; }
.competences .img-wrapper{height: 390px; display: flex; justify-content: center; align-items: center}
.competences img{width: 100%; height: 390px; object-fit: cover}
.competences h5{color:#060606; font-size:1.7em; margin:0; text-align: left; font-weight: bold; margin-top:10px; font-family: 'Noto Sans', sans-serif;}
.competences p{color:#6C6C6C; font-size:1.25em; text-align: left; margin-top:10px; margin-bottom: 0; line-height: 1.7em; font-family: 'Noto Sans', sans-serif}
.competences small{color:var(--green); font-size:18px; text-align: left; }
.soin-wrapper{padding:15px 5%; min-height: 270px;}
.soin-wrapper h5, .soin-wrapper p{color:white}

.valeurs{margin:30px auto 60px; float:none; overflow:hidden; position:relative; z-index: 9999999; clear:both; text-align: left;  padding-bottom: 0px; }
.valeurs .inside{background-color:var(--beige);}
.valeurs h2{color:var(--green) !important; text-align: center;}
.valeurs .col-xs-12{margin-top:30px; text-align: center; padding:0 30px; }
.valeurs h5{color:var(--green) !important; font-size:1.7em; margin:0; text-align: center; font-weight: bold; margin-top:10px;}
.valeurs p{color:#6C6C6C; font-size:1.25em; text-align: center; margin-top:30px; margin-bottom: 30px; line-height: 1.7em; font-family: 'Noto Sans', sans-serif}

.padding0{padding:0 !important}
.references{padding-bottom: 20px;}
#references img:hover {

transform: scale(1.1);
transition: all .3s ease;

}

.wpsisac-slick-carousal.design-6 .wpsisac-image-slide img{height:250px; object-fit: cover}

#citation{background-color:var(--light-green); color:var(--green); padding:20px; clear:both; overflow: hidden;}
#citation i{font-weight: 300;}
#citation .col-sm-8{padding-top:85px; font-size:30px; padding-bottom: 70px;}
#citation .col-sm-2:last-of-type img{margin-top:200px;}
.realisations{ margin:0px auto; float:none; overflow:hidden; position:relative; z-index: 9999999; clear:both; text-align: left; }
.realisations h2, .competences h2, .contact h2, .histoire h2, .valeurs h2{font-size:3.4em; color:white; font-family: 'Ms Madi', sans-serif;}
.principe h2{font-size:2.4em; color:white}
.competences h2{text-align: center;}
.histoire h2{text-align: center; color:var(--green); margin-top:0; margin-bottom: 30px;}
.realisations_bg{}
.overlay{background-color:rgb(0,0,0,0.7); position: absolute; top:0; left:0; right:0; bottom:0; z-index: -1}

.pr0{padding-right: 0 !important}
.pl0{padding-left: 0 !important}
.contact{ margin:0 auto; float:none; overflow:hidden; position:relative; z-index: 9999999; clear:both; text-align: left; padding-bottom: 50px; background-color:var(--green)}
#urgence{background:var(--pink)}
.contact_bg, .principe_bg{width:90%; max-width: 1600px; margin:0 auto;}
.inside{width:90%; max-width:1600px; margin:0 auto; overflow: hidden}
.contact h3{color:white; font-weight: bold; text-align: left; font-size: 2.2em; margin-top:2em; line-height: 1.5em; margin-bottom: 1em; font-family: 'Noto Sans', sans-serif;}

.card a{color:#060606; font-size:2vw; border-bottom: solid 1px #060606; font-weight: bold; display: block; padding-bottom: 10px;}
.card i{float:right; margin-right: -50px; font-size:22px;}
.card-body p{font-size:1.2em !important; margin-top:10px; color:#6C6C6C; font-family: 'Noto Sans', sans-serif;}
.card-header h5{padding-right: 50px; font-size:0.7em; color:#313434; font-family: 'Noto Sans', sans-serif;}
.accordion{padding-bottom: 30px; overflow: hidden}

.contact-form{ margin-bottom: 30px; position: relative}
.contact p{color:#313434; font-size:1.2em; text-align: left; max-width: 90%; font-family: 'Noto Sans', sans-serif}
.contact .col-sm-9{padding:0}
.contact textarea{width:100% !important;  border: none !important; font-size:15px !important; color:#6C6C6C !important; font-weight: normal !important; margin-top:20px;  border-radius:0 !important; font-family: 'Poppins', sans-serif !important}
.contact input, .contact select{width:100% !important;  font-size:15px; color:#6C6C6C !important;  border: none !important; margin-top:20px; height:50px !important; line-height: 50px !important; font-family: 'Poppis', sans-serif !important}
.contact .col-sm-6, .contact .col-sm-12{padding-left: 0 !important}
.contact .accordion .col-sm-6{padding-right: 3em !important}
.contact input:focus{color:#6C6C6C !important; border: solid 1px var(--green) !important}
.contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6C6C6C;
}
.contact input::-moz-placeholder { /* Firefox 19+ */
  color: #6C6C6C;
}
.contact input:-ms-input-placeholder { /* IE 10+ */
  color: #6C6C6C;
}
.contact input:-moz-placeholder { /* Firefox 18- */
  color: #6C6C6C;
}
.contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6C6C6C;
}
.contact textarea::-moz-placeholder { /* Firefox 19+ */
  color: #6C6C6C;
}
.contact textarea:-ms-input-placeholder { /* IE 10+ */
  color: #6C6C6C;
}
.contact textarea:-moz-placeholder { /* Firefox 18- */
  color: #6C6C6C;
}
.bottom{float:left;/*position: absolute; right:-30%; bottom:5%; */}
.contact input[type="submit"]{color:white !important; border:none !important; font-size:15px; line-height: 15px !important; border-radius:0; width:auto !important; background-color:var(--pink); padding:0px 40px; height:60px; margin-top:44px; font-weight: bold;}

.ortho-info{margin-top:50px;}
.ortho-info h4{margin:0; padding:0; text-align: left; font-size:16px; color:#008fe7; margin-bottom:5px;}
.ortho-info p, .ortho-info p a{font-size:12px; color:#7d7d7d; text-decoration: none}
.ortho-info .col-sm-8, .ortho-info .col-sm-4{margin-bottom: 30px;}

.site-content{width:100%; max-width:1920px; margin:0 auto; text-align:center; padding-bottom:70px;clear:both}
.site-content h3{margin-top:50px; font:30px/40px "Alkatra", serif; color:#191919;}
.site-content h6{margin-top:0; font:15px/20px "Alkatra", serif; color:#737373;}

.membre-center a{margin:0 20px; display: inline-block; max-width: 30%}
.membre-center a img{max-width: 100%}

/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(../twentyfourteen/images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.0909090909;
	margin-bottom: 18px;
	margin: 0 0 12px 0;
	/*text-transform: uppercase;*/
	color:#4B4B4B;
	text-transform:uppercase;
	text-align: center;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #106197;
}

.site-content .entry-header {
	/*background-color: #fff;*/
	padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}

/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	/*-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;*/
	/*word-wrap: break-word;*/
	text-align:justify;
	/*white-space:normal;
	word-break:break-all;*/
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	/*background-color: #fff;*/
	padding: 12px 10px 0;
	font-family:"Alkatra";
	font-size:14px !important;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: -48px;
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 'Alkatra', sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 28px 0px 0;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #fff;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
	margin-top:0px;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	/*margin-left: 10px;*/
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	/*font-weight: 700;*/
	/*line-height: 1.7142857142;*/
	margin: 0 0 24px 0;
	/*text-transform: uppercase;*/
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #41a62a;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	/*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	/*border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;*/
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget a:hover {
	color: #41a62a;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	/*border-top: 5px solid #000;*/
	color: #4B4B4B;
	font-size: 30px;
	/*font-weight: 900;*/
	margin: 0 0 18px;
	font-weight:bold;
	/*padding-top: 7px;*/
	/*text-transform: uppercase;*/
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	/*color: rgba(255, 255, 255, 0.7);*/
}

.site-footer {
	font-size: 12px;
	position: relative;
	z-index: 3;
	clear:both;  background-color:white;
}

.footercenter{width:90%; max-width:1600px; margin:0 auto; overflow: hidden; color:#6C6C6C; }
.footercenter h4{padding:0; color:var(--green); font-size:26px; margin:0}
.footercenter h5, .footercenter p, .footercenter a{padding:0; margin:0; color:#6C6C6C; font-size:20px; line-height: 30px; margin-top:10px;}
.footercenter a{color:#707070 !important; margin-right: 30px}
.footercenter p{color:var(--green); line-height: 18px;}
.footercenter img{/*max-height: 96px;*/}
.footercenter i{line-height: 40px; color:var(--green); font-size:28px; font-weight: 100;}
.footercenter h5{color:var(--green); font-size:30px; font-weight: 500; padding-top:35px} 
.footercenter .col-sm-5{text-align: center; font-size:20px;   color:#6C6C6C; font-family: 'Poppins', sans-serif;}
.footercenter .col-sm-2, .footercenter .col-sm-5 p{line-height: 140px; padding:0}
.footercenter .col-sm-2:last-of-type{text-align: right}
.plugin table div span{color:#fff !important}
.fb-wrapper{float:left; width:80px; height:20px; /*overflow:hidden*/}
.footer-social{clear:both;float:left; margin-top:22px;}
.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #41a62a;
}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(../twentyfourteen/images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}


/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #41a62a;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}

.content-sidebar {
		border: 0;
		float: left;
		/*margin-left: -33.33333333%;
		padding: 48px 30px 24px;*/
		margin-right:30px;
		position: relative;
		/*width: 33.33333333%;*/
		width:300px;
		/*margin-left:30px;*/
	}

.content-sidebar .attachment-post-thumbnail{margin-bottom:20px}
#primary .attachment-post-thumbnail{display:none}

.content-area {
		float: left;
		/*width: 100%;*/
		width:720px !important;
	}

.primary-navigation {
		float: none;
		font-size: 11px;
		padding: 0;
		/*text-transform: uppercase;*/
	clear:right; text-align: center
	}

	.primary-navigation .menu-toggle {
		/*display: none;*/
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 86px;
		/*line-height: 96px;*/
		position: relative; 
		/*width:150px;*/
		/*border:solid 1px;*/
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
		/*width:126px;*/
		text-align:center; 
	}
	
	.primary-navigation ul ul {
		/*background:url(images/orange-trans.png) repeat-y;*/
		background-color:#737373;
		float: left;
		margin: 0;
		position: absolute;
		top: 76px;
		left: -999em;
		z-index: 99999;
		padding-top:10px; padding-bottom:10px;
		width:250px;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		/*background-color: #24890d;*/
		/*color: #4b4b4b;*/
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		/*background-color: #41a62a;*/
		border-bottom:none; color:#fff;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: 100px;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		/*padding-right: 26px;*/
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		/*-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;*/
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
	
.page .menu-secondary-container, .error404 .menu-secondary-container{
		/*position:absolute;
		top:150px;
		left:12%;
		background: url(images/white-bg2.png) repeat-y;
		padding:20px;*/
		margin-bottom:38px;
		/*display:none;*/
	}
	.page .menu-secondary-container ul, .search .menu-secondary-container ul, .single .menu-secondary-container ul, .error404 .menu-secondary-container ul{list-style-type:none}
	.page .menu-secondary-container .sub-menu, .search .menu-secondary-container .sub-menu, .single .menu-secondary-container .sub-menu, .error404 .menu-secondary-container .sub-menu{display:none; margin:0;}
	.page #menu-secondary, .search #menu-secondary, .single #menu-secondary, .error404 #menu-secondary{ margin:0}
	.page #menu-secondary li, .search #menu-secondary li, .single #menu-secondary li, .error404 #menu-secondary li{background:url(../twentyfourteen/images/+.png) no-repeat; padding-left:38px; min-height:38px; height:auto; border-bottom:solid 1px #cdcdcd; line-height:30px; margin-bottom:10px; font-size:16px; text-transform:uppercase; font-family:"Alkatra"; }
	.page #menu-secondary li.collapsed, .search #menu-secondary li.collapsed, .single #menu-secondary li.collapsed, .error404 #menu-secondary li.collapsed{background:url(../twentyfourteen/images/+.png) no-repeat}
	.page #menu-secondary li.expanded, .search #menu-secondary li.expanded, .single #menu-secondary li.expanded, .error404 #menu-secondary li.expanded{background:url(../twentyfourteen/images/-.png) no-repeat}
	.page #menu-secondary li a, .search #menu-secondary li a, .single #menu-secondary li a, .error404 #menu-secondary li a{color:#012540}
	.page #menu-secondary .sub-menu li, .search #menu-secondary .sub-menu li, .single #menu-secondary .sub-menu li, .error404 #menu-secondary .sub-menu li{/*background:url(images/icon-arrow2.png) no-repeat 0 3px; */padding-left:15px; border:none; margin-bottom:8px; font-size:13px; font-family:"Alkatra"; text-transform:none; min-height:15px; height:15px; line-height:15px;}

	.social-wrapper{float:right;margin-top:-40px; clear:both}
	.home .menu-secondary-container{
		position:absolute;
		top:30px;
		left:5%;
		background: url(../twentyfourteen/images/white-bg2.png) repeat-y;
		padding:20px;
		z-index:100;
	}
	.home .menu-secondary-container ul{list-style-type:none}
	.home .menu-secondary-container .sub-menu{display:none; margin:0;}
	.home #menu-secondary{ margin:0}
	.home #menu-secondary li{background:url(../twentyfourteen/images/+.png) no-repeat; padding-left:38px; min-height:38px; height:auto; border-bottom:solid 1px #cdcdcd; line-height:30px; margin-bottom:10px; font-size:16px; text-transform:uppercase; font-family:"Alkatra"; }
	.home #menu-secondary li.collapsed{background:url(../twentyfourteen/images/+.png) no-repeat}
	.home #menu-secondary li.expanded{background:url(../twentyfourteen/images/-.png) no-repeat}
	.home #menu-secondary li a{color:#012540}
	.home #menu-secondary .sub-menu li{background:url(../twentyfourteen/images/icon-arrow2.png) no-repeat 0 3px; padding-left:15px; border:none; margin-bottom:8px; font-size:13px; font-family:"Alkatra"; text-transform:none; min-height:15px; height:15px; line-height:15px;}
	
	.home #menu-secondary-1{ margin:0}
	.home #menu-secondary-1 li{background:url(../twentyfourteen/images/+.png) no-repeat; padding-left:38px; min-height:38px; height:auto; border-bottom:solid 1px #cdcdcd; line-height:30px; margin-bottom:10px; font-size:16px; text-transform:uppercase; font-family:"Alkatra"; }
	.home #menu-secondary-1 li.collapsed{background:url(../twentyfourteen/images/+.png) no-repeat}
	.home #menu-secondary-1 li.expanded{background:url(../twentyfourteen/images/-.png) no-repeat}
	.home #menu-secondary-1 li a{color:#012540}
	.home #menu-secondary-1 .sub-menu li{background:url(../twentyfourteen/images/icon-arrow2.png) no-repeat 0 3px; padding-left:15px; border:none; margin-bottom:8px; font-size:13px; font-family:"Alkatra"; text-transform:none; min-height:15px; height:15px; line-height:15px;}
	

.content-sidebar, .content-area{/*padding-top: 54px;*/}
.search-box-wrapper,
	.featured-content {
		/*padding-left: 222px;*/
		width:32%;
		float:right;
		padding:0;
	}
	
.footer-sidebar .widget,
	.primary-sidebar .widget {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		float: left;
		padding: 0 0px;
		width: 32%;
		margin-right:2%;
		position:inherit !important; top:0 !important; left:0 !important;
	}
	.footer-sidebar{height:auto !important}
	.footer-sidebar .widget_text:last-of-type {margin-right:0}
	/*.footer-sidebar #text-4 {margin-right:0}*/
	.footer-sidebar #text-6 {margin-right:0}
	
	.footer-logo{margin-top:10px; margin-bottom: 10px; max-width:170px;}
	p.social-wrapper{height:60px; line-height: 60px; margin-top:10px; color:#000e1e; font:14px/60px "Alkatra", serif; margin-bottom: 10px;}
	.social-icon{margin-left:10px;}
	.under-footer{max-width:1220px; width:100%; margin:0 auto; clear:both; text-align: center; color:#A1A1A1; font-size:16px; margin-top:50px; margin-bottom: 20px; }
	.under-footer-left{float:left; width:50%;  font:13px/81px "Alkatra", serif;  color:#fff; }
	.under-footer-left a{color:#000000; display: inline-block; margin-right: 30px;}
	.under-footer-left a:hover{color:#000000; text-decoration:none}
	.under-footer-right{float:right; width:50%; font:13px/81px "Alkatra", serif;  color:#9fa4af; text-align:right; padding-right:1%}
	.under-footer-right a{color:#008fe7}
	.under-footer-right a:hover{color:#008fe7; text-decoration:none}

	.footer-sidebar .widget h1,
	.primary-sidebar .widget h1 {
		font-size: 20px;
		line-height: 1.2;
	}

	.footer-sidebar .widget h2,
	.primary-sidebar .widget h2 {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	.footer-sidebar .widget h3,
	.primary-sidebar .widget h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.footer-sidebar .widget h4,
	.primary-sidebar .widget h4 {
		font-size: 14px;
		line-height: 1.7142857142;
	}

	.footer-sidebar .widget h5,
	.primary-sidebar .widget h5 {
		font-size: 12px;
		line-height: 2;
	}

	.footer-sidebar .widget h6,
	.primary-sidebar .widget h6 {
		font-size: 11px;
		line-height: 2.1818181818;
	}

	.footer-sidebar .widget code,
	.footer-sidebar .widget kbd,
	.footer-sidebar .widget tt,
	.footer-sidebar .widget var,
	.footer-sidebar .widget samp,
	.footer-sidebar .widget pre,
	.primary-sidebar .widget code,
	.primary-sidebar .widget kbd,
	.primary-sidebar .widget tt,
	.primary-sidebar .widget var,
	.primary-sidebar .widget samp,
	.primary-sidebar .widget pre {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget blockquote,
	.primary-sidebar .widget blockquote {
		font-size: 14px;
		line-height: 1.2857142857;
	}

	.footer-sidebar .widget blockquote cite,
	.primary-sidebar .widget blockquote cite {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget input,
	.footer-sidebar .widget textarea,
	.primary-sidebar .widget input,
	.primary-sidebar .widget textarea {
		font-size: 12px;
		padding: 3px 2px 4px 4px;
	}

	.footer-sidebar .widget input[type="button"],
	.footer-sidebar .widget input[type="reset"],
	.footer-sidebar .widget input[type="submit"],
	.primary-sidebar .widget input[type="button"],
	.primary-sidebar .widget input[type="reset"],
	.primary-sidebar .widget input[type="submit"] {
		padding: 5px 15px 4px;
	}

	.footer-sidebar .widget .widget-title,
	.primary-sidebar .widget .widget-title {
		font-size: 16px;
		font-weight: 900;
		line-height: 1.6363636363;
		margin-bottom: 18px;
		font-family:"Alkatra";
	}
	.textwidget{font-size:13px; font-family:"Alkatra"; color:#fff}
	
	#menu-information a:hover{text-decoration:none; color:#fff}
	#menu-information a{background:url(../twentyfourteen/images/icon-arrow3.png) no-repeat left center; padding-left: 16px}

.modal{z-index:99999999}
.modal-header{border:none}
.modal h2{margin-top:0; text-align: center; font-size:20px;}
.modal p{text-align: center; margin-bottom:20px;}
.modal label{text-align: center; width:100% !important; font-size:20px; font-weight: 600}
.modal input[type="text"], .modal input[type="password"], .modal input[type="email"], .modal textarea{text-align: left; width:100% !important; background-color:#EEF3F7; color:#959595 !important; border-radius:20px !important; border:none !important; margin:10px auto !important; padding:5px !important; float:none !important; height:40px; line-height: 40px !important; vertical-align: middle !important}
.modal input[type="text"]:focus, .modal input[type="password"]:focus, .modal input[type="email"]:focus{border:solid 1px #008fe7 !important; background-color:white;}
.modal input[type="submit"]{margin-top:20px !important; margin-bottom:20px !important; background-color:#005085; color:#ffffff !important; border:none !important; height:40px !important; padding:10px 30px; border-radius:200px; font-size:16px; text-align: center; display: inline-block}
.modal a{color:#008fe7}
.modal .close:hover{background-color:transparent !important}
.modal li{text-align: center}
#create .modal-body{max-height:80vh; overflow-y:scroll}
#login .modal-dialog{width:350px !important}
/*#create label, #login label{display:none !important}*/
#create .wppb-send-credentials-checkbox label, #login .login-remember label{display:block}
.wppb-user-forms ul{max-width: 300px !important; margin:0 auto !important;}
.wppb-form-field label{text-align: left}
.modal .wppb-user-forms ul li, .modal #wppb-login-wrap p, #select_user_to_edit_form p{padding-bottom:0}
.modal input::-moz-placeholder { /* Firefox 19+ */
  color:#959595
}
.modal input:-ms-input-placeholder { /* IE 10+ */
  color:#959595
}
.modal input:-moz-placeholder { /* Firefox 18- */
  color:#959595
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 1600px) {
	/*#activite{padding-top:41vh; }
	#activite .chart1 img{max-width:70%}*/
}

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

@media screen and (max-width:768px){
	.header-main .button, .wppb-front-end-logout{/*margin-right:50px;*/ margin-top:25px}
	.poisson_left{padding-left:45px; padding-right:10px; /*background-size:auto 67%;*/ min-height:40vh;  background-position: center center}
	.contact .col-sm-4{padding-left:0 !important}
	#poisson_div{min-height:40vh}
	.home.page .header-main .button{float:left}
	#force, #activite .inner, #formation, .raisons{max-width: 94%}
	.raisons .arrow{width:49%}
	.raisons .arrow h3{font-size:20px; margin-top:10px;}
	p:empty{display: none}
}

@media screen and (max-width:480px){
	.hentry{background:none !important;}
	#menu-top{margin:0; margin-top:25px; margin-right:10px;}
}
@media screen and (max-width: 400px) {
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
		padding: 0 10px;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .type-post .entry-content,
	.list-view .site-content .type-page .entry-content,
	.list-view .site-content .type-post .entry-summary,
	.list-view .site-content .type-page .entry-summary,
	.list-view .site-content footer.entry-meta {
		display: none;
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}

	.list-view .site-content .format-aside .entry-title,
	.list-view .site-content .format-link .entry-title,
	.list-view .site-content .format-quote .entry-title {
		display: block;
	}

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
	.menu-main-container{display:none}
	.toggled-on .menu-main-container{display:block}
	.toggled-on .menu-main-container li{width:100%; height:30px;}
	.toggled-on .menu-main-container .sub-menu{top:18px;}
	.toggled-on .menu-main-container li a{width:100%}
	.content-sidebar{width:90%; margin-left:5%}
	.content-area{width:90% !important; padding:20px}
	.search-box-wrapper{display:none}
	/*.topbar{height:130px}*/
	.color1, .color2, .color3, .color4{width:45%}
	.color1, .color2{margin-bottom:20px}
	.divider1, .divider3, .divider2 {left:47%}
	.colors{height:400px}
	.newsletterWrapper{width:100%}
	.newsletter label{width:90%; font-size:16px; margin-top:-20px;}
	input.newsletter-email{width:100%; float:left}
	input.newsletter-submit {/*position:inherit*/top:21px; right:60px;}
	.site-navigation a{margin-top:0px}
	.site-navigation .sub-menu a {margin-top:0px}
	.home .menu-secondary-container{
		background: url(../twentyfourteen/images/white-bg2.png) repeat-y;
		padding:20px;
		/*float:left;*/
		clear:both;
		width:100%; position:inherit
	}
	.menu-top-container{margin-left:20px}
	.colors{margin-left:10px}
	.cf{width:95%}
	.wpcf7-form .bottom input[type="reset"]{margin-left:10px}
	.wpcf7-form textarea {width:inherit}
	.footer-sidebar .widget {width:100%}
}

@media screen and (min-width: 401px) {
	.site-navigation .sub-menu a {margin-top:0px}
	.newsletterWrapper{width:100%}
	.newsletter label{width:100%; font-size:16px; margin-top:-20px;}
	input.newsletter-email{width:100%; float:left}
	input.newsletter-submit {/*position:inherit*/top:21px; right:60px;}
		.color1, .color2{margin-bottom:20px}
	.divider1, .divider3, .divider2 {left:47%}
	.content-sidebar{width:100%}
	.content-area{width:90% !important;}
	.menu-main-container{display:none; transition: all .3s ease;}
	.toggled-on .menu-main-container{display:block; margin-bottom:30px; position:relative; z-index:100; transition: all .3s ease; }
	.toggled-on .menu-main-container li{/*width:100%;*/ height:50px; text-align:center; display:block; margin:0 auto}
	.toggled-on .menu-main-container .sub-menu{top:30px;}
	.toggled-on .menu-main-container li a{width:100%}
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 1080px) {
	.colors{margin-left:2%}
	.content-area{margin-right:2%}
}

@media screen and (max-width: 1024px) {
	/*.search-box-wrapper{display:none}*/
}

@media screen and (min-width: 594px) {
	input.newsletter-submit{background:none;position:absolute; top:0px;float:left; width:45px; height:43px;background:url(../twentyfourteen/images/callback-button.jpg) no-repeat transparent; right:60px;}
	.search-box-wrapper{width:60%}
	.site-content .entry-header {
		padding-right: 30px;
		padding-left: 30px;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}
	.content-area{width:55% !important}
}

@media screen and (min-width: 673px) {
	.footer-sidebar{height:auto !important}
	.footer-sidebar .widget_text:last-of-type {margin-right:0}
	/*.footer-sidebar #text-4 {margin-right:0}*/
	.footer-sidebar #text-6 {margin-right:0}
	/*#nav_menu-3{clear:both; float:left; width:100%; border-top:solid 1px #3781aa; padding-top:30px; text-align:center; margin-bottom:40px}*/
	/*.menu-footer-container{width:65%; margin:0 auto;}*/
	#menu-footer li{float:left; width:25%}
	#menu-footer li a{color:#fff;/* border-right:solid 1px #fff; padding-right:8px; margin-right:8px; */ font-family:'Alkatra', sans-serif; font-size:20px; border:none; padding:0}
	#menu-footer li a:hover{color:#fff; text-decoration:none;}
	#menu-footer .sub-menu li{clear:both; float:left; text-align:left; line-height:15px; width:100%}
	#menu-footer .sub-menu li a{border:none; width:100%; font-size:10px; clear:both; line-height:15px;}
	
	#nav_menu-3{clear:both; width:20%;}
	.menu-footer1-container{float:left;}
	#nav_menu-4{width:76%; float:left;}
	#nav_menu-3 a{text-transform:uppercase}
	#text-8{width:100%}

	.search-toggle {
		margin-right: 18px;
	}

	.search-box .search-field {
		width: 50%;
	}

	.content-area {
		float: right;
		/*width: 100%;*/
		width:44% !important;
	}

	.site-content {
		/*margin-right: 33.33333333%;*/
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.full-width .site-content .has-post-thumbnail .entry-header,
	.full-width.singular .site-content .hentry.has-post-thumbnail,
	.full-width.home .site-content .hentry.has-post-thumbnail {
		margin-top: -48px;
	}

	#secondary,
	#supplementary {
		padding: 0 30px;
	}

	.content-sidebar {
		border: 0;
		float: right;
		/*margin-left: -33.33333333%;
		padding: 48px 30px 24px;*/
		margin-right:30px;
		position: relative;
		/*width: 33.33333333%;*/
		width:300px;
	}

	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}

	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

	.site-info {
		padding: 15px 30px;
	}
		.toggled-on .menu-main-container li a{width:auto; border-right:0}
		.toggled-on .menu-main-container .sub-menu li{height:20px}
		.primary-navigation.toggled-on{width:100%}
		/*.primary-navigation li {width:150px}*/
		.primary-navigation ul ul{width:250px}

}

@media screen and (min-width: 783px) {
	.search-box-wrapper{width:44%}
	.content-area{width:58% !important}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */

	.masthead-fixed .site-header {
		/*position: fixed;
		top: 0;*/
	}

	.admin-bar.masthead-fixed .site-header {
		top: 32px;
	}

	.masthead-fixed .site-main {
		/*margin-top: 48px;*/
	}

	/* Navigation */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #012540;
	}

	/* Primary Navigation */

	.primary-navigation {
		/*float: left;
		font-size: 11px;
		margin: 0 1px 0 85px;
		padding: 0;*/
		/*text-transform: uppercase;*/
	}

	.primary-navigation .menu-toggle {
		display: block;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
	margin: 0;
		padding: 0;
		width:100%;
	}
	.toggled-on .menu-main-container li a{width:auto; border-right:0}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 115px;
		/*line-height: 96px;*/
		position: relative; 
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0;
		white-space: nowrap;
		margin:45px 30px 0px 0; 
	}
	
	.primary-navigation ul ul {
		/*background:url(images/orange-trans.png) repeat-y;*/
		background-color:#737373;
		float: left;
		margin: 0;
		position: absolute;
		top: 76px;
		left: -999em;
		z-index: 99999;
		padding-top:10px; padding-bottom:10px;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 236px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		/*background-color: #24890d;*/
		/*color: #4b4b4b;*/
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		/*background-color: #41a62a;*/
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		/*padding-right: 26px;*/
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		/*-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;*/
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
}

@media screen and (min-width: 810px) {
	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.contributor-avatar {
		margin-left: -168px;
	}

	.contributor-summary {
		float: left;
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: -168px;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
	.primary-navigation .menu-toggle {
		display: block;
		padding: 0; margin-right: 15px;
	}
}

@media screen and (min-width: 846px) {
	.color1, .color2{margin-bottom:0px}
	.divider1{left:24%}
	.divider2{left:50%}
	.divider3{left:76%}
	.content-area{width:60% !important; margin-right:10px}
	.content-area,
	.content-sidebar {
		/*padding-top: 54px;*/
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}

	.comment-list .trackback,
	.comment-list .pingback,
	.comment-list article {
		margin-bottom: 36px;
		padding-top: 36px;
	}

	.comment-author .avatar {
		height: 34px;
		top: 2px;
		width: 34px;
	}

	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 50px;
	}

	.comment-list .children {
		margin-left: 20px;
	}

	.full-width.singular .site-content .hentry.has-post-thumbnail,
	.full-width.home .site-content .hentry.has-post-thumbnail {
		margin-top: -72px;
	}

	.featured-content {
		margin-bottom: 0;
	}
	
}

@media screen and (min-width: 1008px) {
	.newsletterWrapper{width:930px}
	.newsletter label{width:600px; font-size:25px}
	input.newsletter-email{width:280px; float:right}
	input.newsletter-submit {position:absolute}
	.search-box-wrapper{width:60%}
		.content-sidebar {
		border: 0;
		float: left;
		/*margin-left: -33.33333333%;
		padding: 48px 30px 24px;*/
		/*margin-right:30px;*/
		margin-right:4%;
		position: relative;
		width: 28%;
		/*width:300px;*/
	}

	.home.page .content-area {
		float: right;
		width: 100% !important;
		background-image:url(../twentyfourteen/images/plus-bg.jpg) !important; background-repeat:repeat;
	}
	.content-area {
		float: right;
		width: 100% !important;
		background-image:none !important;
	}
	.page-template-default .content-area, .page-template .content-area{width:66% !important;}

	.menu-main-container{display:block}
	.site-navigation .sub-menu a {margin:10px 0px}
	.search-box-wrapper {
		padding-left: 182px;
	}

	.main-content {
		/*float: left;*/
	}

	.site-content {
		/*margin-right: 29.04761904%;
		margin-left: 182px;*/
	}

	.site-content .entry-header {
		margin-top: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.content-sidebar {
		/*margin-left: -29.04761904%;
		width: 29.04761904%;*/
	}

	.site:before {
		/*background-color: #000;*/
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 0px;
		z-index: 2;
	}

	#secondary {
		background-color: transparent;
		border: 0;
		clear: none;
		float: left;
		margin: 0 0 0 -100%;
		min-height: 100vh;
		width: 122px;
	}
	#menu-secondary a.has-children{cursor:pointer !important}

	.primary-sidebar {
		padding-top: 0;
	}

	.site-description {
		display: block;
		margin: -3px 0 21px;
	}

	.site-description:empty {
		margin: 0;
	}
	
	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}
	.page .menu-secondary-container, .error404 .menu-secondary-container{
		/*position:absolute;
		top:150px;
		left:12%;
		background: url(images/white-bg2.png) repeat-y;
		padding:20px;*/
		margin-bottom:38px;
		display:block;
	}
	.page .menu-secondary-container ul, .search .menu-secondary-container ul, .single .menu-secondary-container ul, .error404 .menu-secondary-container ul{list-style-type:none}
	.page .menu-secondary-container .sub-menu, .search .menu-secondary-container .sub-menu, .single .menu-secondary-container .sub-menu, .error404 .menu-secondary-container .sub-menu{display:none; margin:0;}
	.page #menu-secondary, .search #menu-secondary, .single #menu-secondary, .error404 #menu-secondary{ margin:0}
	.page #menu-secondary li, .search #menu-secondary li, .single #menu-secondary li, .error404 #menu-secondary li{background:url(../twentyfourteen/images/+.png) no-repeat; padding-left:38px; min-height:38px; height:auto; border-bottom:solid 1px #cdcdcd; line-height:30px; margin-bottom:10px; font-size:16px; text-transform:uppercase; font-family:"Alkatra"; }
	.page #menu-secondary li.collapsed, .search #menu-secondary li.collapsed, .single #menu-secondary li.collapsed, .error404 #menu-secondary li.collapsed{background:url(../twentyfourteen/images/+.png) no-repeat}
	.page #menu-secondary li.expanded, .search #menu-secondary li.expanded, .single #menu-secondary li.expanded, .error404 #menu-secondary li.expanded{background:url(../twentyfourteen/images/-.png) no-repeat}
	.page #menu-secondary li a, .search #menu-secondary li a, .single #menu-secondary li a, .error404 #menu-secondary li a{color:#012540}
	.page #menu-secondary .sub-menu li, .search #menu-secondary .sub-menu li, .single #menu-secondary .sub-menu li, .error404 #menu-secondary .sub-menu li{background:url(../twentyfourteen/images/icon-arrow2.png) no-repeat 0 3px; padding-left:15px; border:none; margin-bottom:8px; font-size:13px; font-family:"Alkatra"; text-transform:none; min-height:15px; height:15px; line-height:15px;}

	.social-wrapper{float:right;margin-top:-40px; clear:both}
	.home .menu-secondary-container{
		position:absolute;
		top:30px;
		left:5%;
		background: url(../twentyfourteen/images/white-bg2.png) repeat-y;
		padding:20px;
		z-index:100;
	}
	.home .menu-secondary-container ul{list-style-type:none}
	.home .menu-secondary-container .sub-menu{display:none; margin:0;}
	.home #menu-secondary{ margin:0}
	.home #menu-secondary li{background:url(../twentyfourteen/images/+.png) no-repeat; padding-left:38px; min-height:38px; height:auto; border-bottom:solid 1px #cdcdcd; line-height:30px; margin-bottom:10px; font-size:16px; text-transform:uppercase; font-family:"Alkatra"; }
	.home #menu-secondary li.collapsed{background:url(../twentyfourteen/images/+.png) no-repeat}
	.home #menu-secondary li.expanded{background:url(../twentyfourteen/images/-.png) no-repeat}
	.home #menu-secondary li a{color:#012540}
	.home #menu-secondary .sub-menu li{background:url(../twentyfourteen/images/icon-arrow2.png) no-repeat 0 3px; padding-left:15px; border:none; margin-bottom:8px; font-size:13px; font-family:"Alkatra"; text-transform:none; min-height:15px; height:15px; line-height:15px;}
	
	.secondary-navigation {
		font-size: 11px;
		margin: 0 -30px 48px;
		width: 182px;
	}

	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.secondary-navigation a {
		padding: 10px 30px;
	}

	.secondary-navigation ul ul {
		background-color: #24890d;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}

	.secondary-navigation li li {
		border-top: 0;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #24890d;
		color: #fff;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #41a62a;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 162px;
	}

	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}

	.footer-sidebar .widget,
	.primary-sidebar .widget {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		float: left;
		padding: 0 0px;
		width: 50%;
		margin-right:0%;
		position:inherit !important; top:0 !important; left:0 !important;
	}
	.footer-sidebar{height:auto !important}
	.footer-sidebar .widget_text:last-of-type {margin-right:0}
	.footer-sidebar .textwidget li{width:50%; float:left;}
	.footer-sidebar .textwidget li a{ font-family: 'Alkatra', sans-serif; font-size:20px;}
	.footer-sidebar .textwidget li a.has-children:after {
		content: "";
		display: block;
		height: 2px;
		width: 75px;
		margin: 20px 0;
		background: #fff;
	}
	.footer-sidebar .textwidget .sub-menu li.limargin{margin-top:15px; margin-bottom:15px; line-height:15px}
	.footer-sidebar .textwidget .sub-menu li{width:100%; font-size:13px; clear:both; line-height:18px; font-family: 'Alkatra', sans-serif; }
	/*.footer-sidebar #text-4 {margin-right:0}*/
	.footer-sidebar #text-6 {margin-right:0}
	/*#nav_menu-3{clear:both; float:left; width:100%; border-top:solid 1px #3781aa; padding-top:30px; text-align:center; margin-bottom:40px}*/
	/*.menu-footer-container{width:65%; margin:0 auto;}*/
	#menu-footer li{float:left; width:50%}
	#menu-footer li a{color:#fff;/* border-right:solid 1px #fff; padding-right:8px; margin-right:8px; */font-family: 'Alkatra', sans-serif; font-size:20px; border:none; padding:0}
	#menu-footer li a.has-children:after {
    content: "";
    display: block;
    height: 2px;
    width: 75px;
    margin: 20px 0;
    background: #fff;
}
	#menu-footer li a:hover{color:#fff; text-decoration:none;}
	#menu-footer .sub-menu li{clear:both; float:left; text-align:left; line-height:15px; width:100%}
	#menu-footer .sub-menu li a{border:none; width:100%; font-size:13px; clear:both; line-height:18px; font-family: 'Alkatra', sans-serif; }
	
	#nav_menu-3{clear:both; width:20%;}
	.menu-footer1-container{float:left;}
	#nav_menu-4{width:50%; float:left;}
	#nav_menu-3 a{text-transform:uppercase}
	#text-8{width:100%}
	
	.under-footer-left{float:left; width:50%; font:13px/81px "Alkatra", serif;  color:#fff; padding-left:1% }

	
	.footer-sidebar .widget h1,
	.primary-sidebar .widget h1 {
		font-size: 20px;
		line-height: 1.2;
	}

	.footer-sidebar .widget h2,
	.primary-sidebar .widget h2 {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	.footer-sidebar .widget h3,
	.primary-sidebar .widget h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.footer-sidebar .widget h4,
	.primary-sidebar .widget h4 {
		font-size: 14px;
		line-height: 1.7142857142;
	}

	.footer-sidebar .widget h5,
	.primary-sidebar .widget h5 {
		font-size: 12px;
		line-height: 2;
	}

	.footer-sidebar .widget h6,
	.primary-sidebar .widget h6 {
		font-size: 11px;
		line-height: 2.1818181818;
	}

	.footer-sidebar .widget code,
	.footer-sidebar .widget kbd,
	.footer-sidebar .widget tt,
	.footer-sidebar .widget var,
	.footer-sidebar .widget samp,
	.footer-sidebar .widget pre,
	.primary-sidebar .widget code,
	.primary-sidebar .widget kbd,
	.primary-sidebar .widget tt,
	.primary-sidebar .widget var,
	.primary-sidebar .widget samp,
	.primary-sidebar .widget pre {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget blockquote,
	.primary-sidebar .widget blockquote {
		font-size: 14px;
		line-height: 1.2857142857;
	}

	.footer-sidebar .widget blockquote cite,
	.primary-sidebar .widget blockquote cite {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget input,
	.footer-sidebar .widget textarea,
	.primary-sidebar .widget input,
	.primary-sidebar .widget textarea {
		font-size: 12px;
		padding: 3px 2px 4px 4px;
	}

	.footer-sidebar .widget input[type="button"],
	.footer-sidebar .widget input[type="reset"],
	.footer-sidebar .widget input[type="submit"],
	.primary-sidebar .widget input[type="button"],
	.primary-sidebar .widget input[type="reset"],
	.primary-sidebar .widget input[type="submit"] {
		padding: 5px 15px 4px;
	}

	.footer-sidebar .widget .widget-title,
	.primary-sidebar .widget .widget-title {
		font-size: 16px;
		font-weight: 900;
		line-height: 1.6363636363;
		margin-bottom: 18px;
		font-family:"Alkatra";
	}
	.textwidget{font-size:13px; font-family:"Alkatra"; color:#fff}
	
	/*contact form*/
	.wpcf7-form p{margin:0; padding:0; font-family:"Alkatra";font-size:16px; color:#333333;margin-top:10px;}
	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form select{width:290px; height:60px;  border:solid 1px #e6e6e6; color:#999999; font-family:"Alkatra"; padding:0; background-image:none; padding-left:10px; line-height:60px;float:left; clear:both; margin-right:30px; background:white}
	.wpcf7-form .half{float:left; width:300px; margin-right:30px; }
	.wpcf7-form .no-margin{margin-right:0px;}
	.wpcf7-form .clear{clear:both}
	.wpcf7-form .bordered{clear:both; float:left; width:100%;margin-bottom:38px; padding-bottom:38px; border-bottom:solid 1px #cdcdcd}
	.wpcf7-form textarea{width:628px; height:192px; border-radius:5px; border:solid 1px #e6e6e6; color:#4b4b4b; font-family:"Alkatra";  float:left; clear:both; font-size:24px; }
	.wpcf7-form .bottom input[type="reset"]{float:left; background-color:#3c6ab7; margin-left:370px;}
	div.wpcf7-mail-sent-ok{border:solid 2px #444f5d !important}
	/*.wpcf7-form select{border-radius:5px; border:none; background:transparent; width:180px; float:left; height:23px; font-family:"Alkatra"; font-size:13px;}*/
	.wpcf7-form-control-wrap.country, .wpcf7-form-control-wrap.civ, .wpcf7-form-control-wrap.lang, .wpcf7-form-control-wrap.demande, .wpcf7-form-control-wrap.how{width:158px; background:url(../twentyfourteen/images/select.png) no-repeat top right #ededed; float:left; position:relative; overflow:hidden}
	
	/*end contact form*/
	
	#menu-information a:hover{text-decoration:none; color:#fff}
	#menu-information a{background:url(../twentyfourteen/images/icon-arrow3.png) no-repeat left center; padding-left: 16px}
	
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget_archive li,
	.footer-sidebar .widget_categories li,
	.footer-sidebar .widget_links li,
	.footer-sidebar .widget_meta li,
	.footer-sidebar .widget_nav_menu li,
	.footer-sidebar .widget_pages li,
	.footer-sidebar .widget_recent_comments li,
	.footer-sidebar .widget_recent_entries li,
	.primary-sidebar .widget_archive li,
	.primary-sidebar .widget_categories li,
	.primary-sidebar .widget_links li,
	.primary-sidebar .widget_meta li,
	.primary-sidebar .widget_nav_menu li,
	.primary-sidebar .widget_pages li,
	.primary-sidebar .widget_recent_comments li,
	.primary-sidebar .widget_recent_entries li {
		border-top: 0;
		padding: 0 0 6px;
	}

	.footer-sidebar .widget_archive li:last-child,
	.footer-sidebar .widget_categories li:last-child,
	.footer-sidebar .widget_links li:last-child,
	.footer-sidebar .widget_meta li:last-child,
	.footer-sidebar .widget_nav_menu li:last-child,
	.footer-sidebar .widget_pages li:last-child,
	.footer-sidebar .widget_recent_comments li:last-child,
	.footer-sidebar .widget_recent_entries li:last-child,
	.primary-sidebar .widget_archive li:last-child,
	.primary-sidebar .widget_categories li:last-child,
	.primary-sidebar .widget_links li:last-child,
	.primary-sidebar .widget_meta li:last-child,
	.primary-sidebar .widget_nav_menu li:last-child,
	.primary-sidebar .widget_pages li:last-child,
	.primary-sidebar .widget_recent_comments li:last-child,
	.primary-sidebar .widget_recent_entries li:last-child {
		padding: 0;
	}

	.footer-sidebar .widget_categories li ul,
	.footer-sidebar .widget_nav_menu li ul,
	.footer-sidebar .widget_pages li ul,
	.primary-sidebar .widget_categories li ul,
	.primary-sidebar .widget_nav_menu li ul,
	.primary-sidebar .widget_pages li ul {
		border-top: 0;
		margin-top: 6px;
	}

	#supplementary {
		padding: 0;
	}

	.footer-sidebar {
		font-size: 12px;
		line-height: 1.5;
	}

	.featured-content {
		padding-left: 182px;
	}

	.grid .featured-content .hentry {
		width: 33.3333333%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}

	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		height: 120px;
	}
	input.newsletter-submit{background:none;position:absolute; top:0px;float:left; width:45px; height:43px; right:30px;}
	.content-area{margin-right:0}
}

@media screen and (min-width: 1040px) {
	.site-content .has-post-thumbnail .entry-header {
		/*margin-top: -48px;*/
		/*margin-top:30px;*/
	}
	
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 15px;
		padding-left: 15px;
	}

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1080px) {
	.search-box-wrapper{width:32%}
	.search-box .search-field {
		width: 324px;
	}

	.site-content,
	.site-main .widecolumn {
		/*margin-left: 222px;*/
	}

	.site:before {
		width: 0;
	}

	.search-box-wrapper,
	.featured-content {
		/*padding-left: 222px;*/
		width:160px;
		float:right;
		padding:0;
		margin-top:30px;
	}

	#secondary {
		width: 162px;
	}

	.secondary-navigation,
	.secondary-navigation ul ul {
		width: 222px;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}

	.slider .featured-content .entry-title {
		font-size: 33px;
	}

	.slider .featured-content .entry-header,
	.slider-control-paging {
		width: 534px;
	}

	.slider-control-paging {
		padding-left: 24px;
	}

	.slider-control-paging li {
		margin: 12px 12px 12px 0;
	}

	.slider-control-paging a {
		height: 24px;
		width: 24px;
	}

	.slider-control-paging a:before {
		top: 6px;
		left: 6px;
	}
}

/*.master-slider-parent, .master-slider, .ms-container, .ms-view, .ms-slide{height:60vh !important}*/
.ms-slide .ms-slide-bgcont img{object-fit: cover}
.typing{color:white !important; font-size:18px;}

/*CONTACT FORM*/
div.wpcf7-response-output, span.wpcf7-not-valid-tip{clear:both}
span.wpcf7-form-control-wrap{/*float:left; clear:both*/}
.successmsg{font-size:14px; background-image:none}

/* IMAGE GALLERY */
.ngg-gallery-thumbnail-box{float:none !important; display:inline-block}
.ngg-galleryoverview{text-align:center}

#myVideo {
  /*position: fixed;
  right: 0;
  bottom: 0;*/
  min-width: 100%;
  min-height: 100%;
}

.video_wrapper{position: relative}
.video_wrapper .h_wrapper{position: absolute; top:16%; left:9%; text-align: left; width:20%; z-index: 9999;}
.video_wrapper .overlay{position: absolute; top:0; left:0; width:100%; height:100%; z-index: 99999}
.video_wrapper .h_wrapper a{background-color:transparent !important; border:solid 3px var(--pink); color:var(--pink); font-size:1.4em}
.video_wrapper h3{font-size:30px; color:var(--green); margin:0}
.video_wrapper h1{ font-size:15px; color:var(--green); margin-top:20px; margin-bottom: 0; font-family: 'Noto Sans', sans-serif; letter-spacing: 2px;}
.video_wrapper img{width:100%; object-fit: cover}
.video_wrapper .logo_header{margin-top:20px; margin-left:-50px;}
.wpcp-carousel-section .wpcp-single-item img{padding:0 !important} 

.header_wrapper{position: relative}
.thirds{width:90%; max-width:1600px; margin:0 auto; text-align: left; color:var(--beige); background:var(--green); position: absolute; left:0; right:0; bottom:10%; z-index: 99999; overflow: hidden}
.thirds a, .thirds2 a{text-decoration: underline; color:var(--light-green); font-size:1em; font-family: 'Noto Sans', sans-serif}
.thirds2 a{color:var(--pink)}
.thirds p, .thirds2 p{font-size:1em; font-family: 'Noto Sans', sans-serif; margin-bottom: 10px;}
.thirds2:last-of-type p{border-bottom: solid 1px var(--pink)}
.thirds2:last-of-type p:first-of-type{border:none !important}
.thirds2 p span em{font-weight: 100}
.thirds p span, .thirds2 p span{float:right}
.thirds > div, .thirds > div{padding:35px 20px; min-height: 202px; }
.thirds div h2, .thirds2 div h2{font-size:1.3vw; font-weight: bold; color:var(--light-green); margin-top:15px !important; margin-bottom: 12px !important; font-family: 'Noto Sans', sans-serif}
.thirds2 div h2{color:#313434}
.thirds div:nth-of-type(3) p, .thirds2 div.padding0 p{margin-bottom:0px; }
.thirds2 div.padding0 h2{margin-top:15px !important;}
.thirds .icon-wrapper, .thirds2 .icon-wrapper{float:left;padding:20px; }
.thirds2 .icon-wrapper{float:left;padding:10px 0; text-align: center}
.thirds .icon-wrapper img, .thirds2 .icon-wrapper img{vertical-align:middle;}
.map_wrapper{padding:5% 0; overflow:hidden}

#sp-wp-carousel-free-id-35 .wpcp-single-item{height: 340px;}
#sp-wp-carousel-free-id-35.sp-wpcp-35 .wpcp-single-item{border:none !important}
.realisations_bg .wpcp-carousel-section .wpcp-single-item img{padding:10px !important; height: 340px;}

@media screen and (min-width: 1110px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
	.master-slider-parent, .master-slider, .ms-container, .ms-view, .ms-slide{height:100vh !important}
}

@media screen and (min-width: 1218px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		/*margin-right: 54px;*/
	}

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		margin-right: auto;
	}
}

@media screen and (min-width: 1260px) {
	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}
}

@media screen and (min-width: 1400px) {
	.video_wrapper .swiper-slide{min-height: 800px;}
}

@media screen and (min-width: 1650px) {
	.video_wrapper .swiper-slide{min-height: 1000px;}
	#sp-wp-carousel-free-id-35 .wpcp-single-item{height: 350px;}
}

@media screen and (max-width: 1650px) {
	.site-navigation a{font-size:15px; padding-right: 0px !important; margin-right: 20px;}
}

@media screen and (max-width: 1450px) {	
	.video_wrapper img{min-height: 800px;}
	.video_wrapper .logo_header{min-height: auto;}
}

@media screen and (max-width: 1300px) {
	.video_wrapper img{min-height:auto;}
	.site-navigation a, #menu-main li:last-of-type a{font-size:11px; padding-right: 5px !important}
    #menu-main-menu li:last-of-type{padding:0 10px; }
    .thirds p,  .thirds a,  .histoire p, .competences p, .card-body p, .principe p{font-size:1em !important}
    .contact h3, .principe h2{font-size:1.8em}
    .thirds2 p, .thirds2 a{font-size:0.8em}
    .video_wrapper h3, .video_wrapper h2{font-size:25px;}
    .video_wrapper h1{font-size:15px;}
    .primary-navigation a{margin-right: 10px;}
	#citation .col-sm-8{font-size:1.5em}
	.equipe h4{font-size:1.7em}
	.valeurs .col-xs-12{padding:0 15px;}
	.valeurs p{font-size:1em; line-height: 1.5em;}
	.wpcp-carousel-section .wpcp-single-item img{padding:7.5px !important}
	.footercenter h5, .footercenter p, .footercenter a{font-size:14px}
	.footercenter h5, .footercenter i{font-size:20px; line-height: 24px;}
	.header-main{min-height: 85px;}
	.logo-wrapper{height: 85px;}
	.site-title{line-height: 85px;}
	.site-title img{height: auto}
	.primary-navigation li{height: 85px;}
	.primary-navigation a{margin-top:30px}
	#menu-main li:last-of-type{height:50px; margin-top:15px}
	#menu-main li:last-of-type a{line-height: 50px;}
	.thirds{bottom:5%;}
	.thirds > div{padding:20px; min-height: auto}
	.thirds p{font-size:15px !important}
	.thirds .col-sm-9{padding:0}
	.video_wrapper .h_wrapper a{font-size:1em}
	.wpcp-carousel-section .wpcp-single-item img{padding:0 !important} 
}

@media screen and (max-width: 1200px) {
	#sp-wp-carousel-free-id-35 .wpcp-single-item{height: auto}
	#sp-wp-carousel-free-id-35 .wpcp-single-item img{height: 250px; object-fit: cover;}
}

@media screen and (max-width: 1080px) {
	.colors{margin-left:2%}
	.content-area{margin-right:2%}
	.menu-top-container{margin-left:10px}
	.content-area{width:65% !important; margin-right:2%}
	.content-sidebar{width:28%; margin-right:2%; margin-left:2%}
	.contact{background-image:none !important}
	.thirds > div{padding:10px;}
	.video_wrapper img{min-height:600px;}
	
}

@media screen and (max-width: 970px) and (min-width:745px) {
}

@media screen and (max-width: 768px) {
    .header-main{border-bottom: 0}
    .video_wrapper .h_wrapper{width:40%; left: 20%;}
    .video_wrapper h3, .video_wrapper h2{font-size:16px;}
    .video_wrapper h2{margin-top:10px}
    .video_wrapper h1{font-size:16px;}
	.site-title{line-height: 50px;}
	.logo-wrapper{height: 50px;}
	.header-main, .site-header{min-height: 50px;}
	#menu-main li:last-of-type{position: relative;}
	.site-navigation a::after, .site-navigation li:last-of-type a:hover::after{display: none !important;}
	#citation .col-sm-8{font-size:1em; padding-top:0; padding-bottom: 0;}
	#citation .col-sm-2:last-of-type img{margin-top:170px;}
	 
    .thirds{margin-top:0 !important; min-height:270px !important; z-index: 0 !important; width:100%; position: relative;}
    .thirds .icon-wrapper, .thirds2 .icon-wrapper{padding:15px;}
    .thirds .icon-wrapper img, .thirds2 .icon-wrapper img{/*max-height: 42px;*/}
    .thirds p, .thirds2 p, .thirds a, .thirds2 a{font-size:0.8em}
    /*.principe h2, .realisations h2, .competences h2, .contact h2, .prise_charge h3{font-size:1.5em}*/
    .prise_charge a.green_bg, .card-body p, .principe p{font-size:1em}
    .thirds2{margin-top:40px; padding:0 !important}
    .thirds2 .col-xs-8.padding0{padding-left:15px !important; padding-top:0 !important}
    .thirds2 div.padding0 h2{margin-top:-5px !important}
    .site-navigation a{height: 50px !important; margin-top:0 !important}
    .thirds div h2{font-size:4vw !important; margin-top:10px;}
    .competences .col-xs-12, .principe .col-sm-8{padding-left:0}
    .footercenter .col-sm-2{text-align: center}
	.competences small, .competences h4{font-size:14px;}
	.competences p, .histoire p{font-size:16px !important;}
	.ms-info{font-size:18px !important;}
	.ms-info h2{font-size:22px !important;}
    .equipe p{max-width: 90%}
    
    .logo-wrapper{max-width: 20%}
    .primary-navigation.toggled-on .nav-menu{background-color:var(--green); }
    #menu-main-menu li:last-of-type{position: relative; background:transparent !important; text-transform: uppercase; margin-top:0 !important}
    #menu-main-menu li:last-of-type a{text-shadow:0px 2px 4px #000000 !important; line-height:1;}
    .site-navigation a:hover::after {width:40px;}
    
	.wpsisac-image-slide img{width:auto !important; height:auto !important}
	.wpsisac-slick-carousal button.slick-prev, .wpsisac-slick-carousal button.slick-prev:hover, .wpsisac-slick-carousal button.slick-prev:focus, .wpsisac-slick-carousal.design-6 .slick-prev, .wpsisac-slick-carousal.design-6 .slick-prev:hover, .wpsisac-slick-carousal.design-6 .slick-prev:focus{left:-30px !important}
	.wpsisac-slick-carousal button.slick-next, .wpsisac-slick-carousal button.slick-next:hover, .wpsisac-slick-carousal button.slick-next:focus, .wpsisac-slick-carousal.design-6 .slick-next, .wpsisac-slick-carousal.design-6 .slick-next:hover, .wpsisac-slick-carousal.design-6 .slick-next:focus{right:-30px !important}
	.wpsisac-slick-carousal.design-6 .slick-arrow{top:48%}
	.header-social{display: none}
	.footercenter .col-sm-4{margin-top:15px;}
	.contact .col-sm-6{padding-left:0 !important}
	.bottom{margin-top:0 !important}
	
	.content-area{width:100% !important; margin:0; padding:0 !important/*padding:20px; padding-top:48px*/}
	
	.menu-top-container{margin-left:20px}
	.cf{width:95%}
	.wpcf7-form .bottom input[type="reset"]{margin-left:10px}
	.wpcf7-form textarea {width:inherit}
	.search-box-wrapper{display:none}
	.content-sidebar{width:90%; margin-left:5%}
	.main-content2{display:none}
	.main-content3{display:block !important; margin-top:-70px !important}
	.under-footer-left{width:90%;margin-left:5%; float:none; text-align: center}
	.under-footer-left a:last-of-type{margin-right: 0}
	.under-footer-right{width:95%;margin-left:5%; float:left; text-align:center}
	#nav_menu-3, #nav_menu-4,#text-8{display:none}
	.topcenter .facebook-wrapper{display:none}
	.primary-navigation{float:left; clear:both; width:100%}
	.current_page_item a{border:none !important}
	.site-navigation li a:hover {
		/*background:url(images/orange-bg.png) repeat-x 0px 60px; */
		/*overflow:hidden;*/
		border-bottom:none !important;
	}
	.half-box{width:100%}
	.color1, .color2, .color3, .color4{width:44%}
	ul#horizontal-list{min-width:100px; max-width:100%}
	.damon-wrapper{width:100%}
	.damon-wrapper div{max-width:46%; margin-right:2%; margin-left:2%;}
	.damon-wrapper img{max-width:100%}
	.site-center h4{font-size:16px; line-height:17px; margin-top:0}
	.site-center .site-center-text{width:96%}
	ul#horizontal-list li{float:left; width:100%; text-align:center}
	.site-center .img-wrapper{width:100%}
	.site-title a img{/*max-width:50%*/}
	.site-content .entry-content{padding:0 10px !important}
	.damon-wrapper div{width:46%}
	.under-footer-left, .under-footer-right{line-height:25px}
	.under-footer-left a:before { content: '\00000A'; display:block; }
	.marginTop{margin-top:150px;}
	.competences h5, .histoire h4{font-size:20px;}
	h3{font-size:22px;}
	.realisations_bg{background-size:10%; background-position: left top}
	.histoire_bg{background-position: right top}
    .soin-wrapper{min-height: 170px;}
    .histoire{padding-top:0}
    .competences .col-xs-12{margin-top:60px;}
    .card-header h5{font-size:1.8em}
    .thirds2 div h2, .contact h3{font-size:1.5em !important}
    .prise_charge h3{margin-top:25px;}
    .footercenter{width:100%;}
    .footercenter .col-sm-2:last-of-type{text-align: center}
    .prise_charge h3::before,#cabinet .inside > h2::before, .histoire_bg h3::before {top:-10px; left:-10px; height: 20px; width:20px;}
    .video_wrapper img{min-height:350px; object-position: left center;}
}

@media screen and (max-width:480px){
	/*video{display: none}*/
	.flex{display: flex; flex-direction: column}
	.flex div.col-sm-6:nth-of-type(1){order:2}
	.marginTop{margin-top:0}
	.qui{margin-bottom: 0}
    .logo-wrapper{max-width: 25% !important; float:none !important; margin:0 auto; position: relative !important}
    .footercenter{width:100% !important}
    .footercenter a{margin-right: 0 !important}
    .footercenter .col-sm-8{line-height: 30px !important; font-size:15px !important; }
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}