/*----------------------------------------------------------------------
						  	CSS Reset
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }/*----------------------------------------------------------------------------------------------------------------------
						  							MAIN
----------------------------------------------------------------------------------------------------------------------*/
*
{ 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
html,body
{
	height:100%;
}
body
{
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: Arial;
}
#background
{
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
	position:fixed;
	background: #F2F2F2 url('/images/clouds-09.jpg') top center no-repeat;
}
#container
{
	width:1200px;
	height:100%;
	/*background: url('/materials/attachments/back.jpg') no-repeat;*/
	margin:0px auto;
}
/*----------------------------------------------------------------------------------------------------------------------
						  							HEADER
----------------------------------------------------------------------------------------------------------------------*/
#header
{
	width:100%;
	height:140px;
}
	#header #intro
	{
		width:100%;
		height:105px;
		font-size: 0px;
	}
		#header #intro > div
		{
			display:inline-block;
		}
		#header #intro #logo
		{
			width:310px;
			height:105px;
			background: url('/images/autumn_logo.png') no-repeat;
		}
		#header #top_banner, #header #banner
		{
			width:890px;
			height:105px;
			text-align: center;
		}
		#header #banner img
 		{
			margin-top: 20px;
			vertical-align: middle;
		}
/*----------------------------------------------------------------------------------------------------------------------
						  							NAVIGATION
----------------------------------------------------------------------------------------------------------------------*/
	#header #navigation
	{
		width:100%;
		height:35px;
		font-size: 0px;
		font-size: 0px;
	}
	#header #navigation > div
	{
		vertical-align: top;
		display:inline-block;
	}
		#header #navigation #menu
		{
			width:930px;
			height:100%;
			border-radius: 7px;
			font-size: 14px;
			background: url('/images/menu_repeat.png') repeat-x;
		}
			#header #navigation #menu > ul
			{
				position:relative;
			}
				#header #navigation #menu > ul > li
				{
					display:inline-block;
					padding:6px 0px;
				}
					#header #navigation #menu > ul > li:first-child
					{
						margin-left: 10px;
					}
					#header #navigation #menu > ul > li:first-child:hover
					{
						margin-left: 10px;
					}
					#header #navigation #menu > ul > li:last-child > a
					{
						border:none;
					}
				#header #navigation #menu > ul > li > a
				{
					display:block;
					padding: 3px 10px;
					color:#FFF;
					text-decoration: none;
				}
		/* HOVER MENU */
				#header #navigation #menu > ul > li:hover
				{
					z-index: 2;
					margin:-7px 0px 0px 0px;
					padding:11px 0px;
					border-radius:5px;
					-webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.25);
					-moz-box-shadow:    1px 0px 5px rgba(0, 0, 0, 0.25);
					box-shadow:         1px 0px 5px rgba(0, 0, 0, 0.25);
					background:white;
				}
					#header #navigation #menu > ul > li:hover a
					{
						color:#000;
					}

		/* SYB MENU */
					#header #navigation #menu > ul > li > ul
					{
						display:none;
					}
					#header #navigation #menu > ul > li:hover > ul
					{
						padding:5px;
						position:absolute;
						display:block;
						background:inherit;
						top:35px;
						left:0px;
						width:100%;
						z-index: 999;
						box-shadow:         0px 2px 1px rgba(0, 0, 0, 0.25);

					}
					#header #navigation #menu > ul > li:hover > ul > li
					{
						display:inline-block;
						padding:5px 0px;
					}
						#header #navigation #menu > ul > li:hover > ul > li > a
						{
							display:block;
							padding:0px 10px;
							border-right: 1px solid black;
							text-decoration: none;
						}
							#header #navigation #menu > ul > li:hover > ul > li:last-child > a
							{
								border-right: 1px solid transparent;
							}
