/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.announcement {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: black;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 0.8em;
}

.announcement a { 
  color: #ccc; 
}

.announcement a:hover {
  color: red;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.4 'Roboto', sans-serif;
	color:#444;
	background: #F3F3F3;
}

section {
	overflow: auto;
	padding: 30px 50px;
	background-color: #FFF;
}

.page article.page {
    padding: 0 100px;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	 font-weight: 700 !important;
}

h1 {
	font-size: 45px;
}

.page h1 {
	text-align: center;
}

h2 {
	font-size: 34px;
	line-height: 41px;
}

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

.section-title span {
    display: block;
    border-top: 5px solid;
    width: 80px;
    margin-bottom: 20px;
    color: #f39200;
}

.section-title span.center {
	margin: 0 auto 20px;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#f39200;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input {
    display: block;
    border-radius: inherit;
    height: 50px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
	width: 100%;
	padding-left: 15px;
	margin-bottom: 20px;
	 border: 1px solid #cbcbcb;
}

input:focus {
	border: 1px solid #000 !important;
}

.boutoncta {
    background: #f39200;
    padding: 20px 30px;
    color: #FFF;
    border: 0;
    text-align: center;
    display: inline-block;
    font-size: 16px;
	 height: auto;
}

.boutoncta:hover {
	background: #444;
	color: #FFF;
}

.boutonfantome {
    border: 1px solid #C3C3C3;
    padding: 20px 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
	 height: auto;
	 color: #444;
}

.boutonfantome:hover {
/*	text-shadow: 0.25px 0px 0.1px, -0.25px 0px 0.1px;*/
	border: 1px solid;
} 

.noticefantome {
    font-weight: bold;
    color: #f59300;
    border: 2px solid;
    padding: 10px 15px;
    display: inline-block;
}

#top_nav .menuboutonhighlight a,
#top_nav_all .menuboutonhighlight a {
    background: #f59300;
    padding: 10px;
	 color: #fff;
}

#top_nav .menuboutonhighlight:hover,
#top_nav_all .menuboutonhighlight:hover {

    transform: scale(1.1);
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

#top_nav .menuboutonhighlight a:hover,
#top_nav_all .menuboutonhighlight a:hover {
    font-weight: inherit;
    border-bottom: none !important;
	padding-bottom: 10px !important;
}

.iconcontact {
    background: url(img/picto_mail_blanc.png) no-repeat center;
    background-size: 30px;
}

.iconcontact a {
	color: transparent !important;
}

.iconattestation {
    background: url(img/picto_telecharger_attestation.png) no-repeat left center;
}

.iconattestation a {
    color: #f39200 !important;
    padding-left: 35px;
    font-weight: bold;
}

.notice_sinistre {
    background: #f3f3f3;
    padding: 20px;
}

.notice_sinistre li {
    margin-bottom: 5px;
    margin-left: 20px;
}

.asterisk {
    display: block;
    margin-top: 20px;
    font-style: italic;
    font-size: 13px;
}

.slider {
	text-align: center;
}

iframe {
	width: 100%;
}

#menu-item-48 {
	display: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	background: #f59300;
	height: 90px;
	padding: 20px;
}

#header_all.header {
    background: #5d5d5d;
 	 padding: 15px 20px;
    height: inherit;
    box-shadow: 0px 4px 16px 0px #d6d6d6;
    position: relative;
}

.header_home {
	background: url("img/header.jpg");
	min-height: 640px;
	padding: 30px;
}

.header_wrap {
	background: #626262;
	min-height: 200px;
	color: #FFF;
	display: flex;
}

.header_wrap h1 {
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 45px;
    margin: auto;
}

.header_home h1 {
    text-align: center;
    display: block;
    margin-top: 140px;
    margin-bottom: 0px;
    font-size: 45px;
    color: #fff;
    line-height: normal;
    text-shadow: 0 0 15px rgba(0, 0, 0, .4);
}

.header_home h3 {
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, .4);
    margin-top: 10px;
}

