html, body {
	overflow-x: hidden;
}

i.color_1{color:#e04f67;}
i.color_2{color:#1cbbb4;}
i.color_3{color:#82ca9c;}
i.color_4{color:#f7941d;}

/*-------- Allert for old browsers IE8 and below --------*/
.chromeframe{background:#ddd;color:#000;padding: 0.2em;position: fixed; top: 0; left: 0; text-align: center; z-index:9999; width: 100%;}
.chromeframe a{color:#ed1c24;}

/*-------- 1.1 Typography --------*/
body {background:#fff; font-size:14px; width: 100%; line-height:20px; font-family:'Varela Round', sans-serif; color:#565a5c;-webkit-font-smoothing: antialiased;}

html, body { height: calc(100vh - 47px)!important }

h1, h2, h3, h4, h5, h6{-webkit-font-smoothing:antialiased; color:#3c4858;}
h3{ font-size:22px;}

.main_title{ text-align:center; font-size:16px; margin-bottom:40px;}
.main_title h1{text-transform: none; font-size:44px;font-weight: 700;margin-top: 115px;}
@media only screen and (max-width: 420px) {
	.main_title h1 {
		font-size:36px;
		margin-top: 80px;
	}
}
.main_title h2{ text-transform: none; letter-spacing:-1px; font-size:30px; margin-bottom:10px;margin-top:0; }
.main_title p{ font-family:'Varela Round', sans-serif; font-weight:300; font-size:20px}


h2 span, h3 span, h4 span, h5 span, h6 span{margin-left:4px;}

.box_style_1 h3.inner{
	margin:-30px -30px 20px -30px;
	background-color:#009c98;
	padding:10px 20px 10px 18px;
	color:#fff;
	border-bottom:1px solid #3c4858;
	-webkit-border-top-left-radius: 3px;
	text-align:center;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.light-grey {
	color: #565a5c;
}
/*General links colors*/
a {color: #009c98;text-decoration: none;-webkit-transition: all 0.2s ease;transition: all 0.2s ease; outline:none;}
a:hover,a:focus {color: #009c98;text-decoration: none; outline:none;}

p {margin: 0 0 20px 0;}

.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

/*-------- 1.2 Buttons --------*/
a.button_intro, .button_intro  {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#565a5c !important;
	background: #e04f67;
	cursor: pointer;
	padding: 8px 25px;
	display: inline-block;
	outline: none;
	font-size:12px;
	text-align:center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
	min-width:150px;
}
a.button_intro:hover, .button_intro:hover {
	background: #fff;
	color:#e04f67 !important;
}
a.button_intro.outilne, .button_intro.outline  {
	border: 2px solid #fff;
	color:#565a5c;
	background: none;
	padding: 6px 23px;
}
a.button_intro:hover, .button_intro:hover {
	background: #fff;
	color:#e04f67;
}

a.button_drop, .button_drop  {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#3c4858 !important;
	background: #ededed;
	cursor: pointer;
	padding: 5px 15px !important;
	display: inline-block;
	outline: none;
	font-size:11px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold !important;
	width:49%;
}

a.button_drop.outilne, .button_drop.outline  {
	border: 2px solid #ededed;
	color:#e04f67;
	background: none;
	padding: 3px 23px !important;
}
a.button_drop:hover, .button_drop:hover {
	background:#ededed;
	color:#333;
}
a.button_drop.outline:hover, .button_drop.outline:hover {
	background:#ededed;
	color:#333;
	border: 2px solid #ededed;
}

a.btn_1, .btn_1{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#565a5c;
	background: #009c98;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
}
a.btn_white, .btn_white{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#333;
	background: #fff;
	cursor: pointer;
	padding: 7px;
	display: inline-block;
	outline: none;
	font-size:22px!important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
}

a.btn_1.green, .btn_1.green  {background: #83c99f;}

a.btn_1.white, .btn_1.white  {background: #fff; color:#e04f67;}
a.btn_1.white:hover, .btn_1.white a:hover  {background: #333; color:#565a5c;}

a.btn_1.outline,.btn_1.outiline, input .btn_1.outiline{
	color:#555;
	background: none;
	border:2px solid #555;
	padding: 5px 18px;
}
a.btn_1.outline:hover,.btn_1.outiline:hover, input .btn_1.outiline:hover{
	color:#565a5c;
	background:#e04f67;
	border:2px solid #e04f67;
}

a.btn_1.medium, .btn_1.medium  {
	padding: 10px 22px;
	font-size:14px;
}
a.btn_1.small, .btn_1.small  {
	padding: 7px 20px;
	font-size:18px;
	text-transform:none;
	color:#565a5c !important;
}
a.btn_1:hover, .btn_1:hover {
	background: #f2c300;
}

a.bt_facebook {
		color: #fff !important;
	    background:#337ab7;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		text-align:center;
		padding:10px 5px;
		border:none;
		display:block;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
a.bt_paypal {
		color: #fff !important;
		padding:10px 8px;
	    background:#5bc0de;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		text-align:center;
		border:none;
		display:block;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
a.btn_map{
	border: 1px solid #565a5c;
	font-family: inherit;
	font-size: inherit;
	color:#009c98;
	background: #fff;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size:16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	display:block;
	text-align:center;
}
a.btn_map:hover{
	background:#fff;
	color: #565a5c;
	border: 1px solid #565a5c;
}

a.btn_full, .btn_full{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#565a5c;
	width:100%;
	background: rgba(255, 215, 0, 0.6);
	cursor: pointer;
	padding: 8px 20px;
	display: inline-block;
	outline: none;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
a.btn_full:hover, .btn_full:hover{
	background:#f2c300;
}
a.btn_full_outline{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#333;
	background:none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:none;
	font-weight:bold;
	display:block;
	text-align:center;
}
a.btn_full_outline:hover{
	border:2px solid #f2c300;
	color:#f2c300;
}
.btn-booking {
	border-radius: 30px;
  width: auto;
  background: #fff;
  height: auto;
  border: 1px solid;
  padding: 13px 30px;
}
.btn-verify {
	margin-top: 58px;
	border-radius: 30px;
  width: auto;
  background: #F8BB48;
  height: auto;
  padding: 9px 100px;
}

/*-------- 1.3 Structure --------*/

/* Header */
#logo{margin-top:10px;}

header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:119;
	padding:5px 0;
	background-color:#fff;
}
header#plain{background-color:#fff;}

header #logo .logo_sticky{ display:none;}
header.sticky #logo .logo_normal{ display:none;}
header.sticky #logo .logo_sticky{ display:block; }

.no-padding {
	padding: 0px;
}

/* logo home with h1 */
#logo_home h1{
	margin:0px;
	padding:0;
}
#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a{
	height:33px;
	display:block;
	background-image:url(../img/new/zappy-logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size: contain;
	text-indent:-9999px;
}
header.sticky #logo_home h1{
	padding:0;
}
header.sticky #logo_home h1 a{
	background-image:url(../img/new/zappy-logo-sticky.png);
}
header#plain #logo_home h1 a{
	background-image:url(../img/new/zappy-logo-sticky.png);
}
header.sticky#colored #logo_home h1 a{
	background-image:url(../img/logo_sticky_colored.png);
}
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
#logo_home h1 a, header#colored #logo_home h1 a{
    background-image: url(../img/new/zappy-logo-sticky-2x.png);
	background-size: 160px 34px;
}
header.sticky #logo_home h1 a, header#plain #logo_home h1 a{
    background-image: url(../img/new/zappy-logo-sticky-2x.png);
	background-size: 160px 34px;
}
header.sticky#colored #logo_home h1 a{
    background-image: url(../img/logo_sticky_colored_2x.png);
	background-size: 160px 34px;
}
}

header.sticky #top_line {
	height: 0;
	overflow:hidden;
	padding:0;
	opacity:0;
	transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -webkit-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
}

header.sticky{
	background-color:#fff;
}

nav{
  margin-top:7px;
  position:relative;
}
.sticky nav{ margin-top:7px}
.sticky #logo{ margin-top:0; margin-bottom:10px;}

ul#top_tools{list-style:none; padding:0; position:absolute; right:15px; top:-8px; z-index:999;}
ul#top_tools a{ color:#565a5c;}
.sticky ul#top_tools a{ color:#333; }
ul#top_tools li{display:inline-block; padding:0 10px;}

#top_line{
	color:#fff;
	height:28px;
	font-size:12px;
	border-bottom:1px solid rgba(255,255,255,0.2);
	 font-size:11px;
	 visibility:visible;
	 opacity:1;
	 margin-bottom:5px;
	 position:relative;
	 z-index:999999;
}
ul#top_links{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
a#access_link, a#wishlist_link{
	position:relative;
	display:inline-block;
	padding-left:16px;
}
#access_link:before, #wishlist_link:before{
	font-style: normal;
 	font-weight: normal;
 	font-family: "fontello";
    font-size:14px;
	position:absolute;
	left:0;
	top:0;
}

#wishlist_link:before{content: "\ec5e";}
#access_link:before{content: "\e97f";}

ul#top_links li{
	display:inline-block;
	border-left: 1px solid rgba(255,255,255,0.3);
	margin-right:5px;
	padding-left:8px;
	position:relative;
}
ul#top_links li:first-child{
	border-left: none;
	padding-left:0;
}
ul#top_links a{
	color:#565a5c;
}
ul#top_links a:hover{
	color:#e04f67;
}

/* Header  plain*/
header#plain{background-color:#3c4858;padding-bottom:0;}
header#plain.sticky{
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	-moz-box-shadow:    0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	box-shadow:         0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	background-color:#fff;
	position:fixed;
	left:0;
	top:0;
	z-index:99999;
}
header#plain.sticky #logo .logo_normal{ display:none;}
header#plain.sticky #logo .logo_sticky{ display:block; }
header#plain #top_line{color:#888;border-bottom:1px solid rgba(0,0,0,0.1);}
header#plain ul#top_links li{border-left: 1px solid rgba(0,0,0,0.1);}
header#plain ul#top_links li:first-child{border-left:none;}
header#plain ul#top_tools a{ color:#333; }
header#plain ul#top_links a{ color:#888; }
header#plain ul#top_links :hover a{ color:#333; }

.subheader_plain{margin-top:60px;}

/* Header  colored*/
header#colored.sticky{background-color:#e04f67;padding-bottom:0; border-bottom:2px solid #e04f67}
header#colored.sticky ul#top_tools a {color:#565a5c;}

/* Drop down cart / login / search  */
.dropdown.dropdown-search, .dropdown.dropdown-cart{
	float:right;
	font-size:13px !important;
}
.dropdown-cart .dropdown-menu, .dropdown-access .dropdown-menu, .dropdown-search .dropdown-menu {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  left: auto;
  min-width: 0;
  padding: 15px;
  right: 0;
  width: 250px;
  top:100%;
  font-size:12px;
  font-weight: normal;
    text-shadow:none;
	text-transform:none !important;
	border-top: 2px solid #009c98;
}

.dropdown-cart .dropdown-menu:before, .dropdown-access .dropdown-menu:before, .dropdown-search .dropdown-menu:before {
	bottom: 100%;
	right: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #009c98;
	border-width: 7px;
	margin-left: -7px;
}
.dropdown-menu{
	margin-top:14px;
}
ul#cart_items{
	padding:5px 0 0 0;
	list-style:none;
}
ul#cart_items li{
	border-bottom:1px solid #ededed;
	position:relative;
	margin:0;
	padding:5px 10px;
	padding-bottom:10px;
	width:100%;
	clear:both;
}
ul#cart_items li .image{
   border: 1px solid #ddd;
   overflow:hidden;
   width:50px;
   height:50px;
   float:left;
   margin-right:10px;
}
ul#cart_items li .image img{
   padding:1px;
  width:48px;
  height:auto;
}
ul#cart_items li strong {
	font-weight:normal;
	float:left;
	color:#999;
	margin-top:10px;
	float:left;
	width:150px;
	line-height:14px;
}
ul#cart_items li strong > a{
	color:#333;
	display: block;
}
ul#cart_items li strong > a:hover{
	color:#e04f67;
}
ul#cart_items li a.action {
	color:#999;
	position: absolute;
  font-size: 14px;
  right: 10px;
  top: 0;
  width:15px;
  height:15px;
}
ul#cart_items li a.action:hover {
	color:#333;
	background:none;
}
ul#cart_items li:last-child div{
  color: #999;
  text-align:right;
  font-size:14px;
  padding:10px 0 15px 0;
  display:block;
}
ul#cart_items li:last-child span{
    color: #333;
	font-weight:bold;
	font-size:16px;
}
.dropdown-cart .dropdown-menu a.button_drop{
	display:inline-block;
}
.dropdown- .dropdown-menu{
	margin-top:7px;
}
.login-or {
    position: relative;
    font-size: 16px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -30px;
    background-color: #fff;
    width: 60px;
    text-align: center;
  }
  .hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