/*----------------------------------------------------------------------------------------------------------------------
						  							SEARCH
----------------------------------------------------------------------------------------------------------------------*/
		#header #navigation #search
		{
			width:260px;
			height:100%;
			font-size: 0px;
			padding:4px 0px 0px 10px;
		}
			#header #navigation #search input
			{
				border:none;
				height:28px;
				margin:0px;
				padding:0px;
				position:absolute;
			}
			#header #navigation #search #search_btn
			{
				z-index: 2;
				width:28px;
				cursor:pointer;
				border-radius:14px 0px 0px 14px;
				background: url("/images/search_icon.png");
			}
			#header #navigation #search #search_input
			{
				z-index: 1;
				width:230px;
				height:28px;
				margin:0px 0px 0px 15px;
				padding:0px 0px 0px 20px;
				border-radius:0px 6px 6px 0px;
				border:1px solid rgba(4, 83, 149, 0.4);
				border-left:none;
				color: #045395;
				box-shadow: inset 0px 0px 7px rgba(0,0,0,0.15);
			}
				#header #navigation #search #search_input:focus
				{
					border:1px solid rgba(4, 83, 149, 1);
				}
/*----------------------------------------------------------------------------------------------------------------------
						  							CONTENT
----------------------------------------------------------------------------------------------------------------------*/
#fadein,#fadeout
{
	width:100%;
	height:25px;
	margin:0px 0px 0px 0px;
	background:url('/images/fadein.png') no-repeat;
}
	#fadeout
	{
		background-position: 0px -25px;
	}
#content
{
	width:100%;
	font-size: 0px;
	border-left: 1px solid rgba(255,255,255,1);
	border-right: 1px solid rgba(255,255,255,1);
	background: rgba(255,255,255,0.25);
	padding:0px 10px 10px 10px;
	margin-top:0px;
}
	#content > div
	{
		vertical-align: top;
		display:inline-block;
	}
	#content #main_content
	{
		width:665px;
		max-width: 665px;
	}

	#content #main_content #today_info
	{
		padding:10px;
		color:#014B88;
		font-size: 12px;
		font-weight: bold;
		border-radius: 7px;
		margin:0px 0px 10px 0px;
	}

	#content #aside_content
	{
		width:510px;
	}
		#content #aside_content > div
		{
			vertical-align: top;
			display:inline-block;
			margin:0px 0px 0px 10px;
			width: 245px;
		}
		#content #aside_content #banners 
		{
			text-align: center;
		}

/*----------------------------------------------------------------------------------------------------------------------
						  							ASIDE
----------------------------------------------------------------------------------------------------------------------*/
#rand_cities
{
	display:none;
}

/*----------------------------------------------------------------------------------------------------------------------
						  							EVENTS
----------------------------------------------------------------------------------------------------------------------*/
.event
{
	max-width:239px;
	overflow:hidden;
	font-size:18px;
	color:#333;
	display:none;
	position:relative;
}
.event a
{
	text-decoration:none;
	color:#333;
}
	.event .event_image
	{
		width:100%;
		height:100%;
		position:absolute;
		z-index: 1;
		opacity:0.1;
	}
		.event .event_image img
		{
			width:100%;
			height:100%;
		}
	.event .event_name
	{
		width:100%;
		vertical-align:top;
		text-align:center;
		font-size:14px;
		font-weight: bold;
		padding:5px 0px;
	}
	.event .event_forecast
	{
		position: relative;
		z-index: 2;
	}
		.event .event_forecast .current_forecast > div
		{
			vertical-align: top;
			display:inline-block;
		}
			.event .event_forecast .current_forecast .temp
			{
				width:138px;
				padding:15px 0px 0px 0px;
			}
				.event .event_forecast .current_forecast .temp > span
				{
					display:block;
				}

				.event .event_forecast .current_forecast .temp > span:first-child
				{
					font-size:40px;
					text-align:center;
				}

				.event .event_forecast .current_forecast .temp > span:last-child
				{
					font-size:12px;
					text-align:center;
				}

			.event .event_forecast .current_forecast .icon
			{
				width:80px;
				height:80px;
			}
				.event .event_forecast .current_forecast .icon > img
				{
					width:80px;
					height:80px;
				}
		.event .event_forecast .forecast_data
		{
			width:100%;
			padding:10px;
			font-size:12px;
			vertical-align:top;
			display:inline-block;
		}
			.event .event_forecast .forecast_data > div
			{
				width:49%;
				vertical-align: top;
				display:inline-block;
				font-size:10px;
			}
