/*
Theme Name: Through the Same Door
Description: Based on SKT Themes Clean Lite.
Version: 99
*/

body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em; 
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	margin: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}
.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .aligncenter {
	margin: 0;
	padding: 0;
}
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #D63608;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #FF831E;
}
ol,ul {
	margin: 0;
	padding: 0;
}
.entry-content ol li, .entry-content ul li {
	margin-left: 2em;
	padding-left: .5em;
}
ul li ul, ul li ul li ul, ol li ol, ol li ol li ol {
	margin-left: 10px;
}
h1,h2,h3,h4,h5,h6 {
	color: #1D5672;
	font-family: 'Roboto Condensed', sans-serif;
	margin:0 0 20px;
	padding:0;
	line-height: 1.3em;
	font-weight: 400;
	}
h1 {
	font-size: 2.25em;
	font-weight: bold;
}
h2 {
	font-size: 1.875em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}
blockquote {
	margin: 0 1em;
	font-style: italic;
}
blockquote:before {
	color: #ccc;
	float:left;
	content: "\201C";
	font-size: 5em;
	font-family: Georgia, sans-serif;
	font-style: normal;
	position: relative;
	top: 20px;
}
blockquote cite {
	font-style: normal;
}
.clear {
	clear:both;
}
img.alignleft, .alignleft {
	float: left;
	margin: 5px 15px 5px 5px;
}
img.alignright, .alignright {
	float: right;
	margin: 5px 5px 5px 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.space50 {
	clear: both;
	height:50px;
}
.space100 {
	clear: both;
	height:100px;
}

/*default pagination*/
.pagination {
	display:table;
	clear:both;
}
.pagination .nav-links {
	margin:20px 0;
}
.pagination .nav-links a {
	margin-right: 5px;
	background: #646262;
	color: #FFFFFF;
	padding: 5px 10px;
}
.pagination .nav-links span.current, .pagination .nav-links a:hover {
	padding:5px 10px;
	background:#31cafd;
}


#comment-nav-above .nav-previous, #comment-nav-below .nav-previous {
	float:none !important;
	margin: 10px 0;
}
ol.commentlist {
	list-style:none;
}
ol.comment-list li {
	list-style: none;
	margin-bottom: 5px;
}

.logo {
	float: left;
	z-index: 999;
	width: 35%;
	color: #333;
	padding: 2em 0;
}
.logo h1 {
	font-weight: 600;
	margin: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1.2em;
}
.logo a {
	color: #FFFFFF;
	text-decoration: none;
}
.header_right {
	float: right;
	padding: 2em 0 1.5em 0;
	width: auto;
}

.header {
	width: 100%;
	z-index: 99999;
	background-color: #D63608;
	box-shadow: 0 3px 3px #ccc;
	position: relative;
}
.container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	background-color: inherit;
}
/*header menu css*/
.toggle {
	display: block;
}
.toggle a {
	width: 100%;
	color: #D63608;
	background: url(images/mobile_nav_right.png) no-repeat right center #FFFFFF;
	padding: .25em .75em;
	border-bottom: 5px solid #FFFFFF;
	margin-top: .3125em;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.25em;
}
.toggle a:hover {
	color: #1D5672 !important;
	border-bottom: 5px solid #FF831E;	
}
.sitenav {
	display: none;
}

.sitenav {
	padding: 0;
	text-align: center;
}
.sitenav ul {
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.sitenav ul li {
	display: inline-block;
	margin: 0;
	position: relative;
	text-align: center;
}
.sitenav ul li a {
	padding: .5em 1em;
	font-size: 1.25em;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration:none;
	background-color: #FFFFFF;
	color: #D63608;
	border-bottom: 5px solid #D63608;
	margin: .5em 0 1em 0;
}
.sitenav ul li ul li {
	display: block;
	position: relative;
	float: none;
	top: -1px;
}
.sitenav ul li ul li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	top: 1px;
	text-align: left;
}
.sitenav ul li a:hover, .sitenav ul li.current_page_item a {
	background-color: #FFFFFF;
	color: #1D5672;
	border-bottom: 5px solid #FF831E;
}