a#forgot_pw{
	color:#999 !important;
	font-size:11px;
	padding:0;
	margin:-5px 0 10px 0;
	display:block;
  }
  a#forgot_pw:hover{
	color:#333 !important;
  }

.dropdown-search .dropdown-menu{
	margin-top:15px;
	right:-25px;
}
.input-group button { background-color:#333; color:#565a5c; border-color:#333}
.input-group button:hover, .input-group button:focus { background-color:#e04f67; color:#565a5c; border-color:#e04f67}

/* Footer */
footer {
	background: #fff;
	color: #3c4858;
	padding: 10px 0 10px 0;
}

footer h3 {
	font-size: 16px;
	font-weight: 700;
	color: #3c4858;
}

footer p {
	font-size: 12px;
	color: #767676;
}


footer a {
	color: #767676;
}

footer a:hover {
	color: #3c4858;
}

footer ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}
footer .social-networks ul li {
	display: inline-block;
	margin-left: 20px;
	font-size: 20px;
	position: relative;
}
footer .social-networks ul li .tooltip { z-index: 1;  }
footer .social-networks ul li .tooltip > .tooltip-inner {background-color: #3C5A99; box-shadow: 0px 6px 20px -1px rgba(0,0,0,.2);}
footer .social-networks ul li .tooltip > .tooltip-arrow {border-bottom-color: #3C5A99;}

footer .social-networks ul li .fb-tooltip{
	position: absolute;
    padding: 4px 13px;
    color: #fff;
    bottom: -45px;
    font-size: 14px;
    background: #009c98;
    font-weight: bold;
    border-radius: 2px;
}

footer .pagamenti ul li {
	display: inline-block;
	font-size: 16px;
	position: relative;
}
.pagamentiOffer ul li {
	display: inline-block;
	font-size: 16px;
	position: relative;
}

#social_footer {
	/*text-align: center;
	/*border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;*/
	margin-top: 30px;
}

#text_footer {
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 25px;
  padding-top: 5px;
}

#text_footer p {
	font-size: 14px;
	color: #8c8c8c;
	padding-top:20px;
}

#social_footer ul {
	margin: 0;
	padding: 0 0 10px 0;
}

#social_footer ul li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}

#social_footer ul li a {
	color: #3c4858;
	text-align: center;
	line-height: 34px;
	display: block;
	font-size: 16px;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(60, 72, 88, 0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#social_footer ul li a:hover {
	border: 1px solid #009c98;
	background: #009c98;
	color: #fff;
}

a#phone,
a#email_footer {
	display: block;
	position: relative;
	color: #009c98;
	font-size: 16px;
	padding-left: 40px;
	margin: 20px 0;
}

a#phone:hover,
a#email_footer:hover {
	color: #f2c300;
}

a#phone:before,
a#email_footer:before {
	font-style: normal;
	font-weight: normal;
	font-family: "icon_set_1";
	position: absolute;
}

a#phone:before {
	font-size: 30px;
	content: "\79";
	left: 0;
	top: 0;
}

a#email_footer:before {
	font-size: 28px;
	content: "\74";
	left: 0;
	top: 5px;
}

/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/

/*-------- 2.1 Home --------*/
.position-relative { position: relative; }

/* Home 2 */
#hero {
	position: relative;
	height: 663px;
	background: #fff url(../img/new/OPOCJU0.jpg) no-repeat center center;
	background-size: contain;
}

@media only screen and (max-width: 420px){
	#hero {
		height: 250px;
		margin-top: 0px;
	}
}

.intro_title {
	display: table-cell;
    vertical-align: bottom;
	padding-bottom: 30px;
	position: absolute;
	right: 5%;
    top: 10%;
}

.intro_title h3 {
	font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.intro_title h3 strong span {
	color: #fff;
}
/* How it work */
.align-center {
    text-align: center;
}
.align-left {
	  text-align: left;
}

iframe {
	height: 100%;
	width: 100%;
}

video {
	width: 100%;
}
/* Home 5 */
.containerhead{
	width: 100%;
	max-width: 100%
}

#search_bar_container {
	background-color: #fff;
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	width: 100%;
}

.search_bar {
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	border-radius: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
}
.search-bar .search_btn {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #6bd2cbc7, #429c9a);
	color: #ffff;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	font-size: 16px;
	font-weight: 100;
	text-transform: none;
}

ul#cat_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#cat_nav li {
	border-bottom: 1px solid #ddd;
}

ul#cat_nav li a {
	position: relative;
	color: #777;
}

ul#cat_nav li a span {
	font-size: 11px;
	color: #999;
}

ul#cat_nav li a:after {
	font-family: "fontello";
	content: "\e89b";
	position: absolute;
	right: 15px;
	top: 15px;
}

ul#cat_nav li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

ul#cat_nav li:first-child a:hover,
ul#cat_nav li:first-child a#active,
ul#cat_nav li:first-child a.active {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

ul#cat_nav li:last-child a:hover,
ul#cat_nav li:last-child a#active,
ul#cat_nav li:last-child a.active {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

ul#cat_nav li a {
	display: block;
	padding: 8px 10px;
}

ul#cat_nav li a:hover,
ul#cat_nav li a#active,
ul#cat_nav li a.active {
	background: #f9f9f9;
	color: #111;
}

ul#cat_nav i {
	font-size: 22px;
	margin-right: 5px;
	float: left;
}

#tools {
	background: #eee;
	padding: 5px;
	margin-bottom: 20px;
}

/* Map */
.marker_info {
	width: 280px;
	height: 320px;
	border-radius: 3px;
	text-align: center;
	background: #FFF;
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 9999999;
	font-family: "Montserrat", Arial, sans-serif;
}

.marker_info img {
	display: block;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.marker_info h3 {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.marker_info span {
	display: block;
	padding: 0px 20px;
	font-size: 12px;
	line-height: 16px;
	color: #7a7f82;
	margin-bottom: 0;
}

.marker_info:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-right-color: rgba(255, 255, 255, 0.9);
	border-width: 10px;
	margin-top: -10px;
}

/* .strip_all_tour_list {
	margin-bottom: 30px;
	background-color: #fff;
	display: block;
	color: #777;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.strip_all_tour_list h3 {
	text-transform: uppercase;
}

.tour_list_desc .rating {
	margin: 15px 0 3px -3px;
	font-size: 15px;
}

.img_list {
	overflow: hidden;
	min-height: 230px;
	text-align: center;
	position: relative;
}

.img_list img {
	width: auto;
	height: 230px;
	position: absolute;
	left: -10%;
}

.img_list a img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-backface-visibility: hidden;
}

.img_list a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.img_list .short_info {
	padding: 10px;
	text-align: left;
	min-height: 38px;
} */
/* 
.price_list .button {
	display: block;
} */
/* 
.tour_list_desc {
	padding: 10px 20px 0 0;
	border-right: 1px solid #ededed;
	height: 230px;
	line-height: 17px;
}

.tour_list_desc h3 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

.price_list {
	display: table;
	height: 220px;
	font-size: 38px;
	color: #3c4858;
	width: 100%;
	margin-left: -15px;
}

.price_list small {
	font-size: 11px;
	color: #999;
	display: block;
	margin-bottom: 10px;
	line-height: 12px;
}

.price_list div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.price_list p {
	padding: 0;
	margin: 0;
}

.price_list .normal_price_list {
	display: block;
	text-decoration: line-through;
	color: #999;
	font-size: 20px;
	margin-top: 10px;
}

.price_list sup {
	font-size: 22px;
	position: relative;
	top: -10px;
} */
/* 
ul.add_info {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.add_info li {
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #ededed;
	text-align: center;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.add_info li a {
	color: #555;
	width: 35px;
	height: 35px;
	display: block;
}

ul.add_info li i {
	display: inline-block;
	font-size: 22px;
	top: 6px;
	position: relative;
} */
/* 
#filters_col {
	background-color: #fff;
	padding: 15px 10px 15px 15px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 25px;
}

#filters_col label {
	color: #999;
	font-weight: normal;
}

a#filters_col_bt {
	display: block;
	color: #888;
}

a#filters_col_bt .icon_set_1_icon-65 {
	font-size: 20px;
	position: relative;
	top: 0;
	margin-right: 5px;
} */
/* 
.filter_type h6 {
	border-top: 1px solid #ddd;
	margin: 15px 0;
	padding: 15px 0 0 0;
}

.filter_type ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.filter_type ul li .rating {
	font-size: 16px;
	left: -7px;
	position: relative;
	top: 3px;
} */

/*-------- 2.3 Single tour page --------*/
.icon-location-2 {
	color: red;
}

#map {
	width: 100%;
	height: 450px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

#map > div:first-of-type {
	background: url("/image/default_map.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 57%;
}


.table.table_summary td {
	border-top: 1px solid #ededed;
	width: 50%;
}

.table.table_summary tr.total {
	color: #009c98;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.review_strip_single {
	position: relative;
	padding: 30px 0 20px 0;
	margin: 30px 0 25px 0;
	border-bottom: 1px solid #ddd;
}

.review_strip_single.last {
	margin-bottom: 0;
	border-bottom: 0;
}

.review_strip_single img {
	top: -15px;
	position: absolute;
	left: 0;
	border: 4px solid #fff;
}

.review_strip_single h4 {
	font-size: 18px;
	margin: -12px 0 35px 90px;
	padding: 0;
}

.review_strip_single small {
	float: right;
	font-size: 12px;
	margin-top: -10px;
	font-style: italic;
}

.review_strip_single .rating {
	font-size: 16px;
}

.normal_price_single {
	font-size: 18px;
	text-decoration: line-through;
}

.price_in {
	font-size: 42px;
	color: #e74c3c;
	border-bottom: 1px solid #ededed;
	text-align: center;
	padding-top: 30px;
	background-color: #fff8e5;
	margin: -20px -20px 20px -20px;
}

.price_in small {
	font-size: 11px;
	color: #999;
	display: block;
	margin-bottom: 20px;
	margin-top: 4px;
}

.price_in p {
	padding: 0;
	margin: 0;
}

.normal_price_in {
	display: block;
	text-decoration: line-through;
	color: #999;
	font-size: 20px;
	margin-top: 10px;
}

.price_in sup {
	font-size: 22px;
	position: relative;
	top: -10px;
}

.table.options_booking td i {
	font-size: 26px;
}

.table.options_booking td {
	vertical-align: middle;
}

/*Update version 1.1*/
#general_rating {
	font-size: 18px;
	margin: 10px 0 20px 0;
}

#general_rating .rating {
	display: inline;
}

#rating_summary ul {
	list-style: none;
	margin: 0 0 -5px 0;
	padding: 0;
}

#rating_summary ul li {
	margin-bottom: 5px;
}

#rating_summary ul li .rating {
	display: inline-block;
	font-size: 14px;
	float: right;
}
/*End Update version 1.1*/

/*-------- 2.4 Cart - Payment - Confirmation --------*/
#hero_2 {
	position: relative;
	height: 470px;
	background: #4d536d url(../img/slide_hero_2.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	display: table;
	text-align: center;
}

#hero_2.restaurant_bg {
	background: #4d536d url(../img/restaurant_top_in.jpg) no-repeat center center;
	background-size: cover;
}

#hero_2 .intro_title h1 {
	font-size: 38px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#hero_2 .intro_title h1:before,
#hero_2 .intro_title h1:after {
	display: inline-block;
	width: 60px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.5);
}

#hero_2 .intro_title h1:before {
	margin-right: 10px;
}

#hero_2 .intro_title h1:after {
	margin-left: 10px;
}

.bs-wizard {
	width: 90%;
	margin: auto;
}

.bs-wizard > .bs-wizard-step {
	padding: 0;
	position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
	font-size: 16px;
	margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #fbe8aa;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #e04f67;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 23px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
	width: 0px;
	box-shadow: none;
	background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
	width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
	width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
	width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
	background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
	left: 50%;
	width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
	width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none;
}

.form_title {
	position: relative;
	margin-bottom: 10px;
}

