/* HIDE DURING PAGE LOAD (show via JS)
-------------------------------------------------- */



/* CUSTOMIZE THE GLOBAL STYLES
-------------------------------------------------- */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #222;
	background-color: transparent;
}
html, body {
	height: 100%;
	line-height: 1em;
}
#wpadminbar, #wpadminbar * {
	display: none !important;
	top: -33px !important;
	line-height: 0 !important;
	font-size: 0 !important;
	height: 0 !important;
}
.fullBg {
	position: fixed;
    z-index: -101;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;  
	/*background-image: url(../img/bg_page.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff;
}
.lt-ie9 .fullBg {
	-ms-behavior: url(http://w-mc.be/backgroundsize.min.htc);
	behavior: url(http://w-mc.be/backgroundsize.min.htc);
	background-position: left top;
}

a {
	color: #888;
	outline: 0 !important;
}
a.moretag {
	font-weight: 800;
}
a:hover {
	color: #877f77;
	text-decoration: none;
}
a:focus, a:selected, a:active, a:visited {
	border: none;
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #222;
}
h1, .h1 {
	font-size: 2.2em;
	color: slategray;
}
h2, .h2 {
	font-size: 1.6em;
}
h3, .h3 {
	font-size: 1.4em;
}
h4, .h4 { 
	font-size: 1.2em;
}
.alignRight, .alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.alignLeft, .alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
.thin {
	font-weight:300;
}
#borders {
	width: 100%;
	overflow: hidden;
}
#primary {
	padding: 120px 0 3% 0;
}


/* Parallax */
.parallax-window {
    min-height: 300px;
    background-color: transparent;
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
}
#footerParallax.parallax-window, #divider.parallax-window {
    min-height: 400px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #877f77;
}

.no-parallax {
	padding-top: 74px;
}

/* CHROMEFRAME */
.chromeframe {
	position: absolute;
	z-index: 10000;
	width: 100%;
	top: 0px;
	overflow: hidden;
	background-color: #f00;
}
.chromeframe p {
	font-size: 14px;
	color: #fff;
	padding: 10px;
	margin: 0px;
}


/* LOGO */
.site-logo {
	background: transparent url(../img/logo-aec.png) no-repeat left top;
	position: absolute;
	z-index: 1040;
	width: 130px;
	height: 130px;
	padding: 0;
	margin: -150px 0 0 0;
}
.persistent .site-logo {
	background: transparent url(../img/logo-aec-mini.png) no-repeat left top;
	position: fixed;
	width: 60px;
	height: 60px;
	left:  5px;
	margin: 5px 0 !important;
}
.site-logo:hover {
}
.site-logo a {	
	display: block;
	height: 130px;
}
.persistent .site-logo a {	
	height: 60px;
}
.site-logo a:hover {
	background-color: transparent;
	text-decoration: none;
}
.site-logo span {
	display: none;
}
.home .subLogo {
position: absolute;
z-index: auto;
width: 320px;
margin-left: -10px;
background-color: rgba(255,255,255,0.5);
}

/*TAGLINE-DESCRIPTION*/
.site-description {
	
}
.lt-ie9 .site-description {
}
.lt-ie9 .site-description span {
	
}

/* HEADER CUSTO */
.site-header-bg {
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	content:"";
	height: 160px;
}
.siteHeadTrans {
	background-color: rgba(255,255,255,0.7);
	height: 160px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 10;
}
.persistent .site-header .container {
	max-width: 100%;	
}
.headLogout {
	position: absolute;
	z-index: 11;
	top: 1em;
	right: 1em;
}
.headLogout a {
	font-weight: 600;
}

