/*
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
 2.0.1) Font Face
 2.0.2) Global Headings
 2.0.3) Form Elements
 2.0.4) List styles
 2.0.5) General Text Formatting
 2.0.6) Link elements
 2.0.7) Table Elements
 2.0.8) Button Styles
 2.0.9) Sprite Icons
 3.) Site Wide Content
 4.) Header Style
 5.) Footer Style
 5.1) Landing Page Footer
 ===============================================*/

/*
 1.) Eric Meyer's Reset
 ----------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 1.) Global Typography
 ----------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}

/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/




/*
 2.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bitter', serif;
	font-weight: normal;
	color: #161e21;
}
h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}
h2 {
	font-size: 32px;
	font-family: 'Bitter', serif;
	font-weight: 700;
	color: #2c2f38;
	line-height: 1.2;
	
}
h3 {
	font-size: 28px;
	color: #000;
	line-height: 1;
	
}

/*h3, h4, input[type="text"], select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"], .nav > li > ul > li > a {
	font-family: Arial, Helvetica, sans-serif;
}*/
h4 {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	margin: 0 0 10px 0;
	word-spacing: 2px;
	font-weight: bold;
}
h5 {
	color: #202020;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 2px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}
/*
 2.0.3) Form Elements
 -----------------------------*/



#register_btn {
	cursor: not-allowed;
}

#register_btn_b {
	cursor: not-allowed;
}

#register_btn_c {
	cursor: not-allowed;
}

.recaptcha-container {
	text-align: right;
	padding-bottom: 5px;
}
.recaptcha-container .g-recaptcha > div {
		width: auto !important;
	}
}




button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0;
}

/*select {
	-webkit-appearance: none;
}*/

input {
	line-height: normal;
}
input:focus, select:focus, textarea:focus, button:focus {
	border: 1px #888 solid;
	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}
input[type="text"], input[type="email"], select {
	width: 100%;
	color: #999999;
	font-size: 1.2em;
	padding: 8px 6px;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*
 2.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
	font-size: 100%;
	line-height: 1.5;
}
li, dt {
	line-height: 1.5em;
	list-style: none;
}
dl {
	margin: 0 0 1em 0;
}
dd {
	margin: 0 0 1em 0.8em;
}
ul {
	list-style-type: disc;
	margin: 0 0 1em 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1em 0;
}
ul ul, ol ul {
	list-style-type: circle;
	margin-top: 0;
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0;
}

/*
 2.0.5) General Text Formatting
 -----------------------------------*/
p {
	font-size: 1.6em;
	line-height: 1.5;
	color: #666666;
	font-family: 'Roboto', sans-serif;
}
blockquote, cite, q, var, dfn {
	font-style: italic;
}
blockquote {
	background: transparent;
	color: #666666;
}
small {
	font-size: 12px;
	line-height: 1.75;
}
pre, code, kbd, tt, samp, var {
	font-size: 100%;
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre, code {
	color: #880000;
}
kbd, samp, var {
	color: #666666;
	font-weight: bold;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	cursor: help;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
/*
 2.0.6) Link style
 -------------------------*/
a {
	color: #4d87c7;
	text-decoration: none;
}
a:hover, a:focus {
	color: #F82323;
	text-decoration: none;
	outline: none;
}
a:active {
	outline: none;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*
 2.0.7) Table Elements
 --------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	color: #444444;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin: 0 0 1.35714em 0;
}
caption {
	font-variant: small-caps;
}
th, td {
	line-height: 1.5em;
	vertical-align: top;
	padding: 0.71429em 0.5em;
}
th *:first-child, td *:first-child {
	margin-top: 0;
}
thead th {
	text-align: left;
	color: #000;
	border-bottom: 2px #000 solid;
}
tbody th {
	text-align: left;
	border-top: 1px solid #ccc;
}
tbody td {
	text-align: left;
	border-top: 1px solid #ccc;
}

/*
 2.0.8) Button Styles
 -------------------------*/
.btn {
	background: #e35c33;
	height: 40px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	position: relative;
	line-height: 2.85;
}
.btn i{
	background: url(../images/bg-right-arrow.png) no-repeat;
	width: 9px;
	height: 8px;
	display: block;
	position: absolute;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto 0;
}
.btn:hover, .btn:focus {
	color: #fff;
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
	
}
/*
 2.0.9) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="-icon"] {
	background-image: url(../images/sprite.png);
	/*background-position: 0 0;*/
	background-repeat: no-repeat;
	/*	display: inline-block;
	 height: 14px;
	 line-height: 14px;
	 margin-top: 1px;
	 vertical-align: text-top;
	 width: 14px;*/
}

