
/*	jQuery Customize
----------------------------------------------------------------------*/
/* Tipsy */
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000}
.tipsy-inner { padding: 10px 15px; color: white; max-width: 300px; text-align: center; font-size: 14px; line-height: 19px; border-radius: 4px; }
.tipsy-arrow { position: absolute; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px}
.tipsy .tipsy-arrow:before {content: close-quote;position: absolute;width: 0px;height: 0px}
.tipsy-n .tipsy-arrow:before {bottom: -1px;left: -2px;border-left: 6px solid transparent;border-right: 6px solid transparent;}
.tipsy-nw .tipsy-arrow { top: 0; left: 10px}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px}
.tipsy-s .tipsy-arrow:before {bottom: -1px;left: -2px;border-left: 6px solid transparent;border-right: 6px solid transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px}
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px}
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px }
.tipsy-e .tipsy-arrow:before {bottom: -6px;right: 0px;border-right: 6px solid rgba(0, 0, 0, 0); }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px}
.tipsy-w .tipsy-arrow:before {bottom: 6px;left: -1px;border-bottom: 6px solid rgba(0, 0, 0, 0); }
.tipsy-n div {-webkit-animation: fadeInUp 0.2s;animation: fadeInUp 0.2s;}
.tipsy-s div {-webkit-animation: fadeInDown 0.3s;animation: fadeInDown 0.3s;}
.tipsy-w div {-webkit-animation: fadeInRight 0.2s;animation: fadeInRight 0.2s;}
.tipsy-e div {-webkit-animation: fadeInLeft 0.2s;animation: fadeInLeft 0.2s;}

/* Custom Select */
.customSelect {
	/* This is the default class that is used */
	/* Put whatever custom styles you want here */
	background:url('../images/defaults/select.png') #fff no-repeat right !important;
	border:1px solid #D2CDC7;
	font-weight: 400;
	color: #999999 !important;
	font-size: 12px !important;
	line-height: 21px !important;
}
.customSelect.customSelectHover {
	/* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
	/* Styles for when the select box is open */
	background:url('../images/defaults/select-over.png') #fff no-repeat right !important;
	border-color: #333333 !important;
	outline: 0 !important;
}
.customSelect.customSelectFocus {
	/* Styles for when the select box is in focus */
}
.customSelectInner {
	/* You can style the inner box too */
}


