@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
						Includes
=========================================================*/
/*========================================================
					  Main Styles
=========================================================*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2e2e2e;
  /*background: #ffffff;*/
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e2e2e;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 72px;
  line-height: 85px;
  font-weight: 900;
  letter-spacing: 7.2px;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 979px) {
  h2 {
    line-height: 72px;
  }
}
@media (max-width: 767px) {
  h2 {
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  h2 {
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    letter-spacing: 4px;
  }
}
@media (max-width: 479px) {
  h2 {
    letter-spacing: 3px;
  }
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
}
p a:hover {
  text-decoration: underline;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
hr {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 0;
  height: 1px;
  width: 104px;
  background: #555555;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.left {
  text-align: left;
}

strong, b {
  font-weight:700;
  line-height:inherit;
}
@media (max-width: 767px) {
  .left {
    text-align: center;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
@media (max-width: 767px) {
  .right {
    text-align: center;
  }
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + hr {
  margin-top: 51px;
}
* + h2 {
  margin-top: 59px;
}
* + h3 {
  margin-top: 13px;
}
* + p {
  margin-top: 3px;
  margin-bottom: 10px;
}
* + .btn {
  margin-top: 48px;
}
* + .btn_wrap {
  margin-top: 48px;
}
* + .row {
  margin-top: 33px;
}
* + .carousel {
  margin-top: 50px;
}
* + .copyright {
  margin-top: 70px;
}
header * + .row {
  margin-top: 57px;
}
/*=======================================================
						Components
=========================================================*/
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #333333;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #feba4d;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .parallax {
    background-size: 140% auto;
  }
}
@media (max-width: 767px) {
  .parallax {
    background-size: cover;
  }
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax01 {
  background-color: #FFF;
  background-image: url(../images/parallax03.jpg);
  padding: 82px 0 0;
}
@media (max-width: 979px) {
  .parallax01 {
    padding-top: 120px;
  }
}
.parallax02 {
  background-color: #FFF;
  background-image: url(../images/parallax02.jpg);
  padding: 138px 0 138px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .parallax02 {
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .parallax02 {
    padding: 60px 0 60px;
  }
}
.parallax02 h1,
.parallax02 h2,
.parallax02 h3,
.parallax02 h4,
.parallax02 h5,
.parallax02 h6 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list {
  padding: 58px 0 0 0;
}
.resp-tabs-list li {
  display: inline-block;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #373737;
}
@media (max-width: 767px) {
  .resp-tabs-list li {
    display: block;
  }
}
@media (max-width: 479px) {
  .resp-tabs-list li {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .resp-tabs-list li {
    line-height: 24px;
  }
}
.resp-tabs-list li:after {
  content: "-";
  padding: 0 10px;
}
@media (max-width: 767px) {
  .resp-tabs-list li:after {
    display: none;
  }
}
.resp-tabs-list li:last-child:after {
  display: none;
}
.resp-tabs-list li:hover,
.resp-tabs-list li.resp-tab-active {
  color: #d0d0d0;
}
.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content h3 {
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
	color:#373737;
}
@media (max-width: 979px) {
  .resp-tab-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 979px) {
  .resp-tab-content h3 {
    line-height: 36px;
  }
}
.resp-tab-content h3 + p {
  margin-top: 16px;
  color:#373737;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: none;
  }
  .resp-tabs-list {
    display: block;
  }
}
/*==================== Btn ====================*/
.btn {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  padding: 12px 34px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 47px;
}
.btn:hover {
  color: #feba4d;
  background: #ffffff;
}
.btn_wrap {
  position: relative;
}
.btn_wrap:before,
.btn_wrap:after {
  content: "";
  position: absolute;
  top: 23px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}
.btn_wrap:before {
  left: 0;
  right: 50%;
  margin-right: 100px;
}
.btn_wrap:after {
  left: 50%;
  right: 0;
  margin-left: 100px;
}
.btn_wrap__mod-1:before {
  left: -30px;
}
@media (max-width: 1199px) {
  .btn_wrap__mod-1:before {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .btn_wrap__mod-1:before {
    left: 0;
  }
}
.btn_wrap__mod-1:after {
  right: -30px;
}
@media (max-width: 1199px) {
  .btn_wrap__mod-1:after {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .btn_wrap__mod-1:after {
    right: 0;
  }
}
/*==================== Icon ====================*/
.icon {
  font-size: 50px;
  line-height: 50px;
  color: #feba4d;
}
.icon_wrap {
  position: relative;
}
.icon_wrap:before,
.icon_wrap:after {
  content: "";
  position: absolute;
  top: 18px;
  width: 72px;
  height: 1px;
  background: #dddddd;
}
.icon_wrap:before {
  right: 50%;
  margin-right: 42px;
}
.icon_wrap:after {
  left: 50%;
  margin-left: 42px;
}
.icon.icon-l-bubble1 {
  line-height: 40px;
  padding-bottom: 10px;
}
/*==================== Img ====================*/
.img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  color: #ffffff;
  background: #ffffff;
  text-align: center;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  color: #ffffff;
}
header hr {
  background: #f5f5f5;
  background: rgba(245, 245, 245, 0.2);
}
.lt-ie9 header hr {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33f5f5f5', endColorstr='#33f5f5f5');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33f5f5f5', endColorstr='#33f5f5f5');
  zoom: 1;
}
/*==================== Brand ====================
.brand {
  display: inline-block;
}
.brand_name {
  position: relative;
  font-family: 'Pacifico', cursive;
  font-size: 72px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0.72px;
  color: #feba4d;
  padding: 61px 0 97px 0;
  overflow: hidden;
}
.brand_name i {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 4.9px;
  text-transform: uppercase;
  position: absolute;
  top: 70px;
  left: 48px;
}
.brand_name .top-layer {
  display: block;
  position: relative;
}*/
/*.brand_name .substrate {
  position: absolute;
  top: 0;
  left: 10%;
  height: 128px;
  width: 428px;
  margin-left: -114px;
  background: #fffff;
  overflow: hidden;
  border-radius: 0%;
  z-index: 0;
}
.brand_name .substrate:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 114px solid transparent;
  border-left-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
  overflow: hidden;
  border-radius: 50%;
} */
/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  padding: 90px 0 0 0;
  background: #ffffff;
  text-align: center;
}
/*==================== Well ====================*/
.well {
  padding: 0 0 100px 0;
}
/*==================== Carousel ====================*/
.carousel hr {
  background: #dedede;
}
.carousel * + .owl-carousel {
  margin-top: 55px;
}
/*==================== Carousel ====================*/
.subscribe {
  padding: 6px 6px 0 0;
}
@media (max-width: 767px) {
  .subscribe {
    padding: 0 0 0 0;
  }
}
.subscribe h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 45px;
  font-weight: 900;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
.subscribe em {
  display: inline-block;
  padding: 6px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #c7c7c7;
}
/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  text-align: center;
  padding: 75px 0 75px 0;
  background: #3c3c3c;
}
footer hr {
  background: #dddddd;
}
.copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #cccccc;
}
