html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
	cursor: default;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #efefef;
	background-repeat: repeat-x;
	background-position: center top;
}
body.weather-style-1, body.weather-style-2 {
	background-image: url(../img/bg-weather-type-1.jpg);
}
body.weather-style-3 {
	background-image: url(../img/bg-weather-type-2.jpg);
}
body.weather-style-4 {
	background-image: url(../img/bg-weather-type-3.jpg);
}
body.weather-style-6, body.weather-style-11, body.weather-style-14,
body.weather-style-20, body.weather-style-21, body.weather-style-22,
body.weather-style-23 {
	background-image: url(../img/bg-weather-type-4.jpg);
}
body.weather-style-9 {
	background-image: url(../img/bg-weather-type-5.jpg);
}
body.weather-style-5, body.weather-style-10 {
	background-image: url(../img/bg-weather-type-6.jpg);
}
body.weather-style-7, body.weather-style-8, body.weather-style-12,
body.weather-style-13 {
	background-image: url(../img/bg-weather-type-7.jpg);
}
body.weather-style-15 {
	background-image: url(../img/bg-weather-type-8.jpg);
}
body.night {
	background-image: url(../img/night.jpg);
}
body.default {
	background-image: url(../img/default.jpg);
}
ol,ul {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
::-moz-selection {
	color: #fff;
	background: #ff8833;
}
::selection {
	color: #fff;
	background: #ff8833;
}
#usertrack_image {
	display: none;
}
.ui-helper-hidden-accessible {
	display: none;
}
#ui-id-2 {
	max-width: 185px;
}
ul.ui-autocomplete {
	padding: 5px 0;
	overflow: hidden;
	position: absolute;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 2px 3px #9a9a9a;
}
ul.ui-autocomplete li.ui-menu-item a {
	padding: 10px;
	color: #262626;
	display: block;
	font-size: 14px;
	text-decoration: none;
}
ul.ui-autocomplete li.ui-menu-item a:hover,
ul.ui-autocomplete li.ui-menu-item a.ui-state-focus {
	color: #fff;
	cursor: pointer;
	background-color: #ff8835;
}
.main_wrapper {

	margin: 0 auto;
	width: 980px;
}
.header {
	margin-bottom: 47px;
}
.header .navigation {
	z-index: 6;
	height: 76px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 5px #aaa;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.header .navigation .logo {
	padding: 10px 0 0 20px;
	float: left;
}
.header .navigation .wrapper {
	padding: 0 19px;
	float: right;
}
.header .navigation .wrapper .menu {
	float: left;
	margin: 10px 10px 0 10px;
}
.header .navigation .wrapper .menu .item {
	float: left;
	position: relative;
	border-radius: 3px;
}
.header .navigation .wrapper .menu .item a.mainlink {
	color: #3c464e;
	padding: 12px 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}
.header .navigation .wrapper .menu .item:hover {
	background-color: #192228;
}
.header .navigation .wrapper .menu .item.active a.mainlink {
	color: #ff8835;
}
.header .navigation .wrapper .menu .item:hover a.mainlink {
	color: #fff;
}
.header .navigation .wrapper .menu .item.item-link:hover a.mainlink {
	color: #ff8835;
}
.header .navigation .wrapper .menu .item.item-link:hover {
	background-color: #fff;
}
.header .navigation .wrapper .menu .item .submenu {
	top: 47px;
	z-index: 8;
	width: 450px;
	display: none;
	padding: 20px 0;
	position: absolute;
	background-color: #192228;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.header .navigation .wrapper .menu .item .submenu .bottom {
	clear: both;
	padding-top: 15px;
	text-align: right;
	margin: 20px 20px 0 20px;
	border-top: 1px solid #2E373D;
}
.header .navigation .wrapper .menu .item .submenu .bottom a {
	color: #ff8835;
	font-size: 12px;
	font-weight: bold;
}
.header .navigation .wrapper .menu .item .submenu .towns,
.header .navigation .wrapper .menu .item .submenu .peaks,
.header .navigation .wrapper .menu .item .submenu .resorts {
	float: left;
	width: 129px;
	min-height: 242px;
	display: block;
	margin-left: 20px;
	border-right: 1px solid #505050;
}
.header .navigation .wrapper .menu .item .submenu .towns .title,
.header .navigation .wrapper .menu .item .submenu .peaks .title,
.header .navigation .wrapper .menu .item .submenu .resorts .title {
	color: #ff8835;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.header .navigation .wrapper .menu .item .submenu ul li {
	margin-bottom: 5px;
}
.header .navigation .wrapper .menu .item .submenu ul li a {
	color: #fff;
	font-size: 14px;
}
.header .navigation .wrapper .menu .item:hover .submenu {
	display: block;
}
.header .navigation .wrapper .menu .item .text {
	border-right: 1px solid #b5b5b5;
	line-height: 25px;
	padding: 0 20px;
	display: block;
	height: 25px;
}
.header .navigation .wrapper .menu .item:hover .text {
	border-right: 1px solid #192228;
}
.header .navigation .wrapper .menu .item.item-link:hover .text {
	border-right: 1px solid #b5b5b5;
}
.header .navigation .wrapper .city-search {
	float: right;
	padding-top: 15px;
	position: relative;
}
.header .navigation .wrapper .city-search .decoration-arrow {
	right: 0;
	width: 185px;
	height: 14px;
	bottom: -15px;
	display: none;
	position: absolute;
	background: url(../img/decoration-arrow1.png) center center no-repeat transparent;
}
.header .navigation .wrapper .city-search input[type=text] {
	border: 0;
	height: 20px;
	width: 135px;
	outline: none;
	color: #121212;
	font-size: 14px;
	line-height: 20px;
	border-radius: 3px;
	background-color: #f3f3f3;
	padding: 10px 10px 10px 40px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	box-shadow: inset #ddd 0px 1px 2px;
	background-image: url(../img/vremo_search_icon.png);
}
#weather .location {
	height: 95px;
	color: #f1fbff;
	margin-top: 10px;
}
#weather .location .city .settings {
	margin: 10px 0 0 10px;
	position: relative;
	display: none;
	float: left;
}
#weather .location .city .settings .icon {
	z-index: 4;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	background: url(../img/btd.png) center center repeat transparent;
}
#weather .location .city .settings .icon span {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../img/gear.png) -25px 0 repeat transparent;
}
#weather .location .city .settings:hover .icon span {
	background-position: 0 0;
}
#weather .location .city .settings:hover .icon {
	background: #fff;
}
#weather .location .city .settings .options {
	top: 36px;
	z-index: 3;
	width: 210px;
	display: none;
	padding: 5px 0;
	position: absolute;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 2px 3px #9A9A9A;
}
#weather .location .city .settings:hover .options {
	display: block;
	
}
#weather .location .city .settings .options a {
	padding: 10px;
	color: #262626;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#weather .location .city .settings .options a:hover {
	color: #fff;
	background-color: #ff8835;
}
#weather .location .city .name {
	float: left;
	display: block;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: -3px;
	text-shadow: #2D343A 0px 1px 0px;
}
#weather .location .country {
	font-size: 18px;
	font-weight: bold;
	text-shadow: #2D343A 0px 1px 0px;
}
.header .fav-location {
	background-color: #fff;
	display: inline-block;
	border-radius: 3px;
	position: relative;
	margin-top: -3px;
	float: right;
	z-index: 5;
}
.header .fav-location span.label {
	padding: 15px;
	font-size: 16px;
	color: #192228;
	float: left;
}
.header .fav-location ul {
	float: right;
	line-height: 25px;
}
.header .fav-location ul li {
	position: relative;
	border-radius: 3px;
	font-size: 14px;
	color: #7b8f9e;
	float: left;
}
.header .fav-location ul li div {
	cursor: pointer;
}
.header .fav-location ul li:hover {
	background-color: #f0f0f0;
	color: #454545;
}
.header .fav-location ul li:hover .fav-remove {
	display: block;
}
.header .fav-location ul li .fav-temp-info {
	margin: 12px 0;
	padding: 0 50px 0 15px;
	border-left: 1px solid #ccc;
}
.header .fav-location ul li .fav-sign-wrap {
	position: absolute;
	height: 49px;
	width: 40px;
	right: 5px;
	top: 0px;
}
.header .fav-location ul li .fav-remove {
	background: url(../img/close-small.png) center center no-repeat #ff9850;
	text-indent: -999999px;
	position: absolute;
	display: none;
	bottom: -20px;
	height: 20px;
	width: 21px;
	right: 0;
}
.header .fav-location ul li .fav-remove:hover {
	background-color: #454545;
}
.header .fav-location ul li .temp {
	font-weight: bold;
	margin-left: 5px;
}
#weather .hidden-location {
	top: 0;
	left: 50%;
	z-index: 10;
	width: 938px;
	display: none;
	color: #454545;
	font-size: 14px;
	position: fixed;
	padding: 10px 20px;
	margin-left: -490px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0px 1px #ccc;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#weather .hidden-location .small-logo {
	float: left;
	margin-right: 20px;
}
#weather .hidden-location ul.user-locations {
	float: right;
	line-height: 25px;
}
#weather .hidden-location ul.user-locations li {
	position: relative;
	border-radius: 3px;
	font-size: 14px;
	color: #7b8f9e;
	float: left;
}
#weather .hidden-location ul.user-locations li div {
	cursor: pointer;
}
#weather .hidden-location ul.user-locations li:hover {
	background-color: #f0f0f0;
	color: #454545;
}
#weather .hidden-location ul.user-locations li:hover .fav-remove {
	display: block;
}
#weather .hidden-location ul.user-locations li .fav-temp-info {
	margin: 12px 0;
	padding: 0 50px 0 15px;
	border-left: 1px solid #ccc;
}
#weather .hidden-location ul.user-locations li .fav-sign-wrap {
	position: absolute;
	height: 49px;
	width: 40px;
	right: 5px;
	top: 0px;
}
#weather .hidden-location ul.user-locations li .fav-remove {
	background: url(../img/close-small.png) center center no-repeat #ff9850;
	text-indent: -999999px;
	position: absolute;
	display: none;
	bottom: -20px;
	height: 20px;
	width: 21px;
	right: 0;
}
#weather .hidden-location ul.user-locations li .fav-remove:hover {
	background-color: #454545;
}
#weather .hidden-location ul.user-locations li .temp {
	font-weight: bold;
	margin-left: 5px;
}

#weather .last-pass {
	color: #fff;
	float: right;
	font-size: 16px;
	margin-top: 15px;
	font-weight: bold;
	text-shadow: #2D343A 0px 1px 0px;
}

#weather .tabs {
	float: left;
	overflow: hidden;
}
#weather .tabs .tab {
	float: left;
	color: #454545;
	display: block;
	cursor: pointer;
	font-size: 20px;
	margin-right: 2px;
	padding: 15px 30px;
	text-decoration: none;
	background-color: #dce8ed;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#weather .tabs .tab:hover {
	color: #fff;
	background-color: #ff8835;
}
#weather .tabs .tab.active {
	float: left;
	color: #454545;
	background-color: #fff;
}
#weather .info,
#weather .info .info-tab {
	width: 980px;
	overflow: hidden;
	border-top-right-radius: 3px;
}
#weather .info {
	clear: both;
	min-height: 321px;
	background: url(../img/loader.gif) center center no-repeat #fff;
}
#weather .info .info-tab {
	display: none;
	background-color: #fff;
	border-bottom: 1px solid #3c464e;
}
#weather .info .info-tab .info-meta {
	overflow: hidden;
	border-top-right-radius: 3px;
}
#weather .info .info-tab .info-meta li {
	float: left;
}

/***** current weather forecast *****/
#weather .info .info-tab-1 {
	position: relative;
	height: 320px;
}

#weather .info .info-tab-1 .info-meta li.first {
	width: 260px;
	padding: 30px;
	background-color: #fff;
}
#weather .info .info-tab-1 .info-meta li.first .temperature {
	overflow: hidden;
}
#weather .info .info-tab-1 .info-meta li.first .temperature .sign {
	float: left;
}
#weather .info .info-tab-1 .info-meta li.first .temperature .gradus {
	height: 100px;
	color: #454545;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
#weather .info .info-tab-1 .info-meta li.first .temperature .gradus .number {
	float: right;
	font-size: 80px;
	font-weight: bold;
}
#weather .info .info-tab-1 .info-meta li.first .temperature .gradus .celsius {
	float: right;
	font-size: 30px;
}
#weather .info .info-tab-1 .info-meta li.first .windchill {
	color: #454545;
	font-size: 14px;
}
#weather .info .info-tab-1 .info-meta li.first .discription {
	color: #454545;
	margin: 25px 0;
	font-size: 18px;
	line-height: 18px;
}
#weather .info .info-tab-1 .info-meta li.first .other {
	color: #454545;
	font-size: 18px;
	margin-top: 35px;
	overflow: hidden;
	line-height: 24px;
	font-weight: normal;
}
#weather .info .info-tab-1 .info-meta li.first .other .humidity {
	overflow: hidden;
	display: block;
	width: 110px;
	float: left;
}
#weather .info .info-tab-1 .info-meta li.first .other .humidity .icon {
	background-image: url(../img/weather-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -29px;
	margin-right: 10px;
	display: block;
	height: 28px;
	width: 17px;
	float: left;
}
#weather .info .info-tab-1 .info-meta li.first .other .wind {
	overflow: hidden;
	display: block;
	float: right;
	width: 110px;
}
#weather .info .info-tab-1 .info-meta li.first .other .wind .icon {
	background-image: url(../img/weather-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 10px;
	display: block;
	height: 28px;
	width: 44px;
	float: left;
}
#weather .info .info-tab-1 .info-meta li.first .other .humidity .point,
#weather .info .info-tab-1 .info-meta li.first .other .wind .point {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}