/* logo */
.logo {

}
.logo-img {
	width: 160px;
	max-width: inherit;
}
/* nav */
.nav {

}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul li {
	display: inline-block;
	margin-right: 25px;	
    height: 30px;
}

.nav ul li a {
	font-size: 16px;
}

.nav ul li a:hover {
	border-bottom: 3px solid;
	padding-bottom: 20px;
}

.nav ul li.current-menu-item a {
 	font-weight: bold;
	border-bottom: 3px solid;
	padding-bottom: 20px;
}

#top_nav_all.nav ul li a:hover,
#top_nav_all.nav ul li.current-menu-item a {
    border-bottom: 5px solid #d47f00;
    padding-bottom: 21px;
}

#top_nav {
    text-align: right;
    padding: 5px 0;
}

#top_nav_all {
    text-align: right;
    padding: 9px 0 0;
}

#top_nav li:last-child,
#top_nav_all li:last-child {
	margin-right: 0;
}

#top_nav a,
#top_nav_all a {
	color: #FFF;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	padding: 50px 0;
	text-align: center;
}

.footer .logo-img {
    margin: 0 auto;
    display: block;
}

.footer .nav {
    margin-top: 30px;
}

.footer .nav ul {
	margin-left: inherit;
	padding: 0;
}

.footer .nav ul li {
    display: inline;
    font-size: 16px;
    margin-right: 20px;
}

.footer .nav ul li a {
	color: #626262;
}

.footer .nav ul li a:hover {
    text-shadow: 0.25px 0px 0.1px, -0.25px 0px 0.1px;
    border: 0;
    text-decoration: underline;
}

.footer .nav ul li.current-menu-item a {
    padding: 0;
    border-bottom: 0;
}

.footer .nav#extra-nav ul li {
    font-size: 14px;
}

.footer .nav#extra-nav ul li a {
    color: #959595;
}

/* nav social */
.footer .nav#social-nav ul li {
    margin-right: 10px;
}

.footer .nav#social-nav ul li a:hover {
	border: none;
}

.footer .nav#social-nav ul li a img:hover,
.footer .logo-img:hover {
	opacity: 0.7;
}

.super-field.grouped.grouped-start {
    padding: 0 !important;
}

.super-button.super-type-flat a .super-button-name {
	font: 400 16px/1.4 'Roboto', sans-serif;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

section#intro {
	text-align: center;
}

section#intro .columns {
	padding: 0 130px;
}

section#confiance {
	background: transparent;
	text-align: center;
	margin: 10px 0 40px;
}

section#actus a {
	color: #444;
}

section#actus article {
	width: 340px;
	height: 420px;
	overflow: auto;
	float: left;
}

section#actus article:nth-child(2) {
	margin-right: 20px;
	position: relative;
}

section#actus article:nth-child(3), 
section#actus article:nth-child(4) {
    width: 200px;
    height: auto;
    box-shadow: 0px 0px 3px #bbb;
	margin-bottom: 20px;
	 background-image: none !important;
}

section#actus article:nth-child(2):hover, 
section#actus article:nth-child(3):hover, 
section#actus article:nth-child(4):hover {

    box-shadow: 0px 0px 7px #999;

}

article .actus-title {
    background: #626262;
    margin: 15px;
    color: #FFF;
    padding: 15px;
	font-weight: bold;
}

a.actus_link {
    display: inline-flex;
    text-align: center;
    border: 1px solid #C3C3C3;
    padding: 15px 22px;
    margin-top: 34px;
}

section#actus article:nth-child(2) .actus-title {
	position: absolute;
	bottom: 0;
	 min-width: 310px;
}

section#actus article:nth-child(2) .actus-title a {
	color: #FFF; 
}

section#actus article:nth-child(3) .actus-title,
section#actus article:nth-child(4) .actus-title {
	margin: 0;
	background: #FFF;
	color: inherit;
}

article .actus-title span.date {
	font-weight: 400;
	display: block;
}


section#produits {
    text-align: center;
    padding: 30px 0;
}

section#produits .row{
    padding: 0 80px;
}