#controls
{
	height:20px;
	width:245px;
	text-align:right;
	color:#FFF;
	padding:10px 10px 0px 0px;
	position:absolute;
	top:-5px;
	left:5px;
	z-index: 999;
	font-size: 16px;
}
.e_nav
{
	cursor:pointer;
}
	#controls #l
	{
		position:relative;
		float:left;
		display:none;
	}
.no-items
{
	margin:10px 0px;
	font-size:12px;
	color:#333;	
}

/*----------------------------------------------------------------------------------------------------------------------
						  					GLOBAL CLASSES
----------------------------------------------------------------------------------------------------------------------*/
.transparency
{
	border: 1px solid rgba(4, 83, 149, 0.10);
	background: rgba(255,255,255,0.25);
}
.sidebox
{
	border-radius: 8px;
	margin:0px 0px 10px 0px;
	background: rgba(255,255,255,0.25);
	border: 1px solid rgba(4, 83, 149, 0.10);
}
	.sidebox .title
	{
		color:#FFF;
		width:245px;
		height:31px;
		font-size: 14px;
/*		font-weight: bold;*/
		text-align: center;
		padding:6px;
		border-radius: 7px;
		/*background:url('/images/side_box.png') no-repeat;*/
		background:url('/images/menu_repeat.png') repeat-x;
	}
	.sidebox .content
	{
		font-size:12px;
	}
	.sidebox .content#baners 
	{
		font-size: 0 !important;
	}
		.sidebox .content ul
		{
			padding:10px 5px;
		}
		.sidebox .content ul li
		{
			display:inline-block;
			width:116px;
			font-size:14px;
			text-align: center;
			padding:2px 0px;
		}
			.sidebox .content ul li:hover
			{
				border-radius: 5px;
				background:rgba(255,255,255,0.25);
			}
		.sidebox .content ul li a
		{
			color:#004A8B;
			text-decoration: none;
		}
#left_banners a
{
	font-size: 18px;
	display: block;
	text-align: left;
	color: #004A8B;
	text-decoration: none;
}
	#left_banners a:hover
	{
		text-decoration: underline;
	}

.fb_container
{
	width:220px;
	height:200px;
	overflow:hidden;
	margin:0px 0px 0px 8px;
}
#meteofact, #events
{
	padding:10px;
	position:relative;
}
#text_forecast ul li
{
	width:100%;
	display:block;
	text-align: left;
	font-size:12px;
}

/*----------------------------------------------------------------------------------------------------------------------
						  					FOOTER
----------------------------------------------------------------------------------------------------------------------*/

	#footer 
	{
		padding: 9px;
		font-size: 14px;
		margin: 0px 0px;
		border-radius: 10px;
		background: url('/images/menu_repeat.png') repeat-x;
	}

		#footer #copyright 
		{
			display: inline-block;
		}

			#footer #copyright img 
			{
				display:inline-block;
				vertical-align:middle;
				margin:0px 5px 0px 0px;
			}

		#footer #develop 
		{
			float: right;
		}

		#footer #develop img {
			vertical-align: bottom;
		}

			#footer #develop a 
			{
				text-decoration: none;
				color: #fff;
			}

/*----------------------------------------------------------------------------------------------------------------------
						  					Banners
----------------------------------------------------------------------------------------------------------------------*/
.banners
{
	padding:5px 10px 5px 10px;
}
.small_banners
{
	display: inline-block;
	vertical-align: middle;
	margin:0px;
}
	.small_banners img
	{
		max-width:120px;
		display: block !important;
	}/*----------------------------------------------------------------------------------------------------------------------
												MAIN SATELITE LAYOUT
----------------------------------------------------------------------------------------------------------------------*/
#satelite
{
	width:920px;
	overflow:hidden;
	vertical-align: top;
	display:inline-block;
	position:relative;
}
	#satelite > div
	{
		margin:0px 0px 10px 0px;
	}
	#left_column
	{
		display:none !important;
	}
	#aside_content
	{
		width:255px !important;
	}
	#rand_cities
	{
		display:block !important;
	}

