@charset "utf-8";
/* ============================== */
/*
	Title: Constructors
*/
/* ============================== */

/* ---------------------------------------------------------------------- */
/*	Import styles
 /* ---------------------------------------------------------------------- */

/*Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
/*font-family: 'Lato', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/*font-family: 'Source Code Pro', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:300);

/*Animate*/
@import url("animate-custom.css");

/*Fancy*/
@import url("../js/fancy/jquery.fancybox.css");

/*Go to top arrow*/
@import url("gototop/ui.totop.css");

/*Icons*/
@import url("font/fontello.css");

/* helpers */
@import url("helpers.css");




/* Reset Styles --------------------------------------------------------*/
.respond-img {
	max-width: 100%;
	background-size:contain;
}
html {
	font-size: 100%;
	min-width: 318px;
}
p {
	color: #878d95;
	font-size: 1.8em;
	line-height: 2;
}
body {
	font-size: 62.5%;
	margin-top: 0px;
	min-width: 318px;
	background: #fbfbfb;
	font-family: 'Lato', sans-serif;
}
a {
	text-decoration: none;
	outline: 0 !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;    
}
a:hover, a:active {
	outline: 0 !important;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .oswald, .btn {
	font-family: 'Lato', sans-serif;
}
body#home {
	background: none repeat scroll 0 0 black;
}
.container {
    width: 100%;
    max-width: 1170px;
    overflow: hidden;
}
/*header*/
.navbar-default {
	background-color: transparent;
	border: 0 none;
}
.navbar-brand {
	padding: 20px 0;
}
.navbar-nav {
	float: right;
}
.navbar-collapse {
	margin-top: 63px;
}
.navbar-nav > li {
	margin: 0 10px;
}
.navbar-nav > li > a {
	font-size: 12px;
	border: 1px solid transparent;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    padding-bottom: 10px;
    padding-top: 8px;
}
.navbar-nav > li > a.active, .navbar-nav > li > a:hover {
	border: 1px solid #acacac;
}
.navbar-default .navbar-toggle {
    border-color: #DDDDDD;
    border-radius: 0 0 0 0;
    margin-top: 33px;
}

/* Carrousel top
 ========================================= */
header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 666;
}

.generic-carousel .carousel-inner > .item > img, .generic-carousel .carousel-inner > .item > a > img {
	display: block;
	height: auto;
	line-height: 1;
	margin: 0 auto;
	max-width: 100%;
}

.generic-carousel .text-slide h2 {
	font-size: 5em;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;
}

.generic-carousel .text-slide h3 {
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: 16px;
	margin-bottom: 24px;
	margin-top: 28px;
	text-transform: uppercase;
}
.generic-carousel .text-slide p {
	letter-spacing: 10px;
	font-size: 1.2em;
	color: #fff;
}




.generic-carousel .carousel-inner .item {
	background: #fff;
}
.generic-carousel .carousel-inner .item .text-slide {
	color: #FFFFFF;
	margin: 212px 0;
	position: relative;
}
.generic-carousel .carousel-inner .item .bg-img {

	width: 100%;

}
.generic-carousel .carousel-control.left, .generic-carousel .carousel-control.right {
	width: 26px;
	height: 26px;
	position: relative;
	left: 0;
	top: 0;
	border: 1px solid #6A6A88;
	opacity: 1;
	background: none;
}
.generic-carousel .carousel-control.left {
	float: left;
}
.generic-carousel .carousel-control.right {
	float: right;
	width: 27px !important;
}
.generic-carousel .carousel-control i {
	display: block;
	height: 23px;
	left: -2px;
	line-height: 23px;
	position: relative;
	text-align: left;
	width: 26px;
}


.controls {
    display: none;
}

@media screen and (min-width: 768px) {
    .controls {
        clear: both;
        display: block;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
    }
}