.form_title h3 strong {
	background-color: #e04f67;
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.form_title h3 {
	margin: 0;
	padding: 0;
}

.form_title p {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}

.step {
	padding: 20px 0 20px 31px;
}

.cards {
	margin-top: 18px;
}

.table {
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
}
.table .table-head {
	background: #f6f6f67a;
}
.table .table-head th{
	text-align: center;
    padding-top: 12px;
    color: #777;
}
.table tbody tr td {
	padding: 15px !important;
	text-align: center;
}
.book-btn .prenota-btn {
	border: 1px solid #009c98;
	background: #009c98;
	color: #fff !important;
    padding: 3px 27px;
	border-radius: 20px;
	box-shadow: 0px 2px 20px rgba(0,0,0,.1)
}
.book-btn .prenota-btn:hover {
	background: #fff;
	color: #009c98 !important;
}

.table.options_cart td i {
	font-size: 38px;
}

.table.cart-list th,
.table.options_cart th {
	background-color: #fff;
	text-transform: uppercase;
}

.table.cart-list td {
	vertical-align: middle;
}

.table.options_cart td {
	vertical-align: middle;
}

.container-mobile-property {
	width: 60%;
	box-shadow: 0px 5px 20px rgba(0,0,0,.1);
    padding: 10px 20px;
    border-radius: 4px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
}
.container-mobile-property:before {
	content: "";
    position: absolute;
    top: 47%;
    left: -12px;
    background: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: inset -3px 0px 5px rgba(0,0,0,.1);
}
.container-mobile-property:after {
	content: "";
    position: absolute;
    top: 47%;
    right: -12px;
    background: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
	box-shadow: inset -3px 0px 5px rgba(0,0,0,.1);
	transform: rotate(-177deg)
}

.container-mobile-property .property-mobile-address {
	padding: 10px 0px 20px 0px;
}
.container-mobile-property .property-mobile-address span {
    padding: 2px 6px;
	border-radius: 4px;
	border: 1px solid #a0a0a0;
}
.container-mobile-property .book-btn  {
	background: cadetblue;
    padding: 9px 0px;
    width: 84%;
    margin: 11px auto;
    border-radius: 20px;
}
.container-mobile-property .book-btn  a {
	color: #fff !important;
}

.numbers-row {
	position: relative;
	width: 97px;
	height: 40px;
  margin: 0 auto;
	overflow: visible;
}
.person-btn{
  display: inline-block;
  width: 200px;
}
.numbers-row.list {
	margin: auto;
	margin-bottom: 5px;
	margin-top: 15px;
}

input.qty2 {
	position: relative;
	width: 32px;
	height: 40px;
	border-radius: none;
	text-align: center;
	left: 26px;
	font-size: 12px;
	padding: 5px;
}

.button_inc {
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	width: 28px;
	height: 40px;
	z-index: 9;
}

.dec {
	background: #fff url(../img/minus.png) no-repeat center center;
	border: 1px solid #cccccc;
	left: 0;
	top: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.inc {
	background: #fff url(../img/plus.png) no-repeat center center;
	right: 12px;
	top: 0;
	border: 1px solid #cccccc;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#total {
	text-align: right;
	margin-top: 20px;
}

#total h3 {
	font-size: 26px;
	line-height: 26px;
	padding: 0;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
}

.options i {
	font-size: 22px;
}

.thumb_cart {
	border: 1px solid #ddd;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	float: left;
}

.thumb_cart img {
	padding: 1px;
	width: 58px;
	height: auto;
}

.item_cart {
	display: inline-block;
	margin-top: 20px;
}

.table.confirm th {
	text-transform: uppercase;
}

.table.confirm td {
	width: 50%;
}

#policy {
	padding: 10px 0 0 10px;
}

/*-------- 2.5 About --------*/
.feature {
	padding: 30px 30px 20px 120px;
	position: relative;
	background: #fff;
	margin-bottom: 30px;
	color: #888;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.feature i {
	margin: 0;
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 0;
	margin: 0;
	width: 65px;
	height: 65px;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px dashed #ccc;
	font-size: 34px;
	color: #6dcff6;
}

.features-bg {
	position: relative;
	min-height: 400px;
	background: url(../img/features-intro-01.jpg) no-repeat center center;
	background-size: cover;
}

.features-img {
	width: 100%;
	height: 400px;
	text-align: center;
	line-height: 400px;
}

.features-content {
	position: relative;
	padding: 11% 100px 10% 100px;
	height: 400px;
	background-color: #e04f67;
	color: #fff;
	font-size: 14px;
}

.features-content h3 {
	font-family: "Gochi Hand", cursive;
	color: #fff;
	font-size: 32px;
	line-height: 34px;
	text-transform: uppercase;
}

.review_strip {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	padding: 30px 20px 20px 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.review_strip img {
	top: -15px;
	position: absolute;
	left: 25px;
	border: 4px solid #fff;
}

.review_strip h4 {
	font-size: 18px;
	margin: -10px 0 35px 80px;
	padding: 0;
}

.review_strip p {
	margin-bottom: 10px;
}

.review_strip .rating {
	font-size: 16px;
}

.rating {
	font-size: 18px;
}

.rating small {
	font-size: 13px;
}

.rating .voted {
	color: #009c98;
}

/*-------- 2.6 Contact us --------*/
#map_contact {
	width: 100%;
	height: 450px;
}

#directions {
	background-color: #e04f67;
	padding: 22px 0;
}

ul#contact-info {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

.tape {
	position: absolute;
	left: 0;
	top: -20px;
	height: 45px;
	width: 100%;
	background: url(../img/tape.png) no-repeat center top;
	display: block;
}

.loader {
	margin-left: 5px;
	position: absolute;
}

.error_message {
	color: #F33;
	font-weight: 600;
	margin-bottom: 4px;
}

/*-------- 2.7 Login --------*/
#hero.login {
	height: auto;
	display: block;
	text-transform: none;
	font-size: 12px;
	background: url(../img/bg_login.jpg) no-repeat center center;
	background-size: cover;
}

#login {
	margin: 20px 0 60px;
	color: #333;
	text-align: left;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 5 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	padding: 30px;
}

#pass-info {
	width: 98.5%;
	margin-bottom: 15px;
	color: #829CBD;
	text-align: center;
	font: 12px/25px Arial, Helvetica, sans-serif;
}

#pass-info.weakpass {
	border: 1px solid #FF9191;
	background: #FFC7C7;
	color: #94546E;
	text-shadow: 1px 1px 1px #FFF;
}

#pass-info.stillweakpass {
	border: 1px solid #FBB;
	background: #FDD;
	color: #945870;
	text-shadow: 1px 1px 1px #FFF;
}

#pass-info.goodpass {
	border: 1px solid #C4EEC8;
	background: #E4FFE4;
	color: #51926E;
	text-shadow: 1px 1px 1px #FFF;
}

#pass-info.strongpass {
	border: 1px solid #6ED66E;
	background: #79F079;
	color: #348F34;
	text-shadow: 1px 1px 1px #FFF;
}

#pass-info.vrystrongpass {
	border: 1px solid #379137;
	background: #48B448;
	color: #CDFFCD;
	text-shadow: 1px 1px 1px #296429;
}

/*-------- 2.8 Tour guide page --------*/
#tour_guide {
	text-align: center;
}

.img-circle.styled {
	border: 5px solid #fff;
}

#filters {
	padding: 20px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ededed;
	margin: 0 -15px 30px -15px;
}

a.bt_filters {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 6px 8px;
	color: #888;
	display: inline-block;
}

/*-------- 2.9 Tranfers --------*/
.transfer_container {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.transfer_container .transfer_title {
	padding: 15px;
	position: relative;
}

.transfer_container .transfer_title .rating {
	font-size: 14px;
	margin-left: -3px;
}

.transfer_container .transfer_title h3 {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
}

a.btn_collapse {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
}

/*-------- 3.0 Hotels --------*/
.score span {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	;
	width: 35px;
	height: 35px;
	border: 2px solid #999;
	line-height: 32px;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin-left: 5px;
	text-align: center;
}

.score {
	float: right;
	font-size: 11px;
	margin-top: 5px;
}

#score_detail span {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	;
	width: 45px;
	height: 45px;
	border: 2px solid #555;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	margin-right: 5px;
	text-align: center;
}

#score_detail {
	font-size: 14px;
	margin-bottom: 15px;
}

#score_detail small {
	color: #999;
}

.hotel_container {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.hotel_container .hotel_title {
	padding: 15px;
	position: relative;
}

.hotel_container .hotel_title .rating {
	font-size: 14px;
	margin-left: -3px;
}

.hotel_container .hotel_title h3 {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
}

.hotel_container .score span {
	color: #fff;
	margin-right: 5px;
	text-align: center;
	border: 2px solid #fff;
}

.hotel_container .score {
	font-size: 11px;
	margin-top: 5px;
	position: absolute;
	bottom: 30px;
	left: 5px;
}

.hotel_container a .score {
	color: #fff;
}

/* Carousel */
.carousel .item {
	margin: 3px;
}

.carousel .item img {
	display: block;
	width: 100%;
	height: auto;
}

ul.list_icons {
	margin: 0 0 020px 0;
	padding: 0;
	list-style: none;
}

ul.list_icons li i {
	font-size: 16px;
}

.modal-dialog {
	margin-top: 80px;
}

#price_single_main.hotel {
	padding-top: 40px;
}

.hotel_container .short_info.hotel {
	padding-left: 10px;
}

/*-------- 3.1 Wishlist --------*/
.wishlist_close {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 30px;
	height: 30px;
	z-index: 2;
	font-size: 20px;
	line-height: 25px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	color: #F66 !important;
}

.wishlist_close:before {
	font-style: normal;
	font-weight: normal;
	font-family: "icon_set_1";
	font-size: 30px;
	content: "\72";
	color: #F66;
	position: absolute;
	left: 0;
	top: 3px;
}

/*-------- 3.2 Map listing --------*/

.full-height {
	height: 100%;
}

.row-height {
	height: 100%;
	min-height: 100%;
}

.map-right {
	height: calc(100vh - 81px);
	/* min-height: 100%; */
	padding: 0px;
}

.content-left {
	height: calc(100vh - 81px);
	/* min-height: 100%; */
	overflow-y: scroll;
	/*padding-top: 50px;*/
}
.content-left::-webkit-scrollbar {
	 width: 6px;
 }

 .content-left::-webkit-scrollbar-track {
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	 border-radius: 10px;
 }

 .content-left::-webkit-scrollbar-thumb {
	 border-radius: 20px;
	 background: #009c98;
	 /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
 }

.view_on_map {
	cursor: pointer;
	margin-top: 23px;
}

/* icon show on map
.view_on_map:before {
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	font-size: 21px;
	content: "\ecea";
	color: #009c98;
	position: absolute;
	left: 0px;
	top: 7px;
} */


/*--------3.3 how it works page-------- */
.main_title-how h2{
	margin-left: 70px;
	text-align: left;
}

.main_title-how h5{
	margin-left: 70px;
	text-align: justify;
	margin-right: 15px;
	color: #3c4857a6;
}

.main_title-how span{
	font-size: 90px;
  float: left;
  margin-top: 45px;
  font-weight: 700;
  color: #009c98;
}

.how-img img{
	border: none ;
	max-width: 100%;
	height: 287px;
	object-fit: cover;
	padding: 0px;
	animation-name: zoomIn;
	animation-duration: 1s;
	visibility: visible;
	margin-bottom: 100px;
	box-shadow: 0px 12px 39px 0px rgba(0, 0, 0, 0.17);
}

@media only screen and (max-width: 420px) {
	.how-img img{
				height: 237px;
				width: 90%;
				padding: 0px;
				animation-name: zoomIn;
				animation-duration: 1s;
				visibility: visible;
				margin-bottom: 100px;
				object-fit: cover;
				margin-top: 20px;
	}
}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/

.box_style_1 {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid;
	margin-bottom: 25px;
	padding: 30px;
	position: relative;
	color: #666;
	border-radius: 20px;
}

.box_style_3 {
	padding: 20px;
	position: relative;
	background: #fff;
	margin-bottom: 30px;
	color: #888;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.box_style_3 h3 {
	font-size: 20px;
}

.box_style_3 i {
	margin: auto;
	margin-bottom: 20px;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px dashed #ccc;
	font-size: 42px;
	color: #6dcff6;
}

.box_style_4,
.box_style_2 {
	background: #ffe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 35px;
	margin-bottom: 25px;
	padding: 20px;
	position: relative;
	text-align: center;
	border: 2px solid #009c98;
}

