/*  
	Custom styles (will override bootstrap.css)

	font-family: 'Playfair Display', serif;
	font-family: 'Open Sans', sans-serif;
*/

/* * {
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
} */

@font-face {
  font-family: 'FontAwesome';
  src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), 
  url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
  url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
  url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	background-color: #f1f1f1;
}

a {
	color:#c1c1c1;
	text-decoration:none;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#912f46;
}
a:focus {
	outline:none;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Playfair Display', serif;
	font-weight:400;
	line-height:1.2;
	color:#222;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
	font-weight:400;
	line-height:1em;
	color:#999;
}

h1,h2,h3 {
	margin:10px 0;
}

h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small {
	font-size:65%;
}

h4,h5,h6 {
	margin:10px 0;
}

h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small {
	font-size:75%;
}
h1,.h1 {
	font-size:36px;
}
h2,.h2 {
	font-size:28px;
}
h3,.h3 {
	font-size:24px;
}
h4,.h4 {
	font-size:18px;
}
h5,.h5 {
	font-size:14px;
}
h6,.h6 {
	font-size:12px;
}

p {
	margin:0 0 0px;
	line-height:20px;
}
.alignleft {
	float:left;
	margin:0 10px 5px 0;
}
.alignright {
	float:right;
	margin:0 0 5px 10px;
}
.aligncenter {
	display:block;
	margin:5px auto;
}
table tr td,
table tr th {
	padding:10px 20px;
	min-width:100px !important;
}
table tr:nth-child(odd) {
	background-color:#f1f1f1;
}
table tr:first-child {
	border:solid 1px;
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
}
table tr:last-child {
	border-bottom:solid 2px #f1f1f1;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	padding-right:0px;
	padding-left:0px;
	margin-right: auto;
	margin-left: auto;
	max-width:1140px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
	.container {
		width:100%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}
.container-fluid {
	padding-right:0px;
	padding-left:0px;
	margin-right: auto;
	margin-left: auto;
	max-width:100%;
}
.row {
	margin-left:0px;
	margin-right:0px;
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
	position:relative;
	min-height:1px;
	padding-left:0px;
	padding-right:0px;
}


.content {
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
}
.relative {
	position:relative;
}


/* FORMS */

.wpcf7-form {
	max-width:500px;
	margin:0px auto;
}
.wpcf7-form p {
	margin-bottom:10px;
}
.form-control,
.wpcf7-form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height:18px;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius:0px;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.form-control:focus,
.form-control:hover,
.wpcf7-form-control:focus,
.wpcf7-form-control:hover {
	border-color:#912f46;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow: none;
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.wpcf7-textarea {
	height:120px;
}
.wpcf7-submit {
	border:solid 1px #ddd;
	background-color:#ddd;
	padding:5px 20px;
	color:#333;
	display:inline-block;
	margin:10px auto;
}
.wpcf7-submit:hover {
	color:#333;
	border:solid 1px #004a5c;
}

div.wpcf7-response-output {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	border:none;
	text-align:center;
	float:none;
	color:#fff;
	border:solid 2px #bb1212;
	background-color:#e52727;
	margin:auto;
	margin-top:5px;
}
.wpcf7-not-valid-tip {
	font-size:10px !important;
	margin:0;
	padding:0;
	position:absolute;
	left:0; right:0;
	top:0;
	width:200px;
	display:none !important;
}
div.wpcf7-mail-sent-ok {
	display:block !important;
	color: #fff !important;
	margin:auto !important;
	padding:5px;
	position:relative;
	border:solid 2px #2f880d;
	background-color:#59a80f;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
.wpcf7-select.wpcf7-not-valid {
  border:1px solid red !important;
  background-color:#fff0fd !important
}


/* BUTTONS */
.btn {
	font-family: 'Playfair Display', serif;
	display:inline-block;
	padding: 12px 40px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height:18px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border:none;
	border-radius: 3px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline:none;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	background-image: none;
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.btn-primary {
	color: #fff;
	background-color: #b4dc29;
	border-color:#b4dc29;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color:#a5cd1c;
	border-color: #a5cd1c;
}

.btn-info {
	color: #fff;
	background-color: #912f46;
	border-color:#912f46;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color:#87223a;
	border-color: #87223a;
}


/* HEADER */
.top-bar {
	background-color:#f9f9f9;
	max-height:38px;
	overflow:hidden;
	border-bottom:solid 1px #e0e0e0;
}
.social-container {
	border-left:solid 1px #e0e0e0;
	border-right:solid 1px #e0e0e0;
	padding:10px 10px 6px;
}
.top-details-container {
	border-left:solid 1px #e0e0e0;
}
.social-icon,
.tdc-inner {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}
.tdc-inner {
	border-right:solid 1px #e0e0e0;
	padding:10px;
	box-sizing:border-box;
}
.tdc-inner p {
	margin:0; padding:0;
	display:block;
	font-size:13px;
	color:#c1c1c1;
	line-height:18px;
}
.tdc-inner i {
	display:inline-block;
	margin-right:5px;
}
.social-icon i {
	font-size:16px;
	color:#c1c1c1;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.social-icon:hover i {
	color:#912f46;
}

.navbar-header {
	position:relative;
}
.navbar-brand {
	float: left;
	height: auto;
	padding:0;
	font-size: 24px;
	line-height: 0px;
	margin:0;
	padding-left:0px;
	max-width:220px;
}
.navbar-brand img {
	max-width:100%;
	height:auto;
}
.navbar-brand h1 {
	font-size:24px;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}

/* Menu */
.navbar {
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	min-height: 5px;
	margin-bottom: 5px;
	border:none;
	background-color:rgba(255,255,255,1);
	z-index:2;
	top:0px;
	border-radius:0;
	left:0; right:0;
	margin:auto;
	border-bottom:solid 1px #e0e0e0;
	/* -webkit-box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.75); */
	box-shadow: 0px 3px 9px -9px rgba(0,0,0,0.75);
}
.navbar-nav {
	margin:0;
	margin-top:15px;
	padding:0px;
	height:auto;
	float:right;
}
.navbar-collapse {
	padding:0;
	margin:0;
	border:none;
	box-shadow:none;
}
.navbar-default .navbar-nav > li {
	background-color:rgba(255,255,255,0);
	box-sizing:border-box;
	margin:0;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Playfair Display', serif;
	background-color:rgba(255,255,255,0);
	text-align:center;
	font-size:16px;
	font-weight:400;
	color:#222;
	padding:15px 20px;
	text-transform:uppercase;
	transition:none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .current-post-ancestor a, 
.navbar-default .navbar-nav > .current-menu-parent a, 
.navbar-default .navbar-nav > .current-post-parent a,
.navbar-default .navbar-nav > .current_page_parent a {
	color:#912f46;
	background-color:rgba(255,255,255,0);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color:#912f46;
	background-color:rgba(255,255,255,0);
}
.navbar-toggle {
	cursor:pointer;
	width:250px;
	position: relative;
	float: right;
	padding: 9px 10px;
	margin:0;
	margin-top:12px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	overflow:hidden;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .pull-right {
	padding-top:2px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #912f46;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #912f46;
}
.dropdown-toggle .caret {
	display:none;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding:0px 0 0px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color:rgba(255,255,255,0);
	-webkit-background-clip: padding-box;
		  background-clip: padding-box;
	border:none;
	border:none;
	border-radius: 4px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.dropdown-menu > li > a {
	display: block;
	padding: 5px 20px;
	clear: both;
	background-color:rgba(255,255,255,.9);
	font-weight: normal;
	line-height: 1.42857143;
	color: #4c4e58;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color:  #e12c2c;
	text-decoration: none;
	background-color:rgba(255,255,255,.9);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color:  #e12c2c;
	text-decoration: none;
	background-color:rgba(255,255,255,.9);
	outline: 0;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
  background-color:#003063 !important;
  color:#FFF !important;
}
.dropdown .dropdown-menu {
	margin-top:-1px;
}
@media (min-width: 768px) {
	
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	.dropdown:hover  .dropdown-menu .dropdown .dropdown-menu {
		display: none;
	}
	.dropdown:hover  .dropdown-menu .dropdown:hover .dropdown-menu {
		display:block;
		position:absolute;
		left:100%;
		top:0;
	}
}

/* SLIDER - main slider styles in flexslider.css file */
#slider {
	max-height:800px;
	overflow:hidden;
	margin:auto;
	max-width:1920px;
}
.carousel-caption {
	position: absolute;
	right:0; left:0;
	top:100px;
	width:100%;
	max-width:1140px;
	bottom: auto;
	z-index: 10;
	text-align:left;
	text-shadow:none;
	color:#222;
	background-color:rgba(255,255,255,0);
	padding:0px;
	margin:auto;
}
.carousel-caption-inner {
	width:560px;
	background-color:rgba(255,255,255,0.6);
	padding:20px;
	overflow:hidden;
}
.carousel-caption h1 {
	color:#912f46;
	font-weight:600;
}
.carousel-caption p {
	max-width:400px;
}
.carousel-caption .btn {
	margin-top:10px;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}
.carousel-control.left {
	background-image:none;
	background-image:none;
	background-image:none;
	background-image:none;
	filter:none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image:none;
	background-image:none;
	background-image:none;
	background-image:none;
	filter:none;
	background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=100);
	outline: 0;
	opacity:1;
}
.carousel-control i {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
	font-size:24px;
	font-weight:100;
	padding:10px 18px;
	background-color:#7f7f7f;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	z-index:11;
}
#slider:hover .carousel-control i {
	opacity:1;
}
.carousel-control i.fa-angle-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control i.fa-angle-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-indicators {
	display:none;
}

/* BOXES */
.home-boxes {
}
.home-latest {
	padding-bottom:80px;
}
.home-box,
.home-latest-item {
	padding:0 15px;
}
.home-box-inner,
.home-latest-inner {
	margin:auto;
	border:solid 2px #FFF;
	background-color:#fff;
	max-width:352px;
}
.home-box-info,
.home-latest-info {
	padding:10px 15px;
	height:auto;
	min-height:1px;
}
.home-box-info p,
.home-latest-info p {
	font-size:14px;
	display:block;
	min-height:100px;
	margin-bottom:10px;
}
.home-latest-item a {
	color:#333;
}
.home-latest-thumbnail,
.post-thumbnail {
	overflow:hidden;
}
.home-latest-item img,
.post-thumbnail img {
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.home-latest-item:hover img,
.post-item:hover .post-thumbnail img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	opacity:.9;
}
.home-latest-item:hover h3 {
	color:#912f46;
}
.show-more {
	padding-top:30px;
	clear:both;
}

.home-welcome {
	background-color:#FFF;
	margin:50px auto;
	border-top:solid 1px #e0e0e0;
	border-bottom:solid 1px #e0e0e0;
}
.home-welcome .container {
	padding:30px 15px;
}
.home-welcome h1, 
.home-welcome h2 {
	color:#912f46;
}


/* PAGES, POSTS */
.page-title {
	font-weight:600;
	padding:40px 5px;
}
.page-content {
	background-color:#FFF;
	padding:30px 5px;
	border-top:solid 1px #e0e0e0;
	border-bottom:solid 1px #e0e0e0;
}
.section-header {
	margin:0 15px 30px;
	color:#912f46;
}
.blog-page {
	font-size:15px;
}
.post-item {
	margin-bottom:50px;
}
.post-item a h1 {
	margin-bottom:15px;
}
.post-item a:hover h1 {
	color:#912f46;
}
.post-item .meta i {
	color:#912f46;
}
.post-item p {
	display:block;
	padding:20px 5px;
	border-top:solid 1px #e0e0e0;
	border-bottom:solid 1px #e0e0e0;
}
.post-content {
	padding:40px 5px;
	border-top:solid 1px #e0e0e0;
	border-bottom:solid 1px #e0e0e0;
}
.post-item .btn {
	margin:20px auto;
}
.blog-sidebar {
	padding-left:50px;
}
.blog-sidebar h3 {
	margin-bottom:30px;
}
.recent-posts {
	padding:0;
	list-style-type:none;
}
.recent-posts > li > a {
	display:block;
	font-size:18px;
	padding:10px 5px 15px;
	margin-bottom:10px;
	border-bottom:solid 1px #e0e0e0;
	color:#999;
	font-weight:300;
}
.recent-posts > li > a:hover {	
	color:#912f46;
}

.gallery-box {
	padding-bottom:20px;
}
.gallery-text {
	padding-bottom:20px;
}
.gallery-item {
	padding:10px;
}
.gi-inner {
	max-height:160px;
	overflow:hidden;
	max-width:260px;
	margin:auto;
}
.gi-mask {
	position:absolute;
	top:0; bottom:0;
	left:0; right:0;
	background-color:rgba(255,255,255,.4);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	opacity:0;
	z-index:2;
	text-align:center;
}
.gi-mask i {
	position:relative;
	top:45%;
	font-size:24px;
	color:#912f46;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-transform:scale(.1);
	-moz-transform:scale(.1);
	-ms-transform:scale(.1);
	-o-transform:scale(.1);
	transform:scale(.1);
	opacity:0;
	transition-delay:.2s
}
.gi-inner img {
	display:block;
	margin:auto;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.gi-inner:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.gi-inner:hover .gi-mask {
	opacity:1;
}
.gi-inner:hover .gi-mask i {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:1;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 10px 14px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #e0e0e0;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color:#912f46;
	background-color: #eee;
	border-color: #e0e0e0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > span.current {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color:#912f46;
	border-color: #912f46;
}


/* CONTACT PAGE */
.contact-details-inner {
	display:inline-block;
}
#googleMap {
	width:100%;
	height:600px;
}

.virtual-tour {
	padding-top:60px;
}

/* OWL CONTROLS */
.owl-nav {
	text-indent:-9999px;
	position:absolute;
	top:23px;
	width:100%;
}
.owl-prev,
.owl-next {
	width:10px; height:16px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:0;
	background-repeat:no-repeat;
	transition:none;
	margin:auto;
	background-image:url(../images/owl-arrows.png);
}
.owl-prev {
	left:-25px;
	background-position:left;
}
.owl-next {
	right:25px;
	background-position:right;
}
.owl-prev:hover,
.owl-next:hover {
}



/* FOOTER */
.footer {
	margin-top:0px;
	padding:50px 5px;
	background-color:#912f46;
	color:#c1c1c1;
}
.f-col-inner {
	display:inline-block;
}
.footer-header {
	margin:0 0 20px;
}
.footer a {
	color:#7f7f7f;
}
.footer a:hover {
	color:#c1c1c1;
	text-decoration:underline;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color:#f1f1f1;
}
.footer-menu {
	padding:0;
	list-style-type:none;
}
.footer-menu > li > a {
	color:#c1c1c1;
	background-color:rgba(255,255,255,.1);
	padding:3px 6px;
	margin:2px 0;
	display:inline-block;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.footer-menu > li.current_page_item > a,
.footer-menu > li > a:hover {
	background-color:rgba(255,255,255,.2);
	text-decoration:none;
}


.credits {
	color:#c1c1c1;
	padding:20px 5px;
	background-color:#87223a;
	font-size:13px;
}
.credits a:hover {
	color:#c1c1c1;
	text-decoration:underline;
}
	
	

@media screen and (max-width:1366px) {
	h1,.h1 {
		font-size:32px;
	}
	h2,.h2 {
		font-size:26px;
	}
	h3,.h3 {
		font-size:22px;
	}
	.container {
		width: 100%;
		max-width:1040px;
	}
	.carousel-caption {
		max-width:1010px;
		top:60px;
	}
	.carousel-caption h1 {
		margin-top:0;
	}
}

@media screen and (max-width:1280px) {
	h1,.h1 {
		font-size:28px;
	}
	h2,.h2 {
		font-size:24px;
	}
	h3,.h3 {
		font-size:20px;
	}
	h4,.h4 {
		font-size:17px;
	}
	.home-box-info p,
	.home-latest-info p {
		font-size:13px;
	}
	body {
		font-size:14px;
	}
	.carousel-caption {
		top:30px;
	}
	.carousel-control {
		width:70px;
	}
	.carousel-caption-inner {
		width:520px;
		padding:15px;
	}
	.carousel-caption p {
		max-width:360px;
	}
	.carousel-control i {
		font-size:24px;
		padding:8px 16px;
	}
	.btn {
		padding: 10px 38px;
		font-size: 17px;
	}
	.footer {
		margin-top:60px;
		padding:30px 5px;
	}
	.credits {
		padding:15px 5px;
	}
}

@media screen and (max-width:1152px) {
	h1,.h1 {
		font-size:26px;
	}
	h2,.h2 {
		font-size:23px;
	}
	.carousel-caption {
		top:20px;
	}
	.carousel-control {
		width: auto;
	}
	.carousel-control i.fa-angle-left {
		left:0;
		margin-left:10px;
	}
	.carousel-control i.fa-angle-right {
		right:0;
		margin-right:10px;
	}
	.navbar-brand {
		max-width:200px;
	}
	.navbar-nav {
		margin-top:10px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size:15px;
	}
	.page-title {
		padding:30px 5px;
	}
}

@media screen and (max-width:1100px) {
}

@media screen and (max-width:1024px) {
	h1,.h1 {
		font-size:24px;
	}
	h2,.h2 {
		font-size:22px;
	}
	h3,.h3 {
		font-size:18px;
	}
	h4,.h4 {
		font-size:16px;
	}
	p, body {
		line-height:18px;
		font-size:13px;
	}
	.top-bar {
		background-color:#f9f9f9;
		max-height:38px;
		overflow:hidden;
		border-bottom:solid 1px #e0e0e0;
	}
	.social-container {
		border-left:solid 1px #e0e0e0;
		border-right:solid 1px #e0e0e0;
		padding:5px 5px 2px;
	}
	.top-details-container {
		border-left:solid 1px #e0e0e0;
	}
	.social-icon,
	.tdc-inner {
		margin:0 5px;
	}
	.tdc-inner {
		padding:5px 5px 5px 0;
	}
	.tdc-inner p {
		font-size:12px;
	}
	.tdc-inner i {
		margin-right:3px;
	}
	.social-icon i {
		font-size:14px;
	}
	.navbar-brand {
		max-width:180px;
	}
	.navbar {
		padding:5px 10px;
	}
	.navbar-nav {
		margin-top:6px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size:15px;
		padding:15px;
	}
	.carousel-caption {
		padding-left:10px;
	}
	.carousel-caption p {
		font-size:13px;
	}
	.home-box,
	.home-latest-item {
		padding:0 10px;
	}
	.home-box-info,
	.home-latest-info {
		padding:10px;
	}
	.home-latest {
		padding-bottom:50px;
	}
	.page-title {
		padding:20px 5px;
	}
	.gi-inner {
		max-height:140px;
	}
	.post-item {
		margin-bottom:30px;
	}
}

@media screen and (max-width:992px) {
	#googleMap,
	.virtual-tour iframe {
		height:500px !important;
	}
	.virtual-tour {
		padding-top:40px;
	}
}

@media screen and (max-width:960px) {
	.navbar-default .navbar-nav > li > a {
		padding:15px 10px;
	}
}

@media screen and (max-width:860px) {
	h1,.h1 {
		font-size:22px;
	}
	h2,.h2 {
		font-size:20px;
	}
	.navbar-nav {
		margin-top:7px;
	}
	.navbar-default .navbar-nav > li > a {
		padding:15px 5px;
		font-size:14px;
	}
	.gi-inner {
		max-height:120px;
	}
}

@media screen and (max-width:800px) {
}


@media screen and (max-width:768px) {
	.navbar-nav {
		width:100%;
		border-top:solid 1px #eee;
	}
	.navbar-default .navbar-nav > li > a {
		padding:5px;
	}
	.btn {
		padding: 10px 30px;
		font-size: 15px;
	}
	.carousel-caption {
		left:50px;
	}
	.carousel-caption-inner {
		width:440px;
		padding:10px;
	}
	.home-box,
	.home-latest-item {
		margin:10px auto;
	}
	.home-box-inner,
	.home-latest-inner {
		max-width:300px;
	}
	
	.home-box-info p,
	.home-latest-info p {
		font-size:13px;
		min-height:1px;
	}
	.home-latest {
		padding-bottom:0px;
	}
	.footer {
		padding:20px 5px;
	}
	.f-col {
		padding-bottom:10px;
	}
	.f-col-inner {
		text-align:center;
	}
	.footer-header {
		margin:0 0 10px;
	}
	.credits {
		padding:10px 5px;
	}
	.page-title {
		padding:10px 5px;
	}
	.gi-inner {
		max-height:150px;
	}
	.post-item {
		margin-bottom:20px;
	}
	#googleMap,
	.virtual-tour iframe {
		height:400px !important;
	}
	.contact-details-inner {
		text-align:center !important;
		margin-bottom:20px;
	}
	.virtual-tour {
		padding-top:20px;
	}
}

@media screen and (max-width:700px) {
	.top-bar {
		max-height:none;
		text-align:center;
	}
	.social-container {
		float:none !important;
		border-left:none;
		border-right:none;
		display:inline-block;
	}
	.top-details-container {
		float:none !important;
	}
	.tdc-inner {
		display:block;
		margin:auto 0;
		border:none;
		padding:2px 5px
	}
}	

@media screen and (max-width:640px) {
	h1,.h1 {
		font-size:20px;
	}
	h2,.h2 {
		font-size:18px;
	}
	h3,.h3 {
		font-size:16px;
	}
	h4,.h4 {
		font-size:15px;
	}
	h5,.h5 {
		font-size:13px;
	}
	.btn {
		padding: 10px 20px;
		font-size: 14px;
	}
	#slider {
		max-height:800px;
		overflow:hidden;
		margin:auto;
		max-width:1920px;
	}
	.carousel-inner {
		height:290px;
	}
	.carousel-inner > .item {
		overflow:hidden;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		display: block;
		max-width: none;
		height:290px;
		width:auto;
		-webkit-transition:all .3s ease-in-out;
		-moz-transition:all .3s ease-in-out;
		-ms-transition:all .3s ease-in-out;
		-o-transition:all .3s ease-in-out;
		transition:all .3s ease-in-out;
	}
	.gi-inner {
		max-height:140px;
	}
}

@media screen and (max-width:540px) {
	h1,.h1 {
		font-size:18px;
	}
	h2,.h2 {
		font-size:17px;
	}
	.carousel-caption-inner {
		width:340px;
		padding:5px;
	}
	.navbar-brand {
		max-width:150px;
	}
	.navbar-toggle {
		width:200px;
		padding: 7px 10px;
		margin-top:12px;
	}
	.btn {
		padding:6px 20px;
		font-size: 13px;
	}
	.gi-inner {
		max-height:120px;
	}
	.gallery-item {
		padding:5px;
	}
	#googleMap,
	.virtual-tour iframe {
		height:300px !important;
	}
}

@media screen and (max-width:480px) {
}

@media screen and (max-width:440px) {
	h1,.h1 {
		font-size:18px;
	}
	.carousel-caption-inner {
		width:300px;
	}
	.carousel-control i {
		position: absolute;
		top: 45%;
		z-index: 5;
		display: inline-block;
		font-size:18px;
		padding:6px 12px;
		z-index:11;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img,
	.carousel-inner {
		height:220px;
	}
	.carousel-caption {
		left:35px;
	}
	.navbar-brand {
		float:none;
		display:block;
		margin:auto;
	}
	.navbar-toggle {
		float:none;
		margin:5px auto 0;
	}
}
@media screen and (max-width:400px) {
	.carousel-caption-inner p {
		display:none;
	}
	.carousel-caption-inner {
		width:70%;
	}
	.gi-inner {
		max-height:100px;
	}
}

@media screen and (max-width:320px) {
}




