

/* ==========================================================================
   Global
   ========================================================================== */
body{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Varela Round', sans-serif;
	background: #f6f6f6;
	-moz-osx-font-smoothing: grayscale;
	color: #26333d;
}
a{
	color: #859baa;
}
a:hover{
	color: #e54553;
	text-decoration: none;
}
a:focus{
	outline: none;
	color: #FFFFFF;
	opacity: 0.8;
	text-decoration: none;
}
::-webkit-input-placeholder {
   color: #FFFFFF;
   font-size: 14px;
   opacity: 0.6;
}

::-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF;
   font-size: 14px;
   opacity: 0.6;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF;
   font-size: 14px;
   opacity: 0.6;
}

::-ms-input-placeholder {
   color: #FFFFFF;
   font-size: 14px;
   opacity: 0.6;
}
input:focus{
	outline: none;
}
/* ==========================================================================
   Header
   ========================================================================== */
.navbar{
	height: 100px;
	border-bottom: none;
	background: transparent;
	margin-bottom: 0px !important
}
.navbar .container{
	padding: 10px;
}
.navbar-brand{
	padding: 25px 15px;
}
#navbar{
	margin-top: 17px;
	padding-left: 200px;
}
#navbar li{
	position: relative;
}
#navbar .nav li a{
	display: block;
	padding: 0px 25px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #26333d;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#navbar .nav > li.active a{
	background: transparent;
	color: #e54553;
}
#navbar .nav > li > a:after{
	width: 24px;
	height: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e54553;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -12px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#navbar .nav > li.active > a:after{
	width: 24px;
	height: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e54553;
	content: "";
	bottom: -13px !important;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
#navbar .nav > li > a:hover{
	color: #e54553;
}
#navbar .nav li.open > a{
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #172729;
}
#navbar .nav > li > a:hover:after,#navbar .nav > li.open > a:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color: #FFFFFF !important;
}
.navbar-nav{
	margin-right: 0px;
}
.search-handle a{
	font-size: 24px !important;
	color: #e54553 !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	/*margin-left: 30px;*/
	background: transparent !important;
}
.search-handle a:after{
	width: 0px !important;
}
.search-handle a:hover:after{
	background: transparent !important;
}
#search-form{
	display: none;
}
.search-keyword{
	position: relative;
	width: 100%;
	right: 0px;
	top: -70px;
	padding: 25px 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #172729;
	border:none;
	color: #859baa;
}
.login-handle a{
	margin-top: 10px;
	height: 50px !important;
	line-height: 50px !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	border-radius: 25px !important;
	background-color: #e54553 !important;
	color: #FFFFFF !important;
}
/**
 * Mega Menu
 */
