/* ****************************************** */
/*             General settings               */
/* ****************************************** */

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro/source-sans-pro-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro/source-sans-pro-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro/source-sans-pro-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro/source-sans-pro-v10-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

#cookie-bar {background-color: rgba(0, 0, 0, 0.7) !important; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0; z-index:19999;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}

body {
    width: 100%;
    height: 100%;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
}

html {
    width: 100%;
    height: 100%;
	font-size: 16px;
}

.clear {clear:both;}

.border {
	border:1px solid #FF0000;
}

.container-full-width {
	width:100%;
	padding: 0;
	margin: 0;
}

section {
	padding-bottom:25px;
}

.section-no-padding {
	padding-bottom:0px;
}

.section-headline {
	margin-bottom:25px;
}

.devider-25 {
	margin-bottom:25px;
}

.green {color: #00AD48;}
.red {color: #FF0000;}
.white {color: #FFFFFF;}
.black {color: #000000;}

.nopadding {
   padding: 0 !important;
}

.nomargin {
   margin: 0 !important;
}

.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000000;
}
.form-control::-webkit-input-placeholder {
  color: #000000;
}

.rounded-corners-5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* ****************************************** */ 
/*                   Buttons                  */
/* ****************************************** */

.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 6px 0;
  font-size: 20px;
  line-height: 2.00;
  border-radius: 30px;
  background:rgba(0,0,0,0.5);
border:1px solid rgba(255,255,255,0.5);
color:#FFFFFF;
}

/* ****************************************** */
/*                   Slider                   */
/* ****************************************** */
.carousel-inner, .carousel, .item, .slider-container, .caro {
	height:100%;
	width:100%;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    background-position: center center;

    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
}

.caro-bg-scroll {
	    -webkit-background-attachment: scroll;
    -moz-background-attachment: scroll;
    -o-background-attachment: scroll;
    background-attachment: scroll;
}

.carousel-caption {
	top: 50%;
	left:10%;
	width:80%;
	transform: translateY(-50%);
	bottom: initial;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.captions-headline {
	font-size:3em;
	color:#FFFFFF;
	background:rgba(0,0,0,0.5);
}

.captions-text {
	font-size:1.5em;
	color:#FFFFFF;
	background:rgba(0,0,0,0.5);
}

/* Animation delays */
.carousel-caption .captions-headline:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.carousel-caption .captions-text:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.carousel-caption .captions-button {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	margin-top:25px;
}

.carousel-control .icon-prev, 
.carousel-control .icon-next {
    font-size: 3em;
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: none !important;
  outline: 0;
 }
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* ****************************************** */
/*                   Navbar                   */
/* ****************************************** */

.hide-nav {
	display:none;
}

.navbar.navbar-default .navbar-collapse {
  border: none;
}

.navbar-default{
	-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.9);
	-ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.9);
	border: 0px;
}

.navbar {
	background-color: #000000;
	padding: 20px 0;
	border-radius: 0px; 
	z-index: 1000;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
	margin-bottom:0px;
	border: 0px;
}

.top-nav-collapse {
	padding: 0;
}

.navbar-default .navbar-nav > li > a{
	color:#FFFFFF;
	letter-spacing:2px;
}

.navbar-default .navbar-nav > li.current > a,.navbar-default .navbar-nav > li > a:hover{
	color:#86989d;
}

.navbar-default .navbar-nav > li > a:focus{
	outline:none;
	color:#86989d;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { 
	color: #86989d;
	background-color: #444444;
	margin: 0px;
}

.navbar-default .navbar-toggle {
/******** Nothing so far **********/
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF; 
	border:1px solid #FFFFFF;
}

.navbar-default .navbar-toggle .icon-bar:hover {
  background-color: #FFFFFF; 
}

.img-brand {
	height:70px;
	margin-top:-25px;
	-moz-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-webkit-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-moz-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-o-transition: height .5s ease-in-out, margin-top .5s ease-in-out;
	transition: height .5s ease-in-out, margin-top .5s ease-in-out;
}

.img-brand-scroll {
	height:45px;
	margin-top:-12px;
	-moz-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-webkit-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-moz-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-o-transition: height .5s ease-in-out, margin-top .5s ease-in-out;
	transition: height .5s ease-in-out, margin-top .5s ease-in-out;
}

@media (max-width: 800px) {
	
	.img-brand {
	height:45px;
	margin-top:-12px;
	-moz-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-webkit-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-moz-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-o-transition: height .5s ease-in-out, margin-top .5s ease-in-out;
	transition: height .5s ease-in-out, margin-top .5s ease-in-out;
}

.img-brand-scroll {
	height:45px;
	margin-top:-12px;
	-moz-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-webkit-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-moz-transition: height .5s ease-in-out, margin-top .5s ease-in-out; 
	-o-transition: height .5s ease-in-out, margin-top .5s ease-in-out;
	transition: height .5s ease-in-out, margin-top .5s ease-in-out;
}
	
}

@media (min-width: 1200px) {
    .lang-frame-wrapper {padding-top:12px; margin:0 15px}

    .flag-frame-flag {}

    .flag {border:1px solid #CCCCCC; width:20px; margin-right:5px;}
}

@media (max-width: 1200px) {
	.lang-frame-wrapper {padding-left:15px; margin:10px 10px 10px 0;}
	.flag-frame-flag {}
	.flag {border:1px solid #CCCCCC	; width:35px;}
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/* ****************************************** */
/*                   Header                   */
/* ****************************************** */

header {
  width: 100%;
  min-height:100vh;
}

/* ****************************************** */
/*               About section                */
/* ****************************************** */

.about-section {
    text-align: center;
    background: #FFFFFF;
}

.about-image-container {
	position: relative;
    cursor:pointer;
	background-size: cover;
}

.about-image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 60px;
	transition: .5s ease;
	background:rgba(0,0,0,0.6);

}

.about-image-overlay-text {
	color: #FFFFFF;
	position: absolute;
	width:100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.about-image-overlay-headline{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:bold;
	padding: 0 0.8em 0 0.8em;
}

.about-image-overlay-content{
	font-size: 0.9em;
	line-height: 1em;
	font-weight:normal;
	padding: 0 0.8em 0 0.8em;
}

.about-image-overlay-sub-content {
	visibility:hidden;
	height: 0;
		font-size: 0.9em;
	line-height: 1em;
	font-weight:normal;
	padding: 0 0.8em 0 0.8em;
}

.about-panel{
	transition: 0.5s;
	max-width:400px;
	position: relative;
	left:50%;
	transform: translate(-50%);
}

.about-panel:hover{
    //margin-top: -10px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px 2px;
    transition: 0.5s;
}


.about-panel:hover .about-image-overlay {
    height: 50%;
}

.about-panel-body-text {
	line-height: 1.5em;
}

.about-panel .about-image { transition: all 0.5s ease-in-out; }
.about-panel:hover .about-image { transform: scale(1.1); }

/* ****************************************** */
/*               Resort section               */
/* ****************************************** */

.resort-section {
    text-align: center;
    background: #EEEEEE;
}

.filter-button-group {
	margin-bottom: 25px;
	margin-top:25px;
}

.filter-button {
    font-size: 1em;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 5px;

}
.filter-button:hover {
    font-size: 1em;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #52D13D;

}
.filter-button.active {
    background-color: #42B32F;
    color: white;
}

.gallery_img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.image-container {
	position: relative;
    cursor:pointer;
}

.image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	background:rgba(0,0,0,0.6);

}

.image-container:hover .image-overlay {
    height: 100%;
}

.image-overlay-text {
	color: #FFFFFF;
	position: absolute;
	width:100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.image-overlay-headline{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:bold;
	padding: 0 0.8em 0 0.8em;
}

.image-overlay-content{
	font-size: 0.9em;
	line-height: 1em;
	font-weight:normal;
	padding: 0 0.8em 0 0.8em;
}

.gallery-show {
	line-height: 2em;
	font-size: 1.8em;
	font-weight:normal;
}

/* ****************************************** */
/*          Activities section                */
/* ****************************************** */

.activities-section {
    text-align: center;
    background: #FFFFFF;
}

/* ****************************************** */
/*               Responsive tabs              */
/* ****************************************** */

.fa-custom {font-size:0.9em; font-weight:normal;}

ul.resp-tabs-list{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.resp-tabs-list li {
	display: inline-block;
	padding: 13px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	font-size:1em;
}

.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: both;
	text-align:left;
}

h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	display: none;
	padding: 15px;
}

.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	//font-weight:bold;
	color: #23059E;
}

@media only screen and (min-width: 768px) {
	.resp-tab-active {
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	}
}

.resp-tab-active {
	border-bottom: none;
	background-color: #FFFFFF;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border-top: 1px solid #c1c1c1; }

h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}

h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}

/* Accordion styles */

h2.resp-tab-active { background: #DBDBDB !important; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
	width: 100%;
	margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }

@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { font-size: 1em; display: block; border-top:1px solid #C1C1C1; margin-bottom:5px; width:90%; margin-left:5%;}

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1;}

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-tabs-container {
	text-align:center;
}

.resp-tab-content { border-top: 0px solid #c1c1c1; }

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important;}
}

