@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=Roboto:400,500);
@import url(fl-bigmug-line.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #888;
  font: 400 14px/28px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}	
	
img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h1 {
  font-size: 60px;
  line-height: 93px;
}

h2 {
  font-size: 56px;
  line-height: 93px;
}

h3 {
  font-size: 45px;
  line-height: 72px;
}
h3{ position:relative; }
h3 span{ position:absolute; top:-200px;}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p a:hover, .marked-list a:hover, .list a:hover, cite a:hover {
  text-decoration: underline;
}

p .fa, .marked-list .fa, .list .fa, cite .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;
}

small {
  font-size: 12px;
}

.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;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

.mg-add1 {
  margin-top: 13px;
}

.mg-add2 {
  margin-top: 18px;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 15px;
}

img + * {
  margin-top: 25px;
}

* + .row {
  margin-top: 49px;
}

.img1 + * {
  margin-top: 29px;
}

h3 + p {
  margin-top: 21px;
}

h3 + .off1 {
  margin-top: 21px;
}

h3 + .off2 {
  margin-top: 40px;
}

h3 + .off3 {
  margin-top: 30px;
}

h3 + .flex-list {
  margin-top: 18px;
}

p + .subscribe-form {
  margin-top: 30px;
}

.contact-list + .inline-list {
  margin-top: 55px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}

.brand:before {
  position: relative;
  top: -2px;
  left: -5px;
  display: inline-block;
  width: 411px;
  height: 63px;
  content: "";
  background: url(../images/logo.png);
}

.brand a {
  font-size: 34px;
  line-height: 63px;
  color: #867875;
}

/*==================  Backgrounds  ======================*/
.primary {
  color: #867875;
}

.primary a {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.primary a:hover {
  color: #333;
}

.bg-primary {
  background: #b0b0b1;
}

.bg-primary h3,
.bg-primary h4,
.bg-primary p {
  color: #fff;
}

.bg-secondary2 {
  background: #f4f4f4;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-youtube {
  font-size: 20px;
  line-height: 27px;
  color: #d9d9d9;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus:hover,
.fa-youtube:hover {
  color: #333;
}

.img1 {
  font-size: 75px;
  line-height: 75px;
  color: #fff;
}

/*==================    Buttons    ======================*/
.btn {
  display: block;
  padding: 16px 17px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #f2d12d;
  border: 2px solid #f5e286;
  border-right-color: #dbd9d9;
  border-bottom-color: #dbd9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.17);
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn:hover {
  background: #867875;
  border-top-color: #dbd9d9;
  border-right-color: #dbd9d9;
  border-bottom-color: #dbd9d9;
  border-left-color: #dbd9d9;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.17);
}

.btn:active {
  background: #48b34c;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
  padding-right: 29px;
}

.box_aside img {
  margin-top: 11px;
  border: 2px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.box_cnt__no-flow {
  overflow: hidden;
}

@media (max-width: 479px) {
  .box_aside, .box_cnt {
    float: none;
  }
  .box_aside {
    display: block;
    text-align: center;
    padding-right: 0;
  }
  .box_aside + .box_cnt {
    margin-top: 30px;
  }
}

/*================      Flex List     ===================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex-list li {
  display: table-cell;
  text-align: center;
}

@media (max-width: 1199px) {
  .flex-list {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .flex-list li {
    display: block;
  }
  .flex-list li + li {
    margin-top: 16px;
  }
}

@media (max-width: 479px) {
  .flex-list {
    text-align: center;
  }
  .flex-list li {
    display: inline-block;
  }
}

/*================    Inline List     ===================*/
.inline-list:before, .inline-list:after {
  display: table;
  content: "";
  line-height: 0;
}

.inline-list:after {
  clear: both;
}

.inline-list li {
  float: left;
}

.inline-list li + li {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .inline-list {
    text-align: center;
  }
  .inline-list li {
    float: none;
    display: inline-block;
  }
}

/*================    Product List   ====================*/
.product-list li {
  position: relative;
  padding-left: 120px;
}

.product-list li:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 92px;
  height: 92px;
  font-size: 35px;
  line-height: 92px;
  text-align: center;
  color: #fff;
  background: #867875;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-list li + li {
  margin-top: 33px;
}

/*================   Contact List  ====================*/
.contact-list li {
  position: relative;
  padding-left: 55px;
  font-size: 16px;
}

.contact-list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  font-size: 28px;
  color: #867875;
}

.contact-list li a:hover {
  color: #867875;
}

.contact-list li + li {
  margin-top: 16px;
}

@media (max-width: 479px) {
  .contact-list li {
    padding-left: 46px;
  }
}

/*================   Pricing Table  ==================*/
.pricing-table > div {
  padding: 23px 30px 31px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-table > div h4 {
  color: #867875;
}

@media (max-width: 767px) {
  .pricing-table > div h4 {
    text-align: center;
  }
}

.pricing-table > div h4 + .price {
  margin-top: 10px;
}

.pricing-table > div .price + ul {
  margin-top: 8px;
}

.pricing-table > div ul {
  position: relative;
  border-bottom: 3px solid #e9e6e6;
}

@media (max-width: 767px) {
  .pricing-table > div ul {
    text-align: center;
  }
}

.pricing-table > div ul:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -30px;
  right: -30px;
  border-top: 3px solid #e9e6e6;
}

.pricing-table > div ul:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -30px;
  right: -30px;
  border-bottom: 3px solid #e9e6e6;
}

.pricing-table > div ul li {
  position: relative;
  padding: 16px 0 15px;
}

.pricing-table > div ul li + li:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -30px;
  right: -30px;
  height: 1px;
  background: #e9e6e6;
}