.mega-menu{
	position: static !important;
}
.mega-menu > .dropdown-menu{
	width: 100%;
	left: 0px;
	right: auto;
	padding: 25px 20px;
	text-align: left;
	top: 95%;
	z-index: 1000;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	border: none !important;
	background-color: #172729;
	-webkit-box-shadow: 0 2px 5px rgba(1,1,1,.35) !important;
	-moz-box-shadow: 0 2px 5px rgba(1,1,1,.35) !important;
	box-shadow: 0 2px 5px rgba(1,1,1,.35) !important;
}
.mega-menu > .dropdown-menu > li{
	display: block !important;
	float: left !important;
	list-style: none;
}
.mega-menu > .dropdown-menu li a{
	font-size: 14px !important;
	color: #859baa !important;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mega-menu > .dropdown-menu li a:hover{
	background: #152527;
	color: #e54553 !important;
}
.dropdown-menu li a span{
	font-size: 14px !important;
	padding: 3px 8px;
	margin-right: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #e54553;
	background-color: #161e1e;
	border: solid 1px #223436;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.dropdown-menu li a:hover span{
	border-color: #32474a;
}
.mega-menu .dropdown-menu > a:after{
	margin-top: 32px !important;
	border-left: 4px solid transparent !important;
	border-right: 4px solid transparent !important;
	border-top: 4px solid !important;
}
.mega-menu .dropdown-menu .dropdown-menu{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	display: block;
	margin-top: -10px;
	padding: 0 0 0 20px;
	position: static;
}
.mega-menu .dropdown-menu .dropdown-menu li a{
	font-size: 13px !important;
	height: 50px !important;
	line-height: 50px !important;
}
.mega-menu .dropdown-menu .dropdown-menu li a span{
	font-size: 13px !important;
	padding: 5px !important;
}
.mega-menu .right-caret > a:after{
	top:34px;
}
.direct-avatar img{
	border: 1px solid #c2c3b5;
	margin-right: 5px;
}
.logged-handle a{
	height: 70px !important;
	line-height: 70px !important;
	padding: 0px 10px 0px 5px !important;
	color: #e54553 !important;
	margin-top: 0px !important;
	-webkit-border-radius: 42px !important;
	-moz-border-radius: 42px !important;
	-ms-border-radius: 42px !important;
	-o-border-radius: 42px !important;
	border-radius: 42px !important;
	background: transparent !important;
}
.logged-handle a:hover,.logged-handle.open > a{
	background: #172729 !important;
}
.logged-handle a:hover .direct-avatar,.logged-handle.open > a .direct-avatar{
	border: 1px solid #3e575a;
	padding: 3px;
}
.direct-dropdown-menu > ul{
	background-color: #172729;
	border: medium none !important;
	border-radius: 8px !important;
	box-shadow: 0 2px 5px rgba(1, 1, 1, 0.35) !important;
	right: -50px !important;
	padding: 25px 20px;
	position: absolute;
	text-align: left;
	top: 110%;
	width: 220px;
	z-index: 1000;
}
.direct-dropdown-menu > ul li {
	float: left;
	list-style: outside none none;
	width: 180px;
}
.direct-dropdown-menu > ul li a {
	color: #859baa !important;
	font-size: 14px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height: 54px !important;
	line-height: 54px !important;
	padding: 0px 20px !important;
}
.direct-dropdown-menu li a i{
	padding-right: 10px;
}
.direct-dropdown-menu li a:hover {
	background: none repeat scroll 0 0 #161e1e !important;
	color: #e54553 !important;
}
.dropdown-menu > li{
	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-menu .dropdown-menu {
	left: 115%;
	position: absolute;
	top: 0;
	display:none;
	margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.right-caret > a:after
 {  content:"";
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid #FFFFFF;
	display: inline-block;
	height: 0;
	opacity: 0.8;
	vertical-align: middle;
	width: 0;
	position: absolute;
	right: 10px;
	top: 23px;
}
.left-caret > a:after
{   content:"";
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-right: 4px solid #FFFFFF;
	display: inline-block;
	height: 0;
	opacity: 0.8;
	vertical-align: middle;
	width: 0;
	position: absolute;
	right: 10px;
	top: 23px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	color: #e54553;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background: #152527
}
/* ==========================================================================
   Pager
   ========================================================================== */
.pager li > a, .pager li > span{
	background: #e54553;
	border: none;
	padding: 10px 15px;
	color: #FFFFFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.pager li > a::before {
	content: '';
	position: absolute;
	top: -15px;
	left: -6px;
	bottom: -15px;
	right: -6px;
	background: inherit;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
	border-radius: 28px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.pager li > a:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #FFFFFF;
	background-color: #33ac66;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.pager li > a:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
/* ==========================================================================
   Maps
   ========================================================================== */
.full-map,#pro-direct-map{
	width: 100%;
	height: 788px;
}
.full-map{
	position: relative;
}
.meta-map{
	text-align: center;
	position: absolute;
	top: 280px;
	color: #FFFFFF;
	width: 100%;
	z-index:30;
}
.meta-map h1{
	font-size: 60px;
	font-family: 'Noto Sans', sans-serif;
	padding-bottom: 10px;
	text-shadow: 0 0 30px #000;
}
.meta-map p{
	font-size: 20px;
	line-height: 40px;
	color: #f3f4e4;
	text-shadow: 0 0 30px #000;
	margin: 0 auto;
	max-width: 50%;
	max-height: 166px;
	overflow: hidden;
}
.marker-label,.marker-icon {
	z-index: 99;
	position: absolute;
	display: block;
	margin-top: -39px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 14px !important;
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
}
/* ==========================================================================
   Slider
   ========================================================================== */
.banner-slider {
	padding:0 0 0 0;
	margin:0 0 0 0;
	position:absolute;
	width:100%;
	z-index:20;
	overflow: hidden;
	height: 788px;
}
.banner-slider ul.slides {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
.banner-slider ul.slides li {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.banner-slider ul.slides li img {
	width:100%;
	height: 788px;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}
.banner-slider ul.slides li.flex-active-slide img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}
/* ==========================================================================
   Info Window
   ========================================================================== */
.thumb-infowindow{
	height: 100%;
	width: 100%;
}
.wrap-meta-infowindow h3 a{
	color: #e54553;
	font-size: 24px;
	font-family: 'Noto Sans', sans-serif;
}
.wrap-meta-infowindow .label-bottom{
	margin-left: 0px;
}
.wrap-meta-infowindow .direct-field{
	padding: 0px;
	margin:0px 0px 10px 0px;
	color: #FFFFFF;
	font-family: 'Varela Round', sans-serif;
}
.wrap-meta-infowindow .direct-rate{
	margin-bottom: 15px;
}
.wrap-meta-infowindow .direct-field i{
	color: #e54553;
	margin-right: 10px;
}
.top-infowindow{
	background: rgba(22, 30, 30, 0.8);
}
.bottom-infowindow{
	background: rgba(26, 37, 37, 0.8);
	padding: 20px 40px;
	color: #859baa;
	font-size: 14px;
	font-family: 'Varela Round', sans-serif;
}
.wrap-infowindow{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
/* ==========================================================================
   Home Filter
   ========================================================================== */
.big-bubble-input{
	width: 300px;
	padding: 24px 50px 24px 40px;
	margin: 0px 4px;
	border: none;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	background: #e54553 url('../img/glow.png') 6px 7px no-repeat;
	color: #FFFFFF;
	font-size: 16px;
}
.fancy-select{
	display: inline-block;
}
.fancy-select .trigger{
	width: 300px !important;
	-webkit-border-radius: 34px !important;
	-moz-border-radius: 34px !important;
	border-radius: 34px !important;
	padding: 24px 40px !important;
	margin: 0px 4px !important;
	background: #e54553 url('../img/glow.png') 6px 7px no-repeat !important;
	border:none !important;
	text-transform: none !important;
	color: #FFFFFF !important;
	top: 30px;
	font-size: 16px;
	font-weight: normal;
}
.fancy-select .trigger::after{
	top: 35px !important;
	right: 20px !important;
	border-color: #FFFFFF transparent transparent!important;
}
.fancy-select .options{
	min-width: 260px !important;
	background: #e54553 !important;
	border-top-color: #37e27f !important;
	padding-left: 0px !important;
	padding-top: 10px !important;
	left: 20px !important;
}
.fancy-select .options li{
	color: #FFFFFF !important;
	text-align: left !important;
	text-transform: none !important;
	font-weight: normal !important;
	padding: 10px 25px !important;
}
.fancy-select select:focus + .trigger{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.home-search-button{
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	background-color: #e54553;
	color: #FFFFFF;
	font-size: 14px;
	padding: 25px 30px;
	margin: 0px !important;
	border: none;

	display: inline-block;
	position: relative;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
	z-index: 1;
}
.home-search-button:hover{
	color:#FFFFFF;
	background: #14ae54;
}
.wrap-home-filter-location{
	display: inline-block;
	width: 300px;
	height: 70px;
	position: relative;
}
.wrap-share-location input{
	padding-right: 50px !important;
}
.wrap-share-location{
	position: relative;
	width: 270px;
	display: inline-block;
	height: 42px;
}
.share-my-location{
	position: absolute;
	right: 15px;
	top: 23px;
	z-index: 100;
	color: #FFFFFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	padding: 2px 10px;
	border: 1px solid transparent;
	opacity: 0.6;
}
.share-my-location:hover{
	color: #FFFFFF;
	opacity: 1;
	border: 1px solid #FFFFFF;
}
.share-my-location:focus{
	color: #FFFFFF;
}
.wrap-share-location .share-my-location{
	top: 8px;
	right: 35px;
}
/* ==========================================================================
   Button
   ========================================================================== */
.button {
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
/* ==========================================================================
   Site title
   ========================================================================== */
.site-title {
	margin: 0 auto 40px;
}
.site-title h1 {
	font-size: 60px;
	font-family: "Noto Sans",sans-serif;
	text-align: center;
	color: #26333d;
}
.site-title h2 {
	color: #26333d;
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 auto 0px;
	text-align: center;
	font-family: "Noto Sans",sans-serif;
}
.site-title p {
	font-size: 18px;
	line-height: 30px;
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
	color: #26333d;
}
.site-title span {
	width: 39px;
	height: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e54553;
	display: block;
	margin: 25px auto 15px;
	position: relative;
}
/* ==========================================================================
   Directory
   ========================================================================== */
.directory-section {
	padding: 80px 0 50px;
}
.directory-section .directory-filter {
	margin: 0 0 60px;
	text-align: center;
}
.directory-section .directory-filter li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 5px 5px;
}
.directory-section .directory-filter li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 30px;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #26333d;
	font-weight: normal;
}
.directory-section .directory-filter li.active a,.directory-section .directory-filter li a:hover {
	background: #e54553;
}
.direct-item{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(1,1,1,.1);
	-moz-box-shadow: 0 2px 5px rgba(1,1,1,.1);
	box-shadow: 0 2px 5px rgba(1,1,1,.1);
	overflow: hidden;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.direct-item-premium{
	background: #fffac1;
}
.direct-item:hover{
	-webkit-box-shadow: 0 0px 20px rgba(1,1,1,.2);
	-moz-box-shadow: 0 0px 20px rgba(1,1,1,.2);
	box-shadow: 0 0px 20px rgba(1,1,1,.2);
}
.direct-item h3{
	margin-top: 0px !important;
	padding: 0px 20px;
}
.direct-item h3 a{
	color: #26333d;
	font-size: 16px;
}
.direct-item h3 a:hover{
	color: #e54553;
}
.direct-thumb{
	height: 188px;
	border-bottom: 1px solid #bfc8cb;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	display: inline;
	margin-bottom: 0px;
}
.direct-category{
	display: inline-block;
	width: 49px;
	height: 61px;
	line-height: 56px;
	text-align: center;
	background: url(../img/pin.png) no-repeat;
	margin: -28px 0px 10px;
}
.direct-category i{
	color: #FFFFFF;
}
.label-bottom{
	width: 30px;
	height: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e54553;
	display: block;
	margin: 5px auto 15px;
}
.direct-field{
	font-size: 14px;
	color: #859baa;
	line-height: 24px;
	padding: 0px 20px;
}
.loadmore{
	text-align: center;
	margin-top: 20px;
}
.loadmore a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 30px;
	color: #FFFFFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #e54553;
	font-size: 16px;
}
.display-handle{
	padding-bottom: 10px;
}
.display-handle a{
	color: #859baa;
	font-size: 24px;
	padding-left: 5px;
}
.display-handle a.active{
	color: #e54553;
}
/* ==========================================================================
   Image Lightbox
   ========================================================================== */
#wrap-image-lightbox li
{
	display: inline-block;
	margin: 0.625em; /* 10 */
}
#wrap-image-lightbox img
{
	width: 8.75em; /* 140 */
	height: 8.75em; /* 140 */
	border-color: #eee;
	border: 0.625em solid rgba( 255, 255, 255, .5 ); /* 10 */

	-webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */
	box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */

	-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
	transition: box-shadow .3s ease, border-color .3s ease;
}
#wrap-image-lightbox img:hover,
#wrap-image-lightbox img:focus
{
	border-color: #fff;

	-webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
	box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
}
#imagelightbox
{
	cursor: pointer;
	position: fixed;
	z-index: 10000;

	-ms-touch-action: none;
	touch-action: none;

	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
	border-radius: 50%;
}
#imagelightbox-loading
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */

	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
	#imagelightbox-loading div
	{
		width: 1.25em; /* 20 */
		height: 1.25em; /* 20 */
		background-color: #fff;

		-webkit-animation: imagelightbox-loading .5s ease infinite;
		animation: imagelightbox-loading .5s ease infinite;
	}

	@-webkit-keyframes imagelightbox-loading
	{
		from { opacity: .5;	-webkit-transform: scale( .75 ); }
		50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
		to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
	}
	@keyframes imagelightbox-loading
	{
		from { opacity: .5;	transform: scale( .75 ); }
		50%	 { opacity: 1;	transform: scale( 1 ); }
		to	 { opacity: .5;	transform: scale( .75 ); }
	}


/* OVERLAY */

#imagelightbox-overlay
{
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .9 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* "CLOSE" BUTTON */

#imagelightbox-close
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	text-align: left;
	background-color: #666;
	border-radius: 50%;
	position: fixed;
	z-index: 10002;
	top: 2.5em; /* 40 */
	right: 2.5em; /* 40 */

	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
	#imagelightbox-close:hover,
	#imagelightbox-close:focus
	{
		background-color: #111;
	}
	#imagelightbox-close:before,
	#imagelightbox-close:after
	{
		width: 2px;
		background-color: #fff;
		content: '';
		position: absolute;
		top: 20%;
		bottom: 20%;
		left: 50%;
		margin-left: -1px;
	}
	#imagelightbox-close:before
	{
		-webkit-transform: rotate( 45deg );
		-ms-transform: rotate( 45deg );
		transform: rotate( 45deg );
	}
	#imagelightbox-close:after
	{
		-webkit-transform: rotate( -45deg );
		-ms-transform: rotate( -45deg );
		transform: rotate( -45deg );
	}


/* CAPTION */

#imagelightbox-caption
{
	text-align: center;
	color: #fff;
	background-color: #666;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em; /* 10 */
}


/* NAVIGATION */

#imagelightbox-nav
{
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	border-radius: 20px;
	position: fixed;
	z-index: 10001;
	left: 50%;
	bottom: 3.75em; /* 60 */
	padding: 0.313em; /* 5 */

	-webkit-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
}
	#imagelightbox-nav button
	{
		width: 1em; /* 20 */
		height: 1em; /* 20 */
		background-color: transparent;
		border: 1px solid #fff;
		border-radius: 50%;
		display: inline-block;
		margin: 0 0.313em; /* 5 */
	}
	#imagelightbox-nav button.active
	{
		background-color: #fff;
	}


/* ARROWS */

.imagelightbox-arrow
{
	width: 3.75em; /* 60 */
	height: 7.5em; /* 120 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus
{
	background-color: #666;
	background-color: rgba( 0, 0, 0, .75 );
}
.imagelightbox-arrow:active
{
	background-color: #111;
}
	.imagelightbox-arrow-left
	{
		left: 2.5em; /* 40 */
	}
	.imagelightbox-arrow-right
	{
		right: 2.5em; /* 40 */
	}
	.imagelightbox-arrow:before
	{
		width: 0;
		height: 0;
		border: 1em solid transparent;
		content: '';
		display: inline-block;
		margin-bottom: -0.125em; /* 2 */
	}
		.imagelightbox-arrow-left:before
		{
			border-left: none;
			border-right-color: #fff;
			margin-left: -0.313em; /* 5 */
		}
		.imagelightbox-arrow-right:before
		{
			border-right: none;
			border-left-color: #fff;
			margin-right: -0.313em; /* 5 */
		}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
{
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
	border:none;
}
	@-webkit-keyframes fade-in
	{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
	}
	@keyframes fade-in
	{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
	}

@media only screen and (max-width: 41.250em) /* 660 */
{
	#container
	{
		width: 100%;
	}
	#imagelightbox-close
	{
		top: 1.25em; /* 20 */
		right: 1.25em; /* 20 */
	}
	#imagelightbox-nav
	{
		bottom: 1.25em; /* 20 */
	}

	.imagelightbox-arrow
	{
		width: 2.5em; /* 40 */
		height: 3.75em; /* 60 */
		margin-top: -2.75em; /* 30 */
	}
	.imagelightbox-arrow-left
	{
		left: 1.25em; /* 20 */
	}
	.imagelightbox-arrow-right
	{
		right: 1.25em; /* 20 */
	}
}

@media only screen and (max-width: 20em) /* 320 */
{
	.imagelightbox-arrow-left
	{
		left: 0;
	}
	.imagelightbox-arrow-right
	{
		right: 0;
	}
}
.direct-verified{
	color: #22db14;
	background: #000000;
	font-size: 18px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	height: 24px;
	width: 24px;
	padding: 1px 2px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	position: relative;
}
.toolstip{
	position: absolute;
	right: -120px;
	top: -5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: #FFFFFF;
	background: #000000;
	display: inline-block;
	padding: 10px 10px;
	font-size: 13px;
	width: 120px;
	font-family: 'Varela Round', sans-serif;
}
/* ==========================================================================
   User Profile TML
   ========================================================================== */
#your-profile .form-table input[type="text"],#your-profile .form-table input[type="password"],#description{
	background: none repeat scroll 0 0 #e54553;
	color: #ffffff;
	height: 40px;
	width: 100% !important;
	padding: 0 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.form-table select{
	background: none repeat scroll 0 0 #e54553;
	color: #ffffff;
	height: 40px;
	padding: 0 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#description{
	height: 300px;
}
#password input{
	max-width: 50% !important;
}
#password .description{
	display: block;
}
.pmpro_btn{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #1f3235 !important;
	color: #FFFFFF !important;
	font-size: 16px;
	padding: 15px 25px;
	border: none !important;
}
.pmpro_btn:hover{
	color: #FFFFFF !important;
}
.form.pmpro_form .input, form.pmpro_form textarea, .input,form.pmpro_form select{
	background: none repeat scroll 0 0 #e54553;
	color: #ffffff;
	height: 40px;
	padding: 0 20px !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: none !important;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.pmpro_asterisk{
	color: #f33603;
}
.pmpro_checkout thead th{
	background: #182c2f;
	padding: 10px 20px;
	color: #FFFFFF;
}
#pmpro_account .pmpro_box h3{
	margin-bottom: 10px;
}
#pmpro_level_cost{
	padding-left: 20px;
	margin-bottom: 0px;
	color: #445560;
}
#pmpro_level_cost strong{
	color: #00b3d9;
}
.pmpro_actionlinks a,.pmpro_actionlinks a:last-child{
	padding: 5px 10px;
	font-size: 12px;
}
/* ==========================================================================
   Directory List
   ========================================================================== */
.col-md-12 .direct-item{
	margin-bottom: 22px;
	text-align: left;
	padding-bottom: 0px;
	position: relative;
}
.col-md-12 .direct-thumb{
	float: left;
}
.direct-item .direct-rate{
	padding-left: 5px;
}
.wrap-direct-meta .direct-rate{
	padding-left: 0px;
}
.col-md-12 .wrap-direct-meta{
	float: left;
	padding: 30px 30px 20px 30px;
}
.col-md-12 .direct-item .direct-category{
	left: 120px;
	position: absolute;
	top: 90px;
}
.col-md-12 .label-bottom{
	margin-left:20px;
}
.col-md-12 .direct-item-premium{
	border-right: 3px solid #e54553;
}
.filter-result{
	margin-bottom: 200px;
}
/* ==========================================================================
   Plan & Pricing
   ========================================================================== */
.plan-section{
	background: #182c2f;
	padding: 80px 0px;
}
.plan-section .site-title h2{
	color: #FFFFFF;
}
.plan-section .site-title p{
	color: #f6f6f6;
}
.pricing-box{
	text-align: center;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
}
.pricing-box:hover{
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.2);
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
.pricing-box h6{
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 30px;
	padding: 35px 5px 30px;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	background-color: #22393d;
}
.pricing-box:hover h6{
	background-color: #7fbedc;
}
.pricing-box p{
	color: #e54553;
	font-size: 48px;
	margin:35px 0px 0px;
}
.pricing-box p sup,.pricing-box p span{
	font-size: 18px;
}
.pricing-box p sup{
	right: -0.7em;
	top: -1.2em;
}
.pricing-box p span{
	margin-left: -10px;
	text-transform: uppercase;
}
.pricing-box > span{
	background-color: #859baa;
	border-radius: 4px;
	display: block;
	height: 5px;
	margin: 15px auto;
	position: relative;
	width: 39px;
}
.pricing-box ul{
	margin: 0px;
	padding: 10px 0px;
}
.pricing-box ul li{
	color: #FFFFFF;
	font-size: 16px;
	padding: 15px;
	list-style: none;
}
.pricing-order{
	margin-top: 15px;
	font-size: 30px;
	height: 88px;
	line-height: 88px;
	display: block;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
	/*background-color: #22393d;*/
	color: #FFFFFF;
}
.pricing-order i{
	font-size: 14px;
	color: #304d52;
	display: block;
	width: 66px;
	height: 66px;
	line-height: 66px;
	margin:12px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	background-color: #182c2f;
}
.pricing-order/*:hover*/{
	background: #e54553 url("../img/glow.png") no-repeat 9px 11px;
	color: #FFFFFF;
}
.pricing-order:hover{
	background: #e54553 url("../img/glow.png") no-repeat 9px 11px;
}
.pricing-order:hover{
	color: #e54553;
	background-color: #22393d;
}
.pricing-order:hover i{
	color: #e54553;
}
/* ==========================================================================
   Featured
   ========================================================================== */
.featured-section{
	padding: 80px 0px;
}
.featured-meta h4{
	color: #26333d;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 40px;
}
.featured-meta p{
	font-size: 16px;
	color: #859baa;
	line-height: 30px;
}
.featured-align-right{
	text-align: right;
}
.featured-icon i{
	background: url("../img/glow.png") no-repeat 9px 11px #e54553;
	color: #FFFFFF;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	padding: 13px;
	font-size: 58px;
	margin-top: 10px;
}
.featured-item{
	margin-top: 30px;
}
.featured-item:hover .featured-icon i{
	background-color: #7fbedc;
}
.featured-item:hover .featured-meta h4{
	color: #7fbedc;
}
/* ==========================================================================
   Brands
   ========================================================================== */
.brands-section{
	background: #182c2f;
	padding: 80px 0px;
}
.brands-section .site-title h2{
	color: #FFFFFF;
}
.brands-section .site-title p{
	color: #f6f6f6;
	max-width: 75%;
}
.brands-loop{
	padding:0px;
	margin:0px;
}
.brands-loop li{
	list-style: none;
}
.brands-loop li img{
	vertical-align: baseline;
}
.owl-carousel .owl-item img{
	width: auto;
}
/* ==========================================================================
   Blogs
   ========================================================================== */
.blogs-section{
	padding: 80px 0px;
}
.blog-item{
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(1,1,1,.1);
	-moz-box-shadow: 0 2px 5px rgba(1,1,1,.1);
	box-shadow: 0 2px 5px rgba(1,1,1,.1);
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-item.sticky-post{
	background: #fffac1;
}
.blog-item:hover{
	-webkit-box-shadow: 0 0px 20px rgba(1,1,1,.2);
	-moz-box-shadow: 0 0px 20px rgba(1,1,1,.2);
	box-shadow: 0 0px 20px rgba(1,1,1,.2);
}
.wrap-meta-blog{
	padding:20px 55px 30px;
}
.wrap-meta-blog h3 a{
	font-size: 18px;
	color: #26333d;
	line-height: 30px;
}
.wrap-meta-blog h3 a:hover{
	color: #e54553;;
}
.blog-fields{
	color: #859baa;
	font-size: 13px;
}
.blog-fields span a{
	color: #859baa;
}
.blog-fields span{
	padding:0px 10px 0px 0px;
}
.blog-short-content{
	color: #859baa;
	line-height: 30px;
}
.wrap-meta-blog .label-bottom{
	margin: 5px 0 15px;
}
.blogs-section .loadmore{
	margin-top: 20px;
}
/* ==========================================================================
   Footer
   ========================================================================== */
#footer{
	background: #182c2f;
	padding: 40px 0px 0px 0px;
}
.footer-section > h3{
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Noto Sans', sans-serif;
}
.footer-section > span{
	width: 39px;
	height: 5px;
	-webkit-border-radius: 2px/2px 2px 3px 3px;
	-moz-border-radius: 2px/2px 2px 3px 3px;
	border-radius: 2px/2px 2px 3px 3px;
	background-color: #e54553;
	display: block;
	margin:30px 0px;
}
.footer-section-content > p{
	margin-top:20px;
	color: #859baa;
	font-size: 16px;
	line-height: 30px;
}
.footer-section-content p strong{
	color: #e54553;
}
.wrap-flickr{
	padding: 0px;
	margin:0px;
}
.wrap-flickr a{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
	display: block;
}
.wrap-flickr a img{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.more-flickr i{
	padding: 32px;
	font-size: 14px;
	color: #e54553;
	background: #22393d;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.more-flickr:hover i{
	background: #324d52;
}
.footer-recent-blog {
	padding: 0px;
	margin:0px;
}
.footer-recent-blog li{
	list-style: none;
	margin-bottom: 5px;
}
.footer-recent-blog h3 a {
	color: #859baa;
	font-size: 18px;
	line-height: 30px;
}
.footer-recent-blog h3 a:hover {
	color: #e54553;
}
.footer-recent-blog .blog-fields {
	color: #475762;
	font-size: 14px;
	margin-top: 5px;
}
.footer-recent-blog .blog-fields span a{
	color: #475762;
}
.footer-recent-blog .blog-fields span {
	padding: 0 10px 0 0;
}
.footer-intouch{
	margin:0px;
	padding:0px;
}
.footer-intouch li{
	list-style: none;
	margin-bottom: 15px;
	color: #859baa;
	font-size: 14px;
	line-height: 30px;
}
/* ==========================================================================
   Credits
   ========================================================================== */
.credits{
	background: #172729;
	height: 75px;
	line-height: 75px;
	margin-top: 40px;
}
.credits h6{
	color: #859baa;
	font-size: 14px;
	line-height: 75px;
	padding: 0px;
	margin:0px;
}
.credits ul{
	padding: 0px;
	margin: 0px;
}
.credits ul li{
	list-style: none;
	margin-right: 50px;
	float: right;
}
.credits ul li a{
	color: #859baa;
}
.credits ul li a:hover{
	color: #e54553;
}
/* ==========================================================================
   Transform & Transition
   ========================================================================== */
.right-caret,.left-caret.direct-avatar,.pagination li a,.blog-date,.direct-book-button,.pricing-box,.pricing-box h6,.pricing-order,.featured-icon i,.blog-item,.directory-filter li a,.direct-services li,.direct-action-button,.info-tabbed li a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
/* ==========================================================================
   Single
   ========================================================================== */
.side-section-map{
	position: absolute;
	left: 5%;
	top:125px;
	overflow: hidden;
	width: 365px;
	height: 450px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #1a2525;
	-webkit-box-shadow: 0 2px 6px rgba(1,1,1,.2);
	-moz-box-shadow: 0 2px 6px rgba(1,1,1,.2);
	box-shadow: 0 2px 6px rgba(1,1,1,.2);
}
.top-side-section{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 365px;
	height: 313px;
	padding: 30px 50px;
	background: rgba(0,0,0,.6);
}
.top-side-section h1{
	font-size: 36px;
	line-height: 40px;
	color: #ffffff;
	font-family: 'Noto Sans', sans-serif;
}
.top-side-section .label-bottom{
	margin:10px 0px;
}
.top-side-section .direct-field{
	padding: 0px;
	color: #FFFFFF
}
.top-side-section .direct-field i{
	color: #e54553;
}
.top-side-section .direct-rate{
	margin-bottom: 20px;
}
.direct-services{
	height: 360px;
	overflow: hidden;
	position: relative;
}
.direct-services ul{
	padding: 20px 0px 10px;
	margin:0px;
}
.direct-services ul li{
	list-style: none;
	padding: 20px 50px;
}
.direct-services ul li:hover{
	background: #161e1e;
}
.direct-services ul li a{
	color: #859baa;
	font-size: 14px;
}
.direct-services ul li:hover a{
	color: #e54553;
}
.direct-services ul li i{
	padding-right: 15px;
}
.ps-container > .ps-scrollbar-y-rail{
	background: #202d2d !important;
	right: 10px !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{
	background: #324545 url(../img/handle-scroll.png) center center no-repeat !important;
	width: 16px;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
	-o-border-radius: 8px !important;
	border-radius: 8px !important;
	right: -3px !important;
}
.direct-doings{
	position: absolute;
	bottom: 20px;
	right: 20%;
}
.direct-action-button{
	display: inline-block;
	font-size: 14px;
	color: #859baa;
	padding: 15px 20px;
	margin:0px 2px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #324545;
}
.direct-action-button:hover{
	background: #e54553;
	color: #FFFFFF;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.direct-book-button{
	margin-top: 15px;
	font-size: 30px;
	height: 88px;
	line-height: 88px;
	display: inline-block;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
	background-color: #22393d;
	color: #FFFFFF;
	padding: 0px 0px 0px 55px;
	text-align: center;
}
.direct-book-button i{
	font-size: 14px;
	color: #304d52;
	display: block;
	width: 66px;
	height: 66px;
	line-height: 66px;
	margin:12px 12px 12px 20px !important;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	background-color: #182c2f;
}
.direct-book-button:hover{
	background: #e54553 url("../img/glow.png") no-repeat 9px 11px;
	color: #FFFFFF;
}
.direct-book-button:hover i{
	color: #e54553;
	background-color: #2eb969;
}
/* ==========================================================================
   Info
   ========================================================================== */
.wrap-info{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(1,1,1,.1);
	-moz-box-shadow: 0 2px 5px rgba(1,1,1,.1);
	box-shadow: 0 2px 5px rgba(1,1,1,.1);
	padding: 30px 40px;
	margin-top: 20px;
}
.info-tabbed{
	margin-bottom: 30px;
}
.info-tabbed li{
	margin-bottom: 5px;
}
.info-tabbed li a{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #859baa;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px 30px;
}
.info-tabbed li.active a,.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background: #e54553;
	color: #FFFFFF;
}
.info-tabbed li a:hover{
	background: #70828e;
}
.wrap-content{
	line-height: 30px;
	color: #26333d;
}
.wrap-content strong{
	color: #e54553;
}
.wrap-direct-photo img{
	max-width: 100%;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.table > thead > tr > th{
	border-bottom: 0px solid #859baa;
	color: #FFFFFF;
	background-color: #e54553 !important;
	padding: 15px 8px;
	font-size: 16px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-bottom: 1px solid #f8f8f8;
	border-top: none !important;
	padding: 10px 8px;
}
/* ==========================================================================
   Review
   ========================================================================== */
.wrap-reviews .site-title{
	margin-top: 40px;
}
.wrap-reviews .site-title h2,.wrap-reviews .site-title p{
	text-align: left !important;
	margin-left: 0px;
	max-width: 100%;
}
.wrap-reviews .site-title span{
	margin-left: 0px;
}
.wrap-rate span{
	font-size: 14px;
	color: #859baa;
	padding-right: 5px;
}
.wrap-rate i{
	color: #e54553;
	font-size: 10px;
	padding: 0px 10px;
}
.wrap-rate{
	height: 24px;
	line-height: 24px;
}
.wrap-review-rate{
	display: inline-block;
}
.wrap-review-rate img{
	margin-top: -2px;
}
.form-group label{
	font-weight: normal;
	color: #4c6474;
}
.wrap-reviews .form-group input{
	max-width: 50%;
	height: 40px;
	background: #e54553;
	padding: 0px 25px;
	color: #FFFFFF;
}
.wrap-reviews .form-group input::-webkit-input-placeholder {
   color: #FFFFFF !important;
}

.wrap-reviews .form-group input:-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF !important;
}

.wrap-reviews .form-group input::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF !important;
}

.wrap-reviews .form-group input:-ms-input-placeholder {
   color: #FFFFFF !important;
}
.form-control{
	color: #26333d;
}
.form-control::-webkit-placeholder{
	color: #FFFFFF !important;
}
.form-control::-moz-placeholder{
	color: #FFFFFF !important;
}
.form-control::-ms-placeholder{
	color: #FFFFFF !important;
}
.form-control::-o-placeholder{
	color: #FFFFFF !important;
}
.form-control::placeholder{
	color: #FFFFFF !important;
}
.form-control:focus{
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.1);
}
.wrap-reviews textarea{
	background: #FFFFFF;
	height: 200px;
	-webkit-box-shadow: 0 0 3px rgba(1,1,1,.1);
	-moz-box-shadow: 0 0 3px rgba(1,1,1,.1);
	box-shadow: 0 0 3px rgba(1,1,1,.1);
	padding: 10px 15px;
}
.wrap-reviews .form-control{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
}
.comments-form .btn{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #e54553;
	color: #FFFFFF;
	font-size: 16px;
	padding: 15px 25px;
	border: none;
}
.edit-comment{
	padding:5px 15px !important;
	color: #FFFFFF !important;
	font-size: 12px !important;
}
.edit-comment a{
	color: #FFFFFF !important;
}
.checkbox label{
	font-size: 14px;
	color: #859baa;
}
.wrap-slidecheck span{
	font-size: 14px;
	color: #859baa;
	padding-left: 5px;
}
.slidecheck {
	width: 80px;
	height: 26px;
	margin: 10px 0 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	background-color: rgba(48,204,114,0);
	border: solid 2px #afc5d4;
	display: inline-block;
}
.slidecheck:after {
	content: 'OFF';
	font: 12px/23px 'Noto Sans';
	color: #afc5d4;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}
.slidecheck:before {
	content: 'ON';
	font: 12px/23px 'Noto Sans';
	color: #e54553;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}
.slidecheck label {
	display: block;
	width: 35px;
	height: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #afc5d4;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
}
.slidecheck input[type=checkbox]:checked + label {
	background: #e54553;
	left: 38px;
}
.slidecheck input[type="checkbox"] {
	visibility: hidden;
}
.near-footer{
	background: #1f3235;
}
/* ==========================================================================
   Comment List
   ========================================================================== */
.comment-list{
	padding-left: 0px;
}
.comment{
	list-style: none;
	margin-bottom: 25px;
}
.wrap-comment-meta h4,.wrap-comment-meta h4 a{
	font-weight: normal;
	color: #26333d;
	font-size: 18px;
}
.wrap-comment-meta time a{
	font-size: 13px;
	color: #859baa;
	font-weight: normal;
}
.wrap-comment-meta time a:hover{
	color: #e54553;
}
.comment-text{
	padding: 25px 35px;
	background: #FFFFFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.comment-text p{
	line-height: 30px;
}
.comment-list .avatar{
	margin-top: 10px;
	margin-bottom: 10px;
}
.avatar img{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.comment-reply-link{
	padding: 0 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	color: #FFFFFF;
	background: #e54553;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.comment-reply-link::before {
	content: '';
	position: absolute;
	top: -15px;
	left: -6px;
	bottom: -15px;
	right: -6px;
	background: inherit;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
	border-radius: 28px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.comment-reply-link:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #FFFFFF;
	background-color: #7fbedc;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.comment-reply-link:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.bottom-infowindow .comment-reply-link{
	bottom: -12px;
	top: -12px;
}
.form-submit {
	display: none;
}
.star-on{
	color:#e54553;
}
.star-off{
	color:#859baa;
}
.rating-input .fa-star,.rating-input .fa-star-o{
	font-size: 18px;
	padding-right: 5px;
}
.rating-input .fa-star{
	color:#e54553;
}
.rating-input .fa-star-o{
	color:#859baa;
}
.rating-xs{
	font-size: 18px;
}
.star-rating .clear-rating, .star-rating-rtl .clear-rating{
	font-size: 100%;
	color: #859baa;
}
.rating-container{
	color: #859baa;
	letter-spacing: 4px;
}
.rating-container .rating-stars::before{
	text-shadow: none;
	letter-spacing: 4px;
}
.wrap-comment-rating{
	padding: 10px 0 10px;
	background: #fdfdfd;
	margin-bottom: 10px;
}
.wrap-comment-rating p{
	line-height: 30px;
	margin-bottom: 0px;
	color: #859baa;
}
.wrap-comment-rating i{
	padding-right: 5px;
}
.comment-form-rating{
	margin-right: 10px;
}
.average-rating-comment{
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	border-radius: 22px;
	background: url("../img/glow.png") no-repeat scroll 1px 2px #e54553;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	padding: 18px 25px;
}
.form-allowed-tags{
	background: #2b303b;
	color: #c0c5ce;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 15px 20px;
}
.form-allowed-tags code{
	color: #e54553;
	background: transparent;
}
.direct-rate i{
	margin-right: 5px;
	font-size: 16px;
}
/* ==========================================================================
   Reply comment
   ========================================================================== */
.comment-reply-title{
	padding-top: 0px !important;
}
.comment-list .comment-respond{
	padding-left: 18.667%;
	max-width: 66.667%;
}
.comment-list .children{
	margin-top: 25px;
}
.comment-reply-title small a{
	font-size: 13px;
	color: #859baa;
}
/* ==========================================================================
   Respond Comments
========================================================================== */
#respond{
	margin-top: 40px;
	margin-bottom: 40px;
}
#respond h3{
	color: #26333d;
	font-family: "Noto Sans",sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
	padding: 25px 0 40px;
	position: relative;
}
#respond h3:after{
	background-color: #e54553;
	border-radius: 2px;
	content: "";
	height: 5px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	width: 39px;
}
.comment-notes,.logged-in-as{
	margin: 20px 0;
	max-width: 100%;
	color: #4c6474;
	font-size: 18px;
	line-height: 30px;
}
/* ==========================================================================
   Modal
   ========================================================================== */