/* ****************************************** */
/*               Testimonials                 */
/* ****************************************** */

.testimonials-section {
	background-image: url(../img/testimonials-bg.jpg);
	background-repeat: no-repeat;

	-webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;

	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

	-webkit-background-position: bottom center;
    -moz-background-position: bottom center;
    -o-background-position: bottom center;
    background-position: bottom center;

	text-align: center;
}

.testimonials-bg-scroll {
	-webkit-background-attachment: scroll;
    -moz-background-attachment: scroll;
    -o-background-attachment: scroll;
    background-attachment: scroll;
}
.myTestimonials{
	width: 100%;
	margin: 0 auto;
}

.quote-content {
	font-size:1em;
	font-weight:normal;
	line-height:1.2em;
}

.quote-author {
	margin: 15px 25px 0 0; 
	font-weight:bold;
	font-size:1em;
}

.cbp-qtrotator {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0 auto;
	max-width: 80%;
	width: 80%;
	height: 50vh!important;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	border: 0px solid #f4f4f4;
	z-index: 0;
	opacity: 0;
	width: 100%;
	color: #FCFCFC;
	top: 50%;
	transform: translateY(-50%);
margin-top:-20px;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
		
}

.cbp-qtcurrent {
	-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #555555;
	height: 1px;
	width: 100%;
	top: 0;
	left:0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
	border-left: 0;
}

