body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    color: #000;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

a, a:focus, input[type='submit'] {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

.clr {
    clear: both;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.logo-sm
{
	max-width: 200px;
	vertical-align: middle;
}

.container {
	max-width: 1200px;
	width: auto;
	position: relative;
}

.container.main-container {
	padding: 0;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	padding: 15px 0;
}


.navbar
{
	border-radius:0px;
	background-color:rgba(255,255,255,1);
	color:#83a6c1;
	margin:0;
}

.navbar-default .navbar-nav>li>a
{
	color:#83a6c1;	
}



.navbar-default .navbar-toggle .icon-bar {
    background-color: #83a6c1;
	color: #ffffff;
	border:none;	
}

.navbar-default .navbar-toggle:hover {
    background-color: #83a6c1;
	color: #ffffff;
}


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


.navbar-default .navbar-toggle
{
border-color:transparent;
border-radius:0px;	
}

.lang {
	float: left;
	margin: 7px;
	padding: 0;
	list-style: none;
}

.lang li {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 26px;
	font-weight: 300;
}

.lang a {
	color: #83a6c1;
}


.intro {
	background: url(../img/intro-bg.jpg) center bottom no-repeat;
	background-size:cover;
	text-align: center;
	padding: 200px 0;
}

.home {
	padding: 100px 0;
	text-align: center;
	background: url(../img/home-bg.jpg) center bottom no-repeat;
}

.home h1 {
	text-transform: uppercase;
	color: #83a6c1;
	margin: 0 0 20px 0;
	font-size: 40px;
}

.home h2 {
	font-size: 23px;
}


.home p {
	margin: 0 0 30px 0;
	font-size: 15px;
	font-weight: 300;
}

.apartment {
	padding: 100px 0 200px 0;
	background: url(../img/apartment-bg.jpg) center bottom no-repeat #83a6c1;
}

.apartment h1 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	font-size: 40px;
}

.apartment-box {
	margin-top: 150px;
	padding-bottom: 10px;
	border-bottom: 4px solid #fff;
}

.apartment-text {
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding-top: 280px;
	font-weight: 300;
}

.booking {
	padding: 100px 0 200px 0;
	text-align: center;
	background: url(../img/home-bg.jpg) center bottom no-repeat;
}

.booking h1 {
	text-transform: uppercase;
	color: #83a6c1;
	margin: 0 0 30px 0;
	font-size: 40px;
}

.booking h2 {
	color: #83a6c1;
	margin: 30px 0 20px 0;
	font-size: 34px;
}


.price-table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.price-table th {
	font-weight: normal;
}

.price-table td, .price-table th {
	padding: 15px;
  	line-height: 1.428571429;
  	vertical-align: top;
  	font-size: 22px;
  	font-weight: 300;
}

.book-form {
	text-align: left;
}

.book-form label {
	font-weight: 300;
	font-size: 20px;
}

.book-form .form-control {
	border: 1px solid #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-submit {
	background-color: #fff;
	border-color: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 20px;
}

.btn-submit:hover {
	background-color: #83a6c1;
	color: #fff;
}
.info p {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 20px;
}

.gallery {
	padding: 100px 0 200px 0;
	background: url(../img/apartment-bg.jpg) center bottom no-repeat #83a6c1;
}

.gallery h1 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	font-size: 40px;
}

.owl-prev, .owl-next {
  width: 35px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  text-indent: -9999pt;
  z-index: 7000;
}

.owl-next {
  right: 20px;
  background: url(../img/arrows.png) 100% top no-repeat;
}

.owl-prev {
  left: 20px;
  background: url(../img/arrows.png) 0% top no-repeat;
}

.contact {
	padding: 100px 0 50px 0;
	text-align: center;
	font-size: 15px;
}

.contact h1 {
	text-transform: uppercase;
	color: #83a6c1;
	margin: 0 0 20px 0;
	font-size: 40px;
}

.contact .col-sm-6:nth-child(2) {
	text-align: left;
}

.contact .col-sm-6 {
	text-align: right;
}

.contact p {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 300;
}

.contact p .fa {
	font-size: 25px;
}

.contact .fa {
	min-width: 40px;
	text-align: center;
	color: #83a6c1;
}

.contact a {
	color: #333;
}

.hide-icon {
	visibility: hidden;
}

.footer {
	background-color: #81a4bf;
	padding: 20px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.footer ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.footer li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
	margin-right: 25px;
}

.footer a {
	color: #fff;
}

.os-animation, .staggered-animation {
  	opacity: 0;
}

.os-animation.animated, .staggered-animation.animated{
    opacity: 1;
}


/* Responsive */
@media (max-width: 1200px) {
	.apartment-text {
		padding-top: 270px;
	}
}

@media (max-width: 992px) {
	.apartment-box {
		margin-top: 50px;
	}

	.apartment-text {
		padding: 20px 0;
	}

	.book-form select.form-control {
		margin-bottom: 5px;
	}

	.gallery, .apartment, .booking {
		padding: 70px 0 140px 0;
	}

	.intro {
		padding: 100px 0;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	}

	.home, .contact {
		padding: 70px 0;
	}
}

@media (max-width: 768px) {
	.price-table td, .price-table th {
		font-size: 16px;
		padding: 8px;
	}


	.book-form label, .info p, .home p, .apartment-text , .contact p {
		font-size: 16px;
	}

	.contact .col-sm-6, .contact .col-sm-8 {
		text-align: left;
	}

	.footer li {
		margin-right: 15px;
	}

	.home h1, .gallery h1, .contact h1, .booking h1, .apartment h1 {
		font-size: 40px;
	}

	.booking h2 {
		font-size: 28px;
	}
	.lang
	{
	padding:9px;	
	}
	.lang li {
		font-size: 18px;
	}

}

@media (max-width: 440px) {
	

	.intro {
		padding: 80px 0 50px 0;
	}

	.apartment-text {
		padding: 5px 0;
	}

	.price-table td, .price-table th {
		font-size: 12px;
		padding: 4px;
	}

	.book-form label, .info p, .home p, .apartment-text , .contact p {
		font-size: 14px;
	}

	.footer {
		font-size: 13px;
	}

	.footer li {
		font-size: 15px;
	}

	.gallery, .apartment, .booking {
		padding: 40px 0 100px 0;
	}

	.intro {
		padding: 80px 0 30px 0;
	}

	.home, .contact {
		padding: 40px 0;
	}

	.home h1, .gallery h1, .contact h1, .booking h1, .apartment h1 {
		font-size: 30px;
	}

	.booking h2 {
		font-size: 22px;
	}
}