section#produits .fondgris {
    background-image: url(img/pixel.png);
    height: 190px;
    bottom: 0;
    margin-top: 180px;
}

section#produits h3 {
	color: #FFF;
	font-weight: normal;
}

section#produits h3 span {
	font-weight: bold;
}

section#produits a img:hover {
    margin-top: -20px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}


section#pourquoiverspi {
    background: #444;
    text-align: center;
    color: #FFF;
}

section#pourquoiverspi h2 {
    margin-bottom: 45px;
	 margin-top: 10px;
}

section#pourquoiverspi img {
	height: 80px;
	margin-bottom: 15px;
}

section#devis {
	background: transparent;
	text-align: center;
} 

section#blog article {
    width: 100%;
    height: 420px;
	position: relative;
	margin-bottom: 50px;
}

section#blog .four.columns:nth-child(4) {
	margin-left: 0;
}

section#blog article .actus-title {
    background: #626262;
    margin: 15px;
    color: #FFF;
    padding: 15px;
    font-weight: bold;
	position: absolute;
    bottom: 0;
    min-width: 310px;
}

section#blog a {
	color: #FFF;
}

section#blog .pagination a {
	color: #444;
}

section#blog .pagination .page-numbers.current {
    background: #f59300;
    color: #FFF;
    padding: 0 5px;
}

section#contact img {
    max-height: 30px;
    float: left;
	 margin-right: 10px;
}

.pictos_evenement img {
	margin-top: -5px;
}

iframe#recap {
	min-height: 900px;
	border: 0;
	overflow: auto;
}

section#temoignages {
	 background-color: #f39200;
    color: #FFF;
	 padding-bottom: 50px;
}

section#temoignages h2 {
	text-align: center;
}

section#temoignages .prenom {
	font-weight: bold;
}

section#temoignages .titre {
	font-style: italic;
	margin-bottom: 10px;
}

section#temoignages .message {
	padding: 0 90px;
}

section#temoignages blockquote {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    width: 70%;
    background: url(img/quote_right.png) no-repeat right bottom;
    background-size: 40px;
    text-indent: -25px;
    padding-right: 25px;
    padding-left: 25px;
}

section#temoignages .author {
    float: right;
    margin-top: 50px;
	 text-align: left;
}

section#temoignages .author .name {
    font-size: 18px;
    font-weight: bold;
}

section#temoignages .nbs-flexisel-nav-left, section#temoignages .nbs-flexisel-nav-right {
	color: #FFF;
}

#super-form-1596 .usercheck,
#super-form-2268 .usercheck {
    background-color: #f9f9f9 !important;
    margin-bottom: 30px !important;
	 padding: 20px 20px 0px 20px !important;
}

.tarificateur {
	text-align: left;
}

body.page-template-page-sacem #header_all.header {
	box-shadow: none;
}

section#bandeausacem {
	background: url(img/bandeausacem.png);
	min-height: 440px;
}

section#bandeausacem img {
    margin: 50px auto 0;
    display: block;
}

section#bandeausacem h1 {
	color: #fff;
}

section#bicouleursacem {
	padding: 0 !important;
}

section#bicouleursacem .one-half {
	min-height: 30px;
	width: 50%;
}

section#bicouleursacem .orange {
	background: #f39200;
}

section#bicouleursacem .rouge {
	background: #e52d09;
	margin-left: 0;
}

section#contenusacem {
	padding: 30px 220px 70px;
}

section#avantagessacem {
	padding: 30px 220px;
}

section#avantagessacem h2 {
	text-align: center;
	margin: 10px 0 50px 0;
}

section#avantagessacem {
	background: url("img/bandeauavantagessacem.png");
	background-size: cover!important;
}

section#avantagessacem .avantage_item {
    padding-left: 70px;
    margin-bottom: 30px;
    background-size: 50px !important;
    background-position: left center !important;
	 min-height: 75px;
    background-repeat: no-repeat !important;
}

section#avantagessacem .avantage1 {
	background: url("img/picto_offre_2.png") no-repeat;
}

