@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}
body {
    background: #ffffff none repeat scroll 0 0;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #3b3c3c;
    line-height: 1.2;
    margin: 0;
    position: relative;
}
h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 50px 0;
    text-align: left;
    line-height: 1.1;
}
h2 {
    color: #01151c;
    font-size: 30px;
    margin: 0 0 20px 0;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 2px;
}
h3 {
    color: #fff;
    font-size: 36px;
    margin: 0 0 10px 0;
    line-height: 1.2;
    font-weight: 500;
}
h4 {
    font-size: 18px;
    margin: 0 0 25px 0;
    font-weight: 500;
    color: #111111;
}
p {
    color: #3b3c3c;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9;
    margin: 0 0 15px;
    text-align: left;
}
strong {
    font-weight: 400;
}
a {
    color: #164055;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
}
a img:hover {
    opacity: 0.8;
}
ul, ol {
    margin: 0 0 15px 20px;
    padding: 0;
}
ul li {
    font-weight: 300;
    list-style: outside none disc;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
}
ol li {
    margin-bottom: 15px;
}
strong {
    font-weight: 400;
}
input {
    border: medium none;
    font-family: "Roboto",sans-serif;
}
img {
    height: auto;
    max-width: 100%;
}
.wrap {
  width: 1150px;
  margin: 0 auto;
  max-width: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
#top {
  background: rgba(0, 0, 0, 0) url("images/bg.jpg") no-repeat fixed right top / cover;
    padding: 100px 0 170px 0;
}
#top img {
    margin-bottom: 30px;
}
a.button {
    background: #00aeef none repeat scroll 0 0;
    border-radius: 20px;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 0;
    width: 230px;
    text-align: center;
    text-transform: uppercase;
    transition: transition: all 200ms linear 0s;
    display: block;
}
a.button:hover {
    transform: scale(1.1);
}
#middle {
    margin: 100px 0;
}
#middle .left {
    width: 48%;
    margin-right: 4%;
}
#middle .right {
    width: 48%;
}
#bottom {
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
}
#bottom h2 {
    text-align: center;
    margin-bottom: 40px;
}
#footer {
    background: #130c01;
    padding: 100px 0;
    text-align: center;
}
#footer p {
    text-align: center;
    color: #e8e7e7;
}
#footer img.footer-logo {
    margin-bottom: 20px;
}
#footer p.phone {
    font-size: 16px;
    margin-bottom: 20px;
}
#footer p.copyright {
    font-size: 12px;
    margin: 0;
}
#footer .socials {
    margin-bottom: 20px;
}
#footer .socials a {
    margin-right: 8px;
    display: inline;
}
#footer .socials a.last {
    margin-right: 0;
}
.cats {
    float: left;
    width: 49%;
    margin: 0 2% 2% 0;
    position: relative;
}
.cats:nth-of-type(2n) {
    margin-right: 0;
}
.cats img {
    width: 100%;
    height: auto;
    display: block;
}
.cats .title {
    position: absolute;
    top: 15px;
    color: #fff;
    background: #230e0a;
    padding: 15px;
    font-size: 18px;
    width: 280px;
}
.cats:hover .title {
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.cats .summary {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) url("images/trans.png") repeat scroll 0 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 10% 50px;
    font-size: 15px;
    line-height: 1.8;
    display: block;
}
.cats:hover .summary {
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.cats .summary .button {
    display: block;
    background: #a0cc3a;
    padding: 7px 0;
    width: 200px;
    margin: 20px auto 0 auto;
    border-radius: 20px;
    transition: all 200ms linear 0s;
}
.cats .summary .button:hover {
    background: #82a82a;
    cursor: pointer;
    transform: scale(1.1);
}



/* All phones */
@media (min-width: 1px) and (max-width: 767px) {
  
   .wrap {
       width: 100%;
       padding: 0 5%;
   }
   p {
       font-size: 12px;
   }
   a.button {
       font-size: 14px;
   }
    .left, .right {
        float: none;
  }
  
#top {
  background-attachment: scroll;
}
#middle {
  margin: 40px 0;
}
#middle .left {
  width: 100%;
  margin: 0;
}
#middle .right {
  width: 100%;
}
    #bottom h2 {
        text-align: left;
        margin-bottom: 20px;
    }
    .cats .title {
        padding: 10px;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        z-index: 999;
        top: 0;
    }
    .cats:hover .title {
        opacity: 1;
    }
    .cats .summary {
        position: relative;
        opacity: 1;
        font-size: 11px;
        padding: 20px 40px;
    }
    #bottom {
        margin-bottom: 10px;
    }
    #footer {
        padding: 40px 0;
    }
    #footer p.phone {
        font-size: 14px;
        width: 230px;
        margin: 0 auto 30px auto;
    }
    
   
}