.sitenav ul li ul {
	display: none;
	z-index: 9999999;
	position: relative;
}
.sitenav ul li:hover > ul {
	display: block;
	width: 200px;
	position: absolute;
	left: 0;
	text-align: left;
	background-color: #FFFFFF;
}
.sitenav ul li:hover ul li ul {
	display: none;
	position: relative;
}
.sitenav ul li:hover ul li:hover > ul {
	display: block;
	position: absolute;
	left: 200px;
	top: 1px;
}
.sitenav ul li:hover > ul li a {
	border-radius: 0px;
}


/* = header top sign in  css
-------------------------------------------------------------- */
/*Header Top Bar CSS*/
.headertop {
	background-color: #f9f9f9;
	border-bottom: 1px solid #f1f0f0;
}
.left {
	font: 400 14px/24px 'Roboto Condensed';
}
.left a {
	color: #5c5c5c;
	background: url(images/icon-email.png) no-repeat 15px 4px;
	padding: 0 0 0 40px;
}
.left a:hover {
	color: #31cafd;
}
.left span {
	line-height: 44px;
	display: inline-block;
	background: url(images/icon-phone.png) no-repeat 0 17px;
	padding: 0 0 0 25px;
}

section#home_slider {
	padding: 0;
}
#FrontBlogPost, #wrapfirst {
	padding: 70px 0;
}


h2.section-title {
	font-weight: 400;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 60px;
	position: relative;
	color: #2e2e2e;
	border-bottom: 1px solid #eeeeee;
	margin: 0 auto 30px;
	display: inline-block;
}
h2.section-title::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px; 
	background-color: #fff;
	border: 2px solid #eeeeee;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
h2.section-title span {
	font-weight: 300;
}


/* = Services section css
-------------------------------------------------------------- */
#wrapfirst {
	background-color: #ffffff
}
.welcomewrap img {
	float: left; margin:0 30px 0 0;
}
.welcomewrap p {
	margin-bottom: 30px;
}

.last_column {
	clear:right;
	margin-right:0 !important;
}

/* = section first css
-------------------------------------------------------------- */
#pagearea {
	background-color: #f6f6f6;
	padding: 70px 0;
}
.fourbox {
	color: #2e2e2e;
	width: 21.8%;
	float: left;
	margin: 0 4% 0 0;
	text-align: center;
	position: relative;
}
.fourbox:hover {
	cursor: pointer;
}
.fourbox img {
	padding: 14px;
	width: 31px;
	height: 28px; 
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	}
.fourbox p {
	margin-bottom:20px;
}
.fourbox h3 {
	font-size:18px;
	font-weight:400;
	color:#343434;
	margin:0 0 25px;
}
.fourbox:hover h3 {
	color:#31cafd;
}
.fourbox .thumbbx {
    width: 59px;
    height:59px;
	margin:0 auto 40px;
	box-shadow:-5px 5px 0 #e3e3e3;
	border-radius:5px; -moz-border-radius:5px;-wbkit-border-radius:5px;
    background: #868787;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fourbox:hover .thumbbx {
	background: #31cafd; 
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); 
	transition:0.6s; -moz-transition:0.6s; -webkit-transition:0.6s; -o-transition:0.6s;
	}
	
.fourbox:hover .thumbbx img { 
	 -webkit-transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    -o-transform: rotate(-0deg);
    transform: rotate(-0deg);
}

/* = social icons css
-------------------------------------------------------------- */
.social-icons a {
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;
    transition:0.6s;
    -moz-transition:0.6s;
    -webkit-transition:0.6s;
    -o-transition:0.6s;
    margin:0 3px;
    padding:0;
}
.social-icons br {
    display:none;
}
.social-icons a:hover {
    border-color:#31cafd;
    color:#31cafd;
}
.social-icons .fb{
    background:url(images/icon-fb.png) no-repeat center center;
}
.social-icons .tw {
    background:url(images/icon-tw.png) no-repeat center center;
}
.social-icons .gp {
    background:url(images/icon-gp.png) no-repeat center center;
}
.social-icons .in {
    background:url(images/icon-in.png) no-repeat center center;
}

