/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Bitter', serif;
}
h2{
    font-size:1.8em;
}
h3{
    font-size:1.5em;
}
h1,
h2,
h3,
h4,
h5{
    font-family: 'Handlee', cursive;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 4px;
    border: 0;
    border-top: 4px solid #A6003F;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.cert{
  font-size:1.4em;
}
/* ==========================================================================
   Author's custom styles
   Used http://www.color-hex.com/color/141e69 for shades of blue
   Used http://www.color-hex.com/color/9bb1fe for light blue on hero
   ========================================================================== */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a{
    color:#000;
    text-decoration:none;
}
i{
    padding-right:4px;
    line-height:1.4em !important;
}
.scrolloff {
    pointer-events: none;
}
.btn{
    
    background:#0C123F;
    color:#fff;
    padding:15px;
    width:85%;
   
    display:block;
    margin-top:10px;
    text-align:center;
    transition:all .3s ease-out;
}
.btn:hover{
    background:#141E69;
   
}
.show{
    display:block !important;
}
.modal{
    position:fixed;
    bottom:4%;
    right:4%;
    background:#fff;
    text-align:center;
    display:none;
   
}
.modal i{
    color:#A6003F;
    margin:0 auto;
    font-size:2.5em;
    padding:0 6px;

}
.modal i:hover{
    cursor:pointer;
}
.contain{
  max-width:1040px;
  width:90%;
  margin:0 auto;
}
.clear:after {
    content: "";
    display: table;
    clear:both;
}
 /* Main header styles */
.main-header{
    width:100%;
    background:#A6003F;
    color:#fff;
}
.main-header a{
    color:#fff;
}
.main-header h2{
    margin:0;
}
.main-header .top-header {
    padding:15px 0px;
}
.main-header .top-header .logo{
   
}
.main-header .top-header .logo a{
    display:inline-block;
    float:left;

}
.main-header .top-header .header-address{
    float:right;
    padding:0 40px;
    line-height:.95em;
   
}
.header-address p{
  margin:0;
}
.main-header .top-header .header-phone{
    float:right;
    padding:0 40px;
    font-size:1.3em;
    line-height:2.1em;
   
}
.main-header .top-header .header-phone p{
    margin:0;
}
.main-header .top-header .header-social{
    float:right;
    
}
.main-header .top-header .header-social i{
    font-size:2em;
    color:#fff;
    transition:all .3s ease-out;
}
.main-header .top-header .header-social i:hover{
    color:#ccc;
    
}
.main-header .bottom-header {
    background:#1E1956;
    position:relative;
}
.main-header .bottom-header a{
    color:#fff;
}
.main-header .bottom-header #nav-toggle{
    display:none;
}
.main-header .bottom-header ul{
    list-style:none;
    display:block;
    padding:0;
    margin:0;
    height:100%;

}
.main-header .bottom-header ul li{
    display:inline-block;
    float:left;
}
.main-header .bottom-header ul li a{
    padding:15px;
    display:block;
    transition:all .3s ease-out;
}
.main-header .bottom-header ul li a:hover{
    background:#fff;
    color:#52040C;
    

}

