@charset "UTF-8";
@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=Roboto:400,300italic,300,500,700|Open+Sans:400,700|Great+Vibes);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #7f7f7f;
  font: 400 16px/26px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

h1 {
  font-family: "Great Vibes", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 150px;
  line-height: 150px;
  text-transform: uppercase;
}

h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
}
@media (max-width: 979px) {
  h3 {
    font-size: 36px;
    line-height: 55px;
  }
}

h4 {
  font-size: 35px;
  line-height: 45px;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  h4 {
    font-size: 30px;
    line-height: 34px;
  }
}

h5 {
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  h5 {
    font-size: 26px;
    line-height: 30px;
  }
}

h6 {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
}

p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

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;
}
a:active {
  background-color: transparent;
}

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

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
  font-size: 20px;
  color: #535353;
}

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

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

.center {
  text-align: center;
}

.text-sets1 {
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 979px) {
  .text-sets1 {
    font-size: 18px;
  }
}

.clr1 {
  color: #252525;
}

/*=======================================================
                       Main Layout
=========================================================*/
h3 + .row {
  margin-top: 61px;
}

h6 + * {
  margin-top: 50px;
}

h4 + * {
  margin-top: 28px;
}

h3 + * {
  margin-top: 28px;
}

* + .text-sets1 {
  margin-top: 34px;
}

* + .btn {
  margin-top: 54px;
}

.row + .row {
  margin-top: 149px;
}

.offs1 {
  margin-top: 14px;
}

* + .inline-list {
  margin-top: 71px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding-top: 190px;
  position: relative;
}
.brand:before {
  content: '';
  position: absolute;
  width: 115px;
  height: 139px;
  background: url(../images/logo.png) no-repeat;
  top: 0;
  left: 50%;
  margin-left: -44px;
}
.brand h1 {
  font-size: 72px;
}
@media (max-width: 479px) {
  .brand h1 {
    font-size: 56px;
  }
}

/*=================   Inline list   =====================*/
.inline-list .fa {
  font: 0/0 a;
}
.inline-list .fa:before {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 1;
  font-size: 20px;
  left: 29px;
  line-height: 75px;
}
.inline-list .fa:after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  left: 50%;
  margin-left: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  z-index: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.inline-list .fa:hover:before {
  color: #39b54a;
}
.inline-list .fa:hover:after {
  border: 1px solid #39b54a;
}
.inline-list li {
  display: inline-block;
  position: relative;
}
.inline-list li + li {
  margin-left: 60px;
}
@media (max-width: 979px) {
  .inline-list .fa:before {
    left: 11px;
    line-height: 40px;
  }
  .inline-list .fa:after {
    width: 40px;
    height: 40px;
  }
  .inline-list li + li {
    margin-left: 30px;
  }
}