/* CUSTOMIZE THE NAV BAR
-------------------------------------------------- */
.navbar {
	top: 160px;
	margin-bottom: auto;
	min-height: inherit;
	background-color: #efefef;
	border-top: 3px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.navbar .container {
	/*max-width: 100% !important;*/
}
.navbar-collapse {
	max-height: none;
}
.navbar-fixed-top {
	position: absolute;
}
.persistent .navbar-fixed-top {
	position: fixed;
	z-index: 1030;
}
.persistent .navbar {
	top: 0px !important;
	bottom: auto;
	border-top: none;
}
.navbar-nav li a {
	padding: 18px 10px;
	color: #444;
	font-size: 1.3em;	
	font-weight: 400;
	/*border-left: 1px solid #877f77;
	border-right: 1px solid #877f77;*/
	margin-left: -1px;
}
.navbar-nav li.newDoc a {
	background-color: limegreen;
	color: #fff;
}
.navbar-nav li.newDoc a:before {
    content: "\f005";
    font-family: FontAwesome;
	padding-right: 0.4em;
	color: yellow;
}

.navbar-nav li.newDoc a:hover {
	background-color: darkgreen;
	color: #fff;
}

.persistent .navbar-nav li a {
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: none;
	margin-left: 0;
}
.navbar-nav .dropdown-menu li a {
	padding: 3px 10px;
}
.nav li a:hover {
	color: #877f77;
	background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
    border-color: transparent;
	color: #877f77;
}
.navbar-toggle {
	margin-right: 26px;
}
.navbar-toggle .icon-bar {
	background-color: #877f77;
}
.menu-header {
	margin-left: -25px;
}
.menu-header.logged-menu {
	margin-left: 0;
	margin-right: -25px;
	margin-top: -1px;
	float: right;
}
.menu-header.logged-menu li a {
	font-weight: 100;
}
.persistent .menu-header {
	padding-left: 80px;
	margin-left: 0;
}
.dropdown-menu {
	margin-left: -2px;
	background-color: #fff;
}
.nav .caret, .nav a:hover .caret {
	border-bottom-color: #877f77;
    border-top-color: #877f77;
}


/* Social Share */
div.sharedaddy {
	padding-top: 3em !important;
}
div.sharedaddy h3.sd-title {
	/*display: none !important;*/
	float: left;
    padding-right: 2em;
	font-weight: 200;
}
div.sharedaddy h3.sd-title {
	display: none !important;
}
.home .sd-content ul, .archive .sd-content ul, .page-template-page-category-list .sd-content ul {
	text-align: center;
}
.sd-social-icon .sd-content ul li[class*="share-"] a, .sd-social-icon .sd-content ul li[class*="share-"] a:hover, .sd-social-icon .sd-content ul li[class*="share-"] div.option a {
    /*-moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;*/
	border: 2px solid #fff !important;
}



/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
footer{
	padding-bottom: 0px;
	line-height: 1.4em;
	background-color: #fff;
}
footer .sharedaddy {
	display: none;
}
footer .row {
	padding-bottom: 20px;
}

.widget {
    min-height: 170px;
    padding: 0 2em;
}
.firstWidget {
	padding: 0 2em 0 0;
}
.lastWidget {
	padding: 0 0 0 2em;
}
.widget ul {
	padding-left: 0;
}
.widget li {
	padding-bottom: 0.6em;
}
.widget li a {
	font-size: 1.2em;
	font-weight: 200;
	color: #fff;
}
.widget li a:before {
    content: "\f054";
    font-family: FontAwesome;
	padding-right: 0.4em;
	color: #877f77;
}
.widget li a:hover {
	color: #877f77;
}
.widget iframe {
	border: 1px solid #e5e5e5 !important;
}
.widget .box_image  {
	float: right;
	margin: 0px 0px 10px 10px;
}
footer .widget .moreLink {
	display: none;
} 
footer .widget .footerMore .moreLink {
	display: block;
	width: auto;
}
footer h3 {
	padding-bottom: 0.7em;
	font-size: 1.8em;
}
footer a {
}
footer h3 a {
}
.one_new {
	min-height: 70px;
}
.validDiv {
	border: 3px solid green;
	padding: 0.4em;
	margin-bottom: 1em;
}
.failDiv {
	border: 3px solid red;
	padding: 0.4em;
	margin-bottom: 1em;
}

.validP {
	color: green;
}
.validP strong {
	color: #000;
}
.seeAllLink {
	line-height: 1.6em;
	clear: both;
	margin: 5px 0;
}
.seeAllLink a {
	font-size: 1.2em;
	display: block;
}
.seeAllLink a:hover {
	background-color: #000;
	color: #fff;
}
.contact_frame i {
	width: 1.2em;
	display: inline-block;
}
.bottomNav {
	background-color: #e5e5e5;
	color: #111;
	font-weight: 200;
	border-top: 1px solid #877f77;
	z-index: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}
.persistent .bottomNav .container {
	max-width: 100%;
}
.bottomNav ul {
	margin: 0 0 0 -5px;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
}
.persistent .bottomNav ul {
	margin: 0;
}
.bottomNav ul li {
	display: inline-block;
}
.bottomNav ul li a {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
	display: inline-block;
}

#disclaimer_menu {
	float: left;
}
.copyright {
	text-align: left;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 10px;
	line-height: 30px;
	display: inline-block;
	color:  #777;
}
.moreLink {
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
}
.entry-header .moreLink {
	margin-left: 15px;
	width: 30px;
	height: 30px;
}
.moreLink a {
	line-height: 20px;
	display: block;
	font-size: 18px;
	color: #bbb;
}
.entry-title .moreLink a {
	line-height: 30px;
	font-size: 28px;
}
.moreLink a:hover {
	background: #877f77;
	color: #fff;
}

