/*
Theme Name: Twenty Fourteen
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 * 8.0 - Sidebar
 * 9.0 - Footer
 * 10.0 - Media Queries
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
/* inherit height from window */
html, body { height: 100%; }

body {
	background: #bdbdbd;
	font-weight: 300;
}


a {
	color: #600128;
	text-decoration: none;
}



a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #7e0235;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

#base-url {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

@font-face {
    font-family: 'arialbold';
    src: url('fonts/arial_bold-webfont.eot');
    src: url('fonts/arial_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial_bold-webfont.woff2') format('woff2'),
         url('fonts/arial_bold-webfont.woff') format('woff'),
         url('fonts/arial_bold-webfont.ttf') format('truetype'),
         url('fonts/arial_bold-webfont.svg#arialbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Clearing floats */


.clearfix {
	content: "";
	display: table;
	clear: both;
	width: 100%;
}

.hidden {display: none;}
.hidden-visibility {
	position: absolute;
	top: -9999px;
	visibility: hidden;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */


.inner{
	max-width: 960px;
	margin: 0 auto;
}

.main-content {
	width: 100%;
}

#container {
	margin-left: auto;
    margin-right: auto;
}

/* Breadcrumbs */

.breadcumbs {margin: 16px 0 20px;}
.breadcumbs a,
.breadcumbs {
	font-weight: 300;
	font-size: 13px;
	color: #707070;
}
.breadcumbs span:first-child {margin: 0 0 0 20px;}
.breadcumbs span span:first-child {margin: 0;}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */

#masthead {
	background: #c20;
	border-bottom: 3px solid #c20;
	height: 77px;
	position: relative;
	z-index: 99999;
}

#wpadminbar {
	min-height: 32px;
}

.logo {
	float: left;
	margin: 18px 0 0 20px;
}
.menu.line {
	float: right;
	margin: 28px 21px 0 0;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

#menu-main-menu {margin-right: -10px;}
.navigation li {
	float: left;
	list-style: none;
	padding: 0 10px;
	position: relative;
}
#menu-main-menu li.current-post-ancestor:after,
#menu-main-menu li.current-category-ancestor:after,
#menu-main-menu li.current-menu-item:after {
	content: "";
	border-bottom: 3px solid #000;
	width: 100%;
	position: absolute;
	bottom: -28px;
	left: 0;
}