.pricing-table > div ul + .btn {
  margin-top: 29px;
}

@media (max-width: 979px) and (min-width: 767px) {
  .pricing-table > div {
    padding: 23px 10px 31px;
  }
  .pricing-table > div ul:before {
    left: -10px;
    right: -10px;
  }
  .pricing-table > div ul:after {
    left: -10px;
    right: -10px;
  }
}

.price {
  vertical-align: baseline;
}

.price span {
  font-size: 56px;
  color: #000;
  line-height: 63px;
  vertical-align: baseline;
}

.price span + span {
  font-size: 16px;
  line-height: 63px;
  vertical-align: baseline;
  color: #888;
}

@media (max-width: 767px) {
  .price {
    text-align: center;
  }
}

/*================       Quote      ====================*/
blockquote {
  padding: 18px 29px 22px;
  background: #f4f4f4;
  border: 1px solid #e9e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

blockquote + blockquote {
  margin-top: 30px;
}

q {
  font-size: 24px;
  line-height: 38px;
}


q:before {
  position: relative;
  top: 22px;
  left: -6px;
  content: "";
  font-family: Roboto;
  font-size: 74px;
  line-height: 38px;
  vertical-align: bottom;
  color: #867875;
}


@media (max-width: 479px) {
  q {
    font-size: 20px;
    line-height: 24px;
  }
  q:before {
    line-height: 24px;
    top: 16px;
    left: -2px;
  }
}

cite {
  display: block;
  color: #867875;
}

p + cite {
  margin-top: 13px;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background-color: #555;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  color: #fff;
  background: #867875;
  text-decoration: none;
}

.ui-to-top.icon-circle {
  line-height: 31px;
  width: 35px;
  height: 35px;
}

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}

/*==================   Accordion    ======================*/
.accordion_header {
  padding: 14px 46px 14px 29px;
  border: 2px solid #e9e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.accordion_header:hover {
  border-color: #867875;
}

.accordion_cnt {
  padding: 19px 31px 34px;
  background: #f4f4f4;
  border: 1px solid #e9e6e6;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ui-accordion-header-active {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ui-accordion-header {
  position: relative;
  cursor: pointer;
}

