/*----------------------------------------------------------------------
						  	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;
	}#gallery
{
	width:665px;
	font-size:14px;
	padding:10px 0px;
}
/* 	#gallery img
{
	width:100px;
}
#gallery iframe
{
} */
#overlay
{
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	z-index: 99999;
	position:fixed;
	background: url('/images/overlay.png');
}
	#overlay > div
	{
		display:inline-block;
		vertical-align: top;
	}
	#overlay #images
	{
		width:100%;
		height:100%;
		font-size: 80px;
		text-align: center;
		margin-left:-320px;
		padding-left:320px;
		position:relative;
		overflow:hidden;
	}
	#overlay #description
	{
		top:0;
		right:0;
		width:320px;
		height:100%;
		position:fixed;
		background:#FFF;
		z-index: -1;
	}

#images #gallery_title
{
	top:0;
	z-index: 2;
	width:100%;
	height:50px;
	font-size: 22px;
	text-align: left;
	position:relative;
	margin-bottom: 10px;
	padding:10px 20px;
}
	#images #gallery_title #close_btn
	{
		width:30px;
		height:30px;
		float:right;
		cursor:pointer;
		opacity: 0.7;
		background: url('/images/gallery_close.png') no-repeat;
	}
		#images #gallery_title #close_btn:hover
		{
			opacity:1;
		}
#images #image_holder
{
	width:100%;
	height:100%;
	position:relative;
	padding-bottom: 170px;
	text-align:left !important;
	overflow:hidden;
}
	#images #image_holder #current_image
	{
		width:100%;
		height:100%;
		margin:0px auto;
		position:relative;
	}
		#images #image_holder #current_image #preloader
		{
			width:100px;
			height:100px;
			background:#FFF;
			text-align: center;
			margin:20% auto 0px auto;
			position:relative;
			overflow:hidden;
			-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
			-moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 0.75);
			box-shadow:         0px 0px 30px rgba(0, 0, 0, 0.75);
		}
			#preloader iframe
			{
				position:relative;
				z-index: 10000000;
			}
	#images #image_holder #controlls
	{
		top:-10px;
		width:100%;
		height:100%;
		position:absolute;
	}
		#images #image_holder #controlls > div
		{
			opacity:0.5;
			width:100px;
			height:100%;
			cursor:pointer;
			margin-top:-70px;
			background: url('/images/gallery_controlls.png') no-repeat left center;
		}
			#images #image_holder #controlls > div:hover
			{
				opacity:1;
			}
		#images #image_holder #controlls #left
		{
			float:left;
			display:none;
		}
		#images #image_holder #controlls #right
		{
			float:right;
			background-position: -100px ;
		}
#images #gallery_thumbs
{
	z-index:2;
	width:100%;
	height:160px;
	text-align: left;
	margin-top:-160px;
	position:relative;
}
	#images #gallery_thumbs #thumb_controlls
	{
		width:100%;
		height:100%;
		z-index: 2;
		position:absolute;
	}
		#images #gallery_thumbs #thumb_controlls > div
		{
			width:50px;
			opacity:0.1;
			height:100%;
			display:none;
			cursor:pointer;
			-webkit-transition: opacity 0.20s ease-in-out;
			-moz-transition: opacity 0.20s ease-in-out;
			-ms-transition: opacity 0.20s ease-in-out;
			-o-transition: opacity 0.20s ease-in-out;
			transition: opacity 0.20s ease-in-out;
			background: url('/images/thumb_controlls.png') no-repeat;
		}
			#images #gallery_thumbs #thumb_controlls > div:hover
			{
				opacity:0.15;
			}	
			#images #gallery_thumbs #thumb_controlls #left
			{
				float:left;
			}
			#images #gallery_thumbs #thumb_controlls #right
			{
				float:right;
				background-position: -50px 0px;
			}
	#images #gallery_thumbs #thumbs
	{
		width:100%;
		height:100%;
		overflow:hidden;
		padding:0px 50px;
		position:absolute;
	}
		#images #gallery_thumbs #thumbs #thumb_holder
		{
			width:100%;
			height:100%;
			overflow:hidden;
		}
			#images #gallery_thumbs #thumbs #thumb_holder #thumbs_offset
			{
				height:inherit;
				white-space: nowrap;
				text-align: left;
				font-size: 0px;
			}
				#images #gallery_thumbs #thumbs #thumb_holder #thumbs_offset ul
				{
					height:inherit;
					position:relative;
				}
					#images #gallery_thumbs #thumbs #thumb_holder #thumbs_offset ul li
					{
						z-index: 3;
						width:150px;
						padding:5px;
						height:inherit;
						overflow:hidden;
						font-size: 10px;
						position:relative;
						vertical-align: top;
						display:inline-block;
						margin:0px 0px 0px 0px;
					}
						#images #gallery_thumbs #thumbs #thumb_holder #thumbs_offset ul li img
						{
							width:140px;
							height:90px;
							cursor:pointer;
							border:2px solid rgba(0, 153, 204, 0.2);
						}
