/*==============================================================================
=                                Globals                                       =
==============================================================================*/
/*============================== Colors ======================================*/
/*============================== Typography ==================================*/

body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
  line-height: 1.4;
  color: #333;
}

sup {
  font-size: 65%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1 {
  padding: 100px 0;
  font-size: 150%;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
}

h2 {
  margin-bottom: 1em;
  font-size: 125%;
  font-weight: 300;
  line-height: 1.3;
}

p {
  margin-bottom: .9em;
}

/*============================== Helper Classes ==============================*/
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mw870 {
  max-width: 870px;
}

.fs133 {
  font-size: 133%;
}

.visible-xxs {
  display: none;
}

/*==============================================================================
=                                Header                                        =
==============================================================================*/

.logo {
  max-width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.feature-box hr {
  margin: 0;
  border-color: #fff;
}

/*==============================================================================
=                                Navigation                                    =
==============================================================================*/

/*==============================================================================
=                                Footer                                        =
==============================================================================*/

footer {
  padding: 60px 0;
  background: #262626;
}

/*==============================================================================
=                                Home Page                                     =
==============================================================================*/

.intro-box,
.contact-box {
  position: relative;
  padding: 60px 0;
}

.intro-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 14.167%;
  height: auto;
}

.bg-gradient {
  padding: 30px;
  color: #fff;
  background: url("../img/bg-gradient.jpg") no-repeat center center;
  background-size: cover;
}

.bg-facility {
  min-height: 300px;
}

.contact-box,
.contact-box a {
  color: #525252;
}

.contact-box .icon-box {
  font-weight: 400;
}

.contact-box .icon {
  margin: 5px;
}

/*==============================================================================
=                                Interior                                      =
==============================================================================*/

/*==============================================================================
=                                Media Queries                                 =
==============================================================================*/
@media screen and (max-width: 519px) {
  /*============================= Globals ====================================*/

  /*============================= Header =====================================*/

  /*============================= Navigation =================================*/

  /*============================= Footer =====================================*/

  /*============================= Home Page ==================================*/

  .col-xxs-12 {
    width: 100%;
    margin-left: 0;
  }

  .col-xxs-6 {
    width: 50%;
    margin-left: 0;
  }

  .visible-xxs {
    display: block;
  }

  /*============================= Interior ===================================*/
}

@media screen and (min-width: 400px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}

@media screen and (min-width: 480px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}

@media screen and (min-width: 520px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/

  .contact-box .contact-info {
    position: relative;
    top: 7px;
  }

  /*============================= Interior ===================================*/
}

@media screen and (min-width: 768px) {
  /*============================= Globals ====================================*/

  body {
    font-size: 18px;
  }

  h1 {
    padding: 130px 0;
    font-size: 36px;
  }

  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  nav.oc-right > ul > li {
    position: relative;
    display: block;
    float: left;
  }

  nav.oc-right > ul > li > a {
    display: block;
    padding: 8px;
  }

  nav.oc-right > ul > li:hover > ul {
    position: absolute;
    display: block;
  }

  nav.oc-right ul ul {
    display: none;
  }

  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}

@media screen and (min-width: 992px) {
  /*============================= Globals ====================================*/

  body {
    font-size: 19px;
  }

  h1 {
    padding: 160px 0;
    font-size: 45px;
  }

  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/

  .intro-box,
  .contact-box {
    padding: 60px 0;
  }

  .bg-gradient {
    padding: 60px;
  }

  /*============================= Interior ===================================*/
}

@media screen and (min-width: 1200px) {
  /*============================= Globals ====================================*/

  body {
    font-size: 20px;
  }

  h1 {
    padding: 200px 0;
    font-size: 50px;
  }

  /*============================= Header =====================================*/

  .logo {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/

  .intro-box,
  .contact-box {
    padding: 90px 0;
  }

  .bg-gradient {
    padding: 90px;
  }

  /*============================= Interior ===================================*/
}

@media screen and (min-width: 1450px) {
  .intro-box .overlay {
    display: block;
  }
}

@media screen and (min-width: 1600px) {
  /*============================= Globals ====================================*/
  body {
    font-size: 24px;
  }

  h1 {
    padding: 250px 0;
    font-size: 58px;
  }

  /*============================= Header =====================================*/

  .logo {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/

  h2 {
    /* font-size: 133%;*/
  }

  .intro-box,
  .contact-box {
    padding: 120px 0;
  }

  .bg-gradient {
    padding: 120px;
  }

  /*============================= Interior ===================================*/
}
