﻿/* GLOBAL STYLES
==================================================================*/

body {overflow-x: hidden; color: #181818;}

.nopadding {padding: 0 !important; margin: 0 !important;}

.control-group {margin-bottom: 20px;}

.alert-success {background-color: #f39200; border-color: #f39200; color: #fffff0;}

button:focus {outline:0 !important;}

.topfmfield { display:none;}

.overlay-pattern{
	background-image: url("images/overlay-pattern.png") !important;
	background-color: rgba(44,62,80 , 0.2);
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

.scrollcontroller { position: absolute; top: -120px;}

.scrollcontroller2 { position: absolute; top: -110px;}

.scrollcontroller3 { position: absolute; top: -90px;}

.cleaner { clear: both; width:100%; height: 20px;}

.navbar .divider-vertical {
	height: 50px;
	margin: 20px 9px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #fffff0;
}

.nav .nav-divider {
  	height: 1px;
  	margin: 5px 1px;
  	overflow: hidden;
  	background-color: #e5e5e5;
}

.orange { color:#f39200 !important;}

.d-grey { color:#222222 !important;}

.orangetel { font-size:15px; color:#f39200 !important; }

.nav-tabs { border-bottom: 1px solid #f39200;}
.nav-tabs > li { float: left; margin-bottom:5px;}
.nav-tabs > li > a {
  	margin-right: 5px;
  	line-height: 1.615;
  	border: 1px solid transparent;
 	border-radius: 0 0 0 0;
  	letter-spacing:1px;
  	padding: 4px 10px !important;
}
.nav-tabs > li > a:hover { border-color: #f39200;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  	color: #f39200 !important;
  	background-color: #f7f7f7;
  	border: 1px solid #f39200;
  	border-bottom-color: #f39200;
  	cursor: default;
}

.form-control {
  	display: block;
  	width: 100%;
  	height: 34px;
  	padding: 6px 12px;
  	font-size: 13px;
  	line-height: 1.615;
  	color: #555555;
  	vertical-align: middle;
  	background-color: #fffff0;
  	background-image: none;
  	border: 1px solid #dddddd;
  	border-radius: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  	border-color: #f9cda3;
  	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243, 146, 0, 0.3);
  	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243, 146, 0, 0.3);
}
.help-block {
  	display: block;
 	margin-top: 15px;
  	margin-bottom: 10px;
  	color: #f39200;
}

h1,h2,h3,h4,h5,h6 { font-family: "Open Sans", Arial, sans-serif; }

h4,h5,h6 {
	color: #222;
	font-weight: 400;
}

h5,h6 { letter-spacing: 0.1em; margin: 1em 0 3em;}

a, a i, button {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

a:hover { text-decoration: none;}

p { margin: 0 0 1em;}

.lead {
  	margin-bottom: 20px;
  	font-size: 19.5px;
  	font-weight: 300;
  	line-height: 1.4;
}

.lead-small {
  	font-size: 14px;
}

.lead-medium {
  	font-size: 16px;
}


.strong {font-weight: 400; }


hr { border-top: 2px solid #eee; margin: 30px 0 0 0;}

.img-border { border: 3px solid #fff;}

.text-justify { text-align: justify; padding: 0 15px;}

.justify-1 {padding:0;}

/* ROWS
==================================================================*/

section { display: block; padding: 30px 0;}

.blank-section{position: relative;padding:0;}

.nmt { padding-top:0 !important;}

.clear {
	clear: both;
	display: table;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.row { position: relative;}

.btn-lg {
	border-width: 2px;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding: 15px 30px;
	border-radius: 5px;
}

/* NAV
==================================================================*/
.navbar-toggle  { outline: none}

.navbar { box-shadow: 0 0 10px rgba(0,0,0,0.1);}

.nav > li > a {
	font-weight: normal;
	font-size:15px;
	color:#888888 !important;
	border-radius: 5px;
}

.nav > li > a:hover {
	font-weight: normal;
	font-size:15px;
	color:#f39200 !important;
}

.dropdown-menu > li > a {
  	display: block;
  	padding: 0.4em 1.1em;
  	clear: both;
  	font-weight: normal;
  	font-size:14px;
  	line-height: 1.615;
  	color: #888888 !important;
  	white-space: nowrap;
}

.dropdown-menu {
  	position: absolute;
  	top: 100%;
  	left: 0 !important;
  	z-index: 1000;
  	display: none;
  	float: left;
  	min-width: 160px;
  	padding: 5px 0;
  	margin: 2px 0 0;
  	list-style: none;
  	font-size: 13px;
  	background-color: #fffff0;
  	border: 0;
  	border-radius: 0;
  	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.175);
  	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.175);
  	background-clip: padding-box;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  	text-decoration: none;
  	color: #fffff0 !important;
  	background-color: #f39200 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  	color: #fffff0 !important;
  	text-decoration: none;
  	outline: 0;
  	background-color: #f39200 !important;
}

.caret {margin-left: 5px;}

@media (max-width: 767px) {
  	.navbar-nav .open .dropdown-menu > li > a {
    	color: #888888 !important;
  	}
  	.navbar-nav .open .dropdown-menu > li > a:hover,
  	.navbar-nav .open .dropdown-menu > li > a:focus {
   		color: #fffff0 !important;
    	background-color: #f39200 !important;
  	}   
}

/* BANNER
==================================================================*/

.tint {
	background: rgba(0,0,0,0.2);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.welcome {
	color: #fffff0;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 33%;
	width: 100%;
	-webkit-transform: translateY(-33%);
	-moz-transform: translateY(-33%);
	-ms-transform: translateY(-33%);
	-o-transform: translateY(-33%);
	transform: translateY(-33%);
}

.welcome h1 {
	color: #fffff0;
	margin: 0 30px;
	text-shadow: 0 1px 7px rgba(0,0,0,.5);
}

.welcome p {
	font-size: 24px;
	font-weight: 400;
	margin: 1em 30px;
	text-transform: uppercase;
	text-shadow: 0 1px 7px rgba(0,0,0,.5);
}

.welcome i {
	font-size: 60px;
	text-shadow: 0 1px 7px rgba(0,0,0,.5);
}

.welcome a:hover { color:#fffff0;}

.service {
	margin-top: 1em;
}

/* BACKGROUNDS
==================================================================*/

.background1 { background-color: #636363; opacity: 0.65;}

.background2 { background-color: #f39200; opacity: 0.65;}

.background3 { background-color: #9d9d9c; opacity: 0.65;}

.background4 { background-color: #F7F7F7; }

.background5 { background-color: #f39200; }

.background6 { background-color: #636363; }

.background7 { background-color: #9d9d9c; }


.background, .background h2, .background h3 { color: #fffff0;}

.background4 h2, .background4 h3 { color: #f39200;}

.background4 p {color: #181818;	}

.background-image {
	background-image: url(../images/background.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}

.btn-transparent { border-color: #fffff0; color: #fffff0; border-radius: 5px;}

.btn-transparent:hover { border-color: #222; color: #222; }

.btn-transparent2 { border-color: #f39200; color: #f39200; border-radius: 5px;}

.btn-transparent2:hover {border-color: #222;color: #222; }

/* ROOMS
==================================================================*/

#rooms {
	bottom: 25px;
	position: absolute;
	width: 100%;
	z-index: 200;
}

#rooms h3 {
	color: #fffff0;
	font-weight:400 !important;
}

#rooms .box {
	color: #fffff0;
	padding: 60px 15px 15px;
	position: relative;
	border-radius:7px;
}

#rooms .arrow {
	bottom: -15px;
	display: block;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


#rooms .icon {
	background: #fffff0;
	height: 120px;
	left: 50%;
	margin-left: -60px;
	padding: 15px;
	position: absolute;
	top: -60px;
	width: 120px;

}

#rooms .icon img {
	margin-top: 8px;
}

/* TABS
==================================================================*/

.nav-tabs > li {
	float: none;
	display: inline-block;
}



.tab-content > .tab-pane {
	padding: 30px 0;
}

/* TESTIMONIALS
==================================================================*/

#testimonials blockquote {
	border: 0;
	margin: 0 50px;
	padding: 0;
}

#testimonials blockquote small {
	color: #fffff0;
	font-size: 100%;
	margin-top: 15px;
}

/* GALLERY
==================================================================*/

.gallery {
	display: table;
	list-style: none;
	padding: 20px 0;
}

.gallery li {
	overflow: hidden;
	padding: 0;
	position: relative;
}

.gallery img {
	width: 100%;
}

.gallery div {
	background: rgba(0,0,0,0.3);
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}

.gallery i {
	left: 50%;
	margin: -21px 0 0 -17px;
	position: absolute;
	top: 50%;
}

.gallery a,
.gallery a:hover {
	color: #fffff0;
}

.paw {
	display: inline;
    margin-left: 10px;
    margin-top: -15px;
    transform: rotate(20deg);
}

/* MODAL
==================================================================*/

.modal-dialog {
 	margin: 0;
 	height: 100%;
 	width: auto
 }
.modal-element {
	padding: 10px 150px;
}
.close-modal {
 	position: absolute;
 	width: 75px;
 	height: 75px;
 	background-color: transparent;
 	top: 25px;
 	right: 25px;
 	cursor: pointer
 }
.close-modal .lr {
 	height: 50px;
 	width: 1px;
 	margin-left: 35px;
 	background-color: #222;
 	transform: rotate(45deg);
 	-ms-transform: rotate(45deg);
 	-webkit-transform: rotate(45deg);
 	z-index: 1051
 }
.close-modal .lr .rl {
 	height: 50px;
 	width: 1px;
 	background-color: #222;
 	transform: rotate(90deg);
 	-ms-transform: rotate(90deg);
 	-webkit-transform: rotate(90deg);
 	z-index: 1052
 }
.close-modal:hover {
 	opacity: .3
 }
 
 .list-up {
	margin-top: -15px;
    padding: 0;
}
.modal-container {
	max-width: 900px;
}


/* 
 .portfolio-modal .modal-content {
 	border-radius: 0;
 	background-clip: border-box;
 	-webkit-box-shadow: none;
 	box-shadow: none;
 	border: none;
 	min-height: 100%;
 	padding: 100px 0;
 	text-align: center
 }
 .portfolio-modal .modal-content h2 {
 	margin-bottom: 15px;
 	font-size: 3em
 }
 .portfolio-modal .modal-content p {
 	margin-bottom: 30px
 }
 .portfolio-modal .modal-content p.item-intro {
 	margin: 20px 0 30px;
 	font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-style: italic;
 	font-size: 16px
 }
 .portfolio-modal .modal-content ul.list-inline {
 	margin-bottom: 30px;
 	margin-top: 0
 }
 .portfolio-modal .modal-content img {
 	margin-bottom: 30px
 }
 .portfolio-modal .modal-backdrop {
 	opacity: 0;
 	display: none
 }*/

/* PRICE TABLES
==================================================================*/

.price-table {
	list-style: none;
	padding: 0;
}
.price-table-modal {
	margin: 0 50px;
}
.price-table-border {
	border-bottom:1px solid #f39200;
}

.price-table li {
	background: #fffff0;
	border-bottom: 1px solid #ddd;
	color: #888;
	padding: 15px 30px;
}

.price-table .title,
.price-table .price {
	background: #222;
	border: 0;
	color: #fffff0;
	font-weight: 800;
	padding-bottom: 0;
}

.price-table .price {
	font-size: 2.769em;
	padding-top: 0;
}

.price-table .period {
	background: #222;
	border: 0;
	padding-top: 0;
}
.margin-tabel-text {
	margin-left: 15px; margin-top: 5px;
}

#map-canvas {
  width: 100%;
  height: 400px;
}
#map-canvas .contact-details {
  width: 210px;
  height: auto;
  color: #373737;
  font-size: 1.1em;
  padding: 0.5em;
  overflow: hidden;
}

#map-canvas .contact-details a{color:#333;}

/* BLOG
==================================================================*/

header {margin-top: 90px;}
header h1 {
	color: #fffff0;
	font-size: 36px;
	margin: 1em 0;
}

.post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.entry-title {
	color: #222;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
	text-transform: uppercase;
}
.entry-meta {color: #bbb;padding-bottom: 30px;}
.entry-meta span {padding-right: 15px;}
.entry-meta i {padding-right: 5px;}
.entry-content {margin-top: 10px;}

.carousel-control i {
	margin-top: -15px;
	position: absolute;
	top: 50%;
}

img.pull-left {margin: 5px 15px 15px 0;}
img.pull-right {margin: 5px 0 15px 15px;}

.item .post {border: 0;padding: 0 30px;}

/* SIDEBAR
==================================================================*/

aside h5 {
	color: #f39200;
	letter-spacing: normal;
	margin: 0 0 1em;
}

aside h5 i {margin-right: 10px;}

aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside a {
	border-top: 1px solid #eee;
	color: #888;
	display: block;
	padding: 10px 25px;
	position: relative;
}

aside a:hover {background: #f8f8f8;color: #222;}

aside a i {
	position: absolute;
	right: 25px;
	top: 13px;
}

aside a:hover i {right: 15px;}

/* COMMENTS
==================================================================*/

.comments h3 { margin-bottom: 30px;}

.comments h5 { letter-spacing: normal;}

.media, .media .media {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 30px;
}

/* FOOTER
==================================================================*/

footer { background: #222; padding: 30px 0 15px 0;}
footer p {color: #f39200;font-size:13px;}
footer p a { color: #fffff0; padding:0 5px;}
footer p a:hover {color: #f39200;}
footer ul {list-style: none;padding: 1em 0 0 0;}
footer li {display: inline-block;padding: 0 10px;}
footer div a .fa {  font-size:16px}
.footer-tamplate { bottom: 0; position: fixed; width: 100%;}

/* MOBILE STYLES
==================================================================*/
@media (max-width: 1000px) {
	.nav > li > a {	 
	    padding: 35px 5px 35px 5px;	
	}	
	.texthid {
		display:none;	
	}	
	.nav-tabs > li > a {
	    padding: 10px 15px;
	}
}

@media (max-width: 768px) {
	.lead {
	  	margin-bottom: 20px;
	  	font-size: 18px;
	  	font-weight: 300;
	  	line-height: 1.4;
	}
		.modal-element {
	    padding: 10px 20px;
	}
}


@media (max-width: 767px) {
	.texthid {
		display:inline-block;
	}	
	.nav > li > a {	 
	  	padding: 10px 15px;	
	}
	.welcome {
		top: 50%;
	}
	.welcome h1 {
		font-size: 36px;
	}
	.welcome p {
		font-size: 18px;
	}
	#rooms {
		bottom: auto;
		position: relative;
	}
	#rooms .col-sm-4 {
		padding: 0;
	}
	#rooms .box {
		padding-top: 150px;
	}
	#rooms .icon {
		top: 30px;
	}
	#rooms .arrow {
		display: none;
	}
	.item .post {
		padding: 0;
	}	
	.navbar .divider-vertical {
		display:none;
	}
}

@media (max-width: 420px) {
	.navbar-brand {
    	float: left;
    	padding: 25px 15px;
	}
	.lead {
    	font-size: 16px;
    	padding: 0 25px;
	}
	.modal-element {
	    padding: 2px 2px;
	}
	.modal-body {
	    padding: 10px;
	}
	.price-table-modal {
	    margin: 0 -15px;
	}
	.margin-tabel-text {
	    margin-left: -15px;
	}
}

@media (max-width: 375px){
	.modal-element {
	    padding: 4px 4px;
	}
	.price-table-modal {
	    margin: 0 -30px;
	}
	
}