.cbp-qtrotator blockquote p {
	font-style:italic;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
font-size: 1.2em;
  padding-top:.5em;
}

.cbp-qtrotator blockquote footer:before {
	content: '';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: left;
	margin-right: 0.7em;
	height:90px;
	width:90px;
	border:1px solid #eee;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.8);
}

/* ****************************************** */
/*               Rates section                */
/* ****************************************** */

.rates-section {
    text-align: center;
    background: #FFFFFF;
}

.price-panel {
	border: 1px solid rgb(200, 200, 200);
	transition: 0.5s;
}

.price-panel:hover{
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px 5px;
    transition: 0.5s;
}

.panel-body-headline {
	font-size: 1.2em;
	font-weight: bold;
}

.panel-body-text {
	font-size: 0.8em;
	line-height: 1em;
}
	
.list-group-item {
  position: relative;
  display: block;
  padding: 5px 0 5px 0;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.sub-li {
	font-size: 0.9em;
}

.panel-heading {
	padding:0;
	margin:0;
	overflow:hidden;
}

.panel-heading-style {
	position:relative; 
	width:100%; 
	background:rgba(0,0,0,0.5);
}

.panel-heading-1 {
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	height:140px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size:2em;
	font-weight:bold;
	text-shadow: -5px 5px 5px rgba(0,0,0, 0.5);
} 

.price-panel:hover .panel-body-headline{
	color: #FF0000;
}	

.convert {
	margin-top: 5px;
	font-size:1.2em;
	font-weight:bold;
}

.rate-disclaimer {
	font-size:0.8em;
	margin: 0 5% 15px 5%;
}

/* ****************************************** */
/*               Partner section               */
/* ****************************************** */

.partner-section {
    text-align: center;
    background: #EEEEEE;
}

.partner-box {
	text-align: center;
	margin-bottom:15px;
}

.partner-logo {
	 margin: 0 auto;
	 max-width:300px;
}

.border{
	border:5px solid #FF0000;
}

/* ****************************************** */
/*               Contact Section              */
/* ****************************************** */
.contact-section {
    background-image: url(../img/contact-bg.jpg);
	background-repeat: no-repeat;

	-webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;

	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

	-webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    background-position: center center;

    text-align: center;
}

.contact-bg-scroll {
	-webkit-background-attachment: scroll;
    -moz-background-attachment: scroll;
    -o-background-attachment: scroll;
    background-attachment: scroll;
}

.form-part-hidden {
	display:none;
	position:relative;
}

.contact-headline {
	color:#FFFFFF;
}

.contact-info-text  {
	color:#FFFFFF;
}

.contact-label {
	text-align:left;
	font-weight:normal;
}

.help-block {
	//text-align:left;
}

.has-error .help-block {
	color: #FFFFFF;
}

.with-errors {
	position:relative;
	width: max-content;
	border-radius: 5px;
	background-color: #FA1B1F;
	color:#FFFFFF;
	padding:0 10px 0 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.date-field {
	width:99%; 
	float:left;
}

.msgSubmitsuccess {
	font-size: 1em;
	border:1px solid #888888;
	border-radius: 6px;
	background-color:#1DF239;
	color:#000000;
	width:90%;
	margin-left:5%;
}

/* #map {
    width: 100%; 
	height: 350px; 
	margin-top: 0px; 
	margin-bottom: 25px;
}*/

.map {
    width: 100%; 
	border-radius:5px;
	margin-top: 0px; 
	//margin-bottom: 25px;
	border:1px solid #444444;
}

.map-text-wrapper {
	font-size:0.9em;
	width:90%;
	margin:0 5% 0 5%;
}

.info-window {
    font-family: 'Montserrat', sans-serif;
}
.info-content {
    color: #999;
}

/* ****************************************** */
/*               Footer Section               */
/* ****************************************** */
.footer-section {
    margin: 0px;
    text-align: center;
	color:#999999;
    background: #000000;
}

.logo-footer {
	width:150px;
}

.footer-nav-link {
	color:#999999;
	text-decoration:none;
	letter-spacing:2px;
	font-size:0.9em
}

.footer-nav-link:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.copyright {
	font-size:0.9em;
	color:#999999;
	padding-top:10px;
	padding-bottom:10px;
}

.footer-box-left, .footer-box-center, .footer-box-right{
	margin-top:15px;
	text-align: center;
}

.footer-box-copyright {
	background-color: #FFFFFF;
	vertical-align:middle;
}

.social-btn {
	max-width:200px!important;
	border-radius:4px;
	margin: 0 auto;
	margin-bottom:10px;
}

/* ****************************************** */
/*               Preloader                    */
/* ****************************************** */
#loading{
	background-color: #000000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999;
	margin-top: 0px;
	top: 0px;
}

#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -75px;
	margin-left: -75px;
}

