body {
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: 72px;
  overflow: hidden;
}

h1 {
	font-size:32px;
	text-transform:lowercase;
	font-weight:300;
	color:#3d3d3d;
}

h4 {
	font-size:24px;
	border-bottom:4px #e1e1e1 solid;
	text-transform:lowercase;
	letter-spacing:.5px;
	font-weight:500;
	color:#3d3d3d;
	line-height:40px;
	display:inline-block;
}

h3 {
	font-size:28px;
	text-transform:lowercase;
	letter-spacing:.5px;
	font-weight:500;
	color:#3d3d3d;
}

.navbar-dark {
	background-color: #3d3d3d;
	margin: 0;
	z-index:1;
}
.navbar-dark li a, .navbar-dark li a:active {
	color:#ccc;
	background-color:transparent;
}

.navbar-dark li a:hover {
	color:#999;
	background-color:transparent;
}

.navbar-dark .navbar-toggle {
	color:#fff;
	background-color:transparent;
	border:none;
	padding-top: 23px;
}

.navbar-dark .navbar-toggle .icon-bar {
	color: #ccc;
	background-color: transparent;
	border: 1px solid;
}

.navbar-dark li a:focus {
	color:#fff;
	background-color:transparent;
	border:none;
}

.navbar-brand {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
	margin: 0 auto;
	color: #fff;
	height: auto;
}
.navbar-brand .logo-sub {
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 6.5px;
	color: #ccc;
	padding-top: 4px;
}

.navbar-nav {
	font-size: 18px;
	padding-top: 10px;
}

.contact-info {
	font-size: 16px;
}

.contact-info a {
	color: #555;
}

.contact-info .fa {
	padding-right: 4px;
	color: #ccc;
}

.about-section {
	padding:20px 0;
	color:#666;
}

.about-section h1 {
	display:inline-block;
	color:#666;
	font-size:30px;
	border-bottom:10px solid #e1e1e1;
	margin-bottom:20px;
}

.about-img {
	width: 200px;
	height: 200px;
	display:inline-block;
}

.portfolio-section {
	display:table;
	background-image:url(../images/dot.png);
	background-repeat:repeat;
	position:absolute;
	z-index:2000;
	width:100%;
	height:100%;
}

.portfolio-content {
	display:table-cell; 
	vertical-align:middle;
	margin:0 auto;
	padding-bottom:68px;
}

.portfolio-section h1 {
		color:#fff;
		font-size: 38px;
		font-weight:300;
		margin:0;
		padding-bottom:5px;
}

.portfolio-section h2 {
		color:#fff;
		font-size: 18px;
		font-weight:300;
		margin:0;
		padding-bottom:25px;
}

.btn-custom {
	color: #fff;
	border: 1px solid #fff;
	font-weight: 300;
	background-color:transparent;
}

.btn-custom:hover {
	color: #999;
	border-color:#999;
}

.portfolio {
	width:100%;
	height:600px;
	background-color:#2d2d2d;
	position:relative;
	overflow:hidden;
}

.portfolio {
	background-image: url('../images/portfolio/women/Women33_headshotsaz.jpg');
	background-size: cover;
	background-position: center;
}

.portfolio .p-item {
	opacity:.1;
	float:left;
	z-index:1;
}

.portfolio .p-item .img-responsive {
		margin: 0 auto;
		height:100%;
		max-width:inherit;
		width:auto;
}

.portfolio .p-item.active {
	opacity:1;
	z-index:2;
}

.portfolio-controls {
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000;
}

.portfolio-controls .arrow-right {
	width: 30px;
	height: 30px;
	padding: 0;
	opacity:.5;
	border-radius: 15px;
	border: 2px solid #fff;
	background-color:transparent;
	position:absolute;
	right:20px;
	top: 50%;
	margin-top:-15px;
}

.portfolio-controls .arrow-left {
	width: 30px;
	height: 30px;
	padding: 0;
	opacity:.5;
	border-radius: 15px;
	border: 2px solid #fff;
	background-color:transparent;
	position:absolute;
	left:20px;
	top: 50%;
	margin-top:-15px;
}
.portfolio-controls .glyphicon {
	color:#fff;
}

