/*
Theme Name: Nagambie
Description: A custom wordpress theme
Author: Quicklicks
Author URI: http://www.quicklicks.com.au/
Version: 1.0
*/



/* ==========================================================================
   NORMALIZE: DEFAULT STYLES 
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}




/* ==========================================================================
   Fonts (Not Available on Google Fonts)
   ========================================================================== */
@font-face {
    font-family: 'Droid Sans';
    src: url('fonts/hinted-DroidSans.eot');
    src: local('Droid Sans'), local('DroidSans'),
        url('fonts/hinted-DroidSans.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-DroidSans.woff') format('woff'),
        url('fonts/hinted-DroidSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('fonts/hinted-DroidSans-Bold.eot');
    src: local('Droid Sans Bold'), local('DroidSans-Bold'),
        url('fonts/hinted-DroidSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-DroidSans-Bold.woff') format('woff'),
        url('fonts/hinted-DroidSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}




/* ==========================================================================
   CUSTOM STYLES
   ========================================================================== */
html{
    font-size: 1em;
    line-height: 1.4;
}

html *{
  -webkit-font-smoothing: antialiased;
}

body{
	color: #323232;
	font-family: 'Arimo', sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
	position: relative;
	word-wrap: break-word;
}

body a{
	color: #25bec6;
	text-decoration: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d7d7d7;
    margin: 1.6em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

::-webkit-input-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
:-ms-input-placeholder {
	opacity: 1;
}
:-moz-placeholder {
	opacity: 1;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img{
	max-width: 100% !important;
	height: auto !important;
}

.mobile-nav-icon, #mobile-menu-container{
	display: none;
}
.row{
	max-width: 1140px;
	margin: auto;
}
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.row:after {
    clear: both;
}
.vc_active .row{
	max-width: 1170px;
}
.btn,
.vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
	background: none #a2cd3a;
	border: none;
	color: #fff !important;
	display: inline-block;
	font-family: 'Droid Sans';
	font-weight: bold;
	font-size: 22px;
	line-height: 1em;
	min-width: 168px;
	padding: 19px;
	text-align: center;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn:hover,
.vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus{
	background-color: #a2cd3a;
	opacity: 0.9;
}
.btn-blue{
	background: none #25bec6;
}


/*** wp login page ***/
body.login h1 a{
	background-image: url('images/logo-admin.png');
	background-size: contain;
	width: 196px;
	height: 138px;
}
body.login #login_error, body.login .message{
	color: red;
}




/* ==========================================================================
   HEADER STYLES
   ========================================================================== */
#header{
}
	#header-logo{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
		#header-logo .row{
			position: relative;
		}
		#header-logo img{
			display: block;
			position: absolute;
			top: 0;
			left: 0;
		}
	#header-top{
		background: none #25bec6;
		color: #fff;
		font-family: 'Droid Sans';
		font-size: 14px;
		min-height: 44px;
		text-align: right;
	}
		#header-top .widgettitle{
			display: none;
		}
		#header-top a{
			color: #fff;
		}
		#header-top a:hover{
			opacity: 0.9;
		}
		#header-top p{
			margin: 0;
		}
			#header-top .icon-address{
				display: inline-block;
				position: relative;
				height: 44px;
				line-height: 44px;
				margin-right: 20px;
				padding-left: 31px;
				vertical-align: top;
			}
				#header-top .icon-address:before{
					content: "";
					width: 25px;
					height: 29px;
					background: url('images/header-icon-address.png') no-repeat 0 0 / contain;
					position: absolute;
					top: 5px;
					left: 0;
				}
			#header-top .icon-email{
				display: inline-block;
				position: relative;
				height: 44px;
				line-height: 44px;
				margin-right: 20px;
				padding-left: 32px;
				vertical-align: top;
			}
				#header-top .icon-email:before{
					content: "";
					width: 25px;
					height: 29px;
					background: url('images/header-icon-email.png') no-repeat 0 0 / contain;
					position: absolute;
					top: 5px;
					left: 0;
				}
			#header-top .icon-tel{
				display: inline-block;
				position: relative;
				font-weight: bold;
				font-size: 20px;
				height: 44px;
				line-height: 44px;
				padding-left: 38px;
				vertical-align: top;
			}
				#header-top .icon-tel:before{
					content: "";
					width: 29px;
					height: 29px;
					background: url('images/header-icon-tel.png') no-repeat 0 0 / contain;
					position: absolute;
					top: 5px;
					left: 0;
				}
	#header-menu{
		min-height: 125px;
	}
		#header-menu .menu-btn a{
			background: none #a2cd3a;
			color: #fff;
			display: inline-block;
			font-family: 'Droid Sans';
			font-weight: bold;
			font-size: 17px;
			line-height: 1em;
			height: auto;
			padding: 11px 15px;
			text-align: center;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		#header-menu .menu-btn a:hover{
			opacity: 0.9;
		}


	
/* ==========================================================================
   TOPSLIDER STYLES
   ========================================================================== */