/* = Page lay out css
-------------------------------------------------------------- */
.site-main {
    width: 790px;
    margin: 0;
    padding: 0;
    float: left;
}
#sitefull {
    width: 100%;
    float: none;
}
#sitefull p {
    margin-bottom: 1em;
}
.page_content {
    padding: 1.5em 0;
}
.page_content p, .page_content ol, .page_content ul {
    margin-bottom: 1em;
}

.blog_lists {
    margin-bottom: 2em;
	border-bottom: 1px dotted #999999;
    padding-bottom: 2em;
}
.blog_lists h4 {
    margin-bottom: .5em;
	font-size: 1.5em;
}
.blog_lists p {
    margin-bottom: 1em;
}

.postmeta {
	margin-bottom: 1em;
	font-size: .875em;	color: #666666;
}
.post-date {
	font-style: italic;
}
.event .postmeta {
	visibility: hidden;
	display: none;
}

.BlogPosts {
	width:31.2%;
	float:left;
	margin:0 3% 0 0;
}
.BlogPosts img {
	width:100%;
}
.BlogPosts h2 {
	margin:10px 0;
	font-size:22px;
}
.post-thumb {
	width: 20%;
	float:right;
	margin: 5px 0 5px 25px;
}
.post-thumb img {
	width: 100%;
}

/* = sidebar
-------------------------------------------------------------- */
#sidebar {
	width: 330px;
	float: right;
}
aside.widget {
	margin-bottom: 30px;
	padding: 20px;
}
aside.widget ul {
	list-style: disc;
}
h3.widget-title {
	background-color: #1D5672;
	padding: .5em 1em;
	margin-bottom: 1px;
	color: #FFFFFF;
}
h3.widget-title a {
	color: #FFFFFF;
}
#sidebar ul li {
	list-style: none;
	padding: .5em 0;
	border-top: 1px dashed #999999;
}
#sidebar ul li a {
	background: url(images/sidebar-arrow.png) no-repeat 0 14px;
	padding: 10px 0 10px 20px;
}
#sidebar select {
	width: 100%;
	display: block;
	height: 1.5em;
}
#sidebar table {
	width: 100%;
	text-align: center;
}
#sidebar input[type="text"], #sidebar input[type="search"] {
	width: 70%;
	height: 2em;
	margin-bottom: .625em;
	padding-left: .625em;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}
#recentcomments li a {
	background-image: none !important;
	padding: 0 !important;
}
/* = Footer Social css
-------------------------------------------------------------- */
#footersocial {
	background-color: #47A9FF;
	padding: 20px 0;
}
#footersocial .social-icons {
	text-align: center;
}
#footersocial .social-icons a {
	color: #000000;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 12px;
	padding: 0;
	text-align: center;
	display: inline-block;
}
#footersocial .social-icons a:hover {
	color: #FFFFFF;
}
#footersocial .social-icons a:last-child {
	margin-right: 0;
}
#footersocial .social-icons br {
	display: none;
}
.footerinfo {
	display: inline-block;
}
.footerinfo .fa {
	margin-right: 8px;
}
.footerinfo span {
	margin-left:35px;
}
.footerinfo a {
	color:#777777;
}