.next, .prev, .slider-pagination li a, .slider-pagination li a:hover, .slider-pagination li a.active, .video-section a, .address-heading em, .right-nav, .left-nev, .comment:before, .form-content ul li .submit, .form-content ul li .submit:hover, .right-arrow, .left-arrow, .request-btn a em, .arrow-left, .arrow-right, .flow-content > a em, .arrow, .carousel li a em, .slider-wrap > .flexslider .flex-direction-nav .flex-next, .slider-wrap > .flexslider .flex-direction-nav .flex-prev, .slider-wrap > .flexslider .flex-control-paging li a, .slider-wrap > .flexslider
.flex-control-paging li a.flex-active, .support-content em, .support-content strong:before, .owl-prev, .owl-next, #owl-demo .item a em, .error-msg em, .recent-jobs > .flexslider .flex-direction-nav .flex-prev, .recent-jobs > .flexslider .flex-direction-nav .flex-next, .post-section > .flexslider
.flex-direction-nav .flex-prev, .post-section > .flexslider .flex-direction-nav .flex-next, .flow-content a em, .share, .call,.send-mail h3:before,
.icon-trangil,.icon-og 
 {
	background: url(../images/sprite.png) no-repeat;
}

/* remouve addthis sprite background*/
.at-icon-wrapper {
	background: none;
	}

/*
 2.1.0) Grid Style
 -------------------------*/