.box_style_4:after,
.box_style_4:before {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
}

.box_style_4:before {
	border-bottom: 10px solid #ccc;
	margin-bottom: 0;
}

.box_style_4:after {
	border-bottom: 10px solid #fff;
	margin-bottom: -1px;
	z-index: 1;
}

.box_style_2 i,
.box_style_4 i {
	font-size: 65px;
	margin-top: 10px;
	display: inline-block;
}

.box_style_2 a.phone,
.box_style_4 a.phone {
	font-size: 26px;
	display: block;
	margin-bottom: 10px;
}

/* Input form style */
.form-control {
	font-size: 16px;
	color: #333;
	height: 40px;
  line-height: 20px;
	border-radius: 3px;
}
.search_bar .form-control {
  line-height: 20px;
	border-radius: 0;
  border: 0;
  margin: 0;
  box-shadow: none;
}
.search_bar .form-control:hover,
.search_bar .form-control:active,
.search_bar .form-control:focus{
  outline: none;
  box-shadow: none;
}
.form-control .dates {
	font-size: 14px;
	padding: 10px 3px;
}
.search_bar .form-group{
  margin: 0;
  float: left;
  width: 100%;
  padding: 3px 0;
  border-right: 1px solid #dedede;
}
.search_bar .form-group h4{
  padding: 0 12px;
  margin: 20px 0 0;
}
.search_bar .dropdown-cart .dropdown-menu,
.search_bar .dropdown-access .dropdown-menu,
.search_bar .dropdown-search .dropdown-menu{
  width: 100%;
  margin-top: 10px;
  z-index: 999;
}
#booking .form-group {
	position: relative;
}

.expose {
	position: relative;
}

#overlay {
	background: rgba(0, 0, 0, 0.4);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	bottom: 0;
}

/* Error validate style */
label.error {
	font-size: 11px;
	position: absolute;
	top: -15px;
	right: -30px;
	z-index: 99;
	height: 25px;
	line-height: 25px;
	background-color: #e34f4f;
	color: #fff;
	font-weight: normal;
	padding: 0 6px;
}

label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
}

/* Scroll top button */
#toTop {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 20px;
}

#toTop:before {
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	content: "\e899";
}

/*Background colors*/
.white_bg {
	background-color: #fff
}

/*Spacing*/
.add_bottom_15 {
	margin-bottom: 15px;
}

.add_bottom_30 {
	margin-bottom: 30px;
}

.add_bottom_45 {
	margin-bottom: 45px;
}

.add_bottom_60 {
	margin-bottom: 60px;
}

.nomargin_top {
	margin-top: 0;
}

/*List*/
ul.list_ok {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 22px;
}

ul.list_ok li {
	position: relative;
	padding-left: 25px;
}

ul.included-items li:before {
	font-style: normal;
	font-weight: bold;
	font-family: "FontAwesome";
	font-size: 14px;
	content: "\f00d";
	color: red;
	position: absolute;
	left: 0;
	top: 0;
}
ul.excluded-items li:before {
	font-style: normal;
	font-weight: bold;
	font-family: "FontAwesome";
	font-size: 9px;
    content: "\f00c";
	color: #009c98;
	position: absolute;
	left: 0;
	top: 0;
}

ul.list_order {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
}

ul.list_order li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}

ul.list_order li span {
	background-color: #e04f67;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

/** Pagination **/
.pagination > li > a,
.pagination > li > span {
	color: #888;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #333 !important;
	background-color: #f9f9f9;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #555;
	border-color: #555;
}

/* Drop down select footer */
.styled-select select {
	background: transparent;
	width: 115%;
	padding: 7px 5px 5px 15px;
	border: 0;
	border-radius: 0;
	height: 37px;
	margin: 0;
	font-weight: 400;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	color: #999;
}

.styled-select {
	width: 100%;
	overflow: hidden;
	height: 40px;
	background: #434343 url(../img/down_arrow_select.png) no-repeat right center;
	border: none;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.styled-select select::-ms-expand {
	display: none;
}

.styled-select select:focus {
	outline: none;
}

/* Drop down select filters */
.styled-select-filters select {
	background: transparent;
	width: 115%;
	padding: 7px 5px 5px 10px;
	border: 0;
	border-radius: 0;
	height: 31px;
	margin: 0;
	font-weight: 400;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 12px;
	color: #888;
}

.styled-select-filters {
	width: 100%;
	overflow: hidden;
	height: 34px;
	background: #fff url(../img/down_arrow_select_filters.png) no-repeat right center;
	border: none;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	display: block;
}

.styled-select-filters select::-ms-expand {
	display: none;
}

.styled-select-filters select:focus {
	outline: none;
}

/* Margin tools */
.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.margin_30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.margin_20 {
	margin-top: 20px;
}

.row-container-listings {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: left;
	padding-left: 20px;
	margin-top: 0px;
}

/* Tours boxes*/
.tour_container {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
	margin: -5px;
	margin-bottom: 30px;
	min-height: 311px;
	max-height: 400px;
}

.tour_container:hover {
	box-shadow: 0px 8px 10px #ccccccb0;
}
.img_container {
	position: relative;
	height: 194px;
}

.img_container #matterport_3d {
	position: absolute;
    bottom: 10px;
    left: -12px;
    border-radius: 20px;
    background: #67c552bf;
    color: #fff;
    padding-right: 20px;
}

.img_container #matterport_3d img {
	height: 40px;
    border-radius: 50%;
    width: 40px;
    object-fit: contain;
    background: #fff;
    box-shadow: 0px 8px 18px rgba(0,0,0,.4);
}

.tour_container .tour_title {
	padding: 10px;
	position: relative;
}

.tour_container .tour_title .rating {
	font-size: 14px;
	margin-left: -3px;
}

.tour_container .tour_title h3 {
	margin: 0 0 8px;
	font-size: 18px;
  line-height: 21px;
	text-transform: capitalize;
	font-weight: 600;
}

.tour_container .tour_title p {
	margin-bottom:8px;
	font-size: 13px;
}

.tour_icons{
	border-top:1px solid rgba(0, 0, 0, 0.1);
	font-size:15px;
	font-weight:400;
	padding:10px;
}

.tour_icons ul{
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
}

.tour_icons ul li{
	display:inline-block;
	padding-right:12px;
}

.tour_icons ul li i{
	font-size:20px;
	margin-right:5px;
}

.wishlist {
	position: absolute;
	top: 8px;
	right: 26px;
	width: 40px;
	height: 40px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.wishlist a {
	color: #000;
	cursor: pointer;
	display: block;
}

.strip_all_tour_list .wishlist a {
	color: #fff;
}

.cursor-pointer { cursor: pointer; }

.wishlist:before {
	/*font-style: normal;
	font-weight: normal;
	font-family: "icon_set_1";
	font-size: 40px;
	content: "\72";
	color: #000;
	position: absolute;
	left: 0;
	top: 4px;*/
}

/*.strip_all_tour_list .wishlist {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 30px;
	height: 30px;
	z-index: 2;
	font-size: 20px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #fff !important;
}

.strip_all_tour_list .wishlist:before {
	font-style: normal;
	font-weight: normal;
	font-family: "icon_set_1";
	font-size: 30px;
	content: "\72";
	color: #fff;
	position: absolute;
	left: 0;
	top: 3px;
}*/

.short_info {
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	padding: 6px;
	color: #fff;
}

.short_info i {
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}

.short_info .price {
	float: right;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	color:#009c98;
}

.short_info .price sup {
	font-size: 18px;
	position: relative;
	top: -5px;
}

/* Ribbons */
.ribbon {
	position: absolute;
	top: 0;
	left: -1px;
	width: 78px;
	height: 78px;
	z-index: 1;
}

.ribbon.popular {
	background: url(../img/ribbon_popular.png) no-repeat 0 0;
}

.ribbon.top_rated {
	background: url(../img/ribbon_top_rated.png) no-repeat 0 0;
}

/* Tooltips */
.tooltip_styled {
	display: inline;
	position: relative;
	z-index: 999;
}

.tooltip-item {
	cursor: pointer;
	display: inline-block;
}

.tooltip-item::after {
	content: '';
	position: absolute;
	width: 300px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip_styled:hover .tooltip-item::after {
	pointer-events: auto;
}

.tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 120px;
	left: 50%;
	margin: 0 0 20px -150px;
	bottom: 100%;
	text-align: left;
	line-height: 20px;
	display: block;
	padding: 15px;
	font-size: 12px;
	color: #fff;
	box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
	background: #333;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.tooltip-effect-1 .tooltip-content {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
	-webkit-transform-origin: 50% calc(100% + 10px);
	transform-origin: 50% calc(100% + 10px);
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
	transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(0.7, 0.3, 1);
	transform: scale3d(0.7, 0.3, 1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip_styled:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip_styled.tooltip-effect-2:hover .tooltip-content {
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.tooltip-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #333;
	border-width: 10px;
	margin-left: -10px;
}

.tooltip-content .label {
	margin-left: 10px;
}

.tooltip-content i {
	font-size: 20px !important;
	top: 3px !important;
	left: -3px !important;
	position: relative;
}

.tooltip-content h4 {
	display: block;
	margin: 0 0 10px 0;
	line-height: 14px;
	font-size: 16px;
	color: #fff;
}

.tooltip-content a {
	font-weight: bold;
}

/* Tooltip flip */
.tooltip_flip {
	position: relative;
}

.tooltip_flip::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 100%;
	pointer-events: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip_flip:hover::after {
	pointer-events: auto;
}

.tooltip-content-flip {
	position: absolute;
	z-index: 9999;
	width: 80px;
	height: 80px;
	left: -40%;
	bottom: 100%;
	text-align: center;
	color: #fff;
	opacity: 0;
	margin-bottom: 7px;
	cursor: default;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.strip_all_tour_list .tooltip-content-flip {
	left: -65%;
}

.tooltip-effect-1 .tooltip-content-flip {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

.tooltip_flip:hover .tooltip-content-flip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.tooltip-content-flip > span {
	float: left;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.tooltip-back {
	background: #009c98;
	font-size: 12px;
	line-height: 14px;
	padding-top: 25px;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
}

.tooltip_flip:hover .tooltip-content-flip > span {
	-webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
	transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
}

.tooltip-content-flip .tooltip-front::after,
.tooltip-content-flip .tooltip-back::after {
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
}

.tooltip-content-flip .tooltip-front::after {
	right: 0;
	border-top: 10px solid #e64b50;
	border-left: 10px solid transparent;
}

.tooltip-content-flip .tooltip-back::after {
	left: 45%;
	border-top: 10px solid #009c98;
	border-right: 10px solid transparent;
}

/* Position  breadcrumbs */
#position {
	background-color: #3c4858;
	padding: 10px 0;
	font-size: 11px;
}

#position ul li:first-child {
	padding-left: 20px;
}

#position ul li:first-child:before {
	content: "\eaf4";
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: 1px;
	color: #fff;
}

#position ul {
	margin: 0;
	padding: 0;
	color: #888;
}

#position ul li a {
	color: #fff;
	opacity: 0.7;
}

#position ul li a:hover {
	color: #fff;
	opacity: 1;
}

#position ul li {
	display: inline-block;
	padding-right: 8px;
	margin-right: 3px;
	position: relative;
}

#position ul li:after {
	content: "\e9ee";
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position: absolute;
	right: 0;
	top: 2px;
}

#position ul li:last-child:after {
	content: '';
}

/*Banners*/
.banner {
	position: relative;
	background: #fff url(../img/banner_bg.png) no-repeat center bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.banner:after,
.banner:before {
	position: absolute;
	content: "";
	z-index: 1;
	height: 18px;
	width: 50%;
	top: 100%;
}

.banner:after {
	left: 0;
	background: url(../img/shadow-bg.png) no-repeat top left;
}

.banner:before {
	right: 0;
	background: url(../img/shadow-bg.png) no-repeat top right;
}

.banner a {
	position: absolute;
	top: 35%;
	right: 30px;
}

.banner h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	margin: 0;
	padding: 0;
	color: #e04f67;
}

.banner h4 span {
	text-transform: none;
	color: #555;
}

.banner p {
	margin: 0;
	padding: 0;
}

.banner.colored {
	background: rgba(0, 0, 0, 0.8) url(../img/banner_bg_colored.png) no-repeat center bottom;
	color: #fff;
}

.banner.colored h4 {
	color: #fff;
}

.banner.colored h4 span {
	color: #009c98;
}

