body {
	line-height: normal;
	color: #747372;
	font-weight: normal;
	/*font-family: Verdana, Geneva, sans-serif*/
	font-family: 'Roboto', sans-serif;
}
.navbar-header {
	background: #2FC3DF;
}

/*Topography
================================*/
h1 {
	font-size: 14px;
}
h1, h2 {
	color: #FFF;
	background: #2FC3DF;
	padding-left: 12px;
	line-height: 36px;
	box-shadow: 1px 4px 5px #CCC;
	-moz-box-shadow: 1px 4px 5px #CCC;
	-webkit-box-shadow: 1px 4px 5px #CCC;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #094E67;
	background: #C5DFE9;
	text-transform: none;
}
/*Header
=====================================*/
.header-top {
	background: none;
	text-align: right;
	padding-top: 5px;
	color: #A47372;
	min-height: 30px;
	font-size: 0.9em;
}
.logo {
	margin-top: 8px;
}
.logo img {
	margin: 0 auto;
}
.menu {
	margin-top: 35px;
}
.menu ul {
	list-style-type: none;
}
.menu ul li {
	font-size: 1em;
	color: #FFF;
	background: #96CC08;
	margin-right: 8px;
	border-radius: 4px;
	border-bottom: 1px solid #FFF;
}
.menu ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 0 23px;
	line-height: 31px !important;
	text-transform: uppercase;
	/*border:1px solid  #82b105;#88b906;*/

	box-shadow: 1px 4px 5px #CCC;
	-moz-box-shadow: 1px 4px 5px #CCC;
	-webkit-box-shadow: 1px 4px 5px #CCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.menu ul li a span {
	text-transform: none;
}
.menu ul li a:hover {
	background: #2FC3DF;
	color: #FFF;
	border-radius: 4px;
}
.menu ul li a.active {
	background: #2FC3DF;
	color: #FFF;
	border-radius: 4px !important;
}
.navbar-default {
	background: #96CC08;
}
.navbar-toggle .icon-bar {
	background: #FFF;
}
.changes {
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 4px 5px #CCCCCC;
	-moz-box-shadow: 1px 4px 5px #CCCCCC;
	-webkit-box-shadow: 1px 4px 5px #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
	color: #FFF;
	background: #2FC3DF;
	font-weight: bold;
	margin-top: 10px;
	padding: 0 7px;
	line-height: 31px;
}
.changes a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-top: 24px;
	line-height: 31px;
	padding: 0 4px;
}
button.signin {
	border: none;
	background: none;
	text-align: center;
	color: #FFF;
	padding: 0 7px;
	line-height: 31px;
}
button.signin:hover {
	color: #000;
}
.menu.sign {
	margin-top: 35px;
}
.btn-primary:hover {
	background: #2FC3DF;
}
.menu ul.sign {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;/*background: #96cc08;
        max-width:210px;*/
}
.menu.sign ul li {
	float: left;
	/*padding: 0 4px;*/
	margin: 0;
	background: #FF6801;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	-moz-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	box-shadow: 1px 4px 5px #CCCCCC;
	-moz-box-shadow: 1px 4px 5px #CCCCCC;
	-webkit-box-shadow: 1px 4px 5px #CCCCCC;
}
.menu.sign ul li.last {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	-moz-border-top-right-radius: 4px !important;
	-webkit-border-bottom-right-radius: 4px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	-moz-border-top-left-radius: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
}
/*.menu.sign ul li.last::before {*/
    /*content: "|";*/
/*}*/