/* = Footer css
-------------------------------------------------------------- */
#footer-wrapper {
	background-color: #0C222C;
	position: relative;
	padding: 2em 0 0;
	color: #FFFFFF;
}
.cols-4 {
	width: 22.5%;
	float: left;
	margin: 0 5% 2% 0;
}
.cols-4 a {
	color: #FFFFFF;
}
.cols-4 a:hover, .cols-4 a:focus {
	color: #FFD31C;
}
.widget-column-2 {
	width: 40%;
}
.widget-column-4 {
	margin-right: 0px !important;
}
.cols-4 h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #1D5672;
	padding-bottom: 1em;
}
.cols-4 ul {
	margin: 0;
	padding: 0;
	list-style: inside disc;
}
.cols-4 ul li {
	display:block;
	padding:0;
}
.cols-4 ul li a {
	background:url(images/list-arrow.png) no-repeat 0 .125em;
	padding: 0 0 0 1.25em;
}
.cols-4 p {
	margin-bottom:.5em;
}
.cols-4 h1, .cols-4 h2, .cols-4 h3, .cols-4 h4, .cols-4 h5, .cols-4 h6 {
	color: #FFD31C;
}
.phone-no {
	margin: 10px 0 20px;
	line-height: 22px;
}
.phone-no strong {
	display: inline-block;
}
.cols-4 .phone-no p {
	margin-bottom:0;
}
.recent-post {
	margin: 0 0 1em 0;
	padding-bottom: .5em;
	border-bottom: 1px dashed #333333;
}
.recent-post img {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}
.recent-post p {
	margin-bottom: 8px;
	font-size: .875em;
	line-height: 1.5em;
}
.recent-post h6 {
	font-size: 1em;
	margin: 0 0 5px;
}
.recent-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Buttons */
.button, button, input#submit, input[type=submit] {
	background-color: #D63608;
	border: 0 solid transparent;
	color: #FFFFFF;
	padding: .75em 1.5em;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
}
.button:hover, button:hover, input#submit:hover, .button:focus, button:focus, input#submit:focus, .button:active, button:active, input#submit:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
	background-color: #FF831E;
	color: #FFFFFF;
}
input.search-submit {
    font-size: .875em;
	padding: .5em 1em;
}


/* woocommerce CSS
================================================*/
a.added_to_cart{background:#e1472f; padding:5px; display:inline-block; color:#fff; line-height:1;}
a.added_to_cart:hover{background:#000000;}
a.button.added:before{content:'' !important;}
#bbpress-forums ul li{padding:0;}
#subscription-toggle a.subscription-toggle{padding:5px 10px; display:inline-block; color:#e1472f; margin-top:4px;}
textarea.wp-editor-area{border:1px #ccc solid;}
.woocommerce input[type=text], .woocommerce textarea{border:1px #ccc solid; padding:4px;}
form.woocommerce-ordering select{ padding:5px; color:#777777;}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{ font-family:'Roboto Condensed',san-serif; color:#ff8a00;}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{ color:inherit !important;}
h1.product_title, p.price{ margin-bottom:10px;}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{ font-family:'Roboto Condensed',san-serif; color:#ff6d84;}
.woocommerce ul.products li, #payment ul.payment_methods li{ list-style:none !important;}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{ color:inherit !important;}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{ border-bottom:0px !important}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 74%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 24%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	visibility: hidden;
	display: none;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
}


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

/* ============= Comment Form ============ */
h1.screen-reader-text {
	font: 1.5em 'Roboto Condensed', san-serif;
}
.site-nav-previous, .nav-previous {
	float:left;
}
.site-nav-next, .nav-next {
	float:right;
}
#comments {
	margin: 1.875em 0 0; padding:0;
}
nav#nav-below {
	margin-top: 1em;
}
.comment {
	padding: 1em;
}
.comment-content, .reply {
	margin: .5em 1em;
}
.comment .children {
	margin: 0 2em;
}
.even.comment, odd.comment .children .even.comment{ 
	background-color: #FFFFFF; 
} 
.odd.comment, even.comment .children .odd.comment {
	background-color: #DDDDDD;
}
#commentform p {
	margin:.5em 0;
}
#commentform label {
	display:block;
}
#commentform input#email, #commentform input#url, #commentform input#author, #commentform textarea, #commentform input#eazycfc_captcha {
	max-width:96%;
	border:1px #ccc solid;
	padding:5px 2%;
}
.form-allowed-tags {
	display:none;
}
ul.errormsg {
	background: #ffe4e4;
}
ul.errormsg li {
	padding: 5px;
}

p.wp-caption-text {
    margin: 0 .125em 1.5em .125em;
    color: #666666;
    padding-top: .25em;
    max-width: 100%;
    border: 1px solid #EEEEEE;
    border-image: initial;
    text-align: center;
    font-size: .75em;
	line-height: 1.5em;
	font-style: italic;
}
.entry-content .wp-caption.alignleft {
    margin-right: 1.25em;
}
.entry-content .wp-caption.alignright {
    margin-left: 1.25em;
}
.entry-content .wp-caption img {
    max-width: 98%;
    height: auto
}
.gallery-caption {
    margin: 10px 0
}
.aligncenter {
    display: block;
    float: none;
    margin-bottom: 0.5em;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0.5em;
}
ul.post-categories li {
	list-style: none;
	display: inline;
	text-align: left;
	margin: .375em;
}