/*==================  Marked-list  ======================*/
.marked-list {
  font-weight: 500;
  font-size: 18px;
}
.marked-list li {
  position: relative;
  padding-left: 28px;
}
.marked-list li:before {
  content: '\f18e';
  position: absolute;
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  top: 1px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li:hover:before {
  color: #252525;
}
.marked-list li + li {
  margin-top: 10px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #fff;
}

.bg1 {
  background: url(../images/page-1_img10.jpg) no-repeat;
  background-size: cover;
}
.bg1 h6 {
  padding-left: 29px;
  position: relative;
}
.bg1 h6:before {
  content: '\f007';
  position: absolute;
  font-family: "FontAwesome";
  font-size: 23px;
  top: 1px;
  left: 0;
}
@media (max-width: 1500px) {
  .bg1 {
    background-position: -452px;
  }
}
@media (max-width: 690px) {
  .bg1 {
    background-position: -672px;
  }
}

.parallax1 h3 {
  padding-bottom: 35px;
  border-bottom: 1px solid #fff;
}

.bg3 {
  background: url(../images/parallax2.jpg) no-repeat #39b54a;
  
}
.bg3 * {
  color: #fff;
}
.bg3 a:hover {
  color: #252525;
}

.bg4 {
  background: url(../images/page-1_imgt.jpg) no-repeat;
  background-size: cover;
}
.bg4 * + .text-sets1 {
  margin-top: 48px;
  padding-right: 3%;
}
.bg4 * + .btn {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  .bg4 {
    background-position: -452px;
  }
}
@media (max-width: 979px) {
  .bg4 {
    background-position: -680px;
  }
}
@media (max-width: 767px) {
  .bg4 {
    background-position: -730px;
  }
}
@media (max-width: 479px) {
  .bg4 {
    background-position: -947px;
  }
}

/*==================     Gallery     ====================*/
.gallery {
  overflow: hidden;
}
.gallery .blc {
  float: left;
}
.gallery .blc-left {
  width: 55.60975609756098%;
}
.gallery .blc-rt {
  width: 44.39024390243902%;
}
.gallery .blc-rt .thumb {
  float: left;
  width: 48.35164835164835%;
}
.gallery .blc-rt .thumb:nth-child(2n+1) {
  width: 51.64835164835165%;
}
@media (max-width: 767px) {
  .gallery .blc {
    float: none;
    width: 100%;
  }
  .gallery .blc-left {
    width: auto;
  }
  .gallery .blc-rt {
    width: auto;
  }
}

/*==================    Article    ======================*/
article time {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  padding: 47px 29px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
article h5 {
  display: inline-block;
  width: 58%;
}
article * + h5 {
  margin-top: 25px;
}
article time + h5 {
  margin-left: 22px;
}
article p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 23%;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
article * + p {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  article time {
    padding: 37px 18px;
  }
  article time + h5 {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  article time + h5 {
    margin-left: 0px;
  }
  article p {
    padding-left: 0;
  }
  article h5 {
    width: 100%;
  }
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 19px 33px;
}
.btn:hover {
  background: #fff;
  color: #252525;
}
.btn:active {
  background: #e6e6e6;
}

/*==================     Video   ======================*/
.vide {
  padding-top: 218px;
  padding-bottom: 228px;
}
.vide p {
  font-weight: 500;
  font-size: 72px;
  color: #fff;
  z-index: 1;
  position: relative;
}
.vide * + p {
  margin-top: 27px;
}
.vide h2 {
  display: inline-block;
  position: relative;
  padding-right: 160px;
}
.vide h2:after {
  position: absolute;
  content: '\f054';
  padding: 37px 40px;
  border: 5px solid #fff;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 28px;
  top: 19px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vide h2:hover:after {
  background: #39b54a;
  border: 5px solid #39b54a;
}
@media (max-width: 767px) {
  .vide {
    text-align: center;
  }
  .vide p {
    font-size: 36px;
    line-height: 40px;
  }
  .vide h2 {
    font-size: 55px;
    line-height: 60px;
    padding-right: 0;
    padding-top: 70px;
  }
  .vide h2:after {
    padding: 26px 28px;
    top: -42px;
    right: 50%;
    margin-right: -44px;
  }
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================  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;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 58px;
  height: 58px;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  background: #252525;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 7px;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #535353;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding-top: 123px;
  padding-bottom: 111px;
  background: #fff;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-top: 113px;
  padding-bottom: 119px;
}

.well1 {
  padding-top: 153px;
  padding-bottom: 135px;
}

.well2 {
  padding-top: 103px;
  padding-bottom: 131px;
}

.well3 {
  padding-top: 156px;
  padding-bottom: 132px;
}

.well4 {
  padding-top: 115px;
  padding-bottom: 125px;
}

.well5 {
  padding-top: 99px;
  padding-bottom: 101px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
}
footer .top {
  padding-top: 119px;
  padding-bottom: 46px;
}
@media (max-width: 979px) {
  footer .top .grid_3 p, footer .top address {
    font-size: 28px;
    line-height: 28px;
  }
}
footer address, footer p {
  color: #313131;
  font-weight: 700;
}
footer address {
  font-size: 30px;
  line-height: 42px;
}
footer .fb {
  font-size: 45px;
  line-height: 49px;
  margin-top: 9px;
  margin-bottom: 35px;
}
footer .rights {
  font-size: 20px;
}
footer * + .rights {
  margin-top: 52px;
}