.container {
	width: 100%;
	margin: 0 auto;
}
.clearfix:before {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/*
 3.) Site Wide Content
 ------------------------------*/
.page {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.social-links li a:hover, .connect-with-us ul li a:hover, .direction-nav a:hover, .right-arrow:hover, .left-arrow:hover, .right-nav:hover, .left-nev:hover, .arrow-left:hover, .arrow-right:hover {
	opacity: 0.7;
	filter: alpha(opacity=40);
}

/*
 4.) Header Styles
 ------------------------------*/
#header {
	position: relative;
	z-index: 11;
}

.mobile-logo, .share-link {
	display: none;
}

.grey-bg {
	background: #21242d;
	height: 41px;
}

.grey-bg > .page {
	position: relative;
}

.toll-free-num {
	float: left;
	margin-right: 166px;
	padding: 15px 0 0 4px;
}
.toll-free-num span {
	float: left;
}
.toll-free-num a {
	float: right;
}
.toll-free-num a:hover {
	color: #cc0000
}
.toll-free-num span, .toll-free-num a {
	color: #fff;
	font-size: 1.4em;
	
}
.toll-free-num a{
	text-decoration: none;
}
.division-section {
	position: absolute;
	right: -7px;
	left: 0;
	margin: 0 auto;
	width: 250px;
	line-height: 2.3;
	padding: 5px 0 0 0px;
	top: -41px;
}
.division-section span {
	font-size: 1.4em;
	float: left;
	color: #fff;
	padding: 1px 6px 0 0;
}
.division-section img {
	vertical-align: middle;
	padding-right: 7px;
}

.icon-division-link {
	text-indent: -10000px;
	background-position: 0 0;
	width: 17px;
	height: 11px;
	display: inline-block;
	position: relative;
	top: 10px;	
}
.icon-division-link.open {
	background-position: -27px -1px;
}

.division-section > a {
	float: left
}

.popup-divisions {
	background: #21242d;
	padding: 10px 0 0 0;
	left: 0;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.division-logos {
	overflow: hidden;
	margin-bottom: 14px;
	padding: 0 15px
}
.division-logos li {
	float: left;
	margin: 0 6px 7px;
}
.division-logos li a, .division-logos li a img {
	display: block;
}
.division-contact {
	background: #2c2f38;
	overflow: hidden;
	padding: 18px 15px 15px;
}
.address-heading {
	float: left;
	padding: 0 0 4px 0;
	min-width: 164px;
	position: relative;
	margin-left: 22px;
}
.division-contact .address-heading:first-child {
	margin: -3px 0 0px;
	padding-left: 46px
}
.division-contact .address-heading:first-child span {
	font-size: 1.2em;
}
.address-heading em {
	background-position: 0 -458px;
	width: 41px;
	height: 42px;
	position: absolute;
	left: 0;
	top: -3px;
}
.address-heading strong, .address-heading span {
	display: block;
}
.address-heading strong {
	color: #fff;
	font-size: 2.4em;
}
.address-heading span {
	color: #999ca1;
	font-size: 1.4em;
	line-height: 1.2;
}
.address-heading span a {
	color: #fff;
	display: inline-block;
	font-size: 100%;
}
.address-heading span a:hover {
	color: #999ca1;
}
.social-links {
	margin: 11px 6px 0 0;
	position: absolute;
	right: 7px;
	top: -43px;
}
.social-links li {
	float: left;
	color: #fff;
	font-size: 1.4em;
	margin-left: 8px;
}
.social-links li a {
	display: block;
	font-size: 0;
}
.fb-icon {
	background-position: 0 -18px;
	width: 22px;
	height: 22px;
}
.twitter-icon {
	background-position: 0 -45px;
	width: 22px;
	height: 22px;
}
.instagram-icon {
	background-position: -23px -72px;
	width: 22px;
	height: 22px;
}
.houzz-icon {
	background-position: -23px -124px;
	width: 22px;
	height: 22px;
}
.google-plus-icon {
	background-position: 0 -98px;
	width: 22px;
	height: 22px;
}
.pinterest-icon {
	background-position: 0 -124px;
	width: 22px;
	height: 22px;
}
.youtube-icon {
	background-position: -23px -98px;
	width: 22px;
	height: 22px;
}

.header-black-bg {
	background: #000;
}
.header-black-bg .page {
	position: relative;
}
.header-black-bg h1 {
	display: inline-block;
	float: left;
	margin: 15px 0 0 0;
}

.logoM {
	display: inline-block;
	float: left;
	margin: 15px 0 0 0;
}

.logo {
	display: block;
}
.nav {
	margin: 17px 0 0 30px;
	float: left;
}
.responsive-menu {
	display: none;
}
.nav > li {
	height: 61px;
}

.nav li {
	float: left;
	position: relative;
	/*padding-bottom: 16px;*/
	margin-left: 2px;
}
.nav li:first-child{
	margin-left: 0;
}
.nav > li > a {
	color: #fff;
	font-size: 1.4em;
	padding: 8px 9px !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 3.2;
	font-family: 'Oswald', sans-serif;
}
.nav > li > a:hover, .nav > li.current a {
	background: #454545;
	border-radius: 5px;
}
.nav li:hover ul {
	display: block;
}
.nav > li > ul {
	position: absolute;
	top: 61px;
	left: -26px;
	background: #454545;
	padding: 0 16px;
	min-width: 210px;
	width: 100%;
	padding: 21px 16px 32px;
	display: none;
}
.nav > li > ul > li > a {
	display: block;
	color: #fff;
	font-size: 1.6em;
	padding: 7px 0 7px 11px;
}
.nav > li > ul > li {
	float: none;
	background: url(../images/sep.png) no-repeat bottom center;
	padding: 2px 0 5px;
}
.nav > li > ul > li.none {
	background: none;
}
.nav > li > ul > li > a:hover {
	background: #000;
}

/*
 5.) Footer Styles
 ------------------------------*/
#footer {
	clear:left;
}

.back-to-top {
	display: none;
}

.primary-footer {
	background: #f2f2f2;
}
.primary-footer > .page {
	text-align: center;
	padding: 11px 0 18px;
}
.primary-footer > .page > p {
	color: #555555;
	font-size: 1.8em;
	margin-bottom: 0;
}
.primary-footer > .page > p a {
	font-size: bold;
	color: #cc0000;
	text-decoration:none;
}
.primary-footer > .page > p a:hover {
	text-decoration: underline;
}

.secondary-footer {
	background: #454545;
	padding-bottom: 21px;
}
.footer-logo {
	float: left;
	margin: 39px 135px 0 28px;
}
.footer-linkks {
	float: left;
	margin: 45px 0 0;
	max-width: 232px;
	width: 100%;
}
.footer-linkks.last {
	max-width: 210px;
}
.footer-linkks li {
	padding-bottom: 11px;
}
.footer-linkks li a {
	display: inline-block;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
}
.footer-linkks li a:hover {
	text-decoration: underline;
}

.footer-credit {
	padding-top: 20px;
}
.footer-credit a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
.footer-credit a:hover {
	text-decoration: underline;
}

.connect-with-us {
	float: left;
	padding: 11px 0 40px 22px;
	background: url(../images/footer-bg.png) no-repeat left center;
	margin-top: 28px;
	width: 27%;
}
.connect-with-us ul {
	overflow: hidden;
	margin-bottom: 15px;
}
.connect-with-us ul li {
	float: left;
	margin-right: 11px;
}
.connect-with-us ul li a {
	display: inline-block;
	text-indent: -10000px;
}
.ft-fb-icon {
	background-position: -1px -260px;
	width: 19px;
	height: 19px;
}
.ft-tw-icon {
	background-position: 0 -285px;
	width: 21px;
	height: 19px;
}
.ft-yt-icon {
	background-position: 0 -313px;
	width: 21px;
	height: 19px;
}
.ft-mail-icon {
	background-position: 0 -337px;
	width: 21px;
	height: 19px;
}
.connect-with-us p {
	font-size: 1.1em;
	color: #fff;
	line-height: 1.3;
}

/*
 5.1) Landing Page Footer
 --------------------------------------*/

.landing-footer {
	background: #454545;
	padding-bottom: 12px;
}
.landing-f-logo {
	float: left;
	margin: 17px 0 0 7px;
}
.copy-right {
	color: #FFFFFF;
	float: right;
	font-size: 1.1em;
}

.landing-footer .connect-with-us {
	float: right;
	padding: 0;
	background: none;
	margin-right: 48px;
}