.vertical-alignment-helper {
	display:table;
	height: 100%;
	width: 100%;
	pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
	pointer-events:none;
}
.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width:inherit;
	height:inherit;
	/* To center horizontally */
	margin: 0 auto;
	pointer-events: all;
}
.modal-content{
	padding: 40px 60px;
	border: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background: #f3f4e4;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.modal-content h4{
	font-size: 30px;
	color: #26333d;
	font-family: 'Noto Sans', sans-serif;
}
.modal-header{
	border-bottom: none;
}
.modal-body{
	padding: 30px 0px;
}
.modal-footer{
	border-top: none;
}
/* ==========================================================================
   Relate
   ========================================================================== */
.relate-direct .site-title h2{
	text-align: left;
}
.relate-direct .site-title p{
	margin-left: 0px;
	text-align: left;
}
.relate-direct .site-title span{
	margin-left: 0px;
}
/* ==========================================================================
   Login Form
   ========================================================================== */
.wrap-login-form{
	padding: 0px 15px;
}
.wrap-login-form input{
	max-width: 80% !important;
}
.wrap-login-form input::-moz-placeholder{
	color: #FFFFFF !important;
}
.wrap-login-form input::-webkit-input-placeholder {
   color: #FFFFFF !important;
}

.wrap-login-form input:-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF !important;
}

