/* Minification failed. Returning unminified contents.
(568,1): run-time error CSS1019: Unexpected token, found '}'
 */

/*** Reset ***/

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 100%;
  line-height: 1;
  font-weight: 400;
  background: #ededed;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, p, 
blockquote, figure,
ol, ul {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a, button {
  color: inherit;
}
a {
  text-decoration: none;
}
button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus,
input,
select {
  outline: 0;
}
input {
  display: inline-block;
  line-height: 1;
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  white-space: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
  border: 0;
}
em, i {
  font-style: italic;
}
strong, b {
  font-weight: 900;
}
sup { 
  position: relative;
  top: -0.5em;
  font-size: 0.6em;
  vertical-align: baseline;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
*, *:before, *:after {
  box-sizing: border-box;
}

/*** Reset ***/


.container {
  position: relative;
  max-width: 1100px;
  background: #fff;
  margin: 0 auto;
}


header {
  width: 100%;
  top: 0;
  background: #fff;
  padding: 35px 8%;
  border-bottom: 3px solid #8b5952;
}
.logo {
  float: left;
  display: block;
  width: 150px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease .5s;
          transition: all ease .5s;        
}
.logo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.logo {
  width: 150px;
  margin-left: 5px;
}

.main-nav {
  float: right;
}
.main-nav ul {
  list-style: none;
  margin: 8px -25px 0 0;
}
.main-nav li {
  float: left;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 400;
  text-transform: uppercase;
  color: #58595b;
  padding: 5px;
  margin: 0 25px;
  -webkit-transition: all ease .5s;
          transition: all ease .5s;
}
.main-nav li:hover {
  color: #8b5952;
  -webkit-transition: all ease .5s;
          transition: all ease .5s;
}
.main-nav .active {
  font-weight: 900;
}
.mobile-btn {
  display: none;
}


h1 {
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-size: 2.3em;
  color: #8b5952;
  margin-bottom: 35px;
}
h2 {
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-size: 1.6em;
  color: #8b5952;
  margin: 35px 0 5px;
}
p {
  font-size: 1.15em;
  line-height: 1.45;
  font-weight: 400;
  color: #58595b;
  margin-bottom: 15px;
}


main {
  position: relative;
  display: block;
}
.subpage {
  padding: 10% 8% 20%;
}
.subpage a {
  font-weight: 900;
  color: #8b5952;
  text-decoration: underline;
}
.subpage a:hover {
  color: #8b463d;
}


.banner {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.banner-text {
  max-width: 750px;
  padding: 10% 8% 11%;
}
.banner-text h1 {
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-size: 3.8em;
  line-height: 1.15;
  font-weight: 300;
  color: #8b5952;
  margin: 0;
}
.banner-text p {
  font-size: 1.4em;
  padding-right: 5%;
  margin: 50px 0 40px;
}
.banner-text a {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  text-transform: uppercase;
  color: #8b5952;
  padding: 12px 35px;
  border: 2px solid #8b5952;
  border-radius: 12px;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
}
.banner-text a:hover {
  color: #fff;
  background: #8b5952;
}


.pro-col-1,
.pro-col-2 {
  float: left;
  width: 50%;
}
.pro-col-2 {
  padding: 0 7% 0 15%;
}
.pro-col-wrap img:last-child {
  margin-top: 60px;
}


.contact {
  margin-top: 40px;
}
.contact span {
  float: left;
  width: 90px;
  font-family: 'Roboto Slab', Arial, sans-serif;
  text-transform: uppercase;
}
.contact a {
  font-weight: 400;
  text-decoration: none;
  color: #58595b;
}
.contact a:hover {
  color: #8b5952;
  text-decoration: underline;
}


footer {
  background: #8b5952;
  padding: 40px 8%;
}
footer span {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}



@media only screen and (max-width: 1050px) {
  .banner-text {
    max-width: 650px;
  }
  .banner h1 {
    font-size: 3.2em;
  }
  .banner-text p {
    font-size: 1.2em;
    margin: 25px 0 32px;
  }
}

@media only screen and (max-width: 900px) {
  header {
    padding: 30px 5%;
  }
  .main-nav ul {
    margin: 8px -15px 0 0;
  }
  .main-nav li {
    font-size: 1.05em;
    margin: 0 15px;
  }
  .banner-text {
    max-width: 560px;
  }
  .banner h1 {
    font-size: 2.8em;
  }
  .banner-text p {
    font-size: 1.1em;
    margin: 15px 0 25px;
    padding-right: 10%;
  }
  .banner-text a {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 850px) {
  .pro-col-1,
  .pro-col-2 {
    float: none;
    width: 100%;
  }
  .pro-col-2 {
    padding: 0 25%;
    margin-top: 40px;
  }
  .pro-col-wrap img:last-child {
    margin-top: 40px;
  }
  .banner-text {
    max-width: 500px;
  }
  .banner h1 {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 800px) {
  header {
    padding: 25px 5%;
  }
  .logo {
    width: 130px;
  }
  .main-nav ul {
    margin: 5px -10px 0 0;
  }
  .main-nav li {
    font-size: 1em;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 700px) {
  h1 {
    font-size: 1.8em;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 1.4em;
    margin: 25px 0 5px;
  }
  p {
    font-size: 1.05em;
    line-height: 1.4;
  }
  .subpage {
    padding: 8% 8% 20%;
  }
  .banner-text {
    max-width: 400px;
  }
  .banner h1 {
    font-size: 1.9em;
  }
  .banner-text p {
    font-size: 1em;
    margin: 15px 0 20px;
  }
  header {
    padding: 18px 25px 18px 20px;
  }
  .logo {
    width: 110px;
  }
  .mobile-btn {
    float: right;
    display: block;
    position: relative;
    width: 35px;
    height: 27px;
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
            transition: opacity .25s ease;
    z-index: 99999;
    margin-top: 2px;
  }
  .mobile-btn span {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #8b5952;
    border: none;
    cursor: pointer;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
  }
  .mobile-btn span:nth-of-type(2) {
    top: 11px;
  }
  .mobile-btn span:nth-of-type(3) {
    top: 22px;
  }
  .mobile-btn:hover {
    opacity: .7;
  }
  .mobile-btn.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
            transform: translateY(11px) translateX(0) rotate(45deg);
  }
  .mobile-btn.active .middle {
    opacity: 0;
  }
  .mobile-btn.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
            transform: translateY(-11px) translateX(0) rotate(-45deg);
  }
  .menu {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    z-index: 999;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
            transition: opacity .35s, visibility .35s, height .35s;
  }
  .menu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .menu.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
            animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
  }
  .main-nav {
    float: none;
    text-align: center;
    padding-top: 15%;
  }
  .menu ul {
    list-style: none;
    display: inline-block;
    position: relative;
    height: 100%;
    padding: 0;
    text-align: left;
    margin: 0 auto;
  }
  .menu li {
    float: none;
    position: relative;
    display: block;
    font-size: 2.2em;
    line-height: 1;
    font-weight: 700;
    margin: 20px 0;
    opacity: 0;
  }
  .menu a {
    position: relative;
    display: block;
    color: #58595b;
    text-decoration: none;
  }
  .menu a:hover {
    color: #8b5952;
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  .contact {
    margin-top: 25px;
  }
  .contact span {
    float: left;
    width: 70px;
  }
  .col-wrap {
    margin: 50px 0;
    padding: 0 8%;
  }
  .col-wrap p {
    margin-bottom: 0;
  }
  .col-2-1,
  .col-2-2 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .col-2-2 {
    margin-bottom: 0;
  }
  .pro-col-2 {
    padding: 0 15%;
  }
  .pro-col-wrap img:last-child {
    margin-top: 30px;
  }
  footer {
    padding: 20px 25px 25px;
  }
  footer span {
    font-size: 0.7em;
  }
}


@media only screen and (max-width: 600px) {
  .banner {
    background-position: -150px center;
  }
  .banner-text {
    max-width: 300px;
    padding: 8% 5% 10%;
  }
  .banner h1 {
    font-size: 1.5em;
  }
  .banner-text p {
    font-size: 1em;
    line-height: 1.3;
    margin: 10px 0 15px;
  }
}

@media only screen and (max-width: 500px) {
  .menu li {
    font-size: 1.8em;
    margin: 18px 0;
  }
  .banner-text {
    max-width: 250px;
  }
  .banner h1 {
    font-size: 1.3em;
  }
  .banner-text p {
    font-size: 0.9em;
  }
}