section#avantagessacem .avantage2 {
	background: url("img/picto_protection.png") no-repeat;
}

section#avantagessacem .avantage3 {
	background: url("img/picto_geotracage.png") no-repeat;
}

section#avantagessacem .avantage4 {
	background: url("img/picto_frais.png") no-repeat;
}

section#tarificateursacem {
	padding: 70px 220px;
}

section#tarificateursacem h2 {
	text-align: center;
	margin: 0 0 50px;
}

section#related h2 {
    text-align: center;
}

section#related #recent-posts {

}

section#related #recent-posts p {
   margin: 0 0 20px 0;
   font-size: 12px;
}

section#related .recent-post-thumbnail {

}

section#related .recent-post-thumbnail a {
    font-size: 16px;
    text-align: center;
}

section#related .wp-post-image {
	width: 100%;
    margin-bottom: 15px;
    object-fit: cover;
	max-height: 300px;
}

@media only screen and (max-width:550px) {
	section#related .wp-post-image {
		max-height: 490px;
	}
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (max-width:480px) {
	
	.wrapper {
		width: 100%;
	}
	
	.columns.logo_wrap.two {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f59300;
    height: 80px;
    top: 0px;
    left: 0;
    position: absolute;		
	}

	.columns.logo_wrap.two .logo-img {
    top: 0;
    left: 0;
    position: absolute;
    width: 200px;
    padding: 20px;
	}	
	
	
	h1 {
	font-size: 28px !important;
/*		margin-top: 8px !important;*/
	}

	h2 {
		 font-size: 32px;
		 text-align: left;
		 line-height: 38px;
		 margin: 20px 0;
	}
	
	.home h2 {
		 
	}
	
	h2 span {
		margin: 0 0 20px !important;
	}
	
	.section-title span.center {
		
	}

	h3 {
		font-size: 18px;
		line-height: 27px;
	}
	
	.boutoncta {
    margin: 0 auto;
    text-align: center;
    display: block;
	}
	
	input.boutoncta {
		width: 100% !important;
	}
	
	.boutonfantome {
    width: 100%;
    margin-bottom: 20px;
	}
	
	section#missions h3 {
    margin-top: 15px;
	}
	
	.header_wrap {
		 min-height: 100px;
		 color: #FFF;
		 display: flex;
	}
	
	.header_wrap h1 {
		line-height: normal;
	}
	
	.logo {
		 margin-left: 12%;
	}
	
	section {
		padding: 20px !important;
	}
	
	section#content {
    padding: 30px;
	}
	
	article {
		max-width: 100%;
	}
	
	.header {
		 height: auto;
	}
	
	.header_home h1 {
	 	 margin: 100px 0 30px;
		 font-size: 36px !important;
	}
	
	.header_home {
		min-height: 480px;
	}
	
	#mega-menu-wrap-header-menu {
        margin-top: 5px;
	}
	
	#chiffres p.notice {
		margin: 0;
	}
	
	#newsletter p.notice {
		margin-top: 0;
	}	
	
	section#actus article:nth-child(3), section#actus article:nth-child(4) {
        width: 100%;
        height: auto;
	}
	
	section#actus article:nth-child(2) {
        margin-right: 0 !important;
        margin-bottom: 20px;
        height: 316px;
        width: 100%;
	}
	
	section#actus a {
        width: 100% !important;
        text-align: center;
        margin: 10px 0 20px;
	}
	
	#component nav {
        margin: 0 auto;
        text-align: center;
	}
	
	.component li img {
		margin: 0 auto;
	}
	
	.component-small nav a.prev {
		margin-left: inherit !important;
	}
	
	#sm_input {
		width: 100%;
	}
	
	#sm_submit {
		 /* margin: 0 auto; */
		 display: block;
		width: 100% !important;
	}
	
	.footer {
    padding: 30px 0 15px;
	}
	
	.footer .nav {
	 margin: 30px 0;
	}
	
	#footer-nav li,
	#extra-nav li {
		display: block;
		margin: 0;
	}
	
	.footer .logo-img {
		max-width: 60%;
	}
	
	.footer .nav ul li a:hover {
    border-bottom: 0;
	}
	
	.livres-blancs {
    min-height: 500px;
	}
	
	#component nav {
	margin-left: 0;
	margin-top: 50px;
	}
	
	.indication {
    text-align: center;
	}
	
	img.alignleft {
		height: auto !important;
		float: inherit !important;
		margin: 0 !important;
		width: 100%;
	}
	
	img.wp-image-607,
	img.wp-image-608 {
		display: none;
	}
	
	section#actus article:nth-child(2) .actus-title {
    min-width: 91%;
	}

	button.accordion h3 {
		font-size: 16px;
		max-width: 85%;
	}
	
	blockquote {
    background: url(img/icons/quotes.png) no-repeat 10px 25px #52cdcb;
    padding: 10px;
	}
	
	blockquote p {
    padding-left: 35px;
    color: #FFF;
    font-size: 18px;
	 word-break: break-word;
	 padding-right: 15px;
	}
	
	section#pictos .four {
		margin-bottom: 30px;
	}
	
	#header_all {
    height: 80px !important;
    background: #f59300 !important;
	}
	
	#pourquoiverspi .three.columns {
		margin-bottom: 50px;
	}
	
	section#intro .columns {
    padding: 0;
	}
	
	section#produits {
		background: #444;
		padding: 50px 0 0 !important;
	}
	
	section#produits .fondgris {
		display: none;
	}
	
	section#produits .three.columns {
    margin-bottom: 30px;
	}
	
	.pictos_evenement {
		text-align: center;
	}
	
	.pictos_evenement img {
		 width: 100px;
		 margin: 0 auto 10px !important;
		 display: block;
	}
	
	img.wp-image-76 {
		margin-bottom: 10px !important;
	}
	
	section#contact .four.columns {
		margin-top: 30px;
		text-align: center;
	}
	
	section#contact .four.columns img {
		 display: block;
		 margin: 0 auto 10px;
		 float: none;
	}
	
	.page article.page {
    padding: 0;
	}
	
	section#temoignages .message {
    padding: 0 50px;
	}
    
    section#related .recent-post-thumbnail {
        margin-bottom: 20px;
    }
    
    section#related .recent-post-thumbnail a.lelien {
        text-align: center;
        display: block;
        margin-bottom: 20px;
        font-size: 20px;
    }    
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

	.wrapper {
		width: 100%;
	}
	
	.header .two.columns {
		width: 100%;
	}
	
	.logo {
	  margin: 0 auto;
    float: none;
	}
	
	#newsletter p.notice {
		margin-left: 0;
	}
	
	#chiffres p.notice {
		margin-left: 15px;
		margin-top: 150px;
	}
	
	.home article {
    width: 370px;
	}
	
	section#actus article:nth-child(2) .actus-title {
    min-width: 340px;
	}

	section#actus article:nth-child(3), section#actus article:nth-child(4) {
    width: 185px;
    height: 125px;
    box-shadow: 0px 0px 7px #999;
    margin-top: 20px;
	}
	
	.livres-blancs nav {
    margin-left: 7px;
	}

}

@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1310px) { 

	header {
		height: auto !important;
		padding-bottom: 0 !important;
	}
	
	.logo_wrap {

	}
	
	.logo {
    float: none !important;
    margin: 10px auto 0 !important;
	}
	
	header .nav {
	 margin-top: 10px;
	}
	
	.ten.columns {

	}
	
	#mega-menu-wrap-header-menu #mega-menu-header-menu {
		text-align: right !important;
	}
	
	.header_home h1 {
    margin-top: 65px;
	}
	
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
		display: none !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 6px !important;
    	font-size: 14px !important;
	}
}


@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media only screen and (max-width:960px) {
/*
	#mega-menu-wrap-header-menu {
		display: none !important;
	}
*/
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#f39200;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#f39200;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#f39200;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
h1.section-title.ta-l {
    text-align: left;
}