#full_txt, #generalspace {
	/* margin-top: 40px;
	background-color: rgb(222, 223, 225);
	padding: 10px; */
	font-family: 'Roboto', sans-serif;
}

#full_txt .uerfrndbtns {
    /* position: absolute;
    z-index: 1;
    margin: -35px 0 0; */
    padding-top: 10px;
    background: #e6e6e6;
    padding-left: 8px;
    padding-bottom: 10px;
    display: table;
}

.uerfrndbtns #postred, .uerfrndbtns #postwhite {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    border: 1px solid #f03131;
}

#postred {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 6px 20px;
    background-color: #f03131;
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

#postred:hover {
	background-color: #fcd7d8;
	color: #f00;
} 

#postwhite {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    margin-left: -4px;
    padding: 6px 20px;
    background-color: #fff;
    color: #f03131;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}



/* #full_txt .controls {
    margin-top: 22px;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    width: 50% !important;
}

#full_txt .mapwrap {
    left: 355px;
    margin: 0;
    position: absolute;
    top: -15px;
    width: 95%;
} */

.mapwrap {
    margin: 9px auto 14px;
    display: inline-block;
    width: 100%;
}

.clear {
    clear: both;
}

#searchBox, #searchBox_coupons {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 100%;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    border-radius: 4px 4px 4px 4px !important;
    -webkit-border-radius: 4px 4px 4px 4px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    margin: 0;
}

#searchBox:focus, #searchBox_coupons:focus {
	border-color: #4d90fe;
	/* margin-left: -1px;
	padding-left: 14px;
	width: 401px; */
}

.currentLocation {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    /* margin-left: -3px; */
    padding: 6px 20px;
    background-color: #fff;
    color: #f03131;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    /* right: 25px;
    position: absolute; */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    /* z-index: 100; */
   float: right;
}

.main-div {
    height: 40%;
    width: 100%;
    padding: 12px 4px !important;
    margin: 0 auto;
    font-size: 13px !important;
    background: #e6e6e6;
}

.map-points {
    width: 100%;
    background: #FFFFFF;
    display: inline-block;
    /* padding: 10px; */
    padding-bottom: 5px;
    padding-top: 5px;
}

.map-points ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px 8px 0px 8px;
    margin: 10px 0 0 0;
    /* margin-right: 35px; */
}

.map-points > ul li {
    width: 100%;
}

.map-points ul li {
    padding: 0px;
    margin: 0px;
    line-height: 52px;
    min-height: 52px;
    /* font-size: 16px; */
    color: #666666;
    border-bottom: #dedfd9 solid 1px;
    /* padding-bottom: 10px; */
   font-size: 13px !important;
   font-family: 'Roboto', sans-serif;
   margin-bottom: 0 !important;
}

.map-points ul li:hover {
    text-decoration: none;
    background-color: #f9f9f9;
    cursor: pointer;
}

li div.act {
    background-color: #ff7f7f !important;
    color: #FFF;
}

.map-points ul li img {
    margin: 5px !important;
    vertical-align: middle;
}

#full_txt .thumb {
    display: inline-block;
    width: 50px;
    height: 50px;
    /* margin: 5px; */
    background-position: center center;
    background-size: cover;
}

#hotelmaps #map {
    min-height: 450px !important;
    max-height: 450px !important;
}

#hotellist .info {
    width: 86%;
    padding: 0 0 0 10px;
    vertical-align: top;
    display: inline-block;
}

#hotellist {
    border-left: 4px solid #e6e6e6;
    border-right: 4px solid #e6e6e6;
    background-color: #FFF;
    /* border-radius: 3px; */
    /* -webkit-border-radius: 3px; */
    /* -moz-border-radius: 3px; */
    /* -webkit-box-shadow: 0 1px 1px 0 #aaaaaa; */
    /* box-shadow: 0 1px 1px 0 #aaaaaa; */
    border-bottom: 0;
    margin: 0px auto;
    padding: 10px;
    display: none;
    min-height: 450px;
    max-height: 450px;
    
}

#hotellist .onefollower {
    margin-bottom: 16px;
    font-family: 'Roboto';
    border-bottom: 2px solid #dadada;
    padding-bottom: 8px;
}

#hotellist .onefollower .name,
#hotellist .onefollower .moreinfo,
#hotellist .onefollower .info  {
	color: #545353;
}