.navigation li a {
	color: #fff;
	font-size: 19px;
	line-height: 19px;
	font-weight: 300;
}
#menu-main-menu li.current-menu-item a,
.navigation li a:hover {color: #000;}

#masthead #toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    padding: 32px 0;
    float: left;    
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1) 0s;
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1) 0s;
    width: 24px;
    z-index: 1000;
    margin: 0 6% 0 0;
    z-index: 4;
    position: relative;
    display: none;
}
#masthead #toggle .patty {
    background: none repeat scroll 0 0 #fff;
    height: 4px;
    margin: 10px 0;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 24px;
    position: relative;
}
#masthead #toggle .patty:after, #masthead #toggle .patty:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 24px;
    
}
#masthead #toggle .patty:before {
    top: -8px;
}
#masthead #toggle .patty:after {
    top: 8px;
}
#masthead #toggle:hover {
    transition: top 0.4s ease 0s;
}
#masthead #toggle:hover .patty:before {
    top: -9px;
}
#masthead #toggle:hover .patty:after {
    top: 9px;
}
#masthead .open .patty {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
#masthead .open .patty:after {
    background: none repeat scroll 0 0 #fff !important;
    top: 0 !important;
    transform: rotate(45deg);
}
#masthead .open .patty:before {
    background: none repeat scroll 0 0 #fff !important;
    top: 0 !important;
    transform: rotate(-45deg);
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.home-title {
	font-size: 40px;
	color: #505050;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}
.home .our-services .box {
	display: inline-block;
	width: 33.0%;
	vertical-align: top;
	margin-bottom: 20px;
}
.home .our-services .box img {
	width: 100%;
	max-height: 179px;
	-webkit-box-shadow: 0 10px 8px -8px #a4a4a4;
	   -moz-box-shadow: 0 10px 8px -8px #a4a4a4;
	        box-shadow: 0 10px 8px -8px #a4a4a4;
}
.home .our-services .box .title-box {
	background: #231f20;
	font-size: 26px;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid #000;
	padding: 13px 0;
}
.home .our-services .box.count-estimate .title-box {
	background: #cc0000;
	border-bottom: 3px solid #9d0000;
}
.slider-area {
	background: url(images/crashed-nask.png) 50% 0 no-repeat;
}
.top-text .before-text {
	float: left;
	width: 50%;
	margin-top: 55px;
}
.top-text .after-text {
	float: right;
	width: 50%;
	margin-top: 55px;
}
.top-text h3 {
	font-size: 40px;
	line-height: 40px;
 	font-weight: 300;
 	color: #505050;
 	text-transform: uppercase;
 	margin-bottom: 10px;
 	padding-left: 20px;
}
.after-text h3 {
	padding-left: 0;
	padding-right: 20px;
} 

.top-text p {
	font-size: 16px;
	line-height: 25px;
 	font-weight: 300;
 	color: #505050;
 	max-width: 300px;
 	padding-left: 20px;
}
.top-text .after-text p {
	float: right; 
	text-align: right;
	padding: 0 20px 0 0;
}
.top-text .after-text h3 {text-align: right;}

.image-area {
	clear: both;
	position: relative;
	text-align: center;
}
.image-area .after-image {
	position: absolute;
	top: 0;
	left: auto;
	right: auto;
}
.view-more-container {
	width: 120px;
	height: 120px;
	position: absolute;
	margin-left: -60px;
	left: 50%;
	bottom: -60px;
	background: rgba(229,229,229, 0.5);
	-webkit-border-radius: 120px;
	   -moz-border-radius: 120px;
	    -ms-border-radius: 120px;
		 -o-border-radius: 120px;
			border-radius: 120px;
}
.view-more-container .view-more-inner {
	background: rgba(177,177,177,0.3);
	width: 89px;
	height: 89px;
	position: absolute;
	left: 16px;
	top: 16px;
	-webkit-border-radius: 90px;
	   -moz-border-radius: 90px;
	    -ms-border-radius: 90px;
		 -o-border-radius: 90px;
			border-radius: 90px;
}
.view-more-container .view-more {
	background: #cc0000;
	width: 81px;
	height: 51px;
	padding-top: 30px;
	text-align: center;
	font-size: 14px;
 	font-weight: 300;
 	color: #fff;
 	text-transform: uppercase;
 	display: block;
 	position: absolute;
	left: 4px;
	top: 4px;
 	-webkit-border-radius: 80px;
	   -moz-border-radius: 80px;
	    -ms-border-radius: 80px;
		 -o-border-radius: 80px;
			border-radius: 80px;
}

#slider-area {
	background: #d3d3d3 url(images/bg_repeat.jpg) 0 0 repeat-x;
	margin-bottom: 110px;
	position: relative;
}

#slider-area .right-bg {
	background: url(images/bg_right.png) right 0 no-repeat;
}
#slider-area .left-bg {
	background: url(images/bg_left.png) left 0 no-repeat;
}
.bottom-slider-text {
	position: absolute;
	bottom: 53px;
	font-size: 40px;
	line-height: 25px;
	color: #505050;
	text-transform: uppercase;
	line-height: 40px;
	width: 830px;
	left: 50%;
	margin-left: -415px;
	height: 50px;`
}
.fb-visit {
	position: absolute;
	bottom: -105px;
	font-size: 24px;
	line-height: 25px;
	color: #505050;
	text-transform: uppercase;
	line-height: 40px;
	width: 226px;
	left: 50%;
	margin-left: -113px;
	height: 50px;`
}

