/*
Theme Name: WP Bootstrap Starter Child
Template:     wp-bootstrap-starter
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0-alpha.6, Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 2.5.61
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter-child
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*// Custom CSS for new template*/

h1.entry-title {
	color: #1a7a74;
	font-weight: 600;
}
.how-can a {
	color: #fff;
}
html, body {overflow-x: hidden}
body.mobileActive {
	overflow: hidden;
}
a {
	color: #000;
	text-decoration: underline;
}
.top-bar-mobile a, footer a, #footer-widget a, .breadcrumbs a, .btn, .booking-area a, .icon-block a, .above-footer-container a, .agentBoxContent a {
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.top-bar-mobile a:hover, footer a:hover, #footer-widget a:hover, .breadcrumbs a:hover, .btn:hover, .booking-area a:hover, .icon-block a:hover, .above-footer-container a:hover, .agentBoxContent a:hover {
	text-decoration: none;
}
.above-footer-container .btn-view:hover {
	color: #fff;
}
a:focus {
	color: inherit;
	outline: 0;
	text-decoration: inherit;
}
a:active {
	outline: 0;
}
#primary {
	position: relative;
	z-index: 0;
}
.img-bg {
    background: #f2f2f2;
    text-align: center !important;
    vertical-align: middle !important;
}
.row-odd {
	background: rgba(15, 123, 116, 0.8);
}
.row-even {
	background: #dbdcdc;
}
.icon-block h3 { margin:0; }
.icon-block h3 a { color:#5e5e5e; }
.icon-block a:hover {
	text-decoration: none;
}
.icon-block img {
	margin-bottom:2rem;
}

.real-estate-partners {
    margin-bottom: 0;
}
.real-estate-partners figure {
    display:inline-block;
    width:100%;
    max-width:180px;
    margin: 0 1rem 2rem;
}
.real-estate-partners figure img {
    max-width:100%;
    height:auto;
}
.real-estate-disclaimer-toggle {
    display:inline-block;
    margin-bottom: 2rem;
}
.real-estate-disclaimer-content { 
    display:block;
    margin-bottom:30px;
}
.real-estate-disclaimer-content p {
    font-size:11px;
}


 @media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-md-1 {
width: 8.33%;
}
 .col-md-2 {
width: 16.66%;
}
 .col-md-3 {
width: 25%;
}
 .col-md-4 {
width: 33.33%;
}
 .col-md-5 {
width: 41.66%;
}
 .col-md-6 {
width: 50%;
}
 .col-md-7 {
width: 58.33%;
}
 .col-md-8 {
width: 66.66%;
}
 .col-md-9 {
width: 75%;
}
 .col-md-10 {
width: 83.33%;
}
 .col-md-11 {
width: 91.66%;
}
 .col-md-12 {
width: 100%;
}
    .business-item-box{
        min-height: 500px;
    }
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {
width: 8.33%;
}
 .col-2 {
width: 16.66%;
}
 .col-3 {
width: 25%;
}
 .col-4 {
width: 33.33%;
}
 .col-5 {
width: 41.66%;
}
 .col-6 {
width: 50%;
}
 .col-7 {
width: 58.33%;
}
 .col-8 {
width: 66.66%;
}
 .col-9 {
width: 75%;
}
 .col-10 {
width: 83.33%;
}
 .col-11 {
width: 91.66%;
}
 .col-12 {
width: 100%;
}
 .visible-tab {
 display: none;
}
    .business-item-box{
        min-height: 450px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.carousel, .carousel .item{
		height:250px !important;
	}
    /* Styles */
    .col-md-1 {
width: 8.33%;
}
 .col-md-2 {
width: 16.66%;
}
 .col-md-3 {
width: 25%;
}
 .col-md-4 {
width: 33.33%;
}
 .col-md-5 {
width: 41.66%;
}
 .col-md-6 {
width: 50%;
}
 .col-md-7 {
width: 58.33%;
}
 .col-md-8 {
width: 66.66%;
}
 .col-md-9 {
width: 75%;
}
 .col-md-10 {
width: 83.33%;
}
 .col-md-11 {
width: 91.66%;
}
 .col-md-12 {
width: 100%;
}
    .business-item-box{
        min-height: 450px;
        max-height: 450px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
    .col-md-1 {
width: 8.33%;
}
 .col-md-2 {
width: 16.66%;
}
 .col-md-3 {
width: 25%;
}
 .col-md-4 {
width: 33.33%;
}
 .col-md-5 {
width: 41.66%;
}
 .col-md-6 {
width: 50%;
}
 .col-md-7 {
width: 58.33%;
}
 .col-md-8 {
width: 66.66%;
}
 .col-md-9 {
width: 75%;
}
 .col-md-10 {
width: 83.33%;
}
 .col-md-11 {
width: 91.66%;
}
 .col-md-12 {
width: 100%;
}
    .business-item-box{
        min-height: 500px;
    }
	.business-item-box.charter-list-box {
		min-height: 300px !important;
		margin-bottom: 25px;
		position: relative;
	}	
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
    .col-md-1 {
width: 8.33%;
}
 .col-md-2 {
width: 16.66%;
}
 .col-md-3 {
width: 25%;
}
 .col-md-4 {
width: 33.33%;
}
 .col-md-5 {
width: 41.66%;
}
 .col-md-6 {
width: 50%;
}
 .col-md-7 {
width: 58.33%;
}
 .col-md-8 {
width: 66.66%;
}
 .col-md-9 {
width: 75%;
}
 .col-md-10 {
width: 83.33%;
}
 .col-md-11 {
width: 91.66%;
}
 .col-md-12 {
width: 100%;
}
    .business-item-box{
        min-height: 380px;
        max-height: 380px;
    }
    .wishlist-alert{
        right: 10px !important;
    }
}
@media screen and (max-width: 767px) {
	.grandeVillaAmenities .vc_column_container:first-child .wpb_content_element {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
	.grandeVillaAmenities .wpb_content_element {
		margin-bottom: 0;
	}
}
@media(max-width:600px) {
 .hidden-xs {
 display: none !important;
}
 .navbar-brand {
 padding:0 !important;
 line-height:60px !important;
}
 .nav-tabs li a {
 padding: 10px 5px !important;
 font-size:11px !important;
}
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {	
    .sun-icon {
	 color:#337ab7;
	}
 .navbar-brand {
 float: left;
 height: 50px;
 padding: 20px 7px;
 font-size: 18px;
 line-height: 20px;
 margin-right: 0;
}
 .menu-footer-menu-2-container {
 float:left;
}
 #footer-widget a#buttoncall {
 display: block;
 background: #337ab7;
 width: 50%;
 color: #fff;
 padding: 5px;
 margin: 15px 0px;
 display: inline-block;
 float: right;
}
 #footerline {
 margin-top:0 !important;
}
 a.social-profile img, .rss img {
 max-width: 18px;
}
 .menu.nav li a {
 padding:10px 0px !important;
 font-size:12px;
}
 #footer-widget address, #footer-widget p {
 font-size:12px;
}
 .menu li a {
 color: #a5a5a5;
 padding-left: 0;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/*    .join-program-btn {
        background: none;
        color: #478cc7;
        border-radius: 0;
        margin-top: 10px;
        position: absolute;
        top: -49px;
        right: 60px;
    }*/
	.home .listing-item-container.col-sm-6:nth-child(2n+1){
		clear:both;
	}
    .sun-icon {
 color:#337ab7;
}
 .navbar-brand {
 float: left;
 height: 50px;
 padding: 20px 7px;
 font-size: 18px;
 line-height: 20px;
 margin-right: 0;
}
 .menu-footer-menu-2-container {
 float:left;
}
 #footer-widget a#buttoncall {
 display: block;
 background: #337ab7;
 width: 50%;
 color: #fff;
 padding: 5px;
 margin: 15px 0px;
 display: inline-block;
 float: right;
}
 #footerline {
 margin-top:0 !important;
}
 a.social-profile img, .rss img {
 max-width: 18px;
}
 .menu.nav li a {
 padding:10px 0px !important;
}
 .menu li a {
 color: #a5a5a5;
 padding-left: 0;
}
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
    .business-item-box{
        min-height: 450px;
        max-height: 450px;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
    .business-item-box{
        min-height: 450px;
        max-height: 450px;
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
	.navbar-brand {
 padding:0 !important;
 line-height:60px !important;
}
}
 @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
	ul#myTab li a {
 font-size: 13px;
 padding: 10px 8px !important;
}
 .navbar-brand {
 padding:0 !important;
 line-height:60px !important;
}
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
 @media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
 @media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}
 @media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}
 @media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}
 @media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
/* Styles */
}

/** Start: Bootstrap.min.css **/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
 audio:not([controls]) {
 display: none;
 height: 0;
}
 [hidden], template {
 display: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
 svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input {
	line-height: normal;
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 height: auto;
}
input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
 input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*, :after, :before {
	color: #000!important;
	text-shadow: none!important;
	background: 0 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
 a[href^="javascript:"]:after, a[href^="#"]:after {
 content: "";
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
img, tr {
	page-break-inside: avoid;
}
img {
	max-width: 100%!important;
}
h2, h3, p {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
.navbar {
	display: none;
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000!important;
}
.label {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse!important;
}
.table td, .table th {
	background-color: #fff!important;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #ddd!important;
}
}
 @font-face {
	font-family:'Glyphicons Halflings';
	font-display: auto;
	src:url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/inc/assets/fonts/glyphicons-halflings-regular.eot);
	src:url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/inc/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/inc/assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/inc/assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/inc/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/inc/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\002a";
}
.glyphicon-plus:before {
	content: "\002b";
}
.glyphicon-eur:before, .glyphicon-euro:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before {
	content: "\e227";
}
.glyphicon-btc:before {
	content: "\e227";
}
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-jpy:before {
	content: "\00a5";
}
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-rub:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>a>picture>img, .carousel-inner>.item>img, .carousel-inner>.item>picture>img, .img-responsive, .thumbnail a>img, .thumbnail a>picture>img, .thumbnail>img, .thumbnail>picture>img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
 [role=button] {
 cursor: pointer;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%; font-family:"Nunito Sans";
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px; font-family:"Nunito Sans";
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%; font-family:"Nunito Sans";
}
.h1, h1 {
    font-size: 36px;
    font-weight:bold; font-family:"Nunito Sans";
}
@media (min-width:960px) {
    .h1.larger, h1.larger {
        font-size: 65px;
    }    
}
.h1.shadow, h1.shadow {
    text-shadow: 2px 2px #333333;
}
h1.page-title {
	font-weight: 600; font-family:"Nunito Sans";
}
.h2, h2 {
	color: #5a5a5a;
    font-size: 30px;
    font-weight:400; font-family:"Nunito Sans";
}
.h3, h3 {
	color: #1a7a74;
	font-size: 24px; font-family:"Nunito Sans";
}
.h2 a, .h2 a:hover,
h2 a, h2 a:hover,
.h3 a, .h3 a:hover,
h3 a, h3 a:hover {
	color: #1a7a74;
}
#footer-widget h3 {
	color: #fff;
}
.h4, h4 {
	color: #1a7a74;
	font-size: 18px;
}
.flex-caption h4, h4#trigger_deals_price {
	color: #fff;
}
.h5, h5 {
	font-size: 14px;
}
.h6, h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
 @media (min-width:768px) {
 .lead {
 font-size: 21px;
}
}
.small, small {
	font-size: 85%;
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:focus, a.text-primary:hover {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:focus, a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:focus, a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:focus, a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:focus, a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #337ab7;
}
a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dd, dt {
	line-height: 1.42857143;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
 @media (min-width:768px) {
 .dl-horizontal dt {
 float: left;
 width: 160px;
 overflow: hidden;
 clear: left;
 text-align: right;
 text-overflow: ellipsis;
 white-space: nowrap;
}
 .dl-horizontal dd {
 margin-left: 180px;
}
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0;
}
blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: '';
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	float:none !important;
}

 @media (min-width:992px) {
 .visible-tab {
 display: inline;
}
}
 @media (min-width:1200px) {
 .container {
  max-width: 2634px !important; width:100%; margin:0 auto !important; left:auto !important;
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	float:none !important;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
 @media (min-width:768px) {
 .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
 float: left;
}
 .col-sm-12 {
 width: 100%;
}
 .col-sm-11 {
 width: 91.66666667%;
}
 .col-sm-10 {
 width: 83.33333333%;
}
 .col-sm-9 {
 width: 75%;
}
 .col-sm-8 {
 width: 66.66666667%;
}
 .col-sm-7 {
 width: 58.33333333%;
}
 .col-sm-6 {
 width: 50%;
}
/* End: Bootstrap.min.css */

@media screen and (min-width: 768px) {
#rental-filters .form-actions .col-sm-6 {
	width: 100%;
}
.find-your-rental-wrapper #rental-filters .form-actions .col-sm-6 {
	width: 50%;
}
}

/* Continue: Bootstrap.min.css */
 .col-sm-5 {
 width: 41.66666667%;
}
 .col-sm-4 {
 width: 33.33333333%;
}
 .col-sm-3 {
 width: 25%;
}
 .col-sm-2 {
 width: 16.66666667%;
}
 .col-sm-1 {
 width: 8.33333333%;
}
 .col-sm-pull-12 {
 right: 100%;
}
 .col-sm-pull-11 {
 right: 91.66666667%;
}
 .col-sm-pull-10 {
 right: 83.33333333%;
}
 .col-sm-pull-9 {
 right: 75%;
}
 .col-sm-pull-8 {
 right: 66.66666667%;
}
 .col-sm-pull-7 {
 right: 58.33333333%;
}
 .col-sm-pull-6 {
 right: 50%;
}
 .col-sm-pull-5 {
 right: 41.66666667%;
}
 .col-sm-pull-4 {
 right: 33.33333333%;
}
 .col-sm-pull-3 {
 right: 25%;
}
 .col-sm-pull-2 {
 right: 16.66666667%;
}
 .col-sm-pull-1 {
 right: 8.33333333%;
}
 .col-sm-pull-0 {
 right: auto;
}
 .col-sm-push-12 {
 left: 100%;
}
 .col-sm-push-11 {
 left: 91.66666667%;
}
 .col-sm-push-10 {
 left: 83.33333333%;
}
 .col-sm-push-9 {
 left: 75%;
}
 .col-sm-push-8 {
 left: 66.66666667%;
}
 .col-sm-push-7 {
 left: 58.33333333%;
}
 .col-sm-push-6 {
 left: 50%;
}
 .col-sm-push-5 {
 left: 41.66666667%;
}
 .col-sm-push-4 {
 left: 33.33333333%;
}
 .col-sm-push-3 {
 left: 25%;
}
 .col-sm-push-2 {
 left: 16.66666667%;
}
 .col-sm-push-1 {
 left: 8.33333333%;
}
 .col-sm-push-0 {
 left: auto;
}
 .col-sm-offset-12 {
 margin-left: 100%;
}
 .col-sm-offset-11 {
 margin-left: 91.66666667%;
}
 .col-sm-offset-10 {
 margin-left: 83.33333333%;
}
 .col-sm-offset-9 {
 margin-left: 75%;
}
 .col-sm-offset-8 {
 margin-left: 66.66666667%;
}
 .col-sm-offset-7 {
 margin-left: 58.33333333%;
}
 .col-sm-offset-6 {
 margin-left: 50%;
}
 .col-sm-offset-5 {
 margin-left: 41.66666667%;
}
 .col-sm-offset-4 {
 margin-left: 33.33333333%;
}
 .col-sm-offset-3 {
 margin-left: 25%;
}
 .col-sm-offset-2 {
 margin-left: 16.66666667%;
}
 .col-sm-offset-1 {
 margin-left: 8.33333333%;
}
 .col-sm-offset-0 {
 margin-left: 0;
}
}
 @media (min-width:992px) {
 .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
 float: left;
}
 .col-md-12 {
 width: 100%;
}
 .col-md-11 {
 width: 91.66666667%;
}
 .col-md-10 {
 width: 83.33333333%;
}
 .col-md-9 {
 width: 75%;
}
 .col-md-8 {
 width: 66.66666667%;
}
 .col-md-7 {
 width: 58.33333333%;
}
 .col-md-6 {
 width: 50%;
}
 .col-md-5 {
 width: 41.66666667%;
}
 .col-md-4 {
 width: 33.33333333%;
}
 .col-md-3 {
 width: 25%;
}
 .col-md-2 {
 width: 16.66666667%;
}
 .col-md-1 {
 width: 8.33333333%;
}
 .col-md-pull-12 {
 right: 100%;
}
 .col-md-pull-11 {
 right: 91.66666667%;
}
 .col-md-pull-10 {
 right: 83.33333333%;
}
 .col-md-pull-9 {
 right: 75%;
}
 .col-md-pull-8 {
 right: 66.66666667%;
}
 .col-md-pull-7 {
 right: 58.33333333%;
}
 .col-md-pull-6 {
 right: 50%;
}
 .col-md-pull-5 {
 right: 41.66666667%;
}
 .col-md-pull-4 {
 right: 33.33333333%;
}
 .col-md-pull-3 {
 right: 25%;
}
 .col-md-pull-2 {
 right: 16.66666667%;
}
 .col-md-pull-1 {
 right: 8.33333333%;
}
 .col-md-pull-0 {
 right: auto;
}
 .col-md-push-12 {
 left: 100%;
}
 .col-md-push-11 {
 left: 91.66666667%;
}
 .col-md-push-10 {
 left: 83.33333333%;
}
 .col-md-push-9 {
 left: 75%;
}
 .col-md-push-8 {
 left: 66.66666667%;
}
 .col-md-push-7 {
 left: 58.33333333%;
}
 .col-md-push-6 {
 left: 50%;
}
 .col-md-push-5 {
 left: 41.66666667%;
}
 .col-md-push-4 {
 left: 33.33333333%;
}
 .col-md-push-3 {
 left: 25%;
}
 .col-md-push-2 {
 left: 16.66666667%;
}
 .col-md-push-1 {
 left: 8.33333333%;
}
 .col-md-push-0 {
 left: auto;
}
 .col-md-offset-12 {
 margin-left: 100%;
}
 .col-md-offset-11 {
 margin-left: 91.66666667%;
}
 .col-md-offset-10 {
 margin-left: 83.33333333%;
}
 .col-md-offset-9 {
 margin-left: 75%;
}
 .col-md-offset-8 {
 margin-left: 66.66666667%;
}
 .col-md-offset-7 {
 margin-left: 58.33333333%;
}
 .col-md-offset-6 {
 margin-left: 50%;
}
 .col-md-offset-5 {
 margin-left: 41.66666667%;
}
 .col-md-offset-4 {
 margin-left: 33.33333333%;
}
 .col-md-offset-3 {
 margin-left: 25%;
}
 .col-md-offset-2 {
 margin-left: 16.66666667%;
}
 .col-md-offset-1 {
 margin-left: 8.33333333%;
}
 .col-md-offset-0 {
 margin-left: 0;
}
}
 @media (min-width:1200px) {
 .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
 float: left;
}
 .col-lg-12 {
 width: 100%;
}
 .col-lg-11 {
 width: 91.66666667%;
}
 .col-lg-10 {
 width: 83.33333333%;
}
 .col-lg-9 {
 width: 75%;
}
/* End: Bootstrap.min.css */

.menu-show .col-lg-9 {
	width: 66.66666667%;
}

/* Continue: Bootstrap.min.css */
 .col-lg-8 {
 width: 66.66666667%;
}
 .col-lg-7 {
 width: 58.33333333%;
}
 .col-lg-6 {
 width: 50%;
}
 .col-lg-5 {
 width: 41.66666667%;
}
 .col-lg-4 {
 width: 33.33333333%;
}
 .col-lg-3 {
 width: 25%;
}
/* End: Bootstrap.min.css */

.menu-show .col-lg-3 {
	width: 33.33333333%;
}

/* Continue: Bootstrap.min.css */
 .col-lg-2 {
 width: 16.66666667%;
}
 .col-lg-1 {
 width: 8.33333333%;
}
 .col-lg-pull-12 {
 right: 100%;
}
 .col-lg-pull-11 {
 right: 91.66666667%;
}
 .col-lg-pull-10 {
 right: 83.33333333%;
}
 .col-lg-pull-9 {
 right: 75%;
}
 .col-lg-pull-8 {
 right: 66.66666667%;
}
 .col-lg-pull-7 {
 right: 58.33333333%;
}
 .col-lg-pull-6 {
 right: 50%;
}
 .col-lg-pull-5 {
 right: 41.66666667%;
}
 .col-lg-pull-4 {
 right: 33.33333333%;
}
 .col-lg-pull-3 {
 right: 25%;
}
 .col-lg-pull-2 {
 right: 16.66666667%;
}
 .col-lg-pull-1 {
 right: 8.33333333%;
}
 .col-lg-pull-0 {
 right: auto;
}
 .col-lg-push-12 {
 left: 100%;
}
 .col-lg-push-11 {
 left: 91.66666667%;
}
 .col-lg-push-10 {
 left: 83.33333333%;
}
 .col-lg-push-9 {
 left: 75%;
}
 .col-lg-push-8 {
 left: 66.66666667%;
}
 .col-lg-push-7 {
 left: 58.33333333%;
}
 .col-lg-push-6 {
 left: 50%;
}
 .col-lg-push-5 {
 left: 41.66666667%;
}
 .col-lg-push-4 {
 left: 33.33333333%;
}
 .col-lg-push-3 {
 left: 25%;
}
 .col-lg-push-2 {
 left: 16.66666667%;
}
 .col-lg-push-1 {
 left: 8.33333333%;
}
 .col-lg-push-0 {
 left: auto;
}
 .col-lg-offset-12 {
 margin-left: 100%;
}
 .col-lg-offset-11 {
 margin-left: 91.66666667%;
}
 .col-lg-offset-10 {
 margin-left: 83.33333333%;
}
 .col-lg-offset-9 {
 margin-left: 75%;
}
 .col-lg-offset-8 {
 margin-left: 66.66666667%;
}
 .col-lg-offset-7 {
 margin-left: 58.33333333%;
}
 .col-lg-offset-6 {
 margin-left: 50%;
}
 .col-lg-offset-5 {
 margin-left: 41.66666667%;
}
 .col-lg-offset-4 {
 margin-left: 33.33333333%;
}
 .col-lg-offset-3 {
 margin-left: 25%;
}
 .col-lg-offset-2 {
 margin-left: 16.66666667%;
}
 .col-lg-offset-1 {
 margin-left: 8.33333333%;
}
 .col-lg-offset-0 {
 margin-left: 0;
}
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0;
}
.table>tbody+tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px;
}
 .table-striped>tbody>tr:nth-of-type(odd) {
 background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}
 table col[class*=col-] {
 position: static;
 display: table-column;
 float: none;
}
 table td[class*=col-], table th[class*=col-] {
 position: static;
 display: table-cell;
 float: none;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color: #f5f5f5;
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success >td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color: #dff0d8;
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color: #d9edf7;
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color: #fcf8e3;
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color: #f2dede;
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
 @media screen and (max-width:767px) {
 .table-responsive {
 width: 100%;
 margin-bottom: 15px;
 overflow-y: hidden;
 -ms-overflow-style: -ms-autohiding-scrollbar;
 border: 1px solid #ddd;
}
 .toggling-minus {
 padding:0;
}
 .table-responsive>.table {
 margin-bottom: 0;
}
 .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
 white-space: nowrap;
}
 .table-responsive>.table-bordered {
 border: 0;
}
 .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
 border-left: 0;
}
 .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
 border-right: 0;
}
 .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
 border-bottom: 0;
}
/* End: Bootstrap.min.css */

 ul#menu-footer-1, .menu-footer-menu-2-container {
 display: block !important;
 width: 100% !important;
 float: left;
}
 .widget.widget_nav_menu li a, .menu-footer-3-container li a {
 padding-left:0;
}
 div#footer-widget .widget-title {
    margin-top: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700; 
}
 div#footer-widget {
 background-color: #2a2730;
 color: #99979c;
 padding-top: 40px;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 20px;
}
 #footerline {
 background-color: #2a2730;
}
 footer#colophon {
 padding-left: 20px !important;
 padding-right: 20px !important;
 padding-bottom: 20px !important;
}
 #footerline {
 background:none;
}
 #footer-widget a#buttoncall {
 display: block !important;
 background: #337ab7;
 width: 50%;
 color: #fff;
 padding: 10px;
 margin: 15px 0px;
 float:none !important;
}
    .menu-footer-1-container {
    width:100%;
   }
    .menu-footer-1-container, section#nav_menu-3, section#nav_menu-4, .menu-footer-1-container {
    float: left;
    width: 100% !important;
   }
	
