/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
:root {
    font-size: 16px;
    line-height: 20px;
}
body, html {
    background: #FFFFFF;
}
.area {
    width: 100%;
}
.title, .title_print {
    display: none;
}
p, a, h1, h2, h3, span, hr {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
.top-bar {
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.logo-box {
    padding: 15px;
}
.logo-box .logo {
    width: 63px;
    float: left;
}

/*.logo-box .logo:hover path {
    fill: red;
}*/

.logo-box .lifs {
    width: 107px;
    float: right;
    margin-top: 13px;
}
.btnaa{
  font-family: 'museo_sans900';
  font-size: 1.447em; /* 23.15/16 */
  line-height: 0.7;
  color: #FFFFFF;
  background: #e20074;
  padding: 13px 5px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  width: 98%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btnaa span{
  font-size: 0.55em;
}
.btnaa:hover, .btnaa:focus, .btnaa:active{
  text-decoration: none;
  color: #000000;
}
.hero{
  background: #f1f1f2 url(../img/top-xs.jpg) center top no-repeat;
}
.hero .container{
  padding: 10px;
  min-height: 700px;
  position: relative;
}
.hero .container .btna-container{
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 30px;
}
.global-mod .container{
  padding: 12px;
  width: 320px;
}
.global-mod p{
  font-family: 'museo_sans700';
  font-size: 1.563em; /* 25/16 */
  line-height: 1.2;
  color: #5c5c5c;
  background: transparent url(../img/blue-line.png) left top no-repeat;
  background-size: 2.4px;
  padding: 0 0 0 10px;
  margin-top: 20px;
}
.global-mod p span{
  font-family: 'museo_sans300';
  font-size: 0.78em;
  padding-top: 20px;
  display: inline-block;
}
.global-mod p span.blue{
  font-family: 'museo_sans700';
  font-size: 1em;
  padding-top: 0;
  color: #64b9e4;
  display: inline-block;
}
.global-mod.mod1{
  background: #FFFFFF url(../img/mod1-xs.jpg) center bottom no-repeat;
  min-height: 530px;
}
.global-mod.mod2{
  background: #fdfdfd url(../img/mod2-xs.jpg) center top no-repeat;
  min-height: 720px;
  padding-top: 360px;
}
.global-mod.mod3{
  background: #fafafa url(../img/mod3-xs.jpg) center top no-repeat;
  min-height: 810px;
  padding-top: 360px;
}
.global-mod.mod4{
  background: #fafafa url(../img/mod4-xs.jpg) center top no-repeat;
  min-height: 590px;
  padding-top: 360px;
}
.global-mod.mod5{
  background: #ffffff url(../img/mod5-xs.jpg) center top no-repeat;
  min-height: 700px;
  padding-top: 360px;
}

@media (min-width: 640px) {
  .hero{
    background: #f6f6f7 url(../img/top-sm.jpg) center top no-repeat;
  }
  .hero .container{
    padding: 0;
    min-height: 620px;
  }
  .hero .container .btna-container{
    left: 110px;
    right: 110px;
  }
  .btnaa{
    width: 80%;
  }
  .global-mod .container{
    width: 640px;
    padding: 12px;
  }
  .global-mod p{
    background: transparent url(../img/blue-line.png) left top no-repeat;
    background-size: 2.5px;
    padding: 0 0 0 20px;
    margin-top: 30px;
  }
  .global-mod.mod1{
    background: #FFFFFF url(../img/mod1-sm.jpg) center bottom no-repeat;
    min-height: 750px;
  }
  .global-mod.mod2{
    background: #fdfdfd url(../img/mod2-sm.jpg) center top no-repeat;
    min-height: 582px;
    padding-top: 90px;
  }
  .global-mod.mod2 p{
    float: right;
    width: 50%;
    clear: both;
  }
  .global-mod.mod3{
    background: #fafafa url(../img/mod3-sm.jpg) center top no-repeat;
    min-height: 582px;
    padding-top: 50px;
  }
  .global-mod.mod3 p{
    width: 50%;
  }
  .global-mod.mod4{
    background: #fafafa url(../img/mod4-sm.jpg) center top no-repeat;
    min-height: 580px;
    padding-top: 180px;
  }
  .global-mod.mod4 p{
    float: right;
    width: 50%;
    clear: both;
  }
  .global-mod.mod5{
    background: #ffffff url(../img/mod5-sm.jpg) center top no-repeat;
    min-height: 580px;
    padding-top: 100px;
  }
  .global-mod.mod5 p{
    width: 50%;
  }
}
@media (min-width: 960px) {
    .logo-box .logo {
        width: 88px;
    }
    .logo-box .lifs {
        width: 150px;
        margin-top: 16px;
    }
    .hero{
      background: #f6f6f7 url(../img/top-md.jpg) center top no-repeat;
    }
    .hero .container{
      padding: 0;
      min-height: 659px;
    }
    .hero .container .btna-container{
      left: 500px;
      right: 40px;
      bottom: 90px;
    }
    .btnaa{
      width: 93%;
      font-size: 1.808em; /* 28.93/16 */
      padding: 20px 0;
    }
    .global-mod .container{
      width: 960px;
      padding: 12px;
    }
    .global-mod p{
      font-size: 1.875em; /* 30/16 */
      background-size: 3px;
      padding: 0 0 0 20px;
      margin-top: 50px;
    }
    .global-mod.mod1{
      background: #FFFFFF url(../img/mod1-md.jpg) center bottom no-repeat;
      min-height: 750px;
    }
    .global-mod.mod2{
      background: #fdfdfd url(../img/mod2-md.jpg) center top no-repeat;
      min-height: 580px;
      padding-top: 60px;
    }
    .global-mod.mod3{
      background: #fafafa url(../img/mod3-md.jpg) center top no-repeat;
      min-height: 580px;
      padding-top: 10px;
    }
    .global-mod.mod4{
      background: #fafafa url(../img/mod4-md.jpg) center top no-repeat;
      min-height: 580px;
      padding-top: 150px;
    }
    .global-mod.mod5{
      background: #ffffff url(../img/mod5-md.jpg) center top no-repeat;
      min-height: 580px;
      padding-top: 70px;
    }
}
@media (min-width: 1200px) {
  .container-fluid .container{
    width: 1170px;
  }
  .hero{
    background: #f6f6f7 url(../img/top-lg.jpg) center top no-repeat;
  }
  .hero .container{
    padding: 0;
    min-height: 660px;
  }
  .hero .container .btna-container{
    left: 680px;
    right: 80px;
    bottom: 90px;
  }
  .global-mod p{
    font-size: 2.187em; /* 34.99/16 */
    background-size: 3.6px;
    padding: 0 0 0 20px;
    margin-top: 45px;
  }
  .global-mod.mod1{
    background: #FFFFFF url(../img/mod1-lg.jpg) center bottom no-repeat;
  }
  .global-mod.mod2{
    background: #fdfdfd url(../img/mod2-lg.jpg) center top no-repeat;
    min-height: 726px;
    padding-top: 90px;
  }
  .global-mod.mod3{
    background: #fafafa url(../img/mod3-lg.jpg) center top no-repeat;
    min-height: 724px;
    padding-top: 60px;
  }
  .global-mod.mod4{
    background: #fafafa url(../img/mod4-lg.jpg) center top no-repeat;
    min-height: 728px;
    padding-top: 200px;
  }
  .global-mod.mod5{
    background: #ffffff url(../img/mod5-lg.jpg) center top no-repeat;
    min-height: 729px;
    padding-top: 130px;
  }
}