/*Preloading*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

.sk-spinner-wave.sk-spinner {
	margin: -15px 0 0 -25px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
}

.ie8 .sk-spinner-wave.sk-spinner {
	display: none;
}

.sk-spinner-wave div {
	background-color: #ccc;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes sk-waveStretchDelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

.laptop {
	margin: auto;
	margin-top: 20px;
}

/** Collapse updated v.1.8 **/
.panel {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ddd;
}

.panel-title a {
	display: block;
	color: #777;
}

.panel-default > .panel-heading {
	background-color: #fff;
	padding: 20px;
}

.panel-heading {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-group .panel {
	border-radius: 3px;
}

.panel-body {
	padding: 30px;
	line-height: 1.6 !important;
}

.panel-title a .indicator {
	color: #009c98;
}

.panel-title a:hover .indicator {
	color: #333;
}

/** Blockquote **/
blockquote.styled {
	font-family: "Gochi Hand", cursive;
	line-height: 1.42857143;
}

/** tabs **/
.tab-content {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: 25px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/** Img frame in general page **/
.img-responsive.styled {
	margin-top: 20px;
	border: 3px solid#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/**General icons block **/
.general_icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 30px 0 0 0;
}

.general_icons ul li {
	display: inline-block;
	text-align: center;
	padding: 0 20px 20px 0;
	white-space: nowrap;
}

.general_icons ul li:last-child {
	padding-right: 0;
}

.general_icons ul li i {
	font-size: 36px;
	display: block;
	margin-bottom: 10px;
}

/*============================================================================================*/
/* 4.  UPDATES  */
/*============================================================================================*/

/* 4.1 Home 7: search function */
#search_container {
	position: relative;
	height: 700px;
	background: #4d536d url(../img/slide_hero.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
	width: 100%;
	display: table;
	z-index: 99;
}

#search {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20%;
	padding-top: 100px;
}

#search .nav-tabs {
	border-radius: 0;
	font-size: 12px;
	border: 0;
	border-bottom: 1px solid transparent;
	margin-left: 10px;
	text-transform: uppercase;
}

#search .nav-tabs > li > a {
	border-radius: 0;
	border: 0;
	color: #fff !important;
}

#search .tab-content {
	border-radius: 0;
	border: 0;
	color: #333;
}

#search .nav-tabs > li > a {
	background: rgba(0, 0, 0, 0.40);
	padding-bottom: -2px;
}

#search .nav-tabs > li.active > a,
#search .nav-tabs > li.active > a:hover,
#search .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #e14d67;
}
  /* START DROPDOWN SEARCH ON HEADER */

#logo_home h1 a {
	margin: 0px !important;
	width: 223px !important;
}
.search-bar {
	padding: 11px 57px;
	width: 400px;
	max-width: 100%;
    border: 1px solid rgba(214, 214, 214, 0.54);
    border-radius: 30px;
    color: #439d98 !important;
    font-weight: bold;
	position: relative;
	top: -3px;
	box-shadow: 0 2px 30px -3px rgba(127, 127, 127, 0.25);	
    font-size: 16px;
    cursor: pointer;
}
.search_type { display: flex; font-size: 15px }
.search_type label {
	padding: 10px 20px;
	margin-bottom: 0px !important;
	border-right: 1px solid #cccccc59;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
/* .iradio_square-grey{
	opacity: 0 !important;
	display: none !important;
} */
.search_type_active {
	background: #ffda38;
}
 
#upload_listing_bacheca {
  background: #009c98;
  border: none;
  border: 1px solid #009c98;
  border-radius: 20px;
  color: #fff;
  padding: 6px 30px;
  font-size: 16px;
  margin-top: -6px;
  outline: none;
  width: 185px;
}
@media screen and (max-width: 505px) {
	#upload_listing_bacheca {
		margin-top: 13px;
		margin-left: -52px;
		width: 185px;
	}
}
@media screen and (max-width: 991px) {
	.fa-plus-property {
		display: flex !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		width: 35px;
		height: 35px;
		-webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
		background: #f0f0f0;
		border-radius: 50%;
		margin-top: 9px;
		margin-bottom: 6px;
	}
	#upload_listing_bacheca {
		display: none;
	}
	#link-to-upload-property { position: relative; }
	#link-to-upload-property .tooltip.bottom {
		left: -64px !important;
		width: 108px;
	}
	#link-to-upload-property .tooltip.bottom .tooltip-arrow {
		left: 77.2308% !important;
		border-bottom-color: #009c98 !important;
	}
	#link-to-upload-property .tooltip-inner {
		background-color: #009c98 !important;
		box-shadow: 0px 5px 20px rgba(0,0,0,.1);
	}
}
@media screen and (max-width: 505px) {
	.search_type {
		font-size: 15px;
		border-bottom: 1px solid #cccccc59;
	}
	.mobile_range {
		margin-top: 79px !important;
		padding-right: 24px;
	}
}
.search-bar .toggle-dropdown {
	position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -12px;
    font-size: 1.2em;
    color: #439d98;
    font-weight: bold;
}
.search-bar .img {
	/* height: 23px; */
	position: absolute;
	left: 24px;
	top: 50%;
    margin-top: -8px;
    font-size: 1.1em;
}
.dropdown-search-bar {
	background: #fff;
	margin-left: 0px !important;
	padding: 6px 20px;
	border: 1px solid #ececec;
	border-top: none;
	position: absolute;
	width: 300px;
	display: none;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}
.dropdown-search-bar ol {
	display: flex;
	flex-direction: column;
	margin: 0px;
	padding: 0px;
}
.dropdown-search-bar ol li:hover {
	/* color: #ffd938; */
	cursor: pointer;
}
.form-group .button {
	background: #298c73;
	color: #fff;
	border-radius: 30px;
	padding: 14px 40px;
	font-size: 16px;
	font-weight: 100;
	margin: 25px auto;
}
.form-group .button:hover {
	background: #298c73 !important;
}
.button {
	background: #298c73 !important;
	color: #fff;
	padding: 14px;
	font-size: 16px;
	font-weight: 100;
	border-radius: 30px;
	width: 300px;
	margin: 0 auto;
	margin-top: 23px !important;
	box-shadow: -2px 3px 22px 2px rgba(0,0,0,.1);
}
.btn-login {
	background: #298c73 !important;
	color: #fff;
	padding: 12px;
	font-size: 17px;
	font-weight: 100;
	border-radius: 30px;
	width: 90%;
	margin: 0 auto;
}
.btn-sign-up {
	color: #009c98 !important;
	border: 1px solid #fff !important;
	border-radius: 30px !important;
	font-size: 15px !important;
	font-weight: 100 !important;
	width: 300px;
	padding: 14px;
	margin: 0 auto;
	margin-top: 20px;
}
.btn-sign-up:hover {
	border-color: #438f6c !important;
	color: #438f6c !important;
}
.dropdown-search-bar {
	border-top: 1px solid #ececec;
    position: absolute;
    left: 1px;
    right: 0;
    width: 400px;
    z-index: 1;
    display: none;
    border-radius: 20px;
  }
  .dropdown-search-bar ol { text-align: left }
  .dropdown-search-bar ol li {
	list-style-type: none;
	font-size: 16px;
	/* border-bottom: 1px solid #eee; */
  }
  .dropdown-search-bar ol li a {
	display: block;
	padding: 12px 0px;
	float: left;
	width: 100%
}
.dropdown-search-bar ol li .numProps {
	float: right;
    font-size: 14px;
	opacity: .7;
	color: #696868;
	text-transform: uppercase;
}
  
  /* .dropdown-search-bar ol li:last-child {
	border-bottom: none;
  } */

  @media only screen and (max-width: 370px) {
    .search-bar img {
      height: 29px;
      left: 10px !important;
      top: 5px !important;
    }
  }

  @media only screen and (max-width: 700px) {
    /* .search-bar {
		width: 88%;
		top: -7px;
		border-radius: 20px;
	} */
    #logo_home h1 a {
      height: 30px;
      background-size: contain;
    }
    .cmn-toggle-switch {
	  margin-top: 10px !important;
    }
  }

  /* END DROPDOWN SEARCH ON HEADER */

  .tab-pane h3 {
	color: #999;
	margin: 0 0 20px 0;
}

.tab-pane h3 {
	color: #999;
	margin: 0 0 20px 0;
}

.dd-select {
	border-radius: 3px !important;
	border: solid 1px #ccc;
	position: relative;
	cursor: pointer;
	height: 40px;
	font-weight: normal !important;
}

.dd-desc {
	color: #aaa;
	display: block;
	overflow: hidden;
	font-weight: normal;
}

.dd-selected {
	overflow: hidden;
	display: block;
	padding: 0 0 0 10px !important;
	font-weight: normal !important;
	color: #444 !important;
}

.dd-pointer {
	width: 0;
	height: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
}

.dd-pointer-down {
	border: solid 5px transparent;
	border-top: solid 5px #999 !important;
}

.dd-pointer-up {
	border: solid 5px transparent !important;
	border-bottom: solid 5px #000 !important;
	margin-top: -8px;
}

.dd-option {
	padding: 10px;
	display: block;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
}

.dd-options > li:last-child > .dd-option {
	border-bottom: none;
}

.dd-options li .dd-option {
	height: 45px;
	line-height: 25px !important;
}

.dd-option:hover {
	background: #f9f9f9 !important;
	color: #000;
}

.dd-option-selected {
	background: #f9f9f9 !important;
	color: #444 !important;
}

.dd-option-image,
.dd-selected-image {
	vertical-align: middle;
	float: left;
	margin-right: 10px !important;
	max-width: 64px;
}

.dd-image-right {
	float: right;
	margin-right: 15px;
	margin-left: 5px;
}

.dd-container {
	position: relative;
}

​ label.dd-selected-text {
	font-weight: normal !important;
}

.dd-option-text {
	line-height: 14px !important;
}

.dd-selected-image {
	margin-top: 7px;
}

.dd-select label,
.dd-options label {
	font-weight: normal !important;
	cursor: pointer !important;
}

.radio_fix {
	float: left;
	margin-top: 35px;
}

/*-------- 4.1 Faq --------*/
#faq h2 {
	margin: 0 0 20px 0;
}

/*-------- 4.2 Pricing tables --------*/
.plans {
	margin: 0px auto 50px;
	zoom: 1;
}

.plans:before,
.plans:after {
	content: '';
	display: table;
}

.plans:after {
	clear: both;
}

.plan {
	margin: 10px 0;
	padding: 20px;
	text-align: center;
	background: #fafafa;
	background-clip: padding-box;
	border: solid #dddddd;
	min-height: 435px;
	border-width: 1px 0 1px 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.col-md-4.plan:first-child {
	margin-right: -30px;
	margin-left: 30px;
}

.plan:last-child {
	border-width: 1px;
}

.plan-title {
	position: relative;
	margin: -20px -10px 20px;
	padding: 20px;
	line-height: 1;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

.plan-title:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
}

.plan-price {
	margin: 0 auto 20px;
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 30px;
	font-weight: bold;
	color: white;
	background: #4b4b4b;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	display: inline-block;
	text-align: center;
	font-family: "Helvetica Neue", Arial;
}

.plan-price > span {
	font-size: 12px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.9);
}

.plan-features {
	margin-bottom: 20px;
	line-height: 2;
	font-size: 12px;
	text-align: center;
}

ul.plan-features {
	padding: 0;
	margin: 0 0 30px 0;
}

.plan-features li {
	list-style: none;
}

.plan-tall {
	margin: 0;
	background: #fff;
	border-width: 1px;
	border-radius: 4px;
	margin-right: -30px;
	position: relative;
	z-index: 100;
	border: solid #83c99f;
	position: relative;
}

.ribbon_table {
	width: 99px;
	height: 97px;
	position: absolute;
	left: -7px;
	top: -7px;
	display: block;
	background: url(../img/ribbon.png) no-repeat 0 0;
	z-index: 101;
}

.plan-tall > .plan-title {
	font-size: 18px;
}

.plan-tall > .plan-price {
	margin: 0 auto 20px;
	height: 130px;
	width: 130px;
	line-height: 130px;
	font-size: 30px;
	font-weight: bold;
	color: white;
	background: #f26d7d;
	border-radius: 130px;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	display: inline-block;
	text-align: center;
}

.plan-tall > .plan-features {
	font-size: 14px;
}

.plan-tall > .plan-button {
	padding: 0 16px;
	line-height: 32px;
}

.plan-tall + .plan {
	border-left: 0;
}