#topslider{
	position: relative;
}
	#topslider .slide-item{
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		color: #fefefe;
		position: relative;
		height: 612px;
	}
	#topslider .slide-text{
		color: #fefefe;
		font-weight: normal;
		position: absolute;
		bottom: 160px;
		left: 0;
		width: 100%;
		text-align: center;
	}
		#topslider .slide-text-inner{
			max-width: 945px;
			margin: auto;
		}
		#topslider .slide-text h2{
			margin: 0;
			line-height: 1em;
		}
		#topslider .slide-text h3{
			margin: 0;
			font-family: 'Raleway', sans-serif;
			font-weight: bold;
			font-size: 50px;
			line-height: 1em;
			padding-bottom: 8px;
			text-transform: uppercase;
		}
		#topslider .slide-text p{
			font-family: 'Raleway', sans-serif;
			font-weight: 500;
			font-size: 20px;
			line-height: 1em;
			margin: 0;
			padding-bottom: 20px;
		}
		#topslider .slide-text p.p-btn{
			margin: 0;
			padding: 0;
		}
			#topslider .slide-text .btn{
				background-color: #25bec6;
				margin-top: 12px;
			}
		#topslider .slide-text a{
		}
		#topslider .slide-text .slide-arrow{
		}
		#topslider .slide-text .slide-arrow img{
		}
	#topslider-dots{
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%;
		z-index: 100;
	}
		#topslider-dots ul.slick-dots{
			margin: 0;
			padding: 0;
			font-size: 0;
			text-align: center;
		}
			#topslider-dots ul.slick-dots li{
				display: inline-block;
				list-style-type: none;
			}
			#topslider-dots ul.slick-dots li button{
				border: none;
				display: block;
				background: url('images/slider-dot-default.png') no-repeat 0 0 / contain;
				width: 26px;
				height: 26px;
				margin: 0 1px;
			}
			#topslider-dots ul.slick-dots li.slick-active button{
				background-image: url('images/slider-dot-active.png');
				margin: 0 5px;
			}
	#topslider-arrows{
		position: absolute;
		top: 39%;
		left: 0;
		width: 100%;
		z-index: 100;
	}
		#topslider-arrows .row{
			position: relative;
		}
		#topslider-arrows .slick-prev{
			background: url('images/slider-prev.png') no-repeat 0 0 / contain;
			border: none;
			display: block;
			font-size: 0;
			width: 51px;
			height: 51px;
			padding: 0;
			position: absolute;
			left: -65px;
			top: 0;
		}
		#topslider-arrows .slick-next{
			background: url('images/slider-next.png') no-repeat 0 0 / contain;
			border: none;
			display: block;
			font-size: 0;
			width: 51px;
			height: 51px;
			padding: 0;
			position: absolute;
			right: -65px;
			top: 0;
		}
		#topslider-arrows .slick-prev:hover,
		#topslider-arrows .slick-next:hover{
			opacity: 0.9;
		}



/* ==========================================================================
   TOPBANNER
   ========================================================================== */
#topbanner{
	background: url('images/banner-default.jpg') no-repeat top center / cover;
	position: relative;
	z-index: 2;
}
	#topbanner .row{
		padding-top: 155px;
		padding-bottom: 37px;
	}
	#topbanner .title-line{
		-moz-box-align: center;
		-moz-box-direction: normal;
		-moz-box-orient: horizontal;
		align-items: center;
		display: flex;
		flex-flow: row nowrap;
	}
	.vc_active #topbanner .title-line{
		padding: 0 15px;
	}
	#topbanner .title-line .sep_holder {
		-moz-box-flex: 1;
		flex: 1 1 auto;
		height: 1px;
		min-width: 10%;
		position: relative;
	}
	#topbanner .title-line .sep_holder .sep_line {
		border-top: 1px solid #ebebeb;
		display: block;
		height: 1px;
		position: relative;
		top: 1px;
		width: 100%;
	}
	#topbanner .title-line h1 {
		color: #fff;
		font-family: 'Great Vibes', cursive;
		font-size: 80px;
		font-weight: normal;
		margin: 0;
		text-align: center;
		-moz-box-flex: 0;
		flex: 0 1 auto;
		line-height: 1em;
		margin: 0;
		padding: 0 0.6em;
		text-align: center;
		overflow-wrap: break-word;
	}
	

			
/* ==========================================================================
   HOME STYLES
   ========================================================================== */