.modal-backdrop.in {
	filter: alpha(opacity=80);
	opacity: .8;
}
.modal-header.login {
	color: #FFF;
	background: #2FC3DF;
	padding-left: 12px;
	line-height: 30px;
	padding: 5px;
	margin-bottom: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 1px 4px 5px #CCC;
	-moz-box-shadow: 1px 4px 5px #CCC;
	-webkit-box-shadow: 1px 4px 5px #CCC;
	text-transform: uppercase;
}
.modal-body label {
	color: #060;
}
.modal-content .modal-footer {
	text-align: left;
}
.modal-content.signin {
	border: 8px solid #B3B3B3;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
	-webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
}
.btn-primary {
	color: #FFF;
	background-color: #96CC08;
	border-color: #83B107;
}
.close.signin {
	filter: alpha(opacity=1);
	opacity: 1;
	margin-top: -4px;
}
.search {
	margin-top: 0;
	padding: 7px 0 4px 10px;
	background: url(../images/searchbg-new1.png) repeat-x;
	border: 1px solid #CCC;
	border-radius: 3px;
	height: 49px;
}
.search p {
	font-size: 15px;
	line-height: 31px;
	float: left;
}
.searchinput {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.uno_txt1 {
	padding: 10px 0;
	font-size: 14px;
	color: #B8C725;
	margin: 10px 0 5px 0;
	width: 100%;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.uno_txt {
	padding: 4px 0;
	font-size: 14px;
	color: #4E4E4B;
	margin: 10px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.uno_txtheader {
	width: 180px;
	color: #2FC3DF;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 57px;
	background: url(../images/arrow.png) no-repeat right center;
}
.uno_txtslider {
	width: 100%;
	color: #B8C725;
}
.citiees {
	background: #B2D8F5 url(../images/cities-bg.png) repeat-x;
	padding: 0 12px;
	line-height: 40px;
	font-size: 14px;
	border: 1px solid #C3E1F7;
}
.citiees span {
	color: #F58634;
}
.cities_menu {
	float: right;
}
.cities_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cities_menu ul li {
	font-size: 14px;
	float: left;
	color: #060;
	padding: 0 4px;
}
.cities_menu ul li a {
	text-decoration: none;
	color: #060;
}
.cities_menu ul li a span {
	color: #333;
}
.cities_menu ul li a span:hover {
	color: #F00;
}
.cities_menu ul li a:hover {
	color: #F00;
}
#shadowbottom {
	display: none;
}
#city_container {
	padding: 0 15px;
	display: none;
	background: #F8FCFE;
	box-shadow: 0px 2px 5px #E7E7E7;
}
#city_ul {
	padding: 10px 0;
}
#city_ul li {
	padding: 3px;
	list-style: none;
}
#city_ul li a {
	text-decoration: none;
	color: #2FC3DF;
}
#city_ul li a:hover {
	text-decoration: underline;
	color: #96CC08;
}
#containermain {
	box-shadow: 0px 2px 5px #E7E7E7;
}
.categories {
/*	margin-bottom: 30px;*/    
}
.categories h1{ cursor:pointer;}
.categories ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
.categories ul li {
	line-height: 30px;
	font-size: 13px;
	color: #596366;
	border-bottom: 1px dotted #CCC;
}
.categories ul li a {
	text-decoration: none;
	color: #596366;
	display: block;/*padding-left: 10px;*/
}
.categories ul li a:hover {
	color: #040770;
	background: #E0EEF3;
	text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
	-webkit-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
}
.categories ul li a.preactive {
	color: #2FC3DF;
	background: url(../images/arrow1.png) no-repeat right center;
	text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
	-webkit-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
}
.top-padding {
	margin-top: 20px;
}
/*use styles below to disable ugly selection*/
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slider {
	margin: 50px 0 10px !important;
	height: 50px;
}
#carousel li {
	margin-right: 5px;
}
#carousel img {
	display: block;
	opacity: .5;
	cursor: pointer;
}
#carousel img:hover {
	opacity: 1;
}
#carousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}
.thumbnail .caption.lists {
	background: #E0EEF3;
}
.thumbnail .caption.lists:hover {
	background: #009600;
}
.pages2_imagelisting {
}
.pages2_imagelisting ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pages2_imagelisting ul li {
	-webkit-border-radius: 5px 5px 0 0;
	-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	margin-bottom: 25px;
}
.pages2_imagelisting ul li img {
	border: 3px solid #090;
	-webkit-border-radius: 5px 5px 0 0;
	-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	height: 200px;
	width: 100%;
}
.pages2_imagelisting ul li .header {
	background: #090;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	color: #FFF;
}
.pages2_imagelisting ul li {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pages2_imagelisting ul li img {
	border: 6px solid #E0EEF3;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.pages2_imagelisting ul li .header {
}
.pages2_imagelisting ul li .header a {
	text-decoration: none;
	text-align: center;
	line-height: 3em;
	background: #E0EEF3;
	display: block;
	font-size: 13px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	/*color: #0b788d !important;*/
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pages2_imagelisting ul li:hover {
}
.pages2_imagelisting ul li .header a:hover {
	color: #FFF !important;
	background: #009600;
}
.neighbourhood {
	width: 100%;
	margin-bottom: 20px;
}
.neighbourhood ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.neighbourhood ul li {
	font-size: 12px;
	color: #333;
	float: left;
	width: 173px;
	margin-left: 12px;
	color: #596366;
	line-height: 24px;
	border-bottom: 1px dotted #CCC;
	display: block;
}
.neighbourhood .items_discouts_main {
	margin-top: 20px;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 20px;
}
.neighbourhood .items_discouts_image {
	float: left;
}
.neighbourhood .items_discouts_image img {
	max-width: 200px;
	height: auto;
	padding: 5px;
	border: 1px solid #CCC;
}
.neighbourhood .items_discouts {
	float: left;
	margin-left: 10px;/*line-height: 18px;*/
}
.neighbourhood .items_discouts_button1 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	margin-top: 11px;
	border: 1px solid #C9C9C9;
	font-size: 12px;
	color: #415804;
	padding: 5px 5px 5px 10px;
}
.neighbourhood .items_discouts_button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	margin-top: 8px;
	border: 1px solid #C9C9C9;
	font-size: 12px;
	color: #415804;
	padding: 5px 5px 5px 136px;
}
.items_discouts_button ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.items_discouts_button ul li {
	border-bottom: none;
	width: 100%;
	padding: 0;
}
.neighbourhood .items_discouts_button img {
	width: 30px;
	height: 23px;
}
.neighbourhood .items_details_ratings {
	float: left;
	font-size: 10px;
	text-align: right;
	margin-left: 10px;
}
/*custom**************/
/*.gm-style-iw, .gm-style .gm-style-iw a,  .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
   font-size: 13px;
   font-weight: 300;
   width:100% !important;

}
.gm-style .gm-iw {
   color: #2C2C2C;
}
.gm-style .gm-iw b {
   font-weight: 400;
}*/
#map_canvas {
	width: 100%;
}
.gm-style {
	width: 100% !important;
}
.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
	font-size: 13px;
	font-weight: 300;
	width: 100% !important;
}
.gm-style .gm-iw {
	color: #2C2C2C;
}
.gm-style .gm-iw b {
	font-weight: 400;
}
.gm-style .gm-iw a:link, .gm-style .gm-iw a:visited {
	-moz-text-blink: none;
	-moz-text-decoration-color: -moz-use-text-color;
	-moz-text-decoration-line: none;
	-moz-text-decoration-style: solid;
	color: #4272DB;
}
.gm-style .gm-iw a:hover {
	-moz-text-blink: none;
	-moz-text-decoration-color: -moz-use-text-color;
	-moz-text-decoration-line: underline;
	-moz-text-decoration-style: solid;
	color: #4272DB;
}
.gm-style .gm-iw .gm-title {
	font-weight: 400;
	margin-bottom: -10px;
}
.gm-style .gm-iw .gm-basicinfo {
	line-height: 18px;
	padding-bottom: 10px;
}
.gm-style .gm-iw .gm-website {
	padding-top: 6px;
}
.gm-style .gm-iw .gm-photos {
	-moz-user-select: none;
	padding-bottom: 2px;
}
.gm-style .gm-iw .gm-sv, .gm-style .gm-iw .gm-ph {
	cursor: pointer;
	height: 50px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	width: 100px;
}
.gm-style .gm-iw .gm-sv {
	padding-right: 4px;
}
.gm-style .gm-iw .gm-wsv {
	cursor: pointer;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
.gm-style .gm-iw .gm-sv-label, .gm-style .gm-iw .gm-ph-label {
	bottom: 6px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}
.gm-style .gm-iw .gm-stars-b, .gm-style .gm-iw .gm-stars-f {
	font-size: 0;
	height: 13px;
}
.gm-style .gm-iw .gm-stars-b {
	background-position: 0 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
	position: relative;
	top: 3px;
	width: 65px;
}
.gm-style .gm-iw .gm-rev {
	-moz-user-select: none;
	line-height: 20px;
}
.gm-style .gm-iw .gm-numeric-rev {
	color: #DD4B39;
	font-size: 16px;
	font-weight: 400;
}
.gm-style .gm-iw.gm-transit {
	margin-left: 15px;
}
.gm-style .gm-iw.gm-transit td {
	vertical-align: top;
}
.gm-style .gm-iw.gm-transit .gm-time {
	color: #676767;
	font-weight: bold;
	white-space: nowrap;
}
.gm-style .gm-iw.gm-transit img {
	float: left;
	height: 15px;
	margin-bottom: 0;
	margin-left: -20px;
	margin-right: 5px;
	margin-top: 1px;
	width: 15px;
}
.gm-iw.gm-sm {
	margin-right: -20px;
}
.gm-iw {
	text-align: left;
}
.gm-iw .gm-title {
	padding-right: 20px;
}
.gm-iw .gm-numeric-rev {
	float: left;
}
.gm-iw .gm-photos, .gm-iw .gm-rev {
	direction: ltr;
}
.gm-iw .gm-stars-f, .gm-iw .gm-stars-b {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("http://maps.gstatic.com/mapfiles/api-3/images/review_stars.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 65px 26px;
	float: left;
}
.gm-iw .gm-stars-f {
	background-position: left -13px;
}
.gm-iw .gm-sv-label, .gm-iw .gm-ph-label {
	left: 4px;
}
.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
	width: 90 !important;
	margin: 0 auto !important;
}
.gm-style .gm-iw .gm-basicinfo {
	line-height: 18px;
	padding-bottom: 0px !important;
}
.webs {
	background: url(../images/web.png) no-repeat left;
	padding: 0 0 0 27px;
	margin-bottom: 2px;
}
.clock {
	background: url(../images/clock.png) no-repeat left;
	padding: 0 0 0 27px;
	margin-bottom: 2px;
}
.share {
	margin: 10px 0 0 0 !important;
}
.neighbourhood .items_details1 {
	float: left;
}
.footer {
	border-top: 1px solid #DBD8D8;
	border-bottom: 1px solid #DBD8D8;
	padding: 10px 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footermenu ul {
	list-style-type: none;
	margin-left: 12px;
	margin: 0;
	padding: 0;
}
.footermenu ul li {
	float: left;
	font-size: 12px;
	color: #5A5858;
	margin-right: 5px;
}
.footermenu ul li a {
	text-decoration: none;
	color: #5A5858;
}
.footermenu ul li a:hover {
	color: #F00;
	text-decoration: underline;
}
.copyright {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	color: #666;
	margin-top: 5px;
}
.designed {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-align: right;
}
.designed a {
	text-decoration: none;
	color: #F00;
}
.unocard {
	border-top: 1px dotted #CCC;
	padding: 10px 0 0 0;
}
.tel {
	background: url(../images/tel.png) no-repeat left;
	padding: 0 0 0 27px;
	margin-bottom: 2px;
}
.fax {
	background: url(../images/fax.png) no-repeat left;
	padding: 0 0 0 27px;
	margin-bottom: 2px;
}
.mobile {
	background: url(../images/mobile.png) no-repeat left;
	padding: 0 0 0 27px;
	margin-bottom: 2px;
}
.web {
	background: url(../images/web.png) no-repeat left;
	padding: 0 0 0 27px;
	margin-bottom: 2px;
}
.contper {
	background: url(../images/contactperson.png) no-repeat left;
	padding: 0 0 0 27px;
	margin-bottom: 2px;
}
.mapicon {
	background: url(../images/map_tag.png) no-repeat left;
	padding: 0 0 0 27px;
	margin-bottom: 2px;
}
.add {
	margin: 10px 0 0 0;
	width: 260px;
	font-size: 13px;
}
.featuretxt {
	float: left;
	line-height: 32px;
	margin: 0 29px 0 0;
}
.featuretxt.new {
	margin: 0 36px 0 0 !important;
}
.opnhrs {
	float: left;
	width: 250px;
	line-height: 18px;
}
.feturs {
	float: right;
	width: 250px;
}
.items_details span, .items_details1 span {
	color: #2FC3DF;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.items_details p {
	margin: 0 0 2px;
}
.details_reviews {
	margin: 10px 0;
}
.detailmenu {
	margin-top: 0;
}
.detailmenu ul {
	list-style-type: none;
}
.detailmenu ul li {
	background: none repeat scroll 0 0 #96CC08;
	color: #FFF;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 31px;
	margin-right: 2px;
}
.detailmenu ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
.detailmenu ul li a:hover {
	background: none repeat scroll 0 0 #2FC3DF;
	color: #FFF;
}
.detailmenu ul li a.active {
	background: none repeat scroll 0 0 #2FC3DF;
	color: #FFF;
}
.details_reviews {
	clear: both;
}
.detailmnholder {
	border: 8px solid #EEE;
	margin: 33px 0;
	padding: 4px;
}
.review_container {
	border: 1px solid #EEE;
	padding: 5px;
}
.feattable {
	background: none repeat scroll 0 0 #EEE;
	/*margin: 10px 0;*/
	padding-bottom: 10px;
	top: 10px;
}
.pagination {
	font-size: 12px;
	margin: 25px 0;
	padding: 3px;
	text-align: center;
}
.pagination a {
	background: url("../images/pagbg.png") repeat-x scroll 0 -26px rgba(0, 0, 0, 0);
	border: 1px solid #6DB3DA;
	border-radius: 4px;
	color: #006DAA;
	font-weight: bold;
	margin: 2px;
	padding: 4px 6px;
	text-decoration: none;
	display: inline-block;
}
.pagination a:hover, div.pagination a:active {
	border: 1px solid #138FD1;
	color: #006DAA;
}
.paqination span {float: left;}
.pagination span.current {
	background: url("../images/pagbg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #CC7604;
	border-radius: 4px;
	color: #FFFFFF;
	margin: 2px;
	padding: 4px 6px;
}
.pagination span.disabled {
	background: url("../images/pagbg.png") repeat-x scroll 0 -53px rgba(0, 0, 0, 0);
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	color: #929292;
	font-weight: normal;
	margin: 2px;
	padding: 4px 6px;
}
.pagination a.navbutton {
	font-weight: normal;
}
.tabpage {
	display: none;
}
#tabContainer {
	min-height: 250px;/*padding: 1px;*/
}
.tabs {
	min-height: 10px;
}
.tabs > ul {
	list-style: outside none none;
	padding: 0;
}
.tabs > ul > li {
	background: -moz-linear-gradient(center top, #0C91EC 0%, #257AB6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFF;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 14px;
}
.tabs > ul > li:hover {
	background: -moz-linear-gradient(center top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #333;
	cursor: pointer;
}
.tabs > ul > li.tabActiveHeader {
	background: none repeat scroll 0 0 #88C425;
	color: #FFF;
	font-weight: bold;
}
.tabscontent {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCC;
	color: #333;
	line-height: 18px;
	margin: 0;
	min-height: 250px;
	padding: 10px;
}
.tabscontent1 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCC;
	color: #333;
	height: auto;
	line-height: 18px;
	margin-top: -10px;
	min-height: 50px;
	padding: 10px;
}
.error_class_register {
	font-size: 14px;
	color: #F00;
}
form.passwd {
	border: 2px solid #0CF;
	padding: 10px;
}
ul.gallery-list li {
	width: 141px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 9px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 8px;
}
ul.gallery-list li img {
	width: 141px;
}
ul.gallery-list li a {
	width: auto;
	height: 106px;
	overflow: hidden;
	display: block;
	float: left;
}
ul.gallery-list li span {
	float: left;
	width: 141px;
	height: 25px;
	color: #2FC3DF;
	font-weight: bold;
	text-align: center;
}
ul.gallery-list li a:hover {
	background-color: #FFF;
}
.form-inline .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form_bg {
	height: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(rgb(253, 251, 250), rgb(220, 220, 219));
}
.card {
	background-color: #F7F7F7;
	/* just in case there no content*/
	padding: 20px 25px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	/* shadows and rounded borders */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#thousande_width {
	/*width: 976px;*/
	float: left;
}
#thousande_width ul {
	list-style-type: none;
}
#thousande_width ul li {
	margin-right: 40px;
	float: left;
	padding-bottom: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#thousande_width ul li p {
	line-height: 20px;
}
.addnew {
	margin-top: 20px;
}
.maps {
	margin-top: 10px;
	border: 2px solid #999;/*width: 626px;*/
}
.welcomeuser {
	padding: 6px;
}
.welcomeuser a {
	text-decoration: none;
	background: #b1acce;
	padding: 4px 10px;
	color: #FFF !important;
	box-shadow: 1px 4px 5px #ccc;
	-moz-box-shadow: 1px 4px 5px #ccc;
	-webkit-box-shadow: 1px 4px 5px #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.welcomeuser a:hover {
	text-decoration: underline !important;
	background: #ff6801;
	color: #FFF !important;
}
a.preset, a.preset:hover {
	cursor: hand !important;
}
.dashboard a {
	text-decoration: none;
	color: #FF6801;
	font-weight: bold;
}
.dashboard a:hover {
	text-decoration: underline;
	color: #069;
}
.form-horizontal.mdl .form-group {
	margin-right: 0;
	margin-left: 0;
	font-size: 12px;
}

/*Media Queries
=============================================*/
@media only screen and (max-width: 1200px) {
.menu ul {
	margin-top: 10px;
}
.menu ul li {
	margin-right: 2px;
}
.menu ul li a {
	padding: 0 10px;
}
}
 @media only screen and (max-width: 767px) {
.menu, .menu.sign {
	margin-top: 10px;
}
.cities_menu {
	float: left;
}
.citiees {
	line-height: 30px
}
.navbar {
	margin-bottom: 0px;
}
.pages2_imagelisting ul li img {
	height: 180px;
}
}
 @media only screen and (max-width: 480px) {
.neighbourhood .items_discouts_button {
	padding: 5px 5px 5px 5px;
	background-image: none;
	background-color: #EEE;
}
.pages2_imagelisting ul li img {
	height: 100px;
}
}
 @media only screen and (min-width: 481px) {
.neighbourhood .items_discouts_button {
	background-image: url(../images/uno_available_features.png) !important;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #EEE;
}

}
 @media only screen and (max-width: 991px) {
.categories ul li {
	/*float: left;*/
	/*margin: 0 5px 0 0;*/
}
.categories ul li a.preactive {
	background: none;
}

.categories > ul{
	display: none;
}
}