.wrap-login-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF !important;
}

.wrap-login-form input:-ms-input-placeholder {
   color: #FFFFFF !important;
}
.wrap-login-form .help-block{
	padding-bottom: 10px;
}
.wrap-login-form .help-block a{
	color: #4c6474;
}
.wrap-login-form .help-block a:hover{
	color: #e54553;
}
/* ==========================================================================
   Category
   ========================================================================== */
.wrap-filter{
	margin-top: 20px;
}
.wrap-filter .fancy-select .trigger{
	padding: 16px 40px !important;
	top: 2px !important;
	margin:0px !important;
}
.wrap-filter .fancy-select .trigger::after{
	top: 28px !important;
}
.wrap-filter .form-control{
	max-width: 290px !important;
	margin-right: 10px;
}
.wrap-filter .wrap-slidecheck{
	display: inline-block;
}
.wrap-filter .wrap-slidecheck .slidecheck::before{
	content: "NEAR";
	font-size: 10px;
}
.wrap-filter .btn{
	background: #26333d;
}
.filter-tags{
	font-size: 18px;
	color: #26333d;
	padding: 30px 0 10px;
}
.flatRoundedCheckbox {
	height: 18px;
	margin: 0px 4px 0px 0px;
	position: relative;
	width: 30px;
	display: inline-block;
}
.flatRoundedCheckbox input{
	visibility: hidden;
}
.flatRoundedCheckbox div {
	background: none repeat scroll 0 0 #859baa;
	border-radius: 50px;
	height: 100%;
	position: relative;
	top: -23px;
	width: 100%;
}
.flatRoundedCheckbox label {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #c3d4e0;
	cursor: pointer;
	display: block;
	left: 3px;
	position: absolute;
	top: 5px;
	transition: all 0.5s ease 0s;
	z-index: 1;
}
.flatRoundedCheckbox input[type="checkbox"]:checked ~ div {
	background: none repeat scroll 0 0 #e54553;
}
.flatRoundedCheckbox input[type="checkbox"]:checked ~ label {
	left: 15px;
	background: #c2fcda;
}
.wrap-roundedcheckbox{
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
}
.wrap-roundedcheckbox span{
	font-size: 14px;
	color: #859baa;
}
.wrap-roundedcheckbox:hover span{
	color: #e54553;
}
.filter-result{
	padding-top: 0px;
}
.filter-result .site-title{
	margin-bottom: 0px;
}
.filter-result .site-title strong{
	color: #e54553;
	font-weight: normal;
}
.well{
	background: #f3f4e4;
	box-shadow: none;
	border: none;
}
/* ==========================================================================
   Progress
   ========================================================================== */