/* icheck - custom checkob amd radio*/
.styled-checkbox, .styled-radio {
	padding: 0;
	padding-left: 25px; 
	margin: 0;
	margin-bottom: 11px;
	line-height: 14px;
	display: block;
	position:relative;
	width: 100%;
}
.styled-checkbox.inline, .styled-radio.inline {
	display: inline;
	padding-right: 10px;
	float: left;
}
.icheckbox, .iradio {
	position:absolute;
	top:0;
	left:0;
    display: block;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    border: none;
    cursor: pointer;
}
.icheckbox {
    background-position: 0 0;
}
.icheckbox.hover {
	background-position: -15px 0px;
}
.icheckbox.checked {
	background-position: -30px 0px;
}
.icheckbox.disabled {
	background-position: -45px 0px;
	cursor: default;
}
.icheckbox.checked.disabled {
	background-position: -60px 0px;
}
.iradio {
    background-position: -75px 0px;
}
.iradio.hover {
	background-position: -90px 0px;
}
.iradio.checked {
	background-position: -105px 0px;
}
.iradio.disabled {
	background-position: -120px 0px;
	cursor: default;
}
.iradio.checked.disabled {
	background-position: -135px 0px;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox,
    .iradio {
        background-image: url(../images/defaults/check-radio%402x.html);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}


/* Date Picker */
.datepicker-wrapper {
	position: relative;
	color: #A7AAAB;
}
.datepicker-wrapper i {
	position: absolute;
	right: 8px;
	bottom: 5px;
	font-size: 14px;
	color: #A7AAAB;
}


/*	Accordion, Toggle
----------------------------------------------------------------------*/
ul.tt-accordion,
ul.tt-toggle {
	list-style: none;
	padding: 0;
	margin: 0;
}
.accordion-head,
.toggle-head {
	position: relative;
	padding: 10px 0 10px 60px;
	margin: 8px 0 0 0;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 0;
	color: #fff;
	background: #2c3337;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.accordion-head i,
.toggle-head i {
	padding-right: 8px;
}
.sub-accordion:first-child .accordion-head,
.sub-toggle:first-child .toggle-head {
	margin: 0;
}
.active .accordion-content,
.active .toggle-content {
	border: 0;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.active .icon-minus-sign {
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.active .icon-plus-sign {
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.accordion-content,
.toggle-content {
	padding:16px;
	overflow:hidden;
}
.accordion-head-sign,
.toggle-head-sign {
	margin: 0;
	background: #5486DA;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 16px;
}
.accordion-head-sign i,
.toggle-head-sign i {
	padding: 0;
	margin: 0;
}
/* Another Toggle - Always opened */
.another-toggle {
	margin-bottom:15px;
	display: block;
}
.another-toggle h5 {
	color:#434343;
	font-size:15px;
	padding-bottom:10px;
	border-bottom:1px solid #DEE2E4;
	margin-bottom:10px;
	/*background:url(images/defaults/filter-close.png) no-repeat right 2px;*/
	cursor:pointer;
	position: relative;
}
.another-toggle h5:after {
	font-family: FontAwesome;
	content: "\f067";
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 3px;
}
.another-toggle h5.active {
	/*background:url(images/defaults/filter-open.png) no-repeat right 2px;*/
}
.another-toggle h5.active:after {
	font-family: FontAwesome;
	content: "\f068";
}
.another-toggle .another-toggle-inner {display:none; padding-top: 10px; padding-bottom: 5px; }
.another-toggle .counting{
	position: absolute;
	right: 0;
	top: 0;
}
/*	Tabs
----------------------------------------------------------------------*/
.tabs {
	display:block;
	padding:0;
	list-style:none;
}
.tabs li {
	display:block;
	width:auto;
	padding:0;
	float:left;
	margin: 0 10px 0 0;
}
.tabs li a {
	display: block;
	padding: 0px 10px;
	margin: 0;
	cursor: pointer;
	color: #333;
	font-size: 15px;
	font-weight: 400;
}
.tabs li a.active {
}
.tabs-content {
	padding: 20px 0;
	display: block;
	list-style: none
}
.tabs-content > li {
	display:none
}
.tabs-content > li.active {
	display:block;
	overflow:hidden;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.tabs:before,
.tabs:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.tabs:after {
	clear:both;
}
@keyframes prot {
	20%, 40%, 60%, 80%, 100% { transform-origin: top center; }
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}
@-webkit-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
.tabs li a:hover i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	-webkit-animation: prot 1s;
	animation: prot 1s;
	z-index: 11;
}
.v_tab li {
	float: none;
	display: flex;
	margin: 0 0 10px 0;
}
.v_content {
	display: block;
	padding: 10px 20px;
	margin: 0;
	border: 2px solid #DBDBDB;
	border-radius: 6px;
}
.text_block {
	background: #F7F7FA;
	padding: 20px 30px;
}
/*	Progress
----------------------------------------------------------------------*/
.progress-bar {
	width: 100%;
	height: 16px;
	text-align: left;
	position: relative;
	margin-top: 40px;
	box-shadow: none;
	border-radius: 6px;
	background: #F7F7F7;
}
.progress-bar span {
	display: inline-block;
	height: 100%;	
	background-color: #5486da;
	-webkit-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;    
}
.stripes span {
	border-radius: 6px;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;			
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);            
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
.progress-bar  .progress-bar-text {
	position: absolute;
	bottom: 17px;
	left: 0;
	font-size: 13px;
	color: #6D6D6D;
	text-shadow: none;
	width: 100%;
}
.progress-bar  .progress-bar-text > span {
	background: none;
	float: right;
}
/*	Notification Boxes
----------------------------------------------------------------------*/
.notification-box {
	position: relative;
	margin-bottom: 10px;
	padding: 20px 32px 20px 20px;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	-webkit-animation: fadeInUp 1.3s;
	animation: fadeInUp 1.3s;
}
a.notification-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 12px;
}
.notification-box p {
	margin: 0;	
}
.notification-box p i {
	padding-right: 10px;
	border-right: 1px solid;
	margin-right: 10px;
}
.notification-box-info {
	color: #65cad3;
	border: 1px solid #65cad3;
}
.notification-box-success {
	color: #1abc9c;
	border: 1px solid #1abc9c;
}
.notification-box-warning {
	color: #eed880;
	border: 1px solid #eed880;
}
.notification-box-error {
	color: #e06f6f;
	border: 1px solid #e06f6f;
}
.notification-box-info a {
	color: #65cad3;
}
.notification-box-success a {
	color: #1abc9c;
}
.notification-box-warning a {
	color: #eed880;
}
.notification-box-error a {
	color: #e06f6f;
}


/* Page Loader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99999; /* makes sure it stays on top */
}
#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/defaults/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* Image Lightbox */
a.image-lightbox {
	position: relative;
	display: block;
}
a.image-lightbox:hover {
	opacity: 0.9
}
.image-lightbox {
	position: relative;
	overflow: hidden;
	display: block;
}
.image-lightbox img {
	-webkit-transition: -webkit-transform .25s ease-in-out;
			transition: transform .25s ease-in-out;
}		
.image-lightbox:hover img {
	-webkit-transform: scale(1.2);
			transform: scale(1.2);
}		
.image-lightbox:hover .image-overlay { 
	background-color: #0092CB;
	background-color: rgba(0,146,203,0.8);
	opacity: 1;
	filter: alpha(opacity = 80);
}	
.image-lightbox .overlay-icon  { 
	border: 0;
}
/* More Less */
.text-container {
    margin: 0 auto;  
}
.short-text {
    overflow: hidden;
    height: 73px;
}
.full-text{
    height: 100%;
}
/* Show Hide */
.show_hide{
	padding: 5px;
	border: 2px solid red;
	margin-top: 50px;
}
.show_hide_wrapper {
	display: block;
	background: green;
	padding: 20px;
	margin-top: 20px;
}
/* Facility Show Hide */
.facility_show_hide{
	margin-top: 10px;
	display: block;
}
.facility_show_hide_wr {
	display: block;
}
.facility_show_hide_wr ul , .show-more-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 7px 0 0;
}
.facility_show_hide_wr ul li, .show-more-wrapper ul li { border-bottom: 1px solid #D9DDDE; line-height: 18px; padding-bottom: 7px; margin-bottom: 7px; }
.facility_show_hide_wr ul li:last-child , .show-more-wrapper ul li:last-child { border-bottom: 0; }

/* map */
#map-wrapper {
	display:block; 
	width:100%; 
}
#map { 
	height:450px !important; 
	width:100%; 
	position:relative;
	display:block; 
	background: #D2CDC7;
}
#map-small {
	height:400px !important; 
	width:100%; 
	position:relative;
	display:block;
}

