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


html {
    color: #222;
    font-size: 1.1em;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}
h1{
  font-size:1.8em;
}
h2{
    font-size:1.7em;
}
h3{
    font-size:1.4em;

}
h4{
  font-size:1.4em;
}
h1,
h2,
h3,
h4,
h5{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 6px solid #c9cfc5;
    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;
}


/* ==========================================================================
   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:#ccc;
    text-decoration:none;
}
i{
    padding-right:4px;
    line-height:1.4em !important;
}
/* ==========================================================================
   Components
   
   ========================================================================== */
.scrolloff {
    pointer-events: none;
}
.btn{
    
    background:#0C123F;
    color:#fff;
    padding:15px;
    width:85%;
    font-size:1.4em;
    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:#190026;
    margin:0 auto;
    font-size:2.5em;
    padding:0 6px;

}
.modal i:hover{
    cursor:pointer;
}

.close-item{
  float:right;
  font-size:1.8em;

}
.close-item:hover{
  cursor:pointer;
}
.contain{
  max-width:1040px;
  width:90%;
  margin:0 auto;
}
.clear:after {
    content: "";
    display: table;
    clear:both;
}
/* ==========================================================================
    Main Site styles
   
   ========================================================================== */

 /* Main header styles */
.main-header{
    width:100%;
    background:silver;
    color:#000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d1d1+1,e2e2e2+71,e2e2e2+71,e2e2e2+99 */
    background: rgb(209,209,209); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(209,209,209,1) 1%, rgba(226,226,226,1) 71%, rgba(226,226,226,1) 71%, rgba(226,226,226,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(209,209,209,1) 1%,rgba(226,226,226,1) 71%,rgba(226,226,226,1) 71%,rgba(226,226,226,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(209,209,209,1) 1%,rgba(226,226,226,1) 71%,rgba(226,226,226,1) 71%,rgba(226,226,226,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */}
.main-header a{
    color:#fff;
}
.main-header h1{
    margin:0;
}
.main-header .top-header {
  padding:12px 0px;

  
}
.logo{
  width:206px;
  height:auto;
  float:left;
}
.logo a{
  display:inline-block;
  float:left;
}
.logo img{
  height:auto;
}
.head-info{
  width:70%;
  float:right;
}
.header-address,
.header-phone,
.header-social{
text-align:right;
}
.header-phone p,
.header-address p{
  margin:0;
}

.header-social i{
    font-size:2em;
    color:#190026;
    transition:all .3s ease-out;
}
.header-social i:hover{
    color:#3e005e;
    
}
.bottom-header {
    background:#6ab7c2;
    position:relative;
    display:block;
}
.bottom-header a{
    color:#000;
}
#nav-toggle{
    display:none;
}
.bottom-header ul{
    list-style:none;
    display:block;
    padding:0;
    margin:0;
    height:100%;

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

}

.main-menu{
    width:50%;
    float:left;
	visibility:hidden;
}
.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:600px;
    padding-top:80px;
    position:relative;
    background: url(../img/Trophies.jpg) no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }
 .hero-line{
    margin:0;
   background:rgba(201, 207, 197, .8);
    color:#190026;
    font-size:2.5em;
    width:50%;
    padding:15px;
 }
 .hero-toolbar{
    width:100%;
    padding:10px;
    position:absolute;
    bottom:0;
    left:0;
     background: #6ab7c2;
    color:#000;

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

 /* 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 */

/* Row styles */
.row{
  width:100%;
  padding:20px 0;
}
.row .col-1-2{
  width:50%;
  float:left;
}
.row iframe{
  width:100%;
  height:250px;
}
.row .first{
  padding-right:40px;
}
.row .row-btn{
  border:2px solid #0C123F;
  color:#0C123F;
  padding:13px;
  transition:all .3s ease-out;
  display:block;
  width:205px;
  font-weight:bold;
  font-size:1.3em;
} 
.row .row-btn:hover{
  background:#0C123F;
  color:#fff;

}

/* End Row styles */



/* Main content styles */
main{
    
    padding:20px 0;
}
main .content{
    width:75%;
    padding-right:40px;
    float:left;
}
main .sidebar img,
main .content img{
    max-width:100%;
}
main .sidebar{
    width:25%;
    float:left;
}
.widget{
  margin-bottom:16px;
    margin-top: 10px;
}
main header h1{
  margin-top:0;
}
main .sidebar h3{
  margin-top:0;
    font-weight:bold;

}
.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);	
}
.phonelink {
	color:#000;
	text-decoration:none;
}

