@charset "utf-8";

/* CSS Document */


/*
#002868
*/

#logo:hover {}

html {
    opacity: 1;
}

body {
    margin: 0;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background: #191919;
    width: 100%;
}

#wrapper,
.wrapper {
    margin: auto;
    max-width: 1500px;
}

#bg2 {
    background: #fff;
    position: relative;
    z-index: 1;
}

#header {
    width: calc(100% - 20px);
    padding: 0 10px;
    background: linear-gradient(to top, #00286800 0%, #002868b0 100%);
    position: fixed;
    z-index: 1000;
}

#callus {
    display: inline-table;
    padding: 5px 10px;
    font-weight: bolder;
}

#nav {
    display: table-cell;
    text-align: right;
    float: right;
}

#nav ul {
    list-style: none;
    padding: 0;
    text-align: right;
}

#nav ul .sub_menu {
    visibility: hidden;
    position: absolute;
}

#nav ul li {
    display: inline-table;
    transition: background 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
    margin: 0 5px;
}

#nav ul li.right {
    background: #fffe00;
}

#nav ul li.right:hover {
    background: #FFF;
}

#nav ul>li a {
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #FFF;
    letter-spacing: 0;
    padding: 5px 6px;
    font-family: 'Open Sans Bold';
    background-size: 0 5px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(0, 0, 0, 0.5);
}

#nav ul>li a i.dropdown-icon {
    margin-left: 5px;
}

#nav ul>li a i:not(.dropdown-icon) {
    display: none;
}

#nav ul li a:hover {
    transition: all ease-in-out 200ms;
}

#nav ul li a:hover {
    color: #FFF;
    background-image: -moz-linear-gradient(#fff, #fff);
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    background-size: 100% 5px, auto;
}

#nav ul li.selected>a {
    color: #FFF;
    background-image: -moz-linear-gradient(#FFF, #FFF);
    background-image: -webkit-linear-gradient(#FFF, #FFF);
    background-image: -o-linear-gradient(#FFF, #FFF);
    background-image: linear-gradient(#FFF, #FFF);
    background-size: 100% 5px, auto;
}

#banner {
    background: #DDD;
}

#banner.fullheight {
    height: 100vh;
}


/* body:not([page=index]) #body {
    padding-top: 122px;
} */

#banner .slide:not(:nth-child(1)) {
    opacity: 0;
}

#banner .slide-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

#banner .slide-video iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#body {
    margin: auto;
    background: #FFF;
    position: relative;
    z-index: 1;
}

#body #body_body {
    background-color: #fff;
}

#body #body_body>.left {
    width: 640px;
}

#body #body_body>.left>.padding {
    padding: 0 20px;
}

#body #body_body>.right,
#footer2>.wrapper>div.right {
    width: 330px;
}

#footer2>.wrapper>div.right {
    text-align: right;
    margin-top: -40px;
}

#body #body_body>.right>.padding {
    padding: 0;
    padding-right: 20px;
}

#footer {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

#footer hr:not(.alt) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#footer_nav {
    background: #F0F0F0;
}

#footer_nav .list1 {
    line-height: 30px;
}

#footer_nav .list1 li {
    line-height: 30px;
    margin: 0 10px;
}

#footer,
#footer a {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    font-weight: 600;
}

#footer a:hover {
    color: #002868;
}

#footer1 {
    width: 100%;
    background: #ebebeb;
}

#footer2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFF;
}

#footer2 .left {
    text-align: center;
    float: none;
}

#copyright {
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.5;
    margin-top: 20px;
}

#footer_columns .col3 li:nth-child(2) {
    text-align: center;
}

#footer_columns .col3 li:last-child {
    text-align: right;
}

#footer_columns .padding {
    line-height: 20px;
}

#footer_columns .padding>strong:nth-child(1) {
    font-size: 18px;
    letter-spacing: 1px;
}

#footer_columns .vcard a {
    display: inline-block;
}

iframe#map {
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .8);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .8);
}

.block1 {
    list-style: none;
    background-color: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 4px;
    overflow: hidden;
}

a .block1 h2 {
    text-decoration: none;
}

.block1.alt {
    background: #002868;
    background-image: linear-gradient(to bottom, #0045b5, #002868);
}

.block1.alt,
.block1.alt p,
.block1.alt h1,
.block1.alt strong {
    color: #FFF;
}

.block1 .padding {
    padding: 20px;
}

.block1 strong,
.block1 h2 {
    margin: 0;
}

.block1 h1 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: normal;
}

h2.alt {
    color: #1e1e1e;
}

.colored {
    color: #002868;
}

