﻿@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Pacifico);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700,600,400);
/* =======================================================
					variables
======================================================== */
/*========================================================
										Main layout styles
=========================================================*/
body {
  background: #ffffff;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #f6af33;
}
::selection {
  color: #ffffff;
  background: #f6af33;
}
/*========================================================
										HEADER styles
=========================================================*/
.logo {
  text-align: center;
}
.logo h1 {
  text-align: center;
  color: #ffffff;
}
.logo h1 a {
  text-decoration: none;
  font-family: 'Pacifico', cursive;
  font-size: 48px;
  display: block;
  width: 202px;
  height: 84px;
  border: 3px solid #fff;
  border-bottom: none;
  position: relative;
  margin: 0 auto;
  color: inherit;
  line-height: 74px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.logo h1 a:before,
.logo h1 a:after {
  content: ".";
  text-indent: -9999px;
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 82px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.logo h1 a:before {
  left: 0;
  right: 82px;
}
.logo h1 a:after {
  right: -3px;
  left: 193px;
}
.logo h1 span {
  text-transform: uppercase;
  color: inherit;
  position: absolute;
  bottom: -5px;
  right: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 14px;
}
.logo h2 {
  font-size: 60px;
  margin-top: 28px;
  color: #ffffff;
}
.logo h3 {
  font-size: 30px;
  margin-top: 20px;
  color: #ffffff;
}
#header .block-1 {
  background: url(../images/header-bg.jpg) top left no-repeat;
  background-size: cover;
  padding: 70px 0 67px;
}
#header .block-2 {
  background: #000000;
}
#footer .logo a {
  font-size: 38px;
  width: 160px;
  height: 68px;
  line-height: 60px;
}
#footer .logo span {
  font-size: 18px;
}
#footer .logo a:before {
  left: 0;
  right: 67px;
}
#footer .logo a:after {
  left: 150px;
  right: -3px;
}
.fa {
  color: #080808;
  font-size: 48px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #header h1 {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
  }
  #header nav {
    float: none;
    margin: 15px 0;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  width: 100%;
  text-align: center;
  line-height: 24px;
  background: #000;
}
.sf-menu > li {
  display: inline-block;
  position: relative;
  padding: 24px 0 18px 82px;
  margin: 0;
}
.sf-menu > li > a {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  font-family: 'Times New Roman', Georgia, Serif;
  text-transform: uppercase;
  font-weight: 400;
}
.sf-menu > li:first-child {
  padding-left: 0;
}
.sf-menu > li.current > a {
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  .sf-menu li {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 66px;
  left: 20px;
  background: #000;
  min-width: 194px;
  z-index: 999;
  display: none;
  text-align: left;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font-family: 'Times New Roman', Georgia, Serif;
  color: #fff;
  font-size: 18px;
}
.sf-menu ul li a {
  line-height: 45px;
  display: block;
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 160px;
  z-index: 4;
  min-width: 194px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-color: #fff;
    color: #fff;
    font-size: 16px;
    padding: 5px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  z-index: 999;
}
.isStuck .block-1 {
  display: none;
}
.isStuck .sf-menu > li {
  padding: 14px 82px 14px 0;
}
.isStuck .sf-menu ul {
  top: 52px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										CONTENT styles
=========================================================*/
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #111111;
  text-align: center;
  text-transform: uppercase;
  margin-top: 44px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}
h5 {
  font-family: 'Times New Roman', Georgia, Serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #787878;
  text-align: center;
  line-height: 24px;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.full-width-container {
  width: 100%;
}
.btn {
  background: none;
  padding: 0 30px;
  min-width: 100px;
  height: 40px;
  color: #000;
  border: 3px solid #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
.btn:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.sub_head {
  font-style: italic;
  text-align: center;
  color: #111;
  font-family: 'Times New Roman', Georgia, Serif;
  font-size: 18px;
  margin-bottom: 44px;
  margin-top: 7px;
}
.stellar-block {
  background-image: url(../images/index-stell-bg.jpg);
  background-color: #fff;
  background-position: 50% 100%;
}
.stellar-block h2,
.stellar-block h4 {
  color: #f5f5f5;
}
.stellar-block p {
  color: #a1a1a1;
  font-family: 'Times New Roman', Georgia, Serif;
  font-style: italic;
  font-size: 18px;
}
.stellar-block h2 {
  margin-top: 60px;
}
.stellar-block h4 {
  text-transform: uppercase;
}
.stellar-block img {
  width: 100%;
}
a {
  color: inherit;
}
.index #header .block-1 {
  padding: 188px 0 280px 0;
  background: url(../images/index-header_bg.jpg) top left no-repeat;
  background-size: cover;
}
.index .block-3 {
  padding-bottom: 43px;
}
.index .block-3 img {
  width: 100%;
  margin-bottom: 32px;
}
.index .block-4 {
  background: #f5f5f5;
  padding-bottom: 75px;
}
.index .block-4 h2 {
  margin-bottom: 47px;
  margin-top: 46px;
  padding-right: 20px;
}
.index .block-4 p {
  font-family: 'Open Sans', sans-serif;
  margin-top: 21px;
}
.index .block-4 img {
  width: 100%;
}
.index .block-5 p {
  padding-right: 20px;
}
.index .block-5 h2 {
  margin-top: 60px;
  padding-right: 20px;
}
.index .block-5 h4 {
  margin-top: 27px;
  margin-bottom: 15px;
}
.index .block-5 img {
  width: 100%;
}
.index #touch_gallery a {
  position: relative;
  display: block;
}
.index #touch_gallery a div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.index #touch_gallery a div:hover {
  opacity: 0.2;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.index .block-6 {
  padding-bottom: 50px;
}
.index .block-6 .sub_head {
  margin-bottom: 30px;
}
.index .block-6_element {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-family: 'Times New Roman', Georgia, Serif;
  font-style: italic;
  width: 90%;
  margin: 0 auto 0 40px;
}
.index .block-6_item {
  margin: 20px auto 0;
  width: 318px;
}
.index .block-6_item img {
  border-radius: 50%;
  behavior: url(js/pie.htc);
  position: relative;
  display: inline-block;
}
.index .block-6_item > div {
  position: relative;
  top: 50px;
  left: 20px;
  display: inline-block;
}
.index .block-6_item > div p {
  font-style: italic;
  font-family: 'Times New Roman', Georgia, Serif;
  font-size: 18px;
  margin-left: 10px;
  margin-top: 5px;
}
.index .block-6_item h4 {
  text-transform: uppercase;
}
.index .block-6_item h4 span {
  text-transform: none;
  margin-left: 5px;
}
.index .block-7 {
  background: #f5f5f5;
  padding-bottom: 90px;
}
.index .block-7 h2 {
  margin-bottom: 44px;
}
.index .block-7_element_1 {
  margin: 21px 0 17px;
}
.index .block-7_element_2 span {
  display: block;
  font-size: 18px;
  font-family: 'Times New Roman', Georgia, Serif;
  font-style: italic;
}
.index .block-8 {
  padding: 48px 0 50px;
}
.index .block-8 .grid_12 > div {
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  letter-spacing: -1px;
}
.index .block-8 .grid_12 > div strong {
  font-weight: 900;
}
.index .block-8 .btn {
  float: right;
  padding: 0 35px 0 29px;
}
@media only screen and (max-width: 1199px) {
  .index .block-1 {
    padding: 130px 0 200px;
  }
  .index .block-8 .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .index .block-8 .btn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .index .block-3 img {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .index .block-4 img {
    margin-top: 30px;
  }
  .index .block-5 p {
    margin-bottom: 20px;
  }
  .index #touch_gallery a {
    margin-top: 60px;
  }
}
.index-1 .block-3 h2 {
  margin-bottom: 37px;
}
.index-1 .block-3 h3 {
  line-height: 30px;
  margin-bottom: 14px;
}
.index-1 .block-3 .video {
  height: 321px;
  margin-bottom: 57px;
}
.index-1 .block-3 .video iframe {
  width: 100%;
  height: 100%;
}
.index-1 .block-4 {
  background: #f5f5f5;
  padding-bottom: 25px;
}
.index-1 .block-4 h2 {
  margin-top: 46px;
}
.index-1 .block-4 h3 {
  margin-top: -3px;
  margin-bottom: 20px;
}
.index-1 .block-4 .sub_head {
  margin-bottom: 19px;
}
.index-1 .block-4 .grid_6 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.index-1 .block-4 img {
  width: 100%;
}
.index-1 .block-4_element {
  display: block;
  margin-top: 21px;
  padding-left: 4px;
  font-style: italic;
  font-size: 18px;
}
.index-1 .block-4_item {
  color: #000;
  margin-top: 7px;
  margin-bottom: 25px;
  display: block;
  font-style: italic;
  font-size: 18px;
}
.index-1 .block-4 .btn {
  padding: 0;
  width: 234px;
}
.index-1 .block-5 {
  padding-bottom: 21px;
}
.index-1 .block-5 h2 {
  padding-left: 30px;
}
.index-1 .block-5 .sub_head {
  margin-bottom: 34px;
  padding-bottom: 0;
  padding-left: 30px;
}
.index-1 .block-5 h4 {
  line-height: 30px;
  margin-bottom: 10px;
  max-height: 90px;
  overflow: hidden;
}
.index-1 .block-5 span {
  display: block;
  height: 60px;
  background-position: 3px 10px;
  background-repeat: no-repeat;
}
.index-1 .block-5 p {
  padding-bottom: 35px;
  padding-right: 0;
}
.index-1 .block-5 .fa {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .index-1 .block-4 .btn {
    width: auto;
  }
}
@media only screen and (max-width: 980px) {
  .index-1 .block-4 .btn {
    width: auto;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .index-1 .block-3 {
    padding-bottom: 40px;
  }
  .index-1 .block-4 img {
    margin-bottom: 20px;
  }
  .index-1 .block-4 .btn {
    margin-bottom: 40px;
  }
  .index-1 .block-5 .fa {
    text-align: center;
  }
}
.index-2 .block-3 h2 {
  margin-bottom: 46px;
}
.index-2 .block-3 .grid_6 {
  position: relative;
  margin-bottom: 50px;
}
.index-2 .block-3 .grid_6 img {
  width: 100%;
}
.index-2 .block-3 .grid_6 > div {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  position: absolute;
  padding: 20px;
  padding: 26px 30px 23px;
}
.index-2 .block-3 h3 {
  color: #f5f5f5;
  margin-bottom: 17px;
}
.index-2 .block-3 p {
  font-size: 18px;
  font-style: italic;
  font-family: 'Times New Roman', Georgia, Serif;
  color: #a1a1a1;
}
.index-2 .block-4 {
  background: #f5f5f5;
  padding-bottom: 7px;
}
.index-2 .block-4 .sub_head {
  margin-bottom: 36px;
}
.index-2 .block-4 .fa {
  color: #080808;
  margin-right: 2px;
  width: 74px;
}
.index-2 .block-4 .grid_4 {
  margin-bottom: 35px;
}
.index-2 .block-4 h3 {
  line-height: 30px;
  margin-bottom: 14px;
  width: 77%;
  display: inline-block;
}
.index-2 .block-5 {
  padding-bottom: 32px;
}
.index-2 .block-5 h2 {
  margin-bottom: 28px;
}
.index-2 .block-5 ul {
  list-style: none;
}
.index-2 .block-5 ul li {
  padding: 15px 0 15px 20px;
  background: url(../images/bullet.png) left 19px no-repeat;
  line-height: 18px;
  font-family: 'Times New Roman', Georgia, Serif;
  font-size: 18px;
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
  .index-2 .block-4 .fa {
    width: 100%;
    text-align: center;
  }
  .index-2 .block-4 h3 {
    width: 100%;
    max-height: 90px;
    overflow: hidden;
  }
  .index-2 .block-4 p {
    max-height: 120px;
    overflow: hidden;
  }
}
.index-3 .block-3 {
  padding: 48px 0;
  position: relative;
}
.index-3 .block-3 img {
  width: 100%;
}
.index-3 .block-3 .grid_4 {
  position: relative;
}
.index-3 .block-3 .grid_4 h2 {
  margin-bottom: 32px;
}
.index-3 .block-3 .grid_4 > div {
  position: absolute;
  bottom: 0;
  background: url(../images/index-3_bg.png) bottom left repeat-x;
  width: 100%;
}
.index-3 .block-3 .grid_4 > div a {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
.index-3 .block-3:before {
  content: "";
  display: block;
  height: 1px;
  background: rgba(111, 111, 111, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
}
.index-3 .block-4 h2 {
  margin-bottom: 46px;
}
.index-3 .block-4 #filters {
  text-align: center;
  margin-bottom: 50px;
}
.index-3 .block-4 .btn {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 43px;
  margin-right: 7px;
}
.index-3 .block-4 .btn:hover {
  text-decoration: none;
}
.index-3 .block-4 .active_btn {
  background: #000;
  color: #fff;
}
.index-3 .block-4 h3 {
  margin: 27px 0 20px;
}
.index-3 .block-4 .element_1,
.index-3 .block-4 .element_2,
.index-3 .block-4 .element_3,
.index-3 .block-4 .element_4 {
  font-style: italic;
  font-family: 'Times New Roman', Georgia, Serif;
  font-size: 18px;
}
.index-3 .block-4 .element_1 {
  margin-top: 18px;
}
.index-3 .block-4 .iso_item {
  margin-bottom: 40px;
}
.index-3 .block-4 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .index-3 .block-3 .grid_4 {
    margin-bottom: 20px;
  }
  .index-3 .block-4 .btn {
    margin-bottom: 20px;
  }
}
.index-4 .block-3 h2 {
  margin-bottom: 46px;
}
.index-4 .block-3 h3 {
  margin: 27px 0 20px;
}
.index-4 .block-3 .foot {
  font-style: italic;
  font-size: 18px;
  font-family: 'Times New Roman', Georgia, Serif;
  margin-bottom: 44px;
  margin-top: 18px;
}
.index-4 .block-3 .foot .fa {
  font-size: 18px;
  margin-top: 3px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #8d8d8d;
}
.index-4 .block-3 img {
  width: 100%;
}
.index-4 .block-3 .first_header {
  margin-top: 0;
}
.index-4 .block-3 a {
  color: #000000;
}
.index-5 .block-3 {
  padding-bottom: 44px;
}
.index-5 .block-3 h2 {
  margin-bottom: 36px;
}
.index-5 .block-3 h3 {
  line-height: 30px;
  margin-bottom: 17px;
}
.index-5 .block-3 p {
  font-style: italic;
  font-size: 18px;
  font-family: 'Times New Roman', Georgia, Serif;
}
.index-5 .block-3 span.tel {
  min-width: 90px;
  display: inline-block;
}
.index-5 #map-canvas,
.index-5 .content_map {
  height: 500px;
  position: relative;
}
.index-5 .block-4 {
  background: #f5f5f5;
}
.index-5 .block-4 h2 {
  margin-bottom: 46px;
  padding-left: 30px;
}
.index-5 .block-4 .grid_12 {
  text-align: center;
}
.index-6 .block-3 h2 {
  margin-bottom: 44px;
}
.index-6 .block-3 h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.index-6 .block-3 .mailto {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #ffa257;
  font-style: italic;
  font-size: 14px;
  display: block;
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 20px 0;
  background: #000;
}
#footer .footer-menu {
  margin-top: 25px;
}
#footer .footer-menu li {
  padding-right: 53px;
  float: right;
}
#footer .footer-menu li a {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
#footer .footer-menu li:first-child {
  padding-right: 0;
}
#footer .footer-menu .current a {
  text-decoration: underline;
}
#footer .social {
  margin-top: 15px;
}
#footer .social a {
  float: right;
  border-right: 1px solid #fff;
  padding-left: 23px;
  padding-right: 15px;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#footer .social a:first-child {
  border: none;
  padding-right: 0;
}
.copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-top: 23px;
}
.copyright a {
  color: #ffffff;
}
@media only screen and (max-width: 979px) {
  #footer .footer-menu li {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .logo h2 {
    font-size: 50px;
  }
  .index #header .block-1 {
    padding: 110px 0 150px 0;
  }
  .index .block-5 p {
    margin-bottom: 20px;
  }
  .index .block-7_element_2 span:last-child {
    margin-bottom: 20px;
  }
  .index .block-8 .btn {
    float: none;
    margin-top: 20px;
  }
  .index .block-8 .grid_12 > div {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .footer-menu {
    display: none;
  }
  #footer .social {
    text-align: center;
  }
  #footer .social a {
    float: none;
    display: inline-block;
  }
  #footer .social a:last-child {
    border-right: none;
  }
  #footer .social a:first-child {
    border-right: 1px solid #ddd;
    padding-right: 23px;
  }
  .copyright {
    text-align: center;
  }
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #000;
  width: 42px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #fff;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 90px;
  z-index: 8;
}
@media only screen and (max-width: 979px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 50%;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    z-index: 8;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