/* Back to top */

.totop {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 104400;
}
.lt-ie9 .totop {
	display: none;
}
.totop a, .totop a:visited{
	border: 1px solid #877f77;
	background-color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	color: #877f77;
	text-align: center;
	line-height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.totop a:hover, #footer-opener a:hover {
	color: #fff;
	background-color: #877f77;
	text-decoration: none;
}

/* Go to bottom */
.toBottom {
	margin-top: 2em;
}
.toBottom a {
	display: block;
	text-align: center;
}
.toBottom a span:before {
	content: "\f107";
    font-family: FontAwesome;
	font-size: 4em;
	color: #877f77;
}

/* CUSTOMIZE THE CONTENT
-------------------------------------------------- */

.box_image  {
	float: left;
	margin: 0px 10px 0px 0px;
}
.box_image img {
	border: 1px solid #e5e5e5 !important;
}
.singleBigThumb {}
.singleBigThumb img {
	max-width: 100%;
	height: auto;
}
.homeHiddenContent {
	position: absolute;
	z-index: -10;
	max-width: 1024px;
	left: -10000px;
}
#content {
	padding: 0;
	overflow: hidden;
}
.entry-content {
	text-align: justify;
	line-height: 1.6em;
}
.entry-content h2 {
	clear: both;
}
.entry-content blockquote {
	border-left: none;
	font-style: italic;
	padding: 0;
}
.entry-content a {
	border-bottom: 1px solid #5FD3F2;
}
.entry-content a:hover {
/*	border-bottom: none;
	color: #5FD3F2;
*/}
.postMeta {
	clear: both;
	padding-top: 1em;
}
.postMeta a {
	font-style: italic;
}
.singleRelated {
	padding: 1em 0;
	text-align: right;
}
.singleAlbum {
}
#slideEntry {
	display: none;
}
.gallery figcaption {
	display: none !important;
}
.postTitle {
	background-color: transparent;
	line-height: 1.4em;
	font-size: 2.6em;
}

/* Responsive videos */
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.embed-youtube iframe,  
.embed-youtube object,  
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
		border: 1px solid #e2e2e2 !important;
}
legend {
	border: none;
}


/* Google maps embed scroll */
.scrolloff {
    pointer-events: none;
}