/* Pricing tables style 2 */
#pricing_2 {
	margin-top: 20px;
}

.ribbon_2 {
	width: 99px;
	height: 97px;
	position: absolute;
	left: -5px;
	top: -5px;
	display: block;
	background: url(../img/ribbon.png) no-repeat 0 0;
	z-index: 101;
}

.pricing-table {
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	padding-bottom: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pricing-table:hover {
	-moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
}

.pricing-table.green {
	text-align: center;
	font-weight: 400;
}

.pricing-table.black {
	text-align: center;
	font-weight: 400;
}

.pricing-table-sign-up {
	border-top: 1px solid #ededed;
	padding: 10px 10px 5px 10px;
	text-align: center;
	margin-top: 30px;
}

.pricing-table-features p {
	padding: 10px 20px;
	text-align: center;
	margin: 10px 0;
}

.pricing-table-features p:nth-child(2n) {
	background: #f8f8f8;
	padding: 10px 0;
}

.pricing-table-features,
.pricing-table-space {
	background: #fff;
}

.pricing-table p {
	padding: 5px;
	margin-top: 5px;
	font-size: 110%;
	font-weight: 400;
	background: #fff;
}

.pricing-table p strong {
	font-weight: 600;
}

.pricing-table .pricing-table-header {
	color: #fff;
	padding: 0px;
}

.pricing-table-header .heading {
	display: inline-block;
	width: 100%;
	padding: 15px 0px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 18px;
}

.pricing-table.green .heading {
	background: #83c99f;
}

.pricing-table.black .heading {
	background: #333333;
}

.pricing-table .pricing-table-header .price-value {
	background: #fff;
}

.pricing-table.green .pricing-table-header .price-value {
	background: #fff;
}

.pricing-table.black .pricing-table-header .price-value {
	background: #fff;
}

.pricing-table-header .price-value {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	background: #1ABC9C;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	color: #555;
	border-bottom: 1px solid #ededed;
	margin-bottom: 15px;
}

.pricing-table-header .price-value span {
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
}

.pricing-table-header .price-value span.mo {
	font-size: 22px;
	font-weight: 400;
}

.question_box h3 {
	font-size: 18px;
	text-align: left;
	line-height: 22px;
	margin-bottom: 10px;
}

.question_box {
	padding-left: 40px;
	position: relative;
	margin-bottom: 30px;
}

.question_box:before {
	content: "\ec7e";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 30px;
	position: absolute;
	color: #999;
	top: 5px;
	left: 0;
}

/*-------- 4.4 Common --------*/

.label_content.hideMarker {
	display: none;
}
.label_content.active .badge {
    background: #17d0af !important;

}
.label_content.active:after {
	border-top-color: #17d0af;
}
.label_content .badge {
    line-height: 1.6!important;
    position: absolute !important;
    top: 0px !important;
	bottom: 0px !important;
	border-radius: 0px !important;
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
	left: 89% !important;
	background: #fff !important;
	color: #444 !important;
}
.badge_save {
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 77px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: url(../img/badge_save.png);
	font-size: 11px;
	line-height: 12px;
	padding-top: 32px;
}

.badge_save strong {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.input-group input {
	height: 34px;
}

/* Promo_full (v.1.7)*/
.promo_full {
	height: auto;
	background: url(../img/home_bg_2.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}

.promo_full_wp {
	display: table;
	width: 100%;
	height: auto;
}

.promo_full_wp > div {
	display: table-cell;
	padding: 10% 15%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.promo_full_wp div h3 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.promo_full_wp div a i {
	color: #fff;
	opacity: 0.5;
	font-size: 72px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.promo_full_wp div a:hover i {
	opacity: 1;
}

/* Map contact (v.1.9)*/
#map_contact.contact_2 {
	margin-top: 98px;
}

/*============================================================================================*/
/* 5.  UPDATES Version 3  */
/*============================================================================================*/

/*-------- 5.1 Ribbons css --------*/
.ribbon_3 {
	position: absolute;
	left: 10px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon_3 span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 19px;
	left: -21px;
}

.ribbon_3 span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #638908;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #638908;
}

.ribbon_3 span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #638908;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #638908;
}

.ribbon_3.popular span {
	background: linear-gradient(#f14f3f 0%, #cb4335 100%);
}

.ribbon_3.popular span::before {
	border-left: 3px solid #a3362a;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #a3362a;
}

.ribbon_3.popular span::after {
	border-left: 3px solid transparent;
	border-right: 3px solid #a3362a;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #a3362a;
}
/*-------- call to Action styles --------*/
.callto-action{
  text-align: center;
  overflow: hidden;
  padding: 30px 0 10px;
  display: inline-block;
}
.btn-callto{
  display: inline-block;
  vertical-align: top;
  border-radius:4px;
  font-size: 15px;

	color: #009c98;
	width: unset;
	height: unset;
	padding:12px 44px;
	margin: 0px;
  /*box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);*/
}
a.btn-callto:hover span{color: #009c98;}
.btn-callto:hover i{color: #777;}
.btn-callto i{
  font-size: 32px;
  color: #666;
}
.btn-callto span{
  display: block;
  padding: 10px 0 0;
}
/*-------- 5.2 Footer styles --------*/
/* Footer 3 */
footer#pattern_2 {
	background: #333 url(../img/pattern_3.png) repeat 0 0;
}

footer #logo {
	margin-top: 20px;
}

/* Footer 4 */
#newsletter_container {
	background-color: #f8f8f8;
	/*border-top: 1px solid #ededed;*/
}

#newsletter_container h3 {
	font-size: 30px;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
}

#newsletter_container input.form-control#email_newsletter_2 {
	margin-bottom: 0;
	background-color: #fff;
	border: none;
	border: 2px solid #ededed;
	height: 49px;
	font-size: 15px;
	padding-left: 20px;
	width: 380px;
	margin-top: -2px;
	margin-right: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#newsletter_container input.form-control#email_newsletter_2:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444;
}

#newsletter_container #submit-newsletter_2.btn_1 {
	padding: 12px 30px;
}

/* Footer 5 */
ul.tweet_list li{
	padding-left: 30px;
	background: url(../img/twitter_icon.svg) no-repeat 0 5px;
}
.tweets-next,
.tweets-prev {
	display: inline-block;
	font-size: 28px;
	color: #FFF;
	margin-top: 5px;
	width: 28px;
	padding: 0;
	text-align: left;
}

.tweets-prev {
	margin-right: 5px;
}

.tweet_avatar {
	float: left;
}

.tweet_time a{
	display: block;
	margin-bottom: 5px;
	color: #fdf7ac;
}

a.bx-next, a.bx-prev{
	color: #fff;
}

a.bx-next:hover, a.bx-prev:hover{
	color: #fdf7ac;
}

.tweet_text a{
	text-decoration: underline;
}

.tweet-control {
	margin-left:15px;
}

/* Footer 6 */
footer#pattern_3 {
	background: #333 url(../img/pattern_4.png) repeat 0 0;
}
footer .post{
	position:relative;
	min-height:62px;
	padding-left:80px;
	padding-top:5px;
	margin-bottom:10px;
}

footer .post:last-child{
	margin-bottom:5px;
}

footer .post figure{
	position:absolute;
	left:0px;
	top:0px;
	width:62px;
	height:62px;
}

footer .post h4{
	font-size:13px;
	color:#ffffff;
	margin-bottom:6px;
}

footer.post i{
	font-size:14px;
	padding-right:10px;
}

/* Footer 7 */
footer#pattern_4 {
	background: #333 url(../img/pattern_5.png) repeat 0 0;
}

footer .gallery-image {
  overflow: hidden;
}

footer .gallery-image a {
  max-width: 33.33%;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
}

footer .gallery-image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

/*-------- 5.3 Header versions --------*/
/* Header 4*/
#opening{
	display:inline-block;
	margin-left:15px;
}

#social_top a i{
	font-size:13px;
}

/* Header 5*/
#lang_top i{
		font-size:14px;
}

.dropdown-menu#log_out{
	text-align:center;
}

.dropdown-menu#log_out p{
	color:#999;
}

/* Header 6*/
 .dropdown-mini .dropdown-menu {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: right;
	left: auto;
	text-align:left;
	min-width: 0;
	padding: 0;
	right: 0;
	min-width:100px;
	width: auto;
	top:100%;
	font-size:12px;
	font-weight: normal;
    text-shadow:none;
	text-transform:none !important;
	border-top: 2px solid #e04f67;
}

 .dropdown-mini .dropdown-menu:before {
	bottom: 100%;
	right: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #e04f67;
	border-width: 7px;
	margin-left: -7px;
}
 .dropdown-mini .dropdown-menu ul#lang_menu{
	 padding:0;
	 margin:0;
	 text-align:left;
}

 .dropdown-mini .dropdown-menu ul#lang_menu li{
	padding:0;
	margin:0;
	width:100%;
}

 .dropdown-mini .dropdown-menu ul#lang_menu li a{
	 color:#555 !important;
	 text-align:left;
	 border-bottom:1px solid #ededed;
	 padding:8px;
	 display:block;
}

 .dropdown-mini .dropdown-menu ul#lang_menu li a:hover{
	 background-color:#f9f9f9;
	 color:#e04f67 !important;
	 padding-left:15px;
}

a#lang_link, a#currency_link{
	position:relative;
	display:inline-block;
	padding-left:20px;
}

#lang_link:before, #currency_link:before{
	font-style: normal;
 	font-weight: normal;
 	font-family: "fontello";
    font-size:14px;
	position:absolute;
	left:0;
	top:0;
}

#lang_link:before{content: "\ea26";}

#currency_link:before{content: "\e8b8";}

/*-- Header better margin --*/

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

		header.col-xs-8{
				width:66.666666%;
		}
		header.col-xs-4 {
				width: 33.33333333%;
		}
		header.col-xs-6 {
				width: 50%;
		}
		header.col-xs-2 {
				width: 16.66666667%;
		}

}
/*-------- 5.4 Gallery overlay --------*/
.img_wrapper_gallery {
	margin: 0;
	padding:0;
	margin-top: 20px;
	border: 4px solid#fff;
	background-color:#000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.img_container_gallery a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.6;
}

.img_container_gallery img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 1;
	-webkit-backface-visibility: hidden;
}

.img_container_gallery {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.img_container_gallery i{
	position: absolute;
	top: 50%;
	z-index: 10;
	display: none;
	color: #fff;
	font-size: 30px;
	left: 50%;
	margin-top:-15px;
	margin-left: -15px;
	display:none;
}

.img_container_gallery a:hover i{
	display: block;
}

/*-------- 5.5 Map infobox + map listing --------*/

.map-right #map{
	height: 100%;
	width:100%;
}

a.btn_infobox_detail:before, .btn_infobox_get_directions:before,a.btn_infobox_phone:before{
	 font-style: normal;
	 font-weight: normal;
	 font-family: "Fontello";
	 font-size:20px;
	 cursor:pointer;
}

.btn_infobox_get_directions, a.btn_infobox_phone{
	border:none;
	display:inline-block;
	color:#3c4858;
	background:none;
	cursor:pointer;
	margin: 0 5px;
	font-size:13px;
	position:relative;
	padding-left:18px;
	outline:none;
}

