@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #f7f8fa;
  color: #979db1;
  font: 300 14px/24px 'Ubuntu', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #24252b;
  font-weight: 300;
  text-transform: uppercase;
}
h1 {
  font-size: 50px;
  line-height: 62px;
}
h2 {
  font-size: 37px;
  line-height: 62px;
}
.extra {
  display: block;
  margin-top: -5px;
}
h2 + p {
  margin-top: 14px;
}
h2 + address {
  margin-top: 18px;
}
h3 {
  font-size: 25px;
  line-height: 30px;
  color: #9dc70c;
}
img + h3 {
  margin-top: 42px;
}
h3 + p {
  margin-top: 11px;
  font-size: 16px;
  line-height: 28px;
}
h4 {
  font-size: 23px;
  line-height: 30px;
}
h5 {
  font-size: 22px;
  line-height: 30px;
}
h6 {
  font-size: 20px;
  line-height: 26px;
}
p a:hover,
ul a:hover {
  text-decoration: underline;
}
p .fa,
ul .fa {
  text-decoration: none;
}
p {
  font-size: 19px;
  line-height: 33px;
}
p + .row {
  margin-top: 48px;
}
p + .btn {
  margin-top: 40px;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
blockquote {
  color: #24252b;
  font-weight: 300;
}
address {
  font-size: 19px;
  line-height: 30px;
}
address + * {
  margin-top: 5px;
}
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.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;
}
.col-primary {
  color: #9dc70c;
}
.extra {
  font-size: 51px;
  line-height: 62px;
}
.ta-center {
  text-align: center;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  padding-left: 56px;
}
.brand_name:before {
  position: absolute;
  content: "";
  width: 46px;
  height: 50px;
  background: url(../images/page_logo.png) no-repeat;
  top: 0;
  left: 0;
  margin-top: -17px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #9dc70c;
}
.bg {
  background: #f7f8fa;
}
/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  position: relative;
  width: 105px;
  height: 105px;
  background: #9dc70c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 105px;
  font-size: 37px;
  color: #fff;
}
.icon + * {
  margin-top: 25px;
}
/*==================    Lists   ======================*/
.soc-list {
  display: inline-block;
}
.soc-list li {
  float: left;
}
.soc-list li a {
  font-size: 16px;
  line-height: 28px;
  color: #d3d5dc;
}
.soc-list li a:hover {
  text-decoration: none;
  color: #979db1;
}
.soc-list li + li {
  margin-left: 29px;
}
/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  padding: 18.5px 62px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #9dc70c;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(98, 134, 148, 0.45);
  -moz-box-shadow: 2px 2px 3px 0px rgba(98, 134, 148, 0.45);
  box-shadow: 2px 2px 3px 0px rgba(98, 134, 148, 0.45);
  border-bottom: 2px solid #7b9b09;
}
.btn:hover {
  background: #779709;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(98, 134, 148, 0.45);
  -moz-box-shadow: 0px 0px 0px 0px rgba(98, 134, 148, 0.45);
  box-shadow: 0px 0px 0px 0px rgba(98, 134, 148, 0.45);
}
/*==================      Box      ======================*/
.box {
  background: #fff;
  padding: 29px;
  padding-left: 29px;
  padding-bottom: 26px;
  border: 1px solid #ebeced;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}
.box form + p {
  margin-top: 19px;
}
.box-2:before,
.box-2:after {
  content: " ";
  display: table;
}
.box-2:after {
  clear: both;
}
.box-2_aside {
  float: left;
  margin-right: 31px;
  margin-top: 4px;
}
.box-2_aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box-2_cnt {
  overflow: hidden;
  padding-top: 8px;
}
.box-2_cnt blockquote {
  font-size: 19px;
  line-height: 30px;
}
.box-2_cnt blockquote span {
  display: inline-block;
  margin-top: -2px;
  font-size: 32px;
  line-height: 30px;
}
.box-2_cnt blockquote + .quote-author {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .box-2_aside {
    float: none;
    display: block;
  }
  .box-2_cnt blockquote {
    font-size: 16px;
    line-height: 30px;
  }
  .box-2_cnt blockquote span {
    font-size: 19px;
    line-height: 30px;
    margin-top: 0px;
  }
}
.cnt h2 {
  line-height: 58px;
}
.cnt h2 + p {
  margin-top: 28px;
}
.cnt p {
  padding-right: 90px;
}
@media (max-width: 767px) {
  .cnt p {
    padding-right: 0;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #40a34a;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #9dc70c;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #e6e6e6;
  text-align: center;
}
header .brand + h2 {
  margin-top: 37px;
}
header * + .row {
  margin-top: 46px;
  text-align: left;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
main .video {
  height: 351px;
  width: 100%;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(98, 134, 148, 0.45);
  -moz-box-shadow: 2px 2px 5px 0px rgba(98, 134, 148, 0.45);
  box-shadow: 2px 2px 5px 0px rgba(98, 134, 148, 0.45);
}
@media (max-width: 479px) {
  main .video {
    height: auto;
  }
}
/*==================      Well     ======================*/
.header-well {
  padding-top: 45px;
  padding-bottom: 24px;
}
.well {
  padding-top: 51px;
  padding-bottom: 72px;
}
.well__mod {
  padding-top: 80px;
  padding-bottom: 79px;
}
.well__mod h2 {
  line-height: 58px;
}
.well__mod2 {
  padding-top: 70px;
}
.well__mod3 {
  padding-top: 88px;
  padding-bottom: 109px;
}
.well__mod3 h2 + p {
  margin-top: 27px;
  color: #fff;
}
.well__mod4 {
  padding-top: 67px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .well {
    text-align: center;
  }
}
.footer-well {
  padding-top: 30px;
  padding-bottom: 40px;
}
.off {
  margin-top: -17px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #e6e6e6;
}
footer .telephone {
  font-size: 25px;
  line-height: 45px;
  color: #9dc70c;
  text-transform: uppercase;
}
footer * + .contact-form {
  margin-top: 27px;
}
footer * + .soc-list {
  margin-top: 43px;
}
footer .soc-list + * {
  margin-top: 35px;
}
footer .copyright {
  font-size: 14px;
  line-height: 28px;
}