#weather .info .info-tab-1 .info-meta li.other {
	width: 220px;
	padding: 30px 0;
	min-height: 260px;
	position: relative;
	background-color: #3c464e;
}
#weather .info .info-tab-1 .info-meta li.other .more-info {
	top: 200px;
	z-index: 9;
	left: -40px;
	width: 220px;
	display: none;
	position: absolute;
	background-color: #192228;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper {
	text-align: center;
	border-right: 1px solid #636b71;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .sign,
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .wind .icon {
	display: inline-block;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .day,
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .date,
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .wind,
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .title,
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .temperature {
	display: block;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .day {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .date {
	color: #7b8f9e;
	font-size: 12px;
	margin-bottom: 5px;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .title {
	color: #fff;
	margin: 10px 0;
	font-size: 15px;
	min-height: 41px;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .temperature {
	color: #c3c3c3;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .temperature .min {
	color: #7b8f9e;
	font-size: 35px;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .temperature .max {
	color: #f1761c;
	font-size: 35px;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .wind {
	line-height: 34px;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .wind .icon {
	background-image: url(../img/weather-icons-wind.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 10px;
	height: 21px;
	width: 34px;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .wind .speed {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .wind .speed .metric {
	font-size: 15px;
	font-weight: normal;
	margin-left: 2px;
}



/***** twenty four weather forecast *****/

#weather .info .info-tab-2 {
	position: relative;
	height: 320px;
}
#weather .info .info-tab-2 .nav-left,
#weather .info .info-tab-2 .nav-right {
	position: absolute;
	display: none;
	height: 230px;
	width: 40px;
	z-index: 2;
	top: 0;
}
#weather .info .info-tab-2 .nav-left a,
#weather .info .info-tab-2 .nav-right a {
	background-image: url(../img/carousel-nav-btn.png);
	background-repeat: no-repeat;
	text-indent: -999999px;
	display: inline-block;
	height: 81px;
	width: 40px;
}
#weather .info .info-tab-2 .nav-left a {
	background-position: -44px 0;
}
#weather .info .info-tab-2 .nav-right a {
	background-position: 0 0;
}
#weather .info .info-tab-2 .nav-left a:hover  {
	background-position: -128px 0;
}
#weather .info .info-tab-2 .nav-right a:hover  {
	background-position: -84px 0;
}
#weather .info .info-tab-2 .nav-left {
	left: 0;
}
#weather .info .info-tab-2 .nav-right {
	right: 0;
}
#weather .info .info-tab-2 .info-meta {
	position: absolute;
	z-index: 1;
}
#weather .info .info-tab-2 .info-meta li {
	width: 140px;
	padding: 30px 0;
	min-height: 260px;
	position: relative;
}
#weather .info .info-tab-2 .info-meta li .more-info {
	top: 200px;
	z-index: 9;
	left: -40px;
	width: 220px;
	display: none;
	position: absolute;
	background-color: #192228;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper {
	min-height: 260px;
	text-align: center;
	border-right: 1px solid #ccc;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper .sign,
#weather .info .info-tab-2 .info-meta li .meta-wrapper .wind .icon {
	display: inline-block;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper .hour,
#weather .info .info-tab-2 .info-meta li .meta-wrapper .date,
#weather .info .info-tab-2 .info-meta li .meta-wrapper .wind,
#weather .info .info-tab-2 .info-meta li .meta-wrapper .title,
#weather .info .info-tab-2 .info-meta li .meta-wrapper .temperature {
	display: block;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper .hour {
	color: #454545;
	font-size: 18px;
	margin-bottom: 5px;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper .date {
	color: #454545;
	font-size: 12px;
	margin-bottom: 5px;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper .title {
	color: #454545;
	font-size: 15px;
	min-height: 34px;
	margin-bottom: 7px;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper .temperature {
	color: #ff8835;
	font-size: 22px;
	margin-bottom: 10px;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper .wind {
	line-height: 34px;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper .wind .icon {
	background-image: url(../img/weather-icons-wind.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 10px;
	height: 21px;
	width: 34px;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper .wind .speed {
	color: #454545;
	font-size: 20px;
	font-weight: bold;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper .wind .speed .metric {
	font-size: 15px;
	font-weight: normal;
	margin-left: 2px;
}

/***** ten days weather forecast *****/

#weather .info .info-tab-3 {
	position: relative;
	height: 395px;
}
#weather .info .info-tab .nav-left,
#weather .info .info-tab .nav-right {
	position: absolute;
	display: none;
	height: 81px;
	width: 40px;
	z-index: 2;
	top: 120px;
}
#weather .info .info-tab .nav-left a,
#weather .info .info-tab .nav-right a {
	background-image: url(../img/carousel-nav-btn.png);
	background-repeat: no-repeat;
	text-indent: -999999px;
	display: inline-block;
	height: 81px;
	width: 40px;
}
#weather .info .info-tab .nav-left a {
	background-position: -44px 0;
}
#weather .info .info-tab .nav-right a {
	background-position: 0 0;
}
#weather .info .info-tab .nav-left a:hover  {
	background-position: -128px 0;
}
#weather .info .info-tab .nav-right a:hover  {
	background-position: -84px 0;
}
#weather .info .info-tab .nav-left {
	left: 0;
}
#weather .info .info-tab .nav-right {
	right: 0;
}
#weather .info .info-tab-3 .nav-left,
#weather .info .info-tab-3 .nav-right {
	top: 147px;
}
#weather .info .info-tab-3 .info-meta {
	position: absolute;
	z-index: 1;
}
#weather .info .info-tab-3 .info-meta li {
	width: 140px;
	padding: 30px 0;
	position: relative;
}
#weather .info .info-tab-3 .info-meta li .more-info {
	top: 200px;
	z-index: 9;
	left: -40px;
	width: 220px;
	display: none;
	position: absolute;
	background-color: #192228;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper {
	min-height: 260px;
	text-align: center;
	border-right: 1px solid #ccc;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .sign,
#weather .info .info-tab-3 .info-meta li .meta-wrapper .wind .icon {
	display: inline-block;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .day,
