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


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}
h1{
  font-size:2.4em;
}
h2{
    font-size:1.9em;
}
h3{
    font-size:1.6em;

}
h4{
  font-size:1.4em;
}
h1,
h2,
h3,
h4,
h5{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
}

.videoWrap{max-width:700px;margin:0 auto;}

.video-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
::-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:#FEDBA4;
    color:#190026;
}
.main-header a{
    color:#190026;
}
.main-header h1{
    margin:0;
}
.main-header .top-header {
  padding:12px 0px;


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

.header-social i{
    font-size:2em;
    color:#3b5998;
    transition:all .3s ease-out;
}
.header-social i:hover{
    color:#3b5998;

}
.bottom-header {
    background:#00A88F;
    position:relative;
    display:block;
}
.bottom-header a{
    color:#fff;
}
#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:100%;
    float:left;
    padding:15px 0px;
    text-align:right;
}
.header-map p{
    margin:0;
}
 /* End Main header styles */

 /* Hero styles */
 .hero{
    width:100%;
    height:500px;
    padding-top:80px;
    position:relative;
    background: url(/web/20220214014208im_/http://ontariolocknkey.com/img/keys.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:15px;
    position:absolute;
    bottom:0;
    left:0;
    background:rgba(25, 0, 38, .8);
    background: #00A88F;
    color:#fff;
    font-weight: bold;

 }
 .hero-toolbar p{
    margin:0;
    font-size:1.1em;
}
  .toolbar-msg{

    float:left;
 }
 .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{
    width:100%;
}
main .sidebar{
    width:25%;
    float:left;
}
.widget{
  margin-bottom:16px;
}
main header h1{
  margin-top:0;
}
main .sidebar h3{
  margin-top:0;
}
.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:#EF3125;
    color:#fff;
}
.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:#00A88F;
    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;
}
.content .col-1-6{
  width:50%;
    float:left;
}
.footer-sidebar .col-1-6{
    width:50%;
    margin: 0 auto;
}
/* End Footer sidebar styles */

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

}
.main-footer a {
	color:#190026;
}
.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;

    }
    .toolbar-msg{
      text-align: center;
      width: 100%;
    }
}

@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{
        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%;

     }
     .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:1em;
     }
     .logo{
      width:100%;
      height:80px;
      display:block;

     }
     .logo img{
	  width:100%;
      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%;

     }
     .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;

      }


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

     }
     .col-1-4{
        width:50% !important;
     }
     .col-1-6{
        width:100% !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;
    }
}

/*********************************************************************************************************/
.testimonials .quote-wrap {
    font-size: 1.2em;
    height: 200px;
    width: 70%;
    margin: 0 auto;
}
.gplus{
  color:#d34836!important;
}
.logo p{
  margin-top: 0px;
  font-size: 2em;
}
.images {padding: 20px;}
main .sidebar h3 {
    margin-top: 0;
    margin-bottom: 0px;
}
input[type=text], input[type=email], textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid;
    color: #000;}
#commentForm .button{
    background-color: #FEDBA4;
    border: #FEDBA4;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    color: #000;
}
.tel{color:#000;font-weight: bold;}
@media (min-width: 768px) and (max-width: 1024px){
  .testimonials .quote-wrap {
    height: 250px;
    font-size: 1.1em;
}
.hero{
    width:100%;
    height:300px;}
    .header-map {
    width: 100%;
    text-align: center;
}
}
@media (min-width: 600px) and (max-width: 767px){
  .testimonials .quote-wrap {
    height: 300px;
    font-size: 1em;
}
.header-map {
    width: 100%;
    text-align: center;
}
.hero{
    width:100%;
    height:280px;}
}
@media  (max-width: 599px){
  .testimonials .quote-wrap {
    height: 380px;
    font-size: .9em;
}
 .hero{
    width:100%;
    height:250px;}
  .header-map {
    width: 100%;
    text-align: center;
}
.hero-toolbar p {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}
}
.logo p {
    display: inline;
    font-size: 30px;
    font-weight: bold;
    color:#EF3125;
    text-shadow: 1px 1px 2px #000;
}
@media (min-width: 938px){
.tagline {
    display: block;
}
.tag{display: none;}
}
@media (max-width: 939px){
.tagline {
    display: none!important;
}
.tag {
    font-size: 30px;
    font-weight: bold;
    padding-top: 2em;
    color:#EF3125;
    text-shadow: 1px 1px 2px #000;
}
.logo img{    width: 150px;
    display: block;
    margin: 0 auto;}
}
.clicktext{color:#EF3125;font-weight: bold;}
.thankyou{font-size: 2.2em;}
.head-info{font-size: 20px;color:#000;}
@media (max-width: 939px){


.logo a {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
}
.logo {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
}
.logo img {
    width: 100%;
    height: auto;
}
}
.yellowone{
  width: 150px!important;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1400px){
  .logo p {
    font-size: 40px;
}
}
.mobile{font-weight: bold;}

/*
     FILE ARCHIVED ON 01:42:08 Feb 14, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:47:57 Jan 11, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 149.069
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.056
  cdx.remote: 0.058
  esindex: 0.008
  LoadShardBlock: 57.73 (3)
  PetaboxLoader3.datanode: 206.667 (5)
  CDXLines.iter: 13.969 (3)
  load_resource: 714.863 (2)
  PetaboxLoader3.resolve: 552.349 (2)
*/