a {
    color: #002868;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

h1,
h2 {
    display: block;
    color: #1e1e1e;
    font-size: 40px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    border: 0;
}

h1 {
    font-family: 'Open Sans Extra Bold', sans-serif;
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
}

h3 {
    font-family: 'Open Sans Bold', sans-serif;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bolder;
}

h1,
h2,
h3 {
    line-height: 1.25;
}

h4 {
    text-transform: none;
    letter-spacing: 1px;
    font-size: 1.5vw;
    line-height: 3.3vh;
    margin: 0;
    color: #fff;
    text-align: center;
}

#body>#body_body>.left>.padding h1:nth-child(1) {
    font-size: 40px;
}

h1 span {
    color: #fff;
}

h1.alt span {
    font-size: 18px;
}

.bannertext {
    top: 35vh;
    position: absolute;
    width: 100%;
}

.bannertext h4 {
    text-transform: uppercase;
    font-family: 'Open Sans Extra Bold', sans-serif;
    font-size: 3vw;
    line-height: 1.25;
    text-shadow: #000 0 0 10px, #000 0 0 30px, #000 0 0 60px;
}

body:not([logo_banner=true]) .bannertext {
    top: 46vh;
}

h2 {
    font-size: 22px;
}

h2.alt {
    color: #ed1c24;
}

p {
    margin: 0;
    margin-bottom: 10px;
}

ul {
    margin: 0;
}

hr {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(0, 0, 0, .1);
}

hr.alt {
    border: 0;
    margin: 10px 0;
}

hr.alt2 {
    border: 0;
    margin: 20px 0;
    width: 0;
    height: 2px;
    border-left: 50px solid #ed1c24;
    border-right: 50px solid #f26522;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.list1,
ul.list2 {
    margin: 0;
    padding: 0;
}

.list1 li {
    display: inline-table;
}

ul.list2 {
    list-style: none;
}

.left {
    float: left;
}

ul.list2 .sep1 {
    border-bottom: 1px dotted #7d8ba6;
    padding: 0;
    margin: 5px 0;
}

.padding {
    padding: 20px;
}

.padding2 {
    padding: 60px 20px;
}

.padding3 {
    padding: 20px 10%;
}

.padding4 {
    padding: 100px 20px;
}

.padding.no-left-padding {
    padding-left: 0;
}

.thumb1 {
    box-shadow: 5px 8px 10px 5px rgba(0, 0, 0, .5);
}

a .thumb1:hover {}

.thumb1.right {
    margin-left: 20px;
    margin-bottom: 15px;
}

.thumb1.left {
    margin-right: 20px;
    margin-bottom: 10px;
}

.list2 {
    margin: 0 auto;
    padding: 0 25px;
}

.list2.num {
    list-style: decimal;
}

.minheight1 {
    min-height: 472px;
}

.minheight3 {
    min-height: 411px;
}

.minheight2 {
    min-height: 190px;
}

div.butt1,
div.butt1.alt {
    padding: 8px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    background: rgba(0, 0, 0, .8);
    color: #FFF;
    font-weight: 900;
    letter-spacing: 1px;
}

div.butt1:hover {
    background: #ed1c24;
    color: #1e1e1e;
    border-color: #000;
}

div.butt1.alt {
    background: rgba(205, 205, 205, .8);
    color: #1e1e1e;
}

div.butt1.alt:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff;
}

div.butt1 span {
    font-size: 20px;
    font-weight: bolder;
}

a.butt1 {
    background: #002868;
    background-image: linear-gradient(to bottom, #0045b5, #002868);
    padding: 10px 30px;
    border-radius: 0;
    letter-spacing: 1px;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    text-decoration: none;
    color: #FFF;
    box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, .5);
    display: inline-block;
}

a.butt1.alt {
    color: #FFF;
}

a.butt1.mini {
    font-size: 12px;
    padding: 5px 15px;
    border: none;
}

a.butt1:hover {
    background-color: #002868;
    color: #fff;
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, .9)
}

a.butt1.mini:hover {
    background: #999;
    border-color: #fff;
    color: #fff;
}

.buttmini {
    background: #d82727;
    color: #FFF;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 5px;
    display: inline-table;
    letter-spacing: 1px;
    cursor: pointer;
}

.buttmini:hover {
    background: #333;
}

.contenthide {}

.contenthide>div:first-child {
    display: none;
}

#rotators img {
    width: 100%;
    height: 320px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .8);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .9), inset 0 0 1px 1px rgba(255, 255, 255, .4);
}

ul.col3,
ul.col2,
ul.col6 {
    list-style: none;
    padding: 0;
}

ul.col3 {
    margin-left: 20px;
}

ul.col2>li,
ul.col3>li,
ul.col4>li,
ul.col5>li,
ul.col6>li {
    display: block;
    height: auto;
    float: left;
}

ul.col2>li {
    width: 50%;
}

ul.col3>li {
    width: 33%;
}