/* Continue: Bootstrap.min.css */
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}
input[type=file] {
	display: block;
}
input[type=range] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-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: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
 .form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #999;
}
 .form-control::-webkit-input-placeholder {
 color: #999;
}
 .form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type=search] {
	-webkit-appearance: none;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
 line-height: 34px;
}
 .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
 line-height: 30px;
}
 .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
 line-height: 46px;
}
}
.form-group {
	margin-bottom: 13px !important;
}
.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
}
.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px;
}
.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px;
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed;
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
	cursor: not-allowed;
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
	cursor: not-allowed;
}
.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
select[multiple].input-sm, textarea.input-sm {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
select[multiple].input-lg, textarea.input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}
.has-error .form-control-feedback {
	color: #a94442;
}
 .has-feedback label~.form-control-feedback {
 top: 25px;
}
 .has-feedback label.sr-only~.form-control-feedback {
 top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
 @media (min-width:768px) {
 .form-inline .form-group {
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle;
}
 .form-inline .form-control {
 display: inline-block;
 width: auto;
 vertical-align: middle;
}
 .form-inline .form-control-static {
 display: inline-block;
}
 .form-inline .input-group {
 display: inline-table;
 vertical-align: middle;
}
 .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
 width: auto;
}
 .form-inline .input-group>.form-control {
 width: 100%;
}
 .form-inline .control-label {
 margin-bottom: 0;
 vertical-align: middle;
}
 .form-inline .checkbox, .form-inline .radio {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 0;
 vertical-align: middle;
}
 .form-inline .checkbox label, .form-inline .radio label {
 padding-left: 0;
}
 .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
 position: relative;
 margin-left: 0;
}
 .form-inline .has-feedback .form-control-feedback {
 top: 0;
}
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}
 @media (min-width:768px) {
 .form-horizontal .control-label {
 padding-top: 7px;
 margin-bottom: 0;
 text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
 @media (min-width:768px) {
 .form-horizontal .form-group-lg .control-label {
 padding-top: 11px;
 font-size: 18px;
}
}
 @media (min-width:768px) {
 .form-horizontal .form-group-sm .control-label {
 padding-top: 6px;
 font-size: 12px;
}
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none;
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default.focus, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning.focus, .btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none;
}
.btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block+.btn-block {
	margin-top: 5px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
 -webkit-transition: opacity .15s linear;
 -o-transition: opacity .15s linear;
 transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
 -webkit-transition-duration: .35s;
 -o-transition-duration: .35s;
 transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown, .dropup {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin:0px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/* End: Bootstrap.min.css */

body.page-template-blog-template .second-nav-item .dropdown-menu {
	max-height: 300px;
	overflow: scroll;
	overflow-x: hidden;
}

/* Continued: Bootstrap.min.css */
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: inherit;
	text-decoration: none;
	background-color: inherit;
	outline: 0;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color: #777;
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open>a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
 @media (min-width:768px) {
 .navbar-right .dropdown-menu {
 right: 0;
 left: auto;
}
 .navbar-right .dropdown-menu-left {
 right: auto;
 left: 0;
}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	float: left;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 2;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px;
}
 .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
 border-radius: 0;
}
.btn-group>.btn:first-child {
	margin-left: 0;
}
 .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
 .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group>.btn-group {
	float: left;
}
 .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
 border-radius: 0;
}
 .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
 .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical>.btn-group>.btn {
	float: none;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}
 .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
 border-radius: 0;
}
 .btn-group-vertical>.btn:first-child:not(:last-child) {
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
 .btn-group-vertical>.btn:last-child:not(:first-child) {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
 border-bottom-right-radius: 4px;
 border-bottom-left-radius: 4px;
}
 .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
 border-radius: 0;
}
 .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
 .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}
.btn-group-justified>.btn-group .btn {
	width: 100%;
}
.btn-group-justified>.btn-group .dropdown-menu {
	left: auto;
}
 [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
 position: absolute;
 clip: rect(0,0,0,0);
 pointer-events: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
 .input-group[class*=col-] {
 float: none;
 padding-right: 0;
 padding-left: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .form-control:focus {
	z-index: 3;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px;
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
	height: auto;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px;
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
	height: auto;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}
 .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top: 0;
}
 .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
 .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn>.btn {
	position: relative;
}
.input-group-btn>.btn+.btn {
	margin-left: -1px;
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
	z-index: 2;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav>li {
	position: relative;
	display: block;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee;
}
.nav>li.disabled>a {
	color: #777;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav>li>a>img, .nav>li>a>picture>img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 0;
}
.nav-tabs>li>a:hover {
	border: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified>li {
	float: none;
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
 @media (min-width:768px) {
 .nav-tabs.nav-justified>li {
 display: table-cell;
 width: 1%;
}
 .nav-tabs.nav-justified>li>a {
 margin-bottom: 0;
}
}
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd;
}
 @media (min-width:768px) {
 .nav-tabs.nav-justified>li>a {
 border-bottom: 1px solid #ddd;
 border-radius: 4px 4px 0 0;
}
 .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
 border-bottom-color: #fff;
}
}
.nav-pills>li {
	float: left;
}
.nav-pills>li>a {
	border-radius: 4px;
}
.nav-pills>li+li {
	margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #1a7a74;
}
.nav-stacked>li {
	float: none;
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified>li {
	float: none;
}
.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
 @media (min-width:768px) {
 .nav-justified>li {
 display: table-cell;
 width: 1%;
}
 .nav-justified>li>a {
 margin-bottom: 0;
}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd;
}
 @media (min-width:768px) {
 .nav-tabs-justified>li>a {
 border-bottom: 1px solid #ddd;
 border-radius: 4px 4px 0 0;
}
 .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
 border-bottom-color: #fff;
}
}
.tab-content>.tab-pane {
	display: none !important;
}
.tab-content>.active {
	display: block !important;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
 @media (min-width:768px) {
 .navbar {
 border-radius: 4px;
}
}
 @media (min-width:768px) {
 .navbar-header {
 float: left;
}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
	overflow-y: auto;
}
 @media (min-width:768px) {
 .navbar-collapse {
 width: auto;
 border-top: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
}
 .navbar-collapse.collapse {
        /*display: block!important;*/
        height: auto!important;
 padding-bottom: 0;
 overflow: visible!important;
}
 .navbar-collapse.in {
 overflow-y: visible;
}
 .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
 padding-right: 0;
 padding-left: 0;
}
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}
 @media (max-device-width:480px) and (orientation:landscape) {
 .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
 max-height: 200px;
}
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}
 @media (min-width:768px) {
 .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
 margin-right: 0;
 margin-left: 0;
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
 @media (min-width:768px) {
 .navbar-static-top {
 border-radius: 0;
}
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
 @media (min-width:768px) {
 .navbar-fixed-bottom, .navbar-fixed-top {
 border-radius: 0;
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	height: 100%;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	text-align: center;
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}
.navbar-brand>img, .navbar-brand>picture>img {
	display: block;
}
 @media (min-width:768px) {
 .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
 margin-left: -15px;
}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
 @media (min-width: 768px) and (max-width: 1024px) {
 .navbar-toggle {
 display: block;
}
}
.navbar-nav {
/* margin: 7.5px -15px; */
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
 @media (max-width:767px) {
 .navbar-nav .open .dropdown-menu {
 position: static;
 float: none;
 width: auto;
 margin-top: 0;
 background-color: transparent;
 border: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
}
 .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
 padding: 5px 15px 5px 25px;
}
 .navbar-nav .open .dropdown-menu>li>a {
 line-height: 20px;
}
 .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
 background-image: none;
}
}
 @media (min-width:768px) and (max-width:1023px) {
 .navbar-nav {
 float: none;
 margin: 0;
}
/* End: Bootstrap.min.css */

.menu-drop-area ul.nav li {
    float: left;
}
.menu-drop-area ul.nav li ul li {
    float: none;
}
.search-blog button.news-btn{
	word-wrap: break-word;
	word-break: break-word;
	max-width: 100%;
	font-size: 75%;
	white-space: nowrap;
}

/* Continue: Bootstrap.min.css */
.navbar-nav>li {
	 float: none;
	 flex: none;
}
 .navbar-nav>li>a {
 padding-top: 15px;
 padding-bottom: 15px;
}
}
.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
 @media (min-width:768px) {
 .navbar-form .form-group {
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle;
}
 .navbar-form .form-control {
 display: inline-block;
 width: auto;
 vertical-align: middle;
}
 .navbar-form .form-control-static {
 display: inline-block;
}
 .navbar-form .input-group {
 display: inline-table;
 vertical-align: middle;
}
 .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
 width: auto;
}
 .navbar-form .input-group>.form-control {
 width: 100%;
}
 .navbar-form .control-label {
 margin-bottom: 0;
 vertical-align: middle;
}
 .navbar-form .checkbox, .navbar-form .radio {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 0;
 vertical-align: middle;
}
 .navbar-form .checkbox label, .navbar-form .radio label {
 padding-left: 0;
}
 .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
 position: relative;
 margin-left: 0;
}
 .navbar-form .has-feedback .form-control-feedback {
 top: 0;
}
}
 @media (max-width:767px) {
 .navbar-form .form-group {
 margin-bottom: 5px;
}
 .navbar-form .form-group:last-child {
 margin-bottom: 0;
}
}
 @media (min-width:768px) {
 .navbar-form {
 width: auto;
 padding-top: 0;
 padding-bottom: 0;
 margin-right: 0;
 margin-left: 0;
 border: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
 @media (min-width:768px) {
 .navbar-text {
 float: left;
 margin-right: 15px;
 margin-left: 15px;
}
}
 @media (min-width:768px) {
 .navbar-left {
 float: left!important;
}
 .navbar-right {
 float: right!important;
 margin-right: -15px;
}
 .navbar-right~.navbar-right {
 margin-right: 0;
}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav>li>a {
	color: #777;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7;
}
 @media (max-width:767px) {
 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
 color: #777;
}
 .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
 color: #333;
 background-color: transparent;
}
 .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
 color: #555;
 background-color: #e7e7e7;
}
 .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
 color: #ccc;
 background-color: transparent;
}
/* End: Bootstrap.min.css */

 #searchform .form-control {
border:0 !important;
}

/* Continue: Bootstrap.min.css */
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333;
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808;
}
 @media (max-width:767px) {
 .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
 border-color: #080808;
}
 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
 background-color: #080808;
}
 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
 color: #9d9d9d;
}
 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
 color: #fff;
 background-color: transparent;
}
 .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
 color: #fff;
 background-color: #080808;
}
 .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
 color: #444;
 background-color: transparent;
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb>li {
	display: inline-block;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb>.active {
	color: #777;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination>li {
	display: inline;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px  10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager li {
	display: inline;
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eee;
}
.pager .next>a, .pager .next>span {
	float: right;
}
.pager .previous>a, .pager .previous>span {
	float: left;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #777;
}
.label-default[href]:focus, .label-default[href]:hover {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #286090;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:focus, .label-danger[href]:hover {
	background-color: #c9302c;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-group-xs>.btn .badge, .btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff;
}
.list-group-item>.badge {
	float: right;
}
.list-group-item>.badge+.badge {
	margin-right: 5px;
}
.nav-pills>li>a>.badge {
	margin-left: 3px;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}
.jumbotron .h1, .jumbotron h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron>hr {
	border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
 @media screen and (min-width:768px) {
 .jumbotron {
 padding-top: 48px;
 padding-bottom: 48px;
}
 .container .jumbotron, .container-fluid .jumbotron {
 padding-right: 60px;
 padding-left: 60px;
}
 .jumbotron .h1, .jumbotron h1 {
 font-size: 63px;
}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
 -webkit-transition: border .2s ease-in-out;
 -o-transition: border .2s ease-in-out;
 transition: border .2s ease-in-out;
}
.thumbnail a>img, .thumbnail>img {
	margin-right: auto;
	margin-left: auto;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #337ab7;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: 700;
}
.alert>p, .alert>ul {
	margin-bottom: 0;
}
.alert>p+p {
	margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}
/* End: Bootstrap.min.css */

.wishlist-alert a {
	color: #107b75;
	text-decoration: underline;
}
.wishlist-alert a.close {
	color: #aaa;
	text-decoration: none;
}

/* Continue: Bootstrap.min.css */
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
    color: #107b75;
    border-color: #007e7a;
    background-color: #fcd122;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
    color: #ee447e;
    background-color: #f2dede;
    border-color: #ee447e;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
 @-webkit-keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
 @-o-keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
 @keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
 -webkit-transition: width .6s ease;
 -o-transition: width .6s ease;
 transition: width .6s ease;
}
.progress-bar-striped, .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media, .media-body {
	overflow: hidden;
	zoom: 1;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}
.media-right, .media>.pull-right {
	padding-left: 10px;
}
.media-left, .media>.pull-left {
	padding-right: 10px;
}
.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
a.list-group-item, button.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}
button.list-group-item {
	width: 100%;
	text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
	color: #777;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
	color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom: 0;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group+.panel-footer {
	border-top-width: 0;
}
.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
	margin-bottom: 0;
}
.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px;
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0;
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0;
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0;
}
.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0;
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0;
}
.panel>.table-responsive {
	margin-bottom: 0;
	border: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel+.panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}
.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7;
}
.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .7;
	text-decoration: none;
	padding-left: 5px;
	margin-top: -3px;
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
 -webkit-transition: -webkit-transform .3s ease-out;
 -o-transition: -o-transform .3s ease-out;
 transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
 @media (min-width:768px) {
 .modal-dialog {
 width: 600px;
 margin: 30px auto;
}
 .modal-content {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
 box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
 .modal-sm {
 width: 300px;
}
}
 @media (min-width:992px) {
 .modal-lg {
 width: 900px;
}
/* End: Bootstrap */

.navbar-collapse.collapse {
 display: block!important;
 height: auto!important;
 padding-bottom: 0;
 overflow: visible!important;
}

/* Continue: Bootstrap */
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0  5px;
	margin-left: -3px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover>.arrow {
	border-width: 11px;
}
.popover>.arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}
.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0;
}
.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}
.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25);
}
.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner>.item {
	position: relative;
	display: none;
 -webkit-transition: .6s ease-in-out left;
 -o-transition: .6s ease-in-out left;
 transition: .6s ease-in-out left;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1;
}
 @media all and (transform-3d), (-webkit-transform-3d) {
 .carousel-inner>.item {
 -webkit-transition: -webkit-transform .6s ease-in-out;
 -o-transition: -o-transform .6s ease-in-out;
 transition: transform .6s ease-in-out;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-perspective: 1000px;
 perspective: 1000px;
}
 .carousel-inner>.item.active.right, .carousel-inner>.item.next {
 left: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
 left: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
 left: 0;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block;
}
.carousel-inner>.active {
	left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner>.next {
	left: 100%;
}
.carousel-inner>.prev {
	left: -100%;
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0;
}
.carousel-inner>.active.left {
	left: -100%;
}
.carousel-inner>.active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
	text-shadow: none;
}
/* End: Bootstrap */

.catalogRequest img.alignleft {
	margin-bottom: 10px;
}
.catalogRequest input[type="text"], .catalogRequest input[type="email"], .catalogRequest select {
	margin-bottom: 7px !important;
}
.catalogRequest .wpcf7-checkbox {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.catalogRequest .wpcf7-checkbox span {
	margin: 0;
}
.reviewsHeader {
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.rentalReview {
	position:relative;
	padding: 0 40px;
}
@media screen and (min-width: 768px) {
	.rentalReview {
		padding: 0 75px;
	}
}
.rentalReview p {
	position: relative;
	z-index: 1;
}
.rentalReview-wrapper .wpb_wrapper {
    position:relative;
}
.rentalReview-wrapper .wpb_wrapper:before {
	content: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/quote_left_small.png);
	left: 10px;
	position: absolute;
	top: -10px;
	z-index: 0;
}
.rentalReview-wrapper .wpb_wrapper:after {
	bottom: -10px;
	content: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/quote_right_small.png);
	position: absolute;
	right: 10px;
	z-index: 0;
}
.consumerReviewsBTN a {
	border: 4px solid #fff !important;
	background-color: transparent !important;
}

@media screen and (min-width: 1100px) {
	.wpb-js-composer .bg-for-testimonial .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
		bottom: 0;
		margin: 20px auto;
		max-width: 50%;
		top: auto;
		z-index: 1;
	}
}
@media screen and (min-width: 1100px) {
	.rentalReview {
		padding: 50px 175px;
	}
	.rentalReview p {
		font-size: 20px;
	}
	.rentalReview-wrapper .wpb_wrapper:before {
		content: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/quote_left.png);
		left: 10px;
		position: absolute;
		top: 0;
		z-index: 0;
	}
	.rentalReview-wrapper .wpb_wrapper:after {
		bottom: 0;
		content: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/quote_right.png);
		position: absolute;
		right: 10px;
		z-index: 0;
	}
}

/* Continue: Bootstrap */
@media screen and (min-width:768px) {
 .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
 width: 30px;
 height: 30px;
 margin-top: -10px;
 font-size: 30px;
}
 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
 margin-left: -10px;
}
 .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
 margin-right: -10px;
}
 .carousel-caption {
 right: 20%;
 left: 20%;
 padding-bottom: 30px;
}
 .carousel-indicators {
 bottom: 20px;
}
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " ";
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-right {
	float: right!important;
}
.pull-left {
	float: left!important;
}
.hide {
	display: none!important;
}
.show {
	display: block!important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none!important;
}
.affix {
	position: fixed;
}
 @-ms-viewport {
 width:device-width;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
	display: none!important;
}
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important;
}
 @media (max-width:767px) {
 .visible-xs {
 display: block!important;
}
 table.visible-xs {
 display: table!important;
}
 tr.visible-xs {
 display: table-row!important;
}
 td.visible-xs, th.visible-xs {
 display: table-cell!important;
}
/* End: Bootstrap */

.wishlist-alert{right:10px !important;}

/* Continue: Bootstrap */
}
 @media (max-width:767px) {
 .visible-xs-block {
 display: block!important;
}
}
 @media (max-width:767px) {
 .visible-xs-inline {
 display: inline!important;
}
}
 @media (max-width:767px) {
 .visible-xs-inline-block {
 display: inline-block!important;
}
}
/* End: Bootstrap */

@media (min-width:575px) and (max-width:680px) {
 .custom-wid-iphone {
 width: 50% !important;
 flex: 0 0 50%;
 max-width: 50%;
}
 .navbar-brand {
 padding:0 !important;
 line-height:60px !important;
}
}
@media (min-width:768px) and (max-width:991px) {
.home .listing-item-container.col-sm-6:nth-child(2n+1){
		clear:both !important;
	}

/* Continue: Bootstrap */
.visible-sm {
 display: block!important;
}
 table.visible-sm {
 display: table!important;
}
 tr.visible-sm {
 display: table-row!important;
}
 td.visible-sm, th.visible-sm {
 display: table-cell!important;
}
/* End: Bootstrap */

.toggling-minus {
 padding:0;
}

/* Continue: Bootstrap */
}
 @media (min-width:768px) and (max-width:991px) {
 .visible-sm-block {
 display: block!important;
}
}
 @media (min-width:768px) and (max-width:991px) {
 .visible-sm-inline {
 display: inline!important;
}
}
 @media (min-width:768px) and (max-width:991px) {
 .visible-sm-inline-block {
 display: inline-block!important;
}
}
 @media (min-width:992px) and (max-width:1199px) {
 .visible-md {
 display: block!important;
}
 table.visible-md {
 display: table!important;
}
 tr.visible-md {
 display: table-row!important;
}
 td.visible-md, th.visible-md {
 display: table-cell!important;
}
}
 @media (min-width:992px) and (max-width:1199px) {
 .visible-md-block {
 display: block!important;
}
}
 @media (min-width:992px) and (max-width:1199px) {
 .visible-md-inline {
 display: inline!important;
}
}
 @media (min-width:992px) and (max-width:1199px) {
 .visible-md-inline-block {
 display: inline-block!important;
}
}
 @media (min-width:1200px) {
 .visible-lg {
 display: block!important;
}
 table.visible-lg {
 display: table!important;
}
 tr.visible-lg {
 display: table-row!important;
}
 td.visible-lg, th.visible-lg {
 display: table-cell!important;
}
}
 @media (min-width:1200px) {
 .visible-lg-block {
 display: block!important;
}
}
 @media (min-width:1200px) {
 .visible-lg-inline {
 display: inline!important;
}
}
 @media (min-width:1200px) {
 .visible-lg-inline-block {
 display: inline-block!important;
}
}
 @media (max-width:767px) {

/* End: Bootstrap */
	.home-booking-mobile{
		background:#fff !important;
	}
	.booking-area:before{
		display:none !important;
	}
	div#footer-widget .widget-title{
		max-width:70% !important;
	}
	.box-column.first {		
		padding-left: 15px;		
	}

/* Continue: Bootstrap */
	.hidden-xs {
		display: none!important;
	}
/* End: Bootstrap */

	.box-table , .box-table-row{
		display: block !important;
		float: left !important;
		width: 100% !important;
	}
	.alignright {
		display: block !important;
		width: auto !important;
		margin: 0 !important;
	}
	.box-column {
		display: block !important;
		width: 100% !important;
		min-height: 250px !important;
		height: auto !important;
	}
	.img-bg img {
		max-width: 100% !important;
	}
	.box-column.location-data {
		padding: 15px 0px !important;
	}

/* Continue: Bootstrap */
}
 @media (min-width:768px) and (max-width:991px) {
 .hidden-sm {
 display: none!important;
}
}
@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important;
	}
/* End: Bootstrap */

	.hidden-md.res-menu,
	.hidden-md.contact-menu { 
		display:block !important;
	}
}
@media (min-width:1024px) and (max-width:1199px) {
	.hidden-md.res-menu,
	.hidden-md.contact-menu { 
		display:none !important;
	}
}

/* Continue: Bootstrap */
@media (min-width:1200px) {
 .hidden-lg {
 display: none!important;
}
}
.visible-print {
	display: none!important;
}
 @media print {
.visible-print {
	display: block!important;
}
table.visible-print {
	display: table!important;
}
tr.visible-print {
	display: table-row!important;
}
td.visible-print, th.visible-print {
	display: table-cell!important;
}
}
.visible-print-block {
	display: none!important;
}
 @media print {
.visible-print-block {
	display: block!important;
}
}
.visible-print-inline {
	display: none!important;
}
 @media print {
.visible-print-inline {
	display: inline!important;
}
}
.visible-print-inline-block {
	display: none!important;
}
 @media print {
.visible-print-inline-block {
	display: inline-block!important;
}
}
 @media print {
.hidden-print {
	display: none!important;
}
}
/*# sourceMappingURL=bootstrap.min.css.map */
/* End: Bootstrap */

div#footer-widget {
	background-color: #007e7a;
	color: #fff;
	padding-top: 40px;
	float: left;
	width: 100%;
}
.menu-footer-menu1-container {
	/* width: 63%;*/
    font-size: 10pt;
	line-height: 7px;
}
section#nav_menu-4 {
	font-size: 10pt;
	line-height: 7px;
	padding-left: 1px !important;
}
section#nav_menu-8 {
	font-size: 10pt;
	line-height: 7px;
}
ul#menu-footer-menu1 {
	float: left;
}
body {
/*font: 1em/1.5em "museo-sans", Arial, Helvetica, sans-serif;*/
}
.textwidget.custom-html-widget {
	font-size: 10pt;
	line-height: 14pt;
}
footer#colophon {
	font-size: 10pt;
}
div#buttoncall {
	float: right;
	background-color: blue;
	font-weight: 500;
	height: 27px;
	text-align: center;
	padding: 5px;
	color: #FFF;
}
section#nav_menu-3 {
	line-height: 1px;
	font-size: 10pt;
}
.menu-footer-menu-2-container {
	line-height: 1pt;
	font-size: 10pt;
	float: left;
	width:33%;
}
.menu-footer-1-container {
	float: left;
	width: 33%;
}
ul#menu-footer-3 {
	float: left;
	width: 100%;
	display: block;
}
section#nav_menu-4 {
	padding-top: 0px;
	line-height: 1px;
	line-height: 1px;
	float: left;
	width: 33%;
	display: block;
}
#footerline {
	width:100%;
	margin-top:0px;
	min-height: 25px;
}
/*10/24/2017*/
.navbar {
	margin-bottom: 0px;
}
.margin-top-7 {
	margin-top: 11px;
}
.top-buttons-wrapper a.normal-line-height {
	line-height: 50px !important;
}
/*wonder ground*/
table.wu-table-1 {
	margin-bottom: 0;
	margin-top: 16px;
}
.wu-forecast-wrapper .wu-cond-highlow {
	font-family:proxima-nova, sans-serif  !important;
    margin: 0 !important;
    font-size: 12px;
    color: #999;
}
.wu-forecast-wrapper .wu-cond-highlow .wu-cond-split {
    position: inherit!important;
    left: auto!important;
    color: #fff;
}
.wu-forecast-wrapper .wu-cond-highlow .wu-cond-high {
    padding-right: 0;
	color: #ffffff;
}
.top-nav table.wu-table-1 .wu-forecast-body {
	position:relative;
	top: 3px;
	float: left;
	margin-left: 10px;
}
.wu-forecast-wrapper .wu-cond-highlow .wu-cond-low { color: #ffffff; }
.wu-copyright { display: none;}
.wu-wrapper table td { padding:0; }
.wu-wrapper table td.wu-icon {width: 40px;}
.wu-wrapper div img, .wu-wrapper table img {
	float: left;
	margin-top:-2px;
    width: 35px!important;
    height: auto;
}
/*ends wonder ground*/

.top-buttons-wrapper .form-group {
	margin-top: 8px;
	margin-bottom: 8px;
}
.top-buttons-wrapper .dropdown-menu>li>a {
	line-height: 1.42857143 !important;
}
.join-program-btn {
	background: none;
	color: #478cc7;
	border-radius: 0;
	margin-top: 10px;
}
.btn-transparant {
	background: none;
	box-shadow: none;
	background-image: none;
	border: 0;
	background: #fff;
	border: 0 !important;
	padding: 5px;
	color: #337ab7 !important;
	-webkit-appearance: none !important;
}
.top-buttons-wrapper .form-control {
	border:1px solid #ccc;
	box-shadow:none;
	border-radius:0;
}
.login-wrapper .dropdown-menu {
	border-radius: 0;
	padding: 10px;
	min-width: 200px;
	background: #eee;
}
.login-wrapper .dropdown-menu li a {
	border: 1px solid #428380;
	margin-bottom: 10px;
	color: #2196F3;
	padding: 10px 10px;
	text-align: center;
}
.login-wrapper .dropdown-menu li:hover a {
	border: 1px solid #428380 ;
	background:#428380 ;
	color: #fff;
	text-align: center;
}
.login-wrapper .dropdown-menu li:last-child {
	margin-bottom:0;
}
.navbar-toggler {
	font-size: 1.75rem;
}
.navbar-toggler-right {
	position: absolute;
	right: 0rem;
	margin-top: 6px;
}
#masthead .navbar-nav > li > a {
	color: #8e869d;
	padding: 0.5rem;
	text-transform: uppercase;
}
#masthead .navbar-nav > li > a {
	color: #8e869d;
	padding: 1.4rem 0.6rem;
	text-transform: uppercase;
	font-size: 12px;
}
.weather td {
	text-align: right;
	float: right;
}
.weather td  * {
	display: inline;
	float: none;
}
.weather td  img {
	width: 20px !important;
	height: 20px !important;
	margin-right: 10px;
	margin-top: 3px;
}
.sun-icon {
	margin-right: 10px;
	line-height: 32px;
}
input[type="submit"], .btn {
	border-radius:0;
}
.menu li a {
	color: #fff;
}
.menu li a:hover {
	background-color:transparent;
}
#searchform .form-control {
	background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/inc/assets/icons/search.png);
	background-position: 96% 10px;
	background-repeat: no-repeat;
	background-size: 13px;
}
.form-control {
	border-radius:0;
}
header#masthead {
	padding-left: 15px;
	padding-right: 15px;
	box-shadow:none !important;
}
#footer-widget a#buttoncall {
	display: inline-block;
	background: #337ab7;
	width: 50%;
	color: #fff;
	padding: 10px;
	margin: 15px 0px;
	float:right;
}