/* 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 */

/* Gallery styles */
.gallery{
  padding:20px 0;
 
}
.gallery header{
  text-align:center;
}
.gallery-image-row{
  width:100%;
}
.gallery-image{
  width:25%;
  float:left;
  padding:10px;
}
.gallery-image img{
  width:100%;
  padding:10px;
  background:#EEEEEE;
  transition:background .3s ease-out;
}
.gallery-image img:hover{
  background:#0C123F;
}
/* End gallery styles */
/* Contact styles */
.contact{
    padding:20px 0;
    background:#EEEEEE;
}
.contact header{
    text-align:center;
}
.contact header h2{
    margin-bottom:0;
}
.contact header .tagline{
    margin-top:0;

}
.contact form{
   
    width:50%;
    margin:0 auto;
}
/*input[type="text"]*/
.contact textarea,
.contact input{
    border:2px solid #fff;
    width:100%;
    padding:6px;
    float:left;
    display:block;
    margin-bottom:12px;
    transition: all .3s ease;
}
.contact textarea:active,
.contact textarea:focus,
.contact input:active,
.contact input:focus{
  border:2px solid #0C123F;
}
.contact input[type="submit"]{
    border:none;
    border-radius:0;
    padding:14px;
}




/* End Contact Styles */

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

}
.testimonials .quote-wrap{
  font-size:1.2em;
  height:150px;
  width:70%;
  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:#000;
    color:#fff;
}
.footer-sidebar li{
    margin-left:-16px;
}
.footer-sidebar h4 {
  margin-bottom:0;
}
.footer-sidebar h2{
    text-align:center;
}
.footer-sidebar .col-1-4{
    width:25%;
    float:left;
}
.footer-sidebar .col-1-6{
    width:50%;
    margin: 0 auto;
}
.content .col-1-6{
    width:50%;
    float:left;
}
/* End Footer sidebar styles */

/* Footer styles */
.main-footer{
    padding:1px 0;
    background:silver;
    color:#000;
    text-align: center;

}
.main-footer a {
	color:#000;
  font-weight: bold;
}
.main-footer a:hover {
	text-decoration:underline;
}
/* End Footer styles */




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