#hotellist .onefollower .name {
    font-size: 15px;
    font-weight: bold;
    margin-top: 3px;
    height: 20px;
    overflow: hidden;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

#hotellist .onefollower .moreinfo {
    color: #000;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    white-space: nowrap;
}

.map_details_title {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #5f5f5f;
	font-weight: bold;
	margin-left: 26px;
}

.map_coupon_details_title {
	display: block;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #5f5f5f;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.bg_map_details {
	display: flex;
	background: #e6e6e6;
	padding: 40px 20px 20px 20px;
}

.map_details_content {
    margin: 40px;
    background: white;
    display: flex;
    padding: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px 0 #aaaaaa;
    box-shadow: 0 1px 1px 0 #aaaaaa;
    font-family: 'Roboto', sans-serif;
}

.map_details_label {
	text-transform: uppercase;
	color: #fd8d1f;
	font-weight: bold;
	margin-bottom: 4px !important;
}

/* .map_details_avatar {
	background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
} */

.map_details_avatar_container {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 100%;
    padding-top: 100%;
    border: 1px solid #5f5f5f;
    z-index: 10;
    background-size: cover !important;
}

.map_details_separator {
	width: 100%;
	height: 4px;
	background: #dadada;
	display: block;
	margin: 20px 0;
}

.coupon_details_button {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fd8d1f;
    color: white;
    text-decoration: none;
    margin: 0 auto;
    padding: 14px 20px;
    display: table;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}

.coupon_details_button:hover {
    color: white;
    text-decoration: underline;
}

.map_coupon_discount {
    float: right;
    width: 60px;
    height: 60px;
    background: url(images/badge.png) center center no-repeat;
    color: white;
    text-align: center;
    padding-top: 24px;
    font-size: 14px;
    font-weight: bold;
}

.map_coupon_initial_price {
	float: left;
	font-size: 20px;
	text-decoration: line-through;
    padding-top: 20px;
}

.map_coupon_discount_price {
	clear: both;
	margin: 10px auto 0 auto;
	padding: 14px 20px;
    display: table;
    font-size: 30px;
    font-weight: bold;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #fd8d1f;
    color: #f03030;
}

.map_coupon_discount_saving {
	color: #fd8d1f;
	margin: 10px auto 30px auto;
    display: table;
}

.coupons-article-3 {
    width: 20%;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.fleft {
    position: relative;
    float: left;
}

.dropdown dt a {


    width: 100%;
    border: 1px solid #bdc3c7;

    border-radius: 3px;
    text-decoration: none;
    
    display: table-cell;
	vertical-align: middle;
	line-height: 12px;
	background:#f03131;
	color:white; height:40px; text-align:center;
}

.coupons-article-3-searchbox {
    width: 50%;
    margin: 0 auto;
}

.coupons-article-3-searchbox #searchBox {
	margin-top: -4px !important;
}

.coupons-section-4 {
	clear: both;
}

.dropdown dd ul {
    display: none;
    position: absolute;
    left: 0;
    /* top: -2.7em; */
    width: 100%;
    list-style: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    z-index: 10;
}

.threeDots {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

.dropdown dd ul li:first-child a:hover {
    border-radius: 3px 3px 0 0;
}

.dropdown.msmal dd li a {
    line-height: 0.95em;
    display: block;
    padding: 6px;
}
.dropdown dd li a:hover {
    background-color: #f03031;
    color: #fff;
}
.dropdown dd li a:hover,.dropdown dd li:hover {
    background-color: #f03031;
    color: #fff;
    cursor: pointer;
}
.dropdown dd li a {
    display: block;
    background-color: #fff;
    padding: 0 1em;
    line-height: 2.5em;
    text-decoration: none;
    font-weight: 400;
    color: #444;
}

.dropdown dd li {
	margin: 0 !important;
	border-bottom: 1px solid #ccc;
    width: 100%;
}

/* .dropdown.msmal.fleft dd li a {
    line-height: 1em;
}*/


.coupon_container {
	padding: 4px;
	margin-bottom: 10px;
}
.coupons-article-4:hover, .coupon_container:hover {
    cursor: pointer;
    opacity: 0.9;
    -webkit-box-shadow: -1px -1px 13px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 13px 1px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 13px 1px rgba(0,0,0,0.75);
}

.coupons-article-4 {
    /* height: 200px; */
    width: 31.3%;
    float: left;
    margin: 0 1% 20px 1%;
    padding: 10px;
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); */
}

