@charset "UTF-8";
/*!
 * Agency v1.0.7 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */



 .navbar-default {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #f7a600;
  border-color: #f7a600;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f7a600;
}
.navbar-default .nav li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #666;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #f7a600;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #f7a600;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}

.btn{

  border-radius: 0;
}



@media (min-width: 500px) {
  .navbar-default {
    background-color: white;
    border: none;
  }
  .navbar-default .navbar-brand {
    font-size: 2em;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
header {
  background-image: url('../img/header-bg.jpg');
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
  color: #fff;
}
header .intro-text .intro-lead-in {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;

}
header .intro-text .intro-heading {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}
section {
  padding: 60px 0;
}
section h2.section-heading {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}


footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #f0555d;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.popup-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 20px 0;
  text-align: center;
}
.popup-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 34px;
}
.popup-modal .modal-content p {
  margin-bottom: 30px;
}
.popup-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  
  font-size: 16px;
}
.popup-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.popup-modal .modal-content img {
  margin-bottom: 30px;
}
.popup-modal .close-modal {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: transparent;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.popup-modal .close-modal:hover {
  opacity: 0.3;
}
.popup-modal .close-modal .lr {
  height: 40px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.popup-modal .close-modal .lr .rl {
  height: 40px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.popup-modal .modal-backdrop {
  opacity: 0;
  display: none;
  color: white;
}
::-moz-selection {
  text-shadow: none;
  background: #a59e90;
  color: white;
}
::selection {
  text-shadow: none;
  background: #a59e90;
  color: white;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #f7a600;
  background-color: #244a9d;
  padding-left: 10px;
}


body.index, .index .container { background: url(../img/index_bg.jpg) no-repeat center top }
/*.index2 { background: url(/../img/start.jpg) no-repeat center top;  height: 1930px; }*/
.index3 { background: url(../images/bg.jpg) no-repeat center top;  min-height: 600px; }




#award_button{
  width: 100%;
  height:auto;
  background: url(/../img/eyetest.png)center top no-repeat;
  position: absolute;
  top: 560px;
  margin-left: 270px;
  z-index: 2;
}
#award_button2{
  width: 160px;
  height: 209px;
  position: absolute;
  top: 0px;
  margin-left: 0px;
  z-index: 2;
}

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}
#award_button a{
  width: 501px; height: 209px; display: block;
  }.index2 .wrapper {
    width: 100%; height:690px; padding-bottom: 62.5%;
    z-index:1;
    }.wrapper { position: relative; z-index: 9;      height: 641px; }

    .content {
      width: 100%;

      margin: 0 auto;
      }.container2 {
        width: 1000px;
        margin: 0 auto;
        padding: 0;
        position: relative;
      }


      @media (min-width: 1024px) {
        .index2 { 
          margin-top: 50rem;
          background-image: url(../images/start.jpg);
          /* Full height */
          height: 100%; 

          /* Center and scale the image nicely */
          /* background-position: center;*/
          background-repeat: no-repeat;
          background-size: cover;
        }

        .container .btn_start {
         bottom:   20%;


       }
.top{
  margin-top: 1000px;
}


     }
     @media screen and (min-width: 980px) and (max-width: 1024px){
       .index2 { 
        margin-top: 50rem;
        background-image: url(../images/bg1024.jpg);
        /* Full height */
        height: 100%; 

        /* Center and scale the image nicely */
        /* background-position: center;*/
        background-repeat: no-repeat;
        background-size: cover;
      }  .top{
  margin-top: 1000px;
}
      
    }

    @media screen and (min-width: 760px) and (max-width: 980px){
     .index2 { 
       margin-top: 50rem;
       background-image: url(../images/bg980.jpg);  
       /* background-position: center;*/
       background-repeat: no-repeat;
     } 
     .top{
  margin-top: 1000px;
}
   }

   @media screen and (max-width: 760px){
     .index2 { 
       margin-top: 60rem;
       background-image: url(../images/bg760.jpg);  
       /* background-position: center;*/
       background-repeat: no-repeat;
     }
     .container .btn_start {
       bottom:   10%;

     }
.top{
  margin-top: 800px;
}

   }

   .container .btn_start {
    right:    0;
    bottom:   0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #25aae1;
    color: white;
    font-size: 30px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    border: 3px solid #FFF;
  }

  .container .btn_start:hover {
    background-color: #ad2444;
  }
  .btn_ans {

   border-radius: 5px;
   border: 3px solid #FFF;
   background-color: #244a9d;
   color: white;
   padding: 12px 24px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 30px;
   margin: 4px 2px;
   cursor: pointer;
 }

 .btn_ans:hover {
  background-color: #f11f56;
}

.box{
  border-radius: 15px;
  border: none;
  background-color: #19459e;
  padding: 40px;
   
  
}


.parallelogram_red {
  width:190px;
  transform: skew(20deg);
  background: #ae2445;
  padding: 10px;
  color:#FFF;
  float: left;
}
.parallelogram_blue {
  width:300px;
  transform: skew(20deg);
  background: #19459e;
  padding: 10px;
  color:#FFF;
  float: left;
  }.responsive {
    width: 100%;
    height:auto;
  }
  .font20{
    font-size: 20px;
    padding: 20px;
    float: left;
    }.white{
      color: #FFF;
      text-shadow:1px 1px 5px #0f2d42;
    }