ul.col3>li:nth-child(2) ul.bullet {
    display: table;
    margin: auto;
}

ul.col3>li:nth-child(3) ul.bullet {
    float: right;
}

ul.col4>li {
    width: 25%;
}

ul.col5>li {
    width: 20%;
}

ul.col6>li {
    width: 33.3%;
    background-color: #fff;
}


/******************************************************************************************************************/

ul.col2.alt>li:first-child {
    width: 65%;
}

ul.col2.alt>li:last-child {
    width: 35%;
}

ul.col2.alt2>li:first-child {
    width: 25%;
}

ul.col2.alt2>li:last-child {
    width: 75%;
}

ul.col2.alt3>li:first-child {
    width: 75%;
}

ul.col2.alt3>li:last-child {
    width: 25%;
}


/***************************************************/

ul.col2.alt3.reverse>li:first-child {
    float: right;
    width: 35%;
}

ul.col2.alt3.reverse>li:last-child {
    float: left;
    width: 65%;
}

ul.col2.alt3.reverse>li:first-child>.padding {
    padding: 0;
}

ul.col2.alt3.reverse>li:last-child>.padding {
    padding: 0;
    padding-right: 20px;
}


/***************************************************/

.padding>ul.col2.alt>li:first-child>.padding,
.padding2>ul.col2.alt>li:first-child>.padding {
    padding: 0;
    padding-right: 30px;
}

ul.col2>li:first-child>.padding {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

ul.col2>li:not(:first-child)>.padding {
    padding: 0;
}

#body>.center {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

a.butt2 {
    display: block;
}

.butt2,
.butt2.alt {
    text-transform: uppercase;
    font-weight: bolder;
    padding: 5px 10px;
    color: #FFF;
    letter-spacing: 2px;
    font-size: 12px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .8), 0 0 20px rgba(0, 0, 0, .3);
    border-radius: 10px;
    text-align: center;
    position: relative;
    background: #d40f0f;
    top: 5px;
    box-shadow: inset 0 25px 0 rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 0 0 2px rgba(255, 255, 255, 1), 0 1px 2px 1px rgba(0, 0, 0, .7);
    margin: auto;
    margin-bottom: 10px;
    margin-right: 10px;
}

.butt2 {
    background: #111;
    box-shadow: inset 0 25px 0 rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 0 0 2px rgba(255, 255, 255, 1), 0 1px 2px 1px rgba(0, 0, 0, .7);
}

.butt2.alt:hover {
    background: #333;
}

.butt2.wide {
    display: block;
    width: auto;
    background: #004e9d;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .3), inset 0 -5px 0 0 rgba(0, 0, 0, .3), inset 0 -5px 0 0 #004e9d, inset 0 25px 0 rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 0 0 1px rgba(255, 255, 255, .3), inset 0 -6px 0 0 rgba(255, 255, 255, .3), inset 0 -20px 30px 0 rgba(0, 0, 0, .2), 0 1px 2px 1px rgba(0, 0, 0, .7);
    font-size: 20px;
    padding: 10px 10px 15px 10px;
    margin: 0;
}

.butt2.wide.alt {
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .3), inset 0 -5px 0 0 rgba(0, 0, 0, .3), inset 0 -5px 0 0 #d40f0f, inset 0 25px 0 rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 0 0 1px rgba(255, 255, 255, .3), inset 0 -6px 0 0 rgba(255, 255, 255, .3), inset 0 -20px 30px 0 rgba(0, 0, 0, .2), 0 1px 2px 1px rgba(0, 0, 0, .7);
    background: #d40f0f;
}

.fullwidth {
    background: rgba(0, 0, 0, .05);
    overflow: hidden;
    /*height: 714px;
    max-height: 714px;*/
    position: relative;
}

.fullwidth .slide {
    width: 100%;
    height: 100%;
    position: absolute;
}

.fullwidth .slide>.image,
.section .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    background-position: 50% 70%;
    background-repeat: no-repeat;
}

.section {
    height: auto;
    max-height: none;
}

.section.alt {
    background-color: #fafafa;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);
}

.section .image .wrapper p,
.section .image .wrapper h3,
.section .parallax .wrapper p,
.section .parallax .wrapper h3 {
    color: #FFF;
    text-shadow: 0 0 30px #000;
}

.section .image .wrapper p,
.section .parallax .wrapper p {
    letter-spacing: 1px;
    font-size: 18px;
}

.section .image .wrapper,
.section .parallax .wrapper {
    padding: 25px 0;
}

.section .image .wrapper>div,
.section .parallax .wrapper>div {
    width: 79%;
    margin: auto;
}

.section.highlight {
    text-align: center;
    padding: 20px 20px;
}