#nprogress .bar {
	background: #e54553;
}
#nprogress .peg {
	box-shadow: 0 0 10px #e54553, 0 0 5px #e54553;
}
#nprogress .spinner-icon {
	border-top-color: #e54553;
	border-left-color: #e54553;
}
/* ==========================================================================
   Page
   ========================================================================== */
.page-title{
	background: #1b3740 url('../img/bg-page.jpg') center;
	background-size: cover;
	padding: 80px 0px 20px;
}
.breadcrumb{
	background: transparent;
	text-align: center;
}
.breadcrumb a,.breadcrumb li,.breadcrumb > li + li::before{
	font-size: 14px;
	text-transform: uppercase;
	color: #859baa;
}
.breadcrumb li.active{
	color: #e54553;
}
.breadcrumb ul{
	clear: both;
}
.page-title h1{
	font-size: 36px;
	color: #FFFFFF;
}
.wrap-page{
	background: transparent;
}
.wrap-page .pricing-box{
	background: #182c2f;
}
.step-head{
	font-size: 18px;
	color: #26333d;
	padding-left:30px !important;
}
.step-head strong{
	color: #e54553;
	font-weight: normal;
}
.step-head span{
	background-color: #e54553;
	border-radius: 4px;
	display: block;
	height: 5px;
	margin: 15px 0;
	position: relative;
	width: 39px;
}
/* ==========================================================================
   Main form
   ========================================================================== */
