@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400);
@import url(//fonts.googleapis.com/css?family=Droid+Sans:700);
@import url(//fonts.googleapis.com/css?family=Oleo+Script);
@import url(//fonts.googleapis.com/css?family=Josefin+Sans);
@import url(//fonts.googleapis.com/css?family=Asap);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 12px/16px "Droid Sans", sans-serif;
  color: #606060;
  background: #2a7588;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #dbd584;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 28px/28px "Josefin Sans", sans-serif;
  color: #312f2f;
  text-transform: uppercase;
}
h3 {
  font: 400 13px/18px "Asap", sans-serif;
  color: #000000;
}
h4 {
  font: 400 32px/36px "Josefin Sans", sans-serif;
  color: #476e03;
  text-transform: uppercase;
}
h5 {
  font: 400 18px/36px "Josefin Sans", sans-serif;
  color: #0A2C42;
  text-transform: uppercase;
}
h6 {
  font: 400 70px/52px "Josefin Sans", sans-serif;
  color: #204c68;
}
@media (max-width: 767px) {
  h6 {
    font-size: 50px;
    line-height: 50px;
  }
}
.heading1 {
  margin-bottom: 25px;
}
.heading2 {
  margin-bottom: 20px;
}
.heading3 {
  margin-bottom: 63px;
}
/* ======= Buttons ======= */
.btn-default {
  font: 400 13px/18px "Asap", sans-serif;
  color: #ffffff;
  background: #0A2C42;
  text-align: center;
  padding: 5px 20px 3px;
  text-transform: uppercase;
  display: inline-block;
}
.btn-default:hover {
  color: #ffffff;
  background: #dbd584;
}
.btn-simple {
  font: 400 20px/20px "Josefin Sans", sans-serif;
  color: #963c00;
  display: inline-block;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 34px 0 35px;
  background: #fdf7a0;
}
.wrapper2 {
  padding: 84px 0 66px;
}
.wrapper3 {
  padding: 52px 0 72px;
}
.wrapper4 {
  padding-bottom: 36px;
}
.wrapper5 {
  padding-bottom: 121px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #ffffff;
  padding: 9px 0 39px;
  border-bottom: 5px solid #fdf7a0;
}
#header .socials-block {
  text-align: right;
  margin-bottom: 4px;
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
  #header .socials-block {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
  float: left;
}
h1 a {
  display: block;
  font: 400 61px/52px "Josefin Sans", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
h1 a:hover {
  color: #ffffff;
}
@media (max-width: 979px) {
  h1 {
    float: none;
    text-align: center;
    display: block;
  }
  h1 a {
    display: inline-block;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  margin-top: 19px;
  float: right;
}
@media (max-width: 979px) {
  nav {
    float: none;
    display: inline-block;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 60px;
}
.sf-menu > li + li:before {
  display: block;
  position: absolute;
  content: '';
  width: 1px;
  height: 7px;
  background: #476e03;
  left: -30px;
  top: 7px;
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #000000;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: none;
  font: 400 19px/19px "Josefin Sans", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #000000;
  text-transform: uppercase;
}
.sf-menu > li > a:hover {
  color: #606060;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #606060;
}
.sf-menu .sfHover > a:after {
  color: #606060;
}
.sf-menu > li.current > a {
  color: #606060;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #606060;
}
.sf-menu > li.sfHover > a {
  color: #606060;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 98px;
  font: 400 12px/12px "Droid Sans", sans-serif;
  position: absolute;
  top: 34px;
  left: 50%;
  margin-left: -49px;
  background: #ffffff;
  text-align: center;
  padding: 12px 5px 4px 9px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -7px;
  top: -7px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ffffff transparent;
}
.sf-menu ul li {
  padding-bottom: 6px;
}
.sf-menu ul > li + li {
  padding-top: 8px;
  border-top: 1px solid #d0d0d0;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #606060;
  bottom: 5px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #606060;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #dbd584;
}
.sf-menu ul > .sfHover > a:after {
  color: #dbd584;
}
.sf-menu ul li.sfHover > a {
  color: #dbd584;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -4px;
  left: 98px;
  margin-left: 0;
  z-index: 4;
}
.sf-menu ul ul:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #dbd584;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 400 19px/19px "Josefin Sans", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
	text-transform: uppercase;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background: #ffffff;
}
.isStuck h1 a {
  font-size: 35px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
#content.common {
  padding-top: 77px;
}
/* ======= Banner 1 With a lot of images ======= */
.banner1 {
  overflow: hidden;
}
.banner1 .gallery_image {
  float: left;
  width: 20%;
}
.banner1 .banner1_images-wrapper {
  width: 120%;
  margin-left: -10%;
}
@media (max-width: 767px) {
  .banner1 .gallery_image {
    width: 50%;
  }
  .banner1 .banner1_images-wrapper {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .banner1 .gallery_image {
    width: 100%;
  }
}
/* ======= Banner 2 Hello! ======= */
.banner2 {
  text-align: center;
  padding: 52px 0 30px;
}
.banner2 h6 {
  margin-bottom: 21px;
}
.banner2 p {
  font: 700 26px/36px "Droid Sans", sans-serif;
  color: #000000;
}
@media (max-width: 767px) {
  .banner2 p {
    font-size: 15px;
    line-height: 20px;
  }
}
/* ======= Box 1 Hello! ======= */
.box1 {
  position: relative;
  padding-left: 100px;
}
.box1 img {
  position: absolute;
  left: 0;
  top: 2px;
}
.box1 h4 {
  margin-bottom: 12px;
}
.box1 .heading {
  display: block;
  font: 400 12px/16px "Asap", sans-serif;
  color: #476e03;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.box1 p {
  color: #476e03;
}
.box1 .btn-simple {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 50px;
    padding-right: 20px;
  }
}
/* ======= Box 2 Welcome ======= */
.box2 img {
  margin-bottom: 24px;
}
.box2 h3 {
  margin-bottom: 6px;
}
.box2 .btn-default {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
}
/* ======= Post 1 News ======= */
.post1 time {
  display: block;
  margin-bottom: 9px;
  font: 700 13px/18px "Asap", sans-serif;
  color: #2a7588;
}
.post1 time.time__color1 {
  color: #204c68;
}
.post1 h3 {
  margin-bottom: 11px;
}
/* ======= Wrapper for divider ======= */
.wrapper-for-divider {
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* ======= Divider 1 ======= */
.divider1 {
  position: absolute;
  width: 1px;
  margin-left: 35px;
  height: 100%;
  background: #e3e3e3;
  display: inline-block;
}
@media (max-width: 767px) {
  .divider1 {
    display: none;
  }
}
/* ======= Box 3 Latest reviews ======= */
.box3 {
  position: relative;
  padding: 8px 0 8px 100px;
}
.box3 img {
  position: absolute;
  top: 0;
  left: 0;
}
.box3 p .highlighted {
  display: block;
  color: #dbd584;
}
.box3 p .highlighted a:hover {
  color: #2a7588;
}
/* ======= Box 3 Wrapper ======= */
.box3-wrapper1 {
  margin-top: -3px;
}
.box3-wrapper1 h3 {
  margin-bottom: 17px;
}
.box3-wrapper1 .box3 {
  margin-bottom: 29px;
}
.box3-wrapper1 .btn-default {
  margin-top: 7px;
}
.box3-wrapper1.box3-wrapper1__inset1 .btn-default {
  background: #2a7588;
}
@media (max-width: 767px) {
  .box3-wrapper1.box3-wrapper1__inset1 {
    margin-bottom: 70px;
  }
}
/* ======= Box 4 Reviews ======= */
.box4 {
  margin-bottom: 25px;
}
.box4 h3 {
  margin-bottom: 6px;
}
.box4 .btn-default {
  margin-top: 26px;
}
/* ======= Box 5 Films & TV ======= */
.box5 h5 {
  margin-bottom: 4px;
}
@media (max-width: 1199px) {
  .box5 h5 {
    line-height: 24px;
  }
}
/* ======= Box 5 Wrapper 1 ======= */
.box5-wrapper1 {
  margin-top: -11px;
}
.box5-wrapper1 .box5 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .box5-wrapper1 .box5 {
    margin-bottom: 40px;
  }
}
/* ======= Box 6 Gallery ======= */
.box6 {
  margin-bottom: 30px;
}
.box6 .content {
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 25px 18px 35px;
}
.box6 .content h5 {
  margin-bottom: 9px;
  line-height: 24px;
}
/* ======= Post 2 Blog ======= */
.post2 {
  margin-top: 4px;
  padding-bottom: 36px;
  margin-bottom: 35px;
  position: relative;
}
.post2:after {
  width: 100%;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: url(../images/dashed-border.png) repeat-x center left;
}
.post2 time {
  margin-top: -3px;
  color: #204c68;
  display: block;
  margin-bottom: 9px;
  font: 700 13px/18px "Asap", sans-serif;
}
.post2 .info {
  font: 400 13px/18px "Asap", sans-serif;
  color: #000000;
  text-transform: uppercase;
}
.post2 .info span {
  display: block;
}
.post2 .info a {
  color: #606060;
}
.post2 .info a:hover {
  color: #dbd584;
}
.post2 h5 {
  margin-top: -2px;
  line-height: 20px;
  margin-bottom: 12px;
}
.post2 p {
  margin-bottom: 16px;
}
.post2 .btn-default {
  margin-top: 10px;
  background: #dbd584;
}
.post2 .btn-default:hover {
  background: #2a7588;
}
@media (max-width: 767px) {
  .post2 .info {
    margin-bottom: 20px;
  }
  .post2 img {
    margin-bottom: 20px;
  }
  .post2 br {
    display: none;
  }
}
/* ======= Box 7 Privacy Policy ======= */
.box7 {
  margin-bottom: 21px;
}
.box7 h3 {
  margin-bottom: 6px;
}
.box7 .simple-link {
  margin-top: 16px;
  margin-bottom: 5px;
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 374px;
  margin-bottom: 25px;
}
/* ======= Address  ======= */
address.location {
  margin-bottom: 71px;
  font: 400 18px/24px "Josefin Sans", sans-serif;
  color: #0A2C42;
  display: block;
}
@media (max-width: 767px) {
  address.location {
    margin-bottom: 30px;
  }
}
address.contacts {
  margin-bottom: 71px;
  display: block;
}
address.contacts .wrapper {
  display: block;
}
address.contacts .wide {
  display: inline-block;
  min-width: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  address.contacts .wide {
    min-width: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  address.contacts {
    margin-bottom: 30px;
  }
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  text-decoration: underline;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 19px;
  position: relative;
  font: 400 14px/14px "Droid Sans", sans-serif;
  color: #606060;
}
.list1 li:before {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '';
  left: 0;
  top: 7px;
}
.list1 li + li {
  margin-top: 11px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 5px;
}
.socials1 li a i {
  color: #ffffff;
  background: #dbd584;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 25px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i.fa-facebook {
  background: #4264ab;
}
.socials1 li a i.fa-facebook:hover {
  background: #6082c9;
}
.socials1 li a i.fa-twitter {
  background: #36dfeb;
}
.socials1 li a i.fa-twitter:hover {
  background: #18c1cd;
}
.socials1 li a i.fa-instagram {
  background: #a735b1;
}
.socials1 li a i.fa-instagram:hover {
  background: #634cc1;
}
.socials1 li a i.fa-rss {
  background: #ff9124;
}
.socials1 li a i.fa-rss:hover {
  background: #ffaf42;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
}
.gallery_image a.big-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  border-radius: 300px;
  width: 68px;
  height: 67px;
  background: url(../images/gallery_arrow.png) no-repeat center 0 #dbd584;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  border-top: 1px solid #eaeaea;
  background: #000000;
  color: #ffffff;
  padding: 48px 0;
  font: 400 11px/18px "Droid Sans", sans-serif;
}
#footer .info-block {
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 767px) {
  #footer .info-block {
    float: left;
  }
}
#footer .info-block span {
  display: inline-block;
  position: relative;
}
#footer .info-block span + span {
  margin-left: 18px;
}
#footer .info-block span + span:before {
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 10px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: -12px;
  top: 6px;
}
#footer .info-block span a:hover {
  color: #312f2f;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #c5c5c5;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #dbd584;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/