/*
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    .top-buttons-wrapper{
       flex-direction: column-reverse;
    }
    .row-even{
        float: left;
    }
}*/

/*@media screen and (min-width:300px) and (max-width:1000px){
    .tp_new_menu{
        width:100% !important;
        height:150px;
        float: right !important;
    }
    .logo_main{
        height:150px;
        float:left;
        width:16.66666667%;
    }
}*/


 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 .toggling-minus {
 width: 100%;
 /* flex: 0 0 100%; */
 max-width: 100%;
}
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 .normal-line-height {
 font-size: 12px;
}
}
 .dropdown-toggle::after, .dropdown-menu .dropdown-toggle::after {
 display: inline-block;
 width: 0;
 height: 0;
 margin-left: .3em;
 vertical-align: middle;
 content: "";
 border:none;
}
.dropdown .open .dropdown-menu {
	left: 100%;
}
@media screen and (min-width:768px) and (max-width:992px) {
.weather span {
display:none
}
.weather td img {
margin-right:0
}
}
@media screen and (max-width:768px) {
.navbar-collapse.in {
 width: 100%;
}
 .navbar-collapse.in  ul {
 padding: 0;
 margin-top: 0 !important;
}
.navbar-brand {
height:102px;
 padding-top: 23% !important;
}
}
.search-form {
	display: inline-block;
	float: right;
	position: relative;
	width: 100%;
}
.search-field, .search-submit {
	height: 3.75rem;
}
.search-field {
	position: absolute;
	right: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: transparent;
	border: none;
	color: #4c4c4c;
	cursor: pointer;
	font-size:1em;
	font-weight: 300;
	opacity: 0;
	padding-right: 3.75rem;
	width: 0;
	z-index: 3;
}
.search-field:focus {
	cursor: text;
	opacity: 1;
	outline: none;
	width: 100%;
	z-index: 1;
}
.search-field:focus:hover ~ .search-submit .fa-search {
 color: #4c4c4c;
}
.search-field:hover ~ .search-submit .fa-search {
 color:#4c4c4c;
}
.search-submit {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: transparent;
	border: none;
	float: right;
	position: relative;
	width: 3.75rem;
	z-index: 2;
	outline: none;
}
.search-submit:hover .fa-search {
	color: #4c4c4c;
}
/*.fa-search {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #7b7b7b;
	font-size: 2.25rem;
}*/
form.search-form {
	margin-top: 0px;
}
.tab-home ul {
	background: #f7f7f7;
	padding-left: 15px;
	border: 0;
	padding-top: 15px;
}
.tab-home ul li  a {
	background: #eaeaea;
	margin: 0 2px 0 2px;
	border-radius: 0;
}
.tab-home ul li.active a {
	background: #d4d4d4;
}
.tab-home ul li {
	margin: 0;
}
.tab-items {
	padding: 40px 30px;	
}
.containervacations .tab-items{
	background:rgba(255, 255, 255, 0.85);
}
.rightsidebox {
    height: 310px;
}

.rightsidebox img {
    height: 100%;
    width: 100%;
} 
.rightsidebox *{height:100%}
.joinrental {
    background-color: #BDBDBD !important;
}
.rightsidebox .vc_column-inner {padding:0 !important}
.tab-items > a {
	color: #585858;
	font-weight: 600;
	font-size: .9em;
	position: relative;
	left: 25%;
}
.tab-items select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
.tab-items .selectwrap:after {
	content: "";
	background: url(https://www.emeraldislerealty.com/wp-content/uploads/2017/01/arrow-down.png) no-repeat top;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 14px;
	right:7px;
	z-index:100;
}
.vaccation-slider .selectwrap select,
.booking-area .selectwrap select {
	width: 100% !important;
}
.vaccation-slider .input-group,
.booking-area .input-group{
    width: 100%;
}
.vaccation-slider .btn-availability,

.blog-category-listing .btn-availability {
	max-width: 250px;
}
.vaccation-slider .booking-area,
.booking-area .booking-area{
	padding-bottom:30px;
	margin-bottom:50px;
}

a.more-fltr {
    background-color: transparent !important;
    color: #337ab7 !important;
    border-color: #337ab7 !important;
}

.seotxtcontent .wpb_wrapper p strong {
    font-weight: normal;
}
.see-map a {
    position: absolute;
    top: -17px;
    right: 23px;
    font-size: 1.2rem;
    text-decoration: none;
    color: #565656;
    font-weight: 600;
}
.modal {
    padding-top: 130px !important;
    overflow-x: hidden !important;
	z-index:9999 !important;
}

.modal:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}
.see-map {
    position: relative;
}
@media screen and (max-width:768px) {
 .selectwrap select {
 width: 100% !important;
}
.tab-items .input-group {
display:block
}
.tab-items .input-group.cal {
display:table !important
}
.home-tab-btn a {
 width: 100%;
 margin-bottom: 10px;
}
}
 @media screen and (min-width:550px) and (max-width:768px) {
 .tab-home ul li {
 font-size: .8em;
}
}
 @media screen and (max-width:549px) {
 .tab-home .nav-tabs li >  a {
 font-size: .9rem !important;
}
 .tab-home ul {
 padding: 0;
 margin: 0 0 0 -2px;
}
.tab-home ul li {
    width: 25%;
    word-wrap: break-word;
}
.tab-home ul li a {
    text-align: center;
    
}
.seotxtcontent .wpb_wrapper p{width:85%}
}
 @media screen and (max-width:320px) {
	 .tab-home ul li a{min-height: 58px;}
	 }
@media screen and (min-width:480px) {
 .search-field {
width:100%;
border:1px solid #ddd;
opacity:1;
padding:0 10px;
font-size:1em
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
.navbar-brand {
height:102px
}
.toggling-minus {
float:right;
}
.join {
position: absolute;
 right: 15px;
}

}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
	.seotxtcontent .wpb_wrapper p{width:60%}
	.navbar-nav>li {
		display:block !important;
		float: left;
		width: 100%;
	}
	.toggling-minus {float:left;width:100%; z-index: 999;}
	.join {position: absolute;right: 0;}

	.navbar-nav>li a {
		font-size:11px !important;
		padding-top:16px !important;
		display:block;
	}
	.join a{margin-right:50px}
}

@media screen and (min-width: 1024px) and (max-width: 1067px) {
    .menu-show .pull-right {
        padding:0;
    }
}

/* Modal */
label.chk-in-head.chk-feature {
    display: block;
}
.chkin-day label.active,.chkin-nights label.active {
    background: #107b75 !important;
    box-shadow: none;
    color: #fff !important;
    outline:none;
    border:none;
}

.chkin-day .form-group label,
.chkin-nights .form-group label {
    font-weight: 600;
    background-color: #ececec;
    color: #808080;
    border-radius: 40px;
    padding: 5px 14px;
    margin:0 2px 0 2px;
    outline:none;
    border:none;
    box-shadow: none !important;
}
.chkin-day .form-group label {
	padding: 5px 9px;
}
.selectprice #slider-range {
    margin: 9px 0 8px 0;
    background: #FAFAFA;
    height: .6em;
}

.selectprice #slider-range span {
    background: #3f51b5;
    border: none;
    border-radius: 50%;
    top: -6px;
    outline: none;
}

.selectprice #amount {
    color: #2196F3 !important;
    text-align: right !important;
    font-weight:600 !important;
}
.wedding-quotes {
	color: #fff;
}
.allBlogReadMore {
	margin: 10px 0 0 0;
	padding: 0;
}
/*.wpb_wrapper {
	position: relative;
}*/
.ex-checkbox
 {
	position: relative;
	margin: 12px 0;
	font-size: 14px;
}

.ex-checkbox label
{
	padding-left: 32px;
	line-height: 140%;
	font-weight: normal;
	display: inline-block;
	position: relative;
}

.ex-checkbox input[type=checkbox]
{
	margin: 0;
	opacity: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	z-index: 10;
	position: absolute;
}


.ex-checkbox input[type=checkbox] + label::before {
	border: 1px solid #9f9f9f;
	width: 20px;
	height: 20px;
	content: '';
	position: absolute;
	left: 0;
	background-color: #fff;
	    top: -1px;
}
label.chk-in-head {
    font-size: 1.6rem;
}
span.close {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 18pt;
}
.ex-checkbox input[type=checkbox]:hover + label::before {
	border: 2px solid #0288d1;
}

.ex-checkbox input[type=checkbox]:focus + label::before {
	box-shadow: 0 0 1px #0288d1;
	outline: none;
}

.ex-checkbox input[type=checkbox]:checked + label::before {
	border: 1px solid transparent;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjMDI4OGQxIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==') no-repeat center center;
	background-size: 24px 24px;
}

.ex-checkbox input[type=checkbox]:checked:hover + label::before {
	background-size: 30px 30px;
}

.ex-checkbox input[type=checkbox]:disabled {
	cursor: not-allowed;
}

.ex-checkbox input[type=checkbox]:disabled + label {
	color: #bcbcbc;
	cursor: not-allowed;
}

.ex-checkbox input[type=checkbox]:disabled:checked + label::before {
	border: 1px solid transparent;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==') no-repeat center center;
}

.ex-checkbox input[type=checkbox]:disabled + label::before {
	border: 1px solid #bcbcbc;
}
.chk-features {
    clear: both;
}
@media screen and (max-width:480px){
	.chk-features .container{padding:0 !important;}
	.rightsidebox *{height:100% !important;}
	.rightsidebox .wpb_content_element{margin-bottom:0 !important}
	.topbar-visible-search form button.search-submit{
		right:0px !important;
	}
	}
	
/* Nov 08*/

.logo {
    clear: both;
    float: left;
    width: 100%;
	
}
#homepageSEOHeader {
	font-size: 28px !important;
}
.logo .bbb, .logo .varma, .logo .logoyear, .logo .readersChoice {display: inline-block; float: left;}
@media screen and (min-width: 768px) {
	#homepageSEOImage img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}
.logo .varma img {width: auto; max-height: 57px; max-width: none;}
.logo .bbb img {width: auto;}
.logo .logoyear img, .logo .readersChoice img {max-height: 57px; width: auto; max-width: none;}
.logo .varma img{border-radius:6px}
.logo .bbb {margin-right:20px}
.logo .bbb, .logo .varma, .logo .logoyear, .logo .readersChoice {margin-top: 20px;}
.logo .varma, .logo .logoyear {margin-right: 20px;}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
.logo .bbb, .logo .varma, .logo logoyear, .logo .readersChoice {margin-top:10px; margin-bottom:20px}
.logo .logoyear img, .logo .readersChoice img {max-width:100% !important;}
}
@media only screen
and (max-device-width : 375px){
.logo .logoyear, .logo .readersChoice {float:left;margin-top:20px;clear:both}
.logo .logoyear img, .logo .readersChoice img {max-width:100% !important; margin-bottom:20px}
.logo .bbb,.logo .varma{margin-top:0;}
}

.logoformob{display:none;}
.logoformob {
    clear: both;
    float: left;
   width: 100%;
}
.logoformob .bbbmob,.logo .varmamob{display:inline-block;float:left}
.logoformob .bbbmob img, .logoformob .varmamob img{width:125px}
.logoformob .varmamob img{border-radius:6px}
.logoformob .bbbmob{margin-right:20px}
.logoformob .bbbmob,.logoformob .varmamob{margin-top:20px}
 
@media only screen
and (max-device-width : 430px){
.logoformob{display:block;}
.logoformob .bbbmob img, .logoformob .varmamob img{width:100px} 
.logo .logoyear, .logo .readersChoice {float:left; margin-top:0 !important;}
.logo .logoyear img, .logo .readersChoice img {margin-top: 10px;}
.logoformob .logoyear img {max-width:100% !important; width:80px; margin-bottom:20px}
.logoformob .bbbmob,.logoformob .varmamob{margin-top:0;}
}

@media screen and (min-width:375px) and (max-width:430px){
    .tab-home .nav-tabs li >  a{
    min-height: 47px;
}
}
/* end nov 08 edit */

/* start nov 12 edit */
@media screen and (min-width:300px) and (max-width:768px){

.helpful_links_main li {
    display: inline-block !important;
    width: 100% !important;
    margin: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.filter_form_block{
padding-bottom:0 !important;
margin-bottom: 0;
}

.filter_form_block .form-inline .form-group{
margin-bottom:8px;
}

.filter_form_block .button-group button {
    width: 100%;
    box-sizing: border-box;
}

.filter_form_block .button-group {
    padding-left: 17px;
    margin-top: 0px;
    padding-right: 17px;
    margin-top: 10px !important;
    float: left;
    width: 100%;
}
.filter_form_block .input-group.cal {
    margin-bottom: 12px;
}

}

.margin_0{
margin-left:0 !important;
margin-right: 0 !important;
margin-top:0 !important;
}
.filter_btn_group{
    text-align: right;
}
.filter_form_block .form-group {
    width: 100%;
    float: left;
}

.filter_form_block .selectwrap select{
width:100% !important;
}
.filter_form_block .slider-form .selectwrap:after{
top: 13px;
right: 10px;
}
.no_padding{
padding:0 !important;
}
.filter_search_image .wpb_single_image{
margin-bottom:0;
}
.padding_top_0 {
    padding-top: 0 !important;
}
.float_left{
float:left !important;
}
.filter_search_image img {
    height: 373px;
}
.realestate_contact_icon, .realestate_contact_text{
float:left !important;
}
.realestate_contact_icon{
    margin-bottom: 0;
    margin-top: 0px;
}
@media screen and (max-width: 768px) {
	.realestate_contact_icon {
		clear: both;
	}
}
.realestate_contact_icon_phone {
	float: left;
}
.realestate_contact_text {
    margin-top: 17px;
    margin-left: 15px;
}
.realestate_contact_text p {
    margin-bottom: 0;
}
   

/* end nov 12 edit */

/*Responsive menu styling*/

@media screen and (max-width: 991px){
.navbar-collapse {
    position: absolute;
    left:0;
    z-index: 999;
    width: 100%;
    top: 51px;
    background: #eee;
border-top:0;
    height: 100vh;
}
.navbar-collapse.in{
padding-top:40px;
}
#navbar-close i.fa.fa-times {
    font-size: 19px;
}
div#navbar-close {
    margin-top: -4px;
}
.header_right_section{
    position: absolute;
}
.header_left_section{
    position: relative;
z-index:9999;
}
#masthead nav{
border:0;
}
header#masthead{
position: relative;
}
.navbar-brand{
height:100px;
}
.navbar-collapse.justify-content-end .res-menu ul li a {
    width: 200px;
    text-align: center;
}
}
/*Responsive menu styling*/

.nav-previous{width: 100% !important;margin-bottom: 10px;}
.nav-next{width: 100% !important;margin-bottom: 10px;}
/* Event page write by jan 08*/
.event__body {
    padding: 20px 20px 50px 20px;
    transition: height 0.5s;
}
/* Jan 11 2018*/

@media screen and (max-width:360px){ .featured-prop-slide li header{width: 45% !important;} .featured-prop-slide .event__body{width: 55% !important;} }
@media screen and (max-width:500px){
	#content.site-content { padding-top: 0 !important; }
	/*.breadcrumbs,.entry-content { margin-top: 0 !important; }*/
	.vc_section.container.vc_section-has-fill,.vc_row-has-fill>.vc_column_container>.vc_column-inner{padding-top:0 !important}
     .featured-prop-slide li header {
         float: left;
         display: inline-block;
         width: 43%;
         height: auto;
    }
     .featured-prop-slide li article {
         padding: 0;
         width: 100%;
         margin: 0;
         box-shadow: none;
         border: 1px solid #ddd;
         display: block;
         margin-bottom:10px 
    }
     .featured-prop-slide ul {
         margin: 30px 0 0 0 !important;
    }
     .featured-prop-slide .event__body {
         float: left;
         width: 57%;
         padding: 10px 14px;
    }
     .featured-prop-slide {
         width: 100% !important;
         box-shadow: none !important;
    }
     .featured-prop-slide li article:hover {
         box-shadow: none;
    }
     .featured-prop-slide .event__body h2 {
         text-transform: none;
         font-size: 15.5px;
         padding: 0;
    }
     .featured-prop-slide .event__body .card__subtitle br {
         display: none;
    }
     .featured-prop-slide .event__body .card__subtitle {
         margin-top: 4px;
         padding: 0 0 4px 0;
    }
     .featured-prop-slide .event__body .deal_event_link{
        border:0 !important;
        padding:5px !important;
        font-weight: 500;
        color: #1976D2;
    }
}
/* footer 24-01-18 */
#footer-widget a#buttoncall {
    display: inline-block;
    background: #095d58 !important;
    width: 50%;
    color: #fff;
    float: right;
    font-weight: 800;
    letter-spacing: 1.2pt;
    min-width: 100px;
    border: 4px solid #107b75;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/* CSS Document */

.navbar-brand{
	padding:0;
	height:auto;}

.top-nav .top-icons{
	list-style:none;
	padding:0;
	margin-bottom: 0;
    margin-top: 10px;
}
.top-nav .top-icons li{
	color:#fff;
	    font-size: 12px;
}
.top-nav .top-icons li i{
	margin-right:5px;
}
.top-nav .top-icons li i.fa.fa-heart{margin-right:0px;}
.top-nav .top-icons li a{
	color:#fff;
}
a.phoneIcon::before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f095";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right:10px;
}
.input-transparant {
    background: none !important;
    outline: 0 !important;
	color:#fff;
}