/*  Portrait phones */
@media (min-width: 1px) and (max-width: 480px) {
   h1 {
       font-size: 24px;
       margin-bottom: 20px;
       width: 260px;
   }
   h2 {
       font-size: 20px;
   }
   h3 {
       font-size: 20px;
   }
    #top {
        background-position: top right -180px;
        padding: 40px 0;
    }
   #top img {
  width: 200px;
}
    #middle .right {
  margin: 0 0 20px 0;
}
     .cats {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
        .cats .title {
        font-size: 16px;
    }
    .cats .summary .button {
        width: 130px;
    }
  
  
}

/*  Landscape phones */
@media (min-width: 481px) and (max-width: 767px) {
   h1 {
       font-size: 26px;
       margin-bottom: 30px;
       
   }
   h2 {
       font-size: 18px;
   }
   h3 {
       font-size: 24px;
   }
  
    #top {
        background-position: top right -150px;
        padding: 85px 0;
    }
   #top img {
  width: 180px;
       margin-bottom: 20px;
  }
    #middle .right {
  width: 100%;
  margin: 0 0 30px 0;
}

   .cats .summary .button {
        width: 130px;
       padding: 5px 0;
        margin-top: 10px;
    }
  
}

/*  Smaller Landscape phones */
@media (min-width: 481px) and (max-width: 580px) {
            .cats .title {
        font-size: 14px;
            padding: 10px 0;
    }
    .cats .summary {
        padding: 10px 10px 20px 10px;
    }
    .cats .summary .text {
        min-height: 60px;
        display: block;
    }
}

/*  Larger Landscape phones */
@media (min-width: 581px) and (max-width: 767px) {
            .cats .title {
        font-size: 16px;
            padding: 10px 0;
    }
    .cats .summary {
        padding: 10px 10px 20px 10px;
    }
    .cats .summary .text {
        min-height: 45px;
        display: block;
    }
}

/* Tablets all */
@media (min-width: 768px) and (max-width: 1024px) {
   .wrap {
       width: 100%;
       padding: 0 10%;
   }
   #top {
       background-attachment: scroll;
   }
        #middle .left {
  float: none;
  width: 100%;
  margin: 0;
}
#middle .right {
  float: none;
  width: 100%;
  margin: 0 0 40px 0;
}
    #middle {
    margin: 60px 0 40px 0;
}
    .cats .title {
        padding: 10px;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        z-index: 999;
        top: 0;
    }
    .cats:hover .title {
        opacity: 1;
    }
    .cats .summary {
        position: relative;
        opacity: 1;
        font-size: 11px;
        padding: 20px 40px;
    }
    .cats .summary .button {
        width: 120px;
        padding: 5px 0;
    }
    #footer {
        padding: 60px 0;
    }
    #footer p.phone {
        font-size: 15px;
    }
  
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 899px) {
     p {
       font-size: 13px;
   }
      h1 {
       font-size: 30px;
          margin-bottom: 30px;
   }
   h2 {
       font-size: 20px;
   }
   h3 {
       font-size: 24px;
   }
   a.button {
       font-size: 12px;
   }

#top {
  padding: 80px 0;
  background-position: top right -100px;
}
    .cats .title {
        font-size: 17px;
    }
  .cats .summary {
        padding: 20px 30px;
    }
    #bottom {
        margin-bottom: 50px;
    }
    #bottom h2 {
        text-align: left;
        margin-bottom: 30px;
    }
  
}
/* Tablets landscape */
@media (min-width: 900px) and (max-width: 1024px) {
  
     p {
       font-size: 13px;
   }
      h1 {
       font-size: 36px;
   }
   h2 {
       font-size: 22px;
   }
   h3 {
       font-size: 30px;
   }
   a.button {
       font-size: 16px;
   }
    #top {
        padding: 100px 0;
        background-position: top right -100px;
    }
    #bottom h2 {
        text-align: left;
        margin-bottom: 25px;
    }
}

/* Small monitors */
@media (min-width: 1025px) and (max-width: 1260px) {
    .wrap {
        width: 100%;
        padding: 0 10%;
    }
         p {
       font-size: 13px;
   }
      h1 {
       font-size: 38px;
   }
   h2 {
       font-size: 24px;
   }
   h3 {
       font-size: 34px;
   }
   a.button {
       font-size: 16px;
   }
    #top {
        padding: 80px 0;
        background-position: top right -300px;
    }
    #bottom h2 {
        text-align: left;
        margin-bottom: 30px;
    }
            #middle .left {
  float: none;
  width: 100%;
  margin: 0;
}
#middle .right {
  float: none;
  width: 100%;
  margin: 0 0 40px 0;
}
    #middle {
    margin: 80px 0 40px 0;
}
    .cats .title {
        font-size: 16px;
        width: 250px;
    }
    .cats .summary {
        font-size: 13px;
        padding: 30px 30px;
    }
    .cats .summary .button {
        margin-top: 15px;
    }
    
  
}
/* Medium monitors */
@media (min-width: 1261px) and (max-width: 1560px) {
    #top {
        background-position: top right -150px;
        padding: 100px 0;
    }
    h2 {
        font-size: 28px;
    }
    
}