.btn_infobox_get_directions:hover, a.btn_infobox_phone:hover{color:#009c98;}

.btn_infobox_get_directions:before{
  font-size:14px;
  content: "\f041";
	font-family: FontAwesome;
	position: absolute;
  left:0;
  top:2px;
}

a.btn_infobox_phone:before{
  font-size:13px;
  content: "\eed5";
  position:absolute;
  left:0;
  top:0;
}

a.btn_infobox, .btn_infobox{
	border: none;
    font-family: inherit;
    font-size: inherit;
    color: #ffffff;
    background: #439d98;
    cursor: pointer;
    padding: 9px 28px;
    display: inline-block;
    outline: none;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
}

a.btn_infobox:hover, .btn_infobox:hover{
	background: #f2c300;
}

.marker_tools{
	margin:10px 0 15px 0;
}



/*-------- NEW CSS ADDED HERE --------*/

.login-btn{
	width:145px!important;
}

.facilities ul{
	list-style: none;
	padding:0px;
}

.facilities ul li{
	display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px 20px 10px;
    white-space: nowrap;
}

.facilities ul li i{
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

#helpsearchbox{
	background: #FFF;
    width: 100%;
    border: none;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 30px;
    padding: 6px 0 0 30px;
    outline: none;
    font-weight: 300;
}

.search_bar .dropdown a{
	font-size:18px;
  /*line-height: 60px;*/
	/*margin-top:5px;*/
	color:#aaa;
}
.submit-holder{
  margin: 0;
  padding: 3px 0;
  text-align: center;
}
.submit-btn{
  border-radius: 3px;
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 90px;
}
.search_bar .dropdown i{
	float:right;
}

.user-pic-1 img{
	float:left;
	width: 60px;
	margin-right:10px;
}
/*  start keyscore */
.set-size {
  font-size: 10em;
}
.charts-container:after {
  clear: both;
  content: "";
  display: table;
}
.pie-wrapper {
  height: 1em;
  width: 1em;
  margin: auto;
  position: relative;
}
.pie-wrapper:nth-child(3n+1) {
  clear: both;
}
.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #3498db;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .label {
  background: #34495e;
  border-radius: 50%;
  bottom: 0.5em;
  color: #ecf0f1;
  cursor: default;
  display: block;
  font-size: 0.25em;
  position: absolute;
  text-align: center;
  top: 0.5em;
}
.pie-wrapper .label .smaller {
  color: #bdc3c7;
  font-size: .45em;
  padding-bottom: 20px;
  vertical-align: super;
}
.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 3px solid #009c98;
  border-radius: 50%;
}
.pie-wrapper.style-2 .label {
  background: none;
  color: #7f8c8d;
}
.pie-wrapper.style-2 .label .smaller {
  color: #bdc3c7;
}
.pie-wrapper.progress-30 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-30 .pie .half-circle {
  border-color: #3498db;
}
.pie-wrapper.progress-30 .pie .left-side {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}
.pie-wrapper.progress-60 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-60 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pie-wrapper.progress-60 .pie .half-circle {
  border-color: #9b59b6;
}
.pie-wrapper.progress-60 .pie .left-side {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}
.pie-wrapper.progress-90 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-90 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pie-wrapper.progress-90 .pie .half-circle {
  border-color: #e67e22;
}
.pie-wrapper.progress-90 .pie .left-side {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg);
}
.pie-wrapper.progress-45 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-45 .pie .half-circle {
  border-color: #1abc9c;
}
.pie-wrapper.progress-45 .pie .left-side {
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
}
.pie-wrapper.progress-75 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-75 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pie-wrapper.progress-75 .pie .half-circle {
  border-color: #8e44ad;
}
.pie-wrapper.progress-75 .pie .left-side {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.pie-wrapper.progress-95 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-95 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pie-wrapper.progress-95 .pie .half-circle {
  border-color: #e74c3c;
}
.pie-wrapper.progress-95 .pie .left-side {
  -webkit-transform: rotate(342deg);
          transform: rotate(342deg);
}
.pie-wrapper--solid {
  border-radius: 50%;
  overflow: hidden;
}
.pie-wrapper--solid:before {
  border-radius: 0 100% 100% 0%;
  content: '';
  display: block;
  height: 100%;
  margin-left: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.pie-wrapper--solid .label {
  background: transparent;
}
.pie-wrapper--solid.progress-65 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e67e22), color-stop(50%, #34495e));
  background: linear-gradient(to right, #e67e22 50%, #34495e 50%);
}
.pie-wrapper--solid.progress-65:before {
  background: #e67e22;
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}
.pie-wrapper--solid.progress-25 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #9b59b6), color-stop(50%, #34495e));
  background: linear-gradient(to right, #9b59b6 50%, #34495e 50%);
}
.pie-wrapper--solid.progress-25:before {
  background: #34495e;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.pie-wrapper--solid.progress-88 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3498db), color-stop(50%, #34495e));
  background: linear-gradient(to right, #3498db 50%, #34495e 50%);
}
.pie-wrapper--solid.progress-88:before {
  background: #3498db;
  -webkit-transform: rotate(43.2deg);
          transform: rotate(43.2deg);
}

/*  end keyscore */
#user-profile{
	margin-bottom:25px;
}

#user-profile img{
	width:80px;
	max-height: 90px;
	margin-bottom:10px;
}

#user-profile h4{
	font-size:22px;
	margin-top: 5px;
}

.user-facts ul{
	list-style:none;
	padding:0px;
}

.user-facts ul li{
	display:inline-block;
	padding-right:15px;
	font-size:18px;
}

.user-facts ul li i{
	color:#009c98;
	font-size:28px;
}

.user-facts small{
	font-size:66%;
}





.grid_1 .tour_title .rating {
    font-size: 12px;
    margin-left: -3px;
	float:left;
}


.grid_tour_icons{
	font-size:14px;
	font-weight:600;
}

.grid_tour_icons ul{
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:right;
}

.grid_tour_icons ul li{
	display:inline-block;
	padding-right:5px;
}

.grid_tour_icons ul li i{
	font-size:16px;
	margin-right:2px;
}

.grid_tour_icons img{
	margin-right:3px;
	margin-top:-5px;
	width:23px;
	height:23px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    margin-right: .15em!important;
    margin-left: .15em!important;
}

.grid_tour_icons_2{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    font-weight: 600;
    padding: 12px 10px 8px 10px;
}

.grid_tour_icons_2 ul{
	list-style:none;
	padding:0px;
	margin:0px;
	text-align: center;
}

.grid_tour_icons_2 ul li{
	display:inline-block;
	padding-right:12px;
}

.grid_tour_icons_2 img{
	margin-right:6px;
	width:25px;
	height:25px;
	margin-top:-3px;
}


.map_infobox_icons{
    font-size: 15px;
    font-weight: 600;
    padding: 12px 10px 8px 10px;
}

.map_infobox_icons ul{
	list-style:none;
	padding:0px;
	margin:0px;
	text-align: center;
}

.map_infobox_icons ul li{
	display:inline-block;
	padding-right:12px;
}

.map_infobox_icons img{
	margin-right:6px;
	width:26px;
	height:26px;
	margin-top:-3px;
	float:left;
}

#message-body .panel-default > .panel-heading {
    padding: 15px;
}

#message-body .panel-default > .panel-heading a {
    font-size:18px;
}

#message-body .panel-body {
    padding: 15px;
}

#message-body .guest-pic img {
    width: 90px;
	height:90px;
}

.reply-message input.form-control {

    width: 100%;
	margin-top:30px;
	margin-bottom:15px;
}

.no-margin {
	margin: 0 !important;
}



#persons label{
	display:inline-block;
	width: 130px;
	font-size:18px;
}
 #persons input{
	display:inline-block;
	width: 125px;
}

#period label{
	display:inline-block;
	width: 125px;
	font-size:18px;
}
 #period input{
	display:inline-block;
	width: 422px;

}

#tenant label{
	display:inline-block;
	width: 200px;
	font-size:18px;
}
 #tenant select{
	display:inline-block;
	width: 350px;

}

#motivo label{
	display:inline-block;
	width: 125px;
	font-size:18px;
}
 #motivo select{
	display:inline-block;
	width: 422px;

}

#about label, #pets label{
	font-size:18px;
}

#message ul{
	padding-left:12px;
}


.map-filters{
	padding:20px;
}


.map-filters .dropdown-access .dropdown-menu{
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    min-width: 0;
    padding: 15px;
    right: 0;
    width: 218px;
    top: 100%;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none !important;
    border-top: 2px solid #009c98;
}


.map-filters .filter_type ul > li {
    font-size:13px;
}

.wishlist a > i {
	font-size: 30px;
	color: #000;
}

.heart {
	height:35px;
	width:35px;
	background-image:url("../img/new/black-heart.png");
	background-repeat: no-repeat;
	position: absolute;
  right: -8px;
	background-size: 100%;
}


.heart-selected {
	height:35px;
	width:35px;
	background-image:url("../img/new/red-heart.png");
	background-repeat: no-repeat;
	position: absolute;
  right: -8px;
	background-size: 100%;
}


.lt-m{
	margin-left:30px!important;
}


.top-m-10{margin-top:10px;}

.top-m-20{margin-top:20px;}

.top-m-30{margin-top:30px;}

.top-m-40{margin-top:40px;}

.top-m-50{margin-top:50px;}

.top-m-76{margin-top:76px;}

.top-m-52{margin-top:52px;}



.top-m-80{margin-top:80px;}

.top-m-100{margin-top:100px;}



.bottom-m-30{margin-bottom:30px;}



.padding-t-60{
	padding-top:60px;}



.green-c i{ color:#009c98;}

.no-mrg{margin:0px;}

.n-t-mrg-10{margin-top:-10px!important;}



.y-brd{border:1px solid yellow;}


.search_bar .d-menu h4{margin-bottom:20px;}


.mb-top-m-40{ margin-top:40px;}
.mb-15{margin-bottom: 15px;}


/*-------- NEW **RESPONSIVE** CSS ADDED HERE --------*/



@media only screen and (max-width: 991px){
	.lt-m{
	margin-left:12px!important;
}

}

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

.mb-bottom-mrg{
	margin-bottom:20px!important;
}

.mb-top-mrg-30{
	margin-top:30px;
}

.user-pic-1 img{
	float:none;
}

.user-pic-1 h4{
	font-size:15px;
}

.facilities ul li {
    display: inline-block;
    width: auto;
    font-size: 11px;
}

}


@media screen and (max-width: 991px) and (min-width: 768px){

#price_single_main sup {
    font-size: 14px;
}

#price_single_main span {
    font-size: 34px;
}

.banner a {
    position: relative;
    top: 0%;
    right: 0px;
    margin-top: 20px;
}

.strip_all_tour_list .img_list{
	 min-height: 245px;
}

.strip_all_tour_list .tour_list_desc {
	min-height: 245px;
}

}

@media screen and (max-width: 1199px) and (min-width: 992px){

#single_tour_feat ul li i {
    font-size: 30px;
}

#single_tour_feat ul li {
	font-size:12px;
}

.user-pic-1 h4{
	font-size:15px;
}

.strip_all_tour_list .img_list{
	 min-height: 260px;
}

.strip_all_tour_list .tour_list_desc {
	min-height: 260px;
}

.mb-top-m-40{margin-top:2px;}

}


@media screen and (max-width: 1366px) and (min-width: 1200px){

.mb-top-m-40{margin-top:40px;}

.map-search .col-lg-5{
	padding-right:5px;
	padding-left:8px
}

.map-search .col-lg-2{
	padding-right:5px;
	padding-left:5px
}

.map-search .btn_1.small {
    padding: 8px 8px;
}

}


@media (min-width: 768px){

#contact-host .modal-dialog {
    width: 600px;
    margin: 30px auto;
}

}


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

#message-body .guest-pic img {
    width: 60px!important;
	height:60px!important;
}

}


@media (max-width: 767px){
  #social_footer {margin-top: 20px;}
}


.submit-btn{
	width: 30px;
	padding: 0;
	margin: 0 auto;
}
footer{padding: 30px 0 0 0;}
.grid_1 .tour_title .rating {
    font-size: 14px;
    margin-left: -3px;
	float:left;
}


.grid_tour_icons{
	font-size:18px;
	font-weight:600;
}

.grid_tour_icons ul{
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:right;
}

.grid_tour_icons ul li{
	display:inline-block;
	padding-right:3px;
}

.grid_tour_icons ul li i{
	font-size:16px;
	margin-right:2px;
}

.grid_tour_icons img{
	margin-right:6px;
	margin-top:-4px;
	width:28px;
	height:28px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    margin-right: .2em!important;
    margin-left: .2em!important;
}

.tour_container .tour_title .rating {
    font-size: 16px;
    margin-left: -3px;
}

.rating small {
    font-size: 15px;
}


.grid_tour_icons_2{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 600;
    padding: 14px 12px 10px 12px;
}

.grid_tour_icons_2 ul{
	list-style:none;
	padding:0px;
	margin:0px;
	text-align: center;
}

.grid_tour_icons_2 ul li{
	display:inline-block;
	padding-right:14px;
}

.grid_tour_icons_2 img{
	margin-right:8px;
	width:28px;
	height:28px;
	margin-top:-3px;
}

#persons label{
	display:inline-block;
	width: 90px;
	font-size:16px;
}
 #persons input{
	display:inline-block;
	width: 55px;
}

#period label{
	display:inline-block;
	width: 80px;
	font-size:16px;
}
 #period input{
	display:inline-block;
	width: 275px;

}

#tenant label{
	display:inline-block;
	width: 155px;
	font-size:16px;
}
 #tenant select{
	display:inline-block;
	width: 200px;

}

#motivo label{
	display:inline-block;
	width: 80px;
	font-size:16px;
}
 #motivo select{
	display:inline-block;
	width: 275px;

}