.top-nav .input-transparant:after{
	content:'\f002';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
.input-bordered {
    border: 1px solid #fff;
    padding-left: 10px;
    color: #fff;
}
.top-nav .input-transparant{
	margin-top: 10px;
    margin-bottom: 10px;
    height: 35px;
    padding: 10px;
    width: 100%;
}
.top-nav button {
    padding: 0;
    font-size: 13px;
    margin: 17px 0;
    color: #fff !important;
}

.login-wrapper .dropdown-menu a{color:#337ab7 !important;}
.login-wrapper .dropdown-menu a:hover{color:#fff !important;}
.btn-transparant {
    border: 0;
    background: none;
    color: #fff;
}
.menu-padding{
	padding-left:0px;
	padding-right:0px;
}
.btn-join {
  color: #107b75;
    border: 4px solid #107b75;
    text-transform: uppercase;
    margin-top: 6px;
    border-radius: 0;
    background: none;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px !important;
    padding-bottom: 10px;
}
.btn-join:hover {
	color: #107b75;
}

@media (max-width : 992px) and (min-width : 767px) {
    .btn-join {
        left: -45px;
        position: relative;
    }
}

.containervacations .tab-items {
    padding: 25px;
}

.breadcrumbs{width:100%;padding: 10px 30px;border-radius:0px;background: #00a7a2; color: #fff; position:relative;}
@media screen and (max-width: 1100px) {
	.breadcrumbs {margin-top: 5px;}
}
.breadcrumbs i{
    color: #fff;
}
.banner {
    padding-top: 80px;
    background-repeat: no-repeat !important;
	background-size: cover !important;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.emergency-banner {
	padding:0;
}
.banner-box {
	display: none;
    background:rgba(16, 123, 117, 0.45);
	padding: 25px;
	text-transform:uppercase;
	margin-bottom:25px;
        z-index: 9;
}
.emergency-banner-box {
	display:block;
	background: rgba(255, 215, 0, 0.65);
	text-transform:none;
}
.banner-desc{
	padding-top:10px;
	padding-bottom:10px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.banner-desc ~ .vc_section, .agent-middle, .activities-wrapper, .activity-find{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.area-attractions a {
    color: #fff;
}
.no-margin-activity-bottom .wpb_content_element {
    margin-bottom: 0;
}
.banner-box h3, .banner-desc h3{
	color:#fcd121;
	font-weight:800;
	letter-spacing: 1.2pt;
}
.emergency-banner-box h3,
.emergency-banner-box h3 a {
	color: #107b75;
	text-transform:uppercase;
}
.emergency-banner-box img {
	margin-bottom:0;
}
.agents-wrapper{
    padding-left: 50px !important;
    padding-right: 50px !important;
    text-align: left !important;
}
.agents-contact-box {
    padding-left: 25px;
    padding-right: 25px;
    align-items: center !important;
    color: #0f7b74;
	background:#e6e6e6;
}
.broker-bulletin {
    background: #e6e6e6;
    font-size: 30px;
    font-weight: bold;
    color: #117069;
    line-height: 1.25;
}
.broker-bulletin img {
    display: none;
}
.broker-bulletin .btn {
    padding-left: 3rem;
    padding-right: 3rem;
}
.featured-prop-btn.bottom-logos-agents {
    width: 90%;
	padding-top: 0;
	text-align: center;
}
.featured-prop-btn.bottom-logos-agents .vc_row {
	margin: 0 0 20px 0;
}
.featured-prop-btn.bottom-logos-agents .wpb_wrapper.vc_figure {
	width: auto;
}
.featured-prop-btn.bottom-logos-agents .wpb_single_image.vc_align_center {
	display: inline;
}
@media screen and (min-width: 375px) {
    .broker-bulletin img {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .broker-bulletin {
        padding-left: 25px;
        padding-right: 25px;
    }
	.awards .wpb_single_image img {
		margin: 0 0 5px 0;
	}
}
@media screen and (min-width: 768px) {
    .awards .wpb_single_image img {
		width: 80px;
		max-height: 47px;
	}
    .broker-bulletin img {
        display: none;
    }
}
@media screen and (min-width: 1100px) {
	.awards .wpb_single_image img {
		width: 125px;
		max-height: 73px;
	}
}
@media screen and (min-width: 1200px) {
    .broker-bulletin p {
        word-spacing: 600px;
    }
    .agents-contact-box.border-right .vc_column-inner {
        border-right:#bfbfbf solid 1px;
    }    
}
@media screen and (min-width: 1315px) {
    .broker-bulletin img {
        display: block;
    }
}
@media screen and (min-width: 1440px) {
    .agents-contact-box {
        padding-left: 50px;
        padding-right: 50px;
    }	
}
.agents-contact-box p {
    font-weight: bold;
}
.banner-box h1, .banner-desc h2, .join-rental h2, .agents-wrapper h2{
	color:#fcd121;
	font-weight:900;
	color:#fff;
	position:relative;
}
.banner-desc h2, .join-rental h2{
	text-transform:uppercase;
	padding-bottom:10px;
 }
 .banner-desc p{
	 color:#000;
	 padding-top:15px;	 
 }
 .banner-desc h2:after{
	background:#fcd122;
	height:4px;
	left:0;
	position:absolute;
	content:'';
	z-index:999;
	width:18%;
	bottom:0;
 }
 
.join-rental h2 {
    border-bottom: 4px solid #fcd122;
    width: auto;
    margin: 0 auto;
    display: inline;
}
.join-rental p {
    display: block;
    margin: 20px 0px;
    padding-bottom: 0;
	font-weight: 500;
}
.agents-wrapper p{
	font-weight: 500;
}
.join-rental .btn {
    border: 4px solid #fff;
    min-width: 200px;
    color: #fff;
    font-weight: 800;
	border-radius:10px;
}
.booking-area {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 25px 9px;
}
.widget-rental-filters .is-sticky .booking-area {
    max-width: 1100px !important;
    margin: 0 auto;
    border-right: 1px solid #107b75;
    border-bottom: 1px solid #107b75;
    border-left: 1px solid #107b75;
}
.booking-area .nav li a {
    color: #505050;
	padding-left:0;
	margin-right: 50px;
	padding-right:0;
}
.booking-area .form-control{
	border-radius:2px;
}
.booking-area .nav-tabs{
	border:0;
}
.booking-area .nav li.active a{
    color: #107b75;
	border:0;
	border-bottom:3px solid #107b75;
	font-weight:bold;
	    background: none;
}
.form-content{
	margin-top:30px;
	margin-bottom:10px;
}
.btn-filter, .more-fltr{
    background: transparent;
    border: 4px solid #107b75;
    border-radius: 0;
    text-transform: uppercase;
    color: #107b75;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 10px !important;
	font-weight: 600;
}
.js-additional-filters-toggle:hover {
	color: #107b75;
}
.area-info-banner .js-additional-filters-toggle:hover {
	color: #fff;
}
.btn-availability {
    background: #428380;    
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;  
	font-weight: 600; 
        margin-bottom: 10px;
}
.btn-availability:hover{
	background: #107b75;
	color: #fff;
}
.gtm-form-submit-weddings input[type="submit"], .mainContactSubmit {
	background: #107b75 !important;
	color: #fff;
	width: 100%;
	max-width: 250px;
	padding-top: 13px;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.feature-head{	
	color: #107b75;
	position: relative;
}
.feature-head h2{
	font-weight: 900;
	text-transform:uppercase;
	text-align:center;
	margin-top: 0;
	margin-bottom: 40px;
}
.feature-head h2 span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding-left: 50px;
    padding-right: 50px;
}
.feature-head:after {
	content: '';
	left: 0;
	height: 5px;
	background: #fcd122;
	z-index: 0;
	top: 40%;
	width: 100%;
	position: absolute;
}
.banner-desc{
	background:#107b75;
}
.banner-desc a { 
	color: #fff; 
	text-decoration: underline;
}
.feauture-product {
    padding-top: 40px;
    padding-bottom: 40px;
}
.inner-box, .deals_container{
    border: 1px solid #107b75;
	float: left;
	width: 100%; 
}
.deals_container{
    border: 4px solid #094a49 !important;  
}
.inner-box span, .deals_container span{
    font-weight: 500;
    padding-top: 10px;
    display: block;
}
.inner-box h3, .deals_container h3{
    font-weight: 700;
    color: #107b75;
    margin-top: 10px;
}
.inner-box h4,.deals_container h4, .deals_slide_container .panel-heading{
	background: #094a49;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 5px;
	font-size: 16px;
}
.deals-coloumn{
    background: #094a49;
    padding: 10px;
    color: #fff;
}
p.rating, .deals_container .rating{
    color: #107b75;
    font-weight: 600;
    font-size: 85%;
}
.inner-box p, .deals_container p{
    font-size: 85%;
}
ul.bottom-icons, .rate-list{
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 0;
    display: flex;
}
.rate-list{
	width:60%;
}
.rate-list li{
	flex:5;
	color:#107b75;
}
ul.bottom-icons li{
	background:url(https://www.emeraldislerealty.com/wp-content/themes/images/eir-sprites.png);
	flex:5;		
	background-repeat: no-repeat;
	height: 40px;
	background-repeat: no-repeat !important;
}
ul.bottom-icons li.ic-first{
	background: url(https://www.emeraldislerealty.com/wp-content/themes/images/list-ic_ic_1.png); 
	background-size: contain;
}
ul.bottom-icons li.ic-second{
	background: url(https://www.emeraldislerealty.com/wp-content/themes/images/list-ic_ic_2.png);
	background-size: contain;
}
ul.bottom-icons li.ic-third{
	background: url(https://www.emeraldislerealty.com/wp-content/themes/images/list-ic_ic_3.png); 
	background-size: contain;
}
ul.bottom-icons li.ic-fourth{
	background: url(https://www.emeraldislerealty.com/wp-content/themes/images/list-ic_ic_4.png);    
    height: 40px;
	background-size: contain;
}
ul.bottom-icons li.ic-last{
	background: url(https://www.emeraldislerealty.com/wp-content/themes/images/list-ic_ic_5.png);    
    height: 40px;
	background-size: contain;
}
button{
	transition:all 0.5s;
}
.book-btn,.deal_booking_link{
    background: transparent;
    border: 2px solid #107b75;
    color: #107b75;
    border-radius: 0;
    margin: 15px 0px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 130px;	
}
.img-wrapper{
	position:relative;
}
.favourite-ic {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    z-index:1;
}
.view-all-propty:hover{
	background: #fcd122;
}
.favourite-ic:hover {
	color: #fff;
}
.fa-heart:before {
	color: red;
}
.book-btn:hover, .deal_booking_link:hover{
	background: #107b75;
	color:#fff;
}

.fill-btn{
	background: #107b75;
	color:#fff;
	border-radius:0;
	font-weight: 600;
}
.btn-view {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-right-none{
	padding-right:0;
}
span.img-icon-wrapper {
    display: inline-block;
    max-width: 18px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.view-all-propty {
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 50px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.feauture-product .view-all-propty {
	margin-top:0;
}

.popular-search-bg.agentGrid {
	margin: 0 auto !important;
}
.agentGrid .container {
	padding: 0 !important;
}
.agentBox .btn-holder:hover img {
	transform: none;
}
.popular-search-bg .agentBox .btn-holder {
	margin-bottom: 0;
}
.agentBox > .vc_column-inner > .wpb_wrapper {
	border: 1px solid #117a74;
	margin-bottom: 30px;
}
.agentBoxContent {
	min-height: 174px;
	padding: 15px;
}
.agentName {
	color: #107b75;
	display: block;
	font-size: 1.6em;
	font-weight: 800;
}
.agentName:hover {
	color: #107b75;
	text-decoration: none;
}
.agentViewListings {
	background: #107b75;
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 10px 0 5px 0;
	padding: 12px 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.agentViewListings:hover, .agentViewListings:focus {
	color: #fff;
	text-decoration: none;
}
.agentViewTestimonials {
	background: #fff;
	border: 3px solid #107b75;
	color: #107b75;
	display: block;
	font-size: 0.9em;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 12px 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.agentViewTestimonials:hover, .agentViewTestimonials:focus {
	color: #107b75;
	text-decoration: none;
}
.agentBox > .vc_column-inner > .wpb_wrapper .wpb_content_element:last-child {
	margin-bottom: 0;
}
.popular-search-bg .feature-head h2 span{
	background:#eceadd;
}
.popular-search-bg .fill-btn.popular-search-btn, .btn-holder.vaccation-box button, .btn-holder.vaccation-box  h2, .charter-list .fill-btn.popular-search-btn {
	background: #fff;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 85%;
	margin: 0 auto;
	color: #107b75;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2px;
	margin: 0 auto;
        white-space: pre-line;
        word-wrap: break-word;
}
.charter-list .fill-btn.popular-search-btn {
	bottom: 20px;
}
.btn-holder.vaccation-box h2 {
    font-size: 14px;
    bottom: 15px;
}
.btn-holder.vaccation-box .vc-hoverbox-block{
	    background-color: transparent !important;
}
.testimonials-area {   
    padding-top: 0;
}
.bg-vaccation-grey .vc_tta-tabs-position-top {
    height: 300px !important;
    padding: 25px !important;
}
.Pagination-bottom a.vc_pagination-trigger {
    border-color: #fff !important;
}
.special-promo{
    padding-left: 80px;
    padding-right: 80px;
}
.bg-for-testimonial .container-custom {
	width: 100%;
}
.bg-for-testimonial .vc_column_container>.vc_column-inner {
	padding-right: 0;
}
.wpb-js-composer .bg-for-testimonial .vc_tta.vc_general .vc_tta-panel-body {
	border: none;
}
.promotion-head {
    text-align: center;
}
.promotion-head h2 {
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
}
.container-bg {
    position: relative;
   /* background: rgba(0, 0, 0, 0.29); */
}
.container-bg:after {
    content: '';
    position: absolute;
    z-index: 99999;
    color: #fff;
    right: 5%;
    top: -150%;
    display: inline-block;
    width: 150px;
    height: 150px;
    background-size: cover;
}
.navAnniversary {
	float: right;
	margin: 8px 10px 0 0;
}
@media (max-width : 992px) and (min-width : 767px) {
    .navAnniversary {
        position: relative;
        left: -55px;
    }
}
@media screen and (min-width: 1100px) {
	.navAnniversary {
		margin: 6px 10px 0 0;
	}
}
.home .container-bg .container {
	width: 100% !important;
}
.home .container-bg .form-actions .col-sm-6 a {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.home .container-bg .form-actions .col-sm-6 {
		width: 50%;
	}
        .home .featured-deals-content-box{display: block !important;}
}
@media screen and (min-width: 768px) {
	.home .container-bg .form-actions .col-sm-6 {
		width: 100%;
	}
	.home .container-bg .form-actions .col-sm-6 a {
		font-size: 10px !important;
	}
	.feauture-product .view-all-propty {
		margin-top:50px;
	}
}
@media screen and (min-width: 1100px) {
	.home .container-bg .container {
		width: 1100px !important;
	}
	.home .container-bg .form-actions .col-sm-6 a {
		font-size: 14px !important;
	}
}
.btn-holder.vaccation-box button {
    border: 0;
	bottom: 55px;
}
.popular-search-bg .fill-btn.popular-search-btn:hover, .btn-holder.vaccation-box button:hover{
	 color: #fff;
	 background:#107b75;
}
.btn-holder {
    position: relative;	
	overflow: hidden;
}
.popular-search-bg .btn-holder img, .charter-list .btn-holder img{
    width: 100%;
	transition:all 0.5s;
}
.popular-search-bg .btn-holder img{max-height:425px; object-fit: cover;}
.popular-search-bg .btn-holder, .charter-list .btn-holder{
    margin-bottom: 30px;
}

.help-wrapper .feature-head h2 span {
    background: #eceadd;
	padding: 0;
	padding-bottom:25px;
}
.help-wrapper .feature-head h2 span:after{
	background: #fcd122;
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    width: 100%;
    bottom: 0;	
}
.help-wrapper .feature-head:after{
	background:none;
}
.img-mail {
    background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/eir-sprites.png);
    background-position: 404px 140px;
    width: 135px;
    height: 135px;
    display: block;
    margin: 0 auto;
}
.img-call {
	background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/eir-sprites.png);
	background-position: 270px 140px;
	width: 134px;
	height: 135px;
	display: block;
	margin: 0 auto;
}
.img-phone, .img-message{
	background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/eir-sprites.png);
	background-position: 270px 140px;
	width: 134px;
	height: 135px;
	display: block;
	margin: 0 auto;
}
.img-message{
	background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/eir-sprites.png);
	background-position:137px 140px;
}
.Pagination-bottom {
    background: #107b75 !important;
    color: #fff !important;
}
.Pagination-bottom .btn-filter {
    border: 0;
    outline: 0 none;
    background: none !important;
    padding: 0 !important;
}
.Pagination-bottom .btn-filter button{
	border: 4px solid #fff;
    min-width: 200px;   
    font-weight: 800;
	background:none !important;
	color:#fff !Important;
}
.Pagination-bottom .btn-filter button:hover {
	border: 4px solid #fff;
}
.contact-boxes h4, .contact-boxes a{
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 800;
	color:#107b75;	
}
.contact-boxes a{	
	font-size: 18px;
}
.contact-boxes p{
	color:#0f7b74;
	margin-bottom: 20px;
	font-weight: 500;
}
.contact-data.hours {
    margin-bottom: 0;
    padding-top: 10px;
}
.contact-data.reservation-data {
    padding-top: 0;
}
.help-boxes.narrow-padding:first-child{ 
    padding-left: 15px;
}
.help-boxes.narrow-padding {
    padding-right: 0;
}

.help-boxes.narrow-padding:last-child{
    padding-right: 15px;
}
.contact-data{
	padding-top:50px;
}
.contact-boxes .action-btn{
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2px;
	text-transform: uppercase;	
	width: auto;
	display: inline-block;
	min-width: 60%;
 }
 .contact-boxes .action-btn:hover{
	 background:yellow;	 
 }
 .contact-boxes {
    padding: 30px;   
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.agents-wrapper, .business-detail-area{
    background: #428380;
    color: #fff;
    padding: 50px;
    font-weight: 600;
	text-align: center;
}
.join-rental{padding:70px 50px 70px 15px; color: #fff; background:#428380;}
.join-rental img{margin-bottom:20px !important;}
.join-rental p:has(img){margin-top:0;}
.rental-bg {
	background: #0f7b74;
}
.join-rental {
	z-index: 2;
}
.join-rental ul {
	font-weight: 400;
	text-align: left;
}
.join-rental.area-info-banner.catgory-banner{
	padding-top: 0px;
}
.unsubscribe {
    text-align: right;
    color: #0f7b74;
    font-weight: 300;
    font-size: 90%;
    float: right;
}
.intro-image .wpb_content_element {
	margin-bottom: 0 !important;
}
.wpb_wrapper.vc_figure, .wpb_single_image .vc_single_image-wrapper, .intro-image .wpb_wrapper .wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
	width: 100%;
}
.catalogue{
    padding-top: 50px;
}
.enews input, .catalogue input{
    margin-bottom: 20px;
    border-radius: 0;
    color: #0f7b74;
    border: 1px solid #0f7b74;
    height: 40px;
}
.enews h3, .catalogue h3{
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #0f7b74;
    margin-bottom: 20px;
}

.catalogue-alt h3 {
	background:#00a7a2;
	margin-top:2rem;
	padding: 1rem;
	color:#ffffff;
	text-align: center;
	font-weight: normal;
	text-transform: none;
}
.catalogue-alt div[class^="col-"] {
	padding:0;
}
@media (min-width:768px) {
	.catalogue-alt .btn-block {
		display:inline-block;
		width: 47%;
		margin-bottom:10px;
		margin-right:2%;
		font-size:1.3rem;
	}
	.catalogue-alt .btn-block.btn-view {
		padding:9px 12px;
	}
}

.footer {
    background: #007e7a;
    margin-top: 50px;
	padding-top: 50px;
	color:#fff;
}
.above-footer-container{
	margin-bottom:50px;
}
/*.footer h3 {
    margin-top: 0;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer ul {
    padding: 0;
    list-style: none;
    color: #fff;
}
.footer ul li a {
    color: #fff;
    font-size: 90%;
    font-weight: 300;
}*/
img.img-responsive.logo-img {
    margin-top: 50px;
}
.privacy-policy {
    font-size: 80%;
    margin-top: 40px;
    margin-bottom: 0;
}
.connect-wrapper ul {
    display: flex;
    max-width: 270px;
}
.connect-wrapper ul li {
    flex: 7;
    font-size: 20px;
}
.footer ul li a {
    color: #fff;
    font-size: 90%;
    font-weight: 300;
}
.connect-wrapper p {
    font-size: 90%;
    padding-bottom: 20px;
    line-height: 20px;
}
.push-btn{
    background: #095d58;
    color: #fff;
	min-width:100px;
	text-transform:uppercase;
	font-weight:800;
	letter-spacing: 1.2pt;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.margin-top-7 {
    margin-top: 12px;
}
@media (max-width:767px) {
    .xs-margin-top-7 {
        margin-top: 12px;
    }
}
.top-nav .show-mobile{
	display:none;
}
.search-form {
    position: relative;
}
.top-nav button.search-submit {
    position: absolute;
    z-index: 9999;
    right: 0 !important;
    top: 0;
    background: none;
    border: 0;
    margin: 10px 0px;
}
.contact-boxes p:first-child{
	margin-bottom:0;
}
.help-boxes.narrow-padding:last-child .contact-boxes.text-center p {
    margin-bottom: 0;
}
.search-wrapper-box {
    float: none !important;
    margin: 0 auto;
}
 .morelink {
  display: none;
 }
 
/* footer 24-01-18 */
#footer-widget a#buttoncall {
    display: inline-block;
    background: #095d58 !important;
    width: 50%;
    color: #fff;
    float: right;
    font-weight: 800;
    letter-spacing: 1.2pt;
    min-width: 100px;
    border: 4px solid #107b75;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}
#footer-widget a, .site-info a{color:#fff;}
.container-custom {    
    float: none !important;
    margin: 0 auto !important;
}
.popular-search-bg .btn-holder figure, .popular-search-bg .btn-holder figure .vc_single_image-wrapper, .popular-search-bg figure{
    width: 100%;
}
.area-info-banner h2, 
.business-detail-area h2,
.business-detail-area h1.page-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    text-align: left;
    width: 100% !important;
	float: left;
	margin-top: 0 !important;
}
.area-info-banner h3 {
	color: #fff;
}
.area-info-banner p {
	clear: both;
    color: #fff;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
}
.area-info-banner ul {
	clear: both;
}
.area-info-banner p:last-child {
	margin-bottom: 0;
}
.area-info-banner a{
	color: #fff;
	text-decoration: underline;
}
.area-info-banner a.btn {
	text-decoration: none;
}
.business-detail-area a {
	color: #fff;
}
.introCopyImage {
	padding: 0;
}
.introCopyImage img {
    height: 100%;
    width: 100%;
}
.introCopyMap .row {
	height: 100%;
}


/* to show the featured image in business description */
@media screen and (min-width: 320px) and (max-width: 767px) {
	.introCopyImage {
		display: block !important;
		width: 100%;
	}
	.introCopyImage img {
        height:auto;
        object-fit: fill;
        width: 100%;
    }
}

.acf-map {
	border: 0 !important;
}
@media screen and (max-width: 767px) {
	.introCopyImage {
		display: none;
	}
	.introCopyMap {
		width: 100%;
	}
	.introCopyMap .row {
		height: 200px;
	}
}
@media screen and (min-width: 1200px) {
	.introCopyImage {
		padding: 0;
		display: flex!important;
		justify-content: center;
		align-items: center;
		background: #0f7b74;
	}
	.business-detail-area {
		padding: 25px 50px;
	}
	.introCopyImage img {
		height: 100%;
		width: 100%;
		min-width: 100%;
		flex-shrink: 0;
	}
}
.Business-Img {
	width: 100%;
	height: 100%;
}
.join-rental.area-info-banner button {
    background: #fff;
    color: #107b75;
    text-transform: uppercase;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
/*.find-rental .form-control {
    margin-bottom: 10px !important;
    height: 40px;
}*/
.find-rental h2 {
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    /*margin-top: 50px;*/
    margin-bottom: 20px;
    color: #107b75;
	padding-left: 15px;
}
/*.find-rental .btn-filter {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 6px;
}*/
.helpful-links-head {
	margin-bottom: 10px;
}
.feature-head.helpful-links-head:after {
    height: 0px;
}
.border-fill .find-rental{
    border-top: 10px solid #107b75;
    border-bottom: 10px solid #107b75;
}
a.blog-links {
    color: gray;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-head h3,  .blog-head h2{
    color: gray;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 900;    
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;    
    padding-left: 15px;
}
.vacation-rental-bg {
    background: #eceadd;
    padding-bottom: 20px;
}
.getLatestNews {
	position: relative;
	top: -4px;
}
.cat-btn{
    background: transparent;
    border: 2px solid #107b75;
    color: #107b75;
    border-radius: 0;    
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 130px;	
	font-size:95%;
}
.cat-btn:hover{
	background: #107b75;
	color:#fff;
}
body.single-post .yzp-item-excerpt {
    font-size: 1em !important;
    line-height: 1.25em !important;
}
.search-blog button {
    background: none;
    color: #fff;
    border: 0;
    box-shadow: none;
}
.search-blog button:hover{ background:none}
.search-blog button.news-btn {
    border: 2px solid #fff;
    margin-top: 10px;
    font-weight: normal;
}
.search-blog button {
    background: none;
    color: #fff;
    border: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 4px !important;
    padding-bottom: 3px !important;
    font-size: 13px;
}
.search-blog ul li button i{
    margin-left: 10px;
}
.search-blog input#search-field, .search-blog input#search-field button.search-submit{
    height: 30px !important;
}
.search-blog button.search-submit {
    height: 30px;
    z-index: 99999;
    position: absolute;
    top: 0;
    margin: 0;
}
.search-blog button.search-submit i{
    color:#3f958f !important;
}
.search-blog input#search-field{
    background: #fff;
    padding-left: 40px;
}
.catgory-banner h1 {
    font-weight: 800;
    text-align: left;
}

.vacation-special p {
    font-weight: 500;
	padding-left:15px;
}

.news-head {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #107b75;    
}
@media screen and (max-width: 767px) {
	.getLatestNews {
		margin-left: 20px !important;
	}
	.news-head {
		text-align: left;
	}
}
@media screen and (min-width: 768px) {
	.news-head h2 {
		margin-left: 110px;
	}
}

.news-head h2 {
    display: inline;
    font-weight: 900;
}
.latest-news-box {
    margin-bottom: 25px;
}
.archive-block h1 {color:#107b75;}
.archive-block .archive-description{color:#7C7C7C;}
.archive-block .nav-previous,.archive-block .nav-next{
    width: auto !important;
    margin: 10px;
    float: left;
}
.blog-category-listing {
    margin-bottom: 25px;
    border: 1px solid #eee;
    padding: 10px;
}
.blog-category-listing h2, .blog-category-listing h1, .blog-category-listing h2 a, .blog-category-listing h1 a{
    color:#107b75;
}
.blog-category-listing .blog-category-listing-para{
    color:#7C7C7C;
    padding: 5px 0px;
    text-align: justify;
}
/*Dropdown Css*/
@media screen and (min-width: 768px) {
	.dropdown:hover > .dropdown-menu {
	display: block;
	}
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.search-blog{
	background: #00a7a2 !important;
}

.news-flex {
    display: flex;
    flex-wrap: wrap;
}
.inner-box{
    height:100%;
}
.inner-box .text-center.btn-bottom {
    position: absolute;
    bottom: 9px;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.search-blog form.search-form {
    margin-top: 6px;
}
.inner-box p {
    overflow: hidden;
    padding-bottom: 55px;
}
.blog-list .inner-box p {
	overflow: hidden;
	padding-bottom: 0;
	text-overflow: ellipsis;
	position: relative;
	float: left;
	margin-bottom: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.blog-list .inner-box .text-center.btn-bottom{
	position:relative;
}
@media screen and (min-width: 768px) {
	.blog-list .inner-box .text-center.btn-bottom {
		position: absolute;
		bottom: 5px;
	}
	.blog-list .inner-box p {
		margin-bottom: 75px;
	}
}
.btn-holder .vc-hoverbox-block{
	border-radius:0 !important;
}
.bg-vaccation-grey{
	background:#eceadd;
}
.carousel, .carousel .item{
    height: 666px !important;
}
.vaccation-slider  .carousel-caption,
.booking-area .carousel-caption{
    bottom: auto !important;
    top: 0 !important;
    text-align: left !important;
    position: relative;
    left: 0;
}
.vaccation-slider  .booking-area .tab-items,
.booking-area .booking-area .tab-items{
	padding:0;
}
.item:after{
	top:0;	
}
.vaccation-slider .carousel-caption,
.booking-area .carousel-caption{
	z-index:99;
}
.vaccation-slider .booking-area,
.booking-area .booking-area{
	z-index:99;
}
.vaccation-special-left-img{
	background-image: url(https://www.emeraldislerealty.com/wp-content/uploads/vaccation-special-left-img-2.jpg);
    background-position: center center;
    background-size: cover;
}
.section-no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; 
	padding-top: 0 !important;
}
.breadcrumbs a {
    color: #fff;
}
.property-details-event{
	background: #107b75;
    color: #fff;    
    padding-left: 90px;
}
.property-details-event h2 {
    font-weight: 900;
	margin-top:0;
}
.event__body .card__subtitle {
	padding:0; font-size:16px !important;
}
.event__body h2{
	font-weight: 700;
	color: #107b75;
	margin-top: 0px;
	font-size:1.6rem;
	overflow: hidden;
	padding:0;
}
.featured-prop-slide{
	margin-top:25px !important;
	    float: left;
}
.card__subtitle {
	font: inherit !important;
	color: #222;
}
.fa-calendar {
	font: inherit !important;
}
.fa-calendar:before {
	font: normal normal normal 14px/1 FontAwesome !important;
}
.card__subtitle:before {
	font: normal normal normal 14px/1 FontAwesome;
}
.eventTileCTA {
	margin: 15px 0 auto 0;
}
@media screen and (min-width: 768px) {
	.eventTile {
		height: 420px;
	}
	.eventTileCTA {
		bottom: 15px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		width: 90%;
	}
	
}
.deal_booking_link, .deal_event_link{    
	background: #3b7975;
    border-radius: 0;
    text-transform: uppercase;
	color: #fff !important;
	display: block;
    padding-top: 10px;
    padding-bottom: 10px;
	font-weight: 600;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border: 1px solid transparent !important;
	width: 100%;
}
.book-btn:hover, .deal_booking_link:hover, .deal_event_link:hover{
	color: yellow !important;
	text-decoration: none;
}
.featured-prop .card {
    border: 1px solid #107b75 !important;
	width: 100% !important;
	margin: 0 !important;
	border-radius:10px 10px;
}
.featured-prop .card .card__thumb{
	background-color: transparent !important;
}
.featured-prop .card img{
    max-width: 100%;
	width:100%;
}
.events-img-holder .vc_column-inner {
    padding: 0 !important;
}
.featured-prop{
	float:left;
	width:100%;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}
.wpb_gmaps_widget.wpb_content_element {
	margin-bottom: 0;
	height: 100%;
}
.wpb_gmaps_widget.wpb_content_element .wpb_map_wraper, .wpb_gmaps_widget.wpb_content_element .wpb_map_wraper iframe {
	height: 100%;
}
.listing-map-container {
	margin-bottom: 15px;
}
.fa-play {
	left: 56% !important;
}
.seo-text-with-head h1 {
	font-weight: 600;
	text-transform: uppercase;
}
.seo-text-with-head {
	text-shadow: 0 0 9px rgba(0,0,0,1);
}
.property-container {
	overflow: hidden;
}
.property-container img {
	transition: all 0.5s;
}
.listing-item-body.realEstateBoxDetails {
	padding-top: 0;
}
.realEstateBox:hover img {
	transform: scale(1.2);
}
.realestateaddress p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 100% !important;	
}
.inner-box span.realestatenumbers {
	margin-bottom: 10px;
}
.inner-box span.realestatenumbers span {
	font-weight: 700;
}
.realEstateBoxDetails .realestatenumbers {
	display: block;
	padding-top: 20px;
}
p.realestatedesc {
	font-size: 100%;
	margin: 0 0 20px 0;
}
.realEstateButton {
	transition: all 0.5s;
}
.realEstateButton:hover {
	border: 1px solid #107b75;
	text-decoration: none;
    background: #fff;
    color: #107b75;
}
.realEstateBoxDetails h3 {
	font-size: 24px;
	font-weight: 700;
	color: #107b75;
}
.events-img-holder .vc_column-inner {
    padding: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.charter-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.charter-list .business-item-box img {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 768px) {
	.charter-list .business-item-box img {
		min-height: 344px;
	}
}
@media screen and (min-width: 992px) {
	.charter-list .business-item-box img {
		min-height: 454px;
	}
	.favourite-ic:hover {
		color: red;
	}	
	.favourite-ic:hover .fa-heart-o:before {
		content: "\f004";
	}	
	.event__body h2 {
	    font-size: 14.5px;
	}
 }
@media screen and (min-width: 1200px) {
	.charter-list .business-item-box img {
		min-height: 336px;
	}
	.event__body h2 {
	    font-size:1.6rem;
	}
}
.business-item-box h4 {
	position: absolute;
	bottom: 35%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.35);
	padding: 15px;
}
.deals-coloumn .panel-body {
    color: #fff;
}
.deals-coloumn .panel-body  span{
    color: #094a49;
}
.business-item-box h4 a {  
    color: #fff;
}
.events-image {
    margin-bottom:0 !important;
}
.charter-section a{
	color:#fff !important;
}
.charter-section a.btn.explore {
    border: 1px solid #fff;
	font-weight: 600;
    padding: 10px 15px;
}
.charter-section .btn-white {
    background: #fff;
    color: #107b75;
    font-weight: 600;
    padding: 10px 15px;
}
#green-bg .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#green-bg  .events-image figure, #green-bg  .events-image , #green-bg  .events-image figure div, #green-bg .wpb_wrapper, #green-bg  .events-image figure div img {
    height: 100%;
}
.business-list-emr {
    padding-top: 30px;
}
.business-item-box.charter-list-box {
    min-height: 360px !important;
    margin-bottom: 25px !important;
	    position: relative;
		overflow:hidden;
}

.business-item-box.charter-list-box.nww{margin-bottom: 25px !important; border-radius:10px; min-height:100% !important;}
.business-item-box.charter-list-box.nww {min-height:100%;}
.business-item-box.charter-list-box.nww .btn-holder{margin-bottom:0;}
.business-item-box.charter-list-box.nww .btn.fill-btn.popular-search-btn{width: 100% !important; left:0; right:0; bottom:0; background:rgba(16, 123, 117, .84); color:#fff; border-radius:0 0 10px 10px; font-weight:400; padding-top:15px; padding-bottom:15px; font-size:26px;}
.business-item-box.charter-list-box.nww img{min-height:100%; height:350px; object-fit:cover;}
@media screen and (min-width: 1200px) {
	.business-item-box.charter-list-box {
		margin-bottom: 0 !important;
	}
	
}
.sub-paragraph {
    color: #fff;
    text-align: left;
    padding-top: 10px;
}
.sub-paragraph a {
    color: #fff;
    margin: 0 10px 10px 0;
    display: inline-block;
	font-size: 18px;
}
.sub-paragraph h4 {
    margin-bottom: 20px;
    font-weight: 400;
}
.sub-paragraph a:hover{
	text-decoration:none;
}
.sub-paragraph a i {
    background: #fff;
    color: #0f7b74;
    font-weight: bold;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 15px;
	font-size: 13px;
}
.sub-paragraph a.navisLink::before {
	display: inline-block;
    font-family: "FontAwesome";
    content: "\f095";
	font-size: 13px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
	background: #fff;
    color: #0f7b74;
    font-weight: bold;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;	
}
#main h1, .sidebar-container h3{
    color: #107b75;
}
ul.custom_tag_list, .custom_category_list{
    list-style: none;
    padding-left: 0;
}
ul.custom_tag_list li, .custom_category_list li{
    display: inline-block;
	margin-right: 10px;
}
ul.custom_tag_list li a{
	display:block;
	font-weight:400;
	border:1px solid #ccc;
	text-transform:none;
}
.custom_category_list li a{
	display:block;
	font-weight:400;
	text-transform:none;
}
.blog-detail figure {
    max-width: 100%;
    margin-bottom: 10px;
}
.blog-detail img {
    max-width: 100%;
    margin-bottom: 10px;
	height:auto;
}
.blog-detail figure img {
    margin-bottom: 5px;
}

.image-container {
    height: 500px;
    display: flex;
    overflow: hidden;
}

.image-container img {
    max-height: 100%;
    width: auto;
}
.slider-wrapper-div{
	height: 540px;
}
@media screen and (max-width: 768px) {
    .blog-detail img.mobile-half-width {
        max-width:48%;
    }
	.image-container {
		height: 240px;
	}
	.slider-wrapper-div{
		height: 275px;
	}
}

.no-padding-box.width-wrapper {
    width: 100%;
    float: left;
    padding: 0;
}
.box-table {
    display: table;
    float: none;
}
.box-table-row {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.box-column.first {
	background: #107b75;
	padding: 20px;
	padding-left: 30px;
	color: #fff;
}
.box-column.first h2 {
    font-weight: bold;
}
#setmyimage {
    max-width: 100%;
    height: auto !important;
}
iframe {
    border:0;
}
.videoContainer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box-column.location-data {
    padding-left: 90px;
    padding-top: 15px;
	vertical-align:middle;
}
.floated-box {
    position: relative;
    height: 100%;
}
.box-column #map {
    height: 300px !important;
}
.map-bg #cordinat {
    display: none;
}
.img-bg {
    background: #f2f2f2;
}
.box-column {
    display: table-cell;
    width: 50%;   
}
.top50 {
    margin-top: 50px;
}
.global-head h4 {
    font-weight: 700;
    color: #107b75;
}
.removeMargins hr {
    border-top: 2px solid #107b75;
}
.thumb-boxes .inner-box-thumb {
    background:#ffffff;
	border: 1px solid #107b75 !important;
    width: 100% !important;
    float: left;
	margin-bottom:15px;
	min-height: 396px;
}
.thumb-boxes .inner-box-thumb h4{
	font-weight: 700;
	color: #107b75;
	padding: 15px;
	margin: 0;
}
.thumb-boxes .inner-box-thumb .entry-meta {
    padding: 15px;
    float: left;
    padding-top: 0;
}
.thumb-boxes .inner-box-thumb img {
    width: 100%;
}
.viewDetailsContainer a  {
	background: #107b75;
    border-radius: 0;
    text-transform: uppercase;
	color: #fff;
	display: block;
    padding-top: 10px;
    padding-bottom: 10px;
	font-weight: 600;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border: 1px solid transparent;
	width: 100%;
	text-decoration: none;
}
.blog-list .img-wrapper {
	max-height: 223px;
	overflow: hidden;
	display: flex;
    align-items: center;
}
.blog-list .img-responsive {
	transition: all 0.5s;
	width: 100%;
}
@media only screen and (min-width: 768px) { 
	.blog-list:hover .img-responsive {
		transform: scale(1.2);
	}
}
.blogButton {
	transition: all 0.5s;
}
.blogButton:hover {
	border: 1px solid #107b75;
	text-decoration: none;
    background: #fff;
    color: #107b75;
}
.business-details {
	position: relative;
	right: 0;
}
.business-desc {
	background:#eceadd;
	padding: 10px 0 20px;
}
.business-spacer {
	background: #0f7b74;
	min-height: 7px;
}
@media screen and (min-width:768px) {
	.business-details {
		float: right;
		width: 324px;
	}
}
@media screen and (min-width:990px) {
	.business-details {
		width: 434px;
	}
}
@media screen and (min-width: 1200px) {
	.business-details {
		width: 500px;
	}
}
.homeIntro h3 {
	font-size: 36px;
}
.fa-google-plus-official:before {
	content: "\f0d5";
}
@media screen and (max-width: 767px) {
	.thumb-boxes .inner-box-thumb a {
		margin-bottom: 15px;
	}
}
.weddingPackage .wpb_single_image, .eventImageContainer {
	overflow: hidden;
}
.weddingPackage img, .eventImageContainer img {
	transition: all 0.5s;
}
.weddingPackage .wpb_single_image img {
	width: 100%;
}
@media only screen and (min-width: 768px) { 
	.weddingPackage:hover .wpb_single_image img, 
	.eventImageContainer:hover img {
		transform: scale(1.2);
	}
}
.weddingPackage h3 {
	font-weight: 700;
	color:#428380;
	font-size: 18px;
}
.weddingPackage .wpb_content_element {
	margin-bottom: 18px;
}
.thumb-boxes .inner-box-thumb a:hover {
	color: yellow;
	text-decoration: none;
}
.viewDetailsContainer {
	clear: both;
	padding: 15px;
}
@media screen and (min-width: 768px) {
	.viewDetailsContainer {
		bottom: 30px;
		left: 30px;
		margin: 0 auto;
		padding: 0;
		position: absolute;
		right: 30px;
	}
}
.border-bottom{
    padding: 5px 0px;
    border-bottom: 1px solid #eee
}
#diveventdescription h2{
	font-weight: 700;
    color: #107b75;
    padding-bottom: 15px;
    border-bottom: 2px solid #107b75;
    margin-bottom: 25px;
	text-align:left;
}
#diveventdescription h3{
	text-align:left;
}
.img-video-handler {
    text-align: center;
}
.img-video-handler p{
	text-align:left;
}
.img-video-handler img {
    display: block;
    float: none;
    margin-bottom: 20px !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
p.icon-text {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.related-post-head h3{
	color: #107b75;
}
.yzp-title-inline {
	color: #555;
    text-transform: uppercase;
    font-weight: bold;
}
.yzp-wrapper .yzp-container .yzp-wrap-item .yzp-item-title a {
	text-decoration: underline;
}

p.pre-title.heading-typo {
    color: #8a8a8a;
	    text-transform: uppercase;
}
.next-prev-post a {
    color: #444444;
}
.flex-container-fluid{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.margin-bottom-location{
	margin-bottom:15px;
}
.business-detail-area{
	text-align:left;
}
.dynamic-Heading{
	font-weight: 700;
	color: #107b75;
	padding-bottom: 15px;
	border-bottom: 2px solid #107b75;
	margin-bottom: 25px;
}
.dynamic-wrapper hr{
	border-top: 2px solid #107b75;
}
.business_content iframe {
    width: 100%;
}
.booking-area .home-tab-btn {
    margin-top: 0 !important;
}
.deals_container{
	min-height: calc(100vh - 150px) !important;
	    margin-bottom: 15px !important;
}
.deals_container img {
    width: 100%;
}
.featured_deals_info_box h5 {
    margin: 0;
    font-weight: 550;
}
.star-ratings-sprite-rating{
	background:url("https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/star-rating-sprite-2021.png") repeat-x !important;
	color:transparent;
	display: inline-block;
    height: 14px;
}
a.deal_booking_link {
    padding-top: 10px;
    padding-bottom: 10px;
}
.reservation_url {
    text-align: center;
    bottom: 30px;
    position: absolute;
    width: 90%;
}
.featured_deals_description {
    word-wrap: break-word;
    padding-right: 0;
}
#activity-left-col{ 
	 padding-bottom: 0px;
	padding-top: 20px;
}
@media screen and (max-width: 1599px) {
	#activity-left-col {
		padding: 15px;
	}
}
.star-ratings-sprite {
    width: 76px;
}
input::-webkit-input-placeholder {
color: #0f7b74 !important;
font-weight:500;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #0f7b74 !important;
font-weight:500;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #0f7b74 !important;  
font-weight:500;
}
 
input:-ms-input-placeholder {  
color: #0f7b74 !important;  
font-weight:500;
}

.wishlist-button{
	color: #fff;
	right: 0;
}
.favourite-ic:hover .wishlist-button {
	color: red;
}
.add_to_wishlist_icon{
	position: relative;
	cursor: pointer;
	float: right;
	bottom: 45px;
	right: 0;
	padding: 10px;
	padding-bottom: 0;
	font-size: 20px;
}
.wishlist-alert{
    position: absolute;
    float: right;
    top: 50px;
    right: 200px;
    z-index: 99999;
    display: none;
}
.wedding-plan, .wedding-packages, .wedding-helpful-links, .wedding-info{
 margin:0 !important;
}
.wedding-packages div.news-head {
    margin-bottom: 20px !important;
}
.helpful_links_main{
	margin-top:20px;
}
.helpful_links_main ul {
    padding: 0;
    text-align:center
}
.helpful_links_main li{
    display: inline-block;
    width: 30%;
    margin: 15px;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #107b75;
    background: #fff;
}
.helpful_links_main li a{
    line-height:30px;
}

.helpful_links_main h4 {
    background: #107b75;
    width: auto;
    margin: auto;
    display: inline;
    font-size: 16px;
    border: 2px solid #107b75;
    border-radius: 4px;
    top: -29px;
    position: relative;
    color: #fff;
}

.helpsul_links {
    text-align: center;
}

.helpsul_links a {
    width: 100%;
    float: left;
    text-decoration: none;
    color: #107b75;
}
.thumbnail .btn.btn-primary{
	 background: #fff;
    padding: 5px 10px;
    width: auto;
    margin: auto;
    display: inline;
    font-size: 16px;
	color:#337ab7;
    border: 2px solid #337ab7;
}
.helpful_links_main ul li {
	vertical-align: top;
    /*display: block;
    float: left;*/
}
#table13 {
	max-width: none !important;
	width: 100% !important;
}
#table13 table {
	width: 100%;
}
#table13 td {
	width: 100%;
}
.mayWeContact span span.form-control {
	height: auto;
}
.mayWeContact span {
	margin-left: 0 !important;
}
@media screen and (min-width: 768px) {
	.helpful_links_main.weddingBoxesTop ul li {
		min-height: 270px;
	}
	.helpful_links_main.weddingBoxesBottom ul li {
		min-height: 124px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.helpful_links_main h4 {
		font-size: 12px !important;
	}
	.helpful_links_main li {
		width: 40% !important;
	}
}
.flexslider {
    padding: 0;
    margin: 0px 0px 0px !important; 
    background: #428380 !important;
    border: none !important;
    position: relative;
    border-radius: 0px !important; 
    box-shadow: none !important; min-height:150px;
    zoom: 1;
}
.flex-caption{
    background: #428380 !important;
    border-color: #428380 !important; text-align:center;
}
.flex-caption p{
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.flex-control-paging li a:hover{
    background:#107b75 !important;
}
.flex-control-paging li a{
    background:#fff !important;
}
.flex-control-paging li a.flex-active{
    background:#107b75 !important;
}

.rentalReview-wrapper .flexslider,
.rentalReview-wrapper .flex-caption {
    background:none !important;
    border: none !important;
}

.container-bg .booking-area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffffff;
  background-image: none;
}
/* Custom Select */
.container-bg .booking-area  .select-box-custom {
  position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: 4px;
    height: 40px;
    border: 2px solid #dddddc;
}
.container-bg .booking-area  select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #555;
  cursor: pointer;
}
.container-bg .booking-area  select::-ms-expand {
  display: none;
}
/* Arrow */
.container-bg .booking-area  .select-box-custom::after {
	content: '\f107';
	position: absolute;
	top: 5px;
	right: 10px;
	bottom: 0;
	padding: 0;
	background: #fff;
	pointer-events: none;
	font-family: FontAwesome;
	font-size: 20px;
}
.nextEventContainer {
	padding-top: 15px;
    padding-bottom: 25px;
}
.nextEventHeader {
	position: relative;
	z-index: 1;
}
.bx-wrapper{
	box-shadow:none !important;
	border:0 !important;
}
.bg-vaccation-grey .bx-wrapper {
	background:none !important;
}
.bx-clone{
    display: none !important;
}
/* Transition */
.container-bg .booking-area  .select-box-custom:hover::after {
  color: #555;
}
.container-bg .booking-area  .select-box-custom::after {
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
}
.container-bg .feauture-product .bx-wrapper {
    border: 0;
    box-shadow: none;
    padding: 0;
}
.seo-text-with-head{
    position: absolute;
    left: auto;
    right: auto;
    top: 250px;
    color: white;
    font-size: 21px;
    padding: 25px;
    line-height: 1.4;
}
.img-fit-image img{
	display: block;
	width: 100vw;	
	object-fit: cover;
}
.propertymanage {
	background:#0f7b74;
}
#green-bg{
	background:#0f7b74; 
	color:#fff;
    margin-left: 0;
    margin-right: 0;
}
#green-bg h2 {
	color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
#green-bg .align-center a{
	color:#fff;
}
#green-bg a.btn.explore {
    border: 1px solid #fff;
}
.contactusbtn {
    float: left;
	margin-right: 15px;
}
.contactusbtn button {
    background-color: #fff !important;
    margin-left: 0px;
    color: #0f7b74 !important;
}
.realestate_contact_icon {
    margin-right: 15px;
}
.blog-category{
	color:#fff;
	background:#0f7b74;
}
.green-background {
    background: #0f7b74;
}
.blog-category-contents {
    background: #fff;
}
.blog-category-contents .cat-btn{
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal;
}
.light-green-bg {
    background: #00a7a2;
}
.deals_price_box {
    position: absolute;
    z-index: 99999;
    left: 0;
    width: 100%;
    background: #0f625db3;
    padding: 15px;
   display:none;
}
#show_deals_price {
	font-size: 12px;
	color: #fff;
}
.home .listing-item-container{
	margin-bottom:15px;
}
.home .listing-item-price{ position:relative}
.listing-item-price h4 .fa {
	color: #fcd122;
	font-size: 24px;
	position: relative;
	top: -5px;
}
.agentIntro .wpb_content_element {
	margin-bottom: 0 !important;
}
.agentIntro .wpb_single_image img {
	width: 100%;
}
.testimonials h2 {
	padding-left: 15px;
}
@media screen and (min-width: 1100px) {
	.listing-item-price h4 .fa {
		top: -3px;
	}
}
.home .featured-deals-outer .deal-box-item{margin-bottom: 10px;}
.deals_price_box span {
    color: #107b75;
    padding-left: 10px;
    padding-right: 10px;
}
.home .listing-item-price h4 {
    font-weight: bold;
    cursor: pointer;
}
.home .inner-deal-box {
    width: 100%;
    float: left;
	border: 2px solid #107b75;
}
.home .inner-deal-box h4 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 0;
    background: #107b75;
    color: #fff;
    padding: 10px 15px;
}
.home .featured-deals-content-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.featured-deals-image-box .row {
    height: 100%;
    overflow: hidden;
}
.home .featured-deals-image-box img {
    height: 100%;
    display: block;
    width: 100vw;
    object-fit: cover;
    transition: all 0.5s;
}
.inner-deal-box h4 i {
    cursor: pointer;
    font-weight: bold;
}
.home .featured-deals-image-box {
    position: relative;
}
.featured-deals-image-box #add_to_wishlist {
    position: absolute;
    z-index: 999999;
    bottom: 10px;
    right: 15px;
    padding: 0;
}
.multi-featured-deals-image-box {
    position: relative;
}
.multi-featured-deals-image-box .add_to_wishlist_icon {
    position: absolute;
    bottom: 10px;
    right: 5px;
}
.home .container-bg{
	padding-left:15px;
	padding-right:15px;
}
.home .listing-item-container.col-sm-6:nth-child(2n+1) {
     clear: none; 
}
.propertymanage .vc_single_image-wrapper {
    display: block;
}
.page .propertymanage{
	display:flex !important;
}
.propertymanage .wpb_single_image , .propertymanage .wpb_single_image .vc_single_image-wrapper {
    height: 100%;
}
.inner-half-contact:first-child figure .vc_single_image-wrapper.vc_box_border_grey{
	overflow:hidden;
}
.inner-half-contact:first-child figure .vc_single_image-wrapper.vc_box_border_grey img {
    object-fit: cover;
    height: 100%;
}
.jrpbottom img {
	height: 75% !important;
}
.hiddenText {
	display: none;
}
.rentalThumbBox ul, .toolsBox ul {
	margin: 0;
	padding: 0 0 0 16px;
}
/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
         .helpful_links_main h4{
             padding: 5px;
         }
    }
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .helpful_links_main h4{
             padding: 5px 25px;
        }
    }
@media(max-width:1100px){
	.ribbon-top {
		text-align: center;
		margin: 0 auto;
		width: 80% !important;
		float: none !important;
	}
	.booking-area .nav li a{
		margin-right:20px;
	}
	.tab-half-btn button {
		width: 200px;
		float: left;
		margin: 0 !important;
		margin-right: 10px !important;
		min-height: 45px;
	}
	button{
		border-radius:3px !important;
	}
	.btn-join {
		color: #107b75;
		border: 4px solid #107b75;
		text-transform: uppercase;
		margin: 10px 5px 10px 0;
		border-radius: 0;
		background: none;
		font-size: 13px;
		padding-left: 5px;
		padding-right: 8px;
		padding-top: 10px !important;
		padding-bottom: 10px;
		display: block;
		float: right;
		text-align: center;
	}
	.custom-width:nth-child(5) {
		display: none;
	}
	.rental-bg img {
		height: 100%;
	}
	.join-rental h2{
		font-size:36px;
		display: block;
	}
	.join-rental p {
		display: block;
		font-weight: 500;
	}
	.join-rental{
		padding: 50px 30px;
	}
	.join-rental.area-info-banner{
		padding: 20px;
	}
	.join-rental.area-info-banner .vc_column-inner {
		padding:0;
	}
	.container {
		width: 95%;
	}
	.enews h3, .catalogue h3 {
		font-size: 100%;
	}
	.vis-mob{
		display:block;
	}
	.hide-mob{
		display:none;
	}
	.center-text-mob{
		text-align:center;
	}
	.center-text-mob img{
		max-width:120px;
		float: none;
		margin: 0 auto;
		margin-bottom:30px;
	}
}
.top-nav .top-icons li {
	color: #fff;
	font-size: 14px;
	display: inline;
}
.headerContactText {
    position: relative;
}
.headerContact li {
	margin: 0 20px 0 0;
}
.headerContact li#topbar_search_trigger {
	margin-right: 0;
}
@media screen and (min-width: 768px) {
	.top-nav .top-icons li.show-mobile {
		display: none;
	}
        
}
#headerEmail a {
	background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/mail-ic-small.png) left 2px no-repeat;
	padding: 0 0 0 20px;
}
.mobileNavPhone .fa-phone {
	margin-right: 7px;
}
.area-info-banner div {
	padding-top: 0 !important;
}
@media screen and (max-width: 1024px) {
	#headerEmail,
    .top-nav .wishlist-link  {
		display: none !important;
	}
}
@media(max-width:767px){
	#rentalImage img{
		width:auto;
		max-width:100%;
		height:auto;
	}	
	
	.home .carousel{
		padding-top:90px !important;		
	}
	.topbar-visible-search {
		position: absolute;
		width: 100%;
		background: #107b75;
		display: none;
		z-index: 9999999999;
		left: 0;
	}
	.topbar-visible-search.active {
		display: block;
	}
    .top-nav button.search-submit {
        margin:0;
    }
    .top-nav button.search-submit .fa-search {
        color:#107b75;
    }
	
	.view-all-propty{
		max-width: 100%;
		text-align: center;
		font-size: 100%;
	}
	.top-nav .top-icons li i.fa-search {
		cursor: pointer;
	}
	.top-bar-mobile {
		position:relative;
		z-index: 9999;
		right: 0;
		top:0;
	}
	.blog-list .inner-box .text-center.btn-bottom{
		float:left;
	}
	
	.activities-img-right {
		display: block;
		float: left;
		height: 300px;
	}
	
	.thumb-boxes .inner-box-thumb h4 {		
		margin: 0;
		float: left;
		width: 100%;
	}
	.deals_container{
		min-height:100% !important;
	}
	.reservation_url {
		text-align: center;
		bottom: 15px;
		position: relative;
		width: 100%;
	}
	.booking-area .home-tab-btn{
		width:100%;
	}
	.thumb-boxes .inner-box-thumb .entry-meta {
		padding: 15px;
		padding-top: 0;
		float: left;
		width: 100%;
	}
	.thumb-boxes .inner-box-thumb img {
		width: 100% !important;
	}
	.flex-container-fluid{
		display:block;
	}
	.ribbon-top{
		width:100%;
	}
	.featured-prop-slide .event__body .deal_event_link{
		margin-top:0 !important;
	}
	.menu-drop-area {
		position: relative;
		padding-top: 0px;
		z-index: 99999;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.carousel, .carousel .item {
		height: 300px !important;
	}
	.seo-text-with-head{
		top: 21%;
	}
	.inner-half-contact:first-child figure .vc_single_image-wrapper.vc_box_border_grey img {
		height: auto;
	}
	.menu-drop-area ul {
		width: 100%;
		left: 0;
		margin-top: 0;
		padding-right: 0 !important;
		margin-right: 0;
		margin-left: 0 !important;
	}
	.menu-drop-area ul li {
		width: 100%;
		background: #0f7b74;
		border-bottom: 1px solid #ccc;
		float: left;
		padding:0;
	}
	.menu-drop-area ul li  .open .dropdown-menu>li>a {
		line-height: inherit;
		padding: 10px;
		color: #fff;
	}
	.menu-drop-area ul li   .open .dropdown-menu>li>a:hover{
		background:#868686 !important;
	}
	.menu-drop-area  ul li .btn-group.open button{
		background:none !important;
		box-shadow:none !important;
	}
	.menu-drop-area ul li:hover{
		background: #19ccc6;
	}
        .visible-search{
            display: none;
        }
	.menu-drop-area.active, .visible-search.active {
		display: block !important;
	}
        .visible-search .search-submit {
            right: 0;
        }
	.menu-drop-area ul li:focus button:focus{
		background:none !important;
		box-shadow:none !important;
	}
	.menu-drop-area ul li .btn-default.focus, .menu-drop-area ul li .btn-default:focus{
		background:none !important;
		box-shadow:none !important;
		background-color:transparent !important;
	}
	.menu-drop-area ul li button, .menu-drop-area ul li .btn-group {
		width:100%;
	}
	button.search-blog-toggler{
		position: absolute;
		left: 0;
		font-size: 19px;
		top: 0;
		z-index: 0;
	}
	.menu-padding-left, .mobile-space{
		padding:0;
	}
	.hide-mobile{
		display:none;
    }
	.search-mobile {
		padding: 10px;
		color: #fff;
		font-size:18px;
	}
	.search-blog-toggler:focus{
		outline:0;
	}
	.container-custom{
		width:98%;
	}
	#readmoreonmob{ height: 240px; overflow:hidden; } .morelink{ display:inline-block !important; margin-top:10px; }
	.eir-site-header {
		position: fixed;
		top: 0;
		z-index: 99999;
		background: #fff;
	}
	body.page-node .eir-site-header {
		width: 100%;
    	height: 92px;
	}
	a.logo {
		top: 0;
		z-index: 9999;
		left: 0;
		padding: 10px 0;
		width: auto;
		background: #fff;
	}
	.banner-box h3{
		font-size:100%;
	}
	.banner-box h1 {
		font-size: 150%;
	}
	.booking-area:before{
		       top: -215px !important;
    width: 100px !important;
    height: 100px !important;
	}
	.top-nav{
		margin-top:-1px;
	}
        .breadcrumbs{position: relative;margin-top: 100px;}
	.banner{
		margin-top:-1px;
	}
	.nav-tabs>li {
		float: left;
		margin-bottom: -1px;
		width: 25%;
		margin-right: 0;
		    text-align: center;
	}
	.tab-half-btn button {
		width: 100%;
		float: left;
		margin-bottom: 5px !important;
		margin-right: 10px !important;
		min-height: 45px;
	}
	.booking-area .form-control{
		border-radius: 2px;
		min-height: 40px;
		margin-bottom: 10px;
	}
	.banner-desc h2:after{
		width:70%;
	}
	.custom-width {
		padding-left: 50px;
		padding-right: 50px;
		    margin-bottom: 15px;
	}
	.row-eq-height{
		display:block;
	}
	.rental-bg img{
		height:auto;
	}
	.enews form button {
		width: 100%;
		float: right;
		margin-right: 0;
	}
	.center-text-mob{
		text-align:left;
	}
	.center-text-mob img{
		margin:0;
		    max-width: 100%;
			margin-bottom:30px;
	}
	.push-btn{
		margin-left:-15px;
		margin-bottom:30px;
	}
	
	.connect-wrapper {
		margin-top: 50px;
	}
	.connect-wrapper p{
		margin-bottom:0;
	}
	.ann-logo {
		display: none;
	}
	.margin-mobile{
		margin-top:30px;
	}
	.popular-search-bg .btn-holder {		
		margin-bottom: 20px;
		/*border: 1px solid #ccc;*/
	}
	.img-wrapper img {
		display: block;
		width: 100%;
	}
	.feature-head h2 span {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 90%;
	}
	.search-blog-toggler{
		border: 0;
		background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/menu.png);
		width: 30px;
		height: 30px;
		background-size: cover;
		background-repeat: no-repeat;
		display: inline-block;
		top: 70px;
		position: fixed;
		right: 15px !important;
		z-index: 99999;
		left: auto;
	}
	.menu-show {
		position: relative;
	}
	.top-nav {		
		margin-right: 0px;
		margin-left: 0px;
	}	
	.top-nav .top-icons {		
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.popular-search-bg .fill-btn.popular-search-btn{
		width:80%;
	}
	.popular-search-bg .container-custom {
		width: 100%;
	}
	.featured-prop-slide ul li{
		margin-bottom:15px;
	}
	.mob-margin-filter{
		margin-bottom:15px;
	}
	.featured-prop-slide ul{
		float:left;
	}
	.feature-list-event-wrapper {
		width: 100%;
		    padding: 0 !important;
	}
	.featured-prop .card{
		display:flex;
	}
	.featured-prop .card  .card__thumb{
		width:45%;
		float:left;		
		height: auto;
	}
	.featured-prop .card  .event__body{
		width:55%;
		float:left;
	}
	.deal_event_link {
		width: auto;
		float: right;
		border: 0 !important;
		display: block !important;
	}
	.business-item-box.charter-list-box {
		min-height: 300px !important;
		margin-bottom: 25px !important;
		position: relative;
	}		
	.property-details-event {
		padding-left: 15px !important;
		padding-top: 50px !important;
		padding-right: 15px !important;
	}
	.charter-list .business-item-box img{
		height:100%;
	}
	.center-logos {
		margin: 0 auto;
		width: 90%;
	}
	.eventTileCTA .deal_event_link {
		float: left;
		margin: 15px 0 0 0;
	}
}
@media screen and (min-width: 520px) and (max-width: 767px) {
	.featured-prop .card .card__thumb {
		width:30%;
	}
	.featured-prop .card .event__body {
		position: relative;
		width:70%;
	}
}
@media screen and (max-width: 767px) {
	.featured-prop .card .event__body .eventTileCTA {
		position: absolute;
		bottom: 10px;
	}
}
@media(min-width:768px){
	.home .container-bg {		
		left: 0;
	}
	.propertymanage .wpb_single_image .vc_single_image-wrapper img {
		display: block;
		vertical-align: top;
		height: 100%;
		object-fit: cover;
	}
	.show-mobile{
		display:block;
    }
    .hide-desktop{
		display:none;
	}
	.logo{
		padding-top: 25px;
		text-align:center;
	}
	.mob-margin-filter{
		margin-top: 5px;
		margin-right: 10px;
	}
	.vaccation-box {
		margin-bottom: 15px;
	}
	.featured-prop-slide ul li {		
		margin-bottom: 15px;
	}
	/*.align-center {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}*/
}
@media(min-width:1100px) {
	.home .container-bg {
		position: absolute;
		left: 0;
		top: 545px;
		width: 100%;
		z-index: 1;
	}
	.custom-width {
		width: 20%;
	}
        .show-mobile{
		display:none;
	}
	.feauture-product, .help-wrapper{	
		padding-left: 30px;
		padding-right: 30px;
	}
	.popular-search-bg{padding-left:15px; padding-right: 15px;}
	.popular-search-bg .vc_column_container.vc_col-sm-12 > .vc_column-inner{padding:0;}
	.popular-search-bg.padding15-leftright{padding-left:15px; padding-right:15px;}
	
	.ann-logo {
		margin-top: 160px;
	}
	.pull-right-desk{
		float:right;
	}	
	.container-custom{max-width:2634px !important; width:100%; margin:0 auto !important;}
	
	.content_TBD .content_TBD_images img {
		margin: 0px 0px;
		max-width: 140px;
	}
	.join-rental p {
		font-size: 21px;
	}
	.join-rental h4{font-size: 21px;}
	.wpb_content_element p, .wpb_content_element li{font-size:21px; font-weight: 300;}
}
/*  ipad Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.btn-join {
		border-radius: 5px;
		border-width: 3px;
	}
	.col-2-tab {
		width: 50% !important;
	}	
	.container-custom.clear-tab {
		clear: none !important;
		width: auto !important;
		margin: 0 !important;
		overflow: hidden !important;
		display: inline !important;
	}
	.menu-padding {
		padding-left: 0px;
		padding-right: 0px;		
	}
	.navbar-toggle{
		display:block;
		margin-right:0;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background: #007e7a;
	}
	.navbar-collapse {
		padding-right: 0;
	}
	#readmoreonmob{ height: 240px; overflow:hidden; } .morelink{ display:inline-block !important; margin-top:10px;}		
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.carousel, .carousel .item{
		height:250px !important;
	}
	.join-rental p {
		padding-bottom:0px;
	}

}
@media(max-width:320px){
	a.logo{
		width:120px;
	}
	.topbar-visible-search form button.search-submit{
		right:0px !important;
	}
	.carousel, .carousel .item{
		height:258px !important;
	}
	.join-rental p {
		padding-bottom:0px;
	}	
	.top-bar-mobile {
		position: fixed;
		z-index: 9999;
		width: 60%;
		left: 40%;
	}
}

@media(min-width:769px) and (max-width:991px){
	.top-nav .top-icons li a, .top-nav button, .login-wrapper a{		
		font-size: 90%;
	}	
}
@media(min-width:1100px) and (max-width:1200px){
	.reservation_url {
		text-align: center;
		bottom: 10px;
		position: relative;
		width: 90%;
	}
}
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.alignleft {
	float: left;
    margin: 0 1em 1em 0;
}
@media screen and (min-width: 1100px) {
	.find-your-rental-wrapper {	width: 485px; }
	.eir-find-rental-boe>.find-your-rental-wrapper { width: auto; }
}
#rental-filters .input-group, #rental-filters .selectwrap, #rental-filters .selectwrap select {
	width: 100%;
}
#rental-filters .btn-filter, #rental-filters .btn-availability {
	width: 100%;
}
@media(min-width:768px) and (max-width:1100px){
	.align-center {
		position: relative;
		top: 15px;
		transform: none;
	}
	.booking-area:before{
		    top: -245px !important;
	}
        .home .listing-item-price h4 {
            font-weight: bold;
            font-size: 100%;
        }
	.col-2-tab {
		width: 50% !important;
	}	
	.container-custom.clear-tab {
		clear: none !important;
		width: auto !important;
		margin: 0 !important;
		overflow: hidden !important;
		display: inline !important;
	}
	.activities-img-right .wpb_wrapper, .activities-img-right .img-fit-image, .img-fit-image, .activities-img-right .img-fit-image .vc_single-image-wrapper, .wpb_single_image .vc_single_image-wrapper{
		height: 100%;
	}	
	.activities-img-right .img-fit-image .vc_single_image-wrapper, .wpb_wrapper {
		vertical-align: middle;
		height: 100%;
	}
	.img-fit-image img {
		display: block;
		width: 100vw;
		object-fit: cover;
		height: 100% !important;
	}
	.blog-list .inner-box .text-center.btn-bottom {
		position: absolute;
	}
	.rental-list-wrap .listing-item-container .listing-item header{
		height:150px;
		overflow:hidden;
	}
	.carousel, .carousel .item{
		height: 400px !important;
	}
	.feauture-product.bx-viewport{
		height:500px !important;
	}
	.reservation_url {
		text-align: center;
		bottom: 10px;
		position: relative;
		width: 90%;
	}
	.top-nav .top-icons li i {
		margin-right: 5px;
	}
	.top-nav .hide-mobile {
		padding-right: 0;
		padding-left: 0;
	}
	.rental-bg img{
		height:auto !important;
	}
	.join-rental.area-info-banner button{
		margin-top:0;
	}
	
	.btn-availability{
		font-size:85%;
	}
	.sub-paragraph h4{
		margin-bottom:0;
		font-size:100%;
	}
	.join-rental {
		padding: 34px 30px;
	}
	.sub-paragraph{
		padding-top:0 !important;
	}
	.sub-paragraph a{
		font-size:14px;
	}
}

@media(min-width:992px){
	.catgory-banner{
		padding-left: 100px;
	}
	.find-rental h2{
		/*margin-top:100px;*/
	}
	.vaccation-slider  .home-tab-btn,
	.booking-area .home-tab-btn{
		margin-top:30px;
	}
	.property-details-event{
		padding-left:100px !important;
	}
	.ribbon-top {
		text-align: center;
		margin: 0 auto;
		width: 55% !important;
		float: none !important;
	}
	.center-logos {
		margin:0 auto !important;
		width: 50%;
	}
	.location-details-fluid{
		padding-left:90px;
		    padding-top: 15px;
	}
}
.grandeVillasTopRow, .grandeVillasBottomRow {
	overflow: hidden;
}
@media screen and (max-width: 1600px) {
	.grandeVillasTopRow img, .grandeVillasBottomRow img {
		left: 50%;
		position: absolute;
		transform: translate(-50%, 0);
	}
}
.wpb_single_image figure {
	overflow: hidden;
}
@media screen and (min-width: 768px) {
.grandeVillasTopRow .wpb_single_image img, .grandeVillasBottomRow .wpb_single_image img {
	max-width: none;
	width: auto !important;
}
}
@media(min-width:1600px) {
	.join-rental.area-info-banner div {
		display: block !important;
	}
	
	.join-rental.area-info-banner div.vc_btn3-container{float:left;}
	.grandeVillasBottomRow .join-rental.area-info-banner div {
		float: left;
	}
	.catgory-banner div, .property-details-event div {
		display: block !important;
		float: right;
		width: 500px;
	}	
}
@media screen and (min-width: 2136px) {
	.grandeVillasTopRow .wpb_single_image img, .grandeVillasBottomRow .wpb_single_image img {
		width: 100% !important;
	}
}
@media(min-width:2000px){
	.img-fit-image img {		
		object-fit: cover;
	}
	.vaccation-special-left-img{
		background-position: center 50%;
		min-height: 200px;
	}
}

