/* Site Color: #428CCB*/

/* Header Styles */
#header {
    background-color: #212121;
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;

}
.grayBar{

    background-color: #666767;
    min-height: .7rem;
}
.orangeBar{
    background-color: #EC6C58;
    min-height: 1rem;
}
.blueBar{

    background-color: #2A6591;
    min-height: .7rem;
}
#headerMobile {
    background: #212121;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

a.headerPhone:link,
a.headerPhone:active,
a.headerPhone:visited { color: #fefefe; font-size: 1.6rem; }
a.headerPhone:hover { color: #2a6591; }

.phone {
    margin-top: 0;
    margin-bottom: 0rem;
    padding-top: 0;
}

p.headerCallout {
    color: #020301;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Menu Styles */
#nav {
    background: #aaa;
    margin-bottom: -1rem;
    text-align: center;
}

.noPadding {
    padding-left: 0rem;
    padding-right: 0rem;
}

.navButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    padding: 1rem 0.2rem 1rem 0.2rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

[data-whatinput='mouse'] .navButton { outline: 0; }

.navButton:hover,
.navButton:focus { background: #2a6591; color: #fefefe; }

a.dropMenu:link,
a.dropMenu:visited,
a.dropMenu:active { font-size: 1rem; color: #fff; }
a.dropMenu:hover { color: #fff; background: #2a6591; }

.dropdown-pane {
  background-color: #212121;
  border: 1px solid #666767;
  border-radius: 3px;
  display: block;
  font-size: 1rem;
  padding: .5rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

/* Nav Bar Styles */
.sticky { width: 100%; }
.slicknav_menu { display: none; }

@media screen and (max-width: 63.9375em) {
    /*  SMALL ONLY = 39.9375em
        #menu is the original menu. */
    .js #menu { display: none; }
    .js .slicknav_menu {
        display: block;
        position: fixed;
        width: 100%;
    }
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #2A6591; /* mobile `slicknav` menu background color. */
    padding: 5px;
    z-index: 99;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #212121; /* mobile `slicknav` menu button color. */
}

#topContent{
       background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/tabletgirl.jpg");
    margin-bottom: 1rem;
    overflow: hidden;
}
/* Text Styles */
.black{
    color: #1d1d1d;
}
.white{
    color:#fefefe;
}
.blue{
    color:#2a6591;
}
li { color: #1d1d1d;
    font-size: 1.1rem;
 }

p {
    font-size: 1.1rem;
    color: #1d1d1d;
}

h1 {
    color: #2a6591;
    font-size: 1.8rem;
    margin-bottom: 0;
}

h2 {
    color: #1d1d1d;
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
}

/* Home Page Styles */
#mainContent {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.Icon{
   font-size: 3rem !important;
    color: #fefefe;
}

#howitWorks{
   background-color:#2a6591;
   padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;

}
#brands{
    background-color:#fff;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.darkBox{
    background-color: #1d1d1d;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
/* Image Callouts */
.marginBottom{
    margin-bottom: 1rem;
}
#imagecallouts {
    background-color: #fff;
    border-radius: .3rem;
padding-right: 1rem;
padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: .5rem;
}
h2.imagecallouts{
    color:#fefefe;
    font-size: 1.2rem;
}
p.imagecallouts{
    color:#fefefe;
    font-size: .9rem;
    font-weight: 500;
}
p.imagecalloutsIcon{
    font-size: 3rem;
    color: #fefefe;
    margin-bottom: -.5rem;
}
.calloutBox{
    background: rgb(2,73,114);
background: -moz-linear-gradient(left, rgba(2,73,114,1) 0%, rgba(15,110,167,1) 100%);
background: -webkit-linear-gradient(left, rgba(2,73,114,1) 0%,rgba(15,110,167,1) 100%);
background: linear-gradient(to right, rgba(2,73,114,1) 0%,rgba(15,110,167,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024972', endColorstr='#0f6ea7',GradientType=1 );
padding: .6rem;
border-radius: .5rem;

}

.imagecalloutButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #ec6c58;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

[data-whatinput='mouse'] .calloutButton { outline: 0; }

.imagecalloutButton:hover,
.imagecalloutButton:focus {
    background: #5a5a5a;
    color: #fefefe;
    border: 1px solid #fff;
}

/* Call Out Styles */
#callout {
    background: #ec6c58;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

h1.calloutText {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    margin-bottom: -0.3rem;
    color: #fff;
}

p.calloutText {
    font-size: 1rem;
    margin-top: -0.3rem;
    color: #fff;
}

.calloutButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

[data-whatinput='mouse'] .calloutButton { outline: 0; }

.calloutButton:hover,
.calloutButton:focus {
    background: #5a5a5a;
    color: #fefefe;
    border: 1px solid #fff;
}

/* Footer Styles */
#footer {
    background-image: url(../img/hero.jpg);
 background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

hr.footer {
    padding: 0.3rem;
    margin: 0;
    border-bottom-color: #aaa;
}

h1.footer {
    font-size: 1.4rem;
    color: #fff;
}

p.footer {
    padding-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #8f8e8e;
}

a.footer:link,
a.footer:visited,
a.footer:active { font-size: 0.9rem; color: #8f8e8e; }
a.footer:hover { color: #2a6591; }

a.footerIcon:link,
a.footerIcon:visited,
a.footerIcon:active { font-size: 3rem !important; color: #8f8e8e; }
a.footerIcon:hover { color: #2a6591; }

.noSpace{
    padding: 0rem;
    margin: 0rem;
}
/* Service Blocks */
#serviceblocks {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

a.serviceBlock:link,
a.serviceBlock:visited,
a.serviceBlock:active { color: #fefefe; font-size: 1rem; }
a.serviceBlock:hover { color: #ec6c58; }

p.serviceblockText {
    margin-top: -1.7rem;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 99;
    margin-bottom: 1.5rem;
}

.serviceblockImg {
    padding: 0;
    margin: 0;
}

/* Additonal Features */
hr {
    padding-top: .2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
    border-color: #ec6c58;
}

hr.colorbar {
    height: 4px;
    border: 0;
    border-top: 1px solid #ec6c58;
    margin: 0.2rem 0rem 0.2rem 0rem;
    padding: 0;
    max-width: 5rem;
    text-align: left;
}

hr.colorbar2 {
    height: 4px;
    border: 0;
    border-top: 1px solid #fefefe;
    margin: 0.2rem 0rem 0.2rem 0rem;
    padding: 0;
    max-width: 5rem;
    text-align: left;
}

hr.skinny { border-color: #ec6c58; }
hr.white { margin: 0; padding: 0; border-color: transparent; }

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wrap { float: left; padding-right: 35px; }
.wrapRight { float: right; padding-left: 35px; }

.white { color: #fff; }

/* Google Map CSS */
#gmap_canvas img {
    max-width: none !important;
    background: none !important;
}

/* Slider Styles */
#slider { /*border-bottom: 1px solid #ec6c58;*/ }

/* Page Styles */
.overlayPage {
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    content: " ";
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
    z-index: 2;
}

.pageBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("../img/slide1.jpg");
    border-bottom: 1px solid #aaa;
}

.pageBannerDesktop {
  /*  background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/tabletgirl.jpg");
   
    overflow: hidden;*/
}


.overlayPageDesktop {
    position: relative;
    content: " ";
    padding-top: 8%;
    padding-bottom: 8%;
  /*  background-color: rgba(0,0,0,.6);*/
    width: 100%;
    z-index: 2;
}

h1.pagebannerTextDesktop {
    color: #fefefe;
    font-size: 4rem;

    text-align: center;
}
h2.pagebannerTextDesktop {
    color: #fefefe;
    font-size: 1.4rem;
    text-align: center;
}

.overlayPageMobile {
    position: relative;
    content: " ";
    padding-top: 10%;
    padding-bottom: 20%;
    width: 100%;
    z-index: 2;
}

.pageBannerMobile {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   
    border-bottom: 1px solid #aaa;
}

h1.pageBannerTextMobile {
    color: #ffffff;
    font-size: 1.8rem;
    text-align: center;
}
p.pageBannerTextMobile {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
}


/* Contact Page Styles */
.contactBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("http://placehold.it/1920x300/ec6c58/ffffff");
    border-bottom: 1px solid #aaa;
}

h1.pagebannerText {
    color: #fefefe;
    font-size: 1.8rem;
    text-align: center;
}

a.contactLink:link,
a.contactLink:active,
a.contactLink:visited { color: #1d1d1d; }
a.contactLink:hover { color: #ec6c58; }

/* Form Fill */
p.success {
    background: green;
    color: #fefefe;
    font-size: 1.2rem;
}

.formButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #ec6c58;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

[data-whatinput='mouse'] .formButton { outline: 0; }

.formButton:hover,
.formButton:focus {
    background-color: #5a5a5a;
    border: 1px solid #fff;
    color: #fefefe;
}

/* Video Hero */
.videoButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border-radius: 3px;
    background-color: #ec6c58;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

[data-whatinput='mouse'] .videoButton { outline: 0; }

.videoButton:hover,
.videoButton:focus { background: #5a5a5a; color: #fefefe; }

h1.videoText {
    font-size: 3rem;
    color: #fefefe;
    margin-bottom: -0.7rem;
    padding: 0;
}

h2.videoText{
    font-size: 1.5rem;
    color: #fefefe;
    margin-bottom: 0.7rem;
}

h1.videoTextm{
    font-size: 2rem;
    color: #fefefe;
    padding: 0;
    margin-bottom: -0.2rem;
}

h2.videoTextm{
    font-size: 1rem;
    color: #fefefe;
    margin-bottom: 0.7rem;
}

.videoContainer {
    position: relative;
    overflow: hidden;
}

.videoOverlay {
    background: transparent;
    position: relative;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 35rem;
    z-index: 1;
}

.no-video .video-container video,
.touch .video-container video { display: none; }

.no-video .video-container .poster,
.touch .video-container .poster { display: block !important; }

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container .title-container {
    z-index: 2;
    position: relative;
    text-align: center;
    top: 37%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
    min-width: 100%;
}

video.fillWidth {
    min-width: 100%;
    top: -4rem;
}

.overlayVideo {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    content: " ";
    padding-top: 25%;
    padding-bottom: 25%;
    width: 100%;
    z-index: 2;
}

.videoBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("../img/file.jpg");
    border-bottom: 1px solid #aaa;
}

#reviews{
     background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("../img/reviews.jpg");
    overflow: hidden;
    padding-top: 10%;
    padding-bottom: 10%;
}
.buttonPosition{
 margin-bottom: -3.7rem;

 text-align: center;
}
.colorButton {

    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 1rem 3rem 1rem 3rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    
    border-radius: 3px;
    background: #ec6c58;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

[data-whatinput='mouse'] .colorButton { outline: 0; }

.colorButton:hover,
.colorButton:focus {
    background: #5a5a5a;
    color: #fefefe;
   
}

#events{
    background-color: #212121;
   /* background-image: url("../img/footer_lodyas.png");*/
    padding-top: 3rem;
}

.textWhite{
    color:#fff !important;
}

.imgBorder{
     border: 1px solid #666767;
    
}

.priceBlock1{
    background-color: #EC6C58;
    padding: .4rem;
    text-align: center;

}
p.priceBlock1{
    font-size: 1.2rem;
    font-weight: 500;
    color:#ffffff;
    padding:0rem;
    margin: 0rem;
}
.priceBlock2{
    background-color: #2A6591;
  padding: .4rem;
       text-align: center;
}
p.priceBlock2{
    font-size: 1.6rem;
    font-weight: 500;
    color:#fff;
     padding:0rem;
      margin: 0rem;
}
.priceBlock3{
    background-color: #F7F7F7;
    padding: .25rem;
    text-align: center;

}
p.priceBlock3{
    font-size: .9rem;
    font-weight: 500;
    color:#212121;
    padding:0rem;
    margin: 0rem;
}
.priceBlock4{
    background-color: #fefefe;
  padding: .25rem;
       text-align: center;
}
p.priceBlock4{
    font-size: .9rem;
    font-weight: 500;
    color:#212121;
     padding:0rem;
      margin: 0rem;
}
.priceBlock5{
    background-color: #EC6C58;
    min-height: .5rem;
}
.priceBorder{
    border: 1px solid rgba(29,29,29,.03);
}
h2.pricing{
    font-size:2rem;

}

blockquote{
    color: #1d1d1d;
}
cite{
    padding-top: .5rem;
    color: #1d1d1d;
}

/*Website Page*/
.siteBlock{
 
  
}

p.siteBlockTitle{
    padding: 0rem 0rem .5rem 0rem;
    margin: 0rem;
    color:#fff;
    font-size: 1.2rem;
    text-align: center;

}

a.websiteLink:link,
a.websiteLink:visited,
a.websiteLink:active { font-size: 1rem; color: #EC6C58;  }
a.websiteLink:hover { color: #2a6591; }

p.websiteLink{
    margin-top: -.5rem;
    text-align: center;
}


/*Pricing Page */
