/*----------------------------------------------------------------------
						  	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;
	}#contact
{
	font-size: 14px;
	width:665px;
}

	#contact .note 
	{
		width: 450px;
		height: 385px;
		position:relative;
		padding:1em 1.5em;
		margin:2em auto;
		overflow:hidden;
		background: rgba(255,255,255,0.65);
	}

	#contact .note:before {
	   content:"";
	   position:absolute;
	   top:0;
	   right:0;
	   border-width:0 16px 16px 0;
	   border-style:solid;
	   background:rgba(21,121,179,1);
	   -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	   -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	   box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	   display:block; width:0;
	}

	#contact .note.rounded {
	   -webkit-border-radius:5px 0 5px 5px;
	   -moz-border-radius:5px 0 5px 5px;
	   border-radius:5px 0 5px 5px;
	}

	#contact .note.rounded:before {
	   border-width:15px;
	   z-index: 99999;
	   border-color:#ededed #ededed transparent transparent;
	   -webkit-border-bottom-left-radius:5px;
	   -moz-border-radius:0 0 0 5px;
	   border-radius:0 0 0 5px;
	}

#contact #title {
	width: 90%;
	text-align: center;
	margin: 20px auto 0px auto;
}

#contact .loader 
{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	padding-top: 152px;
	text-align: center;
	vertical-align: middle;
	background: rgba(255,255,255,.8);
}

#contact .success 
{
	width: 90%;
	height: 100%;
	display: none;
	font-size: 18px;
	position: absolute;
	background: rgba(255,255,255,.8);
}

	#contact .success a 
	{
		float: right;
		padding: 1px 3px;
		color: rgb(21,121,179);
		text-decoration: none;
		margin: 10px 30px 0 0;
	}

		#contact .success a:hover {
			background: rgb(21,121,179);
			color: #fff;
		}

	#contact .success p 
	{
		font-size: 15px;
		color: rgb(21,121,179);
		text-align: center;
		margin-top: 190px;
	}

#contact form#contact_form 
{
	width: 400px;
	margin-top: 40px;
}

	#contact label 
	{
		width: 105px;
		vertical-align: top;
		display: inline-block;
	}

	#contact input[type=text], textarea 
	{
		z-index: 1;
		width: 280px;
		height: 28px;
		color: #045395;
		border-radius: 6px;
		display: inline-block;
		margin: 0px 0px 10px 15px;
		padding: 0px 0px 0px 10px;
		border: 1px solid rgba(4, 83, 149, 0.4);
		box-shadow: inset 0px 0px 7px rgba(0,0,0,0.15);
	}

	#contact textarea 
	{
		resize: none;
		height: 150px;
		font-family: 'Arial';
		padding-top: 10px;
	}

	#contact input[type=text]:focus, textarea:focus 
	{
		border: 1px solid rgba(4, 83, 149, 1);
	}

	#contact input[type=submit], input[type=reset]
	{
		border: none;
		color: white;
		float: right;
		cursor: pointer;
		border-radius: 8px;
		text-align: center;
		padding: 10px 15px;
		display: inline-block;
		background: url('/images/weather_tabs.png') top center no-repeat;
	}

		#contact input[type=submit]:hover, input[type=reset]:hover
		{
			background: url('/images/weather_tabs_hover.png') top center no-repeat;
		}

	#contact #company 
	{
		float: right;
		margin-right: 50px;
		margin-bottom: 30px;
		text-align: right;
	}

		#contact #company a 
		{
			text-decoration: none;
			color: #004A8B;
		}