.section.highlight h3 {
    font-family: 'Open Sans Extra Bold', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section.highlight h2,
.section.highlight h1,
.section.highlight p {
    color: #FFF;
}

.section.highlight.alt {
    background: #002868;
    background-image: linear-gradient(to bottom, #0045b5, #002868);
    padding: 20px;
}

.section.highlight.alt3 {
    background-size: cover;
}

.section.highlight.alt h3 {
    margin: 0;
}

.section.highlight a:not(.butt1) {
    color: #FFF;
}

.section.highlight.alt2 {
    background: #d40f0f;
}

.section.heading {
    text-align: center;
    background: #002868;
    background-image: linear-gradient(to bottom, #0045b5, #002868);
    padding: 10px;
}

.section.heading h3,
.section.heading h1 {
    font-size: 25px;
    margin-bottom: 0;
    color: #FFF;
    font-family: 'Open Sans Extra Bold', sans-serif;
}

.section.alt.heading {
    text-align: left;
    background-color: rgb(240, 240, 240) !important;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.section.alt.heading h1 {
    font-size: 25px;
    margin: 0;
    color: #333;
}

.section.alt.heading img {
    margin-left: 50px;
    margin-right: 50px;
}

.section.no-side .col2 li:first-child {
    width: 100%;
}

.section.no-side .col2 li:last-child {
    display: none;
}

.slant {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

.slant:before,
.reverse-slant:before,
.bottom-slant:after,
.bottom-reverse-slant:after {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    top: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 0 0 60px 1920px;
    left: 0;
    z-index: 3;
}

.reverse-slant:before {
    border-color: #FFF transparent transparent transparent;
    border-width: 60px 0 0 1920px;
}

.bottom-slant:after,
.bottom-reverse-slant:after {
    top: auto;
    bottom: 0;
}

.bottom-slant:after {
    border-color: transparent transparent #FFF transparent;
}

.bottom-reverse-slant:after {
    border-width: 60px 0 0 1920px;
}

.slant.alt-slant:before,
.bottom-reverse-slant.bottom-alt-slant:after {
    border-color: transparent transparent transparent #fafafa;
}

.reverse-slant.alt-slant:before {
    border-color: #fafafa transparent transparent transparent;
}

.bottom-slant.bottom-alt-slant:after {
    border-color: transparent transparent #fafafa transparent;
}

.parallax {
    position: relative;
    /*text-indent: -9999px;*/
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}

.parallax .padding {
    padding: 198px 20px;
}

body[device-phone=true] .parallax {
    background-attachment: scroll;
}

.parallax>div {
    text-indent: 0;
}

.parallax.fullscreen {
    background-position: 50%;
}

.parallax.fullscreen .butt1,
.parallax a.butt1,
.section.highlight a.butt1 {
    background: #002868;
    background-image: linear-gradient(to bottom, #0045b5, #002868);
    box-shadow: 0 0 0 2px #002868;
    border-radius: 2px;
    padding: 5px 20px;
}

.parallax.fullscreen .butt1:hover,
.parallax a.butt1:hover,
.section.highlight a.butt1:hover {
    padding: 5px 30px;
    border: none;
}

.parallax h3,
.parallax h2,
.parallax2 h3 {
    color: #FFF;
    text-shadow: 0 0 30px #000;
}

.parallax.fullscreen h3,
.parallax h3.big {
    font-family: 'Open Sans Extra Bold', sans-serif;
    font-size: 60px;
    line-height: 80px;
    font-weight: bolder;
    /* letter-spacing: 8px; */
}

.parallax.fullscreen h2 {
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 45px;
    line-height: 40px;
    font-weight: lighter;
    letter-spacing: 8px;
}

.parallax h2:not(.headingtext) {
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 35px;
    letter-spacing: 1px;
}

.parallax h2.big {
    font-family: 'Open Sans Extra Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* body:not([page='index']) .parallax h3.big {
    font-size: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1;
} */

ul.normal {
    padding-left: 20px;
    list-style: outside;
    color: #fff;
}

ul.normal li.sep1 {
    list-style: none;
    margin: 10px 0;
}

.text_group span {
    display: inline-block;
    margin-left: 10px;
}

.text_group span:first-child {
    margin-left: 0;
}

.right-text {
    text-align: right;
}

.butt1.call-to-action {
    background: #cd0101;
    font-size: 20px;
    border: 0;
    color: #FFF;
    font-family: 'Open Sans Bold';
}

.butt1.call-to-action.alt {
    background: #002868;
    background-image: linear-gradient(to bottom, #0045b5, #002868);
}

.device-phone,
.mobile-view {
    display: none;
}

#mobile-calltoaction {
    width: 90px;
    position: fixed;
    right: 0;
    bottom: 5px;
    background: #37c837;
    float: right;
    border-radius: 100px;
    margin-right: 5px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 10px 0px 5px 0px;
    z-index: -1;
}

#mobile-text-slider+#mobile-calltoaction {
    margin-top: -90px !important;
}

#mobile-calltoaction .fa.fa-phone {
    font-size: 75px;
    color: #fff;
}

input.textbox1:focus,
textarea.textbox1:focus {
    outline: none;
    border-color: #002868;
    box-shadow: inset 0 0 0 2px #002868;
    background: #FFF;
}

input.textbox1,
textarea.textbox1,
select.textbox1 {
    width: 96%;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .25);
    background: rgba(0, 0, 0, .01);
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    cursor: auto;
}

#sideright input.textbox1,
#sideright textarea.textbox1 {
    width: 93%;
}

textarea.textbox1 {
    height: 100px;
}

#mobilemenu {
    display: none;
    background: #002868;
    background-image: linear-gradient(to bottom, #0045b5, #002868);
}

.button1 {
    background: #ec0009;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .8), inset 0 25px 0 rgba(255, 255, 255, .1), inset 0 -2px 5px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, 1);
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 100;
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}

.button1:hover {
    background: #1e1e1e;
    color: #fff;
}

#offer2 {
    margin-top: 28px;
}

#offer2 h2 {
    margin-top: 0;
    margin-left: 285px;
    font-size: 26px;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 7px;
}