.blacky
{
	color:#FFF;
	background:rgba(0,0,0,0.5);
}
.selected_thumb
{
	border:2px solid rgba(0, 153, 204, 1) !important;
}
.fb-comments
{
	height:550px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:5px;
	width:315px;
}
.fb-comments::-webkit-scrollbar 
{
	width: 10px;
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(202, 202, 202, 0.07)),color-stop(100%,rgba(229, 229, 229, 0.07)));
	background: -webkit-linear-gradient(left,rgba(202, 202, 202, 0.07) 0%,rgba(229, 229, 229, 0.07) 100%);
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.15) inset,0 1px 0 0 #fff;
	box-shadow: 0 0 1px 0 rgba(0,0,0,.15) inset,0 1px 0 0 #fff;
	background-color: #E5E5E5;
}
	.fb-comments::-webkit-scrollbar, .fb-comments::-webkit-scrollbar-thumb
	{
		overflow: visible;
		border-radius: 4px;
		border: solid 1px #A6A6A6;
		border-image: initial;
	}
	.fb-comments::-webkit-scrollbar-thumb:hover
	{
		background:#F1F1F1;
	}
	.fb-comments::-webkit-scrollbar-button 
	{
		height: 0;
		display: block;
		background-color: transparent;
	}
#description #desc
{
	padding:10px;
	max-height:130px;
	font-size: 12px;
	overflow:hidden;
	margin-bottom: 5px;
}

/*
 * ---------------------------------------------------------------------------------------------------------------------
 *  Video gallery
 * ---------------------------------------------------------------------------------------------------------------------
*/
#photos, #videos
{
	width:665px;
	font-size:14px;
	overflow:hidden;
}
	#photos a, #videos a
	{
		text-decoration: none;
		color:#FFF;
	}
.photo, .video
{
	width:320px;
	height:180px;
	overflow:hidden;
	margin:0px 10px 10px 0px;
	position:relative;
	vertical-align: top;
	display:inline-block;
}
	.photo .description, .video .description
	{
		width:100%;
		bottom:0px;
		padding:10px;
		position:absolute;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	}

	.photo .description .title, .video .description .title
	{
		font-size: 16px;
		font-weight: bold;
		text-shadow: 1px 1px rgba(0,0,0,0.5);
	}
	.photo .description .short_desc, .video .description .short_desc
	{
		font-size: 12px;
	}

.image_gallery
{
	font-size: 0px !important;
}
	.image_gallery img
	{
		cursor:pointer;
		vertical-align: top;
		display:inline-block;
		padding:0px 0px 5px 0px;
	}

.header
{
	color:#FFF;
	width: 100%;
	height:31px;
	font-size: 14px;
/*		font-weight: bold;*/
	text-align: left;
	padding:6px;
	padding-left:10px;
	border-radius: 7px;
	/*background:url('/images/side_box.png') no-repeat;*/
	background:url('/images/menu_repeat.png') repeat-x;
}
#___plusone_0
{
	margin:0px 0px 0px 10px !important;
}