.entry-content table, .comment-body table {
	border-collapse: collapse;
	margin:10px 0;
}
.css-events-list table.events-table td, .entry-content table td, .entry-content table th, .comment-body table td, .comment-body table th {
	padding:.75em .5em;
	text-align: left;
}
.entry-content table th, .comment-body table th, .entry-content table td, .comment-body table td {
	border-bottom: 1px #FF831E dotted;
}

.fvch-codeblock:hover .comment-form-url {
	display: block !important;
}

/* ============= Others ============ */
body.wp-custom-logo .logo h1 {
	display:none;
}
.nullslide {
	height:510px;
}


/* ============= NIVO Slider ============ */

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.slider-wrapper{ position:relative;}
.slider-main{position:relative;}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter: alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:9;
	cursor:pointer;
}
a.nivo-prevNav {
	left:0%;
	background-position:-57px 0;
	border-radius:0 3px 3px 0;
}
a.nivo-nextNav {
	right:0%;
	background-position:-41px 0 !important;
	border-radius:3px 0 0 3px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding:0;
	position: absolute;
    text-align: center;
    width: 100%;
	bottom:5%;
	right:auto;
	z-index:9;	
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a {
    border: 0 none;
    display:inline-block;
	background-color:#fff;
    height: 12px;
    margin:5px;
    text-indent: -9999px;
    width:12px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
}
.nivo-controlNav a.active {
	font-weight:bold;
    background-position: 0 -21px;
	background-color:#31cafd;
}

.nivo-directionNav a {
    border: 0 none;
    display: block;
    height: 43px; 
    text-indent: -9999px;
    transition: all 200ms ease-in-out 0s;
    width: 43px;
	background:url(../images/slide-nav.png) no-repeat left top;
}


/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0;	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	color:#fff;
	z-index:8;
	overflow: hidden;	
	width:100%; 
	bottom:35%;
	text-align:center;
	
}
.slide_info h2 {
	font:600 46px/46px 'Roboto', sans-serif;
	color:#252525;
	margin:0 0 20px;
	text-transform:uppercase;
}
.slide_info p {
	font:400 14px/20px 'Roboto', sans-serif;
	color:#252525;
	margin-bottom:60px;
	text-transform:uppercase;
	letter-spacing:5px;
}
.slide_info h2 a {
	color:#31cafd;
}
.slide_info .slide_more {
	font:400 16px/22px 'Roboto', sans-serif;
	background-color:#31cafd;
	padding:10px 25px;
	color: #fff;
	display:inline-block;
	text-transform:uppercase;
	border-radius:8px;
}
.slide_info .slide_more:hover {
	background-color:#424242;
	color:#fff;
}
.slide_info h2, .slide_info p, .slide_info .ReadMore {
	text-shadow:1px 0px 3px #fff;
}


/* ============= Responsive ============ */