/* Category menu */
.sameCat {
	background-color: #fff;
    margin-top: 1em;
    padding: 1em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.sameCat h2 {
	margin-bottom: 30px;
}
.sameCat ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
.sameCat li {
	margin: 0;
	padding: 0;
}
.sameCat li:before {
    content: "\f054";
    font-family: FontAwesome;
	padding-right: 0.4em;
	color: #877f77;
}
.sameCat li a {
	line-height: 1.2em;
}

/* Team Pages */
.teamPict {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.teamPict img {
	border: 5px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


/* MASONRY GRID
-------------------------------------------------- */

.refGrid {
	margin-top: 2em;
	margin-bottom: 2em;
}
.grid-sizer { width: 25%; }
.item { width: 25%; }

.archives .item {
	padding: 10px;
}
.archives .item .innerEntry {
	padding: 10px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
}

@media screen and (max-width: 1020px) {
  .grid-sizer { width: 33.33%; }
  .item { width: 33.33%; }
}

@media screen and (max-width: 720px) {
  .grid-sizer { width: 50%; }
  .item { width: 50%; }
}

@media screen and (max-width: 480px) {
  .grid-sizer { width: 100%; }
  .item { width: 100%; }
}
.overlay {
    width: 100%;
    height: 0;
    background-color: rgba(0,0,0,0.5);
	background-position: left top;
	background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
}
.overlay h3.title {
    text-align: center;
    font-size: 20px;
	color: rgba(255,255,255,0.00);
}
.item img {
	max-width: 100%;
	height: auto;
}
.item:hover .overlay, .item:active .overlay {
    height: 100%;
}
.item:hover .overlay h3.title, .item:active .overlay h3.title {
	color: rgba(255,255,255,1.00);
}

/* CUSTOMIZE THE FRONT-END CMS
-------------------------------------------------- */

/* Login */
.message-error {
	color: red;
}
.message-success {
	color: green;
}
.message-info {
	color: skyblue;
}
.icon-attention:before {
    content: "\f071";
    font-family: FontAwesome;
	padding-right: 0.4em;
	color: red;
}
.icon-thumbs-up:before {
    content: "\f087";
    font-family: FontAwesome;
	padding-right: 0.4em;
	color: green;
}
.icon-bell:before {
    content: "\f0a2";
    font-family: FontAwesome;
	padding-right: 0.4em;
	color: skyblue;
}
.icon-edit:before {
    content: "\f044";
    font-family: FontAwesome;
	padding-right: 0.4em;
	font-style: normal;
}
.icon-pdf:before {
    content: "\f1c1";
    font-family: FontAwesome;
	padding-right: 0.4em;
	font-style: normal;
}


#login-tabs {
	margin: 0;
	padding: 0;
}
#login-tabs li {
	display: inline-block;
	padding: 1em 1.5em;
	border: 1px solid #ddd;
	background-color: #E5E5E5;
}
#login-tabs li a {
	color: #888;
}
#login-tabs li a:hover, #login-tabs li.active-tab a {
	color: #000;
}
#login-tabs li.active-tab {
	background-color: #fff;
	border-bottom-color: #fff;
}
#page-login {
	border: 1px solid #ddd;
	padding: 2em;
	margin-top: -1px;
}
#page-login label {
	min-width: 30%;
}
#wp-submit.button, .acf-button {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #5cb85c;
    border-color: #4cae4c;
    color: #ffffff;
}
.acf-button {
	background-color: #5bc0de;
    border-color: #46b8da;
}
.acf-button[type="submit"] {
	background-color: #5cb85c;
    border-color: #4cae4c;
}
#wp-submit.button:hover {
	background-color: #47a477;
    border-color: #398439;
	color: #fff;
}
.acf-button:hover {
	background-color: #39b3d7;
    border-color: #269abc;
	color: #fff;
}
.acf-button[type="submit"]:hover {
	background-color: #47a477;
    border-color: #398439;
	color: #fff;
}
.acf-actions li {
    float: none !important;
    margin-left: 0px !important;
}

/* Edition */
#edit-post, #edit-post2 {
	position: fixed;
	z-index: 2000;
	overflow-X: none;
	overflow-y: auto;
	left: 0;
	width: 100%;
	display: none;
}
#edit-post .edit-close-wrap, #edit-post2 .edit-close-wrap {
	position: fixed;
	z-index: 2001;
	width: 100%;
	overflow: hidden;
	background-color: #e5e7e9;
	border-bottom: 1px solid #46b8da;
	padding: 10px 30px 10px 20px;
	top: 0;
	left: 0;
}
#edit-post .edit-close-wrap button, #edit-post2 .edit-close-wrap button, #edit-post .edit-close-wrap #pdfButt, #edit-post2 .edit-close-wrap #pdfButt {
	float: right;
	margin-left: 5px;
}
#edit-post .acf-form-submit, #edit-post2 .acf-form-submit {
	position: fixed;
	z-index: 2002;
	top: 10px;
	left: 20px;
}
#edit-post .acf-form-submit.defSubmit, #edit-post2 .acf-form-submit.defSubmit {
	position: relative;
	z-index: auto;
	top: auto;
	left: auto;
}
fieldset {
	border: 1px solid #ccc;
	padding: 2em;
	background-color: #fff;
}
legend {
	width: auto;
	display: inline-block;
}
input, select, textarea {
    border: 1px solid #ddd;
}
input:focus, select:focus, textarea:focus {
    border: 1px solid #aaa;
	font-size: 1.2em !important;
	padding: 0.6em !important;
	height: auto !important;
	color: #111;
	background-color: #FDFFE5;
}

