@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Roboto:400,100,300,500,700,900|Raleway:400,100,300,200,500,600,700,800,900|Open+Sans:400,300,600,700,800);

a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  background: #E6E6E6;
}

/*Header Styles*/

header {
  width: 100%;
  height: 100px;
  background-image: url(../images/orangepattern.jpg);
  overflow: visible;
}
.logo {
  width: 270px;
  height: 155px;
  background: #FFF;
  text-align: center;
  line-height: 155px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow:    -1px 3px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow:         -1px 3px 5px 0px rgba(0, 0, 0, 0.38);
}
.contact {
  width: 100%;
  text-align: right;
  color: #FFF;
  font-size: 14px;
  letter-spacing: .5px;
  font-weight: 400;
  margin-top: 20px;
}
/*Nav Styles*/
nav {
  width: 100%;
  margin-top: 15px;
  font-family: 'Raleway', sans-serif;

}
  nav ul {
    float: right;
    list-style: none;
  }
  nav ul li {
    float: left;
    text-transform: uppercase;
    margin: 0px 15px;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
  }
  nav ul li:last-of-type {
    margin-right: 0px;
  }

/*Feature Styles*/

.featurecon {
  width: 100%;
  height: 393px;
  background-image: url(../images/featurepattern.jpg);
  padding-top: 55px;
}
.featurecon h3 {
  font-weight: 900;
  font-size: 49px;
  color: #FF804E;
}
.featurecon p {
  font-weight: 200;
  font-size: 24px;
  color: #E99779;
}
.featurecon a {
  display: block;
  width: 140px;
  height: 40px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background: rgb(216,88,43); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(216,88,43,1) 50%, rgba(218,100,56,1) 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(216,88,43,1)), color-stop(50%,rgba(218,100,56,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(216,88,43,1) 50%,rgba(218,100,56,1) 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(216,88,43,1) 50%,rgba(218,100,56,1) 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(216,88,43,1) 50%,rgba(218,100,56,1) 50%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(216,88,43,1) 50%,rgba(218,100,56,1) 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8582b', endColorstr='#da6438',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: -2px 4px 5px 0px rgba(10, 10, 10, 0.38);
  -moz-box-shadow:    -2px 4px 5px 0px rgba(10, 10, 10, 0.38);
  box-shadow:         -2px 4px 5px 0px rgba(10, 10, 10, 0.38);
  border-radius: 4px;
  margin-top: 20px;
}
.seperator {
  width: 100%;
  height: 15px;
  background-image: url(../images/orangepattern.jpg);
}

.belowfeature {
  width: 100%;
  background-color: #161616;
  padding: 20px 0px;
  color: #797979;
}
  .belowfeature .medium-4 {
    border-right: 1px solid #2D2C2C;
  }
  .belowfeature .medium-4:last-of-type {
    border-right: none;
  }
  .belowfeature h3 {
    font-weight: 500;
    font-size: 26px;
  }
  .belowfeature p {
    font-weight: 200;
    font-size: 14px;
  }
  .litup {
    color: #EEE;
  }

  .content {
    margin-top: 50px !important;
  }
  .content h2 {
    margin: 20px 0px;
    color: #FF804E;
    font-size: 30px;
    font-weight: 600;
  }
  .content p {
    margin: 20px 0px;
    color: #4A4746;
    font-weight: 300;
    font-size: 16px;

  }
  
  /*Footer Styles*/
  footer {
    width: 100%;
    background-color: #FF804E;
    padding-top: 25px;
    color: rgb(239, 239, 239);
  }
  
  footer .bottom {
    width: 100%;
    background: #161616;
    padding: 20px 0px;
   }
   footer .bottom span {
    color: #FFF;
    font-family: "Lato", sans-serif;
    font-weight: 300;
   }
  footer h3 {
    color: #FFF;
    font-size: 26px;
  }
  footer ul {
    list-style: none;
  }
  footer ul a {
    display: block;
    padding: 10px 0px;
    border-top: 1px solid rgb(225, 112, 67);
  }
  footer ul a:first-of-type, footer .areas li:first-of-type {
    border-top: none;
  }
  .areas li {
    padding: 10px 0px;
    border-top: 1px solid rgb(225, 112, 67);
    
  }
  .reviewslider {
    margin-top: 15px;
  }

  /*Gallery Styles*/
  .gallerythumbs {
    float: left;
    margin: 15px;
  }
    .gallerythumbs img {
      border: 1px solid #333;
    }

  /*Contact Styles*/
  .content label {
    display: block;
    width: 100%;
  }
  .content input {
    width: 100%;
    height: 40px;
    border: 3px solid #616161;
    padding: 5px;
  }
  .content textarea {
    width: 100%;
    border: 3px solid #616161;
    padding: 5px;
  }

  .content input[type="submit"]
  {
    width: 150px;
    background: #616161;
    color: white;
  }

  .content input:focus, .content textarea:focus {
    outline:none;
    background: gray;
    color: white;
  }
  .mt {
    margin-top: 20px;
  }

  .monly {display: none;}
}
/* Tablet Styles---*/
@media screen and (max-width: 1260px) {

}
@media screen and (max-width: 907px) {
nav ul li {
  text-transform: none;
  font-size: 9px;
  }
}
/* Phone Styles---*/
@media screen and (max-width: 618px) {

  .content p, .content h2 {
  padding: 10px 15px;
  text-align: justify;
  }
  .logo {
    margin: 0 auto;
  }
  .contact {
    text-align: center;
  }
  nav {
    float: left;
    background-image: url(../images/orangepattern.jpg);
    border-radius: 2px;
    padding: 10px;
    position: absolute;
    z-index: 10;
    width: 90%;
  }
  nav ul {
    display: none;
    float:left;
  }
  .monly {
    display: block;
  }
  nav ul li {
    width: 100%;
    height: 40px;
  }
  nav ul li a {
    display: block;
    width: 100%;
    height: 25px;
  }
  .bars {
    text-align: center;
    color: white;
    width: 100%;
  }
  .images, .slider a {
    display: none;
  }
  .featurecon h3 {
    font-size: 32px;
    margin-top: 80px;
  }
  .belowfeature {
    display: none;
  }
  .content {
    padding-top: 10px 10px 10px 10px;
  }
}


