.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.page-list .current_page_item > a {
font-weight: bold; } .page-list-ext {
clear: both;
} .page-list-ext {
*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
display: table;
line-height: 0;
content: "";
}
.page-list-ext:after {
clear: both;
}
.page-list-ext .page-list-ext-item {
clear: both;
margin: 10px 0 30px 0;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.page-list-ext .page-list-ext-image {
float: left;
display: inline;
margin: 5px 15px 15px 0;
}
.page-list-ext .page-list-ext-title {
clear: none;
}
.page-list-cols-2,
.page-list-cols-3,
.page-list-cols-4,
.page-list-cols-5 {
column-gap: 30px;
}
.page-list-cols-2 {
column-count: 2;
}
.page-list-cols-3 {
column-count: 3;
}
.page-list-cols-4 {
column-count: 4;
}
.page-list-cols-5 {
column-count: 5;
} @media (max-width: 767px) { .page-list-cols-2,
.page-list-cols-3,
.page-list-cols-4,
.page-list-cols-5 {
column-count: 1;
}
}.ngg-trigger-buttons {
clear: both;
text-align: right;
font-size: 12px;
line-height: 1em;
margin: 0;
}
.ngg-trigger-buttons.hidden {
display: none;
}
.ngg-trigger-large {
font-size: 16px;
margin: 0 10px;
}
.ngg-trigger-buttons .ngg-trigger {
margin-left: 0.3em;
cursor: pointer;
}
.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited,
.ngg-trigger-buttons .ngg-trigger {
color: #999;
}
.ngg-trigger-buttons .ngg-trigger:hover {
color: #333;
}
.ngg-trigger-large .ngg-trigger {
} .galleria.photocrati-nextgen_pro_horizontal_filmstrip {
margin-bottom: 5px;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
.ngg-trigger-buttons.mobile-hide {
display: none;
}
}body.hidden-scroll {
overflow: hidden; }
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
opacity: 0.7;
display: none;
z-index: 1035; }
.sl-wrapper {
z-index: 1040; }
.sl-wrapper * {
box-sizing: border-box; }
.sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer; }
.sl-wrapper button:hover {
opacity: 0.7; }
.sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 10060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #000;
font-size: 3rem; }
.sl-wrapper .sl-close:focus {
outline: none; }
.sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 1060;
color: #000;
font-size: 1rem; }
.sl-wrapper .sl-navigation {
width: 100%;
display: none; }
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 10060;
font-family: Arial, Baskerville, monospace;
color: #000; }
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button:focus {
outline: none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem; } }
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem; } }
.sl-wrapper.sl-dir-rtl .sl-navigation {
direction: ltr; }
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000; }
.sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
width: 100%;
height: auto; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
.sl-wrapper .sl-image iframe {
background: #000;
border: 0 none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0; }
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0; }
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto; }
.sl-wrapper .sl-image .sl-download {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #000;
z-index: 1060; }
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite; }
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
.sl-transition {
transition: -moz-transform ease 200ms;
transition: -ms-transform ease 200ms;
transition: -o-transform ease 200ms;
transition: -webkit-transform ease 200ms;
transition: transform ease 200ms; }
@-webkit-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-moz-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-o-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-ms-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }.ngg-navigation {
font-size: 0.9em !important;
clear: both !important;
display: block !important;
padding-top: 24px;
padding-bottom: 3px;
text-align: center;
}
.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev,
.ngg-navigation span.current {
background: #BBB;
border: none;
border-radius: 2px;
box-shadow: none;
color: #fff;
display:inline;
font-size: 14px;
font-weight: bold;
margin-right: 3px;
padding: 4px 8px;
text-decoration: none;
cursor: pointer !important;
}
.ngg-navigation .ellipsis {
background: #BBB;
border: none;
border-radius: 2px;
box-shadow: none;
color: #fff;
display:inline;
font-size: 14px;
font-weight: bold;
margin-right: 3px;
padding: 4px 8px;
text-decoration: none;
}
.ngg-navigation span.current {
background: #666;
}
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.prev {
background: transparent;
color: #BBB;
padding: 2px;
border: none;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.current:hover {
background: #666;
color: #FFFFFF !important;
text-decoration: none !important;
}
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.next,
.ngg-navigation span.prev {
color: #666 !important;
}
.ngg-navigation a.page-numbers {
display: inline;
}
.ngg-clear {
clear: both;
}.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
clear: both;
display: block !important;
}
.ngg-galleryoverview .desc { margin: 0px 10px 10px 0px;
padding: 5px;
}
.ngg-gallery-thumbnail-box {
float: left;
max-width: 100% !important;
}
.ngg-template-caption .ngg-gallery-thumbnail-box {
margin-right: 0px;
}
.ngg-gallery-thumbnail {
text-align: center;
max-width: 100% !important;
background-color: #FFFFFF;
border: 1px solid #A9A9A9;
margin-right: 5px;
margin: 5px;
}
.ngg-template-caption .ngg-gallery-thumbnail {
margin-right: 0px;
}
.ngg-gallery-thumbnail a {
display: block;
margin: 4px;
border: none;
box-shadow: none;
}
.ngg-gallery-thumbnail img {
display: block;
margin: 0;
padding: 0;
position: relative;
max-width: 100% !important;
height: auto;
}
.ngg-gallery-thumbnail span { font-size: 90%;
padding-left: 5px;
display: block;
} .ngg-galleryoverview {
margin-top: 40px;
margin-bottom: 50px;
-webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
transition: width 1s, height 1s, background-color 1s, transform 1s;
min-height: 100px;
}
.ngg-gallery-thumbnail-box.ngg-1-columns {
width: 100%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-2-columns {
width: 50%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-3-columns {
width: 33.33333%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-4-columns {
width: 25%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-5-columns {
width: 20%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-6-columns {
width: 16.6666%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-7-columns {
width: 14.2857%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-8-columns {
width: 12.5%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-9-columns {
width: 11.1111%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-10-columns {
width: 10%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-11-columns {
width: 9.09%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-12-columns {
width: 8.3333%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-13-columns {
width: 7.692%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-14-columns {
width: 7.142%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-15-columns {
width: 6.6666%;
float: left !important;
}
@media (max-width: 800px) {
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 25%;
}
}
@media (max-width: 600px) {
.ngg-gallery-thumbnail-box.ngg-4-columns,
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 33.33333%;
}
}
@media (max-width: 400px) {
.ngg-gallery-thumbnail-box.ngg-3-columns,
.ngg-gallery-thumbnail-box.ngg-4-columns,
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 50%;
}
} .ngg-galleryoverview.default-view {
text-align: center;
font-size: 0 !important;
letter-spacing: 0 !important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
display:inline-block;
float: none;
vertical-align: middle;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
background-color: transparent;
border: none;
margin: 0;
margin-right: 0;
position: relative;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
margin: 2px;
box-shadow: none;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
opacity: .8;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
margin: 0 auto;
box-shadow: none;
cursor: pointer;
}
.ngg-galleryoverview.default-view .slideshowlink {
margin: 24px auto 0;
text-align: center;
text-transform: uppercase;
}
.ngg-galleryoverview.default-view .slideshowlink a {
font-size: 13px;
letter-spacing: .75px;
cursor: pointer;
text-decoration: none;
box-shadow: none;
border: none;
}
.ngg-galleryoverview.default-view .slideshowlink a:hover {
text-decoration: none !important;
box-shadow: none !important;
border: none !important;
} .ngg-galleryoverview ul li:before {
content: '' !important;
}
.ngg-gallery-list {
list-style-type: none;
padding: 0px !important;
text-indent: 0px !important;
}
.ngg-galleryoverview div.pic img {
width: 100%;
border: 0px;
border-radius: 0px;
}
.ngg-gallery-list li {
float: left;
margin: 0 2px 0px 2px !important;
overflow: hidden;
}
.ngg-gallery-list li a {
border: 1px solid #CCCCCC;
display: block;
padding: 2px;
}
.ngg-gallery-list li.selected a {
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;
background: #000000 none repeat scroll 0 0;
}
.ngg-gallery-list li img {
height: 40px;
width: 40px;
}
li.ngg-next, li.ngg-prev {
height: 40px;
width: 40px;
font-size: 3.5em;
}
li.ngg-next a, li.ngg-prev a {
padding-top: 10px;
border: none;
text-decoration: none;
} .ngg-caption-view-wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap;
} .ngg-basic-thumbnails-carousel {
display: flex;
justify-content: center;
}
.ngg-basic-thumbnails-carousel-list {
display: flex;
flex-wrap: wrap;
}
.ngg-galleryoverview.carousel-view .ngg-gallery-thumbnail img {
max-width: 80px !important;
}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; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align:top;}:focus {outline: 0;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;} nav ul {list-style:none;} body {line-height:normal;} 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;} input, select {vertical-align:middle;} abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}  mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;} del { text-decoration: line-through;} ins { color:#000; text-decoration:none;} body {font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.4; color: #626c7b; font-weight: 400;}
h1, h2, h3, h4, h5, h6 {line-height:1.4; margin:0; color: #0a1931; font-weight: 700;}
h1{font-size: 26px; line-height:1.2; padding-bottom: 15px;}
h2{font-size: 28px; line-height:1.2; padding-bottom: 15px;}
h3{font-size: 26px; line-height:1.2; padding-bottom: 15px;}
h4{font-size: 24px; line-height:1.2; padding-bottom: 10px;}
h5{font-size: 20px; line-height:1.2; padding-bottom: 10px;}
h6{font-size: 18px; line-height:1.2; padding-bottom: 10px;}
p{margin: 0 0 15px;}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {margin:0;} .fl {float:left;} .fr {float:right;} blockquote{margin:1.5em;color:#666;font-style:italic;} 
strong, dfn, b {font-weight:bold;} em, dfn{font-style:italic;} sup,sub {line-height:0; font-size:.6em;} 
sup {vertical-align:super} sub {vertical-align:sub;} abbr,acronym{border-bottom:1px dotted #666;} address{margin:0 0 1.5em;font-style:italic;} 
del{color:#666;} pre{margin:1.5em 0;white-space:pre;} pre,code,tt {font:1em 'andale mono','lucida console',monospace;line-height:1.5;}
ul,ol{margin:0 0 1.5em 0; padding-left:1.5em;} li ul, li ol{margin:0;} ul{list-style-type:disc;} ol{list-style-type:decimal;}
dl{margin:0 0 1.5em 0;} dl dt{font-weight:bold;} dd{margin-left:1.5em;}
table{margin-bottom:10px; width:100%;} th{font-weight:bold;} thead th{background:#c3d9ff;} th,td,caption{padding:4px 10px 4px 5px;} tfoot{font-style:italic;} caption{background:#eee;} tbody tr:nth-child(even) td,tbody tr.even td{} small{font-size:11px;} .red, .require, .star {color:#F00;} .center {text-align:center;} .justify {text-align:justify;} .clearing, .flowfix {overflow:hidden; width:100%;} .overfix {overflow:hidden;} .clr, .clear {clear:both; line-height:0px; height:0; display:block;} .nomg {margin-left:0 !important; margin-right:0 !important;} .hide, .ui-helper-hidden-accessible, .ui-tabs-hide {display:none;} .animated {visibility:hidden;} .section {float:left; width:100%; clear:both;} .row {display:block; float:left; margin-bottom:0px;} .relative {position:relative;} .fleft {float:left;} .fright {float:right;} .main, .container {width:1200px; margin:0 auto; position:relative;} .container {position:static;} .main-boxed {width:1220px; margin:0 auto;}
.grid, [class*="grid"] {float: left; margin-left:10px; margin-right:10px; } .grid.fright, [class*="grid"].fright {float:right;} .off-grid  {float:left;}
.grid.first, [class*="grid"].first {margin-left:0; } [class*="grid"] [class*="grid"]:first-child {margin-left:0;}
.grid.last, [class*="grid"].last {margin-right:0;} [class*="grid"] [class*="grid"]:last-child {margin-right:0;}
.grid1 {width:80px;} .grid2 {width:180px;} .grid3 {width:280px;} .grid4 {width:380px;} .grid5 {width:480px;} .grid6 {width:580px;} 
.grid7 {width:680px;} .grid8 {width:780px;} .grid9 {width:880px;} .grid10 {width:980px;} .grid11 {width:1080px;} .grid12 {width:1180px;}
.grid12 > .grid3:nth-child(4n), .grid9 > .grid3:nth-child(3n), .grid6 > .grid3:nth-child(2n), .grid12 > .grid4:nth-child(3n), .grid8 > .grid4:nth-child(2n) {margin-right:0;}
.off-desktop, .on-tablet, .on-phone {display:none;} .on-desktop, .off-tablet, .off-phone {display:block;} 
a.on-desktop, a.off-tablet, a.off-phone {display:inline-block;}
@media (max-width: 1280px) {
.main, .container {width:960px;} .main-boxed {width:980px;}
.grid1 {width:60px;} .grid2 {width:140px;} .grid3 {width:220px;} .grid4 {width:300px;} .grid5 {width:380px;} .grid6 {width:460px;} 
.grid7 {width:540px;} .grid8 {width:620px;} .grid9 {width:700px;} .grid10 {width:780px;} .grid11 {width:860px;} .grid12 {width:940px;}
.off-desktop, .off-tablet, .on-phone {display:none;} a.off-desktop, a.off-tablet, a.on-phone {display:none;}
.on-desktop, .on-tablet, .off-phone{display:block;} a.on-desktop, a.on-tablet, a.off-phone {display:inline-block;}
}
@media (min-width: 768px) and (max-width: 979px) {
.main, .container { width:720px;}  .main-boxed {width:740px;}  
.grid1 {width:40px;} .grid2 {width:100px;} .grid3 {width:160px;} .grid4 {width:220px;} .grid5 {width:280px;} .grid6 { width:340px;} 
.grid7 {width:400px;} .grid8 {width:460px;} .grid9 {width:520px;} .grid10 {width:580px;} .grid11 {width:640px;} .grid12 {width:700px;} 
.off-tablet, .on-desktop, .on-phone {display:none;} a.off-tablet, a.on-desktop, a.on-phone {display:none;} 
.off-phone, .on-tablet, .off-desktop  {display:block;} a.off-phone, a.on-tablet, a.off-desktop  {display:inline-block;} 
}
@media (max-width: 767px) {
.main, .container {max-width:90%; width:90%; } .row {width:100%; margin-bottom:0px;} .off-grid {display:none;}
.grid1,.grid2,.grid3,.grid4,.grid5,.grid6,.grid7,.grid8,.grid9,.grid10,.grid11,.grid12 {width:100%; margin-left:0px; margin-right:0px;} .on-phone, .off-desktop, .off-tablet {display:block;} a.on-phone, a.off-desktop, a.off-tablet {display:inline-block;} 
} .one-half, .one-third, .two-third, .one-fourth, .three-fourth {padding-bottom:10px; float:left;}
.one-half {width:49%; padding-right:2%;} .one-half.last {float:right; padding-right:0;}
.one-third {width:32%; padding-right:2%;} .one-third.last {float:right; padding-right:0;}
.two-third {width:66%; padding-right:2%;} .two-third.last {float:right; padding-right:0;}
.one-fourth {width:23.5%; padding-right:2%;} .one-fourth.last {float:right; padding-right:0;}
.three-fourth {width:74.5%; padding-right:2%;} .three-fourth.last {float:right; padding-right:0;}
.one-half+.one-half, .one-third+.two-third, .two-third+.one-third, .one-third+.one-third+.one-third, 
.one-fourth+.one-fourth+.one-half, .one-fourth+.one-half+.one-fourth, .one-half+.one-fourth+.one-fourth, 
.one-fourth+.three-fourth, .three-fourth+.one-fourth, .one-fourth+.one-fourth+.one-fourth+.one-fourth {float:right; padding-right:0%;} 
.one-half.fleft {padding-right:2%;} .one-half.fright {padding-right:0%;} .col-full, .full-col {width:100%; float:left; padding-bottom:10px;}
.ie7 .one-half {width:48.5%;} .ie7 .one-third {width:31.5%;} .ie7 .two-third {width:65.5%;} .ie7 .one-fourth {width:23%;} .ie7 .three-fourth {width:74%;}
@media (max-width:767px) { 
.one-half, .one-fourth, .three-fourth {width:100%; padding-right:0;} .one-fourth+.one-fourth {padding-right:0;} 
.one-third, .two-third {width:100%; padding-right:0;} }
@media (max-width: 599px) { 
.one-half, .one-third, .two-third, .one-fourth, .three-fourth {width:100%; padding-right:0%;} } button, input[type="button"], input[type="reset"], input[type="submit"] {border:2px solid #2a2a2a; border-radius:1px; -webkit-border-radius:1px; -moz-border-radius:1px; -ms-border-radius:1px; vertical-align:top; box-sizing:border-box; -webkit-appearance:inherit; -moz-appearance:inherit; appearance:inherit; cursor:pointer; transition:all 300ms; -moz-transition:all 300ms; -webkit-transition:all 300ms; -ms-transition:all 300ms; padding:12px 20px 12px; background:#2a2a2a; color:#fff; font-size:14px; line-height:24px; font-weight:500; text-transform:uppercase; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;} 
input[type="reset"] {background:#0066cc;border-color:#0066cc;}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {border-color: #000; color:#fff; background: #000;}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {border-color: #000; background: #000;}
input[type="text"], input[type="email"], input[type="url"],input[type="password"], input[type="search"], input[type="tel"], input[type="date"], textarea, select {color: #666; border: 1px solid #d9d9d9; box-sizing:border-box; font-family:inherit;}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="date"]:focus,  textarea:focus, select:focus {color: #111;} 
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"], textarea, select {padding: 12px 14px; font-size:16px; line-height:20px; font-family:inherit;}  a:link, a:visited {color:#fff; text-decoration:none; outline:0; transition:all 400ms; -webkit-transition:all 400ms; -moz-transition:all 400ms; -ms-transition:all 400ms;} 
a:hover, a:focus{color:#fff; text-decoration:none;} a:focus {outline:0;} 
a:hover, a:active {outline: 0; color:#fff; text-decoration:none;}
a.button, a.btn {position:relative; background-color:#1e266e; border:2px solid #1e266e; color:#fff; font-size:16px; text-decoration:none !important; line-height:22px; font-weight:500; padding:9px 20px; text-transform:uppercase; text-align:center; display:inline-block;  margin:0; -webkit-transition:all ease 400ms; transition:all ease 400ms; box-sizing:border-box;text-decoration:none; border-radius: 3px;}
a.button+.button {margin-left: 6px;} 
a.button:hover, a.btn:hover {background-color: #f7b839; border-color: #f7b839; color:#fff;}
a.btn-small {padding:9px 25px 10px; font-size:16px;} 
a.btn-large {padding:19px 75px 20px; font-size:20px; line-height:30px;}
a.btn-wider {width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
a.btn-trans {background-color:transparent; color:#747474; border-color:#747474;}
a.btn-trans:hover {background-color:#747474; color:#fff; border-color:#747474;}
a.btn-none { background:none !important; color:#fff !important; padding:0; border:0 none;}
a.btn-none:hover {opacity:.6;} .site-header{height:auto;background: transparent; color:#212121; position: absolute; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out ;z-index: 999; top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inner-site{position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.site-logo{max-width: 200px; transition: .3s all;}
.shrink .site-logo{max-width: 140px;}
.shrink.site-header{background: #fff;}
.shrink.site-header .inav ul li a{color: #000;text-shadow:none}
.shrink.site-header .inav ul li a:hover{color: #8a2826;}
.site-logo img{max-width: 100%; height: auto;}
.masthead .site-head .extra{float: right; padding:20px 0 4px; max-width: 940px; text-align: right; width: 100%; padding-left: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.menu-sec{width:100%;background:#22428b;min-height:50px;} .sticky-no .site-header{ position: absolute;}
.no-banner.sticky-no .site-header{ position: static;}
.inav *{transition: none;-webkit-transition: none;-moz-transition: none;}
.admin-bar .site-header{top: 32px;}
.admin-bar .header-sticky.fixed-now .site-header {top: 0;}
.top-menu {margin-right: 20px;}
.top-menu ul{margin: 0;padding: 0; list-style-type: none;}
.top-menu li{margin: 0;display: inline-block; border-right: 1px solid #2f2f2f;} 
.top-menu li:first-child{border-left: 1px solid #2f2f2f;}
.top-menu li a{display: block;font-size: 14px; font-weight: 700; color: #2f2f2f; text-transform: capitalize; line-height: 14px; font-weight: 500; padding: 0 7px 0 3px;}
.topmenu li:hover a, .topmenu li.current-menu-item a{color: #30a2ce;}
.extra .inner-extra{overflow: hidden;}
.top-bar{background: #dff6ff; overflow: hidden; margin-top: 20px;}
.inner-top{display: flex; align-items: center;justify-content: space-between;}
.social-top .link a { color: #00a4e4; font-size: 24px; padding: 0 7px;}
.top-head .top-item span{font-size: 22px;display: block;position: relative;padding-left: 25px;margin-top: 3px;}
.top-head .top-item span:before{position: absolute;left: 0;top: 0;content: "\f095";font-family: FontAwesome;}
.top-head .top-item + .top-item{margin-left: 20px;text-align: center;}
.top-head .top-item em{padding-right: 9px; color: inherit;} .textwidget h3{color:#fff;}.ibanner .wpcf7-form select{-moz-appearance: none;-webkit-appearance: menulist;}
.contact-form h4.wg-title{display:none; text-align: center;}
.contact-form{position: fixed; display:block; width: 280px; right:-280px;  height: auto; z-index: 9999; background: rgba(255,255,255,.95); top: 210px; transition:all 300ms; padding: 20px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-form a{position: absolute; width: 215px; height: 43px; display: block; left: -129px; top: 92px; z-index: 2; transform: rotate(-90deg); background: #f7b839; color: #fff; border-bottom: none; padding: 0 13px; text-align: center; text-transform: uppercase; font-size: 14px; text-decoration: none; line-height: 44px; border-top-left-radius: 5px; border-top-right-radius: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-form.open{right: 0;}
.contact-form .wpcf7 .wpcf7-text, .contact-form .wpcf7 .wpcf7-email, .contact-form .wpcf7 .wpcf7-select, .contact-form .wpcf7 .wpcf7-textarea, .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-captchar, .contact-form .wpcf7 option {width: 100%; padding: 8px 0px 6px; border-width: 0px 0px 1px 0; border-radius: 0; font-size: 12px; background:transparent; font-family: inherit;} .contact-form .wpcf7 img.wpcf7-captchac {padding:4px 8px 5px; width:inherit !important; height:inherit !important;}
.contact-form .wpcf7 .wpcf7-textarea {height:55px; vertical-align:top;}
.contact-form .wpcf7 .wpcf7-submit {padding:4px 15px 5px; max-width: 120px;}
.contact-form .wpcf7 .wpcf7-submit:hover{background-color: #f7b839; border-color: #f7b839; } .search-toggle {width:30px; cursor:pointer; text-align:center;}
.search-toggle .icon-search {display:block; height:30px; color:#333; font-size:18px; line-height:30px; transition:all 300ms; -webkit-transition:all 300ms; -moz-transition:all 300ms; -ms-transition:all 300ms;}
.search-toggle .icon-search:hover {color:#999;}
.header .esearch {display:none; position:absolute; top:-11px; right:-10px; padding:0; width:0; z-index:99; transition:width 400ms; -moz-transition:width 400ms; -webkit-transition:width 400ms; -ms-transition:width 400ms;} 
.header .esearch form {position:relative; width:100%;} .header .esearch input.field {width:100%; background:#fff; border:1px solid #d3d3d3; color:#666; border-radius: 25px; -ms-border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; padding:12px 40px 12px 12px;}
.header .esearch button.submit {position:absolute; background:#f0f0f0; border:0 none; color:#666; right:5px; top:5px; padding:0; width:40px; height:40px; font-size:18px; border-radius: 25px; -ms-border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px;} .header .esearch input.field:focus {border-color:#b9b9b9; color:#333;} .header .esearch button.submit:hover {color:#999;}
.header .esearch.show-form {width:245px;} .header-sticky .site-header {padding:0; background:#000; border-bottom:0 none; z-index: 99;} .ifeatured, .section-feature-area {background:transparent; padding:0; border-top: 2px solid #fff;}
.ifeatured .wgs-fd.first, .ifeatured .wgs-fd:first-child, .section-feature-area .wgs-fd.first, .section-feature-area .wgs-fd:first-child {clear:left;}
.ifeatured .wgs-fd, .section-feature-area .wgs-fd, .ifeatured .feature-wgs {margin-bottom:0; width: 20%; float:left;}
.ifeatured .wgs-fd .iboxs, .section-feature-area .wgs-fd .iboxs {padding:0 10px;}.ifeatured .wgs-fd .iboxs .block, .section-feature-area .wgs-fd .iboxs .block{ overflow: hidden;} .ifeatured .wgs-fd.first .iboxs, .section-feature-area .wgs-fd.first .iboxs {padding-left:0;} .ifeatured .wgs-fd.last .iboxs, .section-feature-area .wgs-fd.last .iboxs {padding-right:0;}
.ifeatured .wgs-fd .iboxs.iboxs-alter .wg-title, .section-feature-area .wgs-fd .iboxs.iboxs-alter .wg-title {position:absolute; top:50%; left:50%; width:180px; height:70px; color:#fff; border:2px solid #fff; text-align:center; font-size:24px; line-height:70px; z-index:3; transform:translate(-50%,-50%);} 
.ifeatured .wgs-fd .iboxs.iboxs-alter .wg-title a, .section-feature-area .wgs-fd .iboxs.iboxs-alter .wg-title a {color:#fff; display:block; padding:5px 10px;}
.ifeatured .wgs-fd .iboxs.iboxs-alter .thumbs, .section-feature-area .wgs-fd .iboxs.iboxs-alter .thumbs {margin-bottom:0;} .ifeatured .wgs-fd .iboxs.iboxs-alter:hover .thumbs img {transform:scale(1.1);}
.ifeatured .wgs-fd .iboxs.iboxs-alter .content, .ifeatured .wgs-fd .iboxs.iboxs-alter .over i, .section-feature-area .wgs-fd .iboxs.iboxs-alter .content, .section-feature-area .wgs-fd .iboxs.iboxs-alter .over i {display:none;} 
.feature-wgs + .feature-wgs{}
.ifeatured h3.feature-title{padding: 0; font-size: 20px; font-weight: 700;text-transform: uppercase;}
.ifeatured h3.feature-title a{padding: 0; padding: 0 0 18px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; display: block; transition: all .4s; color: #f7f7f7;}
.iboxs:hover h3.feature-title a{color: #f25821;} .iboxs .block {position:relative; box-sizing: border-box; width: calc(100% + 2px); margin-left: -2px;} 
.iboxs .wg-title {text-transform: capitalize; font-size: 18px; line-height: 24px; font-weight: 700; background: #fff; bottom: 0px; left: 0; right: 0; padding: 15px 10px 8px;} 
.iboxs .wg-title a {-webkit-transition:all 300ms; -moz-transition:all 300ms; -ms-transition:all 300ms; transition:all 300ms; text-decoration:none; color:#333; }
.iboxs .thumbs {width:100%; margin-bottom:0px; position:relative; text-align:center; overflow:hidden; } 
.iboxs .content {background: transparent; font-size: 16px; font-weight: 400;color: #f8f6f6; -ms-transition:all 400ms; -moz-transition:all 400ms; -webkit-transition:all 400ms; transition:all 400ms;} .iboxs .content a{color: #fff; display: block; padding:10px 10px 8px; }
.icontent .iboxs img{border-radius: 0;}
.iboxs .thumbs img {margin:auto; padding:0; max-width:100%; width:100%; height:auto; display:block; -webkit-transition:all ease-out 400ms; -moz-transition:all ease-out 400ms; -ms-transition:all ease-out 400ms; transition:all ease-out 400ms;}
.iboxs .over {display:block; background: rgba(0,0,0,.65); position:absolute; top:0; left:0; right:0; bottom:0; -ms-transition:all 400ms; -moz-transition:all 300ms; -webkit-transition:all 300ms; transition:all 300ms;} 
.iboxs .over::after {content:""; background:#000; height:100%; width:100%; display:block; text-align:center; opacity:0.50; display: none;}
.iboxs .over i {margin:-32px 0 0 -32px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; height:60px; width:60px; line-height:60px; font-size:24px; -ms-transition:all 300ms; -webkit-transition:all 300ms; -moz-transition:all 300ms; transition:all 300ms;  border:1px solid #fff; color:#fff; position:absolute; left:50%; top:50%; z-index:2;} 
.iboxs .over i:hover {color:#fff; border-color:#fff; font-size:20px;} .iboxs:hover .over {opacity:1;} .section.section-service h3{text-transform: inherit; padding-bottom: 18px; } .section-cta.container-section{ padding: 90px 0 80px;}
.section-cta .cta-wrap{display: flex; align-items: center; justify-content: space-between;}
.section-cta .cta-text{max-width: 770px;}
.section-cta .cta-text h3{font-size: 20px; font-weight: 700;}
.section-cta .cta-text p{font-size: 20px; font-weight: 400;}
.section-cta .cta-action a.button{background: #fff; border-color: #fff; color: #8a2826; font-size: 20px; font-weight: 700; padding: 15px 21px; letter-spacing: 1px;}
.section-cta .cta-action a.button:hover{background: transparent; color: #fff;}
.section-cta .cta-action a.button i{display: none;}
.fa, .far, .fas{font-family: 'FontAwesome' !important; font-weight: 400 !important;}
.fa-facebook:before {content: "\f09a" !important;} .icontent .section-logos h3{color: #333; text-transform: uppercase; margin-bottom:30px; font-weight: 400;}
.icontent .section-logos h3 strong{font-weight: 700;}
.section-logos .logo-thumb{ max-width: 180px; border: 1px solid #d7d7d7; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 4px;}
.section-logos .logo-thumb img{height: auto; max-width: 100%;} 
.section-logos .owl-prev, .section-logos .owl-next{display: none;}
.section-logo-box .ec-btm-logo .content{ background: #fff;border-radius: 5px;box-shadow: 0px 0px 20px 0px rgba(7, 4, 6, 0.08);} .btm{color:#333333;}
.bottom {position: relative;}
.wgs-footer ul {list-style: none; margin: 0; padding: 0;}
.wgs-footer ul li {padding: 0; font-size: 14px; -ms-transition:all ease-in-out 300ms; -webkit-transition:all ease-in-out 300ms; -moz-transition:all ease-in-out 300ms; transition:all ease-in-out 300ms; position: relative; margin-bottom: 10px;} 
.wgs-footer ul li:before {content: '\f105'; left: 0; color: #f2f2f2; font-family: FontAwesome; position: absolute; display: inline-block; display: none;}
.wgs-footer.text-2 a{font-size: 14px;}
.wgs-footer ul li a,.wgs-footer a
.wgs-footer .textwidget p strong{display: inline-block; min-width: 42px; font-size: 15px;}
.wgs-footer p{font-size: 15px; color: #fff; line-height: 1.5; font-weight: 400;}
.wgs-footer h6{color: #1c1c1c; text-transform: inherit; font-size: 16px; margin-bottom: 5px; margin-top: 5px;}
.wgs-footer ul li a:hover, .bottom a:hover,.wgs-footer a:hover{color: #ffc947;}
.bottom-inner ul li span {width: 57px; display: inline-block;}
.wgs-footer.text-3 ul{margin-bottom: 9px;}
.wgs-footer.text-3 ul li{padding: 0; line-height: 22px;}
.wgs-footer.text-3 ul li:before{display: none;}
.wgs-footer p img{max-width: 100%; height: auto; margin:0 auto;}
.widget_text.text-2 .textwidget p strong{display: inline-block; min-width: 44px; font-size: 15px;}
.widget_text.text-2 .textwidget p strong.lic-text{min-width: 0; font-weight: 600;}
.bottom .bottom-x, .bottom .bottom-a {padding:40px 0 10px;} .bottom .bottom-a {background:#fff;} .bottom .bottom-b {padding:40px 0 0;} 
.bottom .wgs-bottom {width:100%; float:left; margin-bottom:30px;} .bottom .wgs-bottom:last-child {margin-bottom:0;}
.wgs-footer a.button{color: #fff; padding: 12px 18px; margin-top: 35px; font-size: 16px;}
.wgs-footer a.button:hover{background: transparent; border-color: #1e266e; color: #1e266e;}
.wgs-footer .gap{display: block; height: 10px;} .footer {font-size:14px; line-height:22px;}
.footer img {max-width:100%; height:auto;}  
.footer a, .wgs-footer ul li {color:#fff; text-decoration:none; -webkit-transition:color 350ms; -moz-transition:color 350ms; -ms-transition:color 350ms; transition:color 350ms; text-align: left;} 
.footer a br{display: none;}
.wgs-footer ul li strong{display: inline-block; width: 58px; font-weight: 400;}
.accept-pay span a{font-size: 28px;} 
.footer .copyright{padding: 20px 0; background: #030a16;}  
.footer .copyright p.copy-info{margin: 0; padding:0; font-size: 14px; color: #fff;; text-align: center; font-weight: 400;}
.footer .copyright a{color: inherit;} .footer .copyright a:hover, .footer a:hover{color: #ffc947;}
.copyright .footer-socials{float: right;} .footer .socials .link{margin: 0 0 0 8px; display: inline-block;} 
.footer .socials .link a i{font-size: 20px; color: #fff; transition: all ease-in-out .4s; display: block; border-radius: 4px; margin-right: 15px;} 
.footer .socials .link a i:hover {color: #ffc947;}
.bottom{display: flex; flex-wrap: wrap;}
.wgs-footer{width: 22%; margin-bottom: 25px; padding-right: 20px; box-sizing: border-box;}
.wgs-footer:first-of-type{width: 34%; padding-right: 50px;}
.wgs-footer.nav_menu-2 ul li{display: block;box-sizing: border-box;} .menu-section{display: flex; align-items: center; justify-content: space-between;}
.menu-item .top-menu{display: flex; justify-content: flex-end;}
.inav {position:relative;width:100%;} .menu-toggle {display:none;}
.inav ul, .inav ul.menu {list-style:none; margin:0; padding:0;} .inav ul.menu {position:relative;}
.inav ul li { display:inline-block; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box;}
.inav ul li:hover{color: #000;}
.inav ul li.menu-item-has-children a.sf-with-ul{position: relative;} 
.inav ul li.menu-item-has-children a.sf-with-ul:before{content: '\f107'; font-family: FontAwesome; display: inline-block; float: right; margin-left: 4px; line-height: initial;font-size:15px;font-weight:300; margin-top: 4px;}
.inav ul li.custom-menu-item ul {right: 0 !important; left: unset;}
.inav ul li a{color: #fff; font-size: 14px; text-align: center;padding: 12px 10px; text-decoration:none; font-weight: 500; text-transform: capitalize; display: block; transition: all ease 400ms; background-color: transparent;}
.inav ul li a:hover, .inav ul.menu > li.sfHover > a{text-decoration:none; color: #ffc947; }
.inav ul.menu > li.current-menu-item > a, .inav ul.menu > li.current-menu-item.sfHover > a, .inav ul.menu > li.current-menu-parent > a, .inav ul.menu > li.current-menu-parent.sfHover > a, .inav ul.menu > li.current-page-parent > a, .inav ul.menu > li.current-page-item > a, .inav ul.menu > li.current-page-ancestor > a, .inav ul.menu > li.current-menu-ancestor > a{color: #ffc947;} .inav ul ul, .inav ul.menu ul, .inav div.menu ul ul li{position:absolute; top:-999em; left:0; width:260px; z-index:999; padding:0; list-style:none; background: #df1428;}
.inav ul li.sfHover ul, .inav ul li:hover ul {top: calc(100% + 10px); left: 0;} .inav ul li.sfHover ul ul, .inav ul li:hover ul ul {top:0; left:261px; margin-top:0;}
.inav ul ul li, .inav ul.menu ul li, .inav div.menu ul ul li {width:100%; padding-right:0 !important; padding-left:0 !important; border-bottom:0; margin-left:0; margin-right:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;} .inav ul.sub-menu li {display:block;}
.inav ul ul li a, .inav ul.menu ul li a, .inav div.menu ul ul li a {padding: 10px 10px 9px 20px; text-align:left; display:block; color:#fff; font-size:14px; font-weight:400; line-height:22px; border-bottom:0 none;} .inav ul ul li a, .inav ul.menu ul ul li a, .inav div.menu ul ul ul li a {font-size:13px; -webkit-transition:background ease .8s, color ease .8s; -moz-transition:background ease .8s, color ease .8s; -ms-transition:background ease .8s, color ease .8s; transition:background ease .8s, color ease .8s;}
.inav ul.menu > li.sfHover > a, .inav ul.menu > li.current-menu-item.sfHover > a, .inav ul.menu > li.current-menu-parent.sfHover > a {color: #ffc947;}
.inav ul ul li a:hover, .inav ul.sub-menu > li.sfHover > a {color:#fff !important; background: #000;} 
.inav ul.sub-menu > li.current-page-item > a,.inav ul.sub-menu > li.current-page-ancestor > a, 
.inav ul.sub-menu > li.current-page-parent > a {color:#fff !important; }
.inav ul li.on-phone a{display: none;}
.inav ul ul li a{border:none} .flex-direction-nav{display: block;}
.flexslider { position: relative; margin:0 auto; padding: 0; background:#fff; width:100%; overflow:hidden;}
.flexslider .slides, .flexslider .flex-control-nav, .flexslider  .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flexslider .slides {zoom: 1;} .flexslider .slides .thumbs{position: relative;} .flexslider .slides .thumbs img {width: 100%; height:auto; display: block; position: relative;} .flexslider .slides .thumbs:after{content: ''; position: absolute; left: 0; top: 0; display: block; background: rgba(0,0,0,.5); height: 100%; width: 100%;} .flexslider .slides > li:not(:first-of-type) {display: none;}
html[xmlns] .flexslider .slides {display: block;} * html .flexslider .slides {height: 1%;} .flex-direction-nav li { background: none !important; padding: 0 !important; }
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev { background-repeat: no-repeat; background-position: 50% 50%; background-size:22px auto; border-radius: 0; -ms-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; height:44px; width:44px; margin-top:-22px; top: 50%; text-indent: -999em; overflow: hidden; position: absolute; z-index: 19; cursor: pointer; opacity: .9; filter: alpha(opacity=90); }
.flex-direction-nav a.flex-prev {background-image:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/prev-g.png); left: 20px;}
.flex-direction-nav a.flex-next {background-image:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/next-g.png); right: 20px;}
.flex-direction-nav a.flex-prev:hover, .flex-direction-nav a.flex-prev:active, .flex-direction-nav a.flex-next:hover, .flex-direction-nav a.flex-next:active { opacity:.6; filter: alpha(opacity=60); }
.flex-direction-nav a.flex-disabled { opacity: .2 !important; filter: alpha(opacity=20); cursor: default; } .flexslider .flex-control-nav { position: absolute; left: 0; line-height: 10px; bottom: 15px; list-style: none; padding: 0; margin: 0 !important; z-index: 18; padding: 0 !important; text-align: center; width: 100%;    }
.flexslider .flex-control-nav li { overflow: hidden; display: inline-block; margin-left: 4px; margin-right: 4px; padding: 0 !important; }
.flexslider .flex-control-nav li a { display: block; width: 10px; height: 10px; line-height: 10px; text-indent: -999em; overflow: hidden; border: 2px solid #fff; background: none; cursor: pointer; border-radius: 50%; -ms-border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -webkit-transition: all 300ms; -moz-transition: all 300ms; -ms-transition: all 300ms; transition: all 300ms; display: none;}
.flexslider .flex-control-nav li a:hover { opacity: .7; }
.flexslider .flex-control-nav li a.flex-active { background: #fff; }
.flexslider .flex-control-nav li a.flex-active:hover { opacity: 1; cursor: default;} .no-banner .site-header{border-bottom: 1px solid #efefef; background: #fff;}
.inner-site*{-webkit-transition:all ease-out 400ms; -moz-transition:all ease-out 400ms; transition:all ease-out 400ms; }
.ibanner { position: relative; margin: 0; padding: 0; overflow: hidden;} .ibanner.banner-static {background:#f5f5f5;} .ibanner.only-bc {padding:0 0 10px;}
.ibanner .ebanner { width:100%;margin:0 auto; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; position: relative;}
.ibanner .ebanner:before {position: absolute; content: ''; left: 0; top: 0; background: rgba(0,0,0,.3); width: 100%; height: 100%;}
.ibanner .ebanner img {width:100%; height:auto; max-width:100%;} .ibanner .islider + img{position:absolute; right:50%; bottom:10px; z-index:9; margin-right:-596px;}
.ibanner .slider-fullwidex .flexslider {max-height:96vh;}
.ibanner .ov.ps-lx.tp-fw .cpn a.button{padding: 0; box-sizing: border-box; font-size: 19px; border: 0; background: transparent; font-weight: 700; text-shadow: none; color: #eeeeee; margin-top: 30px; position: relative;}
.ibanner .ov.ps-lx.tp-fw .cpn a.button:before{position: absolute; content: ''; right: -60px; top: 50%; transform: translateY(-50%); background: #ff8280; width: 40px; height: 3px;}
.ibanner .ov.ps-lx.tp-fw .cpn a.button:hover{color: #ff8280;}
.ibanner .ov.ps-lx.tp-fw .cpn a.button i{margin-right: 5px;}
.ibanner .ov.ps-lx.tp-fw .cpn a.btn-alt{background: #fff; color: #9f832f; border-color: #9f832f;}
.ibanner .ov.ps-lx.tp-fw .cpn a.btn-alt:hover{background: #9f832f; color: #fff; border-color: #9f832f;}
.ibanner .ov.ps-lx.tp-fw .cpn p{margin: 0; padding:0;font-size: 18px;font-weight: 500; color: #fff; margin-bottom: 20px;}
.ibanner .ov.ps-lx.tp-fw .cpn p a{font-size: 52px; font-weight: 700; color: #ffcb50; transition: .3s all;}
.ibanner .ov.ps-lx.tp-fw .cpn p a:hover{color: #df1428;}
.banner-slider .cpn .econtent .content p img{margin-top: 0; margin-right: 5px;} .ibanner .ov {position: absolute; z-index: 19; width: 100%; top: 50%; left: 0; transform: translateY(-50%);}
.ibanner .ov.ps-vt {top:55px;}
.ibanner .ov.ps-vb {bottom:55px;}
.ibanner .ov.ps-rx {right:0px;}
.ibanner .ov.ps-lx .cpn {width:auto;} .ibanner .ov.ps-rx .cpn {float:right; margin-right:120px; width:520px;}
.ibanner .ov.ps-cx .cpn {max-width:520px;margin:auto;}
.ibanner .cpn h1 strong{font-size: 36px; font-weight: 400; text-transform: uppercase;} .ibanner.section .cpn {font-size:24px; font-weight:700; padding:0; position: relative; box-sizing: border-box; max-width: 960px; margin: 0 auto;}
.ibanner.section .cpn h3{padding: 0; font-size: 30px; line-height: 36px;}
.ibanner .cpn .cta { margin: 8px 0 12px; padding: 0; } .ibanner .cpn p { padding: 0 0 10px; } .ibanner .cpn img {max-width:100%; height:auto; margin-top: 10px;}
.ibanner .cpn h1{font-size: 36px; font-weight: 900; padding-bottom: 5px; line-height: 1.4; color: #fff; text-transform: uppercase;}
.ibanner .cpn h6{font-size: 16px; font-weight: 700; color: #fff; position: relative; margin-bottom: 40px; letter-spacing: 1.3px;}
.ibanner .cpn h6:after{position: absolute; content: ''; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 2px; background: #ffcb50;}
.ibanner .cpn h2 {color: #fff; font-size: 60px; line-height: 1.3; padding-bottom: 0; text-transform: uppercase;} 
.ibanner .cpn h4 { font-size:1.2em; text-transform: uppercase;} 
.ibanner .cpn .title h3 { font-size:1.8em; }
.ibanner .cpn a.button { background-color:rgba(35, 42, 100, .9); color: #fff; border:2px solid #fff; border-radius: 0; -ms-border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; padding:10px 28px 11px; font-size:16px; line-height: 24px; font-weight:700; margin: 0; position: relative;}
.ibanner .cpn a.button:hover { background-color:rgba(255, 131, 0, .9); color: #fff; } .ibanner .wpcf7-form input[type="text"], .ibanner .wpcf7-form input[type="email"], .ibanner .wpcf7-form input[type="url"], .ibanner .wpcf7-form input[type="password"], .ibanner .wpcf7-form input[type="search"], .ibanner .wpcf7-form input[type="tel"], .ibanner .wpcf7-form input[type="date"], .ibanner .wpcf7-form textarea, .ibanner .wpcf7-form select {padding: 7px 10px 6px; color: #9e9e9e;width: 100%; border: 1px solid #c9c9c9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block;font-size:12px; background: #e0e0e0; margin-bottom: 5px;}
select{height: 43px;}
select option {width: 100%;}
.ibanner .wpcf7-form textarea{height:60px;}
.ibanner .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width: 100px !important; margin: 0 !important;}
.ibanner .wpcf7 img.wpcf7-captchac {margin: 0 6px; width: 70px; height: auto; background: #fff; padding: 8px; box-sizing: border-box; border: 1px solid #d0d0d0; border-radius: 4px; display: inline-block;}
.ibanner .wpcf7 .wpcf7-submit{min-width: 100px; border-color: #9e1429;margin-top:4px; background-color:#9e1429;padding:10px 20px; max-width: 165px;}
.ibanner .wpcf7 .wpcf7-submit:hover{background: #dc364f; color: #fff; border-color: #dc364f;}
.ibanner .wpcf7-form-control-wrap{display: block;}.wpcf7-form-control-wrap.msg {padding-bottom: 5px;}
.ibanner .wpcf7 .wpcf7-response-output {line-height: 12px; margin: 6px 0 0; padding: 5px 5px;}
.ibanner .rc-anchor-normal {height: 65px;}
.ibanner .wpcf7 p + p{margin-top: 3px !important;}
.ibanner .wpcf7 .wpcf7-response-output {  font-size: 11px;  line-height: .8;margin: 4px 0 0;padding: 5px;  border: 1px solid #f7b839 !important; }
.ibanner-form .banner-overlay h3 {padding-bottom: 4px;font-size: 18px;}
::-webkit-input-placeholder {color:#9e9e9e;}
::-moz-placeholder { color:#9e9e9e;}
:-ms-input-placeholder {color: #9e9e9e}
:-moz-placeholder {color:#9e9e9e}
.banner-overlay .textwidget > p{padding:0; color: #fff; position: relative; font-size: 22px; line-height: 24px; margin-bottom: 15px; font-weight: 700;} .banner-overlay{background: rgba(0,0,0,.8); float: right; padding: 15px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 380px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 6px; width: 100%;}
.banner-overlay h3.banner-title{padding:0; color: #a09d9d; font-size: 22px; float: right;} .cpn ul{margin: 0; padding: 0;}  .cpn ul li{position: relative; padding:0 0 6px 37px; font-size: 32px; line-height: 34px; list-style: none; text-transform: uppercase;}
.cpn ul li:before{content: '\f00c'; font-family: FontAwesome; left: 0; position: absolute;} .ibanner .page-title {bottom:0; padding:0;} 
.ibanner .page-title .title, .ibanner .page-title .sub-title {color:#fff; padding:0; margin:0; text-shadow:1px 1px 4px #666;} 
.ibanner .page-title .title { font-size:36px; text-transform: uppercase;line-height:46px; font-weight: 400;} 
.ibanner .page-title .sub-title {font-size:18px; line-height:24px;}
.ibanner .page-title .title+.sub-title {margin-top:8px;} .ibanner .page-title .title+.cta, .ibanner .page-title .sub-title+.cta {margin-top:8px;}
.ibanner .breadcumb {padding:0 10px; text-shadow:1px 1px 4px #666;} .ibanner.only-bc .breadcumb {text-shadow:none;}
.has-banner .breadcumb, .has-banner .breadcumb a {color:#fff;}  .has-banner .breadcumb .current {color:#fff;} .has-banner .breadcumb a:hover {color:#d6d6d6;}
.ibanner .ebanner, .ibanner.only-title {} .ibanner.only-title {background:#f5f5f5 !important;}
.ibanner .cpn.al-center, .ibanner .cpn.center {text-align:center;}
.ibanner .cpn.bg-light { background: rgba(28,77,154,0.8); background: rgba(28,77,154,0.8) }
.ibanner .cpn.bg-none { background: none; padding: 0; } 
.ibanner .cl-light { color: #fff; } .ibanner .cl-dark { color: #000;}
.ibanner .cl-dark h1, .ibanner .cl-dark h2, .ibanner .cl-dark h3, .ibanner .cl-dark h4 { color: #000; }
.ibanner-form{position: absolute; top: 50%; transform: translateY(-50%); z-index: 9; right: 0px;}
.ec-iform .content {background: rgba(25,11,12,1); max-width: 535px; display: block; margin-left: 45px; padding: 22px 20px; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;} .ec-iform form span{width:100% !important;} .ec-iform form span.ajax-loader{width: 16px !important;} .ec-iform .content h3{color: #fff;}
.ec-iform .wpcf7 p + p{margin-top: 10px !important;} .ec-iform .one-half.last{padding-left: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ec-iform input[type="text"], .ec-iform input[type="email"], .ec-iform input[type="tel"], .ec-iform textarea, .ec-iform select {padding: 7px 12px 7px;} .icontent .ec-iform .wpcf7 .wpcf7-textarea{height: 80px;}
.ec-iform .wpcf7 img.wpcf7-captchac{padding: 5px 20px 6px;  margin-right: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ec-iform .wpcf7 .wpcf7-submit{padding: 5px 10px 5px; border-color: #f7b839; background-color: #f7b839; display: inline-block; max-width: 136px;}
.wpcf7 h4 {font-weight:bold !important; padding-top:15px; padding-bottom:8px !important;}
.wpcf7 p {padding:0; margin: 0;} .wpcf7 p > b {font-weight:normal;}  .wpcf7 p + p{margin-top: 10px !important;padding-bottom: 0 !important;}
.wpcf7 p > strong {font-weight:700; display:inline-block; width: 100%;float:left; color:inherit; padding-bottom:0px;}
.quote-form .wpcf7 .wpcf7-text, .quote-form .wpcf7 .wpcf7-email, .quote-form .wpcf7 .wpcf7-select, .quote-form .wpcf7 .wpcf7-textarea, .quote-form .wpcf7 .wpcf7-captchar {width:100%; border-radius: 0px; -ms-border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; padding: 3px 10px 4px 0; border:none; border-bottom: 1px solid #1d45ae; background-color: transparent; color: #1d45ae !important; font-size: 12px;} .quote-form .wpcf7 .wpcf7-textarea{height: 50px;}
.ec-iform .wpcf7 img.wpcf7-captchac {height: auto;}
.wpcf7 .wpcf7-list-item {margin-left:0; padding-right:10px; box-sizing:border-box; width:33.3333%; display:inline-block; margin: 2px 0px;}
.contact-page .wpcf7 .wpcf7-list-item, .wpcf7 .wpcf7-list-item{width: 100%;}
.contact-page .wpcf7 img.wpcf7-captchac, .wpcf7 img.wpcf7-captchac{width: 100px; padding:8px 5px 4px 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #bdbdbd; text-align: center;}
.contact-page span.wpcf7-form-control-wrap{position: relative;}
span.wpcf7-not-valid-tip{font-size: 12px;}
.captcha-440 .wpcf7-not-valid-tip{display: none;} .companies-we-represent-page .icontent .wpcf7 .wpcf7-submit{width: auto; max-width:none;} .icontent .formsets {border: 1px solid #484848;}
.icontent .formsets h2 {background:#484848; color:#FFFFFF; font-size: 18px; margin: 0 0 10px; padding: 5px 10px 6px 15px;}
.icontent .formset h3 {background:#5c5c5c; color: #FFFFFF; font-size: 16px; margin: 5px 0 12px; padding: 5px 10px 6px 15px; font-weight:bold;}
.icontent .formset p {padding: 0 15px 5px !important;}
.icontent #post-16 .one-fourth.grid img {width:92%; height:92%;}
.quote-form .wpcf7 .wpcf7-response-output{font-size: 10px; line-height: 13px; padding: 1px 5px; clear: both;}
.wpcf7 .wpcf7-submit.wider {width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.quote-form .wpcf7 .wpcf7-submit{max-width: 120px; padding: 4px 15px 5px; }
.wpcf7 .wpcf7-submit {background: #df1428; color: #fff;border-color: #df1428; font-size: 14px;font-weight: 700;line-height: 22px; border-radius: 50px; transition: all ease 500ms;  padding: 9px 19px; text-transform: uppercase; letter-spacing: 1px; font-family: 'Montserrat', sans-serif;}
.contact-page .wpcf7 .wpcf7-submit:focus{background-color: #000; color: #fff; border-color: #000;}
.wpcf7 .wpcf7-submit:hover, .quote-form .wpcf7 .wpcf7-submit:hover{background: #000; border-color: #000;}
.wpcf7 .wpcf7-response-output {background:#fff; font-size:12px; line-height:16px; margin:12px 0 8px; text-align:center; padding:8px 15px 9px; border:2px solid #747474 !important; border-radius:3px; -ms-border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;color:#000; position: relative; z-index: 9;} 
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {border-color: #e21515 !important; clear: both;}
.wpcf7 img.ajax-loader {width:12px !important; height:12px !important; position:absolute; margin-left:-20px !important; margin-top:12px;} 
.contact-page .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{margin-right: 0 !important;}
.contact-page .wpcf7 .wpcf7-form-control-wrap.ishuman{margin-right: 10px;}
.wpcf7 .wpcf7-form-control-wrap.ishuman {display:inline-block !important; width:auto;} .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar {width:108px !important; margin-right:10px;}
.wpcf7-form-control.wpcf7-captchar.wpcf7-not-valid {border-color: #f7b839;} .slider-boxed .flexslider {overflow:visible;}
.slider-boxed .flex-direction-nav a.flex-next {right:-45px;} .slider-boxed .flex-direction-nav a.flex-prev {left:-45px;}
.contact-form h4.wg-title{display:none; text-align: center;}
.contact-form{position: fixed; display:block; width: 280px; right:-280px;  height: auto; z-index: 9999; background: rgba(255,255,255,.95); top: 210px; transition:all 300ms; padding: 20px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-form a{position: absolute; width: 150px; height: 45px; display: block; left: -118px; top: 90px; z-index: 2; transform: rotate(-90deg); background: #f7b839; color: #fff; border-bottom: none; padding: 7px 13px; text-align: center; text-transform: uppercase; font-size: 16px; text-decoration: none; line-height: 22px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.contact-form.open{right: 0;} .contact-form .wpcf7 .wpcf7-text, .contact-form .wpcf7 .wpcf7-email, .contact-form .wpcf7 .wpcf7-select, .contact-form .wpcf7 .wpcf7-textarea, .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-captchar, .contact-form .wpcf7 option {width: 100%; padding: 8px 0px 6px; border-width: 0px 0px 1px 0; border-radius: 0; font-size: 12px; background:transparent; font-family: inherit;} 
.contact-form .wpcf7 img.wpcf7-captchac {padding:4px 8px 5px; width:inherit !important; height:inherit !important;}
.contact-form .wpcf7 .wpcf7-textarea {height:55px; vertical-align:top;}
.contact-form .wpcf7 .wpcf7-submit {padding:4px 15px 5px; max-width: 120px;}
.contact-form .wpcf7 .wpcf7-submit:hover{background-color: #f7b839; border-color: #f7b839; } .breadcumb {font-size:12px; line-height:24px; color:#666; margin:8px 0 0; text-transform:uppercase;} .breadcumb .current {color:#333; font-weight:400;}
.breadcumb a {color:#666; text-decoration:none; padding-right:2px;} .breadcumb a:hover {color:#000; text-decoration:none;}
.breadcumb.al-left {text-align:left;} .breadcumb.al-right {text-align:right;} .breadcumb.al-center {text-align:center;} .itabs { margin-top:15px;}
.itabs-default .tabs-nav {list-style:none; margin:0; padding:0; border-bottom:0; overflow:hidden;}
.itabs-default .tabs-nav li {border-bottom:0 none; margin:0; padding:0; font-size:18px; display:inline; text-transform:uppercase;}
.itabs-default .tabs-nav li a {color:#fff; background:#000; font-weight:bold; text-decoration:none; display:inline-block; padding:8px 20px 9px;}
.itabs-default .tabs-nav li a:hover {background:#555555; color:#fff} .itabs-default .tabs-nav li.active a {background:#fff; color:#000;}
.itabs-default .tabs-container {padding:10px 0 10px; background:#fff;} .itabs-default .tab-content {padding:15px 25px 10px;} .iaccordion h3.title, .iaccordion .ui-accordion-header {font-size:20px; font-weight:600; line-height:24px; color:#4d4d4f; padding:10px 30px 11px 50px; border:1px solid #d7d6d6; border-bottom:0; border-left-color:#fff; border-right-color:#fff; background:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/to-close.png) no-repeat 10px 50%;} 
.iaccordion h3.title.ui-accordion-header-active, .iaccordion h3.title.ui-state-active, .iaccordion .ui-accordion-header.ui-state-active {background:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/to-expand.png) no-repeat 10px 50%; border-color:#d7d6d6;} .iaccordion .entry+.title { margin-top:-1px;}
.iaccordion h3.title a, .iaccordion .ui-accordion-header a {color:#4d4d4f; text-decoration:none;}
.iaccordion .entry, .iaccordion .ui-accordion-content {border:1px solid #d7d6d6; border-top:0; padding:8px 30px 15px 50px;} .iaccordion h3.title, .iaccordion .ui-accordion-header {font-size:20px; font-weight:300; line-height:24px; color:#4d4d4f; padding:10px 30px 11px 50px; border:1px solid #d7d6d6; border-bottom:0; border-left-color:#fff; border-right-color:#fff; background:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/to-close.png) no-repeat 10px 50%;} 
.iaccordion h3.title.ui-accordion-header-active, .iaccordion h3.title.ui-state-active, .iaccordion .ui-accordion-header.ui-state-active {background:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/to-expand.png) no-repeat 10px 50%; border-color:#d7d6d6;} .iaccordion .entry+.title { margin-top:-1px;}
.iaccordion h3.title a, .iaccordion .ui-accordion-header a {color:#4d4d4f; text-decoration:none;}
.iaccordion .entry, .iaccordion .ui-accordion-content {border:1px solid #d7d6d6; border-top:0; padding:8px 30px 15px 50px;} .iaccordion h3.title, .iaccordion .ui-accordion-header {font-size:20px; font-weight:300; line-height:24px; color:#4d4d4f; padding:10px 30px 11px 50px; border:1px solid #d7d6d6; border-bottom:0; border-left-color:#0089d9; border-right-color:#0089d9; background:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/to-close.png) no-repeat 10px 50%;} 
.iaccordion h3.title.ui-accordion-header-active, .iaccordion h3.title.ui-state-active, .iaccordion .ui-accordion-header.ui-state-active {background:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/to-expand.png) no-repeat 10px 50%; border-color:#d7d6d6;} .iaccordion .entry+.title { margin-top:-1px;}
.iaccordion h3.title a, .iaccordion .ui-accordion-header a {color:#4d4d4f; text-decoration:none;}
.iaccordion .entry, .iaccordion .ui-accordion-content {border:1px solid #d7d6d6; border-top:0; padding:8px 30px 15px 50px;}
.accordion-area {margin-bottom:20px;}
.accordion-section a.accordion-section-title {background:transparent; color:#0c3845 !important; font-size:22px; line-height:32px; padding:6px 20px 7px; text-decoration:none; display:block; margin-bottom:2px; font-weight:500;} .accordion-section a.accordion-section-title:hover, .accordion-section a.accordion-section-title.active {background:#0c3845; color:#fff !important;}
.accordion-section .accordion-section-content {display:none; padding:15px 20px 20px; overflow:hidden;} .accordion-section .accordion-section-content.open {display:block; background:#fff;}
.accordion-section .accordion-section-content table:last-child {margin-bottom:0;}
.accordion-area a.accordion-section-title {background:#0c3845; position:relative; color:#fff !important; padding:6px 25px 8px 15px; border-bottom:1px solid #ddd;}
.accordion-area .accordion-section:last-of-type a.accordion-section-title {border-bottom:0 none;}
.accordion-area a.accordion-section-title.active {border-bottom:1px solid transparent;}
.accordion-area a.accordion-section-title .left-arrow:before {content:'\f107'; display:block; font-size:20px; font-family:FontAwesome; position:absolute; right:15px; top:5px;}
.accordion-area a.accordion-section-title.active .left-arrow:before {content:'\f105';}
.accordion-area .accordion-section-content {padding:15px 10px 10px; border-bottom:1px solid #ddd;}
.accordion-area .accordion-section:last-of-type .accordion-section-content {border-bottom:0 none;} .owl-nav { list-style:none; margin:0; padding:0; text-align:center; line-height:10px;}
.owl-nav .owl-prev, .owl-nav .owl-next {position:absolute; top:30%; margin-top:-20px; height:40px; line-height:40px; width:40px; background-repeat: no-repeat; background-position:50% 50%; background-size:8px auto; text-indent:-999em; text-align:left; z-index:29; transition:opacity 350ms, background-color 350ms; -ms-transition:opacity 350ms, background-color 350ms;} 
.section.section-parallax2 .owl-nav .owl-prev{background-image:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/prev-icon.png); margin-top: -60px; background-size: 25px auto;}
.section.section-parallax2 .owl-nav .owl-next{background-image:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/next-icon.png); margin-top: -60px; background-size: 25px auto;}
.owl-nav .owl-prev {left:-45px; background-image:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/prev.png);} .owl-nav .owl-next {right:-45px; background-image:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/next.png);}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {opacity:.7;}
.owl-dots { padding:0; text-align:center; line-height:10px; position:relative; z-index:19; margin-top: 20px;} 
.owl-dots .owl-dot {display:inline; margin:0 3px;} .owl-dots .owl-dot span {display:inline-block; padding:0; line-height:10px; height:7px; width:20px; background:#999999; text-indent:-999em; text-align:left; border-radius:15px; -ms-border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; border: 1px solid #999999;} 
.owl-dots .owl-dot.active span {background:#fff;} .wpcf7 .ishuman .wpcf7-not-valid-tip {display:none;}
.wpcf7 .column .one-fifth {float:left; width:20%; padding-right:10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.wpcf7 .column .one-fifth.last {padding-right:0;}
.wpcf7 .form-career input[type="text"], .wpcf7 .form-career input[type="email"], .wpcf7 .form-career input[type="tel"], .wpcf7 .form-career textarea, .wpcf7 .form-career select {width:100% !important;}
.wpcf7 .form-career strong {width:auto; display:block;}
.wpcf7 .form-career span.wpcf7-form-control-wrap {width:auto; display:block;}
.wpcf7 .form-career span.wpcf7-form-control-wrap.acceptance {display:inline-block;}
.wpcf7 .form-career input[type="radio"] {vertical-align:baseline;}
.wpcf7 .sameline .wpcf7-list-item {width:auto; padding-right:10px;} .wgs-side {margin-bottom:25px;} .wgs-side:last-child {margin-bottom:5px;}
.wgs-side h3 {font-size:18px; line-height:24px; padding-bottom:12px; font-weight:500;} 
.wgs-side h4 {font-size:16px; line-height:24px; padding-bottom:12px; font-weight:500;}
.wgs-side .wg-title {background: #9f832f; color:#fff; text-align:center; margin-bottom:18px; padding:9px 15px 10px; box-sizing:border-box; text-transform:uppercase; font-size:14px; line-height:24px;}
.wgs-side a {color:#1c1c1c; text-decoration:none;} .wgs-side a:hover {color: #c90000;}
.wgs-side ul {list-style:none; margin:0; padding:0;} .wgs-side ul ul {margin-top:4px;}
.wgs-side li {padding:0 0 8px;} .wgs-side li:last-child {border-bottom:0 none;}
.wgs-side li li {border-bottom:0 none; padding:4px 0 4px;}
.wgs-side.widget_nav_menu .wg-title+ul, .wgs-side.widget_categories .wg-title+ul, .wgs-side.wgs-side-blog .wg-title+ul {margin-top:-10px;}
.wgs-side.widget_nav_menu ul li, .wgs-side.widget_categories ul li, .wgs-side.wgs-side-blog ul li {padding:0; border-bottom:1px dotted #dcdcdc; font-size:16px; line-height:22px; font-weight:400;}
.wgs-side.widget_nav_menu ul li:last-child, .wgs-side.widget_categories ul li:last-child, .wgs-side.wgs-side-blog ul li:last-child {border-bottom:0 none;}
.wgs-side.widget_nav_menu ul li a, .wgs-side.widget_categories ul li a, .wgs-side.wgs-side-blog ul li a {padding:10px 0 11px; display:inline-block;} 
.wgs-side.widget_categories ul li {padding:10px 0 11px; color:#999;} .wgs-side.widget_categories ul li a {padding:0 5px 0 0;}
.wgs-side.widget-nio-posts .wg-title + ul {margin-top:5px;}
.wgs-side.widget-nio-posts .irecent-posts .items {margin-bottom:15px;} .wgs-side.wgs-side-woo {padding-bottom:20px; border-bottom:1px solid #ccc; margin-bottom:18px;} .wgs-side.wgs-side-woo:last-child {margin-bottom:0;}
.wgs-side.wgs-side-woo .wg-title {background:none; text-align:left; padding:0; color:#000; margin-bottom:8px;}
.wgs-side.wgs-side-woo ul li {padding:0; position:relative;} .wgs-side.wgs-side-woo ul li ul {margin-top:-2px; margin-bottom:4px; margin-left:25px;}
.wgs-side.wgs-side-woo ul li a { padding:4px 50px 5px 0px; font-weight:400; display:block; color:#666; font-size:14px; line-height:20px;} 
.wgs-side.wgs-side-woo ul li a:hover {color:#000;}
.wgs-side.wgs-side-woo li span.count {position:absolute; right:2px; top:4px; line-height:20px; color:#999; font-size:11px; font-weight:500;}
.wgs-side.wgs-side-woo.widget_product_categories ul li a:before, .wgs-side.wgs-side-woo.widget_layered_nav ul li a:before {content:""; display:inline-block; margin-right:8px; background:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/woo-list.png) no-repeat 0 0; background-size:13px auto; height:13px; width:13px; margin-top:4px; vertical-align:top;}
.wgs-side.wgs-side-woo.widget_product_categories ul li.current-cat > a:before, .wgs-side.wgs-side-woo.widget_layered_nav ul li.chosen > a:before, .wgs-side.wgs-side-woo.widget_product_categories ul li.current-cat-parent > a:before {background-image:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/woo-list-act.png);}
.wgs-side.wgs-side-woo.widget_layered_nav ul li.chosen:hover > a:before {background-image:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/woo-list-cros.png);} .widget_search form {overflow:hidden; margin-bottom:0; position:relative;} .wgs-side.widget_search .widget-content {padding:0;}
.widget_search input.field {background:#fff; color:#979797; font-size:13px; line-height:19px; height:52px; border:1px solid #e8e8e8 !important; border-radius:0; -ms-border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; margin:0; padding:8px 60px 10px 10px; width:100%;} .widget_search input.field:focus {border-color:#c9c9c9 !important;}
.widget_search .submit {background:#fff; color:#6f6f6f; width:56px; padding:0; border:0; border-left:1px solid #e8e8e8 !important; border-radius:0; -ms-border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; cursor:pointer; overflow:hidden; position:absolute; top:1px; bottom:1px; right:1px; margin:0;} 
.widget_search .submit:hover {background:#fff; border:0; color:#212121;} .widget_search .submit span {display:none;} .irecent-posts {list-style:none; margin:0; padding:0; line-height:20px;} 
.irecent-posts .items {margin-bottom:30px; border-bottom:0 none; padding:0; overflow:hidden;} 
.irecent-posts .thumbs {margin:0 15px 15px 0; width:100px; float:left; position:relative; text-align:center;} 
.irecent-posts .thumbs a {padding:0 !important;} .irecent-posts .thumbs img {max-width:100%; height:auto; margin:0; display:block;}
.irecent-posts .date {color:#999; margin-bottom:4px; margin-top:0; text-transform:uppercase; font-weight:400; font-size:12px; line-height:18px;}
.irecent-posts .thumbs+.entry {overflow:hidden;}
.irecent-posts .more {margin-top:-5px; font-weight:400; font-size:12px;} 
.irecent-posts .link-more {color:#000; text-decoration:none; -moz-transition:color 300ms; -webkit-transition:color 300ms; -ms-transition:color 300ms; transition:color 300ms;} .irecent-posts .link-more:hover {color:#666;}
.irecent-posts .title {font-size:14px; line-height:18px; font-weight:400;}  .irecent-posts .title+.date {margin-top:-8px; margin-bottom:10px;}
.irecent-posts .col-x4 .title, .irecent-posts.has-featured .title {font-size:16px; line-height:22px;}
.irecent-posts .title a {color:#000; text-decoration:none; padding:0 !important;} .irecent-posts .title a:hover {color:#666;}
.irecent-posts .cats {color:#999; text-transform:uppercase; font-size:12px; margin-bottom:8px; margin-top:-6px;}
.irecent-posts .over {display:block; opacity:0; position:absolute; top:0; left:0; right:0; bottom:0; transition:all 300ms; -ms-transition:all 400ms; -webkit-transition:all 400ms; -ms-transition:all 300ms;} 
.irecent-posts .over::after {content:""; background:#000; height:100%; width:100%; display:block; text-align:center; opacity:0.4;}
.irecent-posts .over i {margin:-16px 0 0 -16px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; height:30px; width:30px; line-height:30px; font-size:15px; transition:all 300ms; -ms-transition:all 300ms; -ms-transition:all 300ms; -webkit-transition:all 300ms; border:1px solid #fff; color:#fff; position:absolute; left:50%; top:50%; z-index:2; text-align:center;} 
.irecent-posts .over i:hover {color:#ccc; border-color:#ccc;} 
.irecent-posts .items:hover .over {opacity:1;} .irecent-posts .items:hover .title a, .irecent-posts .items:hover .more a {color:#666;} .wrap {background:#fff;} .wrapper {padding:40px 0 35px;} 
.wrapper.iwoocommerce {padding:25px 0 15px;} .wrapper.iwoocommerce.wc-sp {padding-bottom:0;}
.icontent {padding:0;} .rightside {float:right;} .leftside {float:left;} 
.right-sidebar.alter-sidebar .rightside, .left-sidebar.alter-sidebar .icontent {float:left;} 
.left-sidebar.alter-sidebar .leftside, .right-sidebar.alter-sidebar .icontent {float:right;}
.iblog.right-sidebar .content-indent, .single-page.right-sidebar .content-indent { padding-right:20px;} .sidebar span.wpcf7-form-control-wrap, .one-half span.wpcf7-form-control-wrap, 
.col-full span.wpcf7-form-control-wrap, .wider-field span.wpcf7-form-control-wrap {display: block;} 
.sidebar .wpcf7 p > strong, .wpcf7 .one-half p > strong, .wpcf7 .col-full p > strong, .wpcf7 .wider-field p > strong {width:auto; display:block;}
.sidebar .wpcf7 p > strong+br, .wpcf7 .one-half p > strong+br, .wpcf7 .col-full p > strong+br, .wpcf7 .wider-field p > strong+br {display:none;}
.sidebar input[type="text"], .sidebar input[type="password"], .sidebar input[type="email"], .sidebar input.wpcf7-text, .sidebar select, .sidebar textarea, .sidebar .wpcf7-textarea, .one-half input[type="text"], .one-half input[type="password"], .one-half input[type="email"], .one-half input.wpcf7-text, .one-half select, .one-half textarea, .one-half .wpcf7-textarea, .col-full input[type="text"], .col-full input[type="password"], .col-full input[type="email"], .col-full input.wpcf7-text, .col-full select, .col-full textarea, .col-full .wpcf7-textarea, .wider-field input[type="text"], .wider-field input[type="password"], .wider-field input[type="email"], .wider-field input.wpcf7-text, .wider-field select, .wider-field textarea {width:100%;} .container-section{padding: 100px 0 75px;}
.section-inner.container-section{padding:50px 0;}
.container-section.section-testimonial{padding: 90px 0 80px;}
.section-logos{padding: 60px 0;}
.container-section.iparallax {background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment: fixed;} 
.container-section.iparallax.section-customize h3{padding-bottom: 15px;} 
.container-section.iparallax.section-customize h3 + p{max-width: 770px; width: 100%; margin: 0 auto; font-size: 18px;}
.section-no-pad img.aligncenter, .no-pad img.aligncenter {margin:0 auto;}
.section-light {color:#fff;} .section-grey-dark {background-color:#3f3f3f;}
.section-black {background-color:#000; color:#fff;} 
.section-grey {background-color:#f7f7f7; color:#666;}
.section-light .content h3, .section-light .content h4, .section-light .content h5, .section-light .content h2, .section-light .content h1, 
.section-light .content blockquote, .section-light .content h3 strong, .section-light .content h2 strong, .section-light .content .heading,
.section-light .content .heading.heading-block {color:#fff;}
.section-light .wpcf7 .wpcf7-not-valid-tip {color:#fff;}
.section-light .box-icon a, .section-light a {color:#fff; text-decoration:none;} 
.section-light .box-icon a:hover, .section-light a:hover {color:#fff;}
.section-light a.button:hover  {background:#fff; color:#252627; border-color:#fff;}
.section-light a.btn-trans {color:#fff; border-color:#fff; background-color:transparent;} 
.section-light a.btn-trans:hover {color:#333; border-color:#fff; background-color:#fff;} 
.container-section.has-bg {position:relative; background-repeat:no-repeat; background-size:cover; background-position:50% 50%;} 
.container-section.has-bg .wrap-section {z-index:1;} 
.container-section .bg-overlay {position:absolute; z-index:0; background:rgba(0,0,0,.67); left:0; right:0; top:0; bottom:0;}
.iparallax {position:relative;} .iparallax .wrap-section {z-index:1;}
.iparallax .parallax-overlay {position:absolute; z-index:0; left:0; right:0; top:0; bottom:0; background: rgba(7,17,38,.7);}
.iparallax .parallax-overlay > span {display:none;}
.iparallax .parallax-overlay.overlay-half {left:50%; background-position:0 0; background-repeat:repeat; background-size:auto;}
.iparallax .parallax-overlay.overlay-style1, .iparallax .parallax-overlay.overlay-style2 {background-size:cover; background-repeat:no-repeat;} 
.iparallax .parallax-overlay.overlay-style1 {right:50%; background-position:100% 50%;} 
.iparallax .parallax-overlay.overlay-style2 {left:50%; background-position:0 50%;}  .iblog .heading-title { font-size:30px; line-height:36px; color:#000; padding:0; margin-bottom:25px;}
.iblog .ep {margin-bottom:30px;} .iblog .ep.first {clear:left;} .iblog .ep .entry-content {margin-bottom:10px;}
.iblog .ep h1.heading, .iblog .ep h2.heading, .iblog .ep .heading {font-size:24px; line-height:30px; color:#333; padding-bottom:12px; font-weight:normal;}
.iblog .ep .heading a {color:#000; text-decoration:none;} .iblog .ep .heading a:hover {color:#747474;}
.iblog .ep .thumbs {margin-bottom:20px; position:relative;} .iblog .ep .thumbs img {max-width:100%; height:auto; display:block;} 
.iblog .ep .over {display:block; opacity:0; position:absolute; top:0; left:0; right:0; bottom:0; transition:all 300ms; -ms-transition:all 300ms; -moz-transition:all 400ms; -webkit-transition:all 300ms; display: none;} 
.iblog .ep .over::after {content:""; background:#000; height:100%; width:100%; display:block; text-align:center; opacity:0.4;}
.iblog .ep .over i {margin:-25px 0 0 -25px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; height:50px; width:50px; line-height:50px; font-size:15px; transition:all 300ms; -moz-transition:all 300ms; -ms-transition:all 300ms; -webkit-transition:all 400ms; border:1px solid #fff; color:#fff; position:absolute; left:50%; top:50%; z-index:2; text-align:center;} 
.iblog .ep .over i:hover {color:#ccc; border-color:#ccc;} .iblog .ep .thumbs:hover .over {opacity:1;}
.iblog .ep .entry-more {margin-top:15px;} .iblog .ep .entry-more a {background: #df1428; padding:10px 25px 11px; margin:0; border:0 none; color:#fff; font-size:14px; line-height:24px; font-weight:500;} .iblog .ep .entry-more a:hover {color:#fff; background:#000;}
.iblog .ep .post-meta {font-weight:400; color:#999; margin:8px 0 4px; font-size:14px; line-height:18px; text-transform:uppercase;}
.iblog .ep .heading+.post-meta {margin-top:-5px; margin-bottom:15px;}
.iblog .ep.esingle .post-title .heading {font-size:24px; line-height:30px; text-transform: uppercase;} 
.iblog .ep.eloop {padding-bottom:35px; border-bottom:1px solid #dadada;} .ibox.ibox-lightbox .content{background:#1d3992 url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/line.png) repeat-x 0 0; padding: 22px 30px 22px 40px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; color: #fff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; }
.ibox.ibox-lightbox h3{color: #fff;}
.ibox.ibox-lightbox ul{margin: 0; padding: 0; list-style-type: none;}
.ibox.ibox-lightbox ul li {padding: 0px 0 18px 0; background: url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/list.png) no-repeat; background-size: 5px auto; display: inline-block; padding-left: 16px; background-position: left 8px;}
.ibox.ibox-lightbox ul li:last-child{padding-bottom:0}
.icontent p{font-size: 15px; line-height: 1.5;}
.icontent a {text-decoration: none; color:#333;}
.icontent a.button{color: #fff; border-radius: 0; padding: 9px 30px;background: #ff1f2a; border: 2px solid #ff1f2a; border-radius: 50px; font-size: 15px; font-weight: 600;}
.icontent p + a.button{margin-top: 15px;}
.icontent a.button:hover {text-decoration:none; color:#fff; background: #000; border-color: #000;}
.icontent a:hover {text-decoration:none; color:#ff1f2a;}
.icontent a.link-qt-btn{color: #fff;}
.icontent h1.heading, .icontent h2.heading, .icontent h3.heading { font-size:30px; line-height:36px;}
.icontent .heading a {color:#dadada; text-decoration:none; transition:color 350ms; -ms-transition:color 350ms; -webkit-transition:color 350ms; -moz-transition:color 350ms;} .icontent .heading a:hover {color:#000000; text-decoration:none;}
.icontent p:empty{display:none;}
.icontent h1{font-size: 42px; line-height: 1.3;}
.icontent h2{font-size: 40px; line-height: 1.3; text-transform: uppercase; font-weight: 900;}
.icontent h3{font-size: 30px; line-height: 1.3;}
.icontent h4{font-size: 26px; line-height: 1.3;}
.icontent h5{font-size: 24px; line-height: 1.3;}
.icontent h6{font-size: 18px; line-height: 1.3;}
.icontent h1 strong {font-size: .8em; font-weight: 400; display: block;}
.icontent hr {border:none; background: linear-gradient(to right, #f5f7f8, #afc8d5, #f5f7f8); clear:both; height: 2px; margin:40px 0;}
.icontent .divider { border-bottom:1px solid #dbdbdb; clear:both; margin:30px 0 25px; }
.icontent .divider.divider-post {border-color:#000; padding-top:0; margin-bottom:65px; margin-top:40px; float:left; width:100%;}
.icontent .cats-list .divider.divider-post {float:none; margin-bottom:40px;}
.icontent .line {clear:both; line-height:0; margin:25px 0 20px;}  .icontent .line+h3 {padding-top:20px;}
.icontent .line.line-center {text-align:center;} .icontent .line.line-left {text-align:left;} .icontent .line.line-right {text-align:right;}
.icontent .line i {background:#747474; display:inline-block; height:4px; } 
.icontent .line-size-small i {width:75px;} .icontent .line-size-large i {width:150px;}
.icontent .gap {display:block; clear:both; overflow:hidden;} 
.icontent .gap-size-10, .icontent .gap-size-small {height:10px;} 
.icontent .gap-size-20, .icontent .gap-size-medium {height:20px;} 
.icontent .gap-size-30, .icontent .gap-size-large {height:30px;}
.icontent blockquote {margin:0 0 15px; padding:6px 0 10px 25px; font-size:14px; line-height:24px; font-style:normal; color:#4e4e4e; overflow:hidden; border-left:3px solid #aeaead;} 
.icontent blockquote p {padding:0 0 8px; font-size:14px; line-height:24px; font-style:italic;} 
.icontent blockquote+h5 {margin-top:-15px; font-style:italic; text-align:right; font-size:16px; margin-bottom:12px; color:#222;}
.icontent .iquote .block .ratings{display: none;}
.icontent .iquote .block {font-size:15px; font-weight:400; padding:0; position:relative; max-width: 760px; margin: 0 auto; color: #fff; text-align: center;}
.icontent .iquote .block .quote-content p{font-weight: 300;}
.icontent .iquote .block .quote-author{padding:0; position: relative;}
.icontent .iquote .block .quote-heading p {font-weight:700;font-style: italic;font-size: 20px;}
.icontent .iquote .block .quote-author h4{padding:0;font-weight: 500; color: #fff;font-size: 18px; margin-top: 10px;} 
.icontent .iquote .block .quote-author p{padding:0; font-size: 14px; font-weight: 500;}
.icontent .iquote .quote-by {position:relative; padding-top:20px; margin-top:15px;}
.icontent .iquote .quote-by h4 {font-size:15px; line-height:normal; padding:0 0 5px;} 
.iquote .quote-by p {font-size:13px; line-height:normal;}
.icontent .entry > ol {list-style:decimal; margin:-4px 0 12px; padding:0; padding-left:20px;}
.icontent .entry > ol > ol {margin:0px; padding-left:20px}
.icontent .entry > ol > li {line-height:21px; padding:0 5px 5px; font-size:14px; line-height:19px;}
.icontent .entry ul {margin: 0px 0 10px; padding: 0; list-style: none;} 
.icontent .entry ul li {margin:0px; padding: 0 0 13px 15px;}
.icontent .entry ul li a:hover{text-decoration: none;}
.icontent .entry .ibox.ibox-lightbox ul li {margin:0px; padding: 0 0 15px 15px;}
.icontent .entry > ul:last-child, .icontent .content > ul:last-child {margin-bottom:0;}
.icontent .article.not-found.error404 { padding-bottom:0; text-align:center;}
.icontent .article.not-found.error404 .heading {font-size:60px; line-height:60px; text-transform:uppercase; letter-spacing:-1px;}
.icontent .article.not-found.error404 .heading strong {line-height: 52px; font-size: 78px;}
.icontent .article.not-found.no-post .heading {font-size:24px; line-height:32px;}
.icontent .article.not-found input.field {width:260px;}
.icontent img {max-width:100%; height:auto; border-radius: 15px;}
.icontent .section-service img{margin-bottom: 14px;}
img.alignright {float:right; margin:0px 0 10px 40px; clear:right;}
img.alignleft {float:left; margin:0px 40px 10px 0; clear:left;}
img.alignalone {margin:5px auto 12px;}
img.aligncenter {margin:0 auto 15px; display:block;}
img.border {background:#d2d2d2; padding:4px;}
.section-nak-home{padding: 60px 0; color: #333;}
.icontent .section-nak-home h3{font-weight: 400; color: inherit;}
.ec-light.ec-home .content{padding: 20px 18px 30px 20px; max-width: 535px; background-color: #8b8b8b; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: right;}
.ec-light.ec-home .content h3{text-transform: uppercase; font-weight: 700;}
.icontent .ec-light .wpcf7 p{margin: 0; padding: 0;}
.section.section-coughlins .column.last{padding-left: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden;}
.ec-light.ec-home span.wpcf7-form-control-wrap, .ec-light.ec-home .one-half span.wpcf7-form-control-wrap, .ec-light.ec-home .col-full span.wpcf7-form-control-wrap, .ec-light.ec-home .wider-field span.wpcf7-form-control-wrap{width: 100%;}
.ec-light.ec-home input[type="text"], .ec-light.ec-home input[type="email"], .ec-light.ec-home input[type="url"], .ec-light.ec-home input[type="password"], .ec-light.ec-home input[type="search"], .ec-light.ec-home input[type="tel"], .ec-light.ec-home input[type="date"], .ec-light.ec-home textarea, .ec-light.ec-home select{padding:9px 12px 7px; border:0;}
.icontent .ec-light.ec-home textarea{height: 129px;}
.ec-light.ec-home .wpcf7 img.wpcf7-captchac{height: 17px;}
.ec-light.ec-home .wpcf7 p + p{margin-top: 10px !important;}
.ec-light.ec-home .one-half{width: 48%; padding-right: 4%;}
.ec-light.ec-home .one-half.last{padding-right: 0;}
.ec-light.ec-home .wpcf7 .wpcf7-submit{display: inline-block; padding: 6px 15px; max-width: 115px; background: #f7b839; border-color: #f7b839;}
.ec-light.ec-home .wpcf7 .wpcf7-submit:hover{color: #fff; background-color: #000; border-color: #000;} .ec-light.ec-home .wpcf7 .wpcf7-form-control-wrap.ishuman{width: 100px !important; margin-right: 8px;}
.ec-light.ec-home .col-full{padding-bottom: 0px !important;}
.ec-light.ec-home .col-full p{display: inline-block;}
.ec-light.ec-home .wpcf7  .col-full p.sub{width: 150px; margin-left: 55px;}
.ec-light.ec-home .wpcf7  .col-full p + p{margin-top: 0 !important}
.ec-light.ec-home .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width: 100px !important; margin-right: 0;}
.wpcf7 img.wpcf7-captchac{margin-left: 0;} .testimonials-page p.ratings{display: none;}
.ec-light .content{padding:25px 25px 25px; color: #fff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; position: relative; z-index: 1; overflow: hidden;}
.ec-light .content h4{font-weight: 700; color: #fff; text-transform: capitalize; }
.ec-light .content ul, .icontent .entry ul{margin: 0; padding: 0;}
.ec-light .content ul ul, .icontent .entry ul ul{margin-top: 10px;}
.ec-light .content ul li, .icontent .entry ul li {list-style: none; line-height: 1.3; font-size: 15px; font-weight: 500; position: relative; padding-left: 25px; margin-bottom: 5px;}
.section-testimonial .content ul li, ul li{padding-left: 0;}
.ec-light .content ul li::before, .icontent .entry ul li:before {position: absolute; content: '\f058'; display: inline-block; top: 0; left: 0px; width: 14px; height: 14px; border-radius: 50%; box-sizing: border-box; font-family: 'FontAwesome'; color: #ffc947;} .gallery-page .ngg-galleryoverview { margin:20px -10px 0; width:102%;} .gallery-page .ngg-gallery-thumbnail-box {width:25%; margin:0;}
.gallery-page .ngg-gallery-thumbnail {width:100%; box-sizing:border-box;} 
.gallery-page .ngg-gallery-thumbnail img {border:0; margin:0; padding:0; max-width:100% !important; width:100%; height:auto; transition:opacity 500ms; -ms-transition:opacity 500ms; -webkit-transition:opacity 500ms; -moz-transition:opacity 500ms;}
.ngg-gallery-thumbnail a{margin: 0 !important;}
.gallery-page .ngg-gallery-thumbnail a {display:block; background:#010101;} .gallery-page .ngg-gallery-thumbnail a:hover img {opacity:.5;}
.owl-carousel .owl-item img{max-width: 100%; height:auto;}
.wp-caption.alignright {float:right; margin:4px 0 5px 20px; clear:right;} .wp-caption.alignleft {float:left; margin:4px 20px 5px 0; clear:left;}
.wp-caption.alignalone {margin:5px auto 8px;} .wp-caption.alignnone {margin:2px 0px 3px;} .wp-caption.aligncenter {margin: 5px auto 8px;}
.wp-caption.alignright, .wp-caption.alignleft, .wp-caption.alignnone {padding:0;}
.wp-caption p {padding:5px 0 0; color:#1788d5; text-align:center;} .wp-caption img {max-width:100%; height:auto;}
.videobox {position:relative; margin:0 auto 15px; max-width:800px; width:100%; height:0; padding-top:60%;}
.videobox iframe {position:absolute; top:0; left:0; width:100%; height:100%;} 
.videobox:last-child {margin-bottom:0;}
.ec-vm.column {height:525px;} .ec-vm .content {vertical-align:middle; height:100%; width:100%; display:table; padding-top:10px; box-sizing:border-box;} 
.ec-vm .content p {display:table-cell; vertical-align:middle; width:100%;}
div.download-large {width:220px; min-height:62px; margin:5px 20px 15px 0; display:inline-block;}
div.download-large span.dl-title {font-size:13px; line-height:17px; color:#333333; padding-top:25px; display:inline-block;}
a.download-button {display:inline-block; margin:0 0 5px; text-decoration:none; font-size:14px; line-height:20px; padding:1px 0 4px 25px;}
a.download-button.icon-pdf { background:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/icon-pdf.png) no-repeat 0 0px;}
a.download-button.icon-pdf.large-icon {background:url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/icon-pdf-large.png) no-repeat 0 0; width:60px; height:62px; padding:0;} 
a.download-button.icon-pdf span.non-visible {text-indent:-999em; overflow:hidden; display:inline-block;}
a.post-edit-link {background: #f7b839; color:#fff; font-size:9px; text-decoration:none; text-transform:uppercase; padding:3px 6px; line-height:14px;}
a.post-edit-link:hover {background: #f7b839; color:#fff;}
.ec-side.column .content{border: 2px solid #1c4d9a;padding: 20px 20px 10px;border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: -moz-linear-gradient(top,  #ffffff 0%, #99c5e8 100%); background: -webkit-linear-gradient(top,  #ffffff 0%,#99c5e8 100%);background: linear-gradient(to bottom,  #ffffff 0%,#99c5e8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99c5e8',GradientType=0 );} .comment-respond {border-top:1px dotted #cccccc; padding-top:25px; margin-top:10px;} .comment-respond .pagi {margin-top:25px;}
.comment-respond label {display:block; width:100%;} .comment-respond textarea, .comment-respond input, .comment-respond select {width:100%;} 
.comment-respond input[type=radio], .comment-respond input[type=checkbox], .comment-respond input[type=submit], .comment-respond input[type=reset] {width:auto;}
.irespond h3.title, .icomments h3.title {font-size:20px; font-weight:700; line-height:24px; color:#333; padding-bottom:15px;} 
.irespond input[type=submit] {background: #df1428; color:#fff; border-color: #df1428; padding:10px 25px 11px;}
.irespond input[type=submit]:hover {background:#000; color:#fff; border-color:#000; }
.irespond input[type=text], .irespond input[type=email] {width:100%;} .irespond textarea, .comment-respond textarea {height:120px;}
.commentlist {list-style:none; padding:0; margin:0 0 5px; font-size:13px; line-height:19px;} 
.commentlist .comment-meta {padding-bottom:8px;} .commentlist .comment-author {font-weight:500;} 
.commentlist .comment-meta a {color:#999; text-decoration:none;} .commentlist .comment-meta a:hover {color:#333;}
.commentlist ol, .commentlist ul {margin:15px 0 0 35px; list-style:none;} .commentlist li {padding:12px 0 15px; border-bottom:1px solid #e7e6e6;} 
.commentlist li li { padding:15px 0 12px; border-top:1px solid #e7e6e6; border-bottom:0 none;}
.commentlist li:last-child {border-bottom:0 none; padding-bottom:5px;} .commentlist li:last-child {padding-top:0;}
.commentlist .reply {margin-top:-6px;} .commentlist .reply a {color:#717171; background:#ddd; padding:4px 10px 3px; display:inline-block; font-size:11px; line-height:16px; text-decoration:none;} .commentlist .reply a:hover {color:#000; background:#eee;} body #twttrHubFrameSecure,  body #twttrHubFrame, body #fb-root {display:none !important;} .pagi, .wp-pagenavi {margin:15px 0; padding:0; text-align:center; display:table; width:100%; font-weight:700;} 
.pagi ul.page-numbers {display:inline; margin:0; padding:0;} .pagi ul.page-numbers li {display:inline; background:none;}
.pagi .total-page, .wp-pagenavi .pages { line-height:30px; padding:8px 12px; color:#999; font-weight:500; display:inline-block; border:0 none;}
.pagi ul.page-numbers a.page-numbers, .pagi ul.page-numbers span.page-numbers, .wp-pagenavi a.page, 
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, 
.wp-pagenavi a.first, .wp-pagenavi a.last {display:inline-block; padding:5px; margin:0 3px 3px; border:0 none; background:#ececec; color:#fff; text-decoration:none; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; height:34px; width:34px; line-height:34px; font-size:16px; -moz-transition:all 300ms; -webkit-transition:all 300ms; transition:all 300ms; -ms-transition:all 300ms;} .wp-pagenavi a.first, .wp-pagenavi a.last {font-size:12px;}
.pagi ul.page-numbers .page-numbers.current, .wp-pagenavi span.current {color:#333; background:#c8c8c8;}
.pagi ul.page-numbers a.page-numbers:hover, .wp-pagenavi a.page:hover, .wp-pagenavi a.nextpostslink:hover, 
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.first:hover, .wp-pagenavi a.last:hover {background:#b4b4b4; color:#fff;}
.pagi ul.page-numbers a.next, .pagi ul.page-numbers a.prev, .wp-pagenavi a.nextpostslink, 
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.last, .wp-pagenavi a.first { background:#e6e6e6;}
.pagi .inext {float:right;} .pagi .iprev {float:left;}
.pagi .inext a, .pagi .iprev a {display:inline-block; padding:7px 15px 8px; background-color:#e6e6e6; color:#000; margin:0 0 5px; text-decoration:none; font-weight:700; font-size:15px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -moz-transition:all 300ms; -webkit-transition:all 300ms; -ms-transition:all 300ms; transition:all 300ms;} .pagi .inext a:hover, .pagi .iprev a:hover {background-color:#ffffff; color:#000;}
.ngg-albumoverview .ngg-album-compact {width:31%; margin:0 2% 15px 0 !important; padding:0 !important;}
.ngg-albumoverview .ngg-album-link .Thumb {max-width:100%; width:100%;}
.ngg-albumoverview .ngg-album-gallery-image-counter {display:none !important;}
.ngg-albumoverview .ngg-album-compact h4 .ngg-album-desc {max-width:100% !important; height:auto !important; }
.ngg-albumoverview .ngg-album-compactbox {padding:0 !important;}
.ngg-albumoverview .ngg-album-compactbox, .ngg-albumoverview .ngg-album-compactbox:before, .ngg-albumoverview .ngg-album-compactbox:after {border:0 none !important;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {width:23%; margin-right:7px; margin-left: 7px; margin-bottom:14px;}
.ngg-galleryoverview .ngg-gallery-thumbnail img{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width:100%; max-width:100% !important; border-radius: 0px; height:auto;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img{transition: .3s all !important;}
.wgs-footer h4{color:#ffc947; font-size: 20px; padding-bottom: 25px; font-weight: 700;}
.ibanner-form .banner-overlay h3{font-weight: 700;text-transform: uppercase; }
.ibanner-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {transform: scale(0.8); transform-origin: 0 0; margin-bottom: -13px;}
.ngg-gallery-thumbnail{border: 0px !important;}
.section-gallery .ngg-navigation{display: none !important;}
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev, .ngg-navigation span.current{background: #c90000 !important;}
.ngg-navigation span.current{background: #000 !important;}
.ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.next, .ngg-navigation span.prev{color: #fff !important; padding: 4px !important;}
.ngg-navigation a.page-numbers:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.current:hover{background: #000 !important;}
.ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.next, .ngg-navigation span.prev{color: #fff !important; background: #000 !important;}
.section-gallery-inner .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.next, .ngg-navigation span.prev{color: #fff !important;}
.center .g-recaptcha{max-width:350px;margin: 10px auto}
.section-testimonial-page .content ul{padding: 0; margin: 0;}
.section-testimonial-page .content ul li{padding-left: 0;}
.section-testimonial-page .content ul li:before{display: none;}
.section-testimonial-page .content ul li:after{display: none;}
.section-testimonial-page .content ul li .block{background: #fff9e7; border: 1px solid #ffeeba; padding: 15px;}
.section-testimonial-page .content ul li .block .quote-content p{color: #333;}
.section-testimonial-page .content ul li .block .quote-author h4{color: #333;}
.section-gallery .ngg-albumoverview .ngg-album-compact {width:31%; margin:0 1% 15px 0 !important; padding:0 !important; border: 0 !important; box-shadow: none !important;}
.section-gallery ul li{padding-left: 10px !important;}
.section-gallery ul li:before{display: none !important;}
.sl-wrapper button:hover {opacity: 1 !important; color: #fff !important;}
.wpcf7 form .wpcf7-response-output {display: none;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {display: block;}
.ec-quote-form ::-webkit-input-placeholder {color: #181a24;opacity: .7;}
.ec-quote-form :-ms-input-placeholder {color: #181a24;opacity: .7;}
.ec-quote-form ::placeholder {color: #181a24;opacity: .7;}
.icontent ol li {margin: 10px 0;} .wrapper.wider-page {padding: 0; min-height: 150px;}
.home .header#masthead{margin: 0 !important;}  .no-banner .inav ul li a{color: #000;}
.no-banner.header-sticky .inav ul li a{color: #fff;}
.no-banner.header-sticky .site-header{background: #000;}
.no-banner .inav ul li a:hover, .has-banner .inav ul li a:hover{color: #ffc947;}
.site-banner.has-slider .banner-slider{position: relative; clip-path: ellipse(130% 100% at 50% 0%);}
.site-banner.has-slider .banner-slider:before{position: absolute; content: ''; left: 0; bottom: 0; background: url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/shape-a.png) no-repeat 50% 0; width: 100%; height: 50px; z-index: 9; display: none;}
.site-head{padding: 10px 0;}
.top-btn .top-item{background: #df1428; border-color: #df1428; color: #fff; border-radius: 50px; padding: 8px 15px; font-size: 14px; font-weight: 600; transition: .3s all; margin-top: 3px; display: inline-block;}
.top-btn .top-item:hover{background: #000; border-color: #000;}
.top-btn .top-item em{margin-right: 5px;}
.ec-pad-left .content{padding-left: 50px;}
.ec-pad-right .content{padding-right: 50px;}
.ec-d-flex .content-inner > .content{display: flex; align-items: center; flex-wrap: wrap;}
.ec-icon-alt.ec-icon-box .content{transition: .3s all; padding: 20px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12); box-sizing: border-box; margin-right: 20px; border-radius: 6px;}
.ec-icon-alt.ec-icon-box .content:hover{background: #ffc947;}
.ec-icon-alt.ec-icon-box .content:hover img.img-dark{opacity: 1;}
.ec-icon-alt.ec-icon-box .content:hover img{opacity: 0;}
.ec-icon-alt.ec-icon-box .content p{font-size: 16px; font-weight: 700; color: #0a1931;}
.ec-about-wrap .content-inner > .content{margin-bottom: 20px;}
.ec-about-wrap .content h2{text-transform: uppercase;}
.ec-about-wrap .content h5{font-size: 20px; color: #556071; font-weight: 700; margin-bottom: 15px;}
.ec-about-wrap .content h4{font-size: 24px; color: #0a1931; font-weight: 700; text-transform: capitalize;}
.ec-title .content{margin-bottom: 50px;}
.ec-title .content h6{font-size: 15px; font-weight: 700; color: #fff; position: relative; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;}
.ec-title .content h6:after{position: absolute; content: ''; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 2px; background: #fff;}
.ec-title .content h2{font-weight: 700; padding-bottom: 5px;}
.ec-title .content h2 strong{color: #ffc947;}
.ec-title .content h4{font-size: 20px; font-weight: 500; text-transform: uppercase;}
.ec-icon-alt .content p{position: relative;}
.ec-icon-alt .content p img{transition: .3s all; margin-bottom: 0;}
.ec-icon-alt .content p img.img-dark{position: absolute; top: 0; left: 50%; transform: translateX(-50%); opacity: 0; transition: .3s all;}
.ec-box > .content{overflow: hidden; transition: .3s all; border-radius: 6px; padding: 30px 40px 10px; box-sizing: border-box;}
.ec-box .content h4{font-size: 28px; font-weight: 700; text-transform: uppercase;}
.ec-box .content p{font-size: 15px; font-weight: 500;}
.ec-box .content a.button{padding: 0; background: transparent; border: none; color: #ffc947; font-size: 13px; font-weight: 600;}
.ec-box > .content:hover{background: #ffc947;}
.ec-box > .content:hover .ec-icon-alt .content p img.img-dark{opacity: 1;}
.ec-box > .content:hover .ec-icon-alt .content p img{opacity: 0;}
.ec-box > .content:hover .content h4{color: #000;}
.ec-box > .content:hover .content p{color: #333;}
.ec-box > .content:hover .content a.button{color: #000;}
.ec-box .content a.button:hover{color: #df1428;}
.ec-line-st .content h6{text-transform: uppercase; position: relative; color: #556071; font-size: 16px; padding: 0; margin-bottom: 15px; line-height: 1.2; display: inline-block;}
.ec-line-st .content h6:after{position: absolute; content: ''; left: calc(100% + 20px); top: 50%; transform: translateY(-50%); width: 100px; height: 1px; background: #bfc3cc;}
.section-cta .content h2{font-size: 36px; font-weight: 900;}
.section-cta .content p{font-size: 15px; font-weight: 500;}
.section-cta .content h2 strong{color: #ffc947; font-weight: 900;}
.section-cta.iparallax .parallax-overlay{background: rgba(211,30,38,.8);}
.section-cta .content a.button{background: #ffc947; border-color: #ffc947; color: #0a1931; font-size: 14px; font-weight: 700; margin-top: 15px; padding: 9px 27px;}
.section-cta .content a.button:hover{background: #000; border-color: #000; color: #fff;}
.footer-wrap{background: url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/footer-bg.jpg) no-repeat 0 0; overflow: hidden; padding: 80px 0 30px; position: relative; background-size: cover;}
.footer-wrap:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: rgba(4,15,31,.89);}
.footer-wrap .ec-footer-block .content p{padding-left: 30px;}
.footer-wrap .ec-icon .content p{position: relative;}
.footer-wrap .ec-icon .content p:before{position: absolute; content: '\f041'; left: 0; top: 0; font-family: 'FontAwesome'; color: #ffc947;}
.footer-wrap .ec-icon.ec-phone .content p:before{content: '\f095';}
.footer-wrap .ec-icon.ec-email .content p:before{content: '\f0e0';}
.footer-wrap .ec-location .content p{background: url(//www.georgesgarageinc.com/wp-content/themes/scggarage/images/location.png) no-repeat 0 4px / 17px auto;} @media (min-width: 90px){
.wpcf7 .wpcf7-textarea{height: 120px}
}
@media (max-width: 1280px){
.site-logo{max-width: 150px;}
.inav ul li a{font-size: 12px; padding: 8px 3px;}
.ifeatured h3.feature-title{font-size: 16px;}
.wpcf7 span.wpcf7-form-control-wrap.captcha-1 {margin-left: 141px; margin-bottom: 20px;margin-right: 20px;}
.icontent .gap-size-30, .icontent .gap-size-large{height: 20px;}
.top-menu {margin-top: 6px;}
.inav{margin-top:0px;}
.site-img{max-width: 55px; margin-top: 0;}
.ibanner.section .cpn h3{font-size: 24px; line-height: 30px;}
.ibanner .cpn h2{font-size: 42px;}
.ibanner .cpn h4{font-size: 20px;}
.banner-overlay h3.banner-title{font-size: 26px; line-height: 30px; padding-bottom: 5px;}
.ibanner .cpn h1{font-size: 36px;}
.banner-overlay p{font-size: 22px; line-height: 26px;}
.cpn ul li {padding: 0 0 6px 30px; font-size: 26px; line-height: 30px;}
.ibanner .islider + img{margin-right: 12px;}
.banner-overlay .textwidget > p{font-size: 18px; line-height: 20px; margin-bottom: 10px;}
.ibanner .wpcf7-form input[type="text"], .ibanner .wpcf7-form input[type="email"], .ibanner .wpcf7-form input[type="url"], .ibanner .wpcf7-form input[type="password"], .ibanner .wpcf7-form input[type="search"], .ibanner .wpcf7-form input[type="tel"], .ibanner .wpcf7-form input[type="date"], .ibanner .wpcf7-form textarea, .ibanner .wpcf7-form select{padding: 6px 10px 6px;}
.ibanner .wpcf7-form textarea {height: 45px;}
.ibanner .wpcf7 img.wpcf7-captchac{height: 30px; padding:4px 10px 3px;}
.ibanner .wpcf7 .wpcf7-submit{padding: 8px 0 8px;}
.ibanner .cpn.al-left{width: 350px;}
.icontent h1{font-size: 36px;}
.icontent h2{font-size: 32px;}
.icontent h3 {font-size:20px;}
.icontent h4 {font-size:18px;}
.icontent h5 {font-size:17px;}
.icontent h6 {font-size:16px;}
.icontent p{font-size: 14px;}
.icontent ol li{font-size: 14px;}
.feature-wgs h3.feature-title{font-size: 16px;}
.ec-light .content ul li, .icontent .entry ul li{font-size: 13px;}
.ec-light .content ul li:last-child, .icontent .entry ul li:last-child, .icontent .entry .section-service ul li:last-child{padding-bottom: 0;}
.ec-light .content h4{font-size: 16px; line-height: 22px;}
.ec-light .content ul li{font-size: 14px;}
.iboxs .content{font-size: 16px; line-height: 20px;}
.iboxs .over i{height: 40px; width: 40px; line-height: 40px; font-size: 20px; margin:-20px 0 0 -20px;}
.ec-light.ec-home input[type="text"], .ec-light.ec-home input[type="email"], .ec-light.ec-home input[type="url"], .ec-light.ec-home input[type="password"], .ec-light.ec-home input[type="search"], .ec-light.ec-home input[type="tel"], .ec-light.ec-home input[type="date"], .ec-light.ec-home textarea, .ec-light.ec-home select{padding:7px 12px 7px;}
.quote-form .wpcf7 .wpcf7-submit{line-height: 20px; font-size: 13px;}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-email, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea, .wpcf7 .wpcf7-captchar{font-size: 12px; line-height: 19px;}
.wpcf7 p + p {margin-top: 7px !important;} .wpcf7 .wpcf7-textarea {height: 35px;}
.wpcf7 img.wpcf7-captchac{height:39px;}
.quote-form .wpcf7 img.wpcf7-captchac{padding: 1px 4px; box-sizing: border-box;}
.wpcf7 .wpcf7-textarea {height:70px;}
.icontent .ec-iform .wpcf7 .wpcf7-textarea {height: 74px;} .ec-iform .one-half.last{padding-left: 0;}
.ec-iform .wpcf7 .wpcf7-submit {padding: 3px 10px 3px;}
.ifeatured h3.feature-title{font-size: 18px; line-height: 20px;}
.ifeatured h3.feature-title a{padding: 12px 0;}
.container-section{padding: 50px 0 45px;}
.container-section.iparallax.iparallax.section-po_fixed{background-attachment: scroll !important; background-position: 50% 50% !important;}
.container-section.iparallax{padding: 80px 0;}
.container-section.iparallax{background-attachment: scroll !important; background-position: 50% 50% !important;}
.icontent .iquote .block .quote-author{padding-top: 15px;}
.icontent .iquote .block{max-width: 600px;}
.section-logo h2{margin-bottom: 30px;}
.section-service h2 strong{font-size: 16px;}
.icontent .entry .section-service ul li{padding:0 0 10px 22px;}
.section-testimonial.iparallax {padding: 80px 0 95px;}
.header-sticky .inav ul li a{font-size: 12px; padding: 14px 4px 13px;}
.ibanner .page-title .title {font-size:24px; line-height:32px;} 
.ibanner .page-title .sub-title {font-size:14px; line-height:20px;}
.ibanner .islider + img {transform: translateX(0); right: 0; margin-right: 13%;}
.container-section.iparallax-style1 {padding:45px 0 40px;}
.iblog.right-sidebar .content-indent, .single-page.right-sidebar .content-indent { padding-right:15px;} 
.irecent-posts .thumbs {width:70px;} .irecent-posts .title {font-size:13px;}
.ifeatured .wgs-fd .iboxs.iboxs-alter .wg-title, .section-feature-area .wgs-fd .iboxs.iboxs-alter .wg-title {width:150px; height:50px; font-size:18px; line-height:50px;}
.ec-light.ec-home .wpcf7  .col-full p.sub{margin-left: 15px;}
.ec-light.ec-home .wpcf7 .wpcf7-not-valid-tip{top: 6px;}
.ifeatured h3.feature-title{font-size: 14px; line-height: 22px;}
.ifeatured h3.feature-title a{padding:12px 0;}
img.size-100m {max-width:100px;} img.size-150m {max-width:150px;} img.size-200m {max-width:200px;} 
img.size-250m {max-width:250px;} img.size-300m {max-width:300px;} img.size-50m {max-width:50px;} img.size-75m {max-width:50px;}
.bottom .widget_products .wg-title {padding-bottom:30px;}
.office-item .wgs-office {padding: 25px 0 15px 20px; min-height: 165px;} .wgs-office h4{font-size: 15px;}
.wgs-office h4:before{padding-left: 25px;} .wgs-office ul li{padding: 0 0 4px 25px; font-size: 13px;}
.footer .footer-wgs {padding:40px 0 30px;}
.wgs-footer .wg-title, .wgs-footer h3, .wgs-footer h4, .wgs-footer h5 {font-size:16px;}
.footer-item.footer-d p span.fax {padding-right: 20px;}
.owl-nav .owl-next{right: 0;}.owl-nav .owl-prev{left: 0;} 
.eslider-eflex.flexslider{width: 120%; margin-left: -10%;}
.top-head .top-item em{padding-right: 5px;}
.ibanner .ov.ps-lx.tp-fw .cpn p strong{padding: 20px; font-size: 15px;}
.ec-pad-left .content{padding-left: 20px;}
.ec-pad-right .content{padding-right: 20px;}
.ibanner .cpn h6{margin-bottom: 20px;}
.ibanner .ov.ps-lx.tp-fw .cpn p a{font-size: 32px;}
.ec-pad-left .content{padding-left: 20px;}
.ec-pad-right .content{padding-right: 20px;}
.ec-box .content h4 {font-size: 20px;}
.ec-box > .content{padding: 20px 20px 10px;}
.ec-icon-alt.ec-icon-box .content{padding: 15px 10px; margin-right: 5px;}
.ec-icon-alt.ec-icon-box .content p{font-size: 14px;}
}
@media (min-width: 1281px) { 
.inav ul.menu {display: block !important;} 
}
@media (max-width:979px) { .menu-toggle {position:absolute; display:block; font-size: 24px; padding: 4px 7px 2px; transition:all 300ms; -webkit-transition:all 300ms; -moz-transition:all 300ms; -ms-transition:all 300ms; z-index:999; height: 34px; width:32px; text-align:center; right: 10px; cursor:pointer; top: -20px; color:#fff; background: #df1428; border-radius: 0; line-height: 26px;}
.sticky-yes .site-header{position: static !important;}
.menu-toggle span {font-size:18px; vertical-align:top; display:none;}  .menu-toggle .fa { vertical-align:middle;} 
.menu-toggle .fa-close, .menu-toggle.show .fa-bars {display:none;} .menu-toggle.show .fa-close {display: inline-block;}
.inav .menu-toggle.show {background: #df1428;}
.header .inav .main {position:relative; max-width:100%; width:100%;} 
.inav ul.menu {clear:both; border:0 none; position:absolute; top: 37px; right:0; left: 0; z-index:9999; padding:0; background:#df1428; display:none; transition:right 300ms; -ms-transition:right 300ms; -moz-transition:right 300ms; -webkit-transition:right 300ms;}
.inav ul.menu li {float:left; margin:0; padding:0; width:100%; background:none; border-bottom:0; border-left:0;}  .inav ul, .inav ul.menu{margin-left: 0px;}
.inav ul.menu > li {border-bottom: 1px solid #ec6573;}
.inav ul.menu li a {display:block; color:#fff !important; border:0 none !important; background: #df1428; text-align:center; font-weight:400; padding: 10px 9px 10px 7px; font-size: 13px; margin-top: 0;} 
.inav ul.menu li li a {color:#fff !important;} 
.inav ul.menu li a br {display:none !important;} 
.inav ul.menu li a:hover, .inav ul.menu li ul a:hover, .inav ul.sub-menu > li.current_page_item > a, 
.inav ul.sub-menu > li.current-page-ancestor > a,.inav ul.sub-menu > li.current-page-parent > a{color:#fff !important;background: #000 !important;}
.inav ul.menu ul {width:100%;position:static; visibility:visible !important; display:none !important;background:transparent; border:0; margin:0; display: block !important; opacity: 1 !important; } 
.inav ul.menu ul li.mobile-show{border-top: 1px solid #333;}.inav ul.menu ul li.mobile-show a{background-color: transparent;}
.inav ul.menu li:hover ul, .inav ul.menu li.sfHover ul {display:block !important;}
.inav ul.menu ul li {border-top:0; border-left:0; border-right:0; border-bottom:0 none; width:100%;} 
.inav ul.menu ul li a {padding:5px 10px 4px !important; font-size: 11px; text-align:center;}  
.inav ul li.sfHover ul, .inav ul li:hover ul, .inav ul li.sfHover li.sfHover ul {top:inherit; left:inherit; margin-top:auto;}
.section-testimonial-bg.container-section p{padding: 0;}
.wpcf7 span.wpcf7-form-control-wrap.captcha-1 {margin-left: 105px; width: 28%;}
.menu-sec{min-height: auto}
.inav {width:100%; position: static;}
.menu-item .top-menu {display: block; margin-right: 80px; margin-top: -5px;}	
} @media (max-width: 980px) { 
.ibanner .islider + img{margin-right: 20px;}
}
@media (max-width:979px) {
.wrapper.wider-page{padding: 0;}
.container-section.iparallax-style1 {padding:35px 0 20px;} 
.section-logos{padding: 30px 0 30px;}
.top-head .top-item.top-slogan{display: block;float: left;margin-bottom: 0;}
.sticky-yes{margin: 0 !important;}
.has-banner .site-header{position: static;}
.masthead .site-head .extra{max-width:inherit; width: auto;}
.masthead .site-head .extra{padding: 38px 0;}
.inner-extra{display: inline-block; margin-right:70px;}
.top-head .top-item + .top-item{margin-left: 10px;}
.top-head .top-item span{font-size: 19px; margin-top: 0;}
.ibanner.section .cpn h3{font-size: 22px; line-height: 26px;}
.feature-wgs.widget-ibox{width: 50%;text-align: center;}
.ifeatured .feature-wgs{float: none;}
.extra .topmenu{display: none;}
.inav ul li{border-right:none}
.header .inav{position: absolute; left: 0; float: none;} 
.inav ul li:first-child {border-left:none;}	
.top-menu{display: none;}
.owl-nav .owl-prev{display: none !important;}
.owl-nav .owl-next{display: none !important;}
.flexslider .slides .thumbs {max-width: 180%; margin-left: -40%;}
.ibanner .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width: 100px !important;}
.banner-overlay{padding: 18px 20px;}
.ibanner .wpcf7-form textarea{height: 35px;}
.banner-overlay .textwidget > p{font-size: 16px; line-height: 16px;}
.bottom .bottom-x, .bottom .bottom-a, .bottom .bottom-b {padding:25px 0 0;}
.icontent h1{padding-bottom:10px;}
.icontent h2 {font-size:20px;}
.icontent h4, .icontent h5 {font-size:16px;}
.icontent p + a.button{margin-top: 10px;}
.section-bay-care .inner-content h3{font-size: 24px;}
.section-logo h2{margin-bottom: 0;}
.ec-light .content h4{font-size: 14px;}
.ec-light .content ul li{font-size: 11px;padding-left: 20px;}
.ec-light .content li + li{margin-top: 0;}
.icontent .gap-size-30, .icontent .gap-size-large {height:20px;}
.icontent img.alignleft {margin: 0px 15px 10px 0px; max-width: 100%;}
.icontent img.alignright {margin: 0px 0px 10px 15px; max-width: 100%;}
.iblog.right-sidebar .content-indent, .single-page.right-sidebar .content-indent {padding-right:0;} 	
.iblog .ep h1.heading, .iblog .ep h2.heading, .iblog .ep .heading {font-size:18px; line-height:22px;}
.iblog .ep.esingle .post-title .heading {font-size:22px; line-height:28px;} 	
a.button, a.btn {padding:6px 15px 7px; font-size:14px;} .section-install, .section-weaber-home {padding: 90px 0;}
.ifeatured .iboxs .wg-title, .section-feature-area .iboxs .wgs-title, .ifeatured h3.feature-title a{text-transform: none; padding:12px 3px 12px;}
.ec-side.column ul li a{font-size: 16px; margin-bottom: 4px;line-height: 21px;}
.icontent .ec-iform .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar {width: 90px !important; float: left;}
.ec-iform .content{margin-left: 0;}
.ec-light.ec-home .wpcf7 .col-full p.sub {margin-left: 0; margin-top: 6px !important; width: 200px;}
.ec-iform .wpcf7 img.wpcf7-captchac {padding: 4px 5px 2px; display: inline-block; height: auto;}
.ec-iform .wpcf7 .wpcf7-submit{display: inline-block; margin-top: 10px; }
.ec-contact-form .wpcf7 p > strong { width: 76%;margin-bottom: 5px;}
#body .header-sticky{display: none;}
.iboxs .content {font-size: 10px; line-height: 16px;}
.iboxs .over i {margin: -20px 0 0 -20px;}
.ec-light .content{padding: 20px 15px;}
.wpcf7 p + p{margin-top: 6px !important; padding: 0 !important;}
.quote-form .wpcf7 .wpcf7-textarea{height: 50px;}
.icontent .wpcf7 p {font-size: 13px;}
.icontent .ec-iform .wpcf7 .wpcf7-textarea {height: 74px;}
.quote-form{float: none; margin: 20px auto;}
.quote-form .wpcf7 img.wpcf7-captchac {padding: 5px 4px 3px; height: 35px; }
.wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width:110px !important; margin-right:0;}
.quote-form .wpcf7 .wpcf7-text, .quote-form .wpcf7 .wpcf7-email, .quote-form .wpcf7 .wpcf7-select, .quote-form .wpcf7 .wpcf7-textarea, .quote-form .wpcf7 .wpcf7-captchar{padding: 9px 10px 9px 0;}
.contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-captchar{ padding: 8px 0 10px;}
.col-full span.wpcf7-form-control-wrap, .wider-field span.wpcf7-form-control-wrap { width: 100%;}
.wgs-footer ul li a, .wgs-footer a{font-size: 13px;margin-bottom: 0;}
.wgs-footer p{font-size: 12px;}
.wgs-footer ul li{font-size: 12px;}
.copy-info{font-size: 12px;}
.icontent img.alignright,.icontent img.alignleft{margin: 10px auto 15px;width: 100%;clear:both}
.ifeatured h3.feature-title {font-size: 14px;}
.wgs-footer .gap{height: 10px;}
.top-btn{padding-right: 70px;}
.wgs-footer:first-of-type, .wgs-footer{width: 50%;}
.ec-box .content h4 {font-size: 16px;}
.ec-box > .content{padding: 20px 10px 10px;}
.ec-icon-alt.ec-icon-box .content{padding: 10px 5px;}
.ec-about-wrap .content h2{font-size: 24px;}
.ec-about-wrap .content h5{font-size: 18px;}
.ec-about-wrap .content h4{font-size: 20px;}
.section-cta .content h2{font-size: 26px;}
}
@media (max-width: 767px) {
body {min-width:320px;} .column {margin-bottom:0;} .column:last-child, .column.last {margin-bottom:0;} 
img.alignnone {margin:5px 10px 10px 0px;} .menu-item .top-menu{margin-right: 0;margin-top: 15px;}
.menu-toggle{top: 6px;}
.inav ul.menu{top: 63px;}
.header .esearch {right:10px; left:10px; top:5px;} .header .esearch input.field {border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px;} 
.header .esearch.show-form {width:auto; z-index:1000; box-sizing:border-box;} 
.extra .search-toggle {position:absolute; right:5%; margin-right:55px;} .search-toggle .icon-search {font-size:16px;}
.header{margin-top: 0 !important;}
.top-head .top-item.btn-tran{position: relative; margin: 0; left: 0;}
.header .inav {position: static; left: 0; background: #07749f;}
.flexslider .slides .thumbs {max-width: 180%; margin-left: -40%;}
.ibanner .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width: 100px !important;}
.banner-overlay{margin: 10px auto; float: none;}
.ibanner .wpcf7-form textarea{height: 35px;}
.banner-overlay .textwidget > p{font-size: 16px; line-height: 16px;}	
.ibanner-form{position: static; top: inherit; transform: inherit; right: auto; background: #f4f4f4;}
.ibanner .wpcf7 .wpcf7-submit{display: inline-block; clear: both; float: none;} 
.section-testimonial-bg.container-section { padding: 120px 0 100px;}
.top-head .top-item.btn-quote{position: absolute; left: 30px; bottom: 0; margin-left: 0; z-index: 99;}
.ibanner .ov.ps-lx.tp-fw .cpn p{font-size: 16px;line-height: 1.2;}
.ibanner .ov.ps-lx.tp-fw .cpn{padding: 0 40px;}
.ibanner.section .cpn h3 {font-size: 20px; line-height: 24px;}
.ibox.ibox-lightbox .content {padding: 22px 20px;}
.icontent h3{padding-bottom: 10px;}
.ibox.ibox-lightbox ul li {padding: 0px 0 6px 15px;}
.masthead .extra .topnote{display: none;}
.icontent h3, .wgs-side h3 {font-size: 16px;}
.icontent h3 {font-size: 20px;}
.icontent .section-light h2{font-size: 20px; line-height: 30px;}
.icontent h2 br{display: none;}
.icontent .section-parallax2 h2 br{display: block;}
.ec-light.ec-home .one-half{width: 100%; padding: 0;}
.ec-iform .one-half, .ec-iform .one-fourth, .ec-iform .three-fourth{width: 100%; padding-right: 0;}
.ec-iform .wpcf7 .ishuman {max-width: 90px; float: left; margin-right: 10px;} .icontent .ec-iform.column.last img{margin-top: 0; padding: 5px; height: 32px;}
.wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar{width: 90px !important;}
.wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar {width: 110px !important; margin-bottom: 10px;}
.wpcf7 img.wpcf7-captchac{height: 20px; padding: 7px 12px;}
.ec-light.ec-home .wpcf7 .wpcf7-submit{max-width:100px;}
.icontent .wpcf7 img.wpcf7-captchac{padding:6px 12px 5px; height: 32px}
.wpcf7 span.wpcf7-form-control-wrap.captcha-1{margin-left: 0; margin-bottom: 0;}
.contact-page .wpcf7 img.wpcf7-captchac{height: 33px;}
.wpcf7 p + p{margin-top: 5px !important;}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-email, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea {width:100%;}
.wpcf7 p > strong {width:auto; padding-bottom:5px; display:block;}
.wpcf7 .column .one-fifth {width:100%; padding:0;}
.icontent .wpcf7 p.center{text-align: left;} 	
.irecent-posts .thumbs {width:80px;}
.ifeatured .wgs-fd .iboxs.iboxs-alter .wg-title, .section-feature-area .iboxs.iboxs-alter .wg-title  {width:115px; height:30px; font-size:14px; line-height:30px; font-weight:500;} 
.iparallax-style1 .column.last .content, .iparallax-style2 .column.last .content{padding: 0 0 0 20px;}
.ec-side.column ul li a{font-size: 14px;line-height: 21px;}
.office-section {padding: 15px 0;} .office-item .wgs-office{padding: 5px 0 0 10px; border:none; min-height: inherit;} .office-item:last-child .wgs-office {border: none;}
.footer-a, .footer-b, .footer-c, .footer-d {width:50%; margin-left:0; margin-right:0; box-sizing:border-box;} .footer-c {clear:left;} 
.footer .footer-wgs .footer-item{padding-bottom: 10px;} .wgs.wgs-footer p.address{padding-bottom: 0;}
.iparallax .parallax-overlay.overlay-style1{right: 0;}
.iparallax .parallax-overlay.overlay-style2{left: 0}
.icontent .parallax-overlay.overlay-style1 img{max-width: 100%; border-radius: inherit;} 
.section-diverse.container-section.iparallax{position: relative; z-index: 9;}
.iparallax.main.wrap-section{width: 100%; max-width: 100%;}
.container-section.iparallax .one-half{width: 100%; float: none;}  
.iparallax-style1 .column.last .content, .iparallax-style2 .column.last .content, .iparallax-style2 .column.first .content, .iparallax-style1 .column.first .content{padding:0;}
.iparallax .parallax-overlay.overlay-style2{background-position: 50% 50%;}
.iparallax .parallax-overlay > span{display: block;}
.container-section.iparallax-style1, .container-section.iparallax-style2{padding: 0;}
.iparallax .parallax-overlay.overlay-style1, .iparallax .parallax-overlay.overlay-style2{position: static;}
.iparallax .inner-content {padding: 0;}
.section.section-parallax2 .owl-nav, .section.section-parallax2 .owl-prev{display: none;}
.container-section.iparallax.section-service{padding: 100px 0;}
.ec-list-pd { margin-bottom: 20px;}
.footer-wgs .on-phone{display: none;}
.copyright .footer-socials{float: none; display: block; margin-bottom: 10px; text-align: center;}
.footer .copyright p.copy-info{line-height: 20px; text-align: center;}
.ibanner .cpn h1{font-size: 30px; margin-bottom: 10px;}
.ibanner .ov.ps-lx.tp-fw .cpn p strong{padding: 15px; margin-bottom: 20px;}
.wgs-footer .gap{height: 0;}
.ec-pad-left .content{padding-left: 0;}
.ec-pad-right .content{padding-right: 0;}
.footer-wrap{padding: 50px 0 15px;}
.section-cta.container-section{padding: 50px 0 40px;}
.section-cta .content h2{font-size: 24px;}
.ec-icon-alt .content p img{margin: 0 auto 10px;}
.ec-title .content h4{font-size: 16px;}
.ec-title .content{margin-bottom: 20px;}
.ec-box .content h4 br{display: none;}
}
@media (max-width:599px) {
.ibanner.section .cpn h3 {font-size:16px; line-height: 22px;}
.ibanner.section .cpn h3 br{display: none;}
.owl-nav .owl-next {right:0;} .owl-nav .owl-prev {left:0;}
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev { display:none;}
.bottom .jr-insta-thumb ul.thumbnails.jr_col_8.no-border li {width:25% !important;} 
.bottom .jr-insta-thumb ul.thumbnails.jr_col_10.no-border li {width:20% !important;}	img.alignright, img.alignleft, img.alignnone, img.alignalone, img.aligncenter { display:block;max-width: 100%;}
img.no-resize {max-width:100%; width:auto; height:auto;} img.border {box-sizing:border-box;}
.iboxs .content{font-size: 8px;}
.iboxs .content a{padding: 10px 0 8px;}
.ifeatured .wgs-fd, .section-feature-area .wgs-fd, .ifeatured .feature-wgs{width: 100%;}
.icontent .section-light h2{font-size: 18px; line-height: 25px;}
.icontent img.alignright, .icontent img.alignleft{margin: 0 auto 15px;}
.ngg-albumoverview .ngg-album-compact {width:48%;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {width:46%; margin-bottom:15px;}
.footer-c img.alignnone{display: inline-block;}
.icontent .ec-iform.column.last img{margin-right: 10px;}
.ec-iform .wpcf7 .wpcf7-submit {margin-top: 0;}
.wpcf7 span.wpcf7-form-control-wrap.captcha-1{width: 16%;}
.wpcf7 span.wpcf7-list-item{max-width: 100%;}
.section-represent img{margin:0;}
.ec-contact-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.recaptcha {transform: scale(0.82);transform-origin: 0 0;width: 75%;}
.top-head .top-item.phone-num{font-size: 12px;}
.menu-set{justify-content: flex-start;}
.top-head .top-item{padding: 10px 20px;}
.ibanner .ov.ps-lx.tp-fw .cpn p a{font-size: 20px;}
.ibanner .ov.ps-lx.tp-fw .cpn p{font-size: 14px; margin-bottom: 10px;}
.ibanner .cpn h6{font-size: 14px; margin-bottom: 10px;}
.ibanner .cpn h1{font-size: 20px;}
}
@media (max-width:479px) {
.inner-top{display: block;text-align: center;padding: 15px 0;}
.header .inav{margin-top: 5px;}
.inner-extra { margin-right: 12px; float: right;}
.top-head .top-item.top-slogan{display: none;}
.ibanner .wpcf7 img.wpcf7-captchac{margin-right: 40px;}
.ibanner .wpcf7 .wpcf7-submit {margin-top: 6px;}
.ibanner .ov.ps-lx.tp-fw .cpn p{font-size: 13px;}
.section-content-inn.section-text-dark h1{line-height: 24px;}
.ifeatured .feature-wgs{width: 50%;}
.ifeatured .feature-wgs:nth-child(2n+1){clear: left}
.ifeatured .feature-wgs:nth-child(3n+1){clear: none;}
.section-content-box .ec-padding-left .content{padding-left: 0;}
.flexslider .slides .thumbs{width: 160%; margin-left: -30%;} .ibanner .islider + img{display: none;}
.ec-light .content{padding: 20px 14px;}
.ec-light .content ul li{font-size: 13px;}
.ifeatured .iboxs .wg-title, .section-feature-area .iboxs .wg-title{font-size: 14px; line-height: 18px; padding: 10px 13px 6px;}
.iboxs .content a{padding:10px 0px 8px; }
.ec-list-pd { margin-bottom: 10px;}
.feature-wgs.widget-ibox{width: 100%;}
.ec-iform .wpcf7 .wpcf7-submit {margin-top: 10px; float: left;}
.wpcf7 span.wpcf7-form-control-wrap.captcha-1{width: 26%;}
.icontent .iquote .block .quote-heading p{font-size: 14px;margin-bottom: 0;}
.menu-section{display: block;}
.site-logo{margin: 0 auto 25px;}
.menu-toggle{top: 78px;}
.inav ul.menu{top: 126px;}
.ibanner .cpn h6{font-size: 12px;}
.ibanner .cpn h1{font-size: 16px;}
.wgs-footer:first-of-type, .wgs-footer{width: 100%; padding-right: 0;}
}