#slider-area .slider-inner {
	width: 850px;
	margin: 0 auto;
	position: relative;
	height: 600px;
} 
.slider-container img {
    left: 0;
    position: absolute;
    top: 172px;
}
.slider-container .mask {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.slider-container .mask img {
    left: auto;
    right: 0;
}
.slider-container .ui-slider-handle {
	cursor: pointer;
    display: block;
    height: 83px;
    left: 50%;
    margin: 0 0 0 -42px;
    position: absolute;
    top: 0;
    width: 83px;
}
.slider-container .ui-slider-handle:before {
	content: "";
	position: absolute;
	border-left: 1px solid rgba(117, 117, 117, 0.3);
	width: 2px;
	height: 600px; 
	margin: 0 0 0 41px;
}
.slider-container .ui-slider-handle:after {
	content: "";
    background: url(images/slider-button.png) 0 0 no-repeat;
    height: 83px;
    left: 0;
    position: absolute;
    top: 258px;
    width: 83px;
}


.sub-title {
 	font-size: 40px;
 	font-weight: 300;
 	color: #231f20;
 	padding: 0 0 25px 18px;
 	border-bottom: 3px solid #d4d4d4;
 	text-transform: uppercase;
 	margin-bottom: 25px;
 }
.single-location .sub-title,
.page-template-page-templateslocations-page-php .sub-title {margin-bottom: 0;}
.about-us .boxes-inner {
	padding: 22px 0;
	text-align: center;
} 
.about-us .box {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin: 0 20px 20px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	color: #505050;
	position: relative;
	padding: 0 0 0 32px;
	text-align: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.our-services .box li:before,
.boxes-inner .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4px;
	width: 16px;
	height: 16px;
	display: block;
	background: #cc0000;
	border: 4px solid #f2f2f2; 
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
	    -ms-border-radius: 16px;
		 -o-border-radius: 16px;
			border-radius: 16px;
}

.our-services .left-col,
.our-services .right-col {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	margin: 25px 12px 20px;
}
.our-services .box p {
	font-size: 26px;
	line-height: 30px;
	color: #231f20;
	font-weight: 300;
	margin-bottom: 10px;
}
.our-services .box ul {margin-bottom: 20px;}
.our-services .box li {
	font-size: 16px;
	line-height: 25px;
	color: #505050;
	position: relative;
	padding: 0 0 0 32px;
	list-style: none;
	font-weight: 300;
	margin-bottom: 10px;
}

.estimate-now {
	border-top: 3px solid #d4d4d4;
	padding-top: 30px;
	text-align: center;
	margin-bottom: 45px;
	clear: both;
}
.wpcf7-submit,
.bottom-bar a,
a.estimate {
	display: inline-block;
	background: #cc0000;
	border-bottom: 3px solid #9d0000; 
	width: auto;
	min-width: 318px;
	max-width: 318px;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 25px;
	font-weight: 300;
	padding: 16px 0;
	-webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.bottom-bar a {
	min-width: 278px;
	max-width: 278px;
	float: right;
	margin: 11px 20px 0 0;
	font-size: 24px;
	padding: 13px 0 9px;
}
.wpcf7-submit:hover,
.bottom-bar a:hover,
a.estimate:hover {background: #9d0000;}



/* Location box */

#loction-box {
	min-height: 470px;
	position: relative;
}
#loction-box .top-shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 33px;
	background: url(images/top-shadow.png) 0 0 repeat-x;
}
#loction-box .bottom-shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33px;
	background: url(images/bottom-shadow.png) 0 0 repeat-x;
	z-index: 9999;
}
#loction-box .bottom-bar, 
#loction-box .top-bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 70px;
	text-align: center;
	background: rgba(243,243,243, 0.75);	
	z-index: 9999;
}
#loction-box .top-bar {
	top: 0;
	box-shadow: 0 33px 33px -33px rgba(0, 0, 0, .5);
}
#loction-box .top-bar h2 {
	margin: 23px 0 0;
	font-size: 40px;
	line-height: 25px;
	color: #505050;
	font-weight: 300;
	text-transform: uppercase;
}
#loction-box .bottom-bar {
	bottom: 0;
	box-shadow: 0 -33px 33px -33px rgba(0, 0, 0, .5);
}
.bottom-bar p {
	font-size: 26px;
	color: #505050;
	font-weight: 300;
	float: left;
	margin: 18px 0 0 19px;
}

.has-sidebar {
	overflow: hidden;
	width: 100%;
	margin-bottom: 60px;
}
.has-sidebar .left {
	width: 33.3%;
	float: left;
}
.has-sidebar .right {
	width: 66.6%;
	float: left;
	padding-bottom: 15px;
}
.has-sidebar .right .entry-content {
	padding: 30px 20px 0;
}
.has-sidebar .right h2 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	color: #505050;
}
.single-location .entry-content h3 {
	font-size: 26px;
	color: #231f20;
	font-weight: 300;
}
.single-location .has-sidebar .right .entry-content {
	padding: 20px 20px 0;
}

.right-box img,
.img-container img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 10px 8px -8px #a4a4a4;
	   -moz-box-shadow: 0 10px 8px -8px #a4a4a4;
	        box-shadow: 0 10px 8px -8px #a4a4a4;
}