@media screen and (max-width: 1200px) {
	.header {
		width:100%;
		padding:0;
	}
	.header_right {
		width:80%;
		float:none;
		padding: .75em 0;
		margin: 0 auto;
	}
	.logo {
		float:none;
		text-align:center;
		margin:0 auto;
		padding:2em .5em 0;
		position:relative;
		width: 90%;
		display:table;
	}
}
@media screen and (max-width: 990px) { 
	html {
		overflow-x:hidden;
	}
	.toggleMenu {
		display: block;
	}
	.header_right {
		width:65%;
	}
	.sitenav {
		float:none;
		margin:0;
		position:relative;
		overflow-x:hidden;
		border-radius:0;
		top:0;
		border-bottom:none;
	}
	.sitenav ul {
		color:#000;
		width:100% !important;
		float:none !important;
		margin:0;
		padding:0;
	}
	.sitenav ul li {
		display: block;
		float: none;
		text-align: left;
	}
	.sitenav ul li a {
		padding: .25em .75em;
		display: block;
		color: #D63608;
		border: none;
		border-top: 1px #FF831E solid;
		border-bottom: 5px solid #FFFFFF;
		margin: 0;
	}
	.sitenav ul li a:hover, .sitenav ul li.current_page_item a {
		color: #1D5672;
		border: none;
		border-radius: 0;
		border-top: 1px #FF831E solid;
		border-bottom: 5px solid #FF831E;
		margin: 0;
	}
	.sitenav ul li ul, .sitenav ul li ul ul {
		display:block !important;
	}
	.sitenav ul li ul li a:before {
		content:"\00BB \00a0";
	}
	.sitenav ul li ul li a {
		padding-left:20px !important;
	}
	.sitenav ul li ul li a {
		border:none;
	}
	.sitenav ul li ul li ul li a {
		padding-left:30px !important;
	}
	.sitenav ul li ul li ul li ul li a {
		padding-left:40px !important;
	}
	.sitenav ul li:hover > ul {
		background:none !important; box-shadow:none;
	}
	.sitenav ul li:hover > ul {
		background: transparent !important;
		width:auto !important;
		display:block;
		position: relative !important;
		left:0;
		right:0;
		top:0;
		padding:0;
	}
	.sitenav ul li:hover ul li ul, .sitenav ul li:hover ul li:hover > ul, .sitenav ul li:hover ul li:hover > ul li ul {
		background: transparent !important;
		display:block;
		position:relative !important;
		right:0;
		left:0;
		top:0;
	}
	.sitenav ul li:hover ul li:hover ul, .sitenav ul li:hover ul li:hover ul li:hover ul {
		left:0 !important;
	}
}

/* Mobile Portrait View */
@media screen and (max-width:767px) {
	* {
		box-sizing: border-box;
	}
	.container {
		width: auto;
		padding: 0 20px;
	}
	.wrap_one {
		width: auto;
		text-align: center;
	}
	/*coloumn css*/
	.services-wrap .one_third {
		float: none;
		width: 100%;
		margin: 0 0 8%;
	}
	.services-wrap .one_third h4 {
		padding: 10px 0;
	}
	.welcomewrap img {
		margin: 0 0 15px;
		float: none;
		width: 100%;
	}
	.welcomewrap h2 {
		display: block;
	}
	/*sidebar css*/
	#sidebar {
		width: 100%;
		float: none;
	}
	.content-area {
		width: auto;
		margin: 0;
		padding: 2em 1.25em;
	}
	.site-main {
		width:auto;
		margin:0;
		padding:0 0 1.25em;
		float:none;
	}
	h2.section-title {
		font-size: 1.5em;
		line-height: 1.3em;
	}
	/*slider css*/
	#slider {
		top: 0;
		margin: 0;
	}
	.nivo-directionNav a {
		top: 39% !important;
	}
	.nivo-caption, .nivo-controlNav {
		display: none !important;
	}
	/*footer css */
	.cols-4 {
		width: 100% !important;
		display: block;
		margin-right: 0;
		margin-bottom: 1em;
	}
	/*custom css*/
	h2.section_title{
		text-align: center;
	}
	/*front blog post*/
	.BlogPosts{
		float: none;
		width: auto;
		margin: 0 0 10% 0;
	}
	.headertop .social-icons a{
		display: inline-block;
	}
	.fourbox{
		float: none;
		width: auto;
		margin: 0 0 30px 0;
	}
}


@media screen and (max-width:480px) {
	.logo {
		width: 90%;
		font-size:.875em;
	}
}

/* Tablet View */
@media screen and (max-width:1200px) and (min-width:768px) { 
	* {
		box-sizing: border-box;
	}
	.container {
		width: auto;
		padding: 0 1.25em;
	}
	/*slider css*/
	.nivo-caption {
		bottom: 20%;
	}
	.content-area {
		width: auto;
		margin: 0;
		padding: 2em 1.25em;
	}
	#sidebar {
		width: 32%;
	}
	.site-main {
		width: 66%;
	}
	.welcomewrap img {
		width: 50%;
	}
	/*custom  css*/
	.services-wrap .one_third {
		float: left;
		width: 30.5%;
		margin: 0 3.5% 0 0;
	}
}