#weather .info .info-tab-3 .info-meta li .meta-wrapper .date,
#weather .info .info-tab-3 .info-meta li .meta-wrapper .wind,
#weather .info .info-tab-3 .info-meta li .meta-wrapper .title,
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase,
#weather .info .info-tab-3 .info-meta li .meta-wrapper .temperature,
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase .text {
	display: block;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase .text {
	color: #454545;
	font-size: 15px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase .phase {
	width: 38px;
	height: 37px;
	margin: 10px auto;
	display: inline-block;
	background-color: transparent;
	background-image: url(../img/weather-icons.png);
	background-repeat: no-repeat;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase .phase.icon1 {
	background-position: -142px -2196px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase .phase.icon2 {
	background-position: -142px -2159px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase .phase.icon3 {
	background-position: -142px -2121px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase .phase.icon4 {
	background-position: -142px -2083px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase .phase.icon5 {
	background-position: -142px -2046px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase .phase.icon6 {
	background-position: -142px -2008px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase .phase.icon7 {
	background-position: -142px -1970px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .moon-phase .phase.icon8 {
	background-position: -142px -1933px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .day {
	color: #454545;
	font-size: 18px;
	margin-bottom: 5px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .date {
	color: #454545;
	font-size: 12px;
	margin-bottom: 5px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .title {
	color: #454545;
	font-size: 15px;
	min-height: 34px;
	margin-bottom: 7px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .temperature {
	color: #a3a3a3;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .temperature .min {
	color: #7b8f9e;
	font-size: 22px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .temperature .max {
	color: #ff8835;
	font-size: 22px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .wind {
	line-height: 34px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .wind .icon {
	background-image: url(../img/weather-icons-wind.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 10px;
	height: 21px;
	width: 34px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .wind .speed {
	color: #454545;
	font-size: 20px;
	font-weight: bold;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .wind .speed .metric {
	font-size: 15px;
	font-weight: normal;
	margin-left: 2px;
}


/***** weekend weather forecast *****/

#weather .info .info-tab-4 {
	position: relative;
	height: 395px;
}
#weather .info .info-tab-4 .info-meta {
	position: absolute;
	z-index: 1;
}
#weather .info .info-tab-4 .info-meta li {
	width: 326px;
	padding: 30px 0;
	position: relative;
}
#weather .info .info-tab-4 .info-meta li .more-info {
	top: 200px;
	z-index: 9;
	left: -40px;
	width: 220px;
	display: none;
	position: absolute;
	background-color: #192228;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper {
	min-height: 260px;
	text-align: center;
	border-right: 1px solid #ccc;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .sign,
#weather .info .info-tab-4 .info-meta li .meta-wrapper .wind .icon {
	display: inline-block;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .day,
#weather .info .info-tab-4 .info-meta li .meta-wrapper .date,
#weather .info .info-tab-4 .info-meta li .meta-wrapper .wind,
#weather .info .info-tab-4 .info-meta li .meta-wrapper .title,
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase,
#weather .info .info-tab-4 .info-meta li .meta-wrapper .temperature,
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase .text {
	display: block;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase .text {
	color: #454545;
	font-size: 15px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase .phase {
	width: 38px;
	height: 37px;
	margin: 10px auto;
	display: inline-block;
	background-color: transparent;
	background-image: url(../img/weather-icons.png);
	background-repeat: no-repeat;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase .phase.icon1 {
	background-position: -142px -2196px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase .phase.icon2 {
	background-position: -142px -2159px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase .phase.icon3 {
	background-position: -142px -2121px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase .phase.icon4 {
	background-position: -142px -2083px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase .phase.icon5 {
	background-position: -142px -2046px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase .phase.icon6 {
	background-position: -142px -2008px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase .phase.icon7 {
	background-position: -142px -1970px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .moon-phase .phase.icon8 {
	background-position: -142px -1933px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .day {
	color: #454545;
	font-size: 18px;
	margin-bottom: 5px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .date {
	color: #454545;
	font-size: 12px;
	margin-bottom: 5px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .title {
	color: #454545;
	font-size: 15px;
	min-height: 34px;
	margin-bottom: 7px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .temperature {
	color: #a3a3a3;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .temperature .min {
	color: #7b8f9e;
	font-size: 22px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .temperature .max {
	color: #ff8835;
	font-size: 22px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .wind {
	line-height: 34px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .wind .icon {
	background-image: url(../img/weather-icons-wind.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 10px;
	height: 21px;
	width: 34px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .wind .speed {
	color: #454545;
	font-size: 20px;
	font-weight: bold;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .wind .speed .metric {
	font-size: 15px;
	font-weight: normal;
	margin-left: 2px;
}

.editors_choice {
	width: 270px;
}
.editors_choice .box_title a,
.editors_choice .box_title {
	display: block;
	color: #3C464E;
	font-size: 22px;
	margin-bottom: 10px;
}
.editors_choice .main_articles_wrapper ul li {
	overflow: hidden;
	margin-bottom: 10px;
}
.editors_choice .main_articles_wrapper ul li.last-item {
	margin-bottom: 0;
}
.editors_choice .main_articles_wrapper ul li .image {
	float: left;
}
.editors_choice .main_articles_wrapper ul li .text {
	float: right;
	width: 160px;
	color: #f1761c;
	font-size: 12px;
}
.editors_choice .main_articles_wrapper ul li .text a {
	color: #000;
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
}


.editors_choice_ladyzone .box_title a,
.editors_choice_ladyzone .box_title {
	color: #3C464E;
	font-size: 22px;
	margin-bottom: 10px;
}
.editors_choice_ladyzone .main_articles_wrapper ul {
	overflow: hidden;
}
.editors_choice_ladyzone .main_articles_wrapper ul li {
	float: left;
	overflow: hidden;
}
.editors_choice_ladyzone .main_articles_wrapper ul li.first-item {
	margin-right: 20px;
}
.editors_choice_ladyzone .main_articles_wrapper ul li .image {
	float: left;
	margin-right: 20px;
	position: relative;
}
.editors_choice_ladyzone .main_articles_wrapper ul li .image a:hover span.flag {
	background-color: #3C464E;
}
.editors_choice_ladyzone .main_articles_wrapper ul li .image a span.flag {
	border-top-right-radius: 3px;
	background-color: #ff8835;
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	bottom: 0;
	left: 0;
}
.editors_choice_ladyzone .main_articles_wrapper ul li .image a span.flag span {
	background-image: url(../img/weather-sprite.png);
	background-position: 0 -82px;
	background-repeat: no-repeat;
	margin: 7px 0 0 9px;
	display: block;
	height: 27px;
	width: 19px;
}
.editors_choice_ladyzone .main_articles_wrapper ul li .text {
	float: right;
	width: 140px;
	color: #f1761c;
	font-size: 12px;
}
.editors_choice_ladyzone .main_articles_wrapper ul li .text a {
	color: #000;
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
}












.editors_choice_gallery .box_title a,
.editors_choice_gallery .box_title {
	color: #3C464E;
	font-size: 22px;
	margin-bottom: 10px;
}
.editors_choice_gallery .main_articles_wrapper ul {
	overflow: hidden;
}
.editors_choice_gallery .main_articles_wrapper ul li {
	float: left;
	overflow: hidden;
	margin-right: 19px;
}
.editors_choice_gallery .main_articles_wrapper ul li.last-item {
	margin-right: 0;
}
.editors_choice_gallery .main_articles_wrapper ul li .image {
	position: relative;
}
.editors_choice_gallery .main_articles_wrapper ul li .image a:hover span.flag {
	background-color: #3C464E;
}
.editors_choice_gallery .main_articles_wrapper ul li .image a span.flag {
	border-top-right-radius: 3px;
	background-color: #ff8835;
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	bottom: 0;
	left: 0;
}
.editors_choice_gallery .main_articles_wrapper ul li .image a span.flag span {
	background-image: url(../img/weather-sprite.png);
	background-position: -50px -40px;
	background-repeat: no-repeat;
	margin: 10px 0 0 8px;
	display: block;
	height: 19px;
	width: 24px;
}
.editors_choice_gallery .main_articles_wrapper ul li .text {
	float: right;
	width: 140px;
	color: #f1761c;
	font-size: 12px;
	margin-top: 10px;
}
.editors_choice_gallery .main_articles_wrapper ul li .text a {
	color: #000;
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
}


.simple_listing_homepage .box_title a,
.simple_listing_homepage .box_title {
	color: #3C464E;
	font-size: 22px;
	margin-bottom: 10px;
}
.simple_listing_homepage .main_articles_wrapper ul {
	overflow: hidden;
}
.simple_listing_homepage .main_articles_wrapper ul li {
	float: left;
	overflow: hidden;
	margin-right: 20px;
	min-height: 230px;
}
.simple_listing_homepage .main_articles_wrapper ul li.last-item {
	margin-right: 0;
}
.simple_listing_homepage .main_articles_wrapper ul li .image {
	position: relative;
}
.simple_listing_homepage .main_articles_wrapper ul li .image a:hover span.flag {
	background-color: #3C464E;
}
.simple_listing_homepage .main_articles_wrapper ul li .image a span.flag {
	border-top-right-radius: 3px;
	background-color: #ff8835;
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	bottom: 0;
	left: 0;
}
.simple_listing_homepage .main_articles_wrapper ul li .image a span.flag span {
	background-image: url(../img/weather-sprite.png);
	background-position: -50px -40px;
	background-repeat: no-repeat;
	margin: 10px 0 0 8px;
	display: block;
	height: 19px;
	width: 24px;
}
.simple_listing_homepage .main_articles_wrapper ul li .text {
	float: right;
	width: 140px;
	color: #f1761c;
	font-size: 12px;
	margin-top: 10px;
}
.simple_listing_homepage .main_articles_wrapper ul li .text a {
	color: #000;
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
}












.content-wrapper {
	background-image: url(../img/vremo_bottom_line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 11px;
	clear: both;
}
.content-wrapper .inside_mastergroup {
	background-color: #fff;
	padding-bottom: 60px;
}
.content-wrapper .content {
	width: 620px;
	background: #fff;
	/*padding: 20px 20px 0 20px;*/
}
.content-wrapper .content {
	padding: 20px 20px 0 20px;
}
.content-wrapper .content-emo {
	padding: 20px 10px 0 10px;
}
.video .content-wrapper .content {
	padding: 20px 20px 0 10px;
}
.content-wrapper .content-full {
	background: #fff;
	padding: 20px 20px 0 20px;
}
.content-wrapper .aside {
	padding: 20px 20px 20px 0;
	background: #fff;
	width: 300px;
}
.latest-weather-player {
	width: 330px;
}
.latest-weather-player.small {
	width: 300px;
}
.latest-weather-player .heading {
	color: #3c464e;
	font-size: 22px;
	margin-bottom: 10px;
}
.latest-weather-player .video {position:relative}
.latest-weather-player .video a.player {
	width: 330px;
	height: 186px;
	display: block;
	position: relative;
}
.latest-weather-player .video .videojs_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 2;
}
.latest-weather-player.small .video a.player {
	width: 300px;
	height: 169px;
}
.latest-weather-player .video a:hover span.flag {
	background-color: #3C464E;
}
.latest-weather-player .video a span.flag {
	border-top-right-radius: 3px;
	background-color: #ff8835;
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	bottom: 0;
	left: 0;
}
.latest-weather-player .video a span.flag span {
	background-image: url(../img/weather-sprite.png);
	background-position: -35px -30px;
	background-repeat: no-repeat;
	margin: 9px 0 0 13px;
	display: block;
	height: 22px;
	width: 15px;
}
.latest-weather-player .title {
	height: 40px;
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
	overflow: hidden;
	line-height: 40px;
	word-break: break-word;
	background-color: #3c464e;
}

.content-bottom-line {
	background-image: url(../img/vremo_bottom_line.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 9px;
}

.footer {
	/*padding: 0 30px;*/
	overflow: hidden;
	margin: 10px 0 40px 0;
}
.footer .links,
.footer .links a,
.footer .copyright {
	color: #3c464e;
	font-size: 11px;
}
.footer .links {
	float: left;
	padding-left:30px;
}
.footer .copyright {
	float: right;
	padding-right:30px;
}

.weather-cams-list {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.weather-cams-list .heading {
	color: #3C464E;
	font-size: 22px;
	overflow: hidden;
	margin-bottom: 10px;
}
.weather-cams-list .heading .nav {
	float: right;
	overflow: hidden;
}
.weather-cams-list .heading .nav .tabs {
	float: left;
	margin-top: 8px;
}
.weather-cams-list .heading .nav .tabs .tab {
	width: 10px;
	float: left;
	height: 10px;
	display: block;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 10px;
	background: #e2e2e2;
	text-indent: -999999px;
}
.weather-cams-list .heading .nav .tabs .tab:hover,
.weather-cams-list .heading .nav .tabs .tab.current {
	background: #f1761c;
}
.weather-cams-list .heading .nav .nav-left,
.weather-cams-list .heading .nav .nav-right {
	z-index: 2;
	float: left;
	border-radius: 3px;
	background: #7b8f9e;
}
.weather-cams-list .heading .nav .nav-left:hover,
.weather-cams-list .heading .nav .nav-right:hover {
	background: #ff8835;
}
.weather-cams-list .heading .nav .nav-left {
	
}
.weather-cams-list .heading .nav .nav-right {
	margin-left: 5px;
}
.weather-cams-list .heading .nav .nav-left a,
.weather-cams-list .heading .nav .nav-right a {
	width: 30px;
	height: 25px;
	display: block;
	text-indent: -999999px;
	background-image: url(../img/weather-sprite.png);
}
.weather-cams-list .heading .nav .nav-left a {
	background-position: -22px -163px;
}
.weather-cams-list .heading .nav .nav-right a {
	background-position: -51px -163px;
}
.weather-cams-list ul {
	overflow: hidden;
	position: absolute;
}
.weather-cams-list ul li {
	margin-right: 20px;
	overflow: hidden;
	width: 140px;
	float: left;
}
.weather-cams-list .title {
	color: #3c464e;
	font-size: 15px;
	margin-top: 10px;
	min-height: 30px;
}
.weather-cams-list .subtitle {
	color: #e97a0e;
	font-size: 12px;
	margin-top: 5px;
}
.weather-cams-list .video a {
	height: 100px;
	display: block;
	position: relative;
}
.weather-cams-list .video a img {
	width: 100%;
	height: 100%;
}
.weather-cams-list .video a span.flag {
	border-top-right-radius: 3px;
	background-color: #FF8835;
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	bottom: 0;
	left: 0;
}
.weather-cams-list .video a:hover span.flag {
	background-color: #3C464E;
}
.weather-cams-list .video a span.flag span {
	background-image: url(../img/weather-sprite.png);
	background-position: -75px -41px;
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 22px;
	margin: 9px;
}

.cam-location-title {
	color: #3c464e;
	font-size: 26px;
	
	margin-bottom: 20px;
}
.cam-location-title span {
	background-image: url(../img/weather-sprite.png);
	background-position: 0 -58px;
	background-repeat: no-repeat;
	text-indent: -999999px;
	margin: 5px 15px 0 0;
	display: block;
	height: 22px;
	width: 22px;
	float: left;
}
.cam-wrapper {
	width: 620px;
	height: 470px;
	position: relative;
}
.cam-wrapper .overlay {
	top: 0;
	left: 0;
	position: absolute;
}
.cam-wrapper .play-button {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	position: absolute;
	background: url(../img/btd.png) center center repeat transparent;
}
.cam-wrapper .play-button span {
	top: 50%;
	left: 50%;
	width: 59px;
	height: 59px;
	display: block;
	cursor: pointer;
	position: absolute;
	text-indent: -999999px;
	margin: -30px 0 0 -30px;
	background: url(../img/play-button.png) center center no-repeat transparent;
}
.cam-source-url {
	height: 40px;
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
	overflow: hidden;
	line-height: 40px;
	word-break: break-word;
	background-color: #3c464e;
}
.cam-source-url a {
	color: #ff8833;
	font-weight: bold;
}


.ski-conditions .tracks,
.ski-conditions .lifts {
	margin-bottom: 20px;
}
.ski-conditions .tracks .title,
.ski-conditions .lifts .title {
	color: #3c464e;
	font-size: 22px;
	margin-bottom: 10px;
}
.ski-conditions table {
	width: 100%;
	border-spacing: 0;
	text-align: center;
	border-collapse: collapse;
}
.ski-conditions table tr:hover {
	background: #fafafa;
}
.ski-conditions table tr.legend {
	border: 1px solid #f1761c;
}
.ski-conditions table tr {
	border: 1px solid #e3e5e5;
}
.ski-conditions table td {
	color: #636b71;
	font-size: 14px;
	padding: 10px;
}
.ski-conditions table .legend td {
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #f1761c;
}
.ski-conditions table td.name {
	color: #3C464E;
	text-align: left;
	text-transform: capitalize;
}
.ski-conditions table td.status {
	width: 90px;
}
.ski-conditions table td.status .ski-status-1,
.ski-conditions table td.status .ski-status-2,
.ski-conditions table td.status .ski-status-3 {
	width: 20px;
	height: 26px;
	display: inline-block;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-image: url(../img/flags.png);
}

.ski-conditions table td.status .ski-status-1 {
	color: #2CBB2C;
	background-position: -40px 0;
}
.ski-conditions table td.status .ski-status-2 {
	color: #BB2C2C;
	background-position: -20px 0;
}
.ski-conditions table td.status .ski-status-3 {
	color: #2C2CBB;
	background-position: 0 0;
}


.resorts-info .resort .link {
	margin-top: 10px;
	text-align: right;
}
.resorts-info .resort .link a {
	color: #f1761c;
	font-size: 14px;
}
.resorts-info .resort .title {
	color: #3c464e;
	font-size: 22px;
	margin-bottom: 10px;
}
.resorts-info .resort table {
	width: 100%;
	border-radius: 3px;
	border-spacing: 0;
	text-align: center;
	border-collapse: collapse;
}
.resorts-info .resort table tr:hover {
	background: #fafafa;
}
.resorts-info .resort table td {
	padding: 10px;
	color: #636b71;
	font-size: 14px;
}
.resorts-info .resort table .legend td {
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #f1761c;
}
.resorts-info .resort table tr.legend {
	border: 1px solid #f1761c;
}
.resorts-info .resort table tr {
	border: 1px solid #e3e5e5;
}
.resorts-info .resort table td.name {
	width: 170px;
	color: #3c464e;
	text-align: left;
	text-transform: capitalize;
}
.resorts-info table td.status .ski-status-1 {
	color: #2CBB2C;
}
.resorts-info table td.status .ski-status-2 {
	color: #BB2C2C;
}
.resorts-info table td.status .ski-status-3 {
	color: #2C2CBB;
}


.locations_list .letters {
	overflow: hidden;
}
.locations_list .letters .col {
	float: left;
	width: 200px;
}
.locations_list.not_bg .letters .col {
	width: 310px;
}
.locations_list .letters .col > li {
	width: 200px;
	color: #b8b8b8;
	font-size: 20px;
	position: relative;
}
.locations_list.not_bg .letters .col > li {
	width: 310px;
}
.locations_list .letters .col li .decoration-border {
	border-top: 1px solid;
	position: absolute;
	width: 150px;
	left: 30px;
	top: 10px;
}
.locations_list .letters .col li .towns {
	padding-left: 40px;
}
.locations_list .letters .col li .towns li {
	margin: 10px 0;
}
.locations_list .letters .col li .towns li a {
	color: #3c464e;
	font-size: 16px;
}
.locations_list .letters .col li .towns li a:hover {
	color: #ff8835;
}

#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .sign-wrapper .info-plus {
	color: #000;
	background: url(../img/wtd.png);
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .sign-wrapper:hover  .info-plus {
	background: #ff8835;
}
#weather .info .info-tab-1 .info-meta li.other .meta-wrapper .sign-wrapper {
	width: 220px;
}
#weather .info .info-tab-2 .info-meta li .meta-wrapper .sign-wrapper {
	width: 140px;
}
#weather .info .info-tab-3 .info-meta li .meta-wrapper .sign-wrapper {
	width: 140px;
}
#weather .info .info-tab-4 .info-meta li .meta-wrapper .sign-wrapper {
	width: 326px;
}

.sign-wrapper {
	height: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.info-plus {
	top: 55px;
	color: #fff;
	width: 16px;
	right: 10px;
	height: 16px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	border-radius: 3px;
	font-style: italic;
	background: url(../img/btd.png);
	font-family: Georgia, sans-serif;
}
.sign-wrapper:hover .info-plus {
	background: #ff8835;
}
.sign {
	width: 100px;
	background-color: transparent;
	background-image: url(../img/weather-icons.png);
	background-repeat: no-repeat;
}

/***** weather icons big *****/
.sign.sign-1.night { height: 71px; background-position: 0 -3660px; }
.sign.sign-2.night { height: 71px; background-position: 0 -3660px; }
.sign.sign-3.night { height: 71px; background-position: 0 -3299px; }
.sign.sign-4.night { height: 58px; background-position: 0 -88px; }
.sign.sign-5.night { height: 92px; background-position: 0 -2965px; }
.sign.sign-6.night { height: 92px; background-position: 0 -4067px; }
.sign.sign-7.night { height: 89px; background-position: 0 -4161px; }
.sign.sign-8.night { height: 82px; background-position: 0 -4449px; }
.sign.sign-9.night, .sign.sign-46.night  { height: 92px; background-position: 0 -2965px; }
.sign.sign-10.night { height: 92px; background-position: 0 -3206px; }
.sign.sign-11.night { height: 96px; background-position: 0 -4251px; }
.sign.sign-12.night { height: 89px; background-position: 0 -4161px; }
.sign.sign-13.night { height: 85px; background-position: 0 -2879px; }
.sign.sign-14.night { height: 100px; background-position: 0 -4348px; }
.sign.sign-15.night { height: 67px; background-position: 0 -3138px; }
.sign.sign-16.night { height: 71px; background-position: 0 -3660px; }
.sign.sign-17.night { height: 71px; background-position: 0 -3660px; }
.sign.sign-18.night { height: 92px; background-position: 0 -2965px; }
.sign.sign-19.night { height: 82px; background-position: 0 -4449px; }
.sign.sign-20.night { height: 92px; background-position: 0 -4067px; }
.sign.sign-21.night { height: 100px; background-position: 0 -4348px; }
.sign.sign-22.night { height: 92px; background-position: 0 -4067px; }
.sign.sign-23.night { height: 96px; background-position: 0 -4251px; }
.sign.sign-40.night { height: 92px; background-position: 0 -2965px; }
.sign.sign-1 { height: 88px; background-position: 0 0; }
.sign.sign-2 { height: 88px; background-position: 0 0; }
.sign.sign-3 { height: 86px; background-position: 0 -147px; }
.sign.sign-4 { height: 58px; background-position: 0 -88px; }
.sign.sign-5 { height: 80px; background-position: 0 -549px; }
.sign.sign-6 { height: 82px; background-position: 0 -3731px; }
.sign.sign-7 { height: 78px; background-position: 0 -3814px; }
.sign.sign-8 { height: 68px; background-position: 0 -991px; }
.sign.sign-9, .sign.sign-46 { height: 80px; background-position: 0 -549px; }
.sign.sign-10 { height: 80px; background-position: 0 -629px; }
.sign.sign-11 { height: 84px; background-position: 0 -3893px; }
.sign.sign-12 { height: 78px; background-position: 0 -3814px; }
.sign.sign-13 { height: 73px; background-position: 0 -862px; }
.sign.sign-14 { height: 88px; background-position: 0 -3978px; }
.sign.sign-15 { height: 55px; background-position: 0 -935px; }
.sign.sign-16 { height: 88px; background-position: 0 0; }
.sign.sign-17 { height: 86px; background-position: 0 -147px; }
.sign.sign-18 { height: 80px; background-position: 0 -549px; }
.sign.sign-19 { height: 68px; background-position: 0 -991px; }
.sign.sign-20 { height: 82px; background-position: 0 -3731px; }
.sign.sign-21 { height: 88px; background-position: 0 -3978px; }
.sign.sign-22 { height: 82px; background-position: 0 -3731px; }
.sign.sign-23 { height: 84px; background-position: 0 -3893px; }
.sign.sign-40 { height: 80px; background-position: 0 -549px; }

/***** weather icons small *****/
.sign.sign-1.small.night { height: 62px; background-position: -110px -3132px; }
.sign.sign-2.small.night { height: 62px; background-position: -110px -3132px; }
.sign.sign-3.small.night { height: 60px; background-position: -110px -2824px; }
.sign.sign-4.small.night { height: 49px; background-position: -110px -75px; }
.sign.sign-5.small.night { height: 79px; background-position: -110px -2538px; }
.sign.sign-6.small.night { height: 78px; background-position: -110px -3481px; }
.sign.sign-7.small.night { height: 75px; background-position: -110px -3560px; }
.sign.sign-8.small.night { height: 69px; background-position: -110px -3806px; }
.sign.sign-9.small.night, .sign.sign-46.small.night { height: 79px; background-position: -110px -2538px; }
.sign.sign-10.small.night { height: 79px; background-position: -110px -2744px; }
.sign.sign-11.small.night { height: 82px; background-position: -110px -3636px; }
.sign.sign-12.small.night { height: 75px; background-position: -110px -3560px; }
.sign.sign-13.small.night { height: 73px; background-position: -110px -2464px; }
.sign.sign-14.small.night { height: 86px; background-position: -110px -3719px; }
.sign.sign-15.small.night { height: 57px; background-position: -110px -2686px; }
.sign.sign-16.small.night { height: 62px; background-position: -110px -3132px; }
.sign.sign-17.small.night { height: 62px; background-position: -110px -3132px; }
.sign.sign-18.small.night { height: 79px; background-position: -110px -2538px; }
.sign.sign-19.small.night { height: 69px; background-position: -110px -3806px; }
.sign.sign-20.small.night { height: 78px; background-position: -110px -3481px; }
.sign.sign-21.small.night { height: 86px; background-position: -110px -3719px; }
.sign.sign-22.small.night { height: 78px; background-position: -110px -3481px; }
.sign.sign-23.small.night { height: 82px; background-position: -110px -3636px; }
.sign.sign-40.small.night { height: 79px; background-position: -110px -2538px; }
.sign.sign-1.small { height: 75px; background-position: -110px 0; }
.sign.sign-2.small { height: 75px; background-position: -110px 0; }
.sign.sign-3.small { height: 74px; background-position: -110px -126px; }
.sign.sign-4.small { height: 49px; background-position: -110px -75px; }
.sign.sign-5.small { height: 68px; background-position: -110px -471px; }
.sign.sign-6.small { height: 69px; background-position: -110px -3195px; }
.sign.sign-7.small { height: 66px; background-position: -110px -3264px; }
.sign.sign-8.small { height: 58px; background-position: -110px -849px; }
.sign.sign-9.small, .sign.sign-46.small { height: 68px; background-position: -110px -471px; }
.sign.sign-10.small { height: 69px; background-position: -110px -539px; }
.sign.sign-11.small { height: 72px; background-position: -110px -3331px; }
.sign.sign-12.small { height: 66px; background-position: -110px -3264px; }
.sign.sign-13.small { height: 61px; background-position: -110px -739px; }
.sign.sign-14.small { height: 76px; background-position: -110px -3404px; }
.sign.sign-15.small { height: 47px; background-position: -110px -801px; }
.sign.sign-16.small { height: 75px; background-position: -110px 0; }
.sign.sign-17.small { height: 74px; background-position: -110px -126px; }
.sign.sign-18.small { height: 68px; background-position: -110px -471px; }
.sign.sign-19.small { height: 58px; background-position: -110px -849px; }
.sign.sign-20.small { height: 69px; background-position: -110px -3195px; }
.sign.sign-21.small { height: 76px; background-position: -110px -3404px; }
.sign.sign-22.small { height: 69px; background-position: -110px -3195px; }
.sign.sign-23.small { height: 72px; background-position: -110px -3331px; }
.sign.sign-40.small { height: 68px; background-position: -110px -471px; }

/***** weather icons small white *****/
.sign.sign-1.small.white.night { height: 62px; background-position: -220px -3132px; }
.sign.sign-2.small.white.night { height: 62px; background-position: -220px -3132px; }
.sign.sign-3.small.white.night { height: 60px; background-position: -220px -2824px; }
.sign.sign-4.small.white.night { height: 49px; background-position: -220px -75px; }
.sign.sign-5.small.white.night { height: 79px; background-position: -220px -2538px; }
.sign.sign-6.small.white.night { height: 78px; background-position: -220px -3481px; }
.sign.sign-7.small.white.night { height: 75px; background-position: -220px -3560px; }
.sign.sign-8.small.white.night { height: 69px; background-position: -220px -3806px; }
.sign.sign-9.small.white.night, .sign.sign-46.small.white.night { height: 79px; background-position: -220px -2538px; }
.sign.sign-10.small.white.night { height: 79px; background-position: -220px -2744px; }
.sign.sign-11.small.white.night { height: 82px; background-position: -220px -3636px; }
.sign.sign-12.small.white.night { height: 75px; background-position: -220px -3560px; }
.sign.sign-13.small.white.night { height: 73px; background-position: -220px -2464px; }
.sign.sign-14.small.white.night { height: 86px; background-position: -220px -3719px; }
.sign.sign-15.small.white.night { height: 57px; background-position: -220px -2686px; }
.sign.sign-16.small.white.night { height: 62px; background-position: -220px -3132px; }
.sign.sign-17.small.white.night { height: 62px; background-position: -220px -3132px; }
.sign.sign-18.small.white.night { height: 79px; background-position: -220px -2538px; }
.sign.sign-19.small.white.night { height: 69px; background-position: -220px -3806px; }
.sign.sign-20.small.white.night { height: 78px; background-position: -220px -3481px; }
.sign.sign-21.small.white.night { height: 86px; background-position: -220px -3719px; }
.sign.sign-22.small.white.night { height: 78px; background-position: -220px -3481px; }
.sign.sign-23.small.white.night { height: 82px; background-position: -220px -3636px; }
.sign.sign-40.small.white.night { height: 79px; background-position: -220px -2538px; }
.sign.sign-1.small.white { height: 75px; background-position: -220px 0; }
.sign.sign-2.small.white { height: 75px; background-position: -220px 0; }
.sign.sign-3.small.white { height: 74px; background-position: -220px -126px; }
.sign.sign-4.small.white { height: 49px; background-position: -220px -75px; }
.sign.sign-5.small.white { height: 68px; background-position: -220px -471px; }
.sign.sign-6.small.white { height: 69px; background-position: -220px -3195px; }
.sign.sign-7.small.white { height: 66px; background-position: -220px -3264px; }
.sign.sign-8.small.white { height: 58px; background-position: -220px -849px; }
.sign.sign-9.small.white, .sign.sign-46.small.white { height: 68px; background-position: -220px -471px; }
.sign.sign-10.small.white { height: 69px; background-position: -220px -539px; }
.sign.sign-11.small.white { height: 72px; background-position: -220px -3331px; }
.sign.sign-12.small.white { height: 66px; background-position: -220px -3264px; }
.sign.sign-13.small.white { height: 61px; background-position: -220px -739px; }
.sign.sign-14.small.white { height: 76px; background-position: -220px -3404px; }
.sign.sign-15.small.white { height: 47px; background-position: -220px -801px; }
.sign.sign-16.small.white { height: 75px; background-position: -220px 0; }
.sign.sign-17.small.white { height: 75px; background-position: -220px -126px; }
.sign.sign-18.small.white { height: 68px; background-position: -220px -471px; }
.sign.sign-19.small.white { height: 58px; background-position: -220px -849px; }
.sign.sign-20.small.white { height: 69px; background-position: -220px -3195px; }
.sign.sign-21.small.white { height: 76px; background-position: -220px -3404px; }
.sign.sign-22.small.white { height: 69px; background-position: -220px -3195px; }
.sign.sign-23.small.white { height: 72px; background-position: -220px -3331px; }
.sign.sign-40.small.white { height: 68px; background-position: -220px -471px; }

.fav-sign-cont {
	width: 40px;
	height: 49px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.fav-sign {
	width: 40px;
	display: inline-block;
	background-color: transparent;
	background-image: url(../img/weather-icons.png);
	background-repeat: no-repeat;
}

/***** weather icons small white *****/
.fav-sign.fav-sign-1.night { height: 25px; background-position: -340px -1364px; }
.fav-sign.fav-sign-2.night { height: 25px; background-position: -340px -1364px; }
.fav-sign.fav-sign-3.night { height: 27px; background-position: -340px -1229px; }
.fav-sign.fav-sign-4.night { height: 21px; background-position: -340px -33px; }
.fav-sign.fav-sign-5.night { height: 34px; background-position: -340px -1105px; }
.fav-sign.fav-sign-5.night { height: 34px; background-position: -340px -1105px; }
.fav-sign.fav-sign-6.night { height: 35px; background-position: -340px -1521px; }
.fav-sign.fav-sign-7.night { height: 34px; background-position: -340px -1557px; }
.fav-sign.fav-sign-8.night { height: 31px; background-position: -340px -1669px; }
.fav-sign.fav-sign-9.night, .fav-sign.fav-sign-46.night { height: 34px; background-position: -340px -1105px; }
.fav-sign.fav-sign-10.night { height: 33px; background-position: -340px -1195px; }
.fav-sign.fav-sign-11.night { height: 36px; background-position: -340px -1593px; }
.fav-sign.fav-sign-12.night { height: 34px; background-position: -340px -1557px; }
.fav-sign.fav-sign-13.night { height: 32px; background-position: -340px -1073px; }
.fav-sign.fav-sign-14.night { height: 36px; background-position: -340px -1631px; }
.fav-sign.fav-sign-15.night { height: 25px; background-position: -340px -1170px; }
.fav-sign.fav-sign-16.night { height: 25px; background-position: -340px -1364px; }
.fav-sign.fav-sign-17.night { height: 25px; background-position: -340px -1364px; }
.fav-sign.fav-sign-18.night { height: 34px; background-position: -340px -1105px; }
.fav-sign.fav-sign-19.night { height: 31px; background-position: -340px -1669px; }
.fav-sign.fav-sign-20.night { height: 35px; background-position: -340px -1521px; }
.fav-sign.fav-sign-21.night { height: 36px; background-position: -340px -1631px; }
.fav-sign.fav-sign-22.night { height: 35px; background-position: -340px -1521px; }
.fav-sign.fav-sign-23.night { height: 36px; background-position: -340px -1593px; }
.fav-sign.fav-sign-40.night { height: 34px; background-position: -340px -1105px; }
.fav-sign.fav-sign-1 { height: 33px; background-position: -340px 0; }
.fav-sign.fav-sign-2 { height: 33px; background-position: -340px 0; }
.fav-sign.fav-sign-3 { height: 32px; background-position: -340px -55px; }
.fav-sign.fav-sign-4 { height: 21px; background-position: -340px -33px; }
.fav-sign.fav-sign-5 { height: 29px; background-position: -340px -206px; }
.fav-sign.fav-sign-6 { height: 32px; background-position: -340px -1389px; }
.fav-sign.fav-sign-7 { height: 30px; background-position: -340px -1422px; }
.fav-sign.fav-sign-8 { height: 24px; background-position: -340px -371px; }
.fav-sign.fav-sign-9, .fav-sign.fav-sign-46 { height: 29px; background-position: -340px -206px; }
.fav-sign.fav-sign-10 { height: 30px; background-position: -340px -235px; }
.fav-sign.fav-sign-11 { height: 32px; background-position: -340px -1453px; }
.fav-sign.fav-sign-12 { height: 30px; background-position: -340px -1422px; }
.fav-sign.fav-sign-13 { height: 28px; background-position: -340px -322px; }
.fav-sign.fav-sign-14 { height: 34px; background-position: -340px -1486px; }
.fav-sign.fav-sign-15 { height: 21px; background-position: -340px -350px; }
.fav-sign.fav-sign-16 { height: 33px; background-position: -340px 0; }
.fav-sign.fav-sign-17 { height: 32px; background-position: -340px -55px; }
.fav-sign.fav-sign-18 { height: 29px; background-position: -340px -206px; }
.fav-sign.fav-sign-19 { height: 24px; background-position: -340px -371px; }
.fav-sign.fav-sign-20 { height: 32px; background-position: -340px -1389px; }
.fav-sign.fav-sign-21 { height: 34px; background-position: -340px -1486px; }
.fav-sign.fav-sign-22 { height: 32px; background-position: -340px -1389px; }
.fav-sign.fav-sign-23 { height: 32px; background-position: -340px -1453px; }
.fav-sign.fav-sign-40 { height: 29px; background-position: -340px -206px; }

.fl {
	float: left;
}
.fr {
	float: right;
}
.mr {
	margin-right: 20px;
}
.ml {
	margin-left: 20px;
}
.mt {
	margin-top: 20px;
}
.mb {
	margin-bottom: 20px;
}
.lz-color {
	color: #D34651 !important;
}
.banner {
	margin-bottom: 20px;
}
.no-border {
	border: 0 !important;
}
.clear {
	height: 0;
	clear: both;
	text-indent: -999999px;
}
.ad-banner {
	margin-bottom: 20px;
}
.ad-banner .banner-tag {
	height: 20px;
	background: url(../img/banner-tag.png) right center no-repeat transparent;
}
#tooltipbox {
	z-index: 15;
	width: 230px;
	display: none;
	font-size: 12px;
	overflow: hidden;
	position: absolute;
}
#tooltipbox .decoration-arrow {
	height: 8px;
	background: url(../img/decoration-arrow.png) center center no-repeat transparent;
}
#tooltipbox table {
	border: 0;
	width: 100%;
	color: #999;
	border-radius: 3px;
	background: #192228;
	border-spacing: 10px 5px;
}
#tooltipbox table td {
	height: 20px;
}
#tooltipbox .left_col {
	width: 100px;
}
#tooltipbox .space_col {
	width: 10px;
}
#tooltipbox .right_col {
	width: 90px;
	color: #ff8835;
	text-align: right;
	font-weight: bold;
}

.road-info {
	color: #454545;
	font-size: 14px;
	text-align: justify;
}
.road-info p {
	margin: 10px 0;
}
.road-info table {
	width: 100%;
	color: #636b71;
	border-spacing: 0;
	border-collapse: collapse;
}
.road-info table tr:first-child td {
	color: #f1761c;
	background-color: #fafafa;
}
.road-info table tr:first-child td span {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.road-info table td {
	padding: 1px 5px;
	text-align: center;
	border: 1px solid #e3e5e5;
}

.facebook-box {
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
	border: 2px solid #7c8f9e;
	-webkit-border-radius: 3px;
}
.facebook-box .title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
	background: #7c8f9e;
}



.resorts-info-sidebar {
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
	border: 2px solid #7c8f9e;
	-webkit-border-radius: 3px;
}
.resorts-info-sidebar .title {
	color: #fff;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	background: #7c8f9e;
}
.resorts-info-sidebar .title a {
	color: #fff;
	text-decoration: none;
}
.resorts-info-sidebar ul li {
	border-bottom: 1px solid #ececec;
}
.resorts-info-sidebar ul li a {
	height: 45px;
	display: block;
	font-size: 15px;
	line-height: 45px;
	text-decoration: none;
}
.resorts-info-sidebar ul li a:hover {
	background-color: #fafafa;
}
.resorts-info-sidebar ul li .location_name {
	width: 210px;
	color: #3c464e;
	padding-left: 10px;
	text-align: left;
	display: table-cell;
}
.resorts-info-sidebar ul li .location_symbol {
	height: 45px;
	display: table-cell;
	vertical-align: middle;

}
.resorts-info-sidebar ul li .location_symbol .icon {
	width: 14px;
	height: 16px;
	display: block;
	text-indent: -999999px;
	background-image: url(../img/weather-sprite.png);
	background-position: -219px -139px;
}
.resorts-info-sidebar ul li .location_snow {
	width: 60px;
	color: #7b8f9e;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: table-cell;
}



/*************************
*** WORLD LOCATION - START
**************************/
.world_locations {
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
	border: 2px solid #7c8f9e;
	-webkit-border-radius: 3px;
}
.world_locations .title {
	color: #fff;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	background: #7c8f9e;
}
.world_locations ul li {
	border-bottom: 1px solid #ececec;
}
.world_locations ul li a {
	height: 45px;
	display: block;
	font-size: 15px;
	line-height: 45px;
	text-decoration: none;
}
.world_locations ul li a:hover {
	background-color: #fafafa;
}
.world_locations ul li .location_name {
	width: 150px;
	color: #3c464e;
	padding-left: 10px;
	display: table-cell;
}
.world_locations ul li .location_symbol {
	width: 60px;
	height: 45px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.world_locations ul li .location_temp {
	width: 90px;
	color: #c3c3c3;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: table-cell;
}

.world_locations ul li .location_temp .min {
	color: #7b8f9e;
	font-size: 15px;
}

.world_locations ul li .location_temp .max {
	color: #f1761c;
	font-size: 15px;
}

/***********************
*** WORLD LOCATION - END
************************/

.article .article_title,
.video .article_title, 
.gallery .article_title {
	/*color: #fff;
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: -3px;
	text-shadow: #2D343A 0px 1px 0px;*/
	color: #3c464e;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;	
}
.article .article_summary,
.video .article_summary,
.gallery .article_summary {
	color: #454545;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	margin-bottom: 20px;
	text-align: justify;
}
.article .article_body,
.video .article_body,
.gallery .article_body {
	color: #454545;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
.article .article_body p,
.video .article_body p,
.gallery .article_body p {
	margin-bottom: 10px;
}
.article .article_body a,
.gallery .article_body a {
	color: #ff8833;
}

#gallery .ad-image-wrapper .ad-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
}
#gallery {
	width: 620px;
	overflow: hidden;
	margin-bottom: 20px;
}
#gallery .ad-image-wrapper {
	width: 620px;
	height: 400px;
	position: relative;
	overflow: hidden;
}
#gallery .ad-image-wrapper .ad-prev,
#gallery .ad-image-wrapper .ad-next {
	width: 55px;
	height: 400px;
	position: absolute;
	z-index: 200;
}
#gallery .ad-image-wrapper .ad-prev {
	top: 0;
	left: 0;
}
#gallery .ad-image-wrapper .ad-next {
	top: 0;
	right: 0;
}
#gallery .ad-image-wrapper .ad-prev .ad-prev-image,
#gallery .ad-image-wrapper .ad-next .ad-next-image {
	width: 55px;
	height: 120px;
	opacity: .8;
	cursor: pointer;
	display: none;
	margin-top: 140px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#gallery .ad-image-wrapper .ad-prev .ad-prev-image {
	background: url(/static/bg/microsites/sport/img/link-arrow-white-left.png) center center no-repeat #000;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#gallery .ad-image-wrapper .ad-next .ad-next-image {
	background: url(/static/bg/microsites/sport/img/link-arrow-white.png) center center no-repeat #000;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#gallery .ad-image-wrapper .ad-image {
	position: absolute;
	left: 0;
	top: 0;
}
#gallery .ad-image-wrapper .ad-image:hover > a .ad-image-zoom {
	display: block;
}
#gallery .ad-image-wrapper .ad-image .ad-image-zoom {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	position: absolute;
	background-image: url(/static/bg/microsites/sport/img/article-image-zoom.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#gallery .ad-image-wrapper .ad-image .ad-image-description {
	width: auto !important;
	color: #fff;
	padding: 10px;
	font-size: 12px;
	position: absolute;
	border-top-right-radius: 3px;
	background-color: #3C464E;
	bottom: 0;
	left: 0;
}
#gallery .ad-controls {
	height: 10px;
	color: #313131;
	font-size: 12px;
	line-height: 10px;
	text-align: center;
	margin: 5px 0;
}
#gallery .ad-controls .ad-slideshow-controls {
	background-color: #fff;
	float: left;
}
#gallery .ad-controls .ad-slideshow-controls .ad-slideshow-start,
#gallery .ad-controls .ad-slideshow-controls .ad-slideshow-stop,
#gallery .ad-controls .ad-slideshow-controls .ad-slideshow-countdown {
	margin-left: 5px;
}
#gallery .ad-controls .ad-info {
	background-color: #fff;
	padding: 0 5px;
	display: inline-block;
}
#gallery .ad-nav .ad-back,
#gallery .ad-nav .ad-forward {
	width: 20px;
	height: 84px;
	background-color: #282828;
	border-radius: 3px;
	margin-top: 3px;
	cursor: pointer;
	float: left;
}
#gallery .ad-nav .ad-back:hover,
#gallery .ad-nav .ad-forward:hover {
	background-color: #ff8833;
}
#gallery .ad-nav .ad-back {
	background-image: url(/static/bg/microsites/sport/img/link-arrow-white-left.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#gallery .ad-nav .ad-back:hover {
	background-image: url(/static/bg/microsites/sport/img/link-arrow-white-left.png);
}
#gallery .ad-nav .ad-forward {
	background-image: url(/static/bg/microsites/sport/img/link-arrow-white.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#gallery .ad-nav .ad-forward:hover {
	background-image: url(/static/bg/microsites/sport/img/link-arrow-white.png);
}
#gallery .ad-nav .ad-thumbs .ad-thumb-list {
	float: left;
	width: 9000px;
	list-style: none;
}
#gallery .ad-nav .ad-thumbs {
	width: 570px;
	height: 90px;
	overflow: hidden;
	margin: 0 5px;
	float: left;
}
#gallery .ad-nav ul li {
	float: left;
}
#gallery .ad-nav ul li a {
	width: 117px;
	height: 78px;
	margin: 6px;
	display: block;
}
#gallery .ad-nav ul li a:hover {
	border-bottom: 6px solid #ff8833;
}
#gallery .ad-nav ul li > a.ad-active {
	margin: 0;
	border: 6px solid #ff8833;
	border-radius: 3px;
}
.ad-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
}







/****** NEW GALLERY ******/
.adTechIFrame {
	width: 300px;
	height: 600px;
	position: fixed;
	z-index: 1000001;
}
.new-gallery-lightbox {
	position: relative;
	box-shadow: 0 0 10px #000;
}
.new-gallery-lightbox .new-gallery-lightbox-nav-left,
.new-gallery-lightbox .new-gallery-lightbox-nav-right {
	top: 50%;
	width: 40px;
	height: 70px;
	display: none;
	margin-top: -35px;
	position: absolute;
	text-indent: -999999px;
	background-color: #E97A0E !important;
}
.new-gallery-lightbox .new-gallery-lightbox-nav-left:hover,
.new-gallery-lightbox .new-gallery-lightbox-nav-right:hover {
	background-color: #E97A0E;
}
.new-gallery-lightbox .new-gallery-lightbox-nav-left:active,
.new-gallery-lightbox .new-gallery-lightbox-nav-right:active {
	background-color: #000;
}
.new-gallery-lightbox .new-gallery-lightbox-nav-left {
	left: 0;
	background: url(/static/bg/microsites/sport/img/link-arrow-white-left.png) center center no-repeat;
}
.new-gallery-lightbox .new-gallery-lightbox-nav-right {
	right: 0;
	background: url(/static/bg/microsites/sport/img/link-arrow-white.png) center center no-repeat;
}
.new-gallery-lightbox .new-gallery-lightbox-comment {
	font-family: Georgia, Serif;
	border-top: 2px solid #333;
	background: #282828;
	font-size: 14px;
	padding: 10px;
	color: #fff;
}
.new-gallery-lightbox-bg {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000000;
	position: fixed;
	background: url(/static/bg/shared/img/btd-95.png);
}
#new-gallery {
	position: relative;
}
#new-gallery .gallery-image {
	min-height: 200px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#new-gallery .gallery-image img {
	max-width: 620px;
}
#new-gallery .gallery-image .gallery-image-comment {
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 10px;
	display: block;
	font-size: 14px;
	position: absolute;
	background: #282828;
	border-top: 2px solid #333;
}
#new-gallery .gallery-image .gallery-loader {
	width: 40px;
	display: block;
	margin: 135px auto;
}
#new-gallery .gallery-controls {
	bottom: 0;
	height: 78px;
	padding: 5px;
	position: relative;
}
#new-gallery .gallery-controls .gallery-nav-left,
#new-gallery .gallery-controls .gallery-nav-right {
	z-index: 1;
	width: 61px;
	height: 78px;
	cursor: pointer;
	position: absolute;
	background: #f3f3f3;
	text-indent: -999999px;
}
#new-gallery .gallery-controls .gallery-nav-left {
	left: 0;
	bottom: 5px;
	background: url(../../menbox/img/arrow_left_slider.png) center center no-repeat #E97A0E;
}
#new-gallery .gallery-controls .gallery-nav-right {
	right: 0;
	bottom: 5px;
	background: url(../../menbox/img/arrow_right_slider.png) center center no-repeat #E97A0E;
}
#new-gallery .gallery-controls .gallery-nav-left:hover {
	background: url(../../menbox/img/arrow_left_slider.png) center center no-repeat #000;
}
#new-gallery .gallery-controls .gallery-nav-right:hover {
	background: url(../../menbox/img/arrow_right_slider.png) center center no-repeat #000;
}
#new-gallery .gallery-controls .gallery-nav.disable {
	cursor: default;
}
#new-gallery .gallery-controls .gallery-nav-left.disable {
	background: url(../../menbox/img/arrow_left_slider.png) center center no-repeat #555;
}
#new-gallery .gallery-controls .gallery-nav-right.disable {
	background: url(../../menbox/img/arrow_right_slider.png) center center no-repeat #555;
}