#main.home{
	padding: 60px 0 0 0;
}
	#main.home .row{
		max-width: 1170px;
	}
	#main #home-content1{
		padding-bottom: 30px;
	}
		#main #home-content1 .vc_col-sm-6 h1,
		#main #home-content1 .vc_col-sm-6 h2{
			font-family: 'Great Vibes', cursive;
			font-size: 50px;
			font-weight: normal;
		}
			#main #home-content1 .vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
				background: none #25bec6;
			}
	#main #home-content2{
		background: none #25bec6;
	}
		#main #home-content2 .vc_col-sm-6:first-child{
			width: 51%;
		}
		#main #home-content2 .vc_col-sm-6:last-child{
			width: 49%;
		}
		#main #home-content2 .vc_col-sm-6:before,
		#main #home-content2 .vc_col-sm-6:after {
			content: " ";
			display: table;
		}
		#main #home-content2 .vc_col-sm-6:after {
			clear: both;
		}
		#main #home-content2 .vc_col-sm-6 h2{
			font-family: 'Great Vibes', cursive;
			font-size: 50px;
			font-weight: normal;
			line-height: 1.1em;
		}
		#main #home-content2 .row{
			max-width: 100% !important;
			width: 100% !important;
		}
		#main #home-content2 .vc_col-sm-6:first-child{
			background: url('images/home-bg1.jpg') no-repeat top right / cover;
			padding-top: 100px;
			padding-bottom: 65px;
		}
			#main #home-content2 .vc_col-sm-6:first-child a{
				color: #323232;
			}
			#main #home-content2 .vc_col-sm-6:first-child > .vc_column-inner {
				max-width: 598px;
				float: right;
				padding-right: 30px;
			}
			#main #home-content2 .vc_col-sm-6:first-child h2{
				color: #333333;
				padding-bottom: 15px;
			}
			#main #home-content2 .vc_col-sm-6:first-child .vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
				background: none #25bec6;
				margin-top: 50px;
			}
		#main #home-content2 .vc_col-sm-6:last-child{
			padding-top: 100px;
			padding-bottom: 65px;
		}
			#main #home-content2 .vc_col-sm-6:last-child > .vc_column-inner {
				max-width: 572px;
				float: left;
				padding-left: 30px;
				padding-right: 30px;
			}
			#main #home-content2 .vc_col-sm-6:last-child h2{
				color: #fff;
				margin: 0;
			}
			#main #home-content2 .vc_col-sm-6:last-child h3{
				color: #fff;
				font-family: 'Raleway', sans-serif;
				font-weight: bold;
				font-size: 28px;
				margin: 0;
				text-transform: uppercase;
			}
			#main #home-content2 .wpcf7 {
				position: relative;
			}
			#main #home-content2 .wpcf7 p{
				margin: 0;
				padding-bottom: 10px;
				position: relative;
			}
				#main #home-content2 .wpcf7 p input[type="text"],
				#main #home-content2 .wpcf7 p input[type="tel"],
				#main #home-content2 .wpcf7 p input[type="email"],
				#main #home-content2 .wpcf7 p textarea{
					border: 1px solid #fff;
					background: none #fff;
					font-size: 16px;
					margin: 0;
					width: 100%;
					padding: 11px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
				}
				#main #home-content2 .wpcf7 p textarea{
					height: 175px;
				}
				#main #home-content2 .wpcf7 #main #home-content2 .wpcf7 p input[type="submit"]{
					margin-top: 30px;
				}
				#main #home-content2 .wpcf7 .wpcf7-not-valid{
					border: 1px solid red !important;
				}
				#main #home-content2 span.wpcf7-not-valid-tip{
					position: absolute;
					bottom: 0;
					right: 10px;
					font-size: 11px;
				}
				#main #home-content2 div.wpcf7-validation-errors {
					border: 2px solid red;
					margin: 0;
					color: red;
					font-size: 15px;
					position: absolute;
					bottom: 0;
					left: 0;
					margin-left: 190px;
				}




/* ==========================================================================
   MAIN STYLES
   ========================================================================== */