#nav ul li.selected .sub_menu li.selected a {
    background: #002868;
    background-image: linear-gradient(to bottom, #0045b5, #002868);
    color: #FFF;
}

.image_upload {
    opacity: .3;
    cursor: pointer;
    border: 4px solid #FFF;
}

.image_upload:hover {
    opacity: .5;
}

.image_upload.uploaded {
    opacity: 1;
    border: 4px solid #002868;
}

.image_status {
    display: none;
}

#quote-cont {
    width: 180px;
    margin-top: 10px;
    margin-left: 370px;
}

#quote-butt {
    cursor: pointer;
    font-weight: bolder;
    font-size: 30px;
    line-height: 30px;
    padding: 10px;
}

#quote-butt:hover {
    background: #333;
}

#owner-photo {
    margin-left: 70px;
}

#mini-menu.list2 li {
    padding: 2px 0 2px 20px;
}

#mini-menu.list2 li:last-child {
    padding-bottom: 20px;
}

#mini-menu.list2 li:hover,
#mini-menu.list2 li.selected {
    background: #002868;
    background-image: linear-gradient(to bottom, #0045b5, #002868);
}

#mini-menu.list2 li:hover a,
#mini-menu.list2 li.selected a {
    color: #FFF;
}

.round-image {
    display: inline-block;
    overflow: hidden;
    border-radius: 100px;
}

.round-image img {
    width: 100px;
    height: 100px;
    display: block;
}

.round-image.colored {
    background: #002868;
    background-image: linear-gradient(to bottom, #0045b5, #002868);
}

#shop-by-type .sep1 {
    margin: 0 20px;
}

#testimonials .left,
#testimonials .right {
    width: 49%;
}

#testimonials.carousel {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

#testimonials.carousel .author {
    float: none;
    text-align: center;
    margin-right: 0;
    color: #002868;
    line-height: 20px;
}

#testimonials.carousel .author strong {
    color: #FFF;
    letter-spacing: 1px;
}

#testimonials.carousel .testimonial .content {
    background: rgba(255, 255, 255, .5) !important;
    border: 0;
}

#testimonials.carousel .testimonial .content *:not(i) {
    color: #333;
}

#testimonials.carousel .testimonial .content:after,
#testimonials.carousel .testimonial .content:before {
    left: 50%;
    right: auto;
    border-width: 12px 12px 0 12px;
    margin-left: -12px;
    border-color: rgba(255, 255, 255, .30) transparent transparent transparent;
}

#testimonials.carousel .testimonial .content:after {
    bottom: -12px;
}

#testimonials.carousel .testimonial {
    border: 0;
    float: left;
    width: 50%;
}

.testimonial .content {
    position: relative;
    background: rgba(0, 0, 0, .025);
    padding: 20px;
    font-size: 12px;
    border-radius: 10px;
    color: #333;
}

.col3 li:nth-child(1) .testimonial:nth-child(2n+1) .content,
.col3 li:nth-child(2) .testimonial:nth-child(2n) .content,
.col3 li:nth-child(3) .testimonial:nth-child(2n+1) .content {
    background: rgba(0, 0, 0, .075);
}