.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	margin-right: 11px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

#object_one {	
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
	}
	
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
}
	
#object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#object_four {
    -webkit-animation: object_four 1.5s infinite;
	animation: object_four 1.5s infinite;
	-webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

#object_five {
    -webkit-animation: object_five 1.5s infinite;
	animation: object_five 1.5s infinite;
	-webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

@-webkit-keyframes object_one {75% { -webkit-transform: scale(0);}}
@keyframes object_one {75% {transform: scale(0); -webkit-transform: scale(0);}}

@-webkit-keyframes object_two {75% { -webkit-transform: scale(0); }}
@keyframes object_two {75% {transform: scale(0);-webkit-transform:  scale(0);}}

@-webkit-keyframes object_three {75% { -webkit-transform: scale(0); }}
@keyframes object_three {75% {transform: scale(0);-webkit-transform: scale(0);}}

@-webkit-keyframes object_four {75% { -webkit-transform: scale(0); }}
@keyframes object_four {75% {transform: scale(0);-webkit-transform: scale(0);}}

@-webkit-keyframes object_five {75% { -webkit-transform: scale(0); }}
@keyframes object_five {75% {transform: scale(0);-webkit-transform: scale(0);}}

.price-details-link-wrapper {
	font-size:1.2rem;
	font-weight:bold;
	margin-top:10px!important;
}

.price-details-link {
	display:inline-block;
	cursor:pointer;
}

.price-details-wrapper {
	margin-top:50px!important;
	display:none;
}