#new-gallery .gallery-controls .gallery-thumbs {
	height: 78px;
	width: 486px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#new-gallery .gallery-controls .gallery-thumbs ul {
	width: 6000px;
	overflow: hidden;
	position: absolute;
}
#new-gallery .gallery-controls .gallery-thumbs ul li {
	float: left;
	opacity: 0.5;
	margin-right: 6px;
}#new-gallery .gallery-controls .gallery-thumbs ul li.active {
	opacity: 1;
}
#new-gallery .gallery-controls .gallery-thumbs ul li a {
	display: block;
}
#new-gallery .gallery-controls .gallery-thumbs-preview {
	z-index: 5;
	display: none;
	cursor: pointer;
	box-shadow: 0 0 10px #282828;
}









/***************************
*** IMAGE OF THE DAY - START
****************************/
.image_of_the_day {
	padding-top: 20px;
}
.image_of_the_day .image_title {
	-moz-user-select: none;
	color: #3C464E;
	font-size: 22px;
	margin-bottom: 10px;
}

.image_of_the_day .image_info {
	color: #fff;
	background-color: #3c464e;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 10px;
}
.image_of_the_day .image_info .author {
	color: #fff;
}
.image_of_the_day .image_info a {
	color: #ff8833;
	font-weight: bold;
}