/* aniversary logo*/

.anniversaryLogo {
	display: none;
	content: '';
	position: absolute;
	z-index: 999;
	color: #fff;
	right: 25px;
    top: 0;
	width: 150px;
	height: 150px;
}
.home-tab-btn a{ width:100%; }
.inner-bg {
    position: relative;
}
.inner-bg img { width: 100%; height:auto;}

/* Filter  */
.custom-intext-style{
    border: solid 2px #dddddc;
    border-radius: 4px;
    height: 40px;
    box-shadow: none;
    color: #404042;
}
.find-your-rental-wrapper {
	float: right;
	margin-right: 2rem;
}
.find-your-rental-wrapper.nww-filter{margin-right:0;}
body.home .emeraldForms .rental-additional-filters-home,
body.home .emeraldForms .real-estate-additional-filters-home,
.emeraldForms .rental-additional-filters,
.emeraldForms .real-estate-additional-filters { 
	display:none; 
} 
.emeraldForms .selectwrap {
  position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: 4px;
    height: 40px;
    border: 2px solid #dddddc;
}
.emeraldForms  select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #555;
  cursor: pointer;
}
.emeraldForms  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffffff;
  background-image: none;
}
.emeraldForms select::-ms-expand {
	display: none;
}
.emeraldForms .selectwrap::after {
	content: '\f107';
	position: absolute;
	top: 5px;
	right: 10px;
	bottom: 0;
	padding: 0;
	background: #fff;
	pointer-events: none;
	font-family: 'FontAwesome';
	font-size: 20px;
	z-index: 55;
}
.emeraldForms .selectwrap:hover::after {
  color: #555;
}
.emeraldForms .selectwrap::after {
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
}