@media only screen and (min-width: 939px) {
  .bottom-header .main-menu{
      display:block !important;

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

    .hero .hero-line{
        width:70%;
    
     }
    .hero .hero-toolbar .contain{
       display:block;
      
    }
}

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

     }
     .main-menu li{
        width:100% !important;
     }
     .header-map{
         float: none;
         text-align: center;
         width:100%;
     }
     #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%;
    
     }
     .head-info{
      width:100%;
      float:left;
	  padding:18px 0 0 0;
     }
     .header-address,
     .header-social,
     .header-phone{
       width:100%;
        float:left;
        text-align:center;
        padding:0 !important;
     }
     .header-social i{
      font-size:2.7em;
     }
     .header-phone{
      font-size:1.5em;
     }
     .logo{
      width:100%;
      height:auto;
      display:block;
      
     }
     .logo img{
	  width:50%;
      height:auto;
     }
     .logo a{
        width:100%;
        text-align:center;
        display:block;
        float:none;
      }
}

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

    .hero .hero-line{
        width:90%;
    
     }
    .hero{
        height: 400px;
    }
     .header-address,
     .header-social,
     .header-phone{
        width:100%;
        float:left;
        padding:0 !important;
     }
     .content{
        width:100% !important;
        padding:0 !important;
     }
     .sidebar{
        width:100% !important;
     }
     .gallery-image{
        width:50%;
       
      }
      .testimonials .quote-wrap{
        font-size:1.0em;
    
      }
    .logo img{
        width:100%;
        height:auto;
    }
      
     
}
@media only screen and (max-width:570px){
    .hero .hero-line{
        width:100%;
    
     }
    .logo img{
        width:100%;
        height:auto;
    }
    .hero{
        height: 300px;
    }
     .col-1-4{
        width:50% !important;
     }
    .col-1-6{
        width:50% !important;
    }
}
@media only screen and (max-width:518px){
    .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%;
     }
     .row .col-1-2{
      width:100%;
      margin-bottom:15px;
     }
     .row .first{
      padding:0 !important;
     }
}
@media only screen and (max-width:450px){
      .gallery-image{
        width:100%;
       
      }
     .hero .hero-line{
        font-size:1.9em;
    
     }
     .col-1-4{
        width:100% !important;
     }
    .col-1-6{
        width:100% !important;
    }
     .testimonials .quote-wrap{
        font-size:1.0em;
        height:190px;
        width:80%;
        margin:0 auto;
      }
}
@media only screen and (max-width:405px){
    
     .hero .hero-line{
        font-size:1.7em;

     }
     .col-1-4{
        width:100% !important;
     }
    .col-1-6{
        width:100% !important;
    }
     .header-social{
        width:100% !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;
    }
}
/*********************************************************/
.fb {
    color: #3b5998!important;
    font-size: 1.5em;
}

.gp {
    color: #d34836!important;
    font-size: 1.5em;
}
#about
{
    background: #fff;
    color: #000;
}
input[type=text], input[type=email], textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid;
    color: #000;}

#commentForm .button{
    margin-top: 0em;
    background-color: #56a1ac;
    border: #000;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    color:#000;
    font-weight: bold;
}
.flex{
    display: flex;
    align-items: center;
}
.flex .logo{
    flex: 1;
}
.flex .head-info{
    flex: 1;
}

.businessname{
    color: #c5aa15!important;
}
.clicktext{
    background: #000;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}
.telephone a{
    font-size: 24px;
    font-weight: bold;
    color:#398894;
}
.telephone{font-size: 24px;padding-bottom: 10px;font-weight: bold}
.header-address.address {
    font-size: 1.2em;
}
.head-info {
    padding-top: 1.5em;
}
.header-phone {
    font-size: 1.2em;
}
.tel{
    color:#398894;
    font-weight: bold;
}
.lists {
    color: #000;
    margin-left: 4em;
}
.slogan{
    width: 100%;
    color: #fff;
    font-weight: bold;
}
.yellowone{
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
}
.subhead{
    background: #6ab7c2;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 5px;}
.lists p {
    color: #000;
    margin-bottom: 0px;
    margin-top: 5px;
}
.sidebarlists {
    color: #000;
}
.sidebarlists p {
    color: #000;
    margin-bottom: 0px;
    margin-top: 5px;
}
.flexcolumns{
    display: flex;
    align-items: center;
}
.firstcolumn{
    flex: 1;
}
.secondcolumn{
    flex: 1;
}
@media only screen and (max-width:938px){
    .flexcolumns{
        display: block;
    }

    
    .flex{
        display: block;
        text-align: center;
    }
    .flex p{
        padding-left: 0px;
        text-align: center;
        margin: 0px;
    }
}
@media (max-width: 599px){
    .hero-toolbar p{
        font-size:1em;
    }
    h1 {
        font-size: 2em;
    }
    .lists{
        margin-left: 2em;
    }
    .sidebarlists{
        margin-left: 2em;
    }
}
@media (max-width: 320px){
    .telephone a{
        font-size: 20px;}
}