#main{
	font-size: 18px;
	line-height: 1.6em;
	padding: 75px 0 60px 0;
	min-height: 200px;
}
	#main img.alignright{
		float: right;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#main img.alignleft{
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
		color: #25bec6;
		font-family: 'Raleway', sans-serif;
		font-weight: bold;
		line-height: 1.1em;
		margin: 0 0 0.5em 0;
	}
	#main h1{
		font-size: 60px;
	}
	#main h2{
		font-size: 50px;
	}
	#main h3{
		font-size: 40px;
	}
	#main h4{
		font-size: 28px;
	}
	#main h5{
		font-size: 25px;
	}
	#main h6{
		font-size: 20px;
	}
	#main dl, #main p{
		margin: 0 0 1em 0;
	}
	#main ul, #main ol{
		margin: 0 0 1em 0;
		padding-left: 14px;
	}
	#main.vc_active .row{
		max-width: 1170px;
	}
	#main .wpb_gallery_slides img{
		max-width: none !important;
	}
	#main .wpb_text_column ul {
		list-style: none;
		padding: 0;
		margin: 0 0 1.5em;
	}
		#main .wpb_text_column ul li { 
			list-style-type: none;
			position: relative;
			padding-left: 14px;
			padding-bottom: 10px;
		}
		#main .wpb_text_column ul li:before {
			display: block;
			width: 5px;
			height: 5px;
			content: "";
			background: none #08944b;
			left: 0;
			position: absolute;
			top: 10px;
			-webkit-border-radius: 100%;
			-moz-border-radius: 100%;
			border-radius: 100%;
		}

		

	/*** Facilities ****/
	#main #facilities-top{
		padding-bottom: 40px;
	}
		#main #facilities-top h2{
			font-family: 'Great Vibes', cursive;
			font-size: 50px;
			font-weight: normal;
			padding-bottom: 10px;
		}
		#main #facilities-top .wpb_text_column{
			padding-bottom: 5px;
		}
	#main #facilities-icons{
	}
		#main #facilities-icons .vc_row{
			padding-bottom: 10px;
		}
		#main #facilities-icons .vc_col-sm-4{
			padding-bottom: 20px;
		}
			#main #facilities-icons .vc_col-sm-4 .wpb_text_column{
				padding: 0 20px;
			}
			#main #facilities-icons .vc_col-sm-4 h4{
				padding: 7px 0 3px 0;
			}

		

	/*** Contact ****/
	#main.contact{
		padding-bottom: 0;
	}
		#main #contact-twocols{
		}
			#main #contact-twocols .vc_col-sm-6{
			}
			#main #contact-twocols .vc_col-sm-6 h2{
				font-size: 50px;
				font-family: 'Great Vibes', cursive;
				font-weight: normal;
			}
			#main #contact-twocols .vc_col-sm-6 p.with-icon{
				padding-bottom: 15px;
			}
				#main #contact-twocols .vc_col-sm-6 p.with-icon a{
					color: #323232;
					display: block;
					position: relative;
					padding-left: 66px;
				}
				#main #contact-twocols .vc_col-sm-6 p.with-icon a img{
					position: absolute;
					left: 0;
					top: -5px;
				}
				#main #contact-twocols .vc_col-sm-6 p.with-icon a span{
					display: inline-block;
					color: #25bec6;
					font-family: 'Raleway', sans-serif;
					font-weight: bold;
					font-size: 27px;
					padding-bottom: 15px;
				}
				#main #contact-twocols .vc_col-sm-6 p.with-icon a em{
					font-weight: bold;
					font-style: normal;
				}
		#main #contact-map{
		}
			#main #contact-map .row{
				max-width: 100% !important;
				width: 100% !important;
			}
			#main #contact-map .wpb_gmaps_widget{
				margin: 0;
			}
				#main #contact-map .wpb_gmaps_widget .wpb_wrapper{
					padding: 0;
				}
				#main #contact-map .wpb_gmaps_widget .wpb_wrapper iframe{
					height: 435px !important;
					width: 100% !important;
				}

		

	/*** Blog ****/
	#main.blog{
	}
		#main.blog #blogtoptitle{
			font-family: 'Great Vibes', cursive;
			font-size: 50px;
			font-weight: normal;
			padding-bottom: 10px;
			text-align: center;
		}
		#main.blog #blogtopdesc{
			text-align: center;
		}
		#main.blog.single #blogtoptitle{
			padding-bottom: 25px;
		}
		#main.blog #blog-lists{
			font-size: 0;
			margin-left: -35px;
			margin-bottom: -55px;
			margin-top: 60px;
		}
			#main.blog #blog-lists .blogitem{
				display: inline-block;
				width: 33.33%;
				font-size: 18px;
				padding-left: 35px;
				margin-bottom: 55px;
				vertical-align: top;
				text-align: left;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
				#main.blog #blog-lists .blogitem .blogfeatured{
				}
					#main.blog #blog-lists .blogitem .blogfeatured img{
					}
				#main.blog #blog-lists .blogitem .blogtitle{
					color: #25bec6;
					font-family: 'Raleway', sans-serif;
					font-weight: bold;
					font-size: 22px;
					padding-top: 28px;
				}
					#main.blog #blog-lists .blogitem .blogtitle a{
						color: #25bec6;
					}
					
				#main.blog #blog-lists .blogitem .blogprice{
					color: #6b6b6b;
					font-weight: bold;
					font-size: 28px;
					padding-top: 10px;
				}
				#main.blog #blog-lists .blogitem .blogexcerpt{
					padding-top: 12px;
				}
					#main.blog #blog-lists .blogitem .blogexcerpt p{
					}
				#main.blog #blog-lists .blogitem .blogexcerpt p.blogmore{
					padding-top: 10px;
				}
				#main.blog .blogmoreinfo{
					border-bottom: 1px solid #f6f6f6;
					border-top: 1px solid #f6f6f6;
					font-size: 0;
					margin-top: 30px;
					margin-bottom: 24px;
				}
					#main.blog .blogmoreinfo .col{
						background-repeat: no-repeat;
						background-position: 0 0;
						display: inline-block;
						border-right: 1px solid #f6f6f6;
						width: 33.33%;
						float: left;
						font-size: 18px;
						line-height: 1em;
						padding-top: 18px;
						padding-bottom: 17px;
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
					}
						#main.blog .blogmoreinfo .col em{
							font-style: normal;
						}
					#main.blog .blogmoreinfo .icon-beds{
						background-image: url('images/icon-beds.png');
						background-position: 7px 12px;
						padding-left: 39px;
					}
					#main.blog .blogmoreinfo .icon-baths{
						background-image: url('images/icon-bath.png');
						background-position: 11px 13px;
						padding-left: 54px;
					}
					#main.blog .blogmoreinfo .icon-parking{
						background-image: url('images/icon-parking.png');
						background-position: 11px 13px;
						border-right: none;
						padding-left: 55px;
					}
			#main.blog .postsnavigation{
				padding-top: 35px;
				text-align: center;
			}
				#main.blog .postsnavigation .pages{
					display: none !important;
				}
				#main.blog .postsnavigation .wp-pagenavi a{
					display: inline-block;
					background: #e2e2e2 none repeat scroll 0 0;
					border: medium none;
					color: #6b6b6b;
					font-weight: normal;
					font-size: 22px;
					margin: 0 0 0 10px;
					padding: 6px 13px;
					width: 49px;
					height: 49px;
					line-height: 36px;
					vertical-align: top;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					-webkit-border-radius: 100%;
					-moz-border-radius: 100%;
					border-radius: 100%;
				}
				#main.blog .postsnavigation .wp-pagenavi span,
				#main.blog .postsnavigation .wp-pagenavi a:hover{
					display: inline-block;
					background: #25bec6 none repeat scroll 0 0;
					border: medium none;
					color: #fff;
					font-weight: normal;
					font-size: 22px;
					margin: 0 0 0 10px;
					padding: 6px 13px;
					width: 49px;
					height: 49px;
					line-height: 36px;
					text-decoration: none;
					vertical-align: top;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					-webkit-border-radius: 100%;
					-moz-border-radius: 100%;
					border-radius: 100%;
				}
				
		#main.single #left-gallery{
			float: left;
			width: 51.4%;
		}
			#main.single #left-gallery .slider-for{
				position: relative;
			}
				#main.single #left-gallery .slider-for .slick-prev{
					display: block;
					border: none;
					background: url('images/gallery-prev.png') no-repeat 0 0 / contain;
					background-size: contain;
					width: 58px;
					height: 78px;
					position: absolute;
					top: 43%;
					left: 0px;
					text-indent: -999999px;
					z-index: 99;
				}
				#main.single #left-gallery .slider-for .slick-next{
					display: block;
					border: none;
					background: url('images/gallery-next.png') no-repeat 0 0 / contain;
					background-size: contain;
					width: 58px;
					height: 78px;
					position: absolute;
					top: 43%;
					right: 0px;
					text-indent: -999999px;
					z-index: 99;
				}
				#main.single #left-gallery .slider-for .img{
					display: block;
				}
				#main.single #left-gallery .slider-for .img img{
					display: block;
					width: 100% !important;
					height: auto !important;
				}
			#main.single #left-gallery .slider-nav{
				position: relative;
				border-top: 8px solid #fff;
				margin-left: -8px;
			}
				#main.single #left-gallery .slider-nav .slide-item-nav{
					margin-left: 8px;
				}
					#main.single #left-gallery .slider-nav .slide-item-nav img{
						display: block;
						width: 100% !important;
						height: auto !important;
					}
				#main.single #left-gallery .slider-nav .slick-prev{
					display: block;
					border: none;
					background: url('images/gallery-prev2.png') no-repeat 0 0 / contain;
					background-size: contain;
					width: 37px;
					height: 37px;
					position: absolute;
					top: 33%;
					left: 8px;
					text-indent: -999999px;
					z-index: 99;
				}
				#main.single #left-gallery .slider-nav .slick-next{
					display: block;
					border: none;
					background: url('images/gallery-next2.png') no-repeat 0 0 / contain;
					background-size: contain;
					width: 37px;
					height: 37px;
					position: absolute;
					top: 33%;
					right: 0;
					text-indent: -999999px;
					z-index: 99;
				}
				
		#main.single{
			padding-top: 80px;
			padding-bottom: 40px;
		}
		#main.single #right-info{
			float: right;
			width: 42.9%;
		}
			#main.single #right-info h2{
				color: #25bec6;
				font-family: 'Raleway', sans-serif;
				font-weight: bold;
				font-size: 22px;
			}
			#main.single #right-info h3{
				color: #6b6b6b;
				font-weight: bold;
				font-size: 28px;
				padding-top: 10px;
			}
			#main.single #right-info .excerpt{
				padding-top: 10px;
			}
			#main.single #right-info .blogmoreinfo{
				border-top: none;
				margin-bottom: 33px;
			}
			#main.single #right-info .blogmoreinfo .col{
				border: none;
				width: auto;
				margin-right: 24px;
			}
		#main.single #details{
			padding-top: 65px;
			padding-bottom: 15px;
		}
			#main.single #details .details-title{
				font-family: 'Great Vibes', cursive;
				font-size: 50px;
				font-weight: normal;
			}
			
			.single #register-form{
				background: none #25bec6;
				padding-top: 60px;
				padding-bottom: 40px;
			}
				.single #register-form h2{
					font-family: 'Great Vibes', cursive;
					font-size: 50px;
					font-weight: normal;
					color: #fff;
					margin: 0;
					line-height: 1em;
				}
				.single #register-form h3{
					color: #fff;
					font-family: 'Raleway', sans-serif;
					font-weight: bold;
					font-size: 28px;
					margin: 0;
					text-transform: uppercase;
				}
				.single #register-form .wpcf7 {
					position: relative;
					padding-top: 27px;
				}
				.single #register-form .wpcf7 p{
					margin: 0;
					padding-bottom: 10px;
					position: relative;
				}
					.single #register-form .wpcf7 p input[type="text"],
					.single #register-form .wpcf7 p input[type="tel"],
					.single #register-form .wpcf7 p input[type="email"],
					.single #register-form .wpcf7 p textarea{
						border: 1px solid #fff;
						background: none #fff;
						font-size: 16px;
						margin: 0;
						width: 100%;
						padding: 11px;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						border-radius: 5px;
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
					}
					.single #register-form .wpcf7 p textarea{
						height: 175px;
					}
					.single #register-form .wpcf7 p input[type="submit"]{
						margin-top: 10px;
					}
					.single #register-form .wpcf7 .wpcf7-not-valid{
						border: 1px solid red !important;
					}
					.single #register-form span.wpcf7-not-valid-tip{
						position: absolute;
						bottom: 0;
						right: 10px;
						font-size: 11px;
					}
					.single #register-form div.wpcf7-validation-errors {
						border: 2px solid red;
						margin: 0;
						color: red;
						font-size: 15px;
						position: absolute;
						bottom: 0;
						left: 0;
						margin-left: 190px;
					}
				
				
				
	