/*************************
*** IMAGE OF THE DAY - END
**************************/
.satellite .tabs {
	overflow: hidden;
	margin-bottom: -2px;
}
.satellite .tabs ul li {
	color: #fff;
	float: left;
	height: 40px;
	width: 161.3px;
	cursor: pointer;
	font-size: 17px;
	font-weight: bold;
	margin-right: 2px;
	padding: 15px 20px;
	text-align: center;
	background-color: #7c8f9e;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top: 2px solid #7c8f9e;
	border-left: 2px solid #7c8f9e;
	border-right: 2px solid #7c8f9e;
	
}
.satellite .tabs ul li.current {
	color: #454545;
	background-color: #fff;
}
.satellite .wrapper {
	overflow: hidden;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.satellite .wrapper .mainview {
	overflow: hidden;
	border-top-right-radius: 3px;
	border-top: 2px solid #7c8f9e;
	border-left: 2px solid #7c8f9e;
	border-right: 2px solid #7c8f9e;
}
.satellite .wrapper .image {
	width: 438px;
	margin: 20px;
	position: relative;
}
.satellite .wrapper .image .eumetsat-logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
.satellite .wrapper .image .more-info {
	bottom: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	font-style: italic;
	border-radius: 3px;
	background: url(../img/wtd.png);
	font-family: Georgia, sans-serif;
}
.satellite .wrapper .image .more-info .info {
	width: 398px;
	padding: 10px;
	display: none;
	font-size: 12px;
	text-align: left;
	font-style: normal;
}
.satellite .wrapper .legend {
	padding-top: 20px;
}
.satellite .wrapper .controls {
	clear: both;
	overflow: hidden;
	background-color: #3c464e;
}
.satellite .wrapper .controls .slider {
	height: 7px;
	width: 520px;
	float: right;
	margin: 22px 24px 0 0;
	background-color: #8a8a8a;
	border-radius: 5px 5px 5px 5px;
}
.satellite .wrapper .controls .slider a {
	top: -10px;
	width: 28px;
	height: 28px;
	display: block;
	margin-left: -14px;
	position: relative;
	background: url(../img/slider-button.png) 0 0 no-repeat transparent;
}
.satellite .wrapper .controls .slider a.ui-state-hover {
	background-position: 0 -28px;
}
.satellite .wrapper .controls .slider a.ui-state-active {
	background-position: 0 -56px;
}
.satellite .wrapper .controls .button {
	float: left;
	width: 50px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	text-indent: -999999px;
	background: url(../img/play-stop.png) 0 0 no-repeat #ff8835;
}
.satellite .wrapper .controls .button.stop {
	background-position: -50px 0;
}
#lbImage {
	border: 0 !important;
}
#lbBottom {
	color: #fff !important;
	border-color: #282828 !important;
	border-top-style: solid !important;
}
#lbBottomContainer {
	background: #282828 !important;
}
#lbCloseLink {
	display: none !important;
}
#lbNextLink:hover,
#lbPrevLink:hover {
	background: transparent !important;
}