.sidebar-menu li {
	border-bottom: 1px solid #d4d4d4;
	padding: 10px 20px;
	list-style: none;
	margin: 1px 0;
}
.sidebar-menu li.current-post-ancestor,
.sidebar-menu li.current-menu-item,
.sidebar-menu li.active {
	background: #231f20;
}
.sidebar-menu li .title {
	font-size: 17px;
	font-weight: 300;
	color: #231f20;
}
.sidebar-menu li .city {
	font-size: 14px;
	font-weight: 300;
	color: #505050;
	display: block;
}
.sidebar-menu li.current-post-ancestor a,
.sidebar-menu li.current-menu-item a {color: #fefefe!important;}
.sidebar-menu li.active .title {color: #fff;}
.sidebar-menu li.active .city {color: #a2abb6;}

.sidebar-menu li a {
	background: url(images/menu-arrow.png) right center no-repeat;
	display: block;
}
#menu-category-menu li a {
	font-size: 21px;
	color: #231f20;
}
.info-area .left-col {
	width: 50%;
	float: left;
	margin-top: -7px;
}
.info-area .right-col {
	width: 50%;
	float: left;
}
.info-area .right-col .social-menu {
	float: right;
}
.info-area .left-col address {
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	color: #505050;
	font-style: normal;
	margin-bottom: 15px;
}
.info-area .left-col .site {
	font-size: 16px;
	color: #cc0000;
}
.info-area .left-col .phone {
	float: left;
	font-size: 26px;
	color: #505050;
	margin: 12px 0 20px;
}




/* Our services page */

.our-services .right-box {
	float: right;
    width: 320px;
}
.our-services .left-box {
    float: left;
    margin-left: -320px;
    width: 100%;
}
.our-services .left-box .content-entry {
    margin-left: 320px;
    padding: 0 10px 0 20px;
}
.service-list .box {
	clear: both;
	margin-bottom: 48px;
}

/* Contact page */

.contact .content-entry {
	padding: 0 20px;
	margin-bottom: 50px;
	overflow: hidden;
}
.contact .left-col {
	float: left;
	width: 50%;
}
.contact .right-col {
	float: right;
	width: 50%;
}
.contact .box h2 {
	font-size: 26px;
	color: #231f20;
	font-weight: 300;
}
.contact .box p {margin-bottom: 15px;}
.contact .box a {
	color: #cc0000;
}
.phone-contact {
	font-size: 26px;
	color: #231f20;
}
.contact .latest-block {
	color: #231f20;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.contact .latest-block img {margin-top: -8px;}

.wpcf7-form p span {
	font-size: 16px;
	color: #505050;
	position: relative;
}
.wpcf7-form p > span.required:after {
	content: "";
	background: url(images/required.png) 0 0 no-repeat;
	width: 7px;
	height: 6px;
	position: absolute;
	top: 3px;
	right: -10px;
}
.wpcf7-form input {
	width: 100%;
	border: 1px solid #d7d7d7;
	height: 34px;
}
.wpcf7-form p {margin-bottom: 15px;}
.wpcf7-form input.wpcf7-submit {
	float: right;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px solid #9d0000;
	height: 57px;
	font-size: 21px;
	min-width: 218px;
	max-width: 218px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}
.wpcf7-textarea {
	resize: none;
	height: 164px;
}
span.wpcf7-not-valid-tip {color: #cc0000!important;}
div.wpcf7-validation-errors {
	border: none!important;
	color: #cc0000!important;
}



/*Estimate page */

.wpcf7-form .top-area {
	margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 20px 0;
}
.wpcf7-form .bottom-area {
	border-top: 3px solid #d4d4d4;
	padding: 30px 20px 0;
	overflow: hidden;
}
.wpcf7-form .left-col {
	width: 48%;
	float: left;
}
.wpcf7-form .right-col {
	width: 48%;
	float: right;
}
.wpcf7-form .left-col h2,
.wpcf7-form .right-col h2 {
	font-size: 26px;
	color: #231f20;
	font-weight: 300;
}

.wpcf7-form .bottom-area .left-col > p,
.wpcf7-form .bottom-area .right-col > p {
	font-size: 26px;
	color: #231f20;
	font-weight: 300;
}
.hidden-area .hide {
	float: left;
	width: 23.6%;
	margin: 0 0 0 1.8%; 
	clear: none;
	position: relative;
}
.hidden-area .hide:first-child {margin: 0;}
.file-area {
	width: 100%;
	height: 105px;
	background: #f3f3f3 url(images/default-photo.png) 50% 50% no-repeat;
	display: block;
	overflow: hidden;
}
.file-area img {
	width: 100%;
	height: auto;
}
.del_file {
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	display: block;
	background: url(images/del.png) 0 0 no-repeat;
}
.submit {
	border-top: 3px solid #d4d4d4;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 150px;
}
#wpcf7-f61-p14-o1 .wpcf7-form input.wpcf7-submit {
	float: none;
	max-width: 279px;
    min-width: 279px;
}
.wpcf7-file {
	position: absolute;
	top: -9999px;
	visibility: hidden;
}
.hide .wpcf7-not-valid-tip {display: none;}


.wpcf7-radio input[type="radio"] {
	display: none;
}
.wpcf7-radio .wpcf7-list-item-label {
	padding-left: 21px;
	position: relative;
	cursor: pointer;
	color: #505050;
	font-size: 16px;
	font-weight: 300;
	margin-left: 35px;
} 
.wpcf7-radio input[type="radio"] + .wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #d4d4d4;
	vertical-align: middle;
	cursor: pointer;
	display: block;
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 14px;
	background: #cc0000;
	display: block;
}
.wpcf7-form p {clear: both;}
.wpcf7-radio {
	float: left;
	margin: 6px 0 11px;
}

.page-template-page-templatesestimate-page-php input {
	height: 34px;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}
.page-template-page-templatesestimate-page-php .wpcf7-form p {margin-bottom: 7px;}

span.wpcf7-list-item.first {margin: 0;}
span.wpcf7-list-item.first .wpcf7-list-item-label {margin: 0;}

.line .w-35 {
	float: left;
	width: 35%;
	margin-right: 7.5%;
}
.line .w-15 {
	float: left;
	width: 15%;
}
.bottom-area .line .w-50 {
	float: left;
	width: 50%;
	font-size: 14px;
	color: #505050;
	font-weight: 300;
}
.upload-photo {
	background: #231f20;
	border-bottom: 3px solid #000;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	color: #fff;
	text-align: center;
	padding: 6px 0;
}



/* Gallery */

.category-gallery .contact {
	margin: 0 0 20px 20px;
}

#filters {
	float: right; 
	margin: 0 6px 15px;
}
#filters ul li {
	float: left;
	list-style: none;
	margin-left: 18px;
}
#filters ul li,
#filters ul li a {
	float: left;
	font-size: 17px;
	color: #231f20;
	font-weight: 300;
}
#filters ul li a.active,
#filters ul li a:hover {color: #cc0000;}