.wrap-main-form{
	padding: 30px 60px 0px;
}
.wrap-main-form label{
	padding-top: 10px;
	font-size: 18px;
	color: #859baa;
}
.wrap-main-form .form-group input{
	max-width: 70%;
}
.help-block{
	color: #859baa;
	font-size: 12px;
	padding: 5px 20px 0px;
	margin-bottom: 0px;
}
.wrap-reviews .fancy-select .trigger{
	padding: 10px 40px !important;
	top: 2px !important;
	margin:0px !important;
}
.wrap-reviews .fancy-select .trigger::after{
	top: 20px !important;
}
.wrap-reviews .btn{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #26333d;
	color: #FFFFFF;
	font-size: 14px;
	padding: 15px 35px;
	border: none;
}
.wrap-reviews h2{
	color: #26333d !important;
}
.term-page-title{
	color: #26333d !important;
	background: none;
	font-size: 36px !important;
	text-align: left !important;
}
.fa-spinner{
	animation: rotation 2s infinite steps(8);
	-webkit-animation: rotation 2s infinite steps(8);
	-moz-animation: rotation 2s infinite steps(8);
}
@keyframes rotation {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotation {
	0% {
		-moz-transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
/* ==========================================================================
   Front-end Submit
   ========================================================================== */
.wrap-main-form .cmb-th{
	width: 25%;
}
.wrap-main-form .cmb-th label{
	color: #859baa;
	font-size: 18px;
	padding-top: 10px;
	font-weight: normal;
}
.wrap-main-form .cmb-td{
	width: 75%;
}
.wrap-main-form .cmb-td .cmb-td{
	width: 80%;
}
.wrap-main-form .cmb-td input[type="text"],.wrap-main-form .cmb-td input[type="email"],.wrap-main-form .cmb-td input[type="number"]{
	background: none repeat scroll 0 0 #e54553;
	color: #ffffff;
	height: 40px;
	width: 70% !important;
	padding: 0 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.wrap-main-form .cmb-td .cmb-td input{
	width: 20% !important;
}
.wrap-main-form .cmb-td .cmb-td .fancy-select{
	float: left;
}
.wrap-main-form .cmb-td .cmb-td .fancy-select .trigger{
	width: 150px !important;
}
.wrap-main-form .cmb-td .cmb-td .fancy-select .options{
	width: 150px !important;
}
.wrap-main-form .cmb-td .cmb-td label{
	font-size: 14px !important;
	font-weight: normal !important;
}
.wrap-main-form .cmb2-metabox > .cmb-row .cmb-repeat-table .cmb-row > .cmb-td{
	padding-left: 0px !important;
}
.wrap-main-form .cmb-remove-row{
	width: 20% !important;
}
.wrap-main-form .cmb2-metabox-description{
	color: #859baa;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	margin-bottom: 0;
	padding: 10px 20px 0;
}
.wrap-main-form .cmb-td input::-moz-placeholder {
	color: #ffffff;
}
.wrap-main-form .cmb-td input:focus {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.1);
}
.wrap-main-form .cmb-td,.wrap-main-form .cmb-th{
	padding: 0px 10px;
	margin-bottom: 15px;
}
.wrap-main-form .cmb2-wrap .button,.button-primary,.edit-directory,#wp-submit{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #26333d;
	color: #FFFFFF;
	font-size: 14px;
	padding: 15px 30px;
	margin: 0px !important;
	border: none;

	display: inline-block;
	position: relative;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
	z-index: 1;
}
.tml-action-links{
	padding: 0px;
	margin:0px;
}
.tml-action-links li{
	list-style: none;
	float: left;
	margin-right: 20px;
}
.wrap-main-form .cmb2-wrap .button-disabled{
	cursor: inherit;
	opacity: 0.3;
}
.wrap-main-form .cmb2-wrap .button:hover,.wrap-main-form .button-primary:hover,.edit-directory:hover{
	animation: 0.3s ease 0s normal forwards 1 running anim-moema-1;
	background-color: #517993;
	color: #FFFFFF;
	transition: background-color 0.1s ease 0.3s, color 0.1s ease 0.3s;
}
.wrap-main-form .add_media {
	background: none repeat scroll 0 0 #f7f7f7 !important;
	color: #555555 !important;
	font-size: 12px !important;
	margin-bottom: 0px !important;
	min-width: auto;
	padding: 0 15px !important;
}
.wrap-main-form .cmb-remove-row{
	padding: 0px !important;
	margin: 0px !important;
}
.wrap-main-form .cmb-remove-row .button{
	margin: 0px !important;
}
.cmb-repeat-row .cmb-td{
	margin-bottom: 0px !important;
}
.wrap-main-form .cmb-add-row{
	margin-top: 0px;
}
.wrap-main-form .button-primary{
	border: none;
}
.wrap-main-form .direct_hour_select{
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: inline-block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.wrap-main-form .direct_hour_select:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
.bootstrap-switch{
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border: none;
}
.bootstrap-switch.bootstrap-switch-focused{
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(48, 204, 114, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(48, 204, 114, 0.6);
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{
	font-size: 11px;
	color: #859baa;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success{
	color: #FFFFFF;
	background: #e54553;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default{
	color: #859baa;
}
.cmb2-checkbox-list{
	overflow: hidden;
}
.cmb2-checkbox-list li{
	float: left;
	width: 50%;
	list-style: none;
}
.cmb2-checkbox-list li label{
	font-size: 14px !important;
	font-weight: normal !important;
	padding-top: 25px;
	padding-left: 10px;
}
.cmb-multicheck-toggle{
	cursor: pointer;
}
/* ==========================================================================
   Wooecommerce
   ========================================================================== */
.woocommerce form .form-row .input-text, .woocommerce form .form-row textarea,.woocommerce-cart table.cart td.actions .coupon .input-text{
	background: none repeat scroll 0 0 #e54553;
	color: #ffffff;
	height: 40px;
	width: 100% !important;
	padding: 0 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
	color: #859baa;
	font-size: 18px;
	padding-top: 10px;
	font-weight: normal;
}
.woocommerce #respond input#submit,.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce a.button, .woocommerce button.button, .woocommerce .button{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #26333d;
	color: #FFFFFF;
	font-size: 14px;
	padding: 15px 30px;
	margin: 0px !important;
	border: none;

	display: inline-block;
	position: relative;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
	z-index: 1;
}
.woocommerce-account .addresses .title .edit{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #26333d;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px 20px;
	margin: 0px !important;
	border: none;

	display: inline-block;
	position: relative;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
	z-index: 1;
}
.woocommerce address{
	color: #859baa;
	font-size: 14px;
	line-height: 32px;
	padding-left: 10px;
	padding-top: 10px;
}
.myaccount_user{
	line-height: 32px;
}
.woocommerce .checkout_coupon, .woocommerce .login, .woocommerce .register{
	border: none;
	background: #FFFFFF;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
	padding: 20px;
}
.woocommerce table.shop_table{
	background: #FFFFFF;
}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{
	padding: 20px;
}
.order-actions .button{
	min-width: auto !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	width: auto !important;
}
.woocommerce .quantity .qty{
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Blogs
   ========================================================================== */
.wrap-blog-page{
	padding-top: 40px;
}
.wrap-page .blog-item{
	margin-bottom: 30px;
}
.wrap-page .blog-item h3 a{
	font-size: 24px;
}
.blog-date{
	display: inline-block;
	position: absolute;
	left: 50px;
	top: 210px;
	color: #FFFFFF;
	font-size: 24px;
	background: url("../img/glow.png") no-repeat 9px 11px #e54553;
	color: #FFFFFF;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	padding: 28px;
	line-height: 20px;
}
.blog-date strong{
	font-size: 14px;
	font-weight: normal;
}
.blog-date:hover{
	background: #55e994;
}
.pagination li a,.pagination li span{
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	background-color: #859baa;
	padding: 10px 16px;
	border: none;
	color: #FFFFFF;
	margin:0px 3px;
}
.pagination li span{
	background-color: #e54553;
	border: solid 1px #31a562;
}
.pagination li a:hover,.pagination li span:hover{
	background: #e54553;
	color: #FFFFFF;
}
.wrap-html{
	color: #859baa;
	line-height: 30px;
}
.wrap-html strong{
	color: #e54553;
}
.my-directory{
	padding-top: 30px;
}
/* ==========================================================================
   404
   ========================================================================== */
.search-field{
	background: #e54553;
	border: none;
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #FFFFFF;
	height: 40px;
	padding: 0 25px;
}
.search-submit{
	background: #26333d;
	border: medium none;
	border-radius: 25px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	margin: 0 !important;
	padding: 15px 30px;
	position: relative;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
	z-index: 1;
}
/* ==========================================================================
   Direct Page
   ========================================================================== */
.wrap-direct-page{
	background-color: #fff;
	border-radius: 45px;
	box-shadow: 0 2px 5px rgba(1, 1, 1, 0.1);
	padding: 60px;
}
.wrap-direct-page-comment{
	padding-left: 15%;
}
/* ==========================================================================
   Widget
   ========================================================================== */
.widget img {
	max-width:100%;
}
/* ==========================================================================
   Theme Unit
   ========================================================================== */
.sticky-post{
	background: rgba(255,255,255, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding-left: 10px;
	padding-bottom: 2px;
}
.blog-item > img{
	width: 100%;
	height: 100%;
}
blockquote{
	border-left-color: #e54553;
}
.wrap-page img{
	max-width: 100%;
	height: auto;
}
.wrap-page .wrap-reviews{
	margin: 0px auto;
}
/* ==========================================================================
   Mobile First Method
   ========================================================================== */

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
/* ==========================================================================
   Non-Mobile First Method
   ========================================================================== */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
	.direct-doings{
		right: 5%;
	}
	.direct-book-button{
		height: 70px;
		line-height: 70px;
		padding: 0 0 0 30px;
		font-size: 18px;
	}
	.direct-book-button i{
		height: 56px;
		line-height: 56px;
		margin: 7px 7px 12px 20px !important;
	}
	.direct-doings{
		bottom: 35px;
	}
	.side-section-map,.top-side-section{
		width: 365px;
	}
	.top-side-section{
		padding: 40px 50px 30px;
	}
}
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 1024px) {
	.full-map,#pro-direct-map,.banner-slider ul.slides li img{
		height: 500px !important;
	}
	.single-directory .full-map,.single-directory #pro-direct-map{
		height: 788px !important;
	}
	#navbar .nav li a{
		padding: 0px 11px;
		font-size: 14px;
	}
	.meta-map{
		top: 100px;
	}
	/* ====================
	INTERMEDIATE: Submit
   ==================== */
	.cmb2-checkbox-list{
		padding-left: 10px;
	}
	.cmb2-checkbox-list li{
		width: 100%;
	}
	.cmb2-metabox > .cmb-row .cmb-repeat-table .cmb-row > .cmb-td{
		width: 100%;
	}
	.wrap-main-form .cmb-td .cmb-td label{
		clear: both;
		display: block;
	}
	.wrap-main-form .cmb-td .cmb-td input{
		width: 100% !important;
	}
	.wrap-main-form .cmb2-metabox > .cmb-row .cmb-repeat-table .cmb-row > .cmb-td{
		margin-bottom: 10px !important;
	}
}
@media only screen and (min-width : 769px) {
	.fa.fa-search{
		position: absolute;
	    top: 32%;
	}
}
@media only screen and (max-width : 768px) {
	.meta-map{
		top: 50px;
	}
/* ====================
	INTERMEDIATE: Home
   ==================== */
	#navbar{
		padding-left: 0px;
		margin-top: 0px;
	}
	.direct-dropdown-menu > ul{
		right: -100px !important;
	}
	a.ready-submit-search i {
	    top: 34%;
	}
/*	.navbar{
		height: 176px;
	}*/
/*	.navbar-nav{
		float: left !important;
	}
*/	/*.navbar-header{
		overflow: hidden;
		float: none;
	}*/
	.navbar-brand{
		float: none;
	}
	.navbar-brand > img{
		float: none;
	}
/*	.search-handle a{
		margin-left: 100px;
	}*/
	.direct-dropdown-menu > ul{
		right: -125px !important;
	}
/* ====================
	INTERMEDIATE: Single
   ==================== */
	.direct-doings{
		display: none;
	}
}
@media only screen and (max-width : 767px) {
	.search-keyword{
		width: 80%;
		top: -75px;
		margin-left: 33px;
		margin-left: 10%;
	}
	a.ready-submit-search i {
/*	    float: right;
	    margin-right: 38px;*/
	    right: 12%;
	    position: absolute;
	    top: -6%;
	}
	.navbar-toggle{
		margin: 30px 5px 0 0;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 640px) {
/* ====================
	INTERMEDIATE: Home
   ==================== */
/*	.direct-thumb{
		width: 100%;
	}*/
	.navbar{
		height: 100px;
	}
	.navbar-toggle{
		border: none;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background: #e54553;
	}
	.navbar .container,.navbar-header{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.navbar .container{
		padding: 0px;
	}
	#navbar{
		padding: 0px;
		margin: 7px 0 0;
		background: #f6f6f6;
		text-align: center;
	}
	#navbar .nav > li.active > a::after{
		width: 0px;
	}
	#navbar .nav{
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.search-handle a{
		/*width: 50px;*/
		padding: 0px !important;
		margin-left: 210px;
	}
	.navbar-nav .open .dropdown-menu{
		overflow: hidden;
	}
	.direct-dropdown-menu > ul li{
		width: 100%;
	}
}
@media only screen and (max-width : 480px) {
/* ====================
	INTERMEDIATE: Home
   ==================== */
	.full-map,#pro-direct-map,.banner-slider ul.slides li img{
		height: 300px !important;
	}
	.single-directory .full-map,.single-directory #pro-direct-map{
		height: 788px !important;
	}
	.meta-map h1{
		font-size: 18px;
	}
	.meta-map{
		top: 40px;
	}
	.meta-map p{
		font-size: 14px;
    	line-height: 20px;
	}
	.credits h6{
		font-size: 12px;
	}
	.credits ul{
		display: none;
	}
	.mobile-show img{
		display: none;
	}
	.big-bubble-input,div.fancy-select div.trigger{
		padding: 10px 50px 10px 40px !important;
		margin-bottom: 5px;
	}
	.fancy-select .trigger{
		top: 5px;
		width: 300px !important;
	}
	.fancy-select .trigger::after{
		top: 20px !important;
	}
	.home-search-button{
		display: block;
		width: 300px;
		padding: 10px 30px;
		margin:5px auto !important;
	}
	.share-my-location{
		top: 10px !important;
	}
	.wrap-home-filter-location{
		height: 42px;
	}
	.wrap-share-location{
		width: 300px !important;
	}
	.wrap-share-location .share-my-location{
		right: 15px !important;
	}