/*	Details Page
----------------------------------------------------------------------*/

/* Help List */
ul.help-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.help-list li {
	padding: 5px 0;
	position: relative;
	border-top: 1px solid #EBE8E6;
}
ul.help-list li span { font-weight: 400;}
/* Small List Item */
ul.small-list-item {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.small-list-item img {
	padding-bottom: 20px;
}
ul.small-list-item li {
	padding: 0 0 15px;
	padding-left: 70px;
	margin: 0 0 15px;
	position: relative;
	border-bottom: 1px solid #EBE8E6;
}
ul.small-list-item li:last-child {
	border-bottom: 0;
	margin: 0 0 0;
	padding-bottom: 0;
}
ul.small-list-item li .image-small-list > img {
	width: 60px;
	position: absolute;
	left: 0;
	top: 3px;
}
ul.small-list-item li h5 {
	font-weight: 400;
	line-height: 18px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
ul.small-list-item li a span {
	
}
.small-list-item .price-small {
	text-align: left;
	font-size: 14px;
	padding: 4px 0 0;
	color: #C77A6E;
}
.small-list-item .price-small span {
	position: realtive;
	color: #333;
}
.small-list-item .date-small {
	font-family:"HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	color: #989B8E;
}
/* Category Lists */
ul.cat-list {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}
ul.cat-list li {
	padding-left: 20px;
	position: relative;
	border-bottom: 1px solid #F5F5F2;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
ul.cat-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.cat-list li a {
	color: #444;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
ul.cat-list li a:hover { } /* in color file */
ul.cat-list li:hover {
	text-indent: -2px; 
}
ul.cat-list li:before {
	font-family: 'ElegantIcons';
	content: "\45";
	position: absolute;
	left: 0px;
	color: #BABAB8;
	font-size: 13px;
	line-height: 25px;
	transition: 0.2s all ease; 
	-moz-transition: 0.2s all ease; 
	-webkit-transition: 0.2s all ease; 
	-o-transition: 0.2s all ease; 
	-ms-transition: 0.2s all ease;
}
ul.cat-list li span {
	float: right;
}
/* Twitter Lists */
ul.tweet-widget {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.tweet-widget li {
	padding-left: 40px;
	position: relative;
	border-bottom: 1px solid #F5F5F2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
ul.tweet-widget li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.tweet-widget li span.icon {
	position: absolute;
	top: 7px;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	border: 1px solid #B2B2B2;
}
ul.tweet-widget li i.fa-twitter {
	position: absolute;
	top: 5px;
	left: 7px;
	line-height: 20px;
	font-size: 18px;
}
ul.tweet-widget li .tweet-posted {
	font-family:"HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	color: #989B8E;
}

/*	Payment and Confirm Page
----------------------------------------------------------------------*/
.book-step {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.book-step li {
	display: inline;
	padding: 10px 80px 9px 0;
	position: relative;
	border: 1px solid #333;
	border-left: 0;
	border-right: 0;
}
.book-step li .circle {
	border: 1px solid #333;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	padding: 0px 6px;
	line-height: 16px;
	margin-right: 5px;
}
.book-step li:after {
	font-family: 'FontAwesome';
	content: "\f101";
	font-size: 20px;
	position: absolute;
	top: 6px;
	right: 35px;
	color: #333;
}
.book-step li:first-child {
	border-left: 1px solid #333;
	padding-left: 20px;
	border-radius: 8px 0 0 8px;
}
.book-step li:last-child {
	padding-right: 20px;
	border-right: 1px solid #333;
	border-radius: 0 8px 8px 0;
}
.book-step li:last-child:after {
	content: " ";
}

.book-sum {
	background: #FAFAFA;
	padding: 30px 20px 5px;
	position: relative
}
.book-sum-image {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 240px;
}

ul.book-sum-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.book-sum-list.ml {
	margin-left: 265px;
}
ul.book-sum-list li {
	position: relative;
	margin: 5px 0;
}
ul.book-sum-list li strong {
	position: absolute;
	left: 0;
}
.total-price {
	text-align: right;
	font-size: 28px;
}
.total-price span {
	text-align: left;
	float: left;
	font-size: 14px;
}
ul.why-list li {
	padding: 12px 0;
	padding-left: 47px;
	position: relative;
}
ul.why-list li  h5 {
	text-transform: uppercase;
}
ul.why-list li  span.icon {
	width: 32px;
	height: 32px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 12px;
}
ul.why-list li  span.icon i {
	position: absolute;
	left: 6px;
	top: 3px;
	font-size: 18px;
}

ul.pl-100 li {
	padding-left: 100px;
}
ul.no-style {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.pl-120 li {
	padding-left: 120px;
}
ul.pl-140 li {
	padding-left: 140px;
}
ul.striped li {
	padding-top: 7px;
	padding-bottom: 7px;
}
ul.striped li:nth-child(even) {
	background: #FAFAFA;
}

/* Paging */
.paging {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.paging p {
	display: inline;
	float: left;
	margin-top: 30px;
}
.pagination {
	border-radius: 6px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.paging .pagination {
	display: inline;
	float: right;
	padding: 0;
}
.paging .pagination li a {
}
.paging .pagination li.active a {} 

/* Weather */
.weather-widget {
	background: #FAFAFA;
}
.today-date {
	display: block;
	text-align: center;
	padding: 7px 0;
}
.today-date .date { color: #333; font-style: normal; }
.today-weather {
	overflow: hidden;
	border-bottom: 1px solid #EDEDED;
}
.today-icon {
	font-size: 55px;
	line-height: 70px;
	float: left;
	padding: 5px;
	margin: 10px 0 10px 20px;
	display: inline;
}
.today-temperature {
	float: right;
	font-size: 28px;
	line-height: 30px;
	font-family:"HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important; 
	font-weight: 500;
	margin-right: 20px;
}
.today-temperature span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
ul.daily-weather {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.daily-weather li {
	width: 16.5%;
	display: inline;
	float: left;
	border-right: 1px solid #EDEDED;
	text-align: center;
}
ul.daily-weather li:last-child {
	border-right: 0;
}
ul.daily-weather li i {
	line-height: 30px;
}
ul.daily-weather li span {
	display: block;	
	position: relative;
}
ul.daily-weather li span.day {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 28px;
}
ul.daily-weather li span.max {
	font-size: 13px;	
	font-family:"HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important; 
	font-weight: bold !important;
}
ul.daily-weather li span.min {
	font-size: 12px;	
}
ul.daily-weather li span.max:after,
ul.daily-weather li span.min:after,
.today-temperature span:after {
	font-family: 'weather';
	content: "\f042";
}