.col3 li:nth-child(1) .testimonial:nth-child(2n+1) .content:after,
.col3 li:nth-child(2) .testimonial:nth-child(2n) .content:after,
.col3 li:nth-child(3) .testimonial:nth-child(2n+1) .content:after,
.col3 li:nth-child(1) .testimonial:nth-child(2n+1) .content:before,
.col3 li:nth-child(2) .testimonial:nth-child(2n) .content:before,
.col3 li:nth-child(3) .testimonial:nth-child(2n+1) .content:before {
    border-color: rgba(0, 0, 0, .05) transparent;
}

.testimonial .content p {
    font-size: 14px;
    letter-spacing: 1px;
}

.testimonial .content p:last-child {
    margin-bottom: 0;
}

.testimonial {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.testimonial .content:after,
.testimonial .content:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 18px;
    border-width: 12px 0 0 12px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .025) transparent;
    display: block;
    width: 0;
    left: auto;
    right: 18px;
    border-width: 12px 12px 0 0;
}

#testimonials .left .testimonial:nth-child(2n) .content:after,
#testimonials .left .testimonial:nth-child(2n) .content:before,
#testimonials .right .testimonial:nth-child(2n - 1) .content:after,
#testimonials .right .testimonial:nth-child(2n - 1) .content:before {
    border-color: rgba(7, 129, 172, .40) transparent;
}

#testimonials .testimonial .content:after {
    border-width: 9px 10px 0 0;
    right: 19px;
    bottom: -9px;
}


/* #testimonials:not(.carousel) {
    opacity: 0;
} */

.testimonial .author {
    text-align: right;
    line-height: 14px;
    margin-top: 14px;
    margin-right: 20px;
}

.testimonial .author strong {
    display: block;
}

.testimonial:after {
    clear: both;
}

ul.col3.testimonial_list {
    margin: 0;
}

.quote {
    font-size: 20px;
    line-height: 10px;
}

#testimonial_scroller {
    margin-top: 0;
    padding: 20px 0;
    z-index: 2;
    position: relative;
}

#testimonial_scroller h2 {
    color: #333;
    text-shadow: none;
}

#testimonial_scroller a.butt1 {
    background: #002868;
    background-image: linear-gradient(to bottom, #0045b5, #002868);
}

ul.bullet {
    padding-left: 20px;
}

ul.bullet li {
    list-style: outside;
}

ul.bullet ul.bullet li {
    list-style: circle;
}

#socialnetworks a i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border-radius: 20px;
    opacity: 0.85;
    color: #FFF;
}

#socialnetworks a:hover i {
    opacity: 1;
}

#socialnetworks a i.fa-facebook {
    background: #4465a4;
}

#socialnetworks a i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

#socialnetworks a i.fa-yelp {
    background: #c12f2f;
}

.gallery .thumb1 {
    border: 0;
    box-shadow: none;
}

.gallery>a {
    position: relative;
    height: 150px;
    width: 150px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .075);
    margin: 5px;
    background-color: rgba(0, 0, 0, .05);
}

.gallery>a:hover>img {
    transform: scale(1.1);
    transition: all 100ms ease-in-out;
}

.gallery>a:hover>img {
    opacity: .5;
}

.gallery>a>img {
    position: absolute;
    height: 100%;
    width: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

#mobilemenu-bottom-slider,
#mobilemenu-bottom,
#mobile-calltoaction,
.popups {
    display: none;
}

#mobilemenu-bottom img {
    vertical-align: middle;
}

.popup a.butt1 {
    display: block;
    padding: 5px 0;
    background: #cf000f;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
}

.popup table tr.selected {
    color: #cf000f;
}

#header.headerless {
    background: none;
    transition: 400ms;
}

#location {
    text-align: center;
    margin-top: 10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(0, 0, 0, 0.5);
}

#location a {
    color: #FFF;
    font-family: 'Open Sans Extra Bold';
}

#location #callus {
    font-family: 'Open Sans Bold';
    margin-left: 10px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 20px;
    padding: 4px 15px;
    padding-top: 6px;
}

#header.headerless #location #address-link {
    padding: 6px 10px;
    transition: 400ms;
}

body[phone-below-nav] #nav {
    padding: 20px 0;
}

body[phone-below-nav] #logo {
    padding-top: 10px;
}

#iframe-form {
    border: 0;
}

#payment_methods i {
    color: #8c8c8c;
    font-size: 40px;
}

#payment_methods .liafont-cash,
#payment_methods .liafont-money-check {
    font-size: 52px;
    line-height: 1px;
    margin-top: -21px;
    vertical-align: middle;
    display: inline-block;
}

.small {
    font-size: smaller;
}

.image.panme {
    animation: move 7s linear 1 alternate;
    -ms-animation: move 7s linear 1 alternate;
    -webkit-animation: move 7s linear 1 alternate;
    -o-animation: move 7s linear 1 alternate;
    -moz-animation: move 7s linear 1 alternate;
}

