/* ==========================================================================
General

// #3b5998 - main color
// #debf73 - secondary color
========================================================================== */

html {
    -webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Lato', Arial;
	font-size: 16px;
	font-weight: 400;
    text-rendering: optimizeLegibility;
	background: #fff;
	color: #777;
	overflow-x: hidden;
}

a {
	color: #3b5998;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #FF9A36;
	text-decoration: none;
}

img {
	max-width: 100%
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    color: #3b5998
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 24x;
}

h4 {
    font-size: 20px;
}

/* ==========================================================================
Header
========================================================================== */

/* TOP */

.top {
	border-bottom: 1px solid #ddd;
}

.top .top-left {
	text-align: left;
}

.top .top-left .lang {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top .top-left .lang li {
	display: inline-block;
}

.top .top-left .lang li a {
	padding: 10px;
	border-right: 1px solid #ddd
}

.top .top-left .lang li.active  a {
	color: #777
}

.top .top-left .lang li:last-child a {
	border-right: none;
}

.top .top-left .buttons {
	display: inline-block;
}

.top .top-left .buttons .btn {
	margin-right: -4px;
}

.top .top-right {
	text-align: right;
}

.top .top-right .phone,
.top .top-right .mail {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 10px
}

.top .top-right .phone {
	color: #232323
}

.top .top-right .phone .fa,
.top .top-right .mail .fa {
	color: #debf73;
}

/* HEADER+NAV */

header {
	text-align: center;
    padding: 20px 0 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 999;
    width: 100%;
}

header.is_stuck {
	border-bottom: 1px solid #ddd
}

header .brand {
	margin: 0 0 20px
}

header .navbar {
	margin: 0;
	font-size:20px;
}

header .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

header .navbar .navbar-collapse {
  text-align: center;
}

.nav .active > a {
	color: #FF9A36;
	font-weight: 700
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

/* ==========================================================================
Home page
========================================================================== */

.booking-hero {

}

.booking-hero-form {
	float: left;
    position: relative;
    z-index: 998;
	background: #D0F3FF;
	width: 450px;
	height: 500px;
	color: #3b5998;
	display: flex;
    align-items: top;
    justify-content: center;
	/* background-image:url(../pattern1.jpg); */
}

.booking-hero-form form {
	width: 410px
}

.booking-hero-form form h3 {
	color: #3b5998;
	margin: 0 0 15px;
	text-align: center;
}

.booking-hero-form .form-control,
.booking-hero-form .glyphicon {
	color: #3b5998;
}

.booking-hero-form ::-webkit-input-placeholder {
   color: #3b5998;
}

.booking-hero-form ::-moz-placeholder { /* Firefox 18- */
   color: #3b5998;
}

.booking-hero-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #3b5998; 
}

.booking-hero-form :-ms-input-placeholder {  
   color: #3b5998;  
}

.hero-carousel {
	height: 500px;
	background: transparent;
}

.hero-carousel .item {
	height: 500px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hero-carousel.owl-theme .owl-dots {
    margin-top: 15px;
    margin-bottom: 40px;
}

.hero-carousel.owl-theme .owl-dots .owl-dot span {
    background: #ddd;
}

.hero-carousel.owl-theme .owl-dots .owl-dot.active span, 
.hero-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #3b5998;
}

.section-to-animate {
	padding: 40px;
	text-align: center;

}

.section-to-animate h3.section-title {
	margin: 0 0 15px
}

.section-to-animate ul {
	list-style: none;
}

.section-to-animate ul.decorated-list {
	background: #fcfcfc;
	padding: 15px;
	margin: 0 auto 20px auto;
	max-width: 800px;
	text-align: left;
}

.section-to-animate ul.decorated-list li {
	border-bottom: 2px dashed #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px; 
}

.section-to-animate ul.decorated-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0; 
}