#couponsGrid .thumb, .coupon_container .thumb {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    border: 1px solid #5f5f5f;
}

.thumb.rounded {
    width: 100%;
    border-radius: 50%;
    /* border: 1px solid #5f5f5f; */
}

.coupons-article-inside-2, .coupons_desc {
    clear: both;
    margin: -20px auto 0 auto;
    padding: 14px 20px;
    display: inline-block;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #fd8d1f;
    color: #fd8d1f;
    width: 100%;
    background: white;
    text-align: center;
    height: 76px;
}

.grid_coupons_discount {
	float: right;
    width: 60px;
    height: 60px;
    background: url(images/badge.png) center center no-repeat;
    color: white;
    text-align: center;
	padding-top: 25px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -80px;
    right: -24px;
}

.coupons_percentuage {
    float: right;
    width: 60px;
    height: 60px;
    background: url(images/badge.png) center center no-repeat;
    color: white;
    text-align: center;
    padding-top: 25px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    margin-top: -65px;
}

#couponsGrid strike {
	position: relative;
    top: -30px;
    left: 40px;
}

.grid_coupons_price {
    color: #f03131;
    position: relative;
    top: -51px;
    font-size: 22px;
    left: 92px;
}

#hotelcoupon .sh {
    margin-bottom: 60px;
    display: block;
    clear: both;
}

#hotelmaps {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.gm-style-iw {
	overflow: hidden !important;
	line-height: 1.35;
}

.gmnoprint img {
	max-width: none;
}
		
img {
	max-width: none;
}
		
.thumb {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-size: cover;
}

.controls {
	margin-top: 16px;
	border: 1px solid transparent;
	border-radius: 2px 2px 2px 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
		

		
.pac-container {
	font-family: Roboto;
}
		
#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
}
		
#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}
		
#markerId {
	border-radius:4px;
}

.hotelmaps, .hotellist {
	display: table-cell;
}

#searchBox:focus, #searchBox_coupons:focus {
	border-color: #4d90fe;
	/* margin-left: -1px;
	padding-left: 14px;
	width: 401px; */
}

.dropdown.msmal dt {
	display: table;
	width: 100%;
}

.dropdown dt span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHo+AACAQQAA+MoAAIC0AAB48QAA9RwAADw3AAAbzhlfIT4AAACJSURBVHjajNAxCsJAEEbhb5cU4i0sbHIaL6IQTxFPo4VeROwXQs4gKW1cWJZEM90wj5l5f0jDeMXBunqENIw7vLD9A09oIxL6FdsvSCENI2zwxH4BTmgxxeJc92P76cuIpRBuc6K45yZWwzPeleixBOLMr30tWgJZuqwcQJNFy2GzkHeHUMPwGQChFSPmzlJ1WgAAAABJRU5ErkJggg==) no-repeat scroll right center;
    border-right: 1em solid transparent;
    cursor: pointer;
    font-weight: 400;
    font-weight: bold;
    width: 100%;
    display: block;
    overflow: inherit;
    font-size: 13px;
}

[class*="column"]+[class*="column"]:last-child {
    float: left !important;
}

.loadera, .no-other-result {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.coupons_price {
    color: #888888;
    text-decoration: line-through;
    display: block;
    margin-top: 12px;
}

.coupons_discount {
    color: #f03131;
    font-size: 20px;
    display: block;
	margin-top: 8px;
}

.map_details_labels {
	float: right;
	margin-right: 26px;
}

.map_details_labels span {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    border: 1px solid #f03131;
}

.map_details_poi {
	display: block;
    float: left;
    margin: 0px 14px 10px 0;
}

@media screen and (max-width: 1180px) {
	.uerfrndbtns #searchBox,
	.uerfrndbtns #searchBox_coupons,
	.uerfrndbtns #currentLocation {
    	margin-top: 14px
    }
    
    .map_details_labels {
		float: left;
		margin-left: 26px;
		margin-top: 20px;
	}
	
	.map_details_content {
		margin: 40px 0 0 0;
	}
}