@keyframes move {
    from {
        transform: scale(1.0) rotate(0.02deg);
        -webkit-transform: scale(1.0) rotate(0.01deg);
        -o-transform: scale(1.0) rotate(0.02deg);
        -moz-transform: scale(1.0) rotate(0.02deg);
    }
    to {
        transform: scale(1.1) rotate(0.02deg);
        -webkit-transform: scale(1.1) rotate(0.01deg);
        -o-transform: scale(1.1) rotate(0.02deg);
        -moz-transform: scale(1.1) rotate(0.02deg);
    }
}

@-webkit-keyframes move {
    from {
        -webkit-transform: scale(1.0) rotate(0.02deg);
    }
    to {
        -webkit-transform: scale(1.1) rotate(0.02deg);
    }
}

@-moz-keyframes move {
    from {
        -moz-transform: scale(1.0) rotate(0.02deg);
    }
    to {
        -moz-transform: scale(1.1) rotate(0.02deg);
    }
}

@-o-keyframes move {
    from {
        -o-transform: scale(1.0) rotate(0.02deg);
    }
    to {
        -o-transform: scale(1.1) rotate(0.02deg);
    }
}

@-ms-keyframes move {
    from {
        transform: scale(1.0) rotate(0.01deg);
        -ms-transform: scale(1.0) rotate(0.01deg);
    }
    to {
        transform: scale(1.1) rotate(0.01deg);
        -ms-transform: scale(1.1) rotate(0.01deg);
    }
}

@media only screen and (max-width: 1600px) {
    #banner {
        height: 479.697px;
    }
}

@media only screen and (max-width: 600px) {
    #banner {
        height: 0;
    }
}


/*********************************************************************************************************************************************************************************************/

#footer_logo {
    text-align: center;
}

#footer_logo .logo img {
    width: 250px;
}

#footer_logo a {
    font-size: 12px;
    color: #ff9700;
}

#footer_logo .list1>li {
    text-align: center;
    vertical-align: middle;
}

#review-form {
    max-width: 700px;
    width: 100%;
    overflow: hidden !important;
}


/*********************************************************************************************************************************************************************************************/

body[page='index'] #testimonials .content div:first-child {
    display: block;
    height: 91px;
    overflow: hidden;
}

#testimonial_scroller .padding2 {
    padding-left: 0;
    padding-right: 0;
}

body[page='index'] #testimonials .content div:first-child+a {
    cursor: pointer;
    display: table;
    margin: auto;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    margin-top: 10px;
}

body[page='index'] #testimonials .content:before,
body[page='index'] #testimonials .content:after {
    display: none;
}

.reviews-nav {
    display: inline-table;
    color: #002868;
    cursor: pointer;
    font-size: 30px;
    line-height: 10px;
    vertical-align: middle;
}

.reviews-nav:hover {
    color: #002868;
}

.reviews-nav+a {
    display: inline-table;
    margin: 0 10px;
}


/*****************************************************************************/

#overlay {
    display: none;
    background: rgba(0, 0, 0, 0.45);
    position: fixed;
    z-index: 6002;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


/*****************************************************************************/

#footer1 .fa-map-marker,
#footer1 .fa-phone {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.75);
    vertical-align: top;
    width: 25px;
}

#footer1 .fa-map-marker {
    margin-top: 5px;
    margin-left: 4px;
    width: 21px;
}

#location .fa-map-marker,
#location .fa-phone {
    color: #002868
}

#header .fa-map-marker,
#header .fa-phone,
#topnav .fa-map-marker,
#topnav .fa-phone,
#mobilemenu-bottom .fa-map-marker,
#mobilemenu-bottom .fa-clock-o {
    font-size: 25px;
    vertical-align: text-bottom;
    margin-right: 4px;
}

#mobilemenu .fa-phone {
    vertical-align: middle;
    margin-left: 10px;
}

.mobilemenubutton .fa-bars {
    font-size: 24px;
}

#specials_cont {
    margin-bottom: 20px;
}


/**********--New Fixed Header Style--**********/

#logo img {
    transition: 400ms;
}

#specials_cont {
    margin-bottom: 20px;
}

#header.header-small {
    background: rgba(255, 255, 255, 0.85)!important;
    transition: 400ms;
}

#header.header-small #logo img {
    width: 350;
    transition: 400ms;
}

#header.header-small #nav ul>li a,
#header.header-small #location a {
    color: #333;
    text-shadow: none;
}

#header.header-small #nav ul>li a:hover,
#header.header-small #nav ul li.selected>a {
    background-image: linear-gradient(#002868, #002868);
}

#hometext {
    position: relative;
    z-index: 101;
    top: 40vh;
}