/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
#footer{
}
	#footer a:hover{
		opacity: 0.9;
	}
	#footer-top{
		border-top: 1px solid #e1e1e1;
		color: #25bec6;
		padding-top: 65px;
		padding-bottom: 50px;
	}
		#footer-top a{
			color: #25bec6;
		}
		#footer-top a:hover{
			opacity: 0.9;
		}
		#footer-top h3{
			font-family: 'Raleway', sans-serif;
			font-weight: normal;
			font-size: 30px;
			margin: 0;
			line-height: 1em;
			padding-bottom: 27px;
		}
		#footer-top h4{
			font-family: 'Droid Sans';
			font-weight: bold;
			font-size: 22px;
			line-height: 1.1em;
			margin: 0;
			padding-bottom: 20px;
		}
	#footer-main{
		background: none #595959;
		color: #fff;
		font-family: 'Raleway', sans-serif;
		font-weight: normal;
		font-size: 18px;
		line-height: 1.6em;
		padding-top: 60px;
	}
		#footer-main a{
			color: #fff;
		}
		#footer-main a:hover{
			color: #25bec6;
		}
		#footer-main a.btn:hover{
			color: #fff;
		}
		#footer-logo{
			padding-bottom: 40px;
		}
		#footer-threecols{
		}
			#footer-threecols .widget{
				width: 33.333333333333333333333333333333%;
				float: left;
				box-sizing: border-box;
				padding-right: 2%;
				padding-bottom: 40px;
			}
			#footer-threecols .widget:first-child{
				width: 55.263157894736842105263157894737%;
				padding-right: 6%;
			}
			#footer-threecols .widget:last-child{
				padding-right: 0;
				width: 11.40350877192982456140350877193%;
			}
			#footer-threecols .widget p{
				margin: 0;
				padding-bottom: 30px;
			}
				#footer-threecols .widget p span{
				}
				#footer-threecols .widget p btn{
				}
	#footer-copyright{
		background: none #fff;
		color: #2d2d2d;
		padding: 25px 0;
		text-align: center;
	}
		#footer-copyright p{
			margin: 0;
			padding-bottom: 15px;
		}
		#footer-copyright a{
			color: #2d2d2d;
		}


	
	