.main-menu{
    width:50%;
    float:left;
}
.header-map{
    width:50%;
    float:left;
    padding:15px;
    text-align:right;
}
.header-map p{
    margin:0;
}
 /* End Main header styles */

 /* Hero styles */
 .hero{
    width:100%;
    height:400px;
    padding-top:80px;
    position:relative;
    background: url(../img/aromatherapy.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }
 .hero .hero-line{
    margin:0;
   background:rgba(155,177,254, .8);
    color:#fff;
    font-size:2.5em;
    width:50%;
    padding:15px;
    font-family: 'Handlee', cursive;
 }
 .hero .hero-toolbar{
    width:100%;
    padding:15px;
    position:absolute;
    bottom:0;
    left:0;
    background:rgba(20, 30, 105, .8);
    color:#fff;

 }
  .hero .hero-toolbar .toolbar-msg{
    
    float:left;
 }
 .hero .hero-toolbar .toolbar-btn{
    text-align:right; 
    float:right;
    line-height:31.6px !important;
    border:1px solid #fff;
    padding:0px 8px;
    transition:all .3s ease-out;
    color:#fff;
 }
 .hero .hero-toolbar .toolbar-btn:hover{
    background:#fff;
    color:#141E69;
 }
.hero .hero-toolbar p{
    margin:0;
    font-size:1.5em;

    text-transform:uppercase;
}
 /* End Hero styles */

/* Advertise styles */
.advertise{
    padding:20px 0;
    background:#eee;
}
.advertise .col-2-3{
    float:left;
    width:66.6%;
}
.advertise .col-1-3 h3,
.advertise .col-2-3 h3{
    margin:0;
}
.advertise .col-1-3{
    float:left;
    width:33.3%;
}
.advertise .col-1-3 p{
    margin:0;
}
/* End Advertise styles */

/* Pricing section styles */
.pricing{
  width:100%;
  padding:20px 0;
}
.pricing .col-1-2{
  width:50%;
  float:left;
}

.pricing .first{
  padding-right:40px;
  text-align:center;
}
.pricing .first img{
  width:100%;
}
.pricing .accord-wrap{
  
}
.pricing .accord-wrap ul{
  list-style:none;
  padding:0;
}
.pricing .accord-wrap ul li{
  width:100%;
  padding:15px 0;
  border-bottom:5px solid #A6003F;
}
.pricing .accord-wrap ul li span{
  font-family: 'Handlee', cursive;
  font-weight:bold;
}
.pricing .accord-wrap ul li:hover{
  cursor:pointer;
}

/* End Pricing section styles */

/* Main content styles */
main{
    
    padding:20px 0;
}
main .content{
    width:75%;
    padding-right:40px;
    float:left;
}
main .sidebar img,
main .content img{
    width:100%;
}
main .sidebar{
  margin-top:58px;
    width:25%;
    float:left;
}
main .sidebar ul{
  padding-left:12px;
}
main .sidebar .widget h2{
  margin-bottom:0;
}

/* End main content styles */

/* Full map styles */
.full-map{
    width:100%;
    height:350px;
    background:#0C123F;
}
.full-map iframe{
    width:100%;
    height:100%;
}
/* End full map styles */

/* Testimonials styles */
.testimonials{
    padding:20px 0;
}
.testimonials header{
    text-align:center;
}
.testimonials header h2{
    margin-bottom:0;
}
.testimonials header .tagline{
    margin-top:0;

}
.testimonials .quote-wrap{

  height:150px;
  width:60%;
  margin:0 auto;
}
.quote-wrap ul{
  list-style:none;
  padding:0;
  padding-bottom:20px;
  position:relative;
}
.quote-wrap li{

  display:none;
  position:absolute;

}

.quote-wrap li.show-quote{
  display:block;
}

/* End Testimonials Styles */

/* Footer sidebar styles */
.footer-sidebar{
    width:100%;
    padding:20px 0;
    background:#141E69;
    color:#fff;
}

.footer-sidebar a {
  
    color:#fff;
}


.footer-sidebar h2{
    text-align:center;
}
.footer-sidebar .col-1-4{
    width:25%;
    float:left;
}
.footer-sidebar .col-1-4{
  padding-right:30px;
}
/* End Footer sidebar styles */

/* Footer styles */
.main-footer{
    padding:40px 0;
    background:#A6003F;
    color:#fff;

}
/* End Footer styles */




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}
@media only screen and (max-width: 1130px) {

    .hero .hero-line{
        width:70%;
    
     }
     .hero .hero-toolbar .toolbar-btn{
       
     }
     .hero .hero-toolbar .toolbar-btn:hover{
        
     }
    .hero .hero-toolbar .contain{
       display:none;
      

    }

}
@media only screen and (max-width:735px){
    .hero .hero-line{
        width:80%;
    
     }
     .main-menu{
        width:60%;
     }
     .header-map{
        width:40%;
     }
     .testimonials .quote-wrap{

      height:210px;
      width:100%;
      margin:0 auto;
    }
    .testimonials .quote-wrap{

      height:160px;
     
    }
}
@media only screen and (max-width:690px){
    
.main-header .bottom-header .main-menu{
        display:none;
        position:absolute;
        background:#141E69;
        top:50px;
        z-index:9001;
        height:220px !important;

     }
     .main-menu li{
        width:100% !important;
     }
     .header-map{
        width:80%;
     }
     #nav-toggle{
        display:block !important;
        float:left;
        width:20%;
    }
    #nav-toggle:hover{
        cursor:pointer;
    }
    #nav-toggle i{
        font-size:2.2em;
    }
    .hero .hero-line{
        width:80%;
    
     }
     .header-address,
     .header-social,
     .header-phone{
        width:100%;
        padding:0 !important;
     }
     .header-address{
      line-height:1em !important;
     }
     .pricing .accord-wrap{
        margin-top:0 !important;
      }
     
    
}

@media only screen and (max-width:640px){

    .hero .hero-line{
        width:90%;

    
     }
     .content{
        width:100% !important;
        padding:0 !important;
     }
     .sidebar{
        width:100% !important;
        margin-top:0 !important;
     }

     
}
@media only screen and (max-width:570px){
    .hero{
        
    }
    .hero .hero-line{
        width:100%;

    
     }
     .col-1-4{
        width:50% !important;
     }
     
     
}
@media only screen and (max-width:518px){
    .hero{
        
    }
    .hero .hero-line{
        font-size:2.1em;

    
     }
     .col-2-3{
       width:100% !important;
       margin-bottom:15px;
     }
     .col-2-3 .btn{
        width:100%;
     }
     .col-1-3{
       width:100% !important;
     }
     #contact-form {
        width:70%;
     }
     .video .col-1-2{
      width:100%;
      margin-bottom:15px;
     }
     .pricing .col-1-2{
      width:100%;
      margin-bottom:15px;
     }
     .testimonials .quote-wrap{

      height:210px;
      width:100%;
      margin:0 auto;
    }
    .pricing .first{
      padding-right:0 !important;
      text-align:center;
    }

     
}
@media only screen and (max-width:450px){
    
     .hero .hero-line{
        font-size:1.9em;

    
     }
     .col-1-4{
        width:100% !important;
     }
}
@media only screen and (max-width:405px){
    
     .hero .hero-line{
        font-size:1.7em;

    
     }
     .col-1-4{
        width:100% !important;
     }
     .header-social{
        width:100% !important;
     }
     .testimonials .quote-wrap{

      height:283px;
     
    }
    main{
      padding-top:0 !important;
    }
}
@media only screen and (max-width:355px){
    
     .map-cta{
        display:none;
     }
     .header-map{
        padding:0;
     }
     .header-map i{
        font-size:2.1em;
     }
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}