.bootstrap-select:not(.open) .dropdown-menu {
    display:none !important;
}
.bootstrap-select.open .dropdown-menu {
    display:block !important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    background-color:#fff;
}

.intro-image .wpb_wrapper, .intro-image .wpb_single_image.wpb_content_element, .intro-image .wpb_wrapper.vc_figure, .intro-image .vc_single_image-wrapper, .intro-image .wpb_wrapper .wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
	height: 100%;
}

/*Request more info*/
.info-request-form .form-control:not(.checkbox-control){
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 9px rgba(0,0,0,.35);
    -moz-box-shadow: inset 0 0 9px rgba(0,0,0,.35);
    box-shadow: inset 0 0 9px rgba(0,0,0,.35);
    border: solid 1px #e2e2e2;
}
.info-request-form label {
    color: #107b75;
    font-weight: 500;
}
.info-request-form .waytoreach span {
    font-weight: 500;
}
.info-request-form .waytoreach span.first {
    margin-left: 0;
}
.checkbox-control {
    background: none;
    border: 0;
    padding-left: 0;
    box-shadow: none;
}
.info-request-form input[type="submit"] {
    width: 85%;
    margin: 0 auto;
}
.info-request-form h4 {
    color: #107b75;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 15px;
    padding-top: 10px;
}
.info-request-form {
    background: #f8f7f4;
    padding-left: 20px;
    padding-right: 20px;
}
.wpb_video_widget, .wpb_video_wrapper {
	height: 100%;
}
#cordinat {
	display: none;
}
.introCopyMap #map {
	height: 100% !important;
}
@media only screen and (min-width: 768px) {
	body.home .emeraldForms .form-actions {
		position: relative;
		top: -60px;
		height: 55px;
	}
	.anniversaryLogo {
		display: inline-block;
	}
	.noMax img {
		max-width: none !important;
		width: auto !important;
	}
}
@media only screen and (min-width: 1600px) {
	.noMax img {
		max-width: 100% !important;
		width: 100% !important;
	}
}

/**** BEGIN: Bootstrap support for 5 column grid ****/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/**** END: Bootstrap support for 5 column grid ****/
/*** For rental list icons **/
ul.rentalfeatures {
padding: 0;
list-style: none;
width: 100%; 
float: left; 
margin-bottom:0;
} 
ul.rentalfeatures li 
{ 
   display: inline-block;
   margin-right: 5px;
   margin-bottom: 4px !important;
}
ul.rentalfeatures li:last-child {
	margin-right: 0;
}
ul.rentalfeatures li img {
	max-height: 13px;
	width:auto;
}
/* Specific styles for EV charger */
ul.rentalfeatures li img.ev-charger {
    width: 20px;
	max-height: 22px;
}

/* Specific styles for Golf cart */
ul.rentalfeatures li img.golf-cart {
    width: 20px;
    max-height: 22px;
}
/* */

.property-maps .row a, .property-maps .row a span{
	padding: 0;
}
.property-maps .row a span{margin-left: 0px;}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	.property-maps .row a, .property-maps .row a span{	padding: 0 45%;}
	.property-maps .row a span{margin-left: -15px;}
	.property-details { height: auto; }
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
	.property-maps .row a, .property-maps .row a span{	padding: 0 45%;}
	.property-details { height: auto; }
	.property-maps .row a span{margin-left: -15px;}
	}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	.property-maps .row a, .property-maps .row a span{	padding: 0 45%;}
	.property-maps .row a span{margin-left: -15px;}
	.property-details { height: auto; }
}
/* img zooming */
.card:hover .card__thumb>a>img, .card:hover .card__thumb>a>picture>img, .btn-holder:hover img { transform: none;}
.card:hover .card__thumb>a>img, .card:hover .card__thumb>a>picture>img {opacity: 1;}
@media only screen and (min-width: 768px) { 
    .card:hover .card__thumb>a>img, .card:hover .card__thumb>a>picture>img, .btn-holder:hover img { transform: scale(1.2);} 
    .card:hover .card__thumb>a>img, .card:hover .card__thumb>a>picture>img {opacity: 0.6;}
}

/* Pagination */
.paging ul {
	padding-left: 0px;
	text-align: center;
}
.paging ul li {
	display: inline-block;
    margin: 0 0 2px 0;
    list-style: none;
}
.paging ul li a{
	background-color: #107b75;
	display: block;
    color: #FFF;
    text-decoration: none;
    padding: 8px;
    font-size: 12px;
    border: solid 1px #107b75;
    margin-left: 1px;
}
.paging ul li .current, .paging ul li .dots  {
    background-color:#FFF;
    color:#000;
    padding:8px;
    font-size:12px;
    margin-left:1px;
}
.paging ul li .dots {
	padding: 8px 0;
}
.paging ul li .current {
	display: block;
	border:solid 1px #107b75;
}
.paging ul li a:hover {
    background-color:#fff;
    color: #107b75;
}
/* End Pagination */
/*Mortage calculator*/
.small-text {
    font-size: .7em;
}
.small-input{
    margin-left: 2px;
    margin-bottom: 2px;
}
.morgage-calc-form{
    margin-bottom: 5px;
}
.vc_row.centeredColumns.vc_row-flex {
	display: block;
	text-align: center;
}
.vc_row.centeredColumns.vc_row-flex > .vc_column_container {
	display: inline-block;
	float: none;
}

/* ********** Spring styles ********** */

.popular-search-bg.springFindYourRental {
	background: url(https://www.emeraldislerealty.com/wp-content/uploads/spring_find_your_rental.jpg) center bottom no-repeat;
	background-size: cover;
}
.springFindYourRental h2 {
	color: #fff;
	text-shadow: 0 0 30px rgba(0,0,0,0.5);
}
.springFindYourRental figure {
	border: 1px solid #e2e2e2;
}
.springSliders {
	color: #7b7b7b;
}
.springSliderLeft, .springSliderRight {
	text-align: center;
}
.springSliders h2 {
	color: #7b7b7b;
	font-weight: 900;
	text-transform: uppercase;
}
.springSocial {
	background: url(https://www.emeraldislerealty.com/wp-content/uploads/spring_connect_background.jpg) top left no-repeat;
	background-size: cover;
}
.springSocialBox {
	background: rgba(16,123,73,0.5);
	color: #fff;
	margin-top: 68px;
	padding: 25px 45px;
}
.springSocial.vc_column_container>.vc_column-inner {
	padding-right: 0;
	padding-left: 0;
}
.springSocialBox h2 {
	color: #fff;
	font-weight: 900;
	margin: 0 0 20px 0;
    text-transform: uppercase;
}
.springSocialBox img {
	margin-right: 20px;
	margin-bottom: 15px !important;
}
.springSocialBox a:last-child img {
	margin-right: 0;
}
.springTileTitle {
	margin-bottom: 0 !important;
	text-align: center;
}
.springTileTitle h4 {
	margin: 0 !important;
}
.springSliders .vc_gitem-post-data-source-post_excerpt, .springSliders .vc_btn3-container {
	display: none;
}
.springSliders .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span, .springSliders .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span {
	background-color: #107b75 !important;
	border-color: #107b75 !important;
}
.springSliders .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
	border-color: #107b75 !important;
}
.springSliders .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green {
	color: #107b75 !important;
	opacity: 1 !important;
}
.springSliders .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev, .springSliders .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
	opacity: 1 !important;
}

@media screen and (min-width: 768px) {
	.springSliders {
		background: linear-gradient(90deg, #fff 50%, #ecebde 50%);
	}
	.springTileTitle h4 {
		font-size: 13px;
	}
}

@media screen and (min-width: 1100px) {
	.springSocialBox img {
		margin-bottom: 0 !important;
	}
	.springTileTitle {
		min-height: 48px;
	}
	.springTileTitle h4 {
		font-size: 14px;
	}
}
/* Mobile tooltip */
#tooltip{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
#tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
    #tooltip.top:after
    {
        border-top-color: transparent;
        border-bottom: 10px solid #111;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after
    {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after
    {
        right: 10px;
        left: auto;
        margin: 0;
	}

.is-sticky #filters-wrapper > .row {
	border-right: 1px solid #107b75;
	border-bottom: 1px solid #107b75;
	border-left: 1px solid #107b75;
}
.mainContactSubmit {
	margin-top: 15px;
}
#table13 input, #table13 select {
	margin: 0 0 5px 0;
	padding: 5px 15px;
	width: 100%;
}
#table22 textarea {
	width: 100%;
}
.shaking {
	animation: shake 0.75s;
}
@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	  
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}
.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap h3, .wcp-carousel-main-wrap .post-style-3 .wcp-content-wrap h3 { width: 100% !important; }
.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap h3 { margin-left: 0 !important; }

.fixed-height-image {
	height: auto !important;
}
.fixed-height-image, .wcp-carousel-main-wrap .fixed-height-image img {
	position: relative !important;
}
.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap h3, .wcp-carousel-main-wrap .post-style-3 .wcp-content-wrap h3 {
	font-size: 18px !important;
}
.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap {
	background: #f9f9f9;
	padding: 10px !important;
}
.wcp-carousel-main-wrap .post-style-2 .wcp-post-contents {
	margin: 0 !important;
}
.slick-dots li button:before {
	font-size: 12px !important;
	color: #107b75 !important;
}
@media screen and (min-width: 768px) {
	.fixed-height-image, .wcp-carousel-main-wrap .fixed-height-image img {
		max-height: 96px;
	}
	.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap {
		height: 76px;
	}
	.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap h3, .wcp-carousel-main-wrap .post-style-3 .wcp-content-wrap h3 {
		font-size: 13px !important;
	}
}
@media screen and (min-width: 992px) {
	.fixed-height-image, .wcp-carousel-main-wrap .fixed-height-image img {
		max-height: 133px;
	}
}
@media screen and (min-width: 1100px) {
	.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap h3, .wcp-carousel-main-wrap .post-style-3 .wcp-content-wrap h3 {
		font-size: 14px !important;
	}
	.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap {
		height: 80px;
	}
}
@media screen and (min-width: 1200px) {
	.fixed-height-image, .wcp-carousel-main-wrap .fixed-height-image img {
		max-height: 155px;
	}
}

form .nf-field-container { margin-bottom: 10px !important; }
form .nf-field-container.checkbox-container { margin-bottom:0 !important; }
form .nf-field-label label { font-weight:normal; }
form .nf-field-container.hidden-container { display:none; margin-bottom: 0 !important; }

#nf-form-3-cont .nf-form-fields-required { display: none; }
#nf-form-3-cont #nf-field-25-container { margin-bottom: 0 !important; }
#nf-form-3-cont #nf-field-22 { text-transform: uppercase; width: 85%; margin: 0 auto; }
.fa.fa-heart.wishlist-active, .fa.fa-heart-o { font-size: 20px; }

.featured-deals-outer.gtm-click-weekly-deals ,
.slider>.row-deals { display: flex; justify-content: center;}
.featured-deals-content-box ul.rentalfeatures li img { max-height: 25px;}

.intro-image .wpb_raw_html {
	left: 15px;
	position: absolute;
	top: 15px;
	width: 100%;
	z-index: 1;
}
#tenBestOverImage {
	height: auto;
	max-width: 25%;
	width: 160px;
}
#weddingWatermark {
	max-width: 50%;
}
@media screen and (max-width: 539px) {
	#weddingWatermark {
		max-width: 100%;
	}
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
	#weddingWatermark {
		max-width: 75%;
	}
}
.weddingImage .vc_single_image-wrapper {
	background: #0f7b74;
}
.weddingImage img {
	width: auto !important;
	max-width: none !important;
}

/* BEGIN: Menu Styles */
@media screen and (max-width: 767px) {
	#mobilebackdrop {
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 92px;
		z-index: 9999;
	}
}
@media screen and (min-width: 768px) {
	#mobilebackdrop {
		display: none;
	}
}