.generic-carousel .controls {

	margin-right: -533px;
	position: absolute;
	right: 50%;
	top: 220px;
	width: 60px;
}
.carousel-indicators {
	bottom: 0;
	left: 0;
	margin-left: 0;
	padding-top: 25px;
	position: relative;
	text-align: center;
	width: 62px;
}
.carousel-indicators li {
	display: block;
	border: 0;
}

.carousel-indicators .active {
	background-color: transparent;
	height: 60px;
	margin: 0 0 25px 0;
	width: 60px;
	
}
.navbar-collapse {
    overflow: hidden !important;
}

.carousel-indicators .active img {
	border-color: #f68b1f;
}
.carousel-indicators li {
	background-color: transparent;
	border-radius: 0 0 0 0;
	display: block;
	height: 60px;
	margin: 0 0 25px 0;
	width: 60px;
}
.carousel-indicators li img {
	display: block;
	height: 60px;
	width: 60px;
	border: 1px solid #FFFFFF;
}
#top-slide {
	position: relative;
	top: 160px;
}
#top-slide .scroll-lnk {
	background: url("../img/scroll.png") repeat scroll 0 0 transparent;
	bottom: -88px;
	content: "";
	display: block;
	height: 174px;
	left: 50%;
	margin-left: -75.5px;
	position: absolute;
	width: 151px;
}
body > section {
	padding: 50px 0px
}

/* About us
 ========================================= */

#about-us {
	padding: 280px 0 56px;
}
.tabs-left {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs-left li a {
	color: #707886;
	display: block;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding: 41px 43px;
	text-transform: uppercase;
	text-decoration: none;
}
.tabs-left li a:hover {
	color: #f68b1f;
}
.tabs-left li.active a {
	color: #000;
	font-weight: bold;
}
.tab-pane h1 {
	color: #2B3547;
	font-size: 52px;
	font-weight: 300;
	margin-bottom: 75px;
	margin-top: 57px;
}
.tab-pane h1 small {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #2b3547;
	letter-spacing: 2px;
}
.btn-default {
	background-color: #9DA1AA;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	padding: 11px 35px;
	border-bottom: 3px solid #878D95;
}
.btn.btn-default.btn-radius {
	font-size: 16px;
}
.tab-pane .btn {
	margin-top: 33px;
}
.btn-default:hover {
    background-color: #f68b1f;
    border-bottom: 3px solid #c8741f;
    color: #fff;
}
.btn.btn-default.btn-radius {
	border-radius: 100px;
	color: #fff;
}



/* Project carousel
 ========================================= */

section .container > h2 {
	font-weight: bold;
	margin: 0 0 104px;
	text-transform: uppercase;
	position: relative;
	font-size: 1.3em;
	letter-spacing: 2px;
}
section .container > h2:after {
    background: #e6e8ed;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 7px;
    width: 100%;
    z-index: 0;
}
section .container > h2 > span {
	background: none repeat scroll 0 0 #fbfbfb;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.container-carousel {
	position: relative;
	max-width: 852px;
	margin: 0 auto;
}
.owl-buttons div,
.customNavigation a {
	border: 1px solid #eff1f4;
	color: #2b3547;
	display: block;
	font-size: 19px;
	height: 50px;
	line-height: 48px;
	margin: 0;
	position: absolute;
	top: 90px;
	width: 50px;
	cursor: pointer;
}

.owl-buttons div:hover,
.customNavigation a:hover {
	background: #313747;
	color: #fff;
}
.owl-buttons div.owl-prev,
.customNavigation a.prev {
	left: -70px;
}
.owl-buttons div.owl-next,
.customNavigation a.next {
	right: -70px;
}

/* sec carousel
 ========================================= */
#sec-carousel {

}
#slide-sec .item .bg-img {
	max-width: 1300px;
	min-height: 0;
	position: relative;
	width: 100%;
}
#slide-sec .item {
	background: #F6F6F6;
	height: auto;
	
}

#slide-sec .generic-carousel .controls {
	top: 44px;
	float:right;
}