/*	.direct-thumb{
		width: 100%;
	}
*/	.featured-meta{
		text-align: center !important;
	}
	.featured-icon{
		/*float: none !important;*/
		margin: 0px auto;
	}
	.banner-slider{
		height: 330px !important;
	}
/* ====================
	INTERMEDIATE: Single
   ==================== */
	.side-section-map,.top-side-section{
		width: 290px !important;
	}
	.top-side-section{
		padding: 70px 30px 30px;
	}
	.top-side-section h1{
		font-size: 24px
	}
	.direct-field{
		max-width: 95%;
	}
	.direct-services ul li{
		font-size: 12px;
	}
	.direct-doings{
		display: none;
	}
	.wrap-reviews .form-group input{
		max-width: 100%;
	}
	.wrap-slidecheck span{
		font-size: 12px;
	}
	.wrap-rate{
		height: 42px;
	}
/* ====================
	INTERMEDIATE: Category
   ==================== */
	.wrap-meta-infowindow{
		padding-left: 20px;
	}
	.relate-direct .site-title p{
		font-size: 14px;
	}
/* ====================
	INTERMEDIATE: Single
   ==================== */
	.wrap-main-form{
		padding: 20px 10px 0px;
	}
	.fancy-select .options{
		min-width: 230px !important;
	}
