@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=Lato:400,400italic,700,900);
@import url(//fonts.googleapis.com/css?family=Great+Vibes);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777777;
  font: 400 16px/24px "Lato", sans-serif;
  -webkit-text-size-adjust: none; }

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

h3, h4, h5 {
  color: #333333; }

h1 {
  color: #FFF;
  font: 400 74px/36px "Great Vibes", sans-serif; }

h2 {
  font: 400 72px/72px "Lato", sans-serif;
  font-style: italic; }

h3 {
  font: 900 36px/36px "Lato", sans-serif;
  letter-spacing: 2.7px;
  text-transform: uppercase; }

h4 {
  font: 900 24px/24px "Lato", sans-serif;
  letter-spacing: 1.8px; }

h5 {
  font: 900 18px/20px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.35px; }

h4 a:hover, h5 a:hover {
  color: #ad5a55; }
h4 a:active, h5 a:active {
  color: #8c4743; }

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

address {
  color: #ad5a55;
  font: 700 14px/20px "Lato", sans-serif; }

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

/*=======================================================
                       Main Layout
=========================================================*/
h2 + p, img + h4 {
  margin-top: 31px; }

p + .phone-btn {
  margin-top: 120px; }

h3 + h5 {
  margin-top: 20px; }

.thumb + h5 {
  margin-top: 25px; }

h4 + p {
  margin-top: 15px; }

h5 + p {
  margin-top: 7px; }

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

img + .off, * + .line {
  margin-top: 75px; }

.row__off, .flex-list + .flex-list__md, * + .mailform {
  margin-top: 45px; }

.row__off-1 {
  margin-top: 140px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_slogan {
    font: 900 14px/14px "Lato", sans-serif;
    color: #FFF;
	padding-top: 18px; }

/*==================  Backgrounds  ======================*/
.bg-default {
  background: #eeebe4; }

.bg-default-1 {
  background: #f7f7f7; }

/*==================  Gradient  ======================*/
.gradient {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00ffffff', GradientType=0);
  border-top: solid 1px rgba(255, 255, 255, 0.2); }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  color: #FFF;
  background: #ad5a55;
  font: 900 18px/18px "Lato", sans-serif;
  text-transform: uppercase;
  padding: 27px 52px 28px 48px; }
  .btn:hover {
    background: #333333; }
  .btn:active {
    background: #1a1a1a; }

.btn__md {
  border: solid 2px #ad5a55;
  padding: 25px 50px 26px 46px; }
  .btn__md:hover {
    background: rgba(173, 90, 85, 0.5); }
  .btn__md:active {
    background: rgba(173, 90, 85, 0.2); }

.phone-btn {
  display: inline-block;
  position: relative;
  font: 900 61px/61px "Lato", sans-serif;
  background: rgba(0, 0, 0, 0.6);
  min-width: 770px;
  border: solid 2px #FFF;
  padding: 38px 0 42px 60px; }
  .phone-btn:before {
    position: absolute;
    content: '\f095';
    font-family: "FontAwesome";
    font-size: 66px;
    line-height: 66px;
    top: 50%;
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 90px; }
  .phone-btn:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #ad5a55; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================     Center     ======================*/
.center {
  text-align: center; }

/*==================     ToTop     ======================*/
.toTop {
  font-size: 37px;
  line-height: 37px;
  color: #ad5a55;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #777;
    text-decoration: none; }

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

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #FFF; }
  .parallax p.indent {
    font-size: 24px;
    line-height: 28px; }
  .parallax .title-wr h3, .parallax .title-wr h5 {
    color: #FFF; }
  .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; 
	height:800px !important;
	transform:none !important;}
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

@media (max-width: 767px) {
  .parallax p.indent {
    font-size: 20px;
    line-height: 24px; } }
/*==================   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;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(173, 90, 85, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80AD5A55', endColorstr='#80AD5A55')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80AD5A55', endColorstr='#80AD5A55');
      zoom: 1; }
    .thumb:hover .thumb_overlay:before {
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg); }
    .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); }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  text-align: center; }
  header .brand {
    padding-bottom: 24px; }
  header .gradient {
    padding-top: 56px;
	padding-bottom: 200px; }

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

/*==================      Well     ======================*/
.well {
  padding: 50px 0 50px; }

.well-1 {
  padding: 110px 0 110px; }
  .well-1__off {
    padding-bottom: 72px; }
  .well-1__off-1 {
    padding-bottom: 100px; }

.well-2 {
  padding: 0px 0 79px; }

.well-3 {
  padding: 99px 0 88px; }

/*==================     Indent    ======================*/
.indent {
  padding: 0 200px; }

/*==================    Title Wrap   ======================*/
.title-wr {
  text-align: center; }
  .title-wr h5 {
    font-style: italic;
    font-weight: 400;
    padding: 0 100px;
    text-transform: none;
    color: #777777;
    letter-spacing: 0; }

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 71%;
  margin: 0 auto; }
  .flex-list li {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .flex-list li img {
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .flex-list li a:hover img {
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  @media (max-width: 767px) {
    .flex-list, .flex-list li {
      display: block; }
    .flex-list li + li {
      margin-top: 20px; } }

.flex-list__md {
  width: 41%; }

/*==================   Img Wrap   ======================*/
.img-wr {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 8px #FFF; }

.img-wr__md {
  border-color: #e5e5e5; }

/*==================   Unir Wrap   ======================*/
.unit-wr {
  position: relative;
  text-align: right;
  padding-right: 40px;
  padding-left: 70px;
  z-index: 0; }
  .unit-wr h4 + p {
    margin-top: 8px; }
  .unit-wr img {
    position: absolute;
    top: -32px;
    left: 99%;
    z-index: 1; }

.unit-wr__md {
  text-align: left;
  padding-left: 37px;
  padding-right: 70px; }
  .unit-wr__md img {
    left: auto;
    right: 100%; }

/*==================   Line   ======================*/
.line {
  position: relative;
  z-index: 0; }
  .line:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    z-index: 0;
    background: #d6d6d6;
    top: 40px;
    left: 50%;
    margin-left: -2px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer:before, footer:after {
  display: table;
  content: "";
  line-height: 0; }
footer:after {
  clear: both; }
footer .privacy, footer .social {
  float: left; }
footer address {
  float: right; }
footer .privacy {
  color: #333333;
  font-size: 14px; }
footer .privacy, footer address {
  display: inline-block;
  margin-top: 10px; }
footer .social {
  padding-left: 126px; }

/*==================   Social   ======================*/
.social > li {
  display: inline-block; }
  .social > li a {
    display: inline-block;
    font-size: 22px;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #FFF;
    background: #333333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .social > li a:hover {
      background: #ad5a55; }
    .social > li a:active {
      background: #8c4743; }
  .social > li + li {
    margin-left: 4px; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 1199px) {
  .indent {
    padding: 0 30px; }

  .title-wr h5 {
    padding: 0 20px; }

  h4 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.8px; }

  h5 {
    letter-spacing: 0; }

  .unit-wr {
    padding-left: 0; }
    .unit-wr img {
      left: 95%; }

  .unit-wr__md {
    padding-right: 0;
    padding-left: 35px; }
    .unit-wr__md img {
      left: auto;
      right: 95%; }

  .flex-list {
    width: 100%; }

  .flex-list__md {
    width: 75%; }

  footer .social {
    padding-left: 50px; } }
@media (max-width: 991px) {
  h4 {
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.5px; }

  .phone-btn {
    min-width: 100%; }
    .phone-btn:before {
      left: 75px; }

  .title-wr h5 {
    padding: 0; }

  .line:before {
    display: none; }

  footer {
    text-align: center; }
    footer .privacy, footer .social, footer address {
      float: none; }
    footer .social {
      padding-left: 0; }
    footer .social, footer address {
      margin-top: 20px; } }
@media (max-width: 767px) {
  h2 {
    font-size: 57px;
    line-height: 57px; }

  .indent {
    padding: 0; }

  .phone-btn {
    font-size: 40px;
    line-height: 40px; }
    .phone-btn:before {
      font-size: 45px;
      line-height: 45px;
      left: 50%;
      transform: translateY(-40%) translateX(-500%); }

  header .gradient {
    padding-top: 50px; }

  [class*='well'] {
    padding: 50px 0; }

  .well-bottom {
    padding-bottom: 100px; }

  .row__off, .row__off-1, * + .mailform {
    margin-top: 0; }

  img + .off-1 {
    margin-top: 30px; }

  .unit-wr {
    padding: 0;
    text-align: center; }
    .unit-wr img {
      position: static; }

  .flex-list + .flex-list__md {
    margin-top: 20px; } }
@media (max-width: 479px) {
  h2 {
    font-size: 40px;
    line-height: 40px; }

  .phone-btn {
    font-size: 27px;
    line-height: 24px;
    padding-left: 30px; }
    .phone-btn:before {
      font-size: 27px;
      line-height: 24px;
      transform: translateY(-40%) translateX(-540%); } }