#slide-sec .container {
	max-width: 1300px;
	padding: 0;
	position: relative;
	width: 100%;
	
}

#slide-sec .item .cont {


	font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none repeat scroll 0 0 rgba(55, 55, 55, 0.8);
	color: white;
	height: 100%;
	padding: 20px 46px;
	position: absolute;
	top: 0;
	width: 41%;
	z-index: 99;
}

.contright {

	right: 0;
	}
	
.contleft {

	left: 0;
	}

#slide-sec .item .cont h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 28px;
	text-transform: uppercase;
}
#slide-sec .item .cont p {
	color: white;
	font-size: 17px!important;
	line-height: 28px;
	margin-bottom: 34px;

}



/* Contact
 ========================================= */
#contact {
	background: url(../img/bg-contact.jpg);
	    margin-top: 70px;
}

#contact .left-cont {
    background: none repeat scroll 0 0 rgba(55, 55, 55, 0.0);
    color: #FFFFFF;
    padding: 77px 60px 64px;
    width: 43%;
}

#contact .left-cont h2 {
    border-bottom: 1px solid white;
    color: #FFFFFF;
    float: left;
    font-size: 3em;
    font-weight: lighter;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 16px;
    padding-right: 39px;
    text-transform: uppercase;
}

#contact .left-cont p {
    clear: both;
    color: #fff;
    font-size: 1.6em;
    font-weight: lighter;
}

#contact .left-cont a {
	color: #b4bfc9;
}

#contact .left-cont a:hover {
	color: #fff;
}

#contact .right-cont {
    max-width: 500px;
    margin-top: 38px;
    width: 42.5%;
    position: relative;
    padding-bottom: 15px;
}

#contact-form {
	position: relative;
}

#contact-form:after {
    background: #575c63;
    content: "";
    height: 100%;
    left: -43px;
    position: absolute;
    top: -7px;
    width: 1px;
}

#contact .right-cont:after,
#contact .right-cont:before {
	left: -42px;
	content: "";
	height: 1px;
	background: #575c63;	
	width: 35px;
	position: absolute;
}

#contact .right-cont:after {
	top: -7px;
}

#contact .right-cont:before {
	bottom: 22px;
} 

section#contact .container > h2:after {
    display: none; 
}

label {
    color: #FFFFFF;
    font-size: 14px;
    padding-bottom: 3px;
}

.form-control {
    height: 44px; 
}
textarea.form-control {
    height: 145px;
}

#contact .right-cont cont .btn-default {
    font-size: 13px;
    font-weight: bold;
    padding: 11px 33px;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	border:none;
}


/* Footer
 ========================================= */
footer {
	padding: 23px 0;
	background: #1B1B1B;
}
footer p {
	color: #adadad;
	font-size: 13px;
}




/* Modal Lightbox
 ========================================= */

.modal-dialog{
	width: 700px;
    max-width: 870px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.modal-content {
    background-color: black;
    border-radius: 0 0 0 0;
}

.modal-header h1 {
    color: #fff;
    margin-bottom: 33px;
    margin-top: 0;
}

.modal-content {
    padding: 98px 57px;
}

.modal-header {
    border-bottom: 0;
    min-height: 16.4286px;
    padding: 15px;
}

.modal-body p {
    margin-bottom: 40px;
    color: #bdc5d0;
    text-align: left;
}

.modal-body .img-responsive {
	margin-bottom: 40px;
	background-size:contain;
}

.modal-backdrop.in {
    opacity: 0.8;
}
.alert, 
.alert-danger,
.alert-success {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
	border-radius: 0;
	color: #FFF;
	font-size: 1.3em;
	padding: 1em 0.5em;
}
.close {
    color: #fff !important;
    float: right;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 14px;
    text-shadow: none;
    top: 14px;
}


	
.rooms-list li{
	font-size: 14px!important;
	color: #878d95;
}



.form-control {
	border-radius: 0;
	box-shadow: none;
	border:none;
}