/* ====================
	INTERMEDIATE: Submit
   ==================== */
	.cmb2-checkbox-list{
		padding-left: 10px;
	}
	.cmb2-checkbox-list li{
		width: 100%;
	}
	.cmb2-metabox > .cmb-row .cmb-repeat-table .cmb-row > .cmb-td{
		width: 100%;
	}
	.wrap-main-form .cmb-td .cmb-td label{
		clear: both;
		display: block;
	}
	.wrap-main-form .cmb-td .cmb-td input{
		width: 100% !important;
	}
	.wrap-main-form .cmb2-metabox > .cmb-row .cmb-repeat-table .cmb-row > .cmb-td{
		margin-bottom: 10px !important;
	}
	.wrap-main-form .cmb-td input[type="text"], .wrap-main-form .cmb-td input[type="email"], .wrap-main-form .cmb-td input[type="number"]{
		width: 100% !important;
	}
	.fancy-select .trigger{
		width: 250px !important;
	}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
/* ==========================================================================
   Support Retina
   ========================================================================== */
@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (   min--moz-device-pixel-ratio: 1.5),
		only screen and (     -o-min-device-pixel-ratio: 3/2),
		only screen and (        min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 192dpi) {
	/* Retina Style Rules */
/*	.navbar-brand img,.logo-footer{
		width: 146px;
		height: 50px;
	}*/
}
/* ==========================================================================
   Preloading
   ========================================================================== */
#mask {
	background-color: #f3f4e4;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
}
#loader {
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
.location_indicator{
	margin: 30px auto;
	position: relative;
	left: -9px;
	width: 0px;
}

.location_indicator:before, .location_indicator:after{
	position: absolute;
	content: "";
}

.location_indicator:before{
	width: 20px;
	height: 20px;
	border-radius: 100% 100% 100% 0;
	box-shadow: 0px 0px 0px 2px rgba(48,204,114,1);
	-webkit-animation: mapping 1s linear infinite;
	   -moz-animation: mapping 1s linear infinite;
			animation: mapping 1s linear infinite;
	-webkit-transform: rotate(-46deg);
	   -moz-transform: rotate(-46deg);
			transform: rotate(-46deg);

}

.location_indicator:after{
	width: 30px;
	height: 10px;
	border-radius: 100%;
	left: -5px;
	background-color: rgba(48, 204, 114, 0.2);
	top: 24px;
	z-index: -1;
}

@-webkit-keyframes mapping{
	0% {top: 0;}
	50%{top: -5px;}
	100% {top:0; }
}
@-moz-keyframes mapping{
	0% {top: 0;}
	50%{top: -5px;}
	100% {top:0; }
}
@-keyframes mapping{
	0% {top: 0;}
	50%{top: -5px;}
	100% {top:0; }
}