.isotope.mosaik {
	clear: both;
} 


/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}
.isotope-item {
  z-index: 2;
}
  
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
  
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
  
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
  
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.mosaik .item {
	width: 140px;
	text-align: center;
	float: left;
	margin: 0 0 24px 19px;
}
.mosaik .item .image {
	border: 1px solid #d4d4d4;
	text-align: center;
	width: 138px;
	height: 138px;
	display: table;
}
.mosaik .item .image img {
	width: 100%;
	height: auto;
	max-width: 138px;
	max-height: 138px;
}
.mosaik .item .image a {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.mosaik .item h3 {
	font-size: 17px;
	color: #231f20;
	font-weight: 300;
	margin-top: 10px;
}


.estimate-now.gallery a {
	float: right;
	margin-left: 8px;
} 
.estimate-now.gallery a.estimate {
	text-transform: none;
}
.estimate-now.gallery .show-more {
	display: inline-block;
	background: #d4d4d4;
	border-bottom: 3px solid #c3c3c3; 
	width: auto;
	min-width: 318px;
	max-width: 318px;
	color: #505050;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 25px;
	font-weight: 300;
	padding: 16px 0;
	-webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.estimate-now.gallery .show-more:hover {
	background: #c3c3c3;
}
.entry-content-category .img-container {
	float: left;
	width: 317px;
	margin: 0 0 25px 2px;
	position: relative;
}
.more-button {
	background: rgba(243,243,243, 0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease 0s;
       -moz-transition: opacity 0.3s ease 0s;
            transition: opacity 0.3s ease 0s;
}
.more-button span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -42px;
	width: 80px;
	height: 55px;
	display: block;
	background: #cc0000;
	border: 4px solid #e7aaaa; 
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-top: 25px;
	-webkit-border-radius: 84px;
	   -moz-border-radius: 84px;
	    -ms-border-radius: 84px;
		 -o-border-radius: 84px;
			border-radius: 84px;	
}
.entry-content-category .img-container:hover .more-button {
	opacity: 1;
}
#itemContainer li {list-style: none;}

.holder {
	float: right;
	margin: 11px 77px 11px 0!important;
}
.holder a {
	float: left!important;
	width: 40px;
	height: 37px;
	background: #d4d4d4;
	border-bottom: 3px solid #c3c3c3;
	font-size: 24px!important;
	font-weight: 300!important;
	color: #505050!important;
}
.holder a:hover,
.holder a.jp-current {
	background: #cc0000!important;
	border-bottom: 3px solid #9d0000;
	color: #fff!important;
}
.jp-next,
.jp-previous {display: none!important;}



/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */


.site-footer {
	background: #231f20;
	padding: 39px 0 0;
	clear: both;
	border-top: 3px solid #000; 
}
.site-footer .left-col {
	float: left;
}
.site-footer .right-col {
	float: right;
}
.site-footer .navigation li {padding: 0 7px;}
.site-footer .navigation li:first-child {padding: 0 7px 0 0;}
.site-footer .menu.line {margin-top: 0;}

.social-menu {float: right; margin-bottom: 38px;}
.social-menu li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}
.social-menu li a {
	width: 36px;
	height: 36px;
	display: block;
	background: #898989;
	position: relative;
	text-indent: -9999px;
	-webkit-transition: all 0.55s ease;
	     -o-transition: all 0.55s ease;
	        transition: all 0.55s ease;
}
.single-location .social-menu li a {
	background: #918f8f;
}
.social-menu li a:hover {background: #626262;}
.social-menu li a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
}
.social-menu li.Facebook a:after,
.social-menu li.fb a:after {
	background: url(images/social-icon.png) 0 0 no-repeat;
	width: 16px;
	height: 28px;
	margin-top: -14px;
	margin-left: -8px;
}
.social-menu li.Google a:after,
.social-menu li.g-plus a:after {
	background: url(images/social-icon.png) -40px 0 no-repeat;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	margin-left: -14px;
}
.social-menu li.Forsquare a:after,
.social-menu li.forsquare a:after {
	background: url(images/social-icon.png) -86px 0 no-repeat;
	width: 28px;
	height: 24px;
	margin-top: -12px;
	margin-left: -14px;
}
.social-menu li.Facebook a:after {background: url(images/social-icon-white.png) 0 0 no-repeat;}
.social-menu li.Google a:after {background: url(images/social-icon-white.png) -40px 0 no-repeat;}
.social-menu li.Forsquare a:after {background: url(images/social-icon-white.png) -86px 0 no-repeat;}
.adress,
.phone {
	font-size: 30px;
	color: #b5b5b5;
	float: right;
	clear: both;
	font-weight: 300;
}
.adress {font-size: 14px;}
.copyright {
	font-size: 12px;
	color: #b5b5b5;
	font-weight: 300;
	margin: 146px 0 0;
}
.site-footer .mobile-view {display: none;}

/* Popup */

.fancybox-close {
	background: url(images/close-pop.png) 0 0 no-repeat!important;
	width: 40px!important;
	height: 40px!important;
	right: 15px!important;
    top: 15px!important;
}
.fancybox-close:hover {background-position: 0 -40px!important;}
.fancybox-prev span {
	background: url(images/slider-arrow.png) 0 0 no-repeat!important;
	width: 40px!important;
	height: 70px!important;
	left: 0!important;
}
.fancybox-prev:hover span {background-position: 0 -70px!important;}
.fancybox-next span {
	background: url(images/slider-arrow.png) -40px 0 no-repeat!important;
	width: 40px!important;
	height: 70px!important;
	right: 0!important;
}
.fancybox-next:hover span {background-position: -40px -70px!important;}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 1280px) {
	#slider-area .left-bg,
	#slider-area .right-bg {background: none;}
}
@media screen and (max-width: 960px) {
	.inner {margin: 0 10px;}
	#filters {float: left;}
	.entry-content-category .img-container {
		width: 48%;
	}
}
@media screen and (max-width: 875px) {
	.desctop-view {display: none;}
	.site-footer {padding-top: 20px;}
	.site-footer .left-col {width: 100%;}
	.site-footer .menu.line {float: left;}
	.site-footer .mobile-view {
		display: block;
		clear: both;
	}
	.adress, .phone,
	.social-menu {
		float: left;
	}
	.social-menu {margin: 15px 0;}
	.social-menu li {margin: 0 10px 0 0;}
	.copyright {
		float: left;
		clear: both;
		margin: 0 0 10px;
	}
	.site-footer .navigation li {padding: 0 7px 0 0;}
}
@media screen and (max-width: 850px) {
	.home .about-us .box {
		width: 43%;
	}
	.navigation li {padding: 0 7px;}
}
@media screen and (max-width: 820px) {
	#slider-area .slider-inner {width: auto;}
	#slider-area .slider-inner img {width: 100%;}
	.slider-container img {
		width: auto;
		position: relative;
		top: auto;
	}
	#slider-area {background: none;}
	#slider-area .slider-inner {height: auto;}
	.ui-slider-handle {display: none!important;}
	.slider-container .mask {
		position: relative;
		top: auto;
		left: auto;
		overflow: visible;
		width: 100%;
	}
	.bottom-slider-text {
		position: relative;
		bottom: auto;
		left: auto;
		margin-left: 0;
		width: auto;
		background: none;
		text-align: center;
	}
	.view-more-container {
		position: relative;
		bottom: -50px;
		left: auto;
		margin: 0 auto;
	}
}

