@charset "UTF-8";

/***
 * CONTENT
 * - Normalize
 * - Typography
 * - Elements
 * -- Icons
 * -- Buttons
 * -- Forms
 * - Effects
 * - Layout
 * - Header
 * -- Menu
 * -- Site Branding
 * - Content
 * - Footer
 * - Plugins/Widgets
 * - WP Inhereted
 * - Media Query
 */

/**
 * Normalize
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html{font-family:'Open Sans';-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
code,kbd,pre,samp{font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
select{text-transform:none}
button{overflow:visible}
button,input,select,textarea{max-width:100%}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default;opacity:.5}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:.4375em;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #d1d1d1;margin:0 0 1.75em;padding:.875em}
fieldset > :last-child{margin-bottom:0}
legend{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
optgroup{font-weight:700}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*** Typography ***/
body,button,input,select,textarea {
	color: #555555;
	font-family: 'Open Sans';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 ,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    font-weight: 700;
	margin: 0;
    text-transform: uppercase;
	text-rendering: optimizeLegibility;
    color: #003366; 
}

h1,h2.text-center{ font-size: 50px; color: #003366;  line-height: 1.2}
h1 + .sub-title,h2 + .sub-title { font-size: 40px; line-height: 1; margin-top: -12px; margin-bottom: 10px;color:#f15a29;  }
h4 { font-size: 24px;}
.entry-title { padding-top: 20px; padding-bottom: 10px; color: #003366; }
h1.entry-title { line-height: 1em; text-transform: none;  }
.entry-content h2,.entry-content h3 { line-height: 1em; text-transform: none; }
p {
    margin: 0 0 1.75em;
}
dfn,cite,em,i {
	font-style: italic;
}
blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}
blockquote, q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote p {
	margin-bottom: 1.4736842105em;
}
blockquote cite, blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
blockquote cite:before,blockquote small:before {
	content: "\2014\00a0";
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong,blockquote b {
	font-weight: 400;
}
blockquote > :last-child {
	margin-bottom: 0;
}
address {
	font-style: italic;
	margin: 0 0 1.75em;
}
code,kbd,tt,var,samp,pre {
	font-family: monospace;
}
pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}
abbr,acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}
mark,ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}
big {
	font-size: 125%;
}