/* Google DblClick - Above Comments */
.single-text-ad {
	display: block;
	width: 620px;
	padding: 10px 0;
	cursor: pointer;
}
.single-text-image {
	float: left;
	display: block;
	width: 100px;
	height: 75px;
	margin-right: 15px;
}
.single-text {
	min-height: 75px;
}
.single-text h4 {
	margin: 0px;
	padding: 0 0 0 0;
	font-family: Arial;
	color: #e97a0e;
}
.single-text h4 a {
	text-decoration: none;
	color: #e97a0e;
}
.single-text h4 a:hover, .single-text h4 a:active, .single-text h4 a:visited {
	color: #000000;
	text-decoration: underline;
}
.single-text p.text {
	margin: 0px;
	font-family: Arial;
	color: #909090;
	font-size: 12px;
}
.single-text p.text a {
	color: #e97a0e;
	text-decoration: none;
	background: #eee;
}
.single-text p.text a:hover, .single-text p.text a:active, .single-text p.text a:visited{
	color: #000000;
	text-decoration: underline;
}
.single-text p.url {margin: 3px 0 3px 0;
	font-family: Arial;
	font-size: 12px;
	color: #909090;
}
.single-text p.url a {
	color: #e97a0e;
	background: url('../img/approve.png') no-repeat;
	padding-left: 20px;
}
.single-text p.url a:hover, .single-text p.url a:active, .single-text p.url a:visited{
	color: #000000;
	background: url('../img/approve-hover.png') no-repeat;
}
.clear {
	clear: both;
}
/* Right Sidebar */
.text-ads-right {
	width: 300px;
}
.text-ads-right h4 {
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
}
.text-link {
	padding-left: 0px;
	margin-bottom: 10px;
}
.text-link a {
	color: #e97a0e;
	font-family: Arial;
	font-size: 12px;
	padding-left: 20px;
	text-decoration: none;
	background: url('../img/approve.png') no-repeat;
}
.text-link a:hover, .text-link a:active, .text-link a:visited {
	color: #000000;
	background: url('../img/approve-hover.png') no-repeat;
	text-decoration: underline;
}
.spacing {
	margin-top: 20px;
	}
.spacing-top-bottom {
	margin-top: 20px;
	margin-bottom: 20px;
	}

.all-ads {
	background: #FFFFFF;
	padding: 20px 20px 20px 20px;
}
.dark {
	background-color: #282828;
}
/********************************************************/

.water-temperature {
	overflow: hidden;
	border-radius: 3px;
	background: #dce8ed;
}
.water-temperature .label {
	color: #fff;
	float: left;
	padding: 11px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-right: 30px;
	background: #7c8f9e;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.water-temperature .label .arrow {
	top: 0;
	width: 0;
	height: 0;
	right: -30px;
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 22px 0 22px 30px;
	border-color: transparent transparent transparent #7c8f9e ;
}
.water-temperature .location-wrapper {
	overflow: hidden;
}
.water-temperature .location-wrapper ul {
	position: relative;
	overflow: hidden;
	width: 3000px;
	left: 0;
}
.water-temperature .location-wrapper li {
	padding: 5px;
	float: left;
}
.water-temperature .location-wrapper li a {
	display: block;
	color: #454545;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 26px;
	border-right: 1px solid #B2C4CC;
}
.water-temperature .location-wrapper li .location-temp {
	position: relative;
	margin-left: 5px;
	font-size: 18px;
	top: 2px;
}

/***** WEATEHR WIDGET *****/
.widget-tabs .last-pass {
	color: #fff;
	float: right;
	font-size: 16px;
	margin-top: 15px;
	font-weight: bold;
	text-shadow: #2D343A 0px 1px 0px;
}

.widget-tabs .tabs {
	float: left;
	overflow: hidden;
}
.widget-tabs .tabs .tab {
	float: left;
	color: #454545;
	display: block;
	cursor: pointer;
	font-size: 20px;
	margin-right: 2px;
	padding: 15px 30px;
	text-decoration: none;
	background-color: #dce8ed;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.widget-tabs .tabs .tab:hover {
	color: #fff;
	background-color: #ff8835;
}
.widget-tabs .tabs .tab.active {
	float: left;
	color: #454545;
	background-color: #fff;
}
.widget-wrapper .label {
	color: #3c464e;
	font-size: 18px;
	margin: 20px 0;
}
.widget-wrapper .autocomplete-wrapper input {
	border: 0;
	height: 20px;
	width: 600px;
	outline: none;
	color: #121212;
	font-size: 14px;
	line-height: 20px;
	border-radius: 3px;
	background-color: #f3f3f3;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	box-shadow: inset #ddd 0px 1px 2px;
}

.widget-wrapper .label-small {
	color: #3c464e;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	margin: 40px 0 5px 0;
}
.widget-wrapper .dalivali_weather_widget {
	
}

.article_author,
.article_author a {
	color: #F1761C;
}

