/* 	----------------------------------------------------------------------------------------------	
										B - LAYOUT																													
	----------------------------------------------------------------------------------------------	*/
body { 
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
}

h1,h2,h3,h4,h5,h6 { font-weight: 700; font-family: 'Oswald', sans-serif; color: #706c5d; }

a { color: #706c5d; }
a:hover { color: #010101; }

.readmore { 
	background: #706c5d;
	padding: 8px 15px;
	color: #fff;
	display: table;
}
.readmore:hover {
	background: #010101;
	color: #fff;
}
.bgTexture {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.boxedWrapper { 
	width: 1230px;
	margin: 30px auto 0;
	background: #fff;
	z-index: 1;
	position: relative;
	
	-moz-box-shadow: 0 0 15px 1px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,.4);
	box-shadow: 0 0 15px 1px rgba(0,0,0,.4);
}

.fullWrapper { 
	width: 100%;
	overflow: hidden;
	max-width: 100% !important;
	margin: 0 auto;
}

.container { margin: 0 auto; padding: 0 30px; }
.content-wrap { overflow: hidden; position: relative; }
.container.main { padding-top: 45px; padding-bottom: 25px; position: relative; }
.home .container.main { padding-top: 0; padding-bottom: 0; }
.content-wrap .row-fluid { margin-bottom: 35px; }
.content-wrap .row-fluid.mBottom0 { margin-bottom: 0; }

@media (min-width: 1681px) and (max-width: 1920px) { .wide-background {padding-left:380px;padding-right:380px;margin-left:-380px;} }
@media (min-width: 1441px) and (max-width: 1680px) { .wide-background {padding-left:260px;padding-right:260px;margin-left:-260px;} }
@media only screen and (max-width: 1440px) { .wide-background {padding-left:140px;padding-right:140px;margin-left:-140px;} }

/* 	----------------------------------------------------------------------------------------------	
										D - PAGE																									
	----------------------------------------------------------------------------------------------	*/
	
.post-thumbnail,
.page-thumbnail,
.post-slider,
.page-slider { 
	margin: 0 auto;
	margin-bottom: 15px;
	display: block; 
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 0 2px #000;
	-webkit-box-shadow: 0 0 0 2px #000;
	box-shadow: 0 0 0 2px #000;
	width: 98%;
}

/* 	----------------------------------------------------------------------------------------------	
										D - BLOG PAGE																								
	----------------------------------------------------------------------------------------------	*/
.intro-blog-container { margin-bottom: 35px; }
.intro-blog-container:empty { margin-bottom: 0; }

.blog-container article.single-post.post-style1,
.blog-container article.single-post.post-style1b { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc; }
.blog-container article.single-post.post-style2 { width: 49%; margin: 0 1% 2%; float: left; }
.blog-container article.single-post.post-style3 { width: 32%; margin: 0 1% 2%; float: left; }
.blog-container article.single-post.post-style4 { width: 23%; margin: 0 1% 2%; float: left; }
.blog-container article.single-post.post-style5 { width: 18%; margin: 0 1% 2%; float: left; }
.blog-container article.single-post.post-style6 { width: 14%; margin: 0 1% 2%; float: left; }

.blog-container article.single-post.post-style2:nth-child(2n+1) { clear: both; margin-left: 0; }
.blog-container article.single-post.post-style3:nth-child(3n+1) { clear: both; margin-left: 0; }
.blog-container article.single-post.post-style4:nth-child(4n+1) { clear: both; margin-left: 0; }
.blog-container article.single-post.post-style5:nth-child(5n+1) { clear: both; margin-left: 0; }
.blog-container article.single-post.post-style6:nth-child(6n+1) { clear: both; margin-left: 0; }

.blog-container article.single-post.post-style2:nth-child(2n) { margin-right: 0; }
.blog-container article.single-post.post-style3:nth-child(3n) { margin-right: 0; }
.blog-container article.single-post.post-style4:nth-child(4n) { margin-right: 0; }
.blog-container article.single-post.post-style5:nth-child(5n) { margin-right: 0; }
.blog-container article.single-post.post-style6:nth-child(6n) { margin-right: 0; }

.blog-container article.single-post h3 { font-size: 20px; line-height: 22px; }
.blog-container article.single-post .post-meta { font-size: 12px; }
.blog-container article.single-post .post-date { margin-bottom: 10px; color: #888; }
.blog-container article.single-post .post-category { margin-bottom: 10px; }
.blog-container article.single-post .post-category a {
	background: #010101;
	padding: 4px 5px;
	color: #fff;
	margin-right: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.blog-container article.single-post .post-category a:hover { background: #706c5d; color: #fff; }

.blog-container article.single-post img {
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 0 2px #000;
	-webkit-box-shadow: 0 0 0 2px #000;
	box-shadow: 0 0 0 2px #000;
	width: 97%;
	margin: 0 auto;
	display: block;
}

/* 	----------------------------------------------------------------------------------------------	
										D - ARCHIVE PAGE																								
	----------------------------------------------------------------------------------------------	*/
	
.single-archive-post { 
	border-bottom: 1px solid #ededed; 
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.single-archive-post h3 { margin: 0 0 5px 0; }
.single-archive-post .post-date { margin-bottom: 5px; }



/* 	----------------------------------------------------------------------------------------------	
										D - PAGINATION																							
	----------------------------------------------------------------------------------------------	*/
#pagination { display: table; margin: 0 auto; }
#pagination span.page-intro { font-weight: bold; padding: 5px 8px; }
#pagination a.page-numbers { padding: 5px 8px; background-color: #000; color: #fff; margin-right: 2px; }
#pagination span.page-numbers { padding: 5px 8px; background-color: #010101; color: #fff; margin-right: 2px; }

/* 	----------------------------------------------------------------------------------------------	
										D - SINGLE BLOG																									
	----------------------------------------------------------------------------------------------	*/
.single-page-thumbnail,
.single-post-date { margin-bottom: 15px; }

.post-tags { margin-top: 15px; border-top: 1px solid #ddd; padding-top: 5px; }
.post-tags a.label {
	background: none;
	padding: 0px;
	text-shadow: none;
	font-weight: 400;
	color: #666;
	margin-left:5px;
}
	
/* 	----------------------------------------------------------------------------------------------	
										D - SIDEBAR																													
	----------------------------------------------------------------------------------------------	*/

.sidebar li.widget {
	list-style: none;
	margin-bottom: 25px;
	
	position: relative;
}

.sidebar h3.sidebar-widgettitle {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 24px;
	color: #706c5d;
	
	position: relative;
}
	
	.sidebar h3.sidebar-widgettitle:before {
		width: 30px;
		height: 2px;
		background: #706c5d;
		
		content: '';
		position: absolute;
		bottom: -5px;
	}
	
.sidebar form#searchform { 
	margin: 0; 
	position: relative;
}

.sidebar #searchform input[type="text"] {
	width: 100%;
	padding: 0px 10px;
	margin: 0;
	height: 40px;
	border: 1px solid #dddddd;
	
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
	
.sidebar #searchform button.searchsubmit {
	position: absolute;
	top: 5px;
	right: 5px;
  	width: 30px;
  	height: 30px;
  	color: #fff;
  	padding: 0px 8px;
  	border: 0;
  	text-indent: -1000em;
  	line-height: 30px;
  	font-size: 14px;
	background: #706c5d;
	
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
	.sidebar #searchform button.searchsubmit:before {
		content: "\f002";
	 	text-indent: 0;
	 	display: block;
		height: 30px;
		line-height: 30px;
	}
	
.sidebar ul.menu { 
	margin: 0;
	width: 100%;
	display: inline-block; 
	padding-left: 5px;
	list-style: none;
}
.sidebar ul.menu li {
	width: 100%;
	margin-bottom: 5px;
}	
.sidebar ul.menu li a {
	color: #000;
	padding: 3px 0;
	margin: 0;
}
	
.sidebar ul.menu li:hover a,
.sidebar ul.menu li.current-menu-item a { }

.sidebar img {
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 0 2px #000;
	-webkit-box-shadow: 0 0 0 2px #000;
	box-shadow: 0 0 0 2px #000;
	width: 95%;
	margin: 0 auto;
	display: block;
}

.sidebar .shadow.shadow3 { height: 20px; margin-bottom: 0px; }


/* 	----------------------------------------------------------------------------------------------	
										D - PREFOOTER																													
	----------------------------------------------------------------------------------------------	*/
	
prefooter {
	display: block;
	background: #eee;
	padding: 15px 0 15px;
	
	color: #000;
	
	width: 100%;
	overflow: hidden;
	max-width: 100% !important;
}

prefooter p { 
	color: #000; 
	text-align: left;
}
prefooter a { color: #26489e; }
prefooter a:hover { color: #010101; }

prefooter h3.prefooter-widgettitle {
	padding-bottom: 0;
	margin-top: 0;
	color: #706c5d;
	position: relative;
}
	
	prefooter h3.prefooter-widgettitle:before {
		width: 30px;
		height: 2px;
		background: #706c5d;
		
		content: '';
		position: absolute;
		bottom: -5px;
	}

prefooter ul.menu { margin: 0; }
prefooter ul.menu li {
	float: left;
	width: 100%;
}

prefooter ul.menu li a {
	color: #666;
	padding: 5px;
	margin: 0;
}

prefooter ul.menu li:hover a {
	text-shadow: 0 0 2px #666;
}

prefooter div.srp-widget-singlepost {
	padding: 0;
	margin: 0;
	border: 0;
}
prefooter div.srp-widget-singlepost h4.srp-post-title {
	margin: 0;
	font-size: 14px;
}

/* 	----------------------------------------------------------------------------------------------	
										D - FOOTER																													
	----------------------------------------------------------------------------------------------	*/
footer {
	background: #222;
	padding: 25px 0;
	color: #fff;
	
	width: 100%;
	overflow: hidden;
	max-width: 100% !important;
}

footer a, 
footer a:hover { color: #fff; }


/* 	----------------------------------------------------------------------------------------------	
										D.1 - FOOTER ALIGN LEFT																													
	----------------------------------------------------------------------------------------------	*/
footer.align_left, footer.align_left p { text-align: left; }
footer.align_left table { float: left; margin: 0; }
footer.align_left img#footer { float: right; height: 98px; }

/* 	----------------------------------------------------------------------------------------------	
										D.2 - FOOTER ALIGN CENTER																													
	----------------------------------------------------------------------------------------------	*/
footer.align_center p{ text-align: center; }	
footer.align_center table { margin: 0 auto; float: none; }
footer.align_center img#footer { display: none; }

/* 	----------------------------------------------------------------------------------------------	
										D.3 - FOOTER ALIGN RIGHT																													
	----------------------------------------------------------------------------------------------	*/
footer.align_right, footer.align_right p { text-align: right; }
footer.align_right table { float: right; margin: 0; }
footer.align_right img#footer { float: left; height: 78px; }

/* 	----------------------------------------------------------------------------------------------	
										D - SITEMAP																							
	----------------------------------------------------------------------------------------------	*/
.boxedBottomBar.credits {
	width: 1230px;
	margin: 0 auto 30px;
	background: #000;
	z-index: 1;
	position: relative;
	
	-moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
}
.fullBottomBar.credits { 
	z-index: 1;
	position: relative;
	background: #000; 
}

.credits { text-align: center; }
.credits a {
	font-size: 12px;
	color: #ccc;
	padding: 5px;
	display: inline-block;
}

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

.ul-sitemap,
.ul-sitemap li {
	list-style: none;
}
.ul-sitemap li a {
	font-size: 18px;
	line-height: 24px;
}

/* 	----------------------------------------------------------------------------------------------	
										D - VISUAL FORM BUILDER																												
	----------------------------------------------------------------------------------------------	*/

form.visual-form-builder {
	margin: 0 !important;
}

form.visual-form-builder fieldset {
	background-color: transparent !important;
	border: 0 !important;
	margin: 0 !important;
}

form.visual-form-builder .vfb-section-div {
	padding: 0 !important;
	background: none !important;
	width: 100% !important;
}
form.visual-form-builder .vfb-section-div h4 {
	color: #706c5d !important;
	border-bottom: 1px solid #706c5d !important;
}

form.visual-form-builder .vfb-legend {
	margin: 5px 0 !important;
	border-bottom: 0 !important;
	padding: 0 !important;
}

form.visual-form-builder .vfb-legend h3{
	color: #706c5d !important;
	text-transform: none !important;
	line-height: 24px;
}

form.visual-form-builder ul, 
form.visual-form-builder .entry-content .visual-form-builder ul, 
form.visual-form-builder .comment-content .visual-form-builder ul, 
form.visual-form-builder .mu_register .visual-form-builder ul { margin: 0 !important; }

form.visual-form-builder li, 
form.visual-form-builder .entry-content .visual-form-builder li, 
form.visual-form-builder .comment-content .visual-form-builder li, 
form.visual-form-builder .mu_register .visual-form-builder li {
	padding: 6px 0 9px !important;
}

form.visual-form-builder li.vfb-left-third, 
form.visual-form-builder li.vfb-middle-third, 
form.visual-form-builder li.vfb-right-third {
    width: 32% !important;
	margin-left: 2% !important;
}

form.visual-form-builder li.vfb-left-third { margin-left: 0 !important; }

form.visual-form-builder .vfb-submit, 
form.visual-form-builder input[type="submit"].vfb-submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #706c5d;
	color: #fff;
	font-weight: bold;
	padding: 8px 15px;
	border:0;
}

form.visual-form-builder .vfb-submit:hover, 
form.visual-form-builder input[type="submit"].vfb-submit:hover { background: #010101; }

.vfb-item.vfb-item-instructions { text-align: justify; font-size: 11px; line-height: 13px; }

/* 	----------------------------------------------------------------------------------------------	
										D - BACK TO TOP																								
	----------------------------------------------------------------------------------------------	*/

#back-top {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 10px;
	width: 46px;
	height: 46px;
	cursor: pointer;
	background-color: #333;
	border-radius: 4px;
	background-image: url(../img/icon/icon_chevron_top.png);
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9000;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

#back-top:hover {
	background-color:#aaa;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

/* 	----------------------------------------------------------------------------------------------	
										D - FULLSCREEN SLIDER																										
	----------------------------------------------------------------------------------------------	*/

.fullslide { position: relative; }

.fullslide .logo {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 250px;
	z-index: 9999;
	display: none;
}

.fullslide .back-site {
	position: absolute;
	bottom: 24px;
	right: 82px;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	z-index: 9999;
}

.fullslide .back-site a i.fa { color: #fff; }

.fullslide .full_screen {
	position: absolute;
	bottom: 24px;
	right: 55px;
	width: 20px;
	height: 20px;
	font-size: 19px;
	line-height: 19px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	z-index: 9999;
}

.fullslide .console {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	z-index: 9999;
}

.fullslide .back-site,
.fullslide .full_screen,
.fullslide .console div { cursor: pointer; }

/* 	----------------------------------------------------------------------------------------------	
										Z- Privacy & Cookies																								
	----------------------------------------------------------------------------------------------	*/

#cookie-notice { background: #000 !important; background-color: rgba(0,0,0,0.9) !important; }
#cookie-notice span#cn-notice-text {
	font-size: 14px;
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
#cookie-notice .button.wp-default {
	padding: 10px;
	background: #706c5d;
	border: 0;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-shadow: none;
}

#cookie-notice .button.wp-default:hover, 
#cookie-notice .button.wp-default:focus {
	background: #010101;
	color: #fff;
	text-shadow: none;
}

/* 	----------------------------------------------------------------------------------------------	
										Z- Additional CSS and custom styles																						
	----------------------------------------------------------------------------------------------	*/
	
.imgBorder {
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 0 2px #000;
	-webkit-box-shadow: 0 0 0 2px #000;
	box-shadow: 0 0 0 2px #000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    margin-left: 5px;
}