/* ==========================================================================
   SUPERFISH STYLES
   ========================================================================== */
.sf-menu{
	float: right;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 9999;
	background: none #25bec6;
}
.sf-menu > li > ul {
	top: 100%;
	left: -20px;
}
.sf-menu > li {
	list-style-type: none;
	line-height: 100%;
	display: inline-block;
}
.sf-menu li > ul{
	display: block;
	margin: 0;
	padding: 14px 0;
	text-align: center;
}
.sf-menu li.sfHover > ul, .sf-menu li:hover > ul{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0px;
	left: 100%;
}

.sf-menu {
	line-height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.sf-menu .sub-menu{
	display: none;
}
.sf-menu ul {
	min-width: 100%; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	color: #6b6b6b;
	font-family: 'Droid Sans';
	font-size: 17px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu li {
	background: none transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu > li {
	display: inline-block;
	margin: 0 8.5px;
	padding: 0;
	position: relative;
}
.sf-menu > li  > a{
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 52px 0;
    position: relative;
    text-align: center;
}
.sf-menu > li:first-child{
	margin-left: 0;
}
.sf-menu > li:first-child > a{
	padding-left: 0;
}
.sf-menu > li:last-child{
	margin-right: 0;
}
.sf-menu > li:last-child > a{
	padding-right: 0;
}
.sf-menu > li  > a:hover,
.sf-menu > li:hover  > a,
.sf-menu > li.sfHover  > a,
.sf-menu > li.current-menu-item  > a,
.sf-menu > li.current-page-ancestor  > a,
.sf-menu > li.current_page_parent > a{
	color: #25bec6;
}
.sf-menu ul li {
	border: none;
}
.sf-menu ul ul li {
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.sf-menu li li a{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
    padding: 9px 22px !important;
    text-align: left;
    text-transform: none;
	-webkit-transition: color 0s ease-in 0s;
    -moz-transition: color 0s ease-in 0s;
    -o-transition: color 0s ease-in 0s;
    transition: color 0s ease-in 0s;
}
.sf-menu li li a:hover{
	color: #000;
}
.sf-menu li li:last-child a{
	border-bottom: none;
}




	
/* ==========================================================================
   MEDIA QUERIES - RESPONSIVE
   ========================================================================== */
@media only screen and (max-width : 1300px) {
	#topslider-arrows .slick-prev{
		left: 0;
	}
	#topslider-arrows .slick-next{
		right: 0;
	}
}

@media only screen and (min-width : 1171px) {
	.mobile-nav-icon, #mobile-menu-container{
		display: none !important;
	}
	#header-menu{
		display: block !important;
	}
}