.acf-fields > .acf-field {
    border-top: none !important;
    padding: 15px 0 !important;
}
.acf-table {
	border: none !important;
}
.acf-field .acf-label label {
    color: deepskyblue;
    font-size: 1.5em;
    font-weight: 200 !important;
    padding: 1em 0 0.4em !important;
}
.acf-table .acf-field .acf-label label {
    color: #222;
    font-size: 1em;
    font-weight: 600 !important;
    padding: 0.2em 0 0.2em !important;
}
.finish .acf-form-submit {
	/*display: none !important;*/
}

/* Archives Notes de validation */
.notValid {
	background-color: red; 
	display: inline-block; 
	width: 20px; 
	height: 20px;
	content: '';
}
.valid {
	background-color: limegreen; 
	display: inline-block; 
	width: 20px; 
	height: 20px;
	content: '';
}
.notYet {
	background-color: silver; 
	display: inline-block; 
	width: 20px; 
	height: 20px;
	content: '';
}


/* CUSTOMIZE THE ARCHIVES
-------------------------------------------------- */

.archives .entry, .archives .masonry-entry {
	max-width: 220px;
	float: left;
	background-color: rgba(255,255,255,0.8);
	padding: 1em;
	margin: 0.9%;
	text-align: center;
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;

}
.lt-ie9 .archives .entry, .lt-ie9 .archives .masonry-entry {
	background-color: transparent;
	background-image: url(../img/bg_white-75.png);
	background-repeat: repeat;
}
.archives .box_image img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.archives h2 {
}
.archives .keywords {
	font-size: 12px;
	text-align: left;
}
.archives .keywords a {
	color: #666;
}
.archives .keywords a:hover {
	color: #877f77;
	text-decoration: underline;
}
figcaption.wp-caption-text {
	font-size: 10px;
	text-align: left;
	line-height: 1em;
	padding: 0.6em;
	background-color: #e5e5e5;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
}

/*  Archives Nav */
.archiveNav {
	clear: both;
	text-align: center;
	display: block;
	padding-top: 3em;
}
.archiveNav li {
	display: inline;
}

.archiveNav a,
.archiveNav a:hover,
.archiveNav .active a,
.archiveNav .disabled {
	background-color: #fff;
	cursor: pointer;
	padding: 10px;
	padding: 0.7rem;
	border: 1px solid #e2e2e2;
	color: #222;
	text-decoration:none;
}
.archiveNav .current {
	padding: 10px;
	padding: 0.7rem;
}

.archiveNav a:hover,
.archiveNav .active a,
.archiveNav .current {
	background-color: #877f77;
	border: 1px solid #877f77;
	color: #fff;
}


/* Home page */

.heightFixHome {
		background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	/*background-attachment: scroll;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #eee;
}
.lt-ie9 .heightFixHome {
	-ms-behavior: url(http://w-mc.be/backgroundsize.min.htc);
	behavior: url(http://w-mc.be/backgroundsize.min.htc);
	background-position: left top;
}
.home .entry-content {
	padding-top: 3em;
	font-size: 1.2em;
}
.home .homeAddress aside {
	background-color: #fff;
	padding: 1em;
	border: 1px solid #e2e2e2;
}
.home .homeDivider {
	padding-top: 5em;
}
.homeH2 {
	text-align: center;
	border-bottom: 1px dotted #877f77;
	margin-bottom: 3em;
}
.homeH2 span {
	padding: 1em;
	background-color: #fff;
}


/* Page 404 */

#page404Container .widget {
    min-height: auto;
    padding: 2em 0;
}
#page404Container .widget li a {
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    font-weight: inherit;
}