.ui-accordion-header:after {
  position: absolute;
  top: 18px;
  right: 20px;
  content: "\e001";
  font: 400 24px/20px "fl-bigmug-line";
  color: #867875;
}

.ui-accordion-header-active:after {
  color: #aeadad;
  content: "\e06e";
}

.ui-accordion-header:focus {
  outline: none;
}

.accordion_cnt + .accordion_header {
  margin-top: 10px;
}

/*==================  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;
  -webkit-background-size: cover;
  background-size: cover;
}

.parallax_pattern {
  background-repeat: repeat;
}

.parallax_cnt {
  position: relative;
}

/*
* @subsection   RD Mail Form
*
* @description  Describes style declarations for RD Mail Form extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.1.2
*/
.booking-form {
  /*
* MF Controls
*/
  /*
* MF Placeholder
*/
  /*
* MF Validation
*/
  /*
* MF Submit
*/
  /*
* MF Icon
*/
}

.booking-form .rd-mailform {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.booking-form .rd-mailform fieldset {
  border: none;
}

.booking-form .rd-mailform fieldset > .row + .row {
  margin-top: 10px;
}

.booking-form .rd-mailform label {
  display: block;
  width: 100%;
  margin-top: 27.5px;
}

.booking-form .rd-mailform label:first-child {
  margin-top: 0;
}

.booking-form .rd-mailform label input, .booking-form .rd-mailform label select {
  height: 55px;
}

.booking-form .rd-mailform label input, .booking-form .rd-mailform label textarea {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 34px;
  color: #817F7F;
  background: white;
  border: 2px solid #e9e6e6;
  border-radius: 3px;
}

.booking-form .rd-mailform label input:-moz-placeholder, .booking-form .rd-mailform label textarea:-moz-placeholder {
  color: #817F7F;
  opacity: 1;
}

.booking-form .rd-mailform label input::-webkit-input-placeholder, .booking-form .rd-mailform label textarea::-webkit-input-placeholder {
  color: #817F7F;
  opacity: 1;
}

.booking-form .rd-mailform label input::-moz-placeholder, .booking-form .rd-mailform label textarea::-moz-placeholder {
  color: #817F7F;
  opacity: 1;
}

.booking-form .rd-mailform label input:-ms-input-placeholder, .booking-form .rd-mailform label textarea:-ms-input-placeholder {
  color: #817F7F;
  opacity: 1;
}

.booking-form .rd-mailform label textarea {
  resize: vertical;
  overflow: auto;
  min-height: 55px;
  height: 191px;
  max-height: 286.5px;
}

@media (min-width: 768px) {
  .booking-form .rd-mailform label {
    margin-top: 10px;
  }
}

.booking-form .mfControls button {
  margin-top: 30px;
  padding: 21px 17px;
  width: 100%;
}

@-webkit-keyframes fout {
  0% {
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  100% {
    -moz-transform: scale(0) translateX(0);
    -ms-transform: scale(0) translateX(0);
    -o-transform: scale(0) translateX(0);
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
  }
}

@keyframes fout {
  0% {
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  100% {
    -moz-transform: scale(0) translateX(0);
    -ms-transform: scale(0) translateX(0);
    -o-transform: scale(0) translateX(0);
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
  }
}

.booking-form .mfPlaceHolder {
  cursor: text;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10.5px 18px;
  font-weight: inherit;
  font-size: 16px;
  line-height: 34px;
  color: #817F7F;
  opacity: 1;
  transition: .2s all ease;
}

*:-webkit-autofill ~ .booking-form .mfPlaceHolder {
  opacity: .4;
}

.booking-form .mfPlaceHolder.state-1 {
  opacity: .0;
}

*:-webkit-autofill ~ .booking-form .mfPlaceHolder {
  display: none;
}

.mfInput.filled .booking-form .mfPlaceHolder.state-1 {
  display: none;
}

.booking-form .mfValidation {
  position: absolute;
  top: 0;
  padding-left: 18px;
  right: 7px;
  color: #f00;
  font-weight: inherit;
  font-size: 9px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  pointer-events: none;
  transition: .3s all ease;
}

.booking-form .mfValidation.show {
  opacity: 1;
  visibility: visible;
}

.booking-form .mfValidation.hide, .booking-form .mfValidation.valid {
  opacity: 0;
  visibility: hidden;
}

.booking-form .mfInfo,
.booking-form .mfProgress {
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 17px;
  height: 24px;
  color: #FFF;
  background: #111;
  border-radius: 3px;
  line-height: 20px;
  font-size: 13px;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(83px);
  -ms-transform: translateY(83px);
  -o-transform: translateY(83px);
  -webkit-transform: translateY(83px);
  transform: translateY(83px);
  z-index: 999;
}

.booking-form .mfInfo .loader,
.booking-form .mfProgress .loader {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}

.booking-form .mfInfo .loader, .booking-form .mfInfo .loader:before, .booking-form .mfInfo .loader:after,
.booking-form .mfProgress .loader,
.booking-form .mfProgress .loader:before,
.booking-form .mfProgress .loader:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.booking-form .mfInfo .loader:before, .booking-form .mfInfo .loader:after,
.booking-form .mfProgress .loader:before,
.booking-form .mfProgress .loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.booking-form .mfInfo .loader:before,
.booking-form .mfProgress .loader:before {
  -webkit-animation: mfLoader 1.1s infinite linear;
  -moz-animation: mfLoader 1.1s infinite linear;
  -ms-animation: mfLoader 1.1s infinite linear;
  -o-animation: mfLoader 1.1s infinite linear;
  animation: mfLoader 1.1s infinite linear;
  border: 2px solid #FFF;
  border-top-color: transparent;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  transition: .3s all ease;
}

.booking-form .mfInfo .loader:after,
.booking-form .mfProgress .loader:after {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 20px;
  transition: .6s all ease;
  -moz-transform: rotate(-90deg) scale(0);
  -ms-transform: rotate(-90deg) scale(0);
  -o-transform: rotate(-90deg) scale(0);
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
}

.booking-form .mfInfo.fail,
.booking-form .mfProgress.fail {
  background: #F34234;
}

.booking-form .mfInfo.fail .loader:after,
.booking-form .mfProgress.fail .loader:after {
  content: '\f00d';
}

.booking-form .mfInfo.success,
.booking-form .mfProgress.success {
  background: #2E7D32;
}

.booking-form .mfInfo.success .loader:after,
.booking-form .mfProgress.success .loader:after {
  content: '\f00c';
}

.booking-form .mfInfo.fail .loader:before, .booking-form .mfInfo.success .loader:before,
.booking-form .mfProgress.fail .loader:before,
.booking-form .mfProgress.success .loader:before {
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.booking-form .mfInfo.fail .loader:after, .booking-form .mfInfo.success .loader:after,
.booking-form .mfProgress.fail .loader:after,
.booking-form .mfProgress.success .loader:after {
  opacity: 1;
  visibility: visible;
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.booking-form .mfInfo.fail, .booking-form .mfInfo.success, .booking-form .mfInfo.sending,
.booking-form .mfProgress.fail,
.booking-form .mfProgress.success,
.booking-form .mfProgress.sending {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 768px) {
  .booking-form .mfInfo,
  .booking-form .mfProgress {
    bottom: 24px;
    left: 50%;
    -moz-transform: translate(-50%, 83px);
    -ms-transform: translate(-50%, 83px);
    -o-transform: translate(-50%, 83px);
    -webkit-transform: translate(-50%, 83px);
    transform: translate(-50%, 83px);
  }
  .booking-form .mfInfo.fail, .booking-form .mfInfo.success, .booking-form .mfInfo.sending,
  .booking-form .mfProgress.fail,
  .booking-form .mfProgress.success,
  .booking-form .mfProgress.sending {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.booking-form .mfInput[data-add-icon] input, .booking-form .mfInput[data-add-icon] .mfPlaceHolder {
  padding-right: 44px;
}

.booking-form .mfIcon {
  position: absolute;
  text-align: center;
  top: 15.5px;
  right: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #888;
  font: 400 20px/24px "FontAwesome";
}

.booking-form .mfIcon span:before, .booking-form .mfIcon span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -10px;
  transition: .4s all ease-in-out;
}

.booking-form .mfIcon span:before {
  content: "";
}

.booking-form .mfIcon span:after {
  content: "";
  -moz-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  -webkit-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  -webkit-animation: zoom-out 0.4s ease-in-out 1 forwards;
  -moz-animation: zoom-out 0.4s ease-in-out 1 forwards;
  -ms-animation: zoom-out 0.4s ease-in-out 1 forwards;
  -o-animation: zoom-out 0.4s ease-in-out 1 forwards;
  animation: zoom-out 0.4s ease-in-out 1 forwards;
}

.booking-form .mfIcon.state-1:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #888;
  -webkit-animation: line 1.2s 0.4s infinite;
  -moz-animation: line 1.2s 0.4s infinite;
  -ms-animation: line 1.2s 0.4s infinite;
  -o-animation: line 1.2s 0.4s infinite;
  animation: line 1.2s 0.4s infinite;
}

.booking-form .mfIcon.state-1 span:before {
  -moz-transform: scale(0) rotate(90deg);
  -ms-transform: scale(0) rotate(90deg);
  -o-transform: scale(0) rotate(90deg);
  -webkit-transform: scale(0) rotate(90deg);
  transform: scale(0) rotate(90deg);
}

.booking-form .mfIcon.state-1 span:after {
  -moz-transform: scale(1) rotate(-35deg);
  -ms-transform: scale(1) rotate(-35deg);
  -o-transform: scale(1) rotate(-35deg);
  -webkit-transform: scale(1) rotate(-35deg);
  transform: scale(1) rotate(-35deg);
  -webkit-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  -moz-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  -ms-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  -o-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
}

.booking-form .mfIcon.state-2 span:before {
  content: "";
  -moz-transform: scale(0) rotate(90deg);
  -ms-transform: scale(0) rotate(90deg);
  -o-transform: scale(0) rotate(90deg);
  -webkit-transform: scale(0) rotate(90deg);
  transform: scale(0) rotate(90deg);
}

.booking-form .mfIcon.state-2 span:after {
  -moz-transform: scale(1) rotate(-210deg);
  -ms-transform: scale(1) rotate(-210deg);
  -o-transform: scale(1) rotate(-210deg);
  -webkit-transform: scale(1) rotate(-210deg);
  transform: scale(1) rotate(-210deg);
  -webkit-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  -moz-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  -ms-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  -o-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
}

@-webkit-keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}

@keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}

@-webkit-keyframes anim-2 {
  0% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  25% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  75% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}

@keyframes anim-2 {
  0% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  25% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  75% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}

@-webkit-keyframes anim-3 {
  0% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
}

@keyframes anim-3 {
  0% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
}

@-webkit-keyframes zoom-out {
  0% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
  100% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
}

@keyframes zoom-out {
  0% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
  100% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
}

@-webkit-keyframes zoom-in-state-1 {
  0% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
  100% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
}

@keyframes zoom-in-state-1 {
  0% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
  100% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
}

@-webkit-keyframes zoom-in-state-2 {
  0% {
    -moz-transform: scale(0) rotate(-35deg);
    -ms-transform: scale(0) rotate(-35deg);
    -o-transform: scale(0) rotate(-35deg);
    -webkit-transform: scale(0) rotate(-35deg);
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    -moz-transform: scale(1) rotate(150deg);
    -ms-transform: scale(1) rotate(150deg);
    -o-transform: scale(1) rotate(150deg);
    -webkit-transform: scale(1) rotate(150deg);
    transform: scale(1) rotate(150deg);
  }
}

@keyframes zoom-in-state-2 {
  0% {
    -moz-transform: scale(0) rotate(-35deg);
    -ms-transform: scale(0) rotate(-35deg);
    -o-transform: scale(0) rotate(-35deg);
    -webkit-transform: scale(0) rotate(-35deg);
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    -moz-transform: scale(1) rotate(150deg);
    -ms-transform: scale(1) rotate(150deg);
    -o-transform: scale(1) rotate(150deg);
    -webkit-transform: scale(1) rotate(150deg);
    transform: scale(1) rotate(150deg);
  }
}

@-webkit-keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}

@keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}

.booking-form .mfInput input[name='phone'] ~ .mfIcon span:before,
.booking-form .mfInput select[name='phone'] ~ .mfIcon span:before,
.booking-form .mfInput textarea[name='phone'] ~ .mfIcon span:before {
  content: "";
}

.booking-form .mfInput input[name='email'] ~ .mfIcon span:before,
.booking-form .mfInput select[name='email'] ~ .mfIcon span:before,
.booking-form .mfInput textarea[name='email'] ~ .mfIcon span:before {
  content: "";
}

.booking-form .mfInput input[name='name'] ~ .mfIcon span:before,
.booking-form .mfInput select[name='name'] ~ .mfIcon span:before,
.booking-form .mfInput textarea[name='name'] ~ .mfIcon span:before {
  content: "";
}

.booking-form .mfInput input[name='date'] ~ .mfIcon span:before,
.booking-form .mfInput select[name='date'] ~ .mfIcon span:before,
.booking-form .mfInput textarea[name='date'] ~ .mfIcon span:before {
  content: "";
}

.booking-form .mfInput input[name='guests'] ~ .mfIcon span:before,
.booking-form .mfInput select[name='guests'] ~ .mfIcon span:before,
.booking-form .mfInput textarea[name='guests'] ~ .mfIcon span:before {
  content: "";
}

.booking-form .mfInput input[name='message'] ~ .mfIcon,
.booking-form .mfInput select[name='message'] ~ .mfIcon,
.booking-form .mfInput textarea[name='message'] ~ .mfIcon {
  display: none;
}

.booking-form .mfInput input:-webkit-autofill ~ .mfIcon span:before,
.booking-form .mfInput textarea:-webkit-autofill ~ .mfIcon span:before {
  color: #2D2D2D;
}

/*
* @subsection   RD Mail Form
*
* @description  Describes style declarations for RD Mail Form extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.1.2
*/
.subscribe-form {
  display: inline-block;
  width: 100%;
  max-width: 588px;
}

.subscribe-form .rd-mailform {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form .mfControls {
  display: block;
  margin-top: 20px;
}

.subscribe-form .mfControls button {
  display: inline-block;
  padding: 11px 17px;
  width: 169px;
}

@media (min-width: 992px) {
  .subscribe-form .rd-mailform {
    display: flex;
  }
  .subscribe-form .form-wrap {
    flex: 0 1 100%;
  }
  .subscribe-form .mfControls {
    margin-top: 0;
    margin-left: 5px;
  }
}

/*
* @subsection   RD Mail Form
* @description  Describes style declarations for RD Mail Form extension
*/
.contact-form .rd-mailform {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.contact-form .mfControls {
  margin-top: 34px;
  display: inline-block;
}

.contact-form .mfControls button {
  width: 169px;
  padding: 11px 17px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
}

/*
*
* Snackbars
* --------------------------------------------------
*/
.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-align: left;
  background-color: #333;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.snackbars .icon-xxs {
  font-size: 18px;
}

.snackbars p span:last-child {
  padding-left: 14px;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .snackbars {
    max-width: 380px;
    padding: 12px 15px;
    font-size: 16px;
  }
}

/*========================================================
                     HEADER  Section
=========================================================*/
nav {
  padding-top: 25px;
  padding-bottom: 5px;
  background: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:100;

}

nav ul
{
	float:right;
	margin-top:2px;
}
nav li
{
	float:left;
	padding-left:20px;
	padding-right:20px;

}

.nav a {
  transition: .3s all ease;}
  
.logo  {
	float:left;}

header {
  padding-top: 0px;
  padding-bottom: 107px;
  background: #fff url(../images/header-bg.jpg) left center no-repeat;
  background-size: 100%;
  margin-top:120px;

}

header:before, header:after {
  display: table;
  content: "";
  line-height: 0;
}

header:after {
  clear: both;
}

header .brand {
  float: left;

}

header h2 {
  float: right;
  width: 560px;
  display: inline-block;
  clear: right;
  text-align: right;
  font-size: 24px;
  line-height: 43px;

}

header h3 {
  float: right;
  width: 560px;
  display: inline-block;
  clear: right;
  text-align: right;
  font-size: 40px;
  line-height: 62px;
}

@media (max-width: 1199px) {
	
nav{
    float:none;
    text-align: center;
	position: fixed;
  }
nav ul {
    float:none;
    text-align: center;
  }

.telefon {float:none;
    vertical-align: center;} 

  nav h2,
  nav .brand,
  nav .booking-form {
    float: none;
	
  }
 nav h2 {
    text-align: center;
  }

  header {
    background: #fff;
	background: #fff url(../images/header-bg.jpg) right center no-repeat;
    text-align: center;
	padding-top:0px;
	  margin-top:160px;
	  padding-bottom:40px;
  }
  header h2, header h3,
  header .brand,
  header .booking-form {
    float: none;
  }
  header h2 {
    text-align: center;
  }
   header h3 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  header h2 {
    width: 100%;
    font-size: 20px;
    line-height: 38px;
  }
    header h3 {
    width: 100%;
    font-size: 26px;
    line-height: 30px;
  }
    nav {

    text-align: center;
	padding-bottom:10px;

  }
  nav li {
    float:left;
    text-align: center;
	padding-left:7px;
	padding-right:7px;
  }
  .logo  {
	float:none;
	text-align: center;
	width:100px;
	}
	
}

@media (max-width: 479px) {
  header h2 {
    font-size: 18px;
    line-height: 30px;
  }
    header h3 {
    font-size: 26px;
    line-height: 30px;
  }
  
  .brand:before {
  position: relative;
  top: -5px;
  left: 7px;
  display: inline-block;
  width: 244px;
  height: 46px;
  content: "";
  background: url(../images/logo-smartphone.png);
}
  
  header .brand:before {
    display: inline-block;
  }
  header .brand a {
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
	
  }
  
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 61.4035088%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt1 {
  font-size: 24px;
  line-height: 38px;
}

@media (max-width: 979px) {
  h3 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  article + article {
    margin-top: 50px !important;
  }
}

/*==================      Well     ======================*/
.well {
  padding-top: 81px;
  padding-bottom: 100px;
}

.well2 {
  padding-top: 71px;
  padding-bottom: 88px;
}

.well3 {
  padding-top: 89px;
  padding-bottom: 106px;
}

.well4 {
  padding-top: 73px;
  padding-bottom: 106px;
}

.well5 {
  padding-top: 86px;
  padding-bottom: 116px;
}

.well6 {
  padding-top: 53px;
  padding-bottom: 63px;
}

.ins1 {
  padding-top: 76px;
}

.ins2 {
  padding-top: 86px;
}

.ins3 {
  padding-top: 108px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
}

@media (max-width: 767px) {
  footer h3,
  footer .copyright {
    text-align: center;
  }
}

.copyright {
  font-size: 12px;
  margin-top: -12px;
}

* + .copyright {
  margin-top: 20px;
}



/*# sourceMappingURL=style.css.map */