@media screen and (max-width: 785px) {
	.navigation li {padding: 0 5px;}
}
@media screen and (max-width: 768px) {
	#masthead #menu-main-menu {
		position: absolute;
		top: 87px;
		left: 0;
		width: 100%;
		display: none;
		background: rgba(35,31,32, 0.75);
		padding: 10px 0 0;
	}
	#masthead.showmenu #menu-main-menu {display: block;}
	#masthead #toggle {
		display: block;
		float: right;
	}
	#masthead .navigation li {
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	#masthead #menu-main-menu li.current-menu-item:after {
		display: none;
	}
	#masthead .navigation li a {
		display: block;
		padding: 3px 5px;
	}
	#masthead .navigation li a:hover {color: #fff;}
	.contact .left-col {width: 100%;}
	.contact .right-col {width: 100%;}
	.contact .content-entry {padding: 0;}
	.sub-title {padding: 0 0 25px 0;}
	.breadcumbs span:first-child {margin: 0;}
	.inner.contact.clearfix {width: auto;}
	#loction-box .bottom-bar {
		height: 130px;
	}
	#loction-box .bottom-bar p {
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 18px 0 0;
	}
	.bottom-bar a {
		float: none;
		margin: 10px auto 0;
	}

}
@media screen and (max-width: 735px) {
	.has-sidebar .left {width: 100%;}
	.has-sidebar .right {width: 100%; margin-top: 10px;}
	.has-sidebar .right .entry-content {padding: 10px 0 0;}
	.single .inner,
	.category .inner,
	.single-location .inner {width: auto;}
	#filters {margin: 0 0 15px 0;}
	.entry-content-category .img-container {width: 49%;}
	.home .our-services .box .title-box {
		font-size: 18px;
	}
	.wpcf7-form .right-col,
	.wpcf7-form .left-col {
		width: auto;
		float: left;
	}
}
@media screen and (max-width: 680px) {
	.our-services .left-box .content-entry,
	.our-services .left-box {margin-left: 0; padding: 0;}
	.our-services .right-box {float: left;}
	.home .our-services .box {width: 49%;}
	.home .about-us .box {width: auto; display: block;}
}	
@media screen and (max-width: 480px) {
	.our-services .right-box {width: 100%;}
	.our-services .right-box img {width: 100%; height: auto;}
	.wpcf7-form input.wpcf7-submit,
	.bottom-bar a, a.estimate {
		font-size: 27px;
		max-width: 300px;
    	min-width: 300px;
	}
	#loction-box .bottom-bar p {
		font-size: 20px;
	}
	.info-area .right-col,
	.info-area .left-col {width: 100%;}
	.info-area .right-col .social-menu {float: left;}
	.home .our-services .box {width: 100%;}
	.bottom-slider-text {font-size: 30px;}
}
@media screen and (max-width: 480px) { 
	.entry-content-category .img-container {width: 100%;}
	.home .our-services .box .title-box {font-size: 26px;}
	.estimate-now.gallery a {margin-left: 0;}
}