/*** Elements ***/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,*:before,*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body { 
	background: #efefef;
}
hr { background-color: #333;border: 0; height: 1px; margin: 0 0 1.75em; }
ul,ol { 	margin: 0 0 1.75em 1.25em;	padding: 0; }
ul { list-style:url(../images/bullet.png); line-height: 1.8 }
ol { list-style: decimal; margin-left: 1.5em; }
li > ul, li > ol {	margin-bottom: 0; }

dl { margin: 0 0 1.75em; }
dt { font-weight: 700; }
dd { margin: 0 0 1.75em; }
img { height: auto; max-width: 100%; vertical-align: middle; }
del { opacity: 0.8; }
table,th,td { border: 1px solid #d1d1d1; }
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption,th,td { font-weight: normal; text-align: left; }
th { border-width: 0 1px 1px 0; font-weight: 700; }
td { border-width: 0 1px 1px 0; }
th,td { padding: 0.4375em; }

::-webkit-input-placeholder {
	color: #686868;
	font-family: 'Open Sans', serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: 'Open Sans', serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: 'Open Sans', serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: 'Open Sans', serif;
}

iframe { max-width: 100%; }

a { text-decoration: none; color: #555555; }
a:hover { color: #F0592B; }

/*** Elements -> Icons ***/
@font-face {
	font-family: 'ngd';
	src:url('../fonts/icomoon.eot?76xsis');
	src:url('../fonts/icomoon.eot?76xsis#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?76xsis') format('truetype'),
		url('../fonts/icomoon.woff?76xsis') format('woff'),
		url('../fonts/icomoon.svg?76xsis#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ngd' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
	content: "\e900";
}
.icon-print:before {
	content: "\e901";
}

/*** Element -> Buttons ***/
.btn { display: inline-block; color: #FFF; height: 60px; line-height: 60px; padding: 0 14px; text-align: center; border: none;
    background-image: -webkit-linear-gradient(top, #f97147 0%, #f0592b 100%);
    background-image:      -o-linear-gradient(top, #f97147 0%, #f0592b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f97147), to(#f0592b));
    background-image:         linear-gradient(to bottom, #f97147 0%, #f0592b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f97147', endColorstr='#f0592b', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    background-color: #f0592b   ;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn:active,.btn.active{
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .325);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .325);
}
.btn:hover,.btn:focus { background-color: #f0592b; background-position: 0 -25px;  color: #FFF; }
.btn.btn-block { display: block; width: 100%;}
.btn.btn-phone { height:58px; line-height: 58px; font-size: 32px; min-width: 252px;}
.btn.btn-print,.btn.btn-sm { background: #f0592b; background-image: none; filter: none; min-width: 151px; height: 31px; line-height: 31px;font-size: 14px; }
.btn.btn-md {height: 40px; line-height: 40px; font-size: 18px; }
.btn.btn-print:hover,.btn.btn-print:focus { background-color: #333; }

/*** Elements -> Forms ***/
input[type="text"],input[type="email"],input[type="search"],select,textarea
{
    background: #f5f5f5; border: 1px solid #ccc; border-color: #ccc #e5e5e5 #e5e5e5 #e5e5e5;
    height: 35px; padding: 0 10px;
    font-size: 12px; line-height: 35px; 
    width: 100%;
    margin-top: 5px; 
}
input[type="search"] { width: 300px; max-width: 90%; }

/*** Effects ***/
a ,a img, .btn{
    -webkit-transition: all  0.3s ease;
	-moz-transition: all   0.3s ease;
	-ms-transition: all  0.3s ease; 	
	transition: all   0.3s ease;
}

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


/*** Layout ***/
.container { width: 1000px; margin: 0 auto; padding: 0 20px; }
.container.no-padding { padding-left:0; padding-right: 0; }
.pull-left,.pull-right { display: block; }
.pull-left { float: left; }
.pull-right { float: right; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }

.row { margin-left: -15px; margin-right: -15px; }
.col { position: relative;  min-height: 1px; float: left; padding: 0 21px; }
.col-1 { width: 100%; }
.col-2 { width: 50%; }
.col-3 { width: 33.33333333%;}
.col-4 { width: 25%; }
.col-5 { width: 20%; }
.col-23 { width: 66.6666667%; }

/*** Header ***/
header#masthead > .site-branding{ border: 6px solid #F0592B; border-width: 6px 0 6px 0;}
/*** Header -> Menu ***/
nav.navbar { background: #1369ac;}
ul.nav { list-style: none; margin: 0; padding: 0; text-align: center; }
ul.nav li { display: inline-block;  margin: 0 25px;}
ul.nav li a { color: #FFF; font-size: 24px; font-weight: 700; padding: 11px 0; display: block; line-height: 1; font-family: 'Open Sans';}
ul.nav li.current-menu-item a:hover, ul.nav li a:hover { color: #F0592B; }

.menu-toggle {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
    display: none;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,.menu-toggle:focus {
	background-color: transparent;
	border-color: #FFF;
	color: #FFF;
}

.menu-toggle.toggled-on,.menu-toggle.toggled-on:hover,.menu-toggle.toggled-on:focus {
	background-color:#b82628;
	border-color: #FFF;
	color: #FFF;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}


/*** Header -> Site Branding ***/
.site-branding { background: #003366 url(../images/glare.png) no-repeat center top;  }
.site-branding .container { padding-top:4px; }
h1#logo { margin: 14px 0 20px;}
#call_now { float: right; margin-left: 35px; color:#FFF; text-align: center; line-height: 1.123; margin-top: 7px; }
#call_now b { display: block; font-size: 34px; margin-bottom: 10px;}
#header_text img { margin-top: 28px; }

/*** Content ***/
#content { background: #FFF; border-left: 1px solid #999999; border-right: 1px solid #999999; font-size: 18px; }
#content p { margin-bottom: 25px;  font-family: 'Open Sans';  line-height: 1.35em; }
.content-fullwidth { margin-left: -20px; margin-right: -20px; position: relative; }
.cf.man { background: url(../images/man.jpg) no-repeat right 15px bottom; margin-bottom: 10px; min-height: 340px; }
.cf.man ul { margin-bottom: 0; line-height: 1.2; }
.cf.man ul li{ font-size: 24px; font-family: 'Open Sans'; }
.cf.man #landing_contact { float: right;}

#coupon_wrap { width: 400px; padding: 40px; border: 4px dotted #003366; margin: 20px auto 10px;}
#coupon_wrap  h1 { line-height: 1; }
#coupon_wrap  h1 span { display: block; font-size: 70px; }
#coupon_wrap .coupon-text { font-size: 18px;  margin: 20px 0;}

.page-content { padding-bottom: 40px; }
#content .entry-summary p { margin-bottom: 15px; }
.entry-summary + .entry-footer { margin-top: -15px; }
a.post-edit-link { color: #333; font-size: 14px;}
main .hentry { margin-bottom: 40px; }  
#featured_images{ text-align: center; }
#featured_images img { max-width: 100%; margin: 15px auto;}
.entry-excerpt { margin: 20px 0;}
.post .read-more {color:  #F0592B; display: block;  }
.entry-meta { margin: -15px 0 20px   ; overflow: hidden; }
.entry-info { float: right; }
.posted-on { font-size: 16px; color:  #999;}

.archive .post { padding: 0 20px 10px; background: #f3f3f3; border: 1px solid #DDD;}

/*** Footer ***/
footer#colophon { background: #003366; color: #FFF; font-size: 12px; line-height: 2; padding: 14px 20px; }
    #cprght { float: left; line-height: 39px;}
    #cards { float: right; background: url(../images/cards.png) no-repeat left center; width:250px; height: 39px; }
.logos a {padding: 0 5px; }

/*** Plugin / Widgets adjustments ***/
.widget-wrap { margin: 20px 0;}
.widget-header { color: #FFF; font-size: 18px; line-height: 40px; background: #003366;  padding: 0 10px; text-align: center;  margin-bottom: 20px;}
/*** Bottom widgets area ***/
#content-bottom-widgets .btn-phone {margin: 20px 0;}
.disclaimer { font-size: 12px; line-height: 1.123; color: #cc0000; text-align: justify; padding: 18px; margin: 14px 0 40px; background: #fff1f1; }

.widget-plain-menu ul { list-style: none; margin: 0; padding: 0; }
.widget-plain-menu ul { line-height: 1; }
.widget-plain-menu ul li a { font-size: 16px; color: #003366; line-height: 23px;}

.testimonials { margin-top: 40px; margin-bottom: 15px; }
h3.widget-header + .testimonials { margin-top: 0; }
.testimonial { border: 1px solid #d8d8d8; background: #f9f9f9; padding: 10px; font-size: 14px; overflow: hidden; }
.testimonial-image { float: left; }
.testimonial-image img { border: 1px solid #cccccc; }
.testimonial-text { margin-left: 129px; }
.testimonial .testimonial-author { display: block; font-weight: bold; font-style: italic; }
.star { display: inline-block; position: relative; height: 32px; margin-bottom: 10px;}
.star:before { display: block;content: " "; position: absolute;top:0; left:0; height: 32px; width: 175px; background: url(../images/star.png) repeat-x left top; }
.star-1:before{width: 35px; }
.star-2:before{width: 70px; }
.star-3:before{width: 105px; }
.star-4:before{width: 140px; }
.testimonial .star { display: block; }

.coupons { margin-left: -5px; margin-right: -5px; margin-bottom: 30px; }
.coupon { width: 234px; border: 3px dashed #003366; float: left; padding: 8px; text-align: center;}
.wide .coupon { width: 260px; }
.coupon img { width: 213px; border: 1px solid #999999; margin-bottom: 5px; }
.coupon + .coupon { margin-left: 10px; }
.wide .coupon + .coupon { margin-left: 70px;}
.coupon-title { color: #F0592B; font-size: 24px; font-weight: bold; line-height: 1; text-transform: uppercase; display: block; }
.coupon-title span { display: block; font-size: 36px;}
.coupon .btn { margin: 5px auto;  }
.coupon-text { font-size: 11px; color:#999999; text-align: center; line-height: 1.1; margin-top: 5px; }
.coupon-text p { margin-bottom: 0 !important; }

.google-map { border: 3px solid #003366; width: 100%; height: 350px; }
.google-map iframe { width: 100% !important; height: 100% !important; }

/*** Contact Form 7 ***/
/*** Contact Form 7 ***/
#landing_contact { max-width: 100%; width: 315px; background: #FFF; border: 1px solid #003366; padding: 0 20px 20px; }
#landing_contact p { margin-bottom: 12px; }
#landing_contact .ajax-loader { position: absolute; }
#landing_contact .heading,#landing_contact .heading h3 { color: #FFF; }
#landing_contact .heading { background: #003366; text-align: center; padding: 12px 20px; margin: 0 -20px 20px;}
#landing_contact .heading h3 { font-size: 34px; line-height: 1; }
#landing_contact .heading p { font-size: 14px; line-height: 1.123;margin: 10px 0 0;  font-family: 'Open Sans', Arial; }
#landing_contact .btn { margin-top: 20px; }
span.wpcf7-not-valid-tip { color: #F0592B; font-size: 12px;}
div.wpcf7-validation-errors { font-size: 12px; }
/*** Revolution slider ***/


#ngd_call_now_btn { position: fixed; bottom: -2px; text-align: center; display: none; width: 100%; -moz-border-radius: 0; -webkit-border-radius: 0;  border-radius: 0; }

/*** WP Inhereted ***/
/**
 * Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}	
.pagination {
    margin: 20px 0;
    text-align: center;
}
.pagination .page-numbers { padding: 0 5px ;}
.pagination .page-numbers.current { color:#F0592B;  }

/*** Media Query ***/

/**
 * 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 https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #masthead #site-navigation { padding-top: 1px; padding-bottom: 1px; }
    .menu-toggle { display: block; margin-left:  auto; margin-right: auto; }
    h1, h2.text-center { font-size: 28px; line-height: 1.123; padding-bottom: 5px;  }
    h1 + .sub-title, h2 + .sub-title { font-size: 22px; margin-top: -5px;  }
    .container { width: 100%; max-width: 100%; }
    .col{ float: none; width: 100% !important; }
    .col + .col { margin-top: 20px; }
    .row.man { background: none; }
    .testimonials.row + p { font-size: 15px !important; }
    .coupon { float: none; margin: 0 auto 20px !important;  }
    .cf.man  #landing_contact , iframe{ float:  none; margin-left: auto; margin-right: auto; display: block; }
    #menu-primary { display: none;   }
    #menu-primary.toggled-on {
        display: block;
    }
    .sub-title .city { display: block; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #ngd_call_now_btn { display: block;  }
    body{ padding-bottom: 57px;}
    #header_text { display: none;}
    h1,h2,h3,h4,h5,h6 , .widget-header { line-height: 1; text-align: left; }
    .widget-header { padding:6px 0;text-align: center; }
    .testimonials + p , .testimonials + p + p {line-height: 1; }
    .testimonial-image { float: none; text-align: center;}
    .testimonial-text { margin-left: auto; padding-top: 5px;}
    .testimonial-text .star::before { left: 50%; margin-left: -85px; }
    #cprght { text-align: center; float: none; margin-bottom: 10px; line-height: 20px;}
    #cards { float: none; margin-left: auto; margin-right: auto; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .nice-ul + p > span { font-size: 28px !important; }

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}



@media print {
    #coupon_wrap .btn { display: none; }
}