@media screen and (max-width:1023px) {
	#menu-top-nav li.nav-item a {
		color: #fff;
		z-index: 0;
	}
	#menu-top-nav > li.nav-item > a {
		background: #0f7b74;
	}
	#menu-top-nav > li.nav-item > ul.dropdown-menu > li.nav-item a {
		background: #159894;
	}
	#menu-top-nav > li.nav-item > ul.dropdown-menu > li.nav-item.menu-item-has-children > ul.dropdown-menu > li.nav-item > a {
		background: #28ccc7;
	}
	#menu-top-nav a {
		border-bottom: 1px solid #fff;
	}
	#menu-top-nav li.nav-item:hover > a {
		background: #0f7b74 !important;
	}
	ul.dropdown-menu, .open>.dropdown-menu {
		display: none;
	}
	#menu-top-nav .caret {
		display: inline-block;
		background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/caret.png) center center no-repeat;
		border: 0 !important;
		color: #fff;
		padding: 20px 20px 20px 50px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	#menu-top-nav .caret.submenuOpen {
		background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/caret_up.png) center center no-repeat;
	}
    ul#menu-top-nav .dropdown-menu {
        position: static;
        display:none;
        float: none;
        background: #159894 !important;
        padding: 0;
        box-shadow: none;
        border-radius: 0 !important;
        border: 0 !important;
        margin: 0;
    }
    ul#menu-top-nav li .dropdown-toggle.nav-link {
    background: #222;
    color: #fff;
    padding: 10px 15px;
   }
 
    ul#menu-top-nav .dropdown-menu a {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase;
   }
 
    ul#menu-top-nav li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    padding-right: 10px !important;
   }
}
@media screen and (max-width:990px) {
    .res-menu {
        margin-left: 6px;
    }
    .contact-menu ul {
        margin-top: 5px;
    }
    .contact-menu ul li:first-child {
        border-top: 1px solid #ddd;
        padding-top: 6px;
    }
}
@media screen and (min-width: 1024px) {
	#menu-top-nav > li.nav-item > a {
		padding-right: 12px;
	}
	#menu-top-nav > li#menu-item-22019.nav-item > a {
		padding-right: 8px;
	}
	#menu-top-nav li.nav-item > a {border-radius:10px;}
	#menu-top-nav li.nav-item:hover > a {
		background: #0f7b74 !important;
		color: #fff;
        border-radius:10px;
	}
	#menu-top-nav li.open > a {
		background: #0f7b74 !important;
		color: #fff;
	}
	#menu-top-nav li.nav-item > ul.dropdown-menu li.nav-item a {
		padding-right: 30px;
	}
	#menu-top-nav .caret {
		position: absolute;
		right: 8px;
	}
	
	#menu-top-nav > li.nav-item > ul.dropdown-menu li.nav-item .caret {
		top: 18px;
	}
}
@media screen and (min-width: 1100px) {
    #menu-top-nav > li.nav-item > a {
        padding-right: 14px; 
    }
    #menu-top-nav .caret {
        right: 10px;
    }
}
@media screen and (min-width: 1280px) {
	.real-estate-partners {
        margin-bottom: 30px;
    }
    .real-estate-disclaimer-content {
        margin-bottom:0;
        opacity: 0.0;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        max-height:0;
    }
    .real-estate-disclaimer-content.active {
        opacity: 1.0;
        max-height:100%;
    }
}
li.nav-item:hover > .caret {
	color: #fff;
}
#menu-top-nav .caret:hover {
	cursor: pointer;
}
.main-menu ul li a {
	color: #222;
	font-size: 13px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 20px;
	padding-bottom:20px;
}
.main-menu ul ul li a {
	padding: 10px 8px;
}
.main-menu ul ul ul li a {
	padding: 6px 8px;
}
ul#menu-top-nav .res-menu ul, .contact-menu ul {
	padding: 0 10px;
	list-style: none;
}
ul#menu-top-nav .res-menu li a {
	border: 1px solid #8f9ebb;
	display: inline-block;
	margin: 5px 0;
	padding: 7px 10px!important;
	font-size: 13px;
}
ul#menu-top-nav li a.mobileNavEmail {
	background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/mail-ic-black.png) 15px center no-repeat;
	padding-left: 35px !important;
}


/* General menu styles */
.mob-menu {
    border: 0;
    background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/menu.png) !important;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    top: 10px;
    left: 10px;
    float:right;
}
.menu-hidden{
    display:none;
}
.menu-hidden.active{
	display:block !important;
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: scroll;
}
.mob-menu:focus{
	border:0;
	outline:0;
}

@media (max-width:767px) {
    .menu-show .pull-right {
        width: 100%;
    }
	.mob-menu {
		z-index: 99999;
		left: auto;
	}
	.menu-hidden.active{
		position:fixed;
		top:146px;
        left:0;
        z-index:9999;
        width:100%;
	}
	body.page-node .menu-hidden.active {
		top:93px;
	}
}
@media (min-width:768px) and (max-width:1023px) {
    .menu-show .pull-right {
        width: 100%;
    }

	.mob-menu{
        top: 16px;
    }

	.menu-hidden.active{
		position:fixed;
		top:155px;
        left:0;
        z-index:9999;
        width:100%;
        padding:0;
	}
}
@media (min-width:1024px) {
    .menu-hidden {
        display:block;
        height:60px;
    }
	.mob-menu{
		display:none;
	}
}

/* END: Menu Styles */

/* BEGIN: Weather Styles */
#header-widget-area {
    display:inline-block;
    line-height:.5;
}
#noaa-weather{
	padding: 0px;
	overflow: hidden;
	color: #fff;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
}
#noaa-weather img {
	float:left;
}
#noaa-weather #noaa-weather-temps {
	margin-top: 3px;
	display: inline-block;
}
#noaa-weather-iframe { height:1900px; }
#severe-weather-area {
	display: inline-block;
    position: relative;
	margin-right: 20px;
}
#covid-area-mobile {
	position: fixed;
    top: 53px;
	right: 95px;
}
#severe-weather-area-mobile {
	position: fixed;
    top: 30px;
	right: 150px;
}

@media only screen and (min-width: 535px) {
    #noaa-weather-iframe { height:1500px; }
}

@media only screen and (min-width: 765px) {
    #noaa-weather-iframe { height:1300px; }
}
@media only screen and (min-width: 768px) {
	#severe-weather-area-mobile img {
		margin-right: 10px;
	}
	#covid-area-mobile {
        position: relative;
        float: right;
        top: 16px;
        right: -240px;
        display: inline-block;
        margin: 0 1rem;
    }
}

@media only screen and (min-width: 990px) {
    #noaa-weather-iframe { height:1100px; }
	#severe-weather-area-mobile { display: none; }
}
@media only screen and (min-width:1100px) and (max-width:1340px) {
	/* needed so severe weather displays correctly */
	.top-nav .hide-mobile {
		padding-right: 0;
		padding-left: 0;
	}
}
/* END: Weather Styles */
@media (max-width: 767px) {
	.wish-on-mob {
		background: #fff;
		border-bottom: 1px #fff solid;
		width:500px;
	}
	button.btn.btn-transparant {
		color: #107b75 !important;
	}
	.top-nav .wishlist-link button {
		margin: 17px 0px 10px;
	}
	.eir-find-rental-boe>.find-your-rental-wrapper {
		margin-left: 15px;
	}
}
 @media (min-width: 1024px) and (max-width: 1260px) { 
	#menu-top-nav > li.nav-item > a {
    	font-size: 12px;
	}
 }
  @media (min-width: 1024px) and (max-width: 1200px) { 
	.btn-join { 
		font-size: 9.5px;    
		margin-top: 9px;
		padding:10px 5px;
	}
	.navAnniversary {
    	float: right;
    	margin: 10px 3px 0 0;
   		max-height: 40px;
		width: auto;
	}
 }
 .eir-find-rental-div{
	margin-top: -30px; 
 }
 .eir-about-us-headline{
     font-weight: bold;
     color:white;
 }
 .eir-about-us-readmore-btn{
     margin-bottom: 40px;
 }
 .eir-about-us-services-box{
     padding-bottom: 35px;
 }
 @media (min-width: 1100px) {
	.abt_main .bg-for-testimonial .container-custom{
		padding-bottom: 0px !important;
	}
 }
 .mt_kt .eir-mediakit-headline{
     font-weight: bold !important;
     color:white !important;
 }
 .company-history-text{
     margin-bottom: 15px;
 }
 .eir-mediakit-connect-headline{
     font-weight: bold;
 }
 @media (max-width: 767px){ 
   .at-share-dock-outer {
    display: none;
   }
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
     margin-top:5px !important; 
}

