@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=Open+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=PT+Serif:700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #242424;
  font: 400 18px/28px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
  background: #FFF; }

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

h1 {
  font: 700 36px/36px "PT Serif", sans-serif;
  color: #FFF; }

h2 {
  font: 700 72px/84px "PT Serif", sans-serif;
  color: #fff; }

h3 {
  font: 700 60px/70px "PT Serif", sans-serif;
  color: #242424; }

h4, .h4 {
  font: 700 30px/36px "PT Serif", sans-serif;
  color: #242424; }
  h4 a:hover, .h4 a:hover {
    color: #FFFFFF; }
  h4 a:active, .h4 a:active {
    color: #1b7865; }

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

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

blockquote:before, blockquote:after {
  display: table;
  content: "";
  line-height: 0; }
blockquote:after {
  clear: both; }
blockquote cite {
  text-align: right;
  display: block; }
blockquote q + cite {
  margin-top: 47px; }

/*=======================================================
                       Main Layout
=========================================================*/
* + .btn, h3 + p {
  margin-top: 56px; }

* + .btn__off {
  margin-top: 49px; }

.off {
  margin-top: 50px; }

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

img + h4, * + .btn__off-1, * + .row__off, * + .owl-carousel, footer p {
  margin-top: 20px; }

* + .row__off-1 {
  margin-top: 160px; }

.offset {
  margin-top: 0; }

@media (max-width: 767px) {
  .ins-xs {
    padding-top: 30px; } }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name a {
    position:relative;
	background:;  
    padding: 10px 38px 72px 0px;  
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px; }
    .brand_name a:before {
      position: absolute;
      content: '';
      background: url("../images/logo3.png") no-repeat;
      width: 305px;
      height: 110px;
      top: 0;
      left: 0;	
      -moz-transform: translate(39px, 12px);
      -ms-transform: translate(39px, 12px);
      -o-transform: translate(39px, 12px);
      -webkit-transform: translate(39px, 12px);
      transform: translate(39px, 12px); }

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

.bg-img {
  background: url("../images/gallery/page-1_img16.jpg") no-repeat left top;
  width: 100%; }

.block-indent {
  position: relative;
  padding: 100px 0 100px 100px; }
  .block-indent h3 {
    padding-right: 170px; }
  .block-indent:before {
    position: absolute;
    content: '';
    background: #f4f4f4;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 5000px; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  color: #242424;
  background: #DD790A;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  text-transform: uppercase;
  font: 700 24px/26px "Open Sans", sans-serif;
  text-align: center;
  padding: 22px 10px;
  min-width: 270px; }
  .btn:hover {
    background:#FFA042;
    color: #FFF; }
  .btn:active {
    background: #DD790A;
790A}

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

/*==================     ToTop     ======================*/
.toTop {
  width: 70px;
  height: 70px;
  font-size: 24px;
  line-height: 62px;
  color: #242424;
  background: #DD790A;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 160px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #FFF;
    background: #FFA042;
    text-decoration: none; }
  @media (max-width: 1199px) {
    .toTop {
      right: 10px; } }

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

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .parallax h3, .parallax .icon {
    text-align: center; }
  .parallax h3, .parallax p {
    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; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*==================   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 60px "FontAwesome";
      line-height: 60px;
      margin-top: -30px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(36, 36, 36, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80242424', endColorstr='#80242424')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80242424', endColorstr='#80242424');
      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); }
  @media (max-width: 991px) {
    .thumb:hover img {
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      -webkit-transform: none;
      transform: none; } }
  @media (max-width: 767px) {
    .thumb_overlay:before {
      font-size: 40px;
      line-height: 40px; } }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 116px 0 10px;
  z-index: 1; }
  @media (max-width: 767px) {
    header {
      text-align: center; } }

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

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

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

.well-2 {
  padding-bottom: 50px; }

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

/*==================  Block Wrap  ======================*/
.block-wrap {
  padding: 100px 49px;
  position: relative;
  margin-top: -130px; }

/*==================   Icon Wrap   ======================*/
.icon {
  position: relative; }
  .icon h4 {
    color: #DD790A;
}

[class*='icon_']:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 86px;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto 52px; }

.icon_first:before {
  background: url("../images/page-1_img02.png") no-repeat; }

.icon_second:before {
  background: url("../images/page-1_img03.png") no-repeat; }

.icon_third:before {
  background: url("../images/page-1_img04.png") no-repeat; }

/*==================   Float Box   ======================*/
.float-box:before, .float-box:after {
  display: table;
  content: "";
  line-height: 0; }
.float-box:after {
  clear: both; }
.float-box > div {
  float: left;
  width: 25%; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #FFF;
  padding: 50px 0; }
  footer:before, footer:after {
    display: table;
    content: "";
    line-height: 0; }
  footer:after {
    clear: both; }
  footer p {
    float: left; }
  footer ul {
    float: right; }

/*==================   Social List   ======================*/
.social-list > li {
  display: inline-block; }
  .social-list > li a {
    display: inline-block;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    line-height: 70px;
    background: #DD790A;
    text-align: center; }
    .social-list > li a:hover {
      color: #FFF;
      background: #FFA042; }
  .social-list > li + li {
    margin-left: 16px; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (min-width: 2050px) {
  .bg-img {
    background-size: 55% auto; } }
@media (max-width: 1199px) {
  .bg-img {
    background-position: 41% top;
    width: 50%; }

  .block-indent h3 {
    padding-right: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .block-indent h3 {
    padding-right: 170px; } }
@media (max-width: 991px) {
  .grid-off [class*='col-']:nth-child(2n+3) {
    clear: left; }

  .grid-off__md [class*='col-']:nth-child(2n+3) {
    margin-top: 180px; }

  .center-media {
    display: block;
    margin: 0 auto; }

  .block-wrap {
    margin-top: 0;
    padding: 40px; }

  blockquote {
    text-align: center;
    padding: 0 50px; }

  .float-box > div {
    width: 50%; }

  .block-indent {
    padding: 50px 10px 50px 30px; }
    .block-indent:before {
      display: none; }

  .bg-img {
    width: 100%; }
    .bg-img.well-1 {
      padding: 600px 0 0; } }
@media (max-width: 767px) {
  h2 {
    font-size: 45px;
    line-height: 50px; }

  header {
    padding: 50px 0 10px;}

  footer {
    text-align: center; }
    footer p, footer ul {
      float: none; }

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

  .off, footer p {
    margin-top: 0; }

  .well-media {
    padding-top: 130px; }

  * + .btn, h3 + p, p + .social-list {
    margin-top: 30px; }

  .grid-off [class*='col-']:nth-child(n+2) {
    margin-top: 50px; }

  .grid-off__md [class*='col-']:nth-child(n+2) {
    margin-top: 180px; }

  .btn {
    font-size: 20px;
    line-height: 20px;
    min-width: 200px; } }
@media (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px; }

  h3 {
    font-size: 40px;
    line-height: 50px; }

  .block-wrap {
    padding: 20px; }

  .float-box > div {
    width: 100%; }

  .social-list > li a {
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .social-list > li + li {
    margin-left: 5px; } }