.article_body .inner_pagination_wrapper {
    text-align: center;
}
.article_body .inner_pagination_wrapper a.next-page {
	width: auto;
	padding: 4px 10px;
	float: right;
}
.article_body .inner_pagination_wrapper > a {
    background: #3c464e;
    color: #fff !important;
    display: inline-block;
    font-family: Tahoma,sans-serif;
    margin: 2px;
    padding: 2px 0;
    font-size: 12px;
    text-decoration: none;
    width: 26px;
}
.article_body .inner_pagination_wrapper > a.selected,
.article_body .inner_pagination_wrapper > a:hover {
    background: #ff8835;
}

.content.listing-wrapper .main_articles_wrapper {
	width: 640px;
}
.article_body .embeded_link_inner {
	display: block;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #F1F1F1;
	text-decoration: none;
	color: #222;
	background: #FEFEFE;
	border-bottom: 3px solid #EFEFEF;
	margin: 10px 0;
}
.article_body .embeded_link_inner .image.left {
	float: left;
	margin-right: 10px;
}
.article_body .embeded_link_inner .image.right {
	float: right;
	margin-left: 10px;
}
.article_body .embeded_link_inner .title {
	font-size: 20px;
	line-height: 22px;
	display: block;
	margin-bottom: 5px;
	color: #000;
}
.article_body .embeded_link_inner .summary {
	font-size: 14px;
	line-height: 18px;
	display: block;
	color: #555;
}
.article_body .embeded_link_inner:hover {
	background: #fcfcfc;
}
.likeBoxImageGallery{
	position:absolute;
	min-width:46px;
	bottom:2%;
	left:-26%;	
}
.likeBoxImageGallery .like_button_gallery_wrapper{	
	background:url("/static/bg/main/img/like_button_bg_140.png") repeat scroll 0 0 transparent;
	display:inline-block;
	border-radius:3px;
	margin-right:1px;
}
.likeBoxImageGallery .like_button_gallery{
	width:23px;
	height:23px;
	display:inline-block;
	background:url("/static/bg/main/img/like_button_gallery_small.png") no-repeat center center;
	border-radius:3px;
	margin-right:1px;
}
.likeBoxImageGallery .nb_likes{
	color:#ffffff;
	background:url("/static/bg/main/img/like_button_bg_140.png") repeat scroll 0 0 transparent;
	min-width:23px;	
	border-radius:3px;
	display:inline-block;
	float:right;
	text-align:center;
	font-size:15px !important;
	text-shadow:1px 1px #68bfce;	
	padding-right:2px;
	padding-top:3px;
	height:20px;
	max-height:20px;		
}
#tip {
    background: none repeat scroll 0 0 #FF8835;
    border-color: #3C464E;
    border-style: solid;
    border-width: 3px 1px 1px;
    color: #ffffff;
    display: none;
    font-size: 16px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -100px;
    margin-top: -54px;
    min-width: 240px;
    padding: 0 20px;
    position: fixed;
    text-align: center;
    top: 0;
}

.box-wrapper-poll{
	border: 2px solid #7c8f9e;
	margin-bottom: 20px;
	border-radius: 2px;
}
.box-wrapper-poll .sidebar-header-title {
	color: #fff;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	background: #7c8f9e;
}
.poll3{
	margin: 15px;
}
.poll3 .question{
	margin-bottom: 10px;
	font-size: 18px;
}
.poll3 .answer{
	font-size: 14px;
	margin-bottom: 5px;
}
.poll3 button{
	color: #fff;
	background: #ff8833;
	border: none;
	padding: 5px 10px;
	border-radius: 2px;
}
.poll3 .poll_results, 
.poll3 .poll_article{
	color: #E97A0E;
	font-size: 14px;
}
.poll3 .poll_results:hover, 
.poll3 .poll_article:hover{
	text-decoration: underline;
}
/* lightbox btv.bg - every three day display */
#fblightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	/**
	* survivor lightbox
	* height:335px;
	**/
	height:auto;
	margin-top:-125px;
	margin-left: -200px;
	background: #fff;
	z-index: 1001;
	display: none;	
	background-color:#F8F8F8;
	border:3px solid #fff;
}
#fblightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}
#fbfermata_content {
    color: #444C9F;
    font-family: Georgia;
    font-size: 13px;
    padding: 10px;
    background: url('http://bravo.btv.bg/web/fermata_new.png') no-repeat;
    height: 165px;
}
#fbsurvivor_content{
	color:#444C9F;
	font-family:Georgia;	
	font-size:13px;
	padding:10px;	
	background: url(../img/fbcover-survivor.jpg) no-repeat;
	height:128px;
}
#fbsurvivor_content p{
	font-family:Georgia;	
	padding:5px;
}
#cls{
	/**
	* survivor lightbox
	* color:#fff;
	**/
	/**
	* masterchef lightbox		
	* color:#f26935;
	**/
	/**
	* ladyzone lightbox	
	* color:#d34651;
	**/
	color:#393f44;
	font-weight: bold;	
	line-height:5px;
	padding: 3px 4px 5px 3px;
	position:absolute;
	top:0%;
	right:0%;
}
#cls:hover{
	cursor:pointer;
}
#fbBezdomnotoShow_content #cls{
	color:#fff;
}
#fbBezdomnotoShow_content p{
	font-family:Georgia;	
	padding:5px;
}

#fbBezdomnotoShow_content{
        color:#444C9F;
        font-family:Georgia;    
        font-size:13px;
        padding:10px;   
        background: url('http://img.bg.sof.cmestatic.com/media/images/400x165/Sep2015/2110876316.jpg') no-repeat;
        height:165px;
}
#fbBezdomnotoShow_content p{
        font-family:Georgia;    
        padding:5px;
}
/* lightbox btv.bg - every three day display */