.eir-find-rental-boe {	margin-bottom: 30px;	}
.eir-find-rental-boe.mb-0 { margin-bottom: 0; }
.row.find-rental-padding-top{ padding-top: 20px; }
.eir-find-rental-boe-left{	
	background-image: url(https://www.emeraldislerealty.com/wp-content/uploads/2022/02/benches-on-walkway-to-beach.jpg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: auto;
	min-height: 350px;
	height:100%;
}
.eir-find-rental-boe>.find-your-rental-wrapper{	float: left;}

.text-bold,
.text-bold h1,
.text-bold h2,
.text-bold h3,
.text-bold h4,
.text-bold h5,
.text-bold h6,
h1.text-bold,
h2.text-bold,
h3.text-bold,
h4.text-bold,
h5.text-bold,
h6.text-bold {
    font-weight:bold;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
    opacity: 1;
}
.vc_grid-owl-next,
.vc_grid-owl-prev {
    font-size:30px;
}
.vc_grid-owl-next.vc_grid-nav-next-outside {
    right:-50px !important;
}
.vc_grid-owl-prev.vc_grid-nav-prev-outside {
    left:-50px !important;
}
.vc_grid-owl-next.vc_grid-nav-next-inside,
.vc_grid-owl-prev.vc_grid-nav-prev-inside {
    opacity: 1 !important;
    font-size: 30px !important;
}
.eir-post-grid-item {
    padding-bottom:0 !important;
}
.eir-post-grid-item-button a {
    border:none !important;
    background: #107b75 !important;
    color: #fff !important;
    padding: 7px 12px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.badge-60 {
    padding-top:36px;
}
img.badge-60 {
	padding-top:0;
	margin-bottom:.25em;
}
@media (max-width:800px) {
 .badge-60 {
    display:none !important;
  }   
}

.header-enews {
	position: relative;
	background:linear-gradient(#f9f9f9, #dbe6e6);
	text-align: center;
	padding: 4px 0;
}

/* enews close button  */
.enews-close {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #333;
}

.enews-close:hover {
	color: #ff0000;
}


@media (max-width: 768px) {
    .header-enews {
        display: none;
    }
}
body.page-node .header-enews {
	display:none;
}
.header-enews .enews-copy {
	color:#107b75;
	text-transform: uppercase;
}
.header-enews input[type="email"] {
	display:inline-block;
	border: solid 1px #a6a6a2;
	color:#555;
	padding: 0px 8px;
}
.header-enews .btn {
	background:#46a5a3;
	color:#ffffff;
	padding: 3px 10px;
    top: -1px;
    position: relative;
	border-radius: 5px;
}
@media (min-width:768px) {
	body.page-node .header-enews {
		display:block;
	}
	.header-enews .enews-copy {
		margin-right:16px;
	}
    .header-enews input[type="email"] {
        width:200px;
		margin-right:16px;
		margin-bottom:0;
    }
}

body.single-post #slideshow img {
	width: 100%;
}
body.single-post .splide__pagination {
	position: relative;
	justify-content: left;
	padding:0;
	bottom:unset;
	margin-bottom:1rem;
}
.splide.dark-dots .splide__pagination__page {
	background:#666;
}
.splide.dark-dots .splide__pagination__page.is-active,
.splide.dark-dots .splide__pagination__page:hover {
	background:#000;
}
body#amp-page .mob-menu { background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/menu.png); }
body#amp-page li button.dropdown-toggle { display: none; background: url(https://www.emeraldislerealty.com/wp-content/themes/wp-bootstrap-starter-child/images/caret.png) center center no-repeat; color: #fff; padding: 0px 18px 18px 42px; position: absolute; top: 0; right: 0; z-index: 9; border: 0; }
body#amp-page .menu-footer-menu-2-container { line-height: 17pt; list-style: none; }
body#amp-page .menu-footer-menu-2-container ul, body#amp-page #menu-footer-1, body#amp-page #menu-footer-3  { padding-left: 0;list-style: none; margin-bottom: 0px; }
@media(max-width:1024px) {
    body#amp-page .menu-hidden { display: block; }
    body#amp-page .menu-hidden .site-header-menu { display: none; }
    body#amp-page .menu-hidden .site-header-menu.toggled-on { display: block; position: fixed; top: 140px; padding: 0 15px; left: 0px; right: 0px; z-index: 9999; background: #fff; }
    body#amp-page li button.dropdown-toggle { display: inline-block; }
    body#amp-page #menu-top-nav .caret { display: none; }
    body#amp-page #menu-top-nav button.dropdown-toggle.toggled-on + .dropdown-menu { display: block; }
    body#amp-page .menu-hidden.active .site-header-menu { display: block; }
}
@media(max-width:767px) {
    body#amp-page .breadcrumbs { margin-top: 142px; }
}

#property_types.rental-additional-filters-home.js-additional-filters-home{display:block !important;}


.vertical-tab{display:flex;}
.vertical-tab .vc_tta-tabs-container{ margin-right:5% !important; margin-bottom:0 !important; flex:0 0 40%}
.vertical-tab .vc_tta-tabs-container li{margin-bottom:55px !important; height:82px; display:block !important; border:0px solid #fff !important; margin-left:2px !important; width:auto !important;}
.vertical-tab .vc_tta-tabs-container li:last-child{margin-bottom:0 !important;}
.vertical-tab .vc_tta-tabs-container li a{border:0px solid #fff !important; line-height:100%; text-transform:uppercase; background:#428380 !important; padding:5px 20px !important; display:flex !important; align-items:center; font-size:24px; text-align:center; font-weight:400; color:#fff !important; border-radius:10px !important; position:relative; height:100%; justify-content: center;}
.vertical-tab .vc_tta-tabs-container li.vc_tta-tab.vc_active a{background:#98dfe5 !important; color:#0f7b75 !important;}
.vertical-tab .vc_tta-panels-container{flex:0 0 55%}
.vertical-tab .vc_tta-tabs-container .vc_tta-panels{position:relative; height:100%;}
.vertical-tab .vc_tta-tabs-list .vc_tta-tab{display:block; width:100%;}
.vertical-tab .vc_tta-panels{background:#428380 !important; position:relative; height:100%; padding:0 !important; border:0px solid #fff !important; border-radius:0 !important;}
.vertical-tab .vc_tta-panel-body{padding:0 !important;}
.vertical-tab .vc_tta-panel-body img{width:100%; object-fit:cover; height:380px;}
.vertical-tab .vc_tta-panel-body p{margin:30px 50px; color:#fff;}
.vertical-tab .vc_tta-panel-body p:has(img){margin:0;}

.vacation-btn a{font-family: proxima-nova, sans-serif !important; text-transform:uppercase; font-weight:700 !important; font-size:24px !important; background:#fff !important;}
.tabsectitle{font-family: proxima-nova, sans-serif !important;}

.book-blog-sec .vc_custom_heading{font-family: proxima-nova, sans-serif !important; margin-top:0; margin-bottom:15px;}
.book-blog-sec .wpb_single_image{margin-bottom:15px;}
.book-blog-sec .vc_col-sm-4 > .vc_column-inner{box-shadow:0 0 8px #666; border-radius:10px 10px;}

.rentalfeatures{height:42px; overflow:hidden;}
.wishlist-wrap .fa-heart-o { border-radius: 60px; position: fixed; width: 60px; bottom: 20px; height: 60px; text-align: center; color: #fff; font-weight: bold; left: 90px; background: #007e7a; font-size: 1.5em; padding: 14px; line-height: 32px; z-index: 9999; text-decoration: none!important; box-shadow: 0 0 7px #333; cursor: pointer; }
.wishlist-wrap .wishlist-count-container { position: fixed; bottom: 59px; text-align: center; color: #fff; font-weight: bold; left: 130px; background: #242424; font-size: 15px; z-index: 9999; text-decoration: none!important; cursor: pointer; padding: 5px; border-radius: 50%; line-height: 1; width: 25px; height: 25px;}
.header-wishlist .fa-heart:before{color:#5ecdc2;}
.header-wishlist .fa{font-size:30px; color:#fff;}
.header-wishlist{float:left; position:relative;}


/* floating icon css  */
.wishlist-wrap.wishlist-bottom-nww .fa:before{color:#fff;}
.wishlist-wrap.wishlist-bottom-nww .wishlist-count-container{background:transparent; right:35px; left:auto; padding-left:0; bottom:37px; text-align:center; color:#107b75;}

.wishlist-wrap.wishlist-bottom-nww .wishlist-link.increaseValue .fa-heart:before{color:#5ECDC2;}
/*.wishlist-wrap.wishlist-bottom-nww .fa-heart:before{color:#5ECDC2;} */
.wishlist-wrap.wishlist-bottom-nww .wishlist-link.zeroValue .fa-heart:before{color:#fff;}
.wishlist-wrap.wishlist-bottom-nww .fa{border-radius:60px; position:fixed; bottom:32px; text-align:center; color:#fff; font-weight:bold; right:32px; background:#107b75; font-size:2.7em; line-height:32px; z-index:9999; text-decoration:none!important; cursor:pointer;}

.page-template-wishlist .wishlist-wrap.wishlist-bottom-nww{display:none;}
.page-template-wishlist #trchat-app-iframe.trchat-bottom-right{bottom:20px !important; right:80px !important; width:60px !important;}
.wishlist-wrap.wishlist-bottom-nww .increaseValue .wishlist-count-container{color:#fff;}

.wishlist-wrap.wishlist-bottom-nww a.wishlist-link{box-shadow:0 0 7px #333; background:#107b75; padding:15px 10px; width:60px; height:60px; border-radius:50%; position:fixed; right:20px; bottom:20px; z-index:999;}
.wishlist-wrap.wishlist-bottom-nww a.wishlist-link.zeroValue .fa{animation:none;}
.wishlist-wrap.wishlist-bottom-nww .heartanimated{animation:beat .5s linear 3 forwards;}
@keyframes beat{
	to { transform: scale(1.2); }
}

/* yellow bg color on click */
.wishlist-wrap.wishlist-bottom-nww a.wishlist-link:has(.heartanimated){background: rgba(246,213,44,1);}
.wishlist-wrap.wishlist-bottom-nww .wishlist-link.increaseValue:has(.heartanimated) .fa-heart:before{color:#fff;}
.wishlist-wrap.wishlist-bottom-nww .wishlist-link.increaseValue:has(.heartanimated) .wishlist-count-container{color:#107b75;}
.wishlist-wrap.wishlist-bottom-nww a.wishlist-link .heartanimated.fa-heart{background:rgba(246,213,44,1);}
body.unit-details-page .header-wishlist .wishlist-count-container { display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff; font-size: 13px; font-weight: 600;}
body.unit-details-page .header-wishlist .wishlist-count-container{color:#fff;}
/*  End yellow bg color on click */

#trchat-app-iframe.trchat-bottom-right{right:20px !important; bottom:100px !important;}

/* Scroll Top */
footer#colophon .scrollup {border-radius: 60px; position: fixed; bottom: 180px; right: 20px; display: none; background:#007e7a; content: "\f077"; font-size: 2.5em !important; padding: 14px; z-index: 9999; text-decoration: none !important; box-shadow: 0 0 7px #333; border:none;}
footer#colophon .scrollup.fa {display: none;}
footer#colophon .scrollup.fa:hover { color:#fff; }
body.unit-details-page footer#colophon .scrollup.fa { display:inline-block; }
.inner-bg.faq{min-height:500px;}
.faqsec{font-family: "Nunito Sans", sans-serif; padding-left:30px !important; padding-right:30px !important;}
.faqsec .inner-main-title{color:#5a5a5a; font-weight:400;}
.faqsec .faqBlock h2 a{color:#5a5a5a;}
.faqBlock ul li a{font-size:21px;}
.faqsec p{color:#000; font-size:28px; line-height:120%; margin-bottom:30px; font-family: "Nunito Sans", sans-serif; font-weight:300;}

.join-rental.area-info-banner{background:linear-gradient(179deg, #ecf1f1 0%, #dbe6e5 100%); padding:70px 50px 70px 30px;}
.join-rental.area-info-banner h1{color:#428380; font-family:"Nunito Sans"; margin:0 0 30px; font-weight:400; font-size:40px;}
.join-rental.area-info-banner .wpb_text_column.wpb_content_element h2{font-size:32px; color:#5a5a5a;}
.join-rental.area-info-banner p{color:#000; font-weight: 300;}
.join-rental.area-info-banner p a{color:#000; font-weight: 400;}

/* End floating icon css  */

.padding15 > .vc_row.wpb_row{padding-left:15px; padding-right:15px;}
.vc_tta-accordion .area-info-banner h2{color:#428380; font-weight:400; font-size:40px;}
.vc_tta-accordion .join-rental{color:#000;}
.vc_tta-accordion .vc_tta-panel-heading{background:#428380 !important; margin-bottom:1px;}
.vc_tta-accordion .vc_tta-panel-heading a{font-size:21px;}
.vc_tta-accordion .vc_tta-panel-body{padding-left:0 !important; padding-right:0 !important;}
.vc_tta-accordion .btn.btn-filter.js-additional-filters-toggle{background: #428380 !important; border-radius:12px; padding:18px 10px; max-width:400px; width:100%; text-align:center; font-size:25px !important; font-family:"Nunito Sans", sans-serif !important; font-weight:700; line-height:100%; color:#fff !important; text-transform:uppercase;}

.vaccation-box .wpb_single_image .wpb_wrapper.vc_figure{border-radius:10px;}
.popular-search-bg .fill-btn.popular-search-btn, .btn-holder.vaccation-box button{font-size:45px; width:100% !important; left:0; right:0; bottom:0; background:rgba(16, 123, 117, .84); color:#fff; border-radius:0 0 20px 20px; font-weight:400; padding-top:15px; padding-bottom: 15px; border-radius:0 0 10px 10px !important;}
.popular-search-bg .btn-holder .wpb_text_column.wpb_content_element{position:relative;}
.wpb_text_column.wpb_content_element{position:relative;}
.popular-search-bg .btn-holder .wpb_wrapper.vc_figure{border-radius:10px;}
.wpb-content-wrapper .popular-search-bg{background:linear-gradient(#f9f9f9,#dbe6e6); padding-top:70px; padding-bottom:35px;}
.feature-head h2{color:#5a5a5a; margin-bottom:0 !important; font-size:50px; font-weight:400;}
.icon-block p a{color:#5e5e5e !important; font-size:24px; font-family:"Nunito Sans";}
.icon-block p a:hover{color:#428380 !important;}

.form-actions a.btn-filter.js-additional-filters-toggle{font-size:16px !important; padding:12px 5px; line-height:100%; font-family:"Nunito Sans"; width:48% !important;}
.btn.btn-availability.js-rental-filter-submit{font-weight:700; font-size:20px; padding:12px !important; background:#107b75; text-transform:uppercase; border-radius:10px; font-family:"Nunito Sans", sans-serif; line-height:100%;}
.rental-filter-tab a{font-size:20px; border-radius:10px 10px 0 0; font-family:"Nunito Sans", sans-serif;}
.btn-filter.js-additional-filters-toggle{background:#95b8b6; border:0; color:#fff; border-radius:10px; float:left;}

.btn-reset.js-rental-filter-reset{font-size:14px !important; padding:12px 5px !important; line-height:100%; font-family:"Nunito Sans"; width:48% !important; margin-left:4% !important; background:#a8a8a8 !important; color:#fff !important; border-radius:10px; float:left; line-height:100%; font-family:"Nunito Sans";}
.rental-filter-tabs .rental-filter-tab{border-radius:10px 10px 0 0;}
.rental-filter-tabs{top:-40px !important;}
.find-your-rental-wrapper.nww-filter h2{font-size:50px; font-weight:400;}
#rentalImage.inner-bg{height:450px; position:relative;}
#rentalImage.inner-bg img{object-fit:cover; height:100%;}
.grey-bg{background:linear-gradient(179deg, #ecf1f1 0%, #dbe6e5 100%);}
.service-list-wrapper .service-info h4 a{font-size:24px; text-transform:uppercase;}
.banner-desc h3{text-transform:uppercase;}
.search-btn a{padding-left: 50px; padding-right: 50px; font-weight: 700; text-transform: uppercase; margin-top: 50px; font-size: 20px; padding-top: 20px; padding-bottom: 20px; background: #428380 !important; border-radius:10px !important; font-size:20px; font-family:"Nunito Sans"; border:0 !important; color:#fff !important;}
.search-btn a:hover{color:#fff !important;}
.search-btn + .search-btn{margin-left:15px;}
.search-btn.left{float:left;}
.testimonial-inner{background:#428380;}
.testominial-inner .flex-viewport{min-height:150px !important;}
.banner-desc{background: linear-gradient(179deg, #ecf1f1 0%, #dbe6e5 100%);}
.wpb_text_column.wpb_content_element h2{font-size:38px; text-transform:uppercase;}
.wpb_text_column.wpb_content_element h3{font-size:32px; font-weight:400; text-transform:uppercase; margin-bottom:20px;}
.wpb_text_column.wpb_content_element h4{font-size:21px; margin:20px 0 15px;}
.wpb_text_column.wpb_content_element.icon-block h3{font-size:24px;}
.join-rental.area-info-banner .vc_btn3-container a button{float:left; border:0; padding-left:20px; padding-right:20px;}
.wpb_text_column.wpb_content_element h1, .wpb_text_column.wpb_content_element h2 strong, .wpb_text_column.wpb_content_element h1 b, .wpb_text_column.wpb_content_element h2, .wpb_text_column.wpb_content_element h2 b, .wpb_text_column.wpb_content_element h4, .wpb_text_column.wpb_content_element h4 b, .wpb_text_column.wpb_content_element h3 b{font-weight:400; text-transform:uppercase;}

.vc_grid-item .vc_gitem-animated-block .vc_gitem-zone.vc_gitem-is-link, .vc_grid-item img{border-radius:10px 10px 0 0;}
.vc_grid-item .vc_gitem-animated-block .vc_gitem-zone.vc_gitem-is-link{height:330px; background-size:cover;}
.vc_grid-item h4{color:#5a5a5a; font-size:21px; font-weight:400;}
.vc_gitem_row .vc_gitem-col{padding:20px 20px 50px 20px;}
.vc_gitem_row .vc_gitem-col .vc_btn3-container{position:absolute; bottom:0; left:0; right:0;}
.vc_gitem_row .vc_gitem-col .vc_btn3-container a{font-weight:600; padding:10px 12px !important;}
.vc_gitem_row.vc_row.vc_gitem-row-position-top{border:1px solid #107b75;}
.vaccation-box .wpb_single_image.wpb_content_element{margin-bottom:0;}
.wpb_text_column.wpb_content_element h2.card__title a{color:#5a5a5a; font-size:21px;}
.wpb_text_column.wpb_content_element h2.card__title{line-height:65%; margin-bottom:20px}
.eventTileCTA{width:100%; bottom:0;}
.mob-margin-filter{font-size:16px;}
.eventTileCTA .deal_event_link{padding:9px 12px !important;}
.testimonial-inner{padding:30px 0 10px;}
.abt_main.testimonial-inner{padding:50px 0 50px;}
.weddingPackage .btn.btn-availability{position:absolute; bottom:0; left:0; right:0; margin-bottom:0 !important; padding:12px 10px; line-height: 100%;}
.weddingPackage .wpb_text_column.wpb_content_element .wpb_wrapper{height:100%; padding-bottom:50px; padding-top:20px;}
.weddingPackage .wpb_content_element{margin-bottom:0;}
.weddingPackage .wpb_text_column.wpb_content_element h3{font-size:28px;}
.weddingPackage.wpb_column > .vc_column-inner, .weddingPackage .wpb_single_image img, .weddingPackage .wpb_wrapper.vc_figure{border-radius:10px 10px 0 0;}
.weddingPackage.wpb_column > .vc_column-inner{border-radius:10px;}
.weddingPackage .btn.btn-availability{border-radius:0 0 10px 10px;}
.cta-sec, .padding-leftright{padding:0 15px;}
.padding-leftright30{padding:0 30px;}
.cta-sec h3 a{text-decoration:none; font-size:28px;}
.cta-sec .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper img{border-radius:10px;}
.join-rental.area-info-banner.greenbg{background:#428380;}
.join-rental.area-info-banner.greenbg p, .join-rental.area-info-banner.greenbg h1{color:#fff;}
.page-template-long-term-rentals .booking-area form#rental-filters{max-width:90%; margin:0 auto;}
.abt_main.eir-about-us-services-box.grey-bg > .vc_row.wpb_row > .wpb_column.vc_column_container.vc_col-sm-12{padding-left:15px; padding-right:15px;}
.abt_main.testimonial-inner ul.slides li{height:188px;}
.living-history{position:relative;}
.living-history:before{position:absolute; background:rgba(255,255,255,.5); top:0; left:0; right:0; bottom:0; width:100%; height:100%; content:"";}
.video_box iframe{border-radius:20px;}
.imagelandscape img{border-radius:20px;}
.imagelandscape .wpb_single_image{text-align:center;}
.vc_btn3-container .vc_btn3{background:#428380 !important; border-radius:10px; padding:18px 25px; text-align:center; font-size:25px !important; font-family:"Nunito Sans", sans-serif !important; font-weight:700; line-height:100%; color:#fff !important; text-transform:uppercase;}
.abt_main.testimonial-inner .vc_btn3-container .vc_btn3, .vc_btn3-container.white-btn .vc_btn3{background:#fff !important; color:#428380 !important;}
.owl-carousel .vc_btn3-container .vc_btn3, .eir-post-grid-item .vc_btn3-container .vc_btn3{background:#428380 !important; border-radius:0; padding:9px 10px; text-align:center; font-size:14px !important; font-family:"Nunito Sans", sans-serif !important; font-weight:700; line-height:100%; color:#fff !important; text-transform:uppercase;}
.grey-bg img{border-radius:20px;}
.faqbtn-center{text-align:center;}
.faqbtn-center .vc_btn3-container + .vc_btn3-container{margin-left:15px;}
.headertop-wave{position:absolute; top:0; z-index:99;}
.vc_single_image-wrapper.vc_box_rounded img{border-radius:10px !important;}
.book-blog-sec.explore-ei .wpb_wrapper.vc_figure, .book-blog-sec.explore-ei .wpb_wrapper.vc_figure img{border-radius:20px 20px 20px 20px; height:320px; object-fit:cover;}
.book-blog-sec.explore-ei .vc_col-sm-4 > .vc_column-inner{box-shadow:none;}
.book-blog-sec.explore-ei .wpb_single_image{margin-bottom:0;}
.whyshould-booksec .vc_tta-panel-body img, .whyshould-booksec .vc_tta-panels{border-radius:20px 20px 0 0 !important;}
.whyshould-booksec .vc_tta-panels{border-radius:20px 20px !important;}
.whyshould-booksec .vertical-tab .vc_tta-panel-body p{font-size:21px;}
.imgheight400 img{width:100%; height:400px; object-fit:cover; object-position:bottom;}
.paymentplan-centertext, .center-text{text-align:center;}
.paymentplan-centertext h4{font-size:28px;}
.marginbottom-40 h2, .marginbottom-40 h3, .marginbottom-40 h4, .marginbottom-40 h1{margin-bottom:40px;}
.margin-bottom-20{margin-bottom:20px;}
#why-affirm p strong.uppercase{text-transform:uppercase;}
#why-affirm h2{margin-bottom:30px;}
.paymentplan-faq .vc_tta-panel-title a{color:#fff !important;}
.paymentplan-faq .vc_tta-panel-title a i:before{border-color:#fff !important;}
.alignleft{text-align:left;}
.margin-topminus .rentalThumbBox{margin-top:-20px;}
#_builder-form{float:left;}
.ghl-form-wrap, .ghl-form-wrap{float:left;}
.content_TBD_images img{margin:10px;}
.content_TBD_images{border-bottom:1px solid #eee;}
.ninja-forms-field.btn{color:#fff; text-transform:uppercase; background:#428380 !important; border-radius:10px; padding:18px 25px; font-weight:700; line-height:100%; margin-top:30px;}
.nf-field-element > div{font-size:18px;}
.nf-field label{font-size:18px;}
.nf-field-element input{padding:15px 10px; font-size:16px;}
.nf-form-fields-required{font-size:16px; margin:20px 0 10px !important;}
.nf-field-element input[type="checkbox"]{height:15px; margin-top:4px; width:15px !important;}
.entry-content .wpb_text_column.wpb_content_element p + h3, .entry-content .wpb_text_column.wpb_content_element ul + h3{margin-top:30px}
.alt-background-odd .anchor-button-container > .vc_column-inner > .wpb_wrapper{position:relative; height:100%;}
.alt-background-odd .anchor-button-container > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element{position:static;}
.alt-background-odd .anchor-button-container > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element .anchor-button{bottom:-50px; background: #428380 !important; border-radius:10px; padding:18px 10px; max-width:400px; width:100%; text-align:center; font-size:18px !important; font-family:"Nunito Sans", sans-serif !important; font-weight:700; line-height:100%; color:#fff !important; text-transform: uppercase; border:0 !important;}
.join-rental .wpb_text_column.wpb_content_element h3{color:#fff;}

.grid-posts .vc_gitem-zone.vc_gitem-zone-c{border-radius:0 0 10px 10px;}
.container.paddingtop35{padding-top:35px;}
.container.paddingtop35 .filter-text{font-size:16px;}
.feature-head.helpful-links-head.nww{margin-bottom:40px;}
.vc_row.wpb_row.paddingtop70{padding-top:70px !important; padding-bottom:35px;}
.vc_row.wpb_row.paddingtop55{padding-top:70px !important;}
.vc_row.wpb_row.paddingtop70 > .wpb_column.vc_column_container > .vc_column-inner, .vc_row.wpb_row.paddingtop55 > .wpb_column.vc_column_container > .vc_column-inner{padding-left:30px; padding-right:30px;}
.vc_row.wpb_row.container-custom.paddingtop70 > .wpb_column.vc_column_container > .vc_column-inner{padding-left:15px; padding-right:15px;}
.popular-search-bg .vc_row.wpb_row.paddingtop70{padding-top:0px !important; padding-bottom:0px;}

.vc_row.wpb_row.vc_row-fluid.paymentplan-centertext.vc_column-gap-30 .wpb_column.vc_column_container.vc_col-sm-4{padding:0;}

.find-rental.wpb_column > .vc_column-inner{padding-left:0; padding-right:0;}
.container.feature-list-event-wrapper{padding-top:35px; padding-bottom:35px;}

.weddingPackage > .vc_column-inner > .wpb_wrapper{height:100%; position:relative;}
.weddingPackage > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element{position:static;}
.wpb_gallery.wpb_posts_slider .flex-direction-nav{display:none;}

.join-rental.area-info-banner.greenbg a{color:#fff;}
.blue-btn{background:#428380 !important; color:#fff !important; font-size:18px !important; border-radius:12px; padding:18px 25px; text-align:center; font-weight:700; line-height:100%; border:0 !important;}
.join-rental.area-info-banner.greenbg + .intro-image.noMax > .vc_column-inner{height:100%; object-fit:cover;}
.vaccation-box .wpb_single_image.wpb_content_element img{width:100%; object-fit: cover;}


.parent-pageid-22064 #rentalImage.inner-bg img{width:100%;}

@media (max-width: 1921px)
{
.faqsec p{color: #000; font-size:39px; line-height:120%; margin-bottom:30px;}
.vc_tta-accordion .btn.btn-filter.js-additional-filters-toggle{font-size:20px !important;  max-width:300px;}
.popular-search-bg .fill-btn.popular-search-btn, .btn-holder.vaccation-box button{font-size:34px;}
.sec-heading{font-size:40px !important; text-transform:uppercase;}
	.popular-search-bg .fill-btn.popular-search-btn, .btn-holder.vaccation-box button.smalltxt{font-size:24px;}
	.single .container-fluid:has(.blog-detail) h1.entry-title{font-size:40px;}
	.news-head h2{font-weight:400; font-size:40px;}
	.vc_btn3-container .vc_btn3{font-size:20px !important;}
}

@media(min-width: 1400px)
{
	.vc_row.wpb_row.vc_row-fluid.paymentplan-centertext.vc_column-gap-30{padding-left:45px; padding-right:45px;}
	#why-affirm .container.wpb_column.vc_column_container.vc_col-sm-12 > .vc_column-inner{padding-left:75px; padding-right:75px;}
	.breadcrumbs{padding:10px 75px;}
	.vc_row.wpb_row.paddingtop70 > .wpb_column.vc_column_container > .vc_column-inner, .vc_row.wpb_row.paddingtop55 > .wpb_column.vc_column_container > .vc_column-inner, .vc_row.wpb_row.vc_row-fluid.content_TBD_images{padding-left:75px; padding-right:75px;}
	.rental-list-wrap.js-rental-attrs{padding-left:60px; padding-right:60px;}
	.vc_row.wpb_row.vc_row-fluid.container-custom{padding-left:75px; padding-right:75px;}
	.vc_row.wpb_row.vc_row-fluid.rental-form .vc_row.wpb_row.vc_row-fluid.container-custom{padding-left:0px; padding-right:0px;}
	.vc_section.container-fluid.banner-bottom .vc_row.wpb_row.vc_row-fluid.container-custom{padding-left:0px; padding-right:0px;} 
	.wpb-content-wrapper .popular-search-bg .vc_row.wpb_row.vc_row-fluid.container-custom{padding-left:0px; padding-right:0px;}
	.join-rental.area-info-banner{padding-left:60px;}
	.vc_section.container.faqsec{padding-left:75px !important; padding-right:75px !important;}
	.padding15{padding-left:60px !important; padding-right:60px !important;}
	.wpb-content-wrapper .popular-search-bg{padding-left:60px !important; padding-right:60px !important;}
	.vc_row.wpb_row.vc_row-fluid.banner-desc{padding-left:60px !important; padding-right:60px !important;}
	#rentalImage .vc_custom_heading{padding-left:45px !important; padding-right:45px !important;}
	section > section > .vc_row.wpb_row.vc_row-fluid.container-custom .wpb_text_column.wpb_content_element{padding-left:0 !important; padding-right:0 !important;}
	section > section > .vc_row.wpb_row.vc_row-fluid.container-custom{padding-left:65px; padding-right:65px;}
	.container.feature-list-event-wrapper{padding-left:60px !important; padding-right:60px !important;}
	.vc_row-fluid.grey-bg.padding-leftright{padding-left:60px; padding-right:60px;}
	.vc_row.wpb_row.vc_row-fluid.cta-sec{padding-left:60px !important; padding-right:60px !important;}
	.vc_row.wpb_row.vc_row-fluid.padding-leftright{padding-left:60px; padding-right:60px;}
	.package-sec{padding-left:45px; padding-right:45px;}
	.vc_row.wpb_row.vc_row-fluid.testimonial-inner{padding-left:30px; padding-right:30px; margin:0;}
	.vc_row.wpb_row.vc_row-fluid.testimonial-inner .vc_btn3-container{text-align:center; margin-top:40px !important; margin-right:0 !important;}
	.vc_row.wpb_row.vc_row-fluid.testimonial-inner .vc_general.vc_btn3.vc_btn3-size-md{background-color:#fff !important; color:#428380 !important;}
	.vc_section.abt_main.eir-about-us-services-box.grey-bg, .guestmemory-sec{padding-left:60px; padding-right:60px;}
	.vc_section.celebrating-sec .vc_row.wpb_row.vc_row-fluid.container, .container-custom.property-management{padding-left:60px !important; padding-right:60px !important;}
	.vc_row.wpb_row.vc_row-fluid.box-block .vc_row.wpb_row.vc_row-fluid.container-custom{padding-left:45px; padding-right:45px;}
	section > section > .vc_row.wpb_row.vc_row-fluid.container-custom#jrp_form{padding-left:0; padding-right:0;}
	.container-custom.propertymanagement-top, .container.booklocal-sec{padding-left:60px !important; padding-right:60px !important;}
	.living-history.whyshould-booksec{padding-left:45px; padding-right:45px;}
	.padding-leftright60{padding-left:60px !important; padding-right:60px !important;}
	.vc_section.mt_kt.video_box.padding-leftright60{padding-left:75px !important; padding-right:75px !important;}
}

@media (max-width: 1600px)
{
.faqsec p{font-size:21px;}
.vc_tta-accordion .btn.btn-filter.js-additional-filters-toggle{font-size:18px !important;}
.feature-head h2{ font-size:40px;}
.popular-search-bg .fill-btn.popular-search-btn, .btn-holder.vaccation-box button{font-size:26px;}
.find-your-rental-wrapper.nww-filter h2{font-size:40px;}
.sec-heading{font-size:40px !important;}
	.popular-search-bg .fill-btn.popular-search-btn, .btn-holder.vaccation-box button.smalltxt{font-size:20px;}
	.single .container-fluid:has(.blog-detail) h1.entry-title{font-size:40px;}
	.news-head h2{font-weight:400; font-size:40px;}
	.vc_btn3-container .vc_btn3{font-size:18px !important;}
}

@media(max-width: 1320px)
{
	.popular-search-bg .fill-btn.popular-search-btn, .btn-holder.vaccation-box button{font-size: 21px;}
}

@media(max-width: 1279px)
{
	.find-your-rental-wrapper.nww-filter {margin-top: 0 !important; padding-top: 70px;  padding-bottom: 70px;}
.form-actions a.btn-filter.js-additional-filters-toggle, .btn-reset.js-rental-filter-reset{width:100% !important; margin-left:0 !important;}
	.btn.btn-availability.js-rental-filter-submit{font-size:15px;}
	.form-actions a.btn-filter.js-additional-filters-toggle{font-size:14px !important;}
}

@media(max-width: 767px)
{
	.vertical-tab{display:block;}
	.popular-search-bg .fill-btn.popular-search-btn, .btn-holder.vaccation-box button{margin-bottom:0px;}
	.popular-search-bg .specialpromotion .wpb_single_image{margin-bottom:0;}
	.popular-search-bg > .vc_row.wpb_row > .vc_col-sm-12 > .vc_column-inner{padding-left:0; padding-right:0;}
	.rental-filter-tab a{font-size:16px;}
	.rental-filter-tabs{top:-38px !important;}
	section > section{padding-left:0 !important; padding-right:0 !important;}
	.join-rental.area-info-banner h1, .find-your-rental-wrapper.nww-filter h2{font-size:30px;}
	.wpb_text_column.wpb_content_element h4{font-size:18px;}
	.join-rental.area-info-banner{padding-top:40px; padding-bottom:40px; padding-right:15px;}
	.mobile-topbottom-space{padding-top:35px;}
	section > section{margin-left:0 !important; margin-right:0 !important;}
	.form-actions .col-sm-12.col-xs-12{padding-left:0; padding-right:0;}
	.find-your-rental-wrapper.nww-filter{padding-top:60px; padding-bottom:0;}
	.wpb_text_column.wpb_content_element h2.card__title a{font-size:16px; line-height:100%;}
	.wpb_text_column.wpb_content_element h2.card__title{line-height:16px;}
	.wpb_text_column.wpb_content_element h2.card__title{margin-bottom:5px;}
	.featured-prop-slide .event__body .deal_event_link{padding-left:10px !important; padding-right:10px !important;}
	.breadcrumbs{padding-left:15px; padding-right:15px;}
	.join-rental.area-info-banner .wpb_text_column.wpb_content_element{padding-left:0 !important;}
	.page-template-long-term-rentals #rentalImage.inner-bg{height:auto; min-height:250px; padding-left:0 !important; padding-right:0 !important;}
	.page-template-long-term-rentals #rentalImage.inner-bg img{min-height:250px;}
	.vc_row-fluid.container-custom.mobilepadding-o{padding-left:0 !important; padding-right:0 !important;}
	.sec-heading{font-size:30px !important;}
	.vc_row-fluid.grey-bg.padding-leftright{padding-left:0px; padding-right:0px;}
	.inner-main-title{font-size:30px;}
	.page-template-long-term-rentals .booking-area form#rental-filters{max-width:100%;}
	.page-template-long-term-rentals .form-actions .col-sm-12.col-xs-12{padding-left:15px; padding-right:15px;}
	.page-template-long-term-rentals #rental-filters{padding-bottom:140px;}
	.wpb_text_column.wpb_content_element h2{font-size:30px;}
	.grey-bg.padding-leftright h1.inner-main-title{margin-top:0;}
	.page-template-long-term-rentals .grey-bg.padding-leftright .vc_column-inner{padding-bottom:0 !important;}
	.page-template-long-term-rentals .wpb-content-wrapper .popular-search-bg{padding-top:40px;}
	.feature-head.helpful-links-head .wpb_text_column.wpb_content_element{margin-bottom:0;}
	.vc_row.wpb_row.vc_row-fluid.cta-sec{padding-left:0 !important; padding-right:0 !important;}
	.container{width:100%;}
	.vc_row.wpb_row.vc_row-fluid.padding-leftright .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner{padding-left:0; padding-right:0;}
	.weddingPackage{padding-left:0 !important; padding-right:0 !important;}
	.vc_row.wpb_row.vc_row-fluid.cta-sec .wpb_single_image{margin-bottom:15px;}
	.join-rental.area-info-banner{padding-left:15px;}
	.vc_section.celebrating-sec .vc_row.wpb_row.vc_row-fluid.container{padding-left:0 !important; padding-right:0 !important;}
	.join-rental.area-info-banner .vc_column-inner{padding-left:0 !important;}
	.vc_btn3-container .vc_btn3 {font-size:16px !important; padding:12px 15px;}
	.container-custom.propertymanagement-top{width:100%; padding-left:0 !important; padding-right:0 !important; padding-top:25px !important;}
	.container-custom {width:100%;}
	.container-custom.property-management, .container.booklocal-sec, .living-history.whyshould-booksec > .vc_row.wpb_row.vc_row-fluid.container{padding-left:0 !important; padding-right:0 !important;}
	.container-custom.property-management .vc_column-inner{padding-left:15px !important; padding-right:15px !important;}
	.contact-tx{padding:25px 15px !important; border-bottom:1px solid #fff;}
	.content_TBD .wpb_single_image.wpb_content_element{padding-left:15px; padding-right:15px;}
	.vertical-tab .vc_tta-panel-body p{margin:30px 25px;}
	.vc_tta-panel-heading{border:0 !important; border-bottom:1px solid #e3e3e3 !important;}
	.whyshould-booksec .vertical-tab .vc_tta-panel-body p {font-size:16px;}
	.vc_section.popular-search-bg .custom-container.mobilepadding-15{padding-left:15px !important; padding-right:15px !important;}
	.padding-leftright60 .inner-main-title{margin-top:0;}
	.wpb-content-wrapper .popular-search-bg{padding-top:35px;}
	
	.page-template-spring .popular-search-bg .btn-holder{margin-bottom:30px;}
	.page-template-spring .wpb-content-wrapper .popular-search-bg{padding-bottom:15px;}
	.page-template-spring .vc_row.wpb_row.vc_row-fluid.rental-form .find-your-rental-wrapper.nww-filter{width:100%;}
	.vc_section.activity-gallery{padding-top:40px !important;}
	.vc_section.activity-gallery .container.padding-leftright60{padding-left:0 !important; padding-right:0 !important;}
	.cst_ims.padding-leftright{padding-left:0; padding-right:0;}
	.bg-for-testimonial .vc_custom_heading.reviewsHeader{font-size:30px !important;}
	.bg-for-testimonial.hide-arrows + .container.rentalReview-wrapper.hide-arrows .flex-control-nav{margin-top:20px !important;}
	.vc_row.wpb_row.vc_inner.vc_row-fluid.media-faq{padding-left:0 !important; padding-right:0 !important;}
	.vc_section.container.padding15 .vc_row.wpb_row.vc_row-fluid{padding:40px 0 0;}
	.vc_section.container.faqsec{padding-top:40px !important; padding-left:15px !important; padding-right:15px !important;}
	.faqBlock ul li a{font-size:18px;}
	.vc_row.wpb_row.vc_row-fluid.paymentplan-centertext .vc_column-inner, .vc_row.wpb_row.vc_row-fluid.paymentplan-centertext .wpb_text_column.wpb_content_element{padding-left:0px !important; padding-right:0px !important;}
	.vc_row.wpb_row.paddingtop55 > .wpb_column.vc_column_container > .vc_column-inner{padding-left:15px; padding-right:15px;}
	
	p{font-size:16px;}
	.intro-image{padding-bottom:15px;}
	
	.parent-pageid-22064 #rentalImage.inner-bg{height:200px; min-height:auto;}
.parent-pageid-22064 #rentalImage.inner-bg div{height:100%;}
	.parent-pageid-22064 #rentalImage.inner-bg div figure{height:100%;}
	.parent-pageid-22064 #rentalImage.inner-bg .wpb_raw_code.wpb_raw_js{height:auto;}
}

@media(min-width: 1100px)
{
	.vertical-tab .vc_tta-panel-body p{font-size:18px;}
}
@media(max-width: 1400px)
{
	.inner-bg.faq{min-height:370px;}
}

.text-green { color: #1a7a74; }
.book-blog-sec .wpb_single_image img{border-radius:10px 10px 0 0;}

/* h1, h2, h3, p, and a tags within .faqsec class */
.faqsec h1 {
    font-size: 50px !important;
}

.faqsec h2 {
    font-size: 38px !important;
}

.faqsec h3 {
    font-size: 32px !important;
    text-transform: capitalize !important;
}

.faqsec p, 
.faqsec a {
    font-size: 21px !important;
}

/* Nightly Tabs css */
.nightly-rentals-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	cursor: pointer;
}

.nightly-rentals-cta .cta-item {
    flex: 1 1 100%;
}

.nightly-rentals-cta .cta-box {
    background-color: #488A88;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
}
.cta-box h3{
    color: #ffffff;
	font-size: 18px !important;
	font-weight: bold !important;
	padding: 18px 25px !important;
}

.nightly-rentals-cta .cta-description {
    margin-top: 10px;
    text-align: center; /* optional: matches your example layout */
}
.cta-description p{
	font-size: 14px !important;
}
.nightly-rentals-cta a.cta-box {
    display: block;
    text-decoration: none;
}

.nightly-cta-section{
	margin-top: 25px;
}

@media (min-width: 768px) {
    .nightly-rentals-cta .cta-item {
        flex: 1 1 30%;
    }
}

/* styels for disabled filters */
.js-disabled-filter {
  background-color: inherit !important;
  color: inherit !important;
  opacity: 1 !important;
  cursor: not-allowed;
  width: 15px !important;
}
.selectwrap .js-disabled-filter {
	background-color: #eee !important; 
	height: 100% !important;
	width: 100% !important;
}
.emeraldForms .selectwrap::after{
	background: initial !important;
}

/********** blog fixes  ********/
/* ========== COMMON LIST BASE STYLES ========== */
.blog-heading-list {
  padding: 0px;
}

/* OL Specific Styles */
.blog-heading-list:where(ol) {
  list-style-position: inside;
}

.blog-heading-list:where(ol) li::marker {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 38px;
}

.blog-heading-list:where(ol) h2 {
  display: inline;
  margin: 14px 0 12px 0;
}

/* Responsive OL marker size */
@media (max-width: 767px) {
  .blog-heading-list:where(ol) li::marker {
    font-size: 30px;
  }
}

/* UL Specific Styles */
.blog-heading-list:where(ul) {
  list-style: none;
  padding-left: 0;
}

.blog-heading-list:where(ul) h2 {
  position: relative;
  padding-left: 1em;
  margin: 14px 0 12px 0;
	display:inline;
}

.blog-heading-list:where(ul) h2::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 45px;
  color: #5a5a5a;
  line-height: 1;
}

/* ========== COMMON STYLES FOR BOTH LIST TYPES ========== */
.single .container-fluid:has(.blog-detail) .entry-content .blog-heading-list img {
  margin: 20px 0 12px 0 !important;
}

.single .container-fluid:has(.blog-detail) .entry-content .blog-heading-list figcaption {
  font-size: 18px;
  font-style: italic;
}

/* General override if needed (for default list markers, mostly unused now) */
.single .container-fluid .entry-content ul li::marker {
  margin-right: 4px !important;
}

/* el accolades css */
.el-accolades {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 20px 0;
}

.accolade-item {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.accolade-box {
    position: relative;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    flex-direction: column;
}

.accolade-box img.accolade-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;       
    filter: blur(1.5px);    
    z-index: 1;
}

.accolade-box h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 20px !important;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 1);
    text-align: center !important;
    margin-bottom: 5px !important;
    padding: 0px 10px;
    color: #fff !important;
    font-weight: bold !important;
}

.accolade-subtitle {
	text-align: center;
}

.accolade-subtitle p {
    margin: 0;
    font-size: 16px !important;
    color: #fff !important;
    background: none !important;
    font-style: italic;
    position: relative;
    z-index: 2;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 1);
}