.portfolio-controls button:hover,  .portfolio-controls button:hover .glyphicon {
	opacity:1;
}

.portfolio-controls button {
	outline: none;
}

.modal-gallery {
	z-index: 9999;
}
.modal-gallery .modal-content {
	background-color: #2d2d2d;
}
.modal-gallery .modal-header {
	border: none;
}
.modal-gallery .modal-header button {
	color: #fff;
	font-size: 24px;
	text-shadow: none;
	opacity: 1;
}
.modal-gallery .modal-body {
	max-height: calc(100vh - 80px);
    overflow-y: auto;
    width: 100%;
}

.gallery img {
	border: 6px #fff solid;
	margin-bottom: 6px;
}

.booking-section h1 {
	display:inline-block;
	padding-bottom:6px;
	border-bottom:10px solid #666;
	font-size:30px;
	margin-bottom:20px;
}

.booking-section h2.sub-heading {
	font-size: 18px;
	font-weight:300;
	color:#666;
	padding:0;
	margin-top: 10px;
}

.booking-section h3.circle-heading {
	border: 1px #666 solid;
	border-radius: 100px;
	padding: 25px 0px 0px 2px;
	width: 100px;
	height: 100px;
	color: #666;
	font-size: 44px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom:0px;
}

.booking-section h4.price-heading {
	font-size: 38px;
	font-weight:300;
	border:none;
	color:#666;
}

.booking-section h4.price-heading .dss {
	font-size: 24px;
	vertical-align: top;
	line-height: 32px;
	margin-left: -12px;
}

.booking-section {
	padding:20px 0;
	color:#666;
}

.booking-section .add-ons label {
	padding: 15px;
	padding-left: 30px;
	border: 1px #eaeaea solid;
	border-radius: 6px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.booking-section .add-ons .reg-price {
	color: #999;
	text-decoration: line-through;
}

.booking-section h1 {
	display:inline-block;
	color:#666;
	font-size:30px;
	border-bottom:10px solid #e1e1e1;
	margin-bottom:20px;
}

.booking-section ul.price-desc {
	padding: 0;
}

.booking-section ul.price-desc li {
	list-style:none;
	text-align:center;
	margin:10px 0;
}

.form-hr {
	width:100%;
	height:1px;
	background-color:#e1e1e1;
	margin:20px 0;
}

.contact-row {
	margin:0;
}

.contact-left {
	background-image:url(../images/contact2.jpg);
	background-size:cover;
	background-position:top center;
}

.contact-right {
	background-image:url(../images/contact.jpg);
	background-size:cover;
	background-position:center center;
	padding:60px;
}

.contact-right h2 {
	font-size:38px;
	font-weight:300;
	line-height:46px;
	margin-bottom:20px;
	text-transform:lowercase;
	display:inline-block;
	letter-spacing:.5px;
	color:#fff;
	border-bottom:4px #3d3d3d solid;
}

.contact-right p {
	color:#999;
}

.contact-right input[type="text"], .contact-right input[type="email"], .contact-right textarea {
	border: 1px solid rgba(255,255,255,.3);
	background-color:transparent;
	color:#eaeaea;
	outline: none;
	font-weight:300;
	font-size:16px;
}
	

#footer {
	font-size:12px;
	font-weight:400;
	letter-spacing:.5px;
	padding:10px 0;
	background-color:#2d2d2d;
	color:#fff;
}
#footer a {
	color:#ccc;
}

.form-control.dateselect {
	cursor:default;
	background-color:#fff;
}

.form-group .form-control.error-class {
	border-color:#C00;
	color:#C00;
}
.form-group .error-label {
	color:#C00;
}

button.btn-default#book-now {
	background-color:#000;
	color:#fff;
	width:100%;
}

.ekko-lightbox.modal {
	z-index: 9999;
}
.ekko-lightbox.modal .modal-header {
	border: none;
}
.ekko-lightbox.modal .modal-header h4 {
	display:none;
}

.portfolio .btn-custom {
	width: auto;
	margin-bottom: 10px;
}

.modal-header {
	border: none;
}

.modal-header .close {
    margin-top: -9px;
}

	

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

	
}

@media (min-width: 1024px) {

}