@media only screen and (max-width : 1170px) {
	body{
		overflow-x: hidden;
	}
	.row{
		width: 95% !important;
		margin: auto !important;
	}
	#wpadminbar{
		position: fixed !important;
	}
	#mobile-menu-container{
		background: none #000;
		display: none;
		position: relative;
		width: 100%;
		z-index: 999999;
	}
		#mobile-menu-container ul#mobile-nav{
			background: none #000;
			padding: 15px 0 20px 0;
		}
		#mobile-menu-container ul{
			margin: 0;
			padding: 0;
		}
			#mobile-menu-container ul li{
				list-style-type: none;
			}
			#mobile-menu-container ul li a{
				font-family: 'Droid Sans';
				font-size: 17px;
				font-weight: normal;
				display: block;
				padding: 5px 0 5px 12px;
				color: #fff;
				text-decoration: none;
			}
			#mobile-menu-container ul > li > a{
				padding-left: 2.5%;
				padding-right: 2.5%;
			}
			#mobile-menu-container ul li li a{
				padding-left: 40px;
				text-transform: none;
			}
			#mobile-menu-container ul li li li a{
				padding-left: 60px;
			}
			#mobile-menu-container ul li.current-menu-item > a,
			#mobile-menu-container ul li a:hover{
				color: #25bec6;
			}
			
	.mobile-nav-icon {
		background: #222 none repeat scroll 0 0;
		cursor: pointer;
		display: block !important;
		height: 45px;
		padding: 0;
		position: relative;
		text-align: left;
		width: 100%;
		z-index: 999999;
	}
		.mobile-nav-icon  .icon{
			background: url("images/nav-icon.jpg") no-repeat scroll 0 0;
			display: inline-block;
			height: 45px;
			width: 45px;
			margin: 0;
			vertical-align: 0;
			line-height: 100%;
		}
		.mobile-nav-icon  span{
			font-weight: 300;
			color: #fff;
			display: inline-block;
			font-size: 15px;
			margin-left: 12px;
			line-height: 100%;
			vertical-align: 18px;
			letter-spacing: 2px;
		}
	#header-top{
		text-align: center;
	}
	#header-logo{
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: -27px;
		margin-top: 5px;
		text-align: center;
		z-index: 1;
	}
		#header-logo img{
			margin: auto;
			position: relative;
			left: auto;
			top: auto;
		}
	#header-menu{
		display: none;
	}
	#topslider{
		z-index: 2;
	}
	#topslider .slide-item{
		height: 540px;
	}
	#topslider .slide-text{
		bottom: 134px;
	}
	#topslider .slide-text-inner{
		max-width: 800px;
	}
	#topslider .slide-text h3{
		font-size: 44px;
	}
	#topslider .slide-text p{
		font-size: 18px;
	}
	#main #home-content1 .vc_col-sm-6 h1, 
	#main #home-content1 .vc_col-sm-6 h2,
	#main #home-content2 .vc_col-sm-6:first-child h2,
	#main #home-content2 .vc_col-sm-6 h2,
	#main #contact-twocols .vc_col-sm-6 h2,
	#main #facilities-top h2,
	#main.blog #blogtoptitle,
	#main.single #details .details-title{
		font-size: 40px
	}
	#main h1{
		font-size: 50px;
	}
	#main h2{
		font-size: 40px;
	}
	#main h3{
		font-size: 32px;
	}
	#main h4{
		font-size: 25px;
	}
	#main h5{
		font-size: 22px;
	}
	#main h6{
		font-size: 19px;
	}
	#main #home-content2 .vc_col-sm-6:first-child,
	#main #home-content2 .vc_col-sm-6:last-child{
		padding-top: 70px;
		padding-bottom: 55px;
	}
	#main #home-content2 .vc_col-sm-6:first-child > .vc_column-inner{
		max-width: none;
		padding-left: 7.5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main #home-content2 .vc_col-sm-6:last-child > .vc_column-inner{
		max-width: none;
		padding-right: 7.5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}
	#main #home-content2 .vc_col-sm-6:last-child h3{
		font-size: 24px;
	}
	#main #home-content2 .vc_col-sm-6:first-child .vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
		margin-top: 30px;
	}
	#topbanner .row {
		padding-top: 130px;
		padding-bottom: 32px;
	}
	#topbanner .title-line h1{
		font-size: 60px;
		padding: 0 0.5em;
	}
	#main #contact-map .wpb_gmaps_widget .wpb_wrapper iframe{
		height: 350px !important;
	}
	#footer-main{
		font-size: 17px;
	}
	#footer-threecols .widget {
		width: 34%;
	}
	#footer-threecols .widget:first-child {
		width: 50%;
	}
	#footer-threecols .widget:last-child {
		width: 16%;
	}
}

@media only screen and (max-width : 1024px) {
	.btn, .vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
		font-size: 20px;
		min-width: 160px;
		padding: 18px  25px;
	}
	#topslider .slide-item{
		height: 450px;
	}
	#topslider .slide-text{
		bottom: 115px;
	}
	#topslider .slide-text-inner{
		max-width: 600px;
	}
	#topslider .slide-text h3{
		font-size: 33px;
	}
	#topslider .slide-text p{
		font-size: 14px;
	}
	#topslider .slide-text .btn{
		margin-top: 6px;
		font-size: 20px;
		padding: 16px 20px;
	}
	#topslider-arrows .slick-prev,
	#topslider-arrows .slick-next{
		width: 34px;
		height: 34px;
	}
	#main{
		font-size: 17px;
	}
	#main h1{
		font-size: 40px;
	}
	#main h2{
		font-size: 35px;
	}
	#main h3{
		font-size: 28px;
	}
	#main h4{
		font-size: 24px;
	}
	#main h5{
		font-size: 22px;
	}
	#main h6{
		font-size: 18px;
	}
	#topbanner .row {
		padding-top: 105px;
		padding-bottom: 25px;
	}
	#topbanner .title-line h1{
		font-size: 50px;
		padding: 0 0.5em;
	}
	#main #contact-map .wpb_gmaps_widget .wpb_wrapper iframe{
		height: 290px !important;
	}
	#main.blog #blog-lists .blogitem{
		font-size: 17px;
	}
	#main.single{
		padding-top: 65px;
	}
	#main.single #left-gallery .slider-nav .slick-prev,
	#main.single #left-gallery .slider-nav .slick-next{
		width: 28px;
		height: 28px;
	}
	#main.single #left-gallery .slider-for .slick-prev,
	#main.single #left-gallery .slider-for .slick-next{
		width: 40px;
	}
	#footer-top h3{
		font-size: 25px;
	}
	#footer-top h4{
		font-size: 18px;
	}
}