#hometext #hometext-peek {
    position: absolute;
    display: table;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    text-shadow: rgb(0, 0, 0) 2px 2px 1px, rgb(0, 0, 0) 1px 1px 1px, rgb(0, 0, 0) 1px 1px 2px, rgb(0, 0, 0) 1px 2px 2px;
}

#hometext h3 {
    font-size: 60px;
    color: #fff;
    font-family: 'Open Sans Extra Bold';
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
}

#hometext h2 {
    font-size: 35px;
    color: #fff;
    font-family: 'Open Sans Bold';
    text-transform: uppercase;
    line-height: 1;
}

#hometext h2 span {
    font-size: 20px;
}

#hometext ol.fa-ul {
    font-size: 30px;
    line-height: 1.5;
    margin-left: 20px;
    margin-bottom: 15px;
}

#section_highlights {
    position: relative;
}

#section_highlights .parallax:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(199, 98, 98, 0.35);
    /*background: linear-gradient(135deg, #002868b8 0%, #00286800 41%, #00286800 69%, #002868b8);*/
    background: radial-gradient(circle, #002868b8 0%, #00286800 66%);
    top: 0;
    left: 0;
    z-index: 1;
}

#section_highlights .parallax * {
    position: relative;
    z-index: 2;
}

#section_contact {
    background-position: bottom;
    padding-bottom: 220px;
    background-repeat: no-repeat;
}

.gradient-overlay1:after,
.gradient-overlay2:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(199, 98, 98, 0.35);
    background: linear-gradient(135deg, #002868b8 0%, #00286800 41%, #00286800 69%, #002868b8);
    top: 0;
    left: 0;
}

.gradient-overlay2:after {
    background: radial-gradient(circle, #002868b8 0%, #00286800 66%);
    z-index: 1;
}

.gradient-overlay1>*,
.gradient-overlay2>* {
    position: relative;
    z-index: 2;
}

body:not([logo_banner=true]) #banner .logo {
    display: none;
}

body[logo_banner=true] #header:not(.header-small) #logo {
    display: none;
}

body[logo_banner=true] #header:not(.header-small) #nav:not(.is_open) {
    float: none;
    text-align: center;
    margin: auto;
    display: table;
}

.headingtext,
.headingtext2 {
    text-transform: uppercase;
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 50px;
    line-height: 1;
}

.headingtext2 {
    text-transform: none;
    font-size: 105px;
}

.subheadingtext2 {
    text-transform: uppercase;
    font-size: 34px;
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin-top: 20px;
    font-weight: 100;
}

.superright-cont {
    position: relative;
    overflow: hidden;
    width: 940px;
    border-radius: 20px;
    transform: skewX(-10deg);
    margin-left: 100px;
}

.superright {
    max-width: none !important;
    width: auto !important;
    display: block;
    transform: skewX(10deg);
    margin-left: -50px;
}

.featured1 {
    overflow: hidden;
}

.rightgg img {
    width: 100%;
}

.pt-122 {
    padding-top: 120px;
}

#testimonials .padding {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#testimonials .padding .testimonial {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 50%;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.form-flex input,
.form-flex select.textbox1 {
    width: 46%;
}

.button2 {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    color: #FFF;
    text-decoration: none;
    padding: 20px 40px;
    text-align: center;
    display: table;
    margin: auto;
    margin-top: 14px;
}

.block1 {
    /* background: #DB4935; */
    /* box-shadow: 0 0 0 1px #db4935; */
    /* display: table; */
    padding: 5px 20px;
    /* color: #DB4935; */
    border-radius: 20px;
}



/* Landing Page Css */

.wrapper.landing {
    display: flex;
}

.wrapper.landing div#hometext-peek {
    position: static!important;
    display: block;
    width: auto!important;
}



  .field {
    margin: 1em 0;
  }


  .landing-form {
    width: 500px;
    padding: 18px 40px;
    background-color: #000000bf;
}
  input {
    width: 100%;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #D9D9D9; 
  }
  
button {
    border-radius: 3px;
    border: none;
    font-size: 16px;
    padding: 0.5rem 0.8em;
    background: #003893;
    border-bottom: 1px solid #fff;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    width: 100%;
    padding: 14px;
    display: block!important;
    width: 100%;
    margin-left: 9px;
}

  
  button:active {
    opacity: 1;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
  }
  
  .success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  
  .error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }

.landing-form h3 {font-size: 30px!important;}

.landing-form p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}




/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
    
}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) { 
    
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    #hometext ol.fa-ul {font-size: 20px;}

div#hometext-peek {
    width: 100%!important;
}

.wrapper.landing {
    display: block!important;
}
#banner.fullheight {
    height:700px!important;
}


.landing-form h3 {
    font-size: 20px!important;
}

.landing-form {
    width: 100%!important;
    padding: 18px 10px;
    background-color: #000000bf;
}
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}