.section-to-animate ul.decorated-list li .fa {
	width: 32px;
    height: 32px;
    background: #3b5998;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 32px;
    margin-right: 2px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.section-to-animate.claim {
	padding-top: 0px
}

.section-to-animate.lm {
	padding: 0
}

.section-to-animate.lm h3.section-title {
	margin: 0;
	padding: 20px;
	background: #FFC926;
	color: #fff
}

.section-to-animate.lm .item {
	background: red;
	height: 300px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.section-to-animate.lm .item .caption {
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    padding: 40px;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}


.section-to-animate.lm .item.ui-state-hovered .caption,
.section-to-animate.lm .item:hover .caption {
    opacity: 1;
}

.section-to-animate.lm .item .caption h3 {
	color: #fff;
	margin: 0 0 15px
}

.section-to-animate.lm .item .caption a {
	color: #fff;
}

.lm-carousel .owl-nav {
	position: absolute;
	z-index: 1111;
	top: 50%;
	margin-top: -20px !important;
	width: 100%;
}

.lm-carousel .owl-nav .owl-prev,
.lm-carousel .owl-nav .owl-next {
	width: 32px;
    height: 32px;
    background: #3b5998;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 32px;
    margin-right: 2px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	position: absolute;
}

.lm-carousel .owl-nav .owl-prev {
	left: 0;
}

.lm-carousel .owl-nav .owl-next {
	right: 0;
}

.section-to-animate.tripadvisor {
	background: #e9edf4;
	padding: 0 0 40px;
}

.section-to-animate.tripadvisor .tripadvisor-carousel {
	padding: 0 40px
}

.section-to-animate.tripadvisor .item {
	padding: 20px;
	background: #fff
}

.section-to-animate.tripadvisor .item h3 {
	margin: 0 0 10px;
	color: #589442;
}

.section-to-animate.tripadvisor .rating {
	display: block;
	margin: 0 0 10px;
	font-style: italic;
}

.section-to-animate.tripadvisor .rating .rate {
	color: #589442;
}

.section-to-animate.tripadvisor .rating .rate .fa {
	margin: 0
}

.section-to-animate.tripadvisor .author {
	color: #232323;
	margin: 0 0 10px
}

.section-to-animate.tripadvisor h3.section-title {
	margin: 0 0 40px;
	padding: 20px;
	background: #589442;
	color: #fff
}

.section-to-animate.hotel {
	padding: 0
}

.section-to-animate.hotel h3.section-title {
	margin: 0;
	padding: 20px;
	background: #FF9A36;
	color: #fff
}

.section-to-animate.hotel .item {
	background: #3b5998;
	height: 300px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.section-to-animate.hotel .item .caption {
    background: rgba(59,89,152,0.5);
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    padding: 40px;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.section-to-animate.hotel .item.ui-state-hovered .caption,
.section-to-animate.hotel .item:hover .caption {
    opacity: 1;
}

.section-to-animate.hotel .item .caption h3 {
	color: #fff;
	margin: 0 0 15px
}

.section-to-animate.hotel .item .caption a {
	color: #fff;
}

.hotel-carousel .owl-nav {
	position: absolute;
	z-index: 1111;
	top: 50%;
	margin-top: -20px !important;
	width: 100%;
}

.hotel-carousel .owl-nav .owl-prev,
.hotel-carousel .owl-nav .owl-next {
	width: 32px;
    height: 32px;
    background: #3b5998;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 32px;
    margin-right: 2px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	position: absolute;
}

.hotel-carousel .owl-nav .owl-prev {
	left: 0;
}

.hotel-carousel .owl-nav .owl-next {
	right: 0;
}

.section-to-animate.contact-form {
	background: #D0F3FF;
}

.section-to-animate.map {
	padding: 40px 0 0;
    margin-bottom: -5px;
}

.bigtext {
	font-size:18px;
	
}
.btn-corporate-inversed , .btn-corporate   {
background:#FF9A36;	
	
}
/* ==========================================================================
Generic page
========================================================================== */

.page {
	margin: 0 0 20px
}

.page .breadcrumbs {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0 0 20px
}

.page .breadcrumbs ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

.page .breadcrumbs ul li {
    display: inline-block;
    padding: 15px 10px;
    padding-left: 0;
    position: relative;
}

.page .breadcrumbs ul li:after {
    content: "/";
    color: #ddd;
    margin-left: 10px;
}

.page .breadcrumbs ul li:last-child:after {
	display: none;
}

.page .breadcrumbs ul li a {
	color: #777;
}

.page .breadcrumbs ul li span {
	color: #232323;
	font-weight: 700
}

.page .titles {
	background-size: cover;
	background-position: center center; 
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

.page .titles .caption {
	padding: 80px 40px;
	background-color: rgba(0,0,0,.5);
}

.page .titles .caption h1 {
	color: #fff;
	margin: 0
}

.page .titles .caption h3 {
	color: rgba(255,255,255,.7);
	margin: 15px 0 0
}

.page .offer-carousel {
	margin: 0 0 20px
}

.page .offer-carousel .owl-nav {
	position: absolute;
	z-index: 1111;
	top: 50%;
	margin-top: -14px;
	width: 100%;
}

.page .offer-carousel .owl-nav .owl-prev,
.page .offer-carousel .owl-nav .owl-next {
	width: 32px;
    height: 32px;
    background: #3b5998;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 32px;
    margin-right: 2px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	position: absolute;
}

.page .offer-carousel .owl-nav .owl-prev {
	left: 10px;
}

.page .offer-carousel .owl-nav .owl-next {
	right: 10px
}

.page .offer-carousel.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 15px;
}

.page .offer-carousel.owl-theme .owl-dots .owl-dot span {
    background: #ddd;
}

.page .offer-carousel.owl-theme .owl-dots .owl-dot.active span, 
.page .offer-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #3b5998;
}

.page .blog-post-meta {
	font-style: italic;
}

.page .prices {
	margin: 0 0 15px;
	color: #debf73
}

.page .prices .from {
	font-size: 18px
}

.page .prices .price {
	font-size: 18px;
	font-weight: 700
}

.page .offer-details {
	margin: 0 0 20px
}

.page .offer-details h1 {
	margin: 0 0 15px
}

.page .offer-form {
	padding: 20px;
	background: #D0F3FF;
	color: #3b5998;
}

.page .offer-form h3 {
	color: #3b5998;	
	margin: 0 0 15px
}

.page .offer-form .glyphicon {
	color: #debf73;
}

.page .map {
	margin: 0 0 20px
}

.page .offer-list li:nth-child(odd),
.page .contact-list li:nth-child(odd) {
	background: #fcfcfc
}

.page .offer-list .fa,
.page .contact-list .fa {
	width: 32px;
    height: 32px;
    background: #3b5998;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 32px;
    margin-right: 2px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

/* ==========================================================================
Footer
========================================================================== */

footer {
	background: #5AD6FF;
}

footer .footer-newsletter {
	padding: 40px 0
}

footer .footer-newsletter h3 {
	margin: 0 0 15px;
	color: #fff;
	text-align: center;
}

footer .footer-newsletter .btn {
	
	color: #fff
}

footer .share {

}

footer .share .trip,
footer .share .facebook {
	text-align: center;
	margin: 0 0 20px
}

footer .share .trip .widSSP.widSSPnarrow {
	width: auto !important
}

footer .share .facebook iframe {
	max-width: 100% !important
}

footer .share .trip iframe {
	margin: 0 auto
}

footer .share .trip h3,
footer .share .facebook h3 {
	color: #fff;
	margin: 0 0 15px
}

footer .footer-box-wrapper {
	
}

footer .footer-box-wrapper .footer-box {
	margin: 0 0 20px
}

footer .footer-box-wrapper .footer-box h3 {
	color: #fff;
	margin: 0 0 15px
}

footer .footer-box-wrapper .footer-box img {
	margin: 0 0 15px
}

footer .footer-box-wrapper .footer-box {
	color: #fff;
	text-align: center;
}

footer .copy {
	border-top: 1px solid rgba(255, 255, 255, .5);
	padding: 20px;
	color: rgb(255, 255, 255);
	text-align: center;
}

footer .powered {
	padding-bottom: 20px;
	color: rgba(255, 255, 255, .5);
	text-align: center;
}

footer .powered a {
	color: #fff;
}

footer .powered a:hover {
	color: rgb(255, 255, 255);
}

#scrollUp {
    bottom: 40px;
    right: 40px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

#scrollUp:hover {
	background-color: rgba(0,0,0,.7);
}

.sticky-footer {
	background-color: rgba(0,0,0,.7);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 111;
	border-color: transparent;
}

.sticky-footer:hover, 
.sticky-footer:focus {
	background-color: rgba(0,0,0,.9);
}

/* ==========================================================================
Media Queries
========================================================================== */

/* SMARTPHONES */
@media only screen and (min-width: 320px) and (max-width: 767px){

	.top {
		margin-right: 0
	}

	.top .row {
		margin: 0
	}

	.top .top-left {
		text-align: center;
		padding: 10px 0;
		font-size: 14px	
	}

	.top .top-left .buttons .btn {
		font-size: 14px;
		width: 32px;
	    height: 32px;
	    padding: 0;
	    line-height: 32px;
	    margin-right: 2px;
		border-radius: 100px;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
	}

	.top .top-right {
		text-align: center;
		
	}

	.top .top-right .phone,
	.top .top-right .mail {
		font-size: 14px
	}

	header {
	    padding: 10px 15px;
	}

	header .navbar-brand {
	    padding: 13px 0;
	}

	header .navbar-toggle {
		border: 1px solid #3b5998;
	}

	header .navbar-toggle .icon-bar {
		background: #3b5998;
	}

	.booking-hero {
		position: relative;
	}

	.booking-hero-form {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 20px;
		z-index: 11;
		background: rgba(0,0,0,.5);
	
	}

	.booking-hero-form form {
		width: auto
	}

	.hero-carousel {
		height: 400px;
	}

	.hero-carousel .item {
		height: 400px;
	}
}

/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) and (max-width: 1023px){
	
	header.is_stuck .brand {
		float: left;
		width: 200px;
		padding-left: 20px;
		-webkit-transition: width 0.1s ease;
		-moz-transition: width 0.1s ease;
		-o-transition: width 0.1s ease;
		transition: width 0.1s ease;
	}

	header.is_stuck .nav.navbar-nav {
		float: right;
		bottom: 10px;
    	position: relative;
	}

	.booking-hero {
		position: relative;
	}

	.booking-hero-form {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 20px;
		z-index: 11;
		background: rgba(0,0,0,.5);
	}

	.booking-hero-form form {
		width: auto
	}

	.hero-carousel {
		
	}

	.section-to-animate.contact-form .container {
		width: auto !important
	}
}

/* TABLET LANDSCAPE / SMALL DESKTOP */
@media only screen and (min-width: 1024px) and (max-width: 1199px){
	header.is_stuck .brand {
		float: left;
		width: 200px;
		padding-left: 20px;
		-webkit-transition: width 0.1s ease;
		-moz-transition: width 0.1s ease;
		-o-transition: width 0.1s ease;
		transition: width 0.1s ease;
	}

	header.is_stuck .nav.navbar-nav {
		float: right;
		bottom: 10px;
    	position: relative;
	}

	.booking-hero-form {
		width: 350px;
		height: 400px;
	}

	.booking-hero-form form {
		width: 310px
	}

	.hero-carousel {
		height: 400px;
	}

	.hero-carousel .item {
		height: 400px;
	}
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1200px){
	header.is_stuck .brand {
		float: left;
		width: 200px;
		padding-left: 20px;
		-webkit-transition: width 0.1s ease;
		-moz-transition: width 0.1s ease;
		-o-transition: width 0.1s ease;
		transition: width 0.1s ease;
	}

	header.is_stuck .nav.navbar-nav {
		float: right;
		bottom: 10px;
    	position: relative;
	}

	.booking-hero-form {
		width: 450px;
		height: 500px;
	}

	.booking-hero-form form {
		width: 410px
	}

	.hero-carousel {
		height: 500px;
	}

	.hero-carousel .item {
		height: 500px;
	}
}