/* transitions */

.site-logo, .social i:hover, .moreLink a, .totop, .menu-header, .menu-header.logged-menu, .bottomNav .container, .persistent .bottomNav .container, .parallax-window, .siteHeadTrans, .copyright, .overlay, .item:hover .overlay, .overlay h3.title {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


@media (max-width: 1250px){
	footer .podRefsAlbum img {
		max-width: 75px;
		height: auto;
	}
}
@media (max-width: 1070px){
	.podRefsAlbum img {
		max-width: 75px;
		height: auto;
	}
}
@media (max-width: 992px){
	body {
		background-image: none !important;
	}
	.entry-title {
		margin: 0;
	}
	.archives h2 {
    	padding-left: 5%;
	}
	#main-menu {
    	padding-left: 0;
	}
	.firstWidget {
		padding: 0 2em;
	}
	.secondWidget {
		border-right: none;
	}
	.lastWidget {
		padding: 0 2em;
	}
	.lastFooterCol {
		clear: both;
		padding-top: 1em;
	}
	.halfOnSmall {
		float: left;
		padding-right: 10%;
		width: 39%;
	}
	.footerSocial {
		clear: both;
		display: block;
	}
	footer .podRefsAlbum {
		text-align: left;
	}
}
@media (max-width: 768px){
	#primary {
		padding: 90px 0 3% 0;
	}
	.home .subLogo {
		background-color: rgba(255,255,255,0.75);
		}
}
@media (max-width: 767px){
	.widget {
		padding: 0 3%;
	}
	#footer-closer {
		visibility: hidden !important;
	}
	#footer-opener {
		bottom: 20px;
		right: 26px;
	}
	.halfOnSmall {
		float: none;
		padding-right: 0;
		width: auto;
	}
	.widget {
		border-right: none;
	}
	.lastFooterCol {
		border-top: none;
	}
	.sidebarWidgetContainer {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.ar {
		min-height: 58px;
	}
	.persistent .menu-header {
		padding-left: 0;
		margin-left: 0;
	}
	.menu-header {
		margin-left: 0;
	}
	#disclaimer_menu {
		float: none;
	}
	.menu-header.logged-menu {
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
	.menu-header.logged-menu li a span {
		display: inline-block;
		padding-left: 1em;
	}
	.teamPict {
		float: none;
		text-align: center;
		margin-right: 0;
	}
	.teamPict img {
		border: 5px solid #fff;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

}
@media (max-width: 640px){
	.archives .entry, .archives .masonry-entry {
		max-width: 260px;
	}
	.listBanner .widget {
		display: none;
	}
	.entry-content {
		text-align: left;
	}
}
/* Bootstrap SM */
@media (max-width: 544px){
}
@media (max-width: 480px){
	.site-logo {
		background-size: 75%;
		background-position: center center;
		text-align: center;
	}
	.site-logo a {
		height: 84px;
	}
	.home .subLogo {
		width: 250px;
		margin-left: 25px;
		background-color: rgba(255,255,255,0.85);
		}
	.parallax-window {
		min-height: 200px;
	}
	.navbar {
		top: 142px;
	}
	.siteHeadTrans {
		height: 200px;
	}
	.archives .entry, .archives .masonry-entry {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
		margin-bottom: 2%;
		min-height: inherit;
		position: relative !important;
    	top: auto !important;
    	left: auto !important;
	}
	.postTitle {
		font-size: 1.6em;
	}
	#primary {
		padding: 30px 0 3% 0;
	}
	div.sharedaddy h3.sd-title {
		display: none !important;
	}
}
@media (max-width: 360px){
	.entry-content img {
		float: none !important;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Print version */

@media print {
    #edit-post, #edit-post2, .toggleEdit, .toggleEdit2, .validateur, .btn, .finish, nav, .nav, #footer-link, .bottomNav, .edit-close-wrap {
        display:none !important;
    }
}

