@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=Raleway);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #72bda6;
  color: #000;
  font: 500 16px/30px "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1 {
  font: 700 36px/54px "Myriad Pro", sans-serif;
}

h2 {
  font: 400 36px/36px "Raleway", sans-serif;
}

h3 {
  font: 400 30px/30px "Raleway", sans-serif;
}

h4 {
  font: 700 26px/26px "Raleway", sans-serif;
}

h5 {
  font: 400 24px/24px "Raleway", sans-serif;
}

h6 {
  font: 700 20px/20px "Raleway", sans-serif;
}

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

time {
  display: block;
}

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

a[href^="tel:"],
a[href^="callto:"] {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #6bb6d1;
}

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;
}

.center {
  text-align: center;
}

address {
  font: 700 16px/16px "Myriad Pro", sans-serif;
}

.primary-font {
  font-family: "Myriad Pro", sans-serif;
}

.regular {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 479px) {
  h1 {
    font: 700 30px/40px "Myriad Pro", sans-serif;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .list {
  margin-top: 51px;
}

* + .list2 {
  margin-top: 6px;
}

* + .marked-list {
  margin-top: 25px;
}

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

* + p {
  margin-top: 20px;
}

* + .btn1_mod1 {
  margin-top: 51px;
}

* + .btn2 {
  margin-top: 44px;
  margin-right: 56px;
}

.container + .container {
  margin-top: 55px;
}

* + .offs1 {
  margin-top: 51px;
}

* + .offs2 {
  margin-top: 39px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_logo {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  display: inline-block;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #72bda6;
  color: #ffffff;
}

.bg-secondary2 {
  background: #eaba4a;
  color: #000;
}

/*==================  Colors  ======================*/
.white {
  color: #ffffff;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn1 {
  font: 700 24px/24px "Myriad Pro", sans-serif;
  color: #ffffff;
  background: #616161;
  border: 3px solid #ffffff;
  padding: 20px 57px;
  border-radius: 40px;
}
.btn1:hover {
  color: #000 !important;
}
.btn1_mod1 {
  padding: 20px 72px;
}

.btn2 {
  position: relative;
  padding: 0;
  display: inline-block;
  font: 700 18px/18px "Raleway", sans-serif;
  color: #000;
  background: transparent;
  border-bottom: 1px solid #000;
}
.btn2:before {
  content: '\f18e';
  position: absolute;
  font: 400 18px/18px "FontAwesome";
  top: 1px;
  left: 130px;
}
.btn2:hover {
  color: #72bda6;
  border-bottom: 1px solid #72bda6;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.btn2:hover .fa:after {
  left: 10px;
}

.btn3 {
  display: block;
  font: 400 18px/18px "Raleway", sans-serif;
  text-transform: uppercase;
  background: #000;
  color: #ffffff;
  padding: 24px 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn3:hover {
  background: #6bb6d1;
}

/*==================   Blockquote  ======================*/
blockquote {
  display: block;
  padding-top: 0px;
  font: 400 16px/30px "Raleway", sans-serif;
}
blockquote p {
  padding: 11px 10px 11px;
}
blockquote p + cite {
  margin-top: 9px;
  margin-left: 65px;
}
blockquote cite {
  display: inline-block;
  font: 700 18px/18px "Raleway", sans-serif;
}
blockquote cite em {
  font: 400 16px/24px "Raleway", sans-serif;
  display: block;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  content: '';
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  margin-right: 31px;
  float: left;
}
.box_cnt {
  overflow: hidden;
  margin-top: 65px;
}
.box_cnt:before, .box_cnt:after {
  display: table;
  content: "";
  line-height: 0;
}
.box_cnt:after {
  clear: both;
}
.box_cnt .btn2 {
  float: right;
}

.box2 {
  padding: 0 70px;
}
.box2:before, .box2:after {
  content: '';
  display: table;
}
.box2:after {
  clear: both;
}
.box2_aside {
  float: left;
}
.box2_cnt {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .box {
    padding-left: 15px;
  }
  .box_aside {
    margin-right: 0;
    float: none;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box {
    padding-left: 50px;
  }
  .box_aside {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .box2 {
    padding: 0;
  }
  .box2_aside {
    float: none;
    display: block;
  }
  .box2_aside img {
    max-width: 100%;
  }
  .box2_cnt {
    text-align: center;
  }
}
/*==================      Price Box      ======================*/
.price-box {
  overflow: hidden;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  border-radius: 5px;
}
.price-box:first-child {
  margin-left: 0px;
}
.price-box h6 {
  font-weight: 400;
  padding-top: 36px;
  padding-bottom: 19px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  text-transform: uppercase;
  color: #2d2d2d;
}
.price-box h6 span {
  display: block;
}
.price-box h6 span em {
  position: relative;
  font: 400 72px/82px "Raleway", sans-serif;
  margin-right: 19px;
  letter-spacing: -2px;
}
.price-box h6 span em:before {
  position: absolute;
  content: '$';
  font: 400 34px/34px "Raleway", sans-serif;
  left: -20px;
  top: 18px;
  color: #989898;
}
.price-box h6 span em:after {
  position: absolute;
  content: '/MO';
  font: 400 18px/18px "Raleway", sans-serif;
  top: 50px;
  right: -39px;
  color: #989898;
}
.price-box li {
  color: #2d2d2d;
  padding: 6px 0;
}
.price-box li:nth-child(odd) {
  background: #f1f4f5;
}
.price-box li:last-child {
  padding-bottom: 44px;
}
.price-box:hover > h6 {
  color: #6bb6d1;
}
.price-box:hover > h6 > span > em:before, .price-box:hover > h6 > span > em:after {
  color: #6bb6d1;
}

@media (min-width: 1200px) {
  .price-box:first-child {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .price-box:first-child {
    margin-left: 20px;
  }
}
/*==================    Social List    ======================*/
.social-list {
  color: #ffffff;
}
.social-list:before, .social-list:after {
  content: '';
  display: inline-block;
}
.social-list :after {
  clear: both;
}
.social-list li {
  width: 39px;
  height: 47px;
  list-style: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.social-list li .fa {
  line-height: 36px;
}
.social-list li .fa.fa-facebook {
  font-size: 30px;
}
.social-list li .fa.fa-twitter {
  font-size: 30px;
}
.social-list li .fa.fa-linkedin-square {
  font-size: 30px;
}
.social-list li .fa.fa-envelope {
  font-size: 24px;
}
.social-list li a {
  padding: 5px 0 0 0;
  display: block;
  text-align: center;
}
.social-list li:nth-child(1n) {
  background: #355694;
}
.social-list li:nth-child(2n) {
  background: #25abd0;
}
.social-list li:nth-child(3n) {
  background: #1d6887;
}
.social-list li:nth-child(4n) {
  background: #eaba4a;
}
.social-list li:hover {
  background: #ffffff;
  text-decoration: none;
}
.social-list li:hover:nth-child(1n) {
  color: #355694;
}
.social-list li:hover:nth-child(2n) {
  color: #25abd0;
}
.social-list li:hover:nth-child(3n) {
  color: #1d6887;
}
.social-list li:hover:nth-child(4n) {
  color: #eaba4a;
}
@media (max-width: 479px) {
  .social-list li {
    width: 30px;
    height: 38px;
  }
  .social-list li .fa {
    line-height: 30px;
  }
  .social-list li .fa.fa-facebook {
    font-size: 22px;
  }
  .social-list li .fa.fa-twitter {
    font-size: 22px;
  }
  .social-list li .fa.fa-linkedin-square {
    font-size: 22px;
  }
  .social-list li .fa.fa-envelope {
    font-size: 20px;
  }
}

/*==================    Inline List    ======================*/
.inline-list {
  display: inline-block;
  color: #ffffff;
}
.inline-list:before, .inline-list:after {
  content: '';
  display: inline-block;
}
.inline-list :after {
  clear: both;
}
.inline-list li {
  list-style: none;
  float: left;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.inline-list li .fa {
  font-size: 40px;
  line-height: 24px;
}
.inline-list li + li {
  margin-left: 20px;
}
.inline-list li > a:hover {
  text-decoration: none;
}
.inline-list li > a:hover.fa-facebook-square {
  color: #3A5795;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.inline-list li > a:hover.fa-linkedin-square {
  color: #0177B5;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.inline-list li > a:hover.fa-instagram {
  color: #D5C8B8;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.inline-list li > a:hover.fa-pinterest-square {
  color: #CB2027;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.inline-list li > a:hover.fa-twitter-square {
  color: #83DDF2;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*==================  List   ======================*/
.list {
  display: table;
  text-align: center;
  table-layout: fixed;
  width: 970px;
  padding: 0 100px;
}
.list li {
  display: table-cell;
}
.list li a img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.list li a img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.list li * + p {
  margin-top: 6px;
}

@media (max-width: 1199px) {
  .list {
    width: 100%;
    padding: 0px 0 0 10px;
  }
}
@media (max-width: 767px) {
  .list,
  .list li {
    display: inline-block;
    margin: 20px 20px 0 0;
  }

  .list li + .list li {
    margin-top: 25px;
  }
}
.list2 {
  margin-left: -7px;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 112%;
}
.list2 li {
  display: table-cell;
  width: 39px;
  height: 47px;
  list-style: none;
  padding-left: 58px;
}
.list2 li h2 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font: 700 60px/60px "Raleway", sans-serif;
}
.list2 li h2 span {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.list2 li h2:before {
  font-size: 50px;
  position: absolute;
  top: 10px;
  left: -55px;
  color: #eaba4a;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.list2 li h2:hover:before {
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
@media (max-width: 979px) {
  .list2 li h2 {
    font: 700 50px/50px "Raleway", sans-serif;
  }
  .list2 li h2 span {
    font-size: 20px;
  }
  .list2 li h2:before {
    font-size: 44px;
  }
}
@media (max-width: 479px) {
  .list2 li {
    padding: 20px 60px;
    display: block;
    text-align: center;
  }
  .list2 li + .list2 li {
    margin-top: 30px;
  }
}

/*==================    Marked List  ======================*/
.marked-list li:first-child {
  margin-top: 10px;
}
.marked-list li:before {
  content: '\f05d';
  font: 400 24px/40px 'FontAwesome';
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #72bda6;
}
.marked-list li:hover:before {
  left: 5px;
}
.marked-list li a {
  line-height: 40px;
  padding-left: 14px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.marked-list li a:hover {
  color: #72bda6;
  text-decoration: none;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 30px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #7B7A7A;
  background: #6bb6d1;
}
.sf-menu > li.active > a {
  color: #212121;
  background: #72bda6;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: #FFF;
  z-index: 2;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #FFF;
  background: #6bb6d1;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #72bda6;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #000;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #72bda6;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0px;
  width: 240px;
  padding: 20px 0 20px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #72bda6;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0px;
  background: #FFF;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 0px;
  right: 0px;
  color: #000;
  font-size: 24px;
  line-height: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 0px;
  height: 0px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: #6bb6d1;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #72bda6;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .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;
}
.thumb_overlay h2 {
  position: absolute;
  top: 72.8%;
  left: 5%;
  display: block;
  color: #000;
  font-family: "Myriad Pro", sans-serif;
  line-height: 24px;
}
.thumb_overlay h2 span {
  position: relative;
  display: block;
  font: 400 24px/30px "Myriad Pro", sans-serif;
}
@media (max-width: 479px) {
  .thumb_overlay h2 {
    top: 64.8%;
  }
}
.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_overlay_video:before {
  content: url("../images/play.png");
  top: 50%;
  -ms-transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
}
.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 {
  -ms-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;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding-bottom: 238px;
  background: #9d9d9d;
  background-image: url("../images/parallax1.jpg");
  background-attachment: fixed;
  color: #ffffff;
}
header .brand {
  float: left;
  margin-top: 20px;
}
header .brand_name {
  padding-left: 4px;
}
header address {
  float: right;
  margin-top: 44px;
}
header h2 {
  margin-top: -39px;
  font-family: "Myriad Pro", sans-serif;
  letter-spacing: 0.2px;
}
@media (max-width: 979px) {
  header h2 {
    margin-top: -25px;
  }
}
@media (max-width: 767px) {
  header {
    padding-bottom: 120px;
    text-align: center;
  }
  header .brand, header .nav, header address {
    float: none;
  }
  header h2 {
    margin-top: -175px;
  }
}
@media (max-width: 479px) {
  header address {
    margin-top: 0;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}
main .well2 {
  position: relative;
}
main .well2 > .container {
  position: relative;
  z-index: 1;
}
main .well2 .human {
  position: absolute;
  bottom: 0;
  right: 12.5%;
}
@media (max-width: 1199px) {
  main .well2 .human {
    right: 0;
  }
}
@media (max-width: 767px) {
  main .well2 .human {
    display: none;
  }
}

/*==================      Well     ======================*/
.well {
  padding-top: 82px;
  padding-bottom: 37px;
}

.well2 {
  padding-top: 108px;
  padding-bottom: 106px;
}

.well3 {
  padding-top: 59px;
  padding-bottom: 60px;
}

.well4 {
  padding-top: 25px;
  padding-bottom: 123px;
}

.well5 {
  padding-top: 168px;
  padding-bottom: 125px;
}

.well6 {
  padding-top: 10px;
  padding-bottom: 30px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  color: #ffffff;
  background: #72bda6;
}
footer .left {
  float: left;
}
footer .left + * {
  margin-top: 30px;
}
footer .right {
  float: right;
  margin-right: -26px;
  letter-spacing: -0.16px;
}
footer .right > strong {
  text-transform: uppercase;
}
footer .right > strong span {
  text-transform: none;
}
@media (min-width: 980px) and (max-width: 1300px) {
  footer .right {
    margin-right: 0px;
  }
}
@media (max-width: 979px) {
  footer .left,
  footer .right {
    float: none;
    display: block;
    text-align: center;
  }
}
