﻿@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
/*=========================================================
						MAIN STYLES
=========================================================*/
html {
  font-size: 70px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 23px;
  font-weight: 400;
  color: #777;
  background: #333;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #2f343b;
  font-weight: 300;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #a9cf54;
}

h1 {
  font-size: 0.8rem;
}

h2 {
  font-size: 0.7rem;
  line-height: 1;
}

h3 {
  font-size: 0.5rem;
  line-height: 1;
}

h4 {
  font-size: 0.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  h4 br {
    display: none;
  }
}

h5 {
  font-size: 0.2rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 0.2rem;
  line-height: 1;
  color: #2f343b;
}

p {
  font-family: 'Arial';
  color: #bbbaba;
}
p a:hover {
  text-decoration: underline;
}
p .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: .4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

.bold, strong {
  font-weight: 700;
}

[class*='fa-'] {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*=========================================================
						HELP CLASSES
=========================================================*/
.circle {
  border-radius: 50%;
  max-width: 147px;
}

.round {
  border-radius: 5%;
}

.center {
  text-align: center;
}

@media (min-width: 992px) {
  .md-left {
    text-align: left;
  }
}

@media (min-width: 767px) {
  .sm-left {
    text-align: left;
  }
}

/*==================    Colors     ======================*/
.bg-primary {
  background: #a9cf54;
}
.bg-primary h6 {
  color: #78923e;
}

.bg-secondary {
  background: #2f343b;
}
.bg-secondary p {
  color: #737b85;
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-color-1 h1, .bg-color-1 h2, .bg-color-1 h3, .bg-color-1 h4, .bg-color-1 h5 {
  color: #fff;
}

.primary {
  color: #a9cf54;
}

.secondary {
  color: #2f343b;
}

.bg-color-1 {
  background: #f54f29;
}

.bg-color-2 {
  background: #00aeef;
}

.bg-color-3 {
  background: #f2d61b;
}

.bg-color-4 {
  background: #fafafa;
}

/*=========================================================
						MAIN LAYOUT
=========================================================*/
* + .btn {
  margin-top: 0.66rem;
}

* + .btn-lg {
  margin-top: 0.43rem;
}

p + .btn-link {
  margin-top: 0.62rem;
}

.brand + h2 {
  margin-top: 0.5076rem;
}
@media screen and (min-width: 768px) {
  .brand + h2 {
    margin-top: 1.0152rem;
  }
}
@media screen and (min-width: 992px) {
  .brand + h2 {
    margin-top: 2.538rem;
  }
}
@media screen and (min-width: 1200px) {
  .brand + h2 {
    margin-top: 4.23rem;
  }
}

.icon + h3 {
  margin-top: 0.68rem;
}

h2 + h3 {
  margin-top: 0.19rem;
}

h3 + p {
  margin-top: 0.52rem;
}

h2 + h3 + p {
  margin-top: 0.6rem;
}

h3 + h6 {
  margin-top: 0.17rem;
}

h4 + h5 {
  margin-top: 0.14rem;
}

h5 + p {
  margin-top: 0.27rem;
}

h6 + .media {
  margin-top: 0.28rem;
}

img + h4 {
  margin-top: 0.55rem;
}

* + .offset-1 {
  margin-top: 1.18rem;
}
@media (max-width: 767px) {
  * + .offset-1 {
    margin-top: 0;
  }
}
* + .offset-2 {
  margin-top: 0.73rem;
}
* + .offset-3 {
  margin-top: 0.5rem;
}

/*=========================================================
						COMPONENTS
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  font-weight: 300;
  padding-left: 1.76rem;
  position: relative;
}
.brand:before {
  position: absolute;
  top: -8px;
  left: 0;
  content: "\f0b1";
  font-weight: 300;
  font-family: "FontAwesome";
  display: inline-block;
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.5rem;
  background: #a9cf54;
  color: #fff;
}
.brand .brand_name {
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
}
.brand .brand_slogan {
  color: #bfbfbf;
  text-transform: uppercase;
  font-size: 18px;
}
.brand a:hover {
  color: inherit;
}
@media (max-width: 767px) {
  .brand {
    padding-left: 0;
    display: inline-block;
  }
  .brand:before {
    position: static;
  }
}

/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  width: 250px;
  word-spacing: normal;
  font-size: 15px;
  line-height: 18px;
  padding: 33px 92px 35px 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #a9cf54;
  z-index: 2;
}
.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 162px;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 86px;
  color: #fff;
  transition: 0.4s all ease;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 162px;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 70px;
  background: #2f343b;
  z-index: -1;
  transition: 0.4s all ease;
}
.btn:hover {
  padding-right: 10px;
}
.btn:hover:after {
  left: 100%;
}
.btn:hover:before {
  left: 100%;
  opacity: 0;
}
.btn:active {
  background: #92bb35;
}
@media (max-width: 991px) {
  .btn {
    margin-bottom: 30px;
  }
}

.btn-lg {
  width: 300px;
}
.btn-lg:before {
  left: 212px;
  font-size: 30px;
}
.btn-lg:after {
  left: 212px;
  font-size: 30px;
}
@media (max-width: 767px) {
  .btn-lg {
    width: 270px;
  }
  .btn-lg:before {
    left: 190px;
    font-size: 30px;
  }
  .btn-lg:after {
    left: 190px;
    font-size: 30px;
  }
}

.btn-link {
  display: inline-block;
  width: 3.44em;
  height: 3.44em;
  line-height: 3.44em;
  font-size: 0.25rem;
  text-align: center;
  color: #fff;
}
.btn-link:hover {
  background: #fff;
  color: #2f343b;
}
@media (max-width: 991px) {
  .btn-link {
    margin-bottom: 30px;
  }
}

/*==================     Icons     ======================*/
.icon {
  color: #fff;
  display: inline-block;
  width: 3.6em;
  height: 3.6em;
  line-height: 3.6em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.4rem;
}

.icon-2 {
  color: #2f343b;
  font-size: 50px;
  line-height: 1;
}

.icon-3 {
  margin-top: -12px;
  color: #2f343b;
  font-size: 113px;
  line-height: 1;
}

.icon-4 {
  color: #fff;
  background: #5d6166;
  display: inline-block;
  width: 3.08em;
  height: 3.08em;
  line-height: 3.08em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.25rem;
}
.icon-4:hover {
  background: #8dbf41;
}

a.icon:hover {
  background: #2f343b;
}

/*==================     Hero      ======================*/
.hero_title {
  font-size: 1.4rem;
  line-height: 1;
}
.hero_title span {
  display: inline-block;
  margin-top: -6px;
  font-size: 0.5em;
  line-height: 1;
  color: #2f343b;
}
.hero_title + p {
  margin-top: -23px;
}
@media (max-width: 991px) {
  .hero_title {
    font-size: 0.68rem;
  }
  .hero_title span {
    margin-top: 10px;
  }
  .hero_title + p {
    margin-top: 15px;
  }
}

/*==================     Media     ======================*/
.media_aside {
  display: table-cell;
  vertical-align: top;
}
.media_body {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .media_aside, .media_body {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .media_aside {
    margin-bottom: 30px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 17px;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #2f343b;
  border-radius: 50%;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #a9cf54;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  padding-top: 1.59rem;
  padding-bottom: 2.86rem;
  background: url(../images/header-bg.jpg) center no-repeat;
  background-size: cover;
}
header h2 {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
header h2 span {
  display: inline-block;
  margin-top: 0.19rem;
  font-size: 0.5em;
}
@media (max-width: 767px) {
  header {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  header h2 {
    font-size: 0.8rem;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  background: #fff;
  display: block;
}
main dt,
main dd {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
}
main dt a[href^="mailto:"]:hover,
main dt a[href^="callto:"]:hover,
main dd a[href^="mailto:"]:hover,
main dd a[href^="callto:"]:hover {
  color: #2f343b;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 1.57rem;
  padding-bottom: 1.57rem;
}
.well-2 {
  padding-top: 1.45rem;
  padding-bottom: 1.16rem;
}
.well-3 {
  padding-top: 1.35rem;
  padding-bottom: 1.57rem;
}
.well-inset-1 {
  padding-top: 1.4rem;
}
.well-inset-2 {
  padding-top: 1.45rem;
}
.well-inset-3 {
  padding-bottom: 1.3rem;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  padding-top: 1.38rem;
  padding-bottom: 1.3rem;
  background: #2f343b;
  color: #fff;
}
footer .brand {
  float: left;
}
footer .brand .brand_slogan {
  color: #5d6166;
}
footer .inline-list {
  float: right;
  margin-top: 23px;
}
footer .copyright {
  float: left;
  clear: both;
  padding-left: 1.76rem;
  margin-top: -8px;
  color: #5d6166;
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .brand,
  footer .copyright,
  footer .inline-list {
    float: none;
  }
  footer .copyright {
    margin-top: 30px;
    padding-left: 0;
  }
}