#about label, #pets label{
	font-size:16px;
}




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

#phone-number h3  {
    font-size:18px;
}

#about label, #pets label, #motivo label, #tenant label, #period label, #persons label{
	font-size:14px;
}

}



.tour_container .tour_title .rating [class^="icon-"]:before {
    width: 0.6em;
}

#text_footer_2 {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    padding-top: 5px;
}

.sub_title_2 {text-align:center;}

.sub_title_2 h3{
    font-size: 26px;
    margin-bottom: 5px;
    padding-top: 0px;
    font-weight: bold;
    text-transform: uppercase;
    color:#333;
}

.s-action-btn{
	margin:auto;
	text-align: center;
}

.rica{
	text-align:right;
	margin-top:15px;
	display:none;
}
.rica:hover > a {
    color: #565a5c;
}

.rica > a {
		padding: 9px 7px 7px 5px;
		font-size: 18px;
		border-radius: 9px;
		font-family: 'Rubik', sans-serif;
		font-weight: 500;
}

.rica-m-xs{
	display:block;
}

.mrg-left-10{margin-left:10px;}
.height-auto{height: auto !important;}


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

.rica{
	text-align:right;
	margin-top:11px;
	 display:block;
}

}
/* search button homepage */

.searcha{
	text-align:right;
	margin-top:15px;
	display:none;
}
.searcha:hover > a {
    color: #565a5c;
}

.searcha > a {
		padding: 9px 7px 7px 5px;
		font-size: 18px;
		font-weight: 500;
		color: #3c4858;
}

.searcha-m-xs{
	display:block;
}

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

.searcha{
	text-align:right;
	display:block;
}

}
/* col-md-5 for header*/
@media only screen and (max-width: 770px) and (min-width: 450px) {
.col-md-5h {
	flex:0 0 13.666667%;
}
}

/*-------DASHBOARD----------*/
/*-------6.1 General--------*/
.dashboard_title {
	text-align: center;
}
.dashboard_title h6{
	color:#a0a6ad;
}

/* PROFILE */

.switch-role {
	width:fit-content;
    margin-top: 10px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
}
.switch-role ul {
	padding: 0px;
    display: flex;
    margin: 0px;
}
.switch-role ul .selectedRole{
	list-style-type: none;
    padding: 7px 15px;
    background: #439d98;
    border-radius: 20px;
    color: #fff;
}
.switch-role ul .disabledRole{
    list-style-type: none;
    padding: 7px 15px;
    border-radius: 20px;
	color: rgba(121, 121, 121, 0.55);
}

.newProperty-step-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 31px;
}
.newProperty-step-container .no-left-padding {
	padding-left: 0px;
	width: 64% !important;
}
.a-input-file {
	font-size: 16px;
	color: #00000078;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
#more_image_desc {
	border: 1px solid #ccc;
    resize: none;
    border-radius: 5px;
    box-shadow: 0px 0px 34px rgba(163, 163, 163, 0.27);
    z-index: 9;
    background: #ffffff;
    padding: 10px 13px;
	/* margin-left: 5px; */
	width: 251px;
}
#info_offer .options{
	padding: 10px 20px;
    font-size: 16px;
    /* border-bottom: 1px solid #f0f0f0; */
    color: #777777;
}
#info_offer ul {
    padding-left: 30px;
    padding-top: 20px;
    width: 100%;
}
#info_offer ul li {
    list-style-type: none;
    margin-bottom: 20px;
	position: relative;
	padding-left: 0px;
	text-align: left;
}
#info_offer ul li > i {
	color: #5abb8a;
	margin-right: 15px;
}
#info_offer ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: -31px;
    color: #5abb8a;
}
.modal_container .wrapper-modal {
	width: 100%; height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal_container {
	padding-right: 0px !important;
}
.modal_container .modal-content {
	padding: 20px 20px;
	border-radius: 0px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
}
.modal_container .modal-body {
	font-size: 16px;
	text-align: center;
}
.modal_container .modal-footer {
	border-top: 0px;
	text-align: center;
}
.modal_container .modal-footer button{
	background: #009c98;
	color: #fff;
	padding: 10px 40px;
	border-radius: 20px;
	margin-top: 0px !important;
}
.no-padding { padding: 0px !important; }
@media only screen and (max-width: 420px) {
	.modal_container {
		height: calc(100vh - -22px);
	  }
	  .modal_container .modal-dialog {
		margin: 0px !important;
		height: 100vh;
		position: absolute;
		top: -1px;
		left: -1px;
		right: -1px;
	  }
	  .modal_container .modal-content {
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	  }
	  .modal_container .modal-header {
		width: 100%;
	  }
	  .who_we_are h5 {
	  	margin: 0px !important;
	  }
	  .who_we_are .team_title h5 div, .who_we_are .team_desc h5 div {
	  	text-align: center !important;
	  }
	  .who_we_are .team_desc h5 {
	  	margin-bottom: 50px !important;
	  }
	  .who_we_are .italy_map {
	  	background-size: 188% !important;
	  }
	  .who_we_are .italy_map .milano {
  	    left: 30% !important;
    	top: 15% !important;
	  }
	  .who_we_are .italy_map .catania {
	  	left: 53% !important;
    	bottom: 18% !important;
	  }
	.who_we_are .italy_map .roma {
		left: 39% !important;
		top: 44% !important;	
	}
	  .who_we_are .italy_map .bologna {
  	    left: 35% !important;
    	top: 34% !important;
	  }
	.who_we_are .italy_map .firenze {
		left: 35% !important;
	  	top: 25% !important;
	}
	.flatmateContainer {
		border: none !important;
		margin-left: 0px !important;
		padding: 0px !important;
	}
	.flatmateContainer:nth-child(1), .flatmateContainer:nth-child(2) {
		margin-top: 33px !important;
	}
	.presskit_img {
		width: 100% !important;
	}
	.presskit_img:nth-child(2) {
		margin: 10px 0px !important;
	}
	.presskit_img img {
		max-height: 164px;
	}
	#search_bar_container {
		margin-top: 363px !important;
	}
	.checkbox-inline {
		position: absolute;
		top: 105px;
		z-index: 1;
		padding: 10px;
		width: 100%;
	}
	#step-0 .checkbox-inline {
		position: initial;
		top: unset;
		padding: initial;
	}
	
}
#change_to_landlord_role .changeRole, #change_to_tenant_role .changeRole{
	padding: 10px 15px;
    background: #439d98;
    border-radius: 20px;
	color: #fff;
	border: none;
	width: 124px;
	margin: 10px 0px;
}
#change_to_tenant_role .changeRole{
	padding: 10px 15px;
	background: #439d98;
	border-radius: 20px;
	color: #fff;
	border: none;
	width: 124px;
}
#updateMe .decision{
	padding: 10px 15px;
	background: #439d98;
	border-radius: 20px;
	color: #fff;
	border: none;
	width: 124px;
}
#updateMe .decision-no{
	padding: 10px 15px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #439d98;
	color: #439d98;
	width: 124px;
}

.flow-root  {
	display: flow-root;
	width: 77%;
    margin: 0 auto;
}

.zappyButton {
    background: #009c98;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px !important;
    width: 150px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.zappyButton.white {
    background: #fff;
    color: #009c98;
}
.zappyButtonAuth {
    background: #009c98;
    color: #fff;
    border: none;
    padding: 10px 60px;
    border-radius: 20px;
    font-size: 16px !important;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.zappyButton:hover, .zappyButton:focus {
	background: #009c98 !important;
	color: #fff !important;
	opacity: .8;
}
.zappyButtonAuth:hover {
	background: #009c98 !important;
	color: #fff !important;
	opacity: .8;
}
/*SETTINGS*/
.settings_inputs {
    border: none;
	box-shadow: none;
	box-shadow: 0px 0px 9px 1px rgba(0,0,0,.1);
	padding: 10px 20px;
}

/* PAGINA DEL CHI SIAMO */
.who_we_are h5 {
    color: #0f0f0f8a !important;
    line-height: 30px;
    margin: 0px 77px;
}
.who_we_are .title{
	position: relative;
}
.who_we_are .title:before {
	content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #439d98a1;
    border-radius: 20px;
    bottom: -13px;
    left: 50%;
    margin-left: -40px;
}
.who_we_are .team_title h5 {
    text-align: left !important;
	font-weight: bold;
	margin: 0px;
}
.who_we_are .team_desc h5 {
    text-align: left !important;
	color: #999 !important;
	margin: 0px;	
}
.who_we_are .team_title h5 span {
	background: #f0f0f0;
    padding: 3px 20px;
    border-radius: 20px;
}
.who_we_are .italy_map {
	background: url('/image/italy_map.gif');
	background-repeat: no-repeat;
	background-size: contain;
    background-position: 61% center;
	width: 100%;
	height: 500px;
	position: relative;
}
.who_we_are .italy_map .milano, .who_we_are .italy_map .catania, .who_we_are .italy_map .bologna, .italy_map .roma, .italy_map .firenze,  .italy_map .verona ,  .italy_map .torino{
    position: absolute;
	font-size: 16px;
    color: #3c485794;
}
.who_we_are .italy_map .milano:before,.who_we_are .italy_map .catania:before, .who_we_are .italy_map .bologna:before, .italy_map .roma:before, .who_we_are .italy_map .firenze:before, .who_we_are .italy_map .verona:before, .who_we_are .italy_map .torino:before {
	content: "";
	position: absolute;
	width: 10px; height: 10px;
	background: transparent;
	border-radius: 50%;
    border: 10px solid rgba(67, 157, 152, 0.56);
    animation-duration: 2s;
    animation-name: intervalDragableBorder;
    animation-iteration-count: infinite;
}

.who_we_are .italy_map {
	transform: rotate(-11deg);
}

.who_we_are .italy_map > div{
	transform: rotate(11deg);
}

.who_we_are .italy_map .milano {
    left: 47%;
    top: 12%;   
}
.who_we_are .italy_map .milano:before {
    left: 16px;
    top: 20px;
}

.who_we_are .italy_map .catania {
    left: 58%;
    bottom: 13%;
}
.who_we_are .italy_map .catania:before {
    left: -7px;
    top: 20px;
}

.who_we_are .italy_map .roma {
	left: 54%;
    top: 44%;
}
.who_we_are .italy_map .roma:before {
    left: -7px;
    top: 20px;
}

.who_we_are .italy_map .bologna {
    left: 53%;
    top: 20%;
}
.who_we_are .italy_map .bologna:before {
    left: -2px;
    top: 20px;
}

.who_we_are .italy_map .firenze {
    left: 53%;
    top: 28%;
}
.who_we_are .italy_map .firenze:before {
    left: -7px;
    top: 20px;
}

.who_we_are .italy_map .verona {
	left: 52%;
  top: 12%;   
}
.who_we_are .italy_map .verona:before {
	left: 8px;
	top: 20px;
}

.who_we_are .italy_map .torino {
	left: 43%;
  top: 13%;   
}
.who_we_are .italy_map .torino:before {
	left: 8px;
	top: 20px;
}

/* PROPERTY DETAIL */

.flatmateImg {
	width: 60px;
    height: 60px;
    object-fit: contain;
    background: #f6f5f4;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.flatmateContainer {
	display: flex;
	position: relative;
	margin-top: 33px;
	width: 199px;
}
.flatmateContainer:nth-child(1), .flatmateContainer:nth-child(2) {
	margin-top: 0px;
}

.flatmateContainer .flatmateInfo {
	margin-left: 20px;
}

.flatmateContainer.studyIcon:after {
	content: "\f19d";
    font-family: FontAwesome;
    position: absolute;
    bottom: -12px;
    right: 107px;
    font-size: 1.4em;
    color: #439d98;
    background: #ffffff;
    width: 34px;
    height: 34px;
    display: flex;
    box-shadow: 0px 8px 18px rgba(0,0,0,.2);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.flatmateContainer.workIcon:after {
	content: "\f0b1";
    font-family: FontAwesome;
    position: absolute;
    bottom: -12px;
    right: 124px;
    font-size: 1.4em;
    color: #439d98;
    background: #ffffff;
    width: 34px;
    height: 34px;
    display: flex;
    box-shadow: 0px 8px 18px rgba(0,0,0,.2);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@keyframes intervalDragableBorder {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    10% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        transform: scale(1.4);
    }
    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}

* {
	-webkit-overflow-scrolling: touch;
}

#myInput {
	outline: none;
}

#myInput {
	outline: none;
}