/* 	----------------------------------------------------------------------------------------------	
										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: #1e1d90; }

a { color: #1874C6; }
a:hover { color: #5A4E9A; }

.readmore { 
	background: #054e9d;
	padding: 4px 5px;
	color: #fff;
	display: table;
}
.readmore:hover {
	background: #5A4E9A;
	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;
	
	box-shadow: 0 0 15px 1px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 15px 1px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,.4);
}

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

.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-bottom: 15px; }

/* 	----------------------------------------------------------------------------------------------	
										D - BLOG PAGE																								
	----------------------------------------------------------------------------------------------	*/
.intro-blog-container { margin-bottom: 35px; }
.intro-blog-container:empty { margin-bottom: 0; }
.blog-container article.single-post {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.blog-container article.single-post.post-cols2 {
	width: 49%;
	margin: 0 1% 2%;
	float: left;
	border-bottom: 0;
}

.blog-container article.single-post.post-cols3 {
	width: 32%;
	margin: 0 1% 2%;
	float: left;
	border-bottom: 0;
}

.blog-container article.single-post.post-cols4 {
	width: 23%;
	margin: 0 1% 2%;
	float: left;
	border-bottom: 0;
}

.blog-container article.single-post.first { margin-left: 0 !important; }
.blog-container article.single-post.last { margin-right: 0 !important; }

.blog-container article.single-post h3 {
	font-weight: 700;
	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: #054e9d;
	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: #5a4e9a;
	color: #fff;
}
.blog-container article.single-post a.readmore { float: right; }

/* 	----------------------------------------------------------------------------------------------	
										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: #054e9d; 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;
	
	background: #054e9d;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	color: #fff;
	
	position: relative;
}

.sidebar h2.widgettitle,
.sidebar h3.srp-widget-title {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	
	position: relative;
}
	
.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: #5a4e9a;
	
	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;
	list-style: disc; 
	padding-left: 15px;
}
.sidebar ul.menu li {
	width: 100%;
	margin-bottom: 5px;
}	
.sidebar ul.menu li a {
	color: #fff;
	padding: 3px 0;
	margin: 0;
}
	
.sidebar ul.menu li:hover a,
.sidebar ul.menu li.current-menu-item a { }


/* 	----------------------------------------------------------------------------------------------	
										D - PREFOOTER																													
	----------------------------------------------------------------------------------------------	*/
	
prefooter {
	display: block;
	padding: 35px 0 15px;
	
	color: #fff;
	
	width: 100%;
	max-width: 100% !important;
	
	background: #1874c6 url(../img/bg-quote.jpg) top center no-repeat; background-size: 100% auto;
	position: relative;
	margin-top: 55px;
}
prefooter:before {
	position: absolute;
	content: '';
	top: -80px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 80px;
	background: url(../img/dw-sld-msk-water.png) bottom center no-repeat;
	background-size: 100% auto;
}

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

prefooter  h3.footer-widgettitle,
prefooter  h3.srp-widget-title {
	padding-bottom: 0;
	margin-top: 0;
	color: #fff;
	position: relative;
}

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;
}

prefooter a.custom-btn {
	background: #fff;
	padding: 10px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: table;
	margin-top: 15px;
	font-size: 16px;
	line-height: 16px;
}

/* 	----------------------------------------------------------------------------------------------	
										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 auto; }
footer.align_left img#footer { float: right; height: 78px; }

/* 	----------------------------------------------------------------------------------------------	
										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 auto; }
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;
	display: table;
}
.ul-sitemap li a {
	font-size: 18px;
	line-height: 24px;
	display: table;
	margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

.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: rgba(0,0,0,.90) !important; }
#cookie-notice .cookie-notice-container { padding: 40px 0; }
#cookie-notice .cookie-notice-container span#cn-notice-text { line-height: 30px; }
#cookie-notice .button.wp-default {
    background: linear-gradient(to bottom, #999, #666) repeat scroll 0 0 #999;
    border-color: #999;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    font-weight: bold;
    text-transform: uppercase;
    height: auto;
}
#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {
    background: linear-gradient(to bottom, #666, #999) repeat scroll 0 0 #666;
    border-color: #666;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

/* 	----------------------------------------------------------------------------------------------	
										Z- Additional CSS and custom styles																						
	----------------------------------------------------------------------------------------------	*/