/*----------------------------------------------------------------------------------------------------------------------
												MAIN CITY LAYOUT
----------------------------------------------------------------------------------------------------------------------*/
	#satelite #satelite_title
	{
		color:#FFF;
		width:100%;
		height:30px;
		padding:7px;
		font-size: 14px;
		border-radius: 7px;
		background: url('/images/menu_repeat.png') repeat-x;
	}

	#satelite #satelite_data
	{
		margin-top: 10px;
		min-height: 615px;
	}
		#satelite #satelite_data > div
		{
			width:910px;
			display:none;
			position:relative;
		}
			#satelite #satelite_data > div:first-child
			{
				display:block;
			}
			#satelite #satelite_data > div > img
			{
				width:845px;
				position:absolute;
				margin:0px 37px;
				display:none;
			}
.ir
{
	z-index: 2;
}
.lightning
{
	z-index: 4;
}
.rain
{
	z-index: 3;
}
.sat
{
	z-index: 1;
}
/*
 * ---------------------------------------------------------------------------------------------------------------------
 *  Satelite time navigation
 * ---------------------------------------------------------------------------------------------------------------------
*/
#satelite_nav
{
	width:920px !important;
}
	#satelite_nav ul
	{
		list-style: none;
		border-bottom: 1px solid #000;
	}	
		#satelite_nav ul li
		{
			width:40px;
			color:#000;
			cursor:pointer;
			padding:7px 5px;
			font-size: 12px;
			position: relative;
			vertical-align: top;
			display:inline-block;
		}
		#satelite ul li span
		{
			position: absolute;
			bottom: -7px;
			left:18px;
		}
		#satelite ul li:hover span
		{
			font-size: 16px;
			bottom:-9px;
			left:17px;
		}
/*
 * ---------------------------------------------------------------------------------------------------------------------
 *  Satelite layer menu
 * ---------------------------------------------------------------------------------------------------------------------
*/
	#layers
	{
		right:39px;
		color:#FFF;
		bottom:65px;
		font-size: 12px;
		overflow: hidden;
		position: absolute;
		z-index: 999999999;
		width:200px;
		background:rgba(0,0,0,0.5);
		padding:0px 10px 10px 10px;
		border-radius: 10px 0px 0px 0px;

	}
		#layers #layer_controll
		{
			width:100%;
			cursor:pointer;
			text-align: right;
			font-size: 16px;
		}
.small_controlls
{
	width:40px !important;
	height:20px;
}
	.small_controlls #layer_controll
	{
			-webkit-transform:rotate(180deg);
			-moz-transform:rotate(180deg);
			-o-transform:rotate(180deg);
			-ms-transform:rotate(180deg);
	}
/*
 * ---------------------------------------------------------------------------------------------------------------------
 *  Choose satelite drop down menus
 * ---------------------------------------------------------------------------------------------------------------------
*/
#choose_title
{
	vertical-align: top;
	display: inline-block;
}

#choose_satelite
{

	vertical-align: top;
	display: inline-block;
	position: absolute;
	margin:0px 0px 0px 10px;
	z-index: 99999999;
}
	#choose_satelite ul
	{
		vertical-align: top;
		display: inline-block;
	}
		#choose_satelite ul li
		{
			height:23px;
			display:none;
			display:absolute;
		}
			#choose_satelite ul li:first-child
			{
				display:inline-block;
			}
			#choose_satelite ul:hover li
			{
				display: block;
			}
	#choose_satelite ul li ul
	{
		background:#055596;
		border-radius: 0px 0px 5px 5px;
		padding:0px 0px 5px 0px;
	}		
		#choose_satelite ul li ul li
		{
			padding:5px 20px;
			cursor: pointer;
			font-size: 12px;
		}
			#choose_satelite ul li ul li:hover
			{
				background:#187DB8;
			}
/*
 * ---------------------------------------------------------------------------------------------------------------------
 *  Animation controlls
 * ---------------------------------------------------------------------------------------------------------------------
*/
#animation
{
	float:right;
	margin:-4px 20px 0px 0px;
}
	#play
	{
		width:20px;
		height:20px;
		cursor:pointer;
		background:url('/templates/default/images/play_btn.png') no-repeat;
	}