/****** AUDI GAME ******/
@charset "UTF-8";
@font-face {
	font-family: "audi-game";
	src:url("../fonts/audi-game.eot");
	src:url("../fonts/audi-game.eot?#iefix") format("embedded-opentype"),
		url("../fonts/audi-game.woff") format("woff"),
		url("../fonts/audi-game.ttf") format("truetype"),
		url("../fonts/audi-game.svg#audi-game") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{font-family:'AudiType Ext';font-weight:400;src:url("../fonts/AudiType-ExtendedNormal.eot");src:url("../fonts/AudiType-ExtendedNormal.eot?#iefix") format("embedded-opentype"),url("../fonts/AudiType-ExtendedNormal.woff") format("woff"),url("../fonts/AudiType-ExtendedNormal.otf") format("opentype");}
@font-face{font-family:'AudiType Ext Bold';font-weight:700;src:url("../fonts/AudiType-ExtendedBold.eot");src:url("../fonts/AudiType-ExtendedBold.eot?#iefix") format("embedded-opentype"),url("../fonts/AudiType-ExtendedBold.woff") format("woff"),url("../fonts/AudiType-ExtendedBold.otf") format("opentype");}



[data-icon]:before {
	font-family: "audi-game" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "audi-game" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.audi .icon-correct:before {content:"a"}
body.audi .icon-dumbel:before {content:"b"}
body.audi .icon-fullscreen:before {content:"c"}
body.audi .icon-shapka:before {content:"d"}
body.audi .icon-shezlong:before {content:"e"}
body.audi .icon-snejinka:before {content:"f"}
body.audi .icon-spa:before {content:"g"}
body.audi .icon-arrow:before {content:"h"}
body.audi .icon-close:before {content:"i"}
body.audi .icon-relax:before {content:"j"}

body.audi .hidden{display:none!important}
body.audi .blur{-webkit-filter:blur(5px);-moz-filter:blur(5px);-o-filter:blur(5px);-ms-filter:blur(5px);filter:blur(5px)}
body.audi .button{font-family:'AudiType Ext Bold',sans-serif;display:inline-block;padding:15px 20px;border:1px solid #fff;font-size:16px;color:#fff;text-decoration:none;cursor:pointer;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s}
body.audi .button > .vv{margin-left:10px;color:#f00;letter-spacing:-5px}
body.audi .button.back{border-color:#db1b40;color:#db1b40}
body.audi .button.arrow{padding:15px;bottom:50px;right:100px;position:absolute}
body.audi .button:hover{border-color:#adadad}

body.audi .terms{margin-top:25px;}
body.audi .terms a{font-family:'AudiType Ext Bold',sans-serif;font-size:10px;text-decoration:none;color:#5f5f5f;}

body.audi{background:#0e0e0e;font-family:'AudiType Ext',sans-serif;font-weight:300}
body.audi .main_wrapper{width:auto}
body.audi.loaded .audi-wrapper{visibility:visible;opacity:1;transition:opacity 1s;-moz-transition:opacity 1s;-webkit-transition:opacity 1s}

body.audi .welcome-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000}
body.audi .welcome-wrapper .welcome{width:1130px;height:865px;margin:-432.5px -565px;text-align:center;position:fixed;left:50%;top:50%}
body.audi .welcome-wrapper .text{font-family:'AudiType Ext Bold',sans-serif;font-size:37px;color:#fff;margin-bottom:40px}
body.audi .welcome-wrapper .logos-wrapper{width:450px;margin:0 auto;padding-top:20px;margin-top:25px;border-top:1px solid #1e1e1e}

.audi-wrapper .top-line-wrapper{position:absolute;z-index:11;width:100%;top:0;left:0;background:#000}
.audi-wrapper .top-line-wrapper .logo{width:250px;text-align:center;display:inline-block;position:relative}
.audi-wrapper .top-line-wrapper .logo.audi:after{content:'';background:#323232;width:1px;height:55px;position:absolute;top:50%;right:0;margin-top:-27.5px}
.audi-wrapper .top-line-wrapper .fullscreen{font-size:13px;text-transform:uppercase;color:#5f5f5f;padding:30px;display:block;text-decoration:none;line-height:44px}
.audi-wrapper .top-line-wrapper .fullscreen i{font-size:30px;position:relative;top:10px;margin-left:10px}

.audi-wrapper .bottom-line-wrapper{position:absolute;z-index:11;width:100%;height:105px;bottom:0;left:0;background:#000;box-shadow:0 0 25px 5px rgba(0,0,0,.75)}
.audi-wrapper .bottom-line-wrapper .label{width:250px;line-height:105px;text-align:center;position:relative;font-size:14px;color:#5f5f5f}
.audi-wrapper .bottom-line-wrapper .label:after{content:'';background:#323232;width:1px;height:55px;position:absolute;top:50%;right:0;margin-top:-27.5px}
.audi-wrapper .bottom-line-wrapper ul li{width:227px;height:105px;overflow:hidden;line-height:105px;text-align:center;background:#000;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s}
.audi-wrapper .bottom-line-wrapper ul li .icon{font-size:30px;position:relative;top:8px;margin-right:10px}
.audi-wrapper .bottom-line-wrapper ul li .status{font-size:8px;position:relative;top:-2px;margin-left:10px;width:16px;height:16px;border-radius:50%;background:#5f5f5f;color:#fff;display:inline-block;padding-top:5px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.audi-wrapper .bottom-line-wrapper ul li a{font-family:'AudiType Ext Bold',sans-serif;font-size:12px;text-decoration:none;color:#5f5f5f}
.audi-wrapper .bottom-line-wrapper ul li img{-webkit-filter:grayscale(1);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-o-filter:grayscale(100%)-ms-filter:grayscale(100%);filter:gray;filter:grayscale(100%)}
.audi-wrapper .bottom-line-wrapper ul li.correct a{color:#d3d3d3}
.audi-wrapper .bottom-line-wrapper ul li.correct img{-webkit-filter:none;filter:none}
.audi-wrapper .bottom-line-wrapper ul li.p1.correct .icon{color:#2baa51}
.audi-wrapper .bottom-line-wrapper ul li.p2.correct .icon{color:#2894d8}
.audi-wrapper .bottom-line-wrapper ul li.p3.correct .icon{color:#e28c41}
.audi-wrapper .bottom-line-wrapper ul li.p4.correct .icon{color:#8c38a7}
.audi-wrapper .bottom-line-wrapper ul li.p5.correct .icon{color:#33b5a1}
.audi-wrapper .bottom-line-wrapper ul li.p1.correct .status{background:#2baa51}
.audi-wrapper .bottom-line-wrapper ul li.p2.correct .status{background:#2894d8}
.audi-wrapper .bottom-line-wrapper ul li.p3.correct .status{background:#e28c41}
.audi-wrapper .bottom-line-wrapper ul li.p4.correct .status{background:#8c38a7}
.audi-wrapper .bottom-line-wrapper ul li.p5.correct .status{background:#33b5a1}
.audi-wrapper .bottom-line-wrapper ul li.p1.correct .status:before {content:"a"}
.audi-wrapper .bottom-line-wrapper ul li.p2.correct .status:before {content:"a"}
.audi-wrapper .bottom-line-wrapper ul li.p3.correct .status:before {content:"a"}
.audi-wrapper .bottom-line-wrapper ul li.p4.correct .status:before {content:"a"}
.audi-wrapper .bottom-line-wrapper ul li.p5.correct .status:before {content:"a"}
.audi-wrapper .bottom-line-wrapper ul li:hover{margin-top:-152px;height:256px}

.audi-wrapper{position:relative;width:100vw;height:100vh;margin:0 auto;visibility:hidden;opacity:0}
.audi-wrapper .dashboard-wrapper{position:absolute;z-index:2;width:100%;height:100vh;background:url(../img/audi_game/main.png) center top no-repeat;transition:1s;-moz-transition:1s;-webkit-transition:1s;background-size: 1920px 1080px;}
.audi-wrapper .dashboard-wrapper .clicker{display:none;position:absolute;width:50px;height:50px;border-radius:50%;background:transparent;left:-50px;top:-50px;z-index:3;cursor:pointer}
.audi-wrapper .dashboard-wrapper .clicker-halo{width:90px;height:90px;position:relative;overflow:hidden;border-radius:50%;display:block;animation:pulse-halo 1s linear infinite;-moz-animation:pulse-halo 1s linear infinite;-webkit-animation:pulse-halo 1s linear infinite}
.audi-wrapper .dashboard-wrapper .clicker-halo:before{content:'';position:absolute;left:2px;bottom:2px;width:86px;height:86px;border-radius:50%}
.audi-wrapper .dashboard-wrapper .clicker-halo.p1:before{box-shadow:0 0 0 90px #2baa51}
.audi-wrapper .dashboard-wrapper .clicker-halo.p2:before{box-shadow:0 0 0 90px #2894d8}
.audi-wrapper .dashboard-wrapper .clicker-halo.p3:before{box-shadow:0 0 0 90px #e28c41}
.audi-wrapper .dashboard-wrapper .clicker-halo.p4:before{box-shadow:0 0 0 90px #8c38a7}
.audi-wrapper .dashboard-wrapper .clicker-halo.p5:before{box-shadow:0 0 0 90px #33b5a1}
.audi-wrapper .dashboard-wrapper .speed-wrapper{position:absolute;z-index:1;width:1060px;height:360px;overflow:hidden;top:250px;left:50%;margin-left:-535px}
.audi-wrapper .dashboard-wrapper .speed{position:absolute;font-family:'AudiType Ext Bold',sans-serif;font-size:25px;bottom:73px;right:110px;color:#fff;display:block;width:75px;text-align:center}
.audi-wrapper .dashboard-wrapper .speed-arrow{width:171px;height:171px;display:block;position:absolute;bottom:2px;right:59px;background:url(../img/audi_game/arrow.png) center left no-repeat;transition:.5s;-moz-transition:.5s;-webkit-transition:.5s}

.audi-wrapper .popup-wrapper{visibility:hidden;opacity:0;position:absolute;top:50%;left:50%;width:1145px;height:600px;margin-top:-300px;margin-left:-572.5px;z-index:12;background:rgba(0,0,0,.95);box-shadow:0 0 0 1000px rgba(0,0,0,.5);color:#adadad;padding:100px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.audi-wrapper .popup-wrapper.show{visibility:visible;opacity:1;animation:popup .5s linear;-moz-animation:popup .5s linear;-webkit-animation:popup .5s linear}
.audi-wrapper .popup-wrapper h1{font-size:22px;margin-bottom:20px}
.audi-wrapper .popup-wrapper p{font-size:16px;line-height:30px;margin-bottom:40px}
.audi-wrapper .popup-wrapper p .text{max-height:263px}
.audi-wrapper .popup-wrapper ol{margin-top:-20px}
.audi-wrapper .popup-wrapper ol li{font-size:13px;line-height:20px}
.audi-wrapper .popup-wrapper .image{float:left;margin-right:40px}
.audi-wrapper .popup-wrapper .video{float:left;margin-right:40px}
.audi-wrapper .popup-wrapper .image.animated{position:fixed}
.audi-wrapper .popup-wrapper .qq{display:none}
.audi-wrapper .popup-wrapper .qq .aa{display:none}
.audi-wrapper .popup-wrapper .q0 h1{margin-bottom:20px}
.audi-wrapper .popup-wrapper .q0 img{width:100%;margin:20px 0}
.audi-wrapper .popup-wrapper .aa.a1 h1, .audi-wrapper .popup-wrapper .aa.a3 h1 {margin-bottom:70px}
.audi-wrapper .popup-wrapper .q0 p, .audi-wrapper .popup-wrapper .aa.a1 p, .audi-wrapper .popup-wrapper .aa.a3 p {margin-bottom:70px}
.audi-wrapper .popup-wrapper .q0, .audi-wrapper .popup-wrapper .aa.a1, .audi-wrapper .popup-wrapper .aa.a3 {padding:0 100px}
.audi-wrapper .popup-wrapper .q4 .aa.a1 .button.a2{letter-spacing:-1.5px}
.audi-wrapper .popup-wrapper .q5 .aa.a5{text-align:center;margin-top:-45px}
.audi-wrapper .popup-wrapper .q5 .aa.a5 input{width:300px;display:inline-block;padding:15px 20px;border:1px solid #5f5f5f;font-size:20px;color:#fff;background:transparent;text-align:center;outline:none}
.audi-wrapper .popup-wrapper .q5 .aa.a5 input.error{border-color:#db1b40}
.audi-wrapper .popup-wrapper .q5 .aa.a5 h1{margin-bottom:20px}
.audi-wrapper .popup-wrapper .q5 .aa.a5 p{margin-bottom:20px}
.audi-wrapper .popup-wrapper .q5 .aa.a5 .button.send{width:300px;float:none;margin-top:30px}
.audi-wrapper .popup-wrapper .q5 .aa.a6 h1{text-align:center;margin-top:135px}

.audi-wrapper .navigation-wrapper{position:absolute;z-index:1;width:1060px;height:310px;overflow:hidden;top:250px;left:50%;margin-left:-535px;background:#020202;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s}
.audi-wrapper .navigation-wrapper .map{position:absolute;top:-184px;left:-534px}
.audi-wrapper .navigation-wrapper .dot{position:absolute;width:20px;height:20px;border-radius:50%;background:#aa2b2b;left:50%;top:50%;margin-left:-10px;margin-top:-10px;z-index:1}
.audi-wrapper .navigation-wrapper .map-marker{display:none;position:absolute;width:50px;height:50px;border-radius:50%;background:#000;left:50%;top:50%;margin-left:-25px;margin-top:-25px;box-shadow:0 0 10px rgba(0,0,0,.3);animation:pulse 2s linear infinite;-moz-animation:pulse 2s linear infinite;-webkit-animation:pulse 2s linear infinite;opacity:0;z-index:2}
.audi-wrapper .navigation-wrapper .map-marker-dot{display:none;position:absolute;width:50px;height:50px;border-radius:50%;background:#2baa51;left:50%;top:50%;margin-left:-25px;margin-top:-25px;z-index:3;text-align:center;overflow:hidden;cursor:pointer}
.audi-wrapper .navigation-wrapper .map-marker-dot .icon{font-size:30px;color:#fff;margin-top:13px;display:block}
.audi-wrapper .navigation-wrapper .map-marker-dot.p1{background:#2baa51}
.audi-wrapper .navigation-wrapper .map-marker-dot.p2{background:#2894d8}
.audi-wrapper .navigation-wrapper .map-marker-dot.p3{background:#e28c41}
.audi-wrapper .navigation-wrapper .map-marker-dot.p4{background:#8c38a7}
.audi-wrapper .navigation-wrapper .map-marker-dot.p5{background:#33b5a1}
.audi-wrapper .navigation-wrapper .map-marker-dot.p1 .icon:before {content:"g"}
.audi-wrapper .navigation-wrapper .map-marker-dot.p2 .icon:before {content:"f"}
.audi-wrapper .navigation-wrapper .map-marker-dot.p3 .icon:before {content:"d"}
.audi-wrapper .navigation-wrapper .map-marker-dot.p4 .icon:before {content:"e"}
.audi-wrapper .navigation-wrapper .map-marker-dot.p5 .icon:before {content:"j"}

@keyframes popup {
	0%{transform:scale(0);opacity:0}
	100% {transform:scale(1);opacity:1}
}
@-webkit-keyframes popup {
	0%{-webkit-transform:scale(0);opacity:0}
	100% {-webkit-transform:scale(1);opacity:1}
}
@keyframes pulse {
	0%{transform:scale(1);opacity:0}
	50% {transform:scale(1.5);opacity:.25}
	100% {transform:scale(2.5);opacity:0}
}
@-webkit-keyframes pulse {
	0%{-webkit-transform:scale(1);opacity:0}
	50% {-webkit-transform:scale(1.5);opacity:.25}
	100% {-webkit-transform:scale(2.5);opacity:0}
}
@keyframes pulse-halo {
	0%{transform:scale(1);opacity:1}
	100% {transform:scale(.5);opacity:0}
}
@-webkit-keyframes pulse-halo {
	0%{-webkit-transform:scale(1);opacity:1}
	100% {-webkit-transform:scale(.5);opacity:0}
}
@media screen and (max-width: 1920px){
	.audi-wrapper{width:auto;overflow:hidden}
	.audi-wrapper .dashboard-wrapper{width:100vw;height:100vh}
}
@media screen and (max-width: 1400px){
	.audi-wrapper .bottom-line-wrapper .label{display:none}
	.audi-wrapper .bottom-line-wrapper ul li{width:196px}
	.audi-wrapper .bottom-line-wrapper ul li img{margin-left:-15.5px}
}
@media screen and (max-width: 980px){
	.audi-wrapper{width:980px}
	.audi-wrapper .dashboard-wrapper{width:100%}
}

/* fixes 1.35021097046414 */
@media screen and (max-height: 800px) {

	body.audi .welcome-wrapper .welcome{
		width:1130px;
		height:865px;
		margin:-460px -565px;
		text-align:center;
		position:fixed;
		left:50%;
		top:50%;
	}
	
	body.audi .welcome-wrapper .text {
		font-size: 35px;
		margin-bottom: 35px;
	}

	body.audi .welcome-wrapper .logos-wrapper {
		margin-top: 35px;
	}

	.audi-wrapper .navigation-wrapper .map{
		position:absolute;
		top:-248px;
		left:-721px;
	}

	.audi-wrapper .dashboard-wrapper {
		background-size: 1422px 800px;
	}
	
	.audi-wrapper .dashboard-wrapper .speed-wrapper {
		position:absolute;
		z-index:1;
		width:785px;
		height:260px;
		overflow:hidden;
		top:185px;
		left:50%;
		margin-left:-396px;
	}
	
	.audi-wrapper .dashboard-wrapper .speed-wrapper .speed-arrow{
		width:127px;
		height:127px;
		display:block;
		position:absolute;
		bottom:-8px;
		right:46px;
		background:url(../img/audi_game/arrow_800.png) center left no-repeat !important;
		transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
	}
	
	.audi-wrapper .dashboard-wrapper .speed{
		position:absolute;
		font-family:'AudiType Ext Bold',
		sans-serif;
		font-size:19px;
		bottom:54px;
		right:81px;
		color:#fff;
		display:block;
		width:55px;
		text-align:center
	}

	.audi-wrapper .navigation-wrapper{
		position:absolute;
		z-index:1;
		width:785px;
		height:230px;
		overflow:hidden;
		top:185px;
		left:50%;
		margin-left:-396px;
		background:#020202;
		transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}


}

/**** END AUDI GAME ****/

/* Cookies policy */
.cc_banner-wrapper {
    z-index: 9001;
    position: relative;
}

.cc_container .cc_btn {
    line-height: 1em
}

.cc_container .cc_message {
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

.cc_container .cc_logo {
    display: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 100px;
    height: 22px;
    background-size: cover;
    background-image: url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/logo.png);
    opacity: .9;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.cc_container .cc_logo:active,
.cc_container .cc_logo:hover {
    opacity: 1
}

@media screen and (min-width:500px) {
    .cc_container .cc_btn,
    .cc_container .cc_message {
        font-size: .8em
    }
}

@media screen and (min-width:768px) {
    .cc_container .cc_btn {
        font-size: 1em
    }
    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em
    }
}

@media print {
    .cc_banner-wrapper,
    .cc_container {
        display: none
    }
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px
}

.cc_container .cc_btn {
    padding: 8px 10px;
    cursor: pointer;
    text-align: center;
    font-size: .6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px
}

.cc_container .cc_message {
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
    font-size: .6em;
    display: block
}

@media screen and (min-width:500px) {
    .cc_container .cc_btn {
        font-size: .8em
    }
    .cc_container .cc_message {
        margin-top: .5em;
        font-size: .8em
    }
}

@media screen and (min-width:768px) {
    .cc_container {
        padding: 15px 30px
    }
    .cc_container .cc_btn {
        font-size: 1em;
        padding: 8px 15px
    }
    .cc_container .cc_message {
        font-size: 1em
    }
}

@media screen and (min-width:992px) {
    .cc_container .cc_message {
        font-size: 1em
    }
}

.cc_container {
    background: #222;
    color: #fff;
    font-size: 17px;
    font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box
}

.cc_container::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #fff;
    background-color: #f1761c;
    transition: background .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.cc_container .cc_btn:active,
.cc_container .cc_btn:hover {
    background-color: #fff;
    color: #000
}

.cc_container a,
.cc_container a:visited {
    text-decoration: none;
    color: #3fb6ae;
    -webkit-transition: .2s color;
    transition: .2s color
}

.cc_container a:active,
.cc_container a:hover {
    color: #6fdcd5;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.cc_btn,
.cc_container,
.cc_message {
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -o-animation-duration: .8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}