@media only screen and (max-width : 767px) {
	.row{
		width: 90% !important;
		margin: auto !important;
	}
	#topslider-arrows .row,
	#topslider-dots .row{
		width: 95% !important;
	}
	#topslider .slide-item{
		height: 350px;
	}
	#topslider .slide-text{
		bottom: 80px;
	}
	#topslider .slide-text-inner{
		max-width: 380px;
	}
	#topslider .slide-text h3{
		font-size: 24px;
	}
	#topslider .slide-text p{
		font-size: 11px;
	}
	#topslider .slide-text .btn{
		margin-top: 5px;
		font-size: 17px;
		padding: 15px 30px;
		min-width: 0;
	}
	#topslider-arrows{
		top: 34%;
	}
	#topslider-dots{
		bottom: 20px;
	}
	#topslider-dots ul.slick-dots li button{
		width: 19px;
		height: 19px;
	}
	#main{
		font-size: 16px;
	}
	#main h1{
		font-size: 35px;
	}
	#main h2{
		font-size: 30px;
	}
	#main h3{
		font-size: 25px;
	}
	#main h4{
		font-size: 22px;
	}
	#main h5{
		font-size: 20px;
	}
	#main h6{
		font-size: 17px;
	}
	#main #home-content1 .vc_col-sm-6:first-child{
		padding-bottom: 40px;
	}
	#main #home-content2 .vc_col-sm-6:first-child{
		width: 100%;
		min-height: 0 !important;
	}
	#main #home-content2 .vc_col-sm-6:last-child{
		width: 100%;
		min-height: 0 !important;
	}
	#main #home-content2 .vc_col-sm-6:first-child > .vc_column-inner,
	#main #home-content2 .vc_col-sm-6:last-child > .vc_column-inner{
		padding-left: 15px;
		padding-right: 15px;
	}
	#main #home-content2 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper,
	#main #home-content2 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper{
		padding-left: 5%;
		padding-right: 5%;
	}
	#topbanner .row {
		padding-top: 85px;
		padding-bottom: 23px;
	}
	#topbanner .title-line h1{
		font-size: 40px;
		padding: 0 0.4em;
	}
	#main #contact-map .wpb_gmaps_widget .wpb_wrapper iframe{
		height: 250px !important;
	}
	#main.blog #blog-lists .blogitem{
		font-size: 16px;
		width: 50%;
	}
	#main.single #left-gallery{
		float: none;
		width: auto;
		padding-bottom: 60px;
	}
	#main.single #right-info{
		float: none;
		width: auto;
	}
	#footer-main{
		font-size: 16px;
	}
	#footer-logo{
		text-align: center;
	}
	#footer-threecols .widget {
		width: auto !important;
		float: none !important;
		text-align: center;
		padding-right: 0 !important;
		max-width: 400px !important;
		margin: auto !important;
		padding-bottom: 25px;
	}
}

@media only screen and (max-width : 640px) {
	.single #register-form h2{
		font-size: 40px;
	}
	.single #register-form h3{
		font-size: 20px;
	}
}

@media only screen and (max-width : 480px) {
	.btn, .vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
		font-size: 18px;
		min-width: 150px;
		padding: 18px 25px;
	}
	#header-logo{
		margin-bottom: -22px;
		margin-top: 7px;
	}
	#header-logo img{
		display: block;
		max-width: 170px !important;
	}
	#topslider .slide-item {
		height: 300px;
	}
	#topslider .slide-text {
		bottom: 70px;
	}
	#topslider .slide-text-inner {
		max-width: 260px;
	}
	#topslider .slide-text h3 {
		font-size: 17px;
	}
	#topslider .slide-text .btn {
		margin-top: 3px;
		font-size: 14px;
		padding: 13px 23px;
		min-width: 0;
	}
	#main #home-content1 .vc_col-sm-6 h1, 
	#main #home-content1 .vc_col-sm-6 h2,
	#main #home-content2 .vc_col-sm-6:first-child h2,
	#main #home-content2 .vc_col-sm-6 h2,
	#main #contact-twocols .vc_col-sm-6 h2,
	#main #facilities-top h2,
	#main.blog #blogtoptitle,
	#main.single #details .details-title{
		font-size: 35px
	}
	
	#topbanner .row {
		padding-top: 75px;
		padding-bottom: 20px;
	}
	#topbanner .title-line h1{
		font-size: 35px;
		padding: 0 0.3em;
	}
	#main #contact-map .wpb_gmaps_widget .wpb_wrapper iframe{
		height: 220px !important;
	}
	#main #contact-twocols .vc_col-sm-6 p.with-icon a span{
		font-size: 24px;
	}
	#main.blog #blog-lists .blogitem{
		width: 100%;
	}
	#main.blog #blog-lists .blogitem .blogtitle{
		font-size: 20px;
	}
	#main.blog #blog-lists .blogitem .blogprice{
		font-size: 25px;
	}
	#main.single #left-gallery .slider-nav .slick-prev,
	#main.single #left-gallery .slider-nav .slick-next{
		width: 20px;
		height: 20px;
	}
	#main.single #left-gallery .slider-for .slick-prev,
	#main.single #left-gallery .slider-for .slick-next{
		width: 33px;
	}
}

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




/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
