	* {
		margin: 0;
		padding: 0;
	}

	body {
		background: url("/images/hbg1.jpg") repeat-x scroll 0 0 transparent;
		font-family: sans-serif;
	}
	
	h2 {
		color: #3399CC;
		font: 22px Tahoma;
		padding: 10px 2px;
	}
	
	br {
		clear: both;
	
	}
	
	#wrapper {
		width: 1000px;
		margin: 0 auto;
	}
	
	
	
	header {
		background: url("/images/hbg.jpg") no-repeat scroll 0 0 transparent;
		height: 200px;
		position: relative;
		width: 1000px;
	}
	#logo {
		height: 70px;
		left: 30px;
		position: absolute;
		top: 50px;
		width: 277px;
	}
/* 	#search {
		position: absolute;
		right: 0;
		margin-top: 85px;
	}

	input#q {
		background: url("../images/search2.png") no-repeat scroll right 6px rgba(250, 250, 250, 0.3);
		border: 1px solid transparent;
		color: #111;
		cursor: pointer;
		font-style: italic;
		height: 22px;
		margin: 0;
		padding: 3px 33px 3px 0;
		text-indent: 10px;
		transition-duration: 400ms;
		transition-property: width, background, border;
		transition-timing-function: ease;
		width: 75px;


	-moz-appearance: none !important;
	}

	input#q:focus {
		background: rgba(250, 250, 250, 0.3);
		border: 1px solid #99CCFF;
		outline: none;
		padding-left: 10px;
		text-indent: 0;
		width: 200px;
	}
	
	#search input[type="submit"] {
		background: url("../images/search2.png") no-repeat scroll right 6px transparent;
		border: 1px solid transparent;
		cursor: pointer;
		margin: 0;
		padding: 3px 33px 9px 0;
		position: absolute;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 24px;

	}

	input#q:focus + input[type="submit"] {
		visibility: visible;
	} */
	
	
	/* nav {
		border-bottom: 1px solid #99ccff;
		line-height: 2;
		position: relative;
		z-index: 2;
	}
	
	.nav1 {
		display: inline-block;
		height: 30px;
		line-height: 30px;
		list-style: none outside none;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: top;
		width: 140px;
		
	}
	
	.nav1 a {
		color: #3399CC;
		font-family: 'Open Sans Light',arial;
		text-decoration: none;
		
	}
	.nav1:hover {
		position: relative;
	}
		
	.nav1 .dropwraper {
		-moz-columns: 3 auto;
		-webkit-columns: 3 auto;
		background-color: window;
		border: 1px solid #99CCFF;
		list-style: none outside none;
		padding: 20px;
		text-align: left;
		transition-delay: 1s;
-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
		visibility: hidden;
		width: 640px;
	}
	
	.nav1 > .dropwraper:before {
		content: url("/images/arr.png");
		left: 42%;
		position: absolute;
		top: 12px;
		width: 30px;
		height: 11px;
		z-index: 10;
	}
	
	.nav1:hover .dropwraper {
		transition-delay: 0.3s;
		visibility: visible;
	}
	
	.nav1 .dropwraper ul {
		list-style: none outside none;
		padding: 0 0 20px;
	}
	
	.state_menu_item {
	    display: table;
		font: bold 15px Verdana;
	}
	
	.state_menu_item ul {
		font: 14px Verdana;
		list-style: circle outside none !important;
		margin: 0 0 0 20px;
	} */
/*  --------------------------------
		П О Ш У К  
	--------------------------------	*/

	#search {
		float: right;
		margin-top: 85px;
	}

	#search form {
		position: relative;
	}

	#search input[type="submit"] {
		background: url("../images/search2.png") no-repeat scroll right 6px transparent;
		border: 1px solid transparent;
		cursor: pointer;
		height: 30px;
		position: absolute;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 25px;
	}

	input#q:focus + input[type="submit"], input#q:valid + input[type="submit"]{
		visibility: visible;
	}

	input#q {
		background: url("../images/search2.png") no-repeat scroll right 6px;
		border: 1px solid transparent;
		box-shadow: none !important;
		color: #111;
		cursor: pointer;
		font-style: italic;
		height: 22px;
		margin: 0;
		outline: none !important;
		padding: 3px 33px 3px 0;
		text-indent: 25px;
		transition-duration: 400ms;
		transition-property: width, border, background-color;
		transition-timing-function: ease;
		width: 0;


	-moz-appearance: none !important;
	}

	input#q:focus, input#q:valid {
		background: rgba(250, 250, 250, 0.3);
		border-color: #99CCFF;
		padding-left: 10px;
		text-indent: 0;
		width: 150px;
	}
	
	.gsc-control-cse {
		background-color: transparent !important;
		border: none !important;
	}
	
	/*  --------------------------------
			М Е Н Ю  
	    --------------------------------	*/
	
	nav {
		position: relative;
		z-index: 700;
		height: 20px;
		line-height: 15px;
		font-size: 0;
		border-bottom: 1px solid #99ccff;
	}

	.nav1 {
		height: 30px; /* забирає сліпі зони біля стрілки */
		line-height: 15px;
		list-style: none outside none;
		position: relative;
		text-align: center;
		text-decoration: none;
		width: 140px;
		float: left;
		z-index: 710;
	}

	.nav1 a {
		color: #3399CC;
		font-family: Verdana,arial;
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
		line-height: 15px;
	}

	#states:before {
		visibility: hidden;
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		bottom: 0px;
		right: 57px;
		/* border-width: 0 10px 10px 10px;
		border-style: solid;
		border-color: #99ccff transparent; */
		border: 10px solid transparent; /* для IE */
		border: 10px solid rgba(153, 204, 255, 0); /* для Firefox, може замінити на -moz-border-top-colors ?  */
		border-bottom: 10px solid #99ccff;
		transition: all 1s ease;	/* без цього стрілка вирубається швидше */
	-webkit-transition: all 1s ease;
		position: absolute;
		z-index: 710;
	}
	#states:after {
		visibility: hidden;
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		bottom: 0px;
		right: 58px;
		border-width: 0 9px 9px 9px;
		border-style: solid;
		border-color: #fff transparent; 
	   -moz-border-top-colors:    rgba(255, 255, 255, 0) !important;
	   -moz-border-right-colors:  rgba(255, 255, 255, 0) !important;
	   -moz-border-left-colors:   rgba(255, 255, 255, 0) !important;
	   -moz-border-bottom-colors: #fff; /* непотріб */
		/* border: 9px solid transparent;  для IE 
		border: 9px solid rgba(255, 255, 255, 0);  для Firefox, може замінити на -moz-border-top-colors ?  
		border-bottom: 9px solid #fff; */
		transition: all 1s ease;	/* без цього стрілка вирубається швидше в Опері неробе */
	-webkit-transition: all 1s ease;
		position: absolute;
		z-index: 710;
	}


	.nav1 .dropcontainer {
		left: -200px;
		position: relative;
		top: 8px;  /* для Карти 49px */
		transition-delay: 1s;
		visibility: hidden;
		width: 900px;
		z-index: 9;
	}

	.nav1:hover .dropcontainer, #states:hover:after, #states:hover:before {
		visibility: visible;
		transition: visibility 0.3s ease;
	}

	.nav1 .dropwrapper {
		background-color: #fff;
		list-style: none outside none;
		padding: 20px;
		text-align: left;
		border: 1px solid #99ccff;
		margin-top: -3px;
		columns: 3 auto;
	   -moz-columns: 3 auto;
	-webkit-columns: 3 auto;
		width: 700px;
		box-shadow: 0 4px 10px #555555;
		position: relative;
		margin: 0 auto;
		max-width: 75%;
		z-index: 10;
	}

	.nav1 .dropwrapper ul {
		list-style: none outside none;
		padding: 0 0 20px;
	}

	.state_menu_item {
		font: bold 15px Verdana;
	}

	.state_menu_item ul {
		font: normal 14px Verdana;
		list-style: circle outside none !important;
		margin: 0 0 0 20px;
	}
	
		
	/*  --------------------------------
			Б Л О Г  
	    --------------------------------	*/
	
	

	#example3 ul {list-style:none;}
	#example3 h3 {color:#fff;text-transform:uppercase;font-size:24px;}
	#example3 p {color:#fff;}
/* 	#example3 .frame-1 {background:url(/slider/10.jpg) center center repeat;}
	#example3 .frame-2 {background:url(/slider/11.jpg) center center repeat;}
	#example3 .frame-3 {background:url(/slider/14.jpg) center center repeat;}
	#example3 .frame-4 {background:url(/slider/13.jpg) center center repeat;}
	#example3 .frame-5 {background:url(/slider/15.jpg) center center repeat;} */
	/*#example3 .frame-closed .frame-content {display:none;}*/
	#example3 .frame-open .frame-content {display:block;}

	
	.places-list, .events-list, .posts-slider {
		position: relative;
		margin: 0 auto;
		font-size: 0;
		margin: 10px 2px 30px;
	}
	
	.posts-slider {
		margin: 25px 0px 30px !important;			/* Д У Б Л Ь */		
	}
	
	.posts-preview {
		background-color: aliceblue;
        position: inherit;
        font-size: 14px;
		line-height: 1.4;
		font-family: Tahoma;
		box-shadow: 0 10px 30px rgb(150, 150, 150);    /* Перреписати кольори в "#1c1c1c" */
		
		
	}
	
	.frame span {
		display: block;
		width: 1000px;
		margin-left: -195px; /* -(width-container width)/2 */
	}
	
	.frame img {
		position: relative;
		height: 407px;
		margin-top: -27px;
		display: inline-block;
		
	}
	
	.frame {
		box-shadow: 0 0 30px;
		overflow: hidden;
		text-align: center;
	}
		
	.frame-content {
		/*max-width: 360px;*/
		padding: 20px 30px;
		position: absolute;
		/*top: 20px;*/
		bottom: 0;
		/*right: 0;*/
		background-color: rgba(17, 17, 17, 0.4);
		text-align: left;
	}
	
	.posts-preview .descr {
		color: aliceblue;
        position: absolute;
		right: 40px;
		width: 410px;
		top: 40px;
		background-color: rgba(24, 24, 24, 0.6);
		padding: 10px;
		box-shadow: 0 0 20px rgba(24, 24, 24, 0.9);
	}
	
	.posts-preview .descr a{
        color: aliceblue;
	}
	
	.posts-slider .pagination {
		text-align: center;
		margin: 15px
	}
	
	.posts-slider .pagination li {
        height: 10px;
		width: 10px;
		display: inline-block;
		background-color: rgba(51, 153, 204, 0.6);  
		margin: 9px;
		border-radius: 8px;
		vertical-align: middle;
	}
	
	.posts-slider .pagination .thumb-0 {
		border: 5px solid rgba(0, 0, 0, 0);
		border-left: 10px solid rgba(124, 124, 124, 0.5);
		border-radius: 0 !important;
		height: 0px !important;
		width: 0px !important;
		background: none !important;
		margin: 0 4px 0 9px !important;
	}
	.posts-slider .pagination .thumb-6 {
		background-color: rgba(124, 124, 124, 0.5);
		border-radius: 0 !important;
		height: 9px !important;
		width: 9px !important;
	}
	

	/*  --------------------------------
			М І С Ц Я   
	    --------------------------------	*/
	
	.place_preview {
        	/*background: url("/images/place-bg.jpg") repeat-x scroll 0 0 transparent;*/
		display: inline-block;
		margin: 4px;
		min-height: 223px;
		padding: 8px;
		position: relative;
		vertical-align: top;
		width: 225px;
	}
    
	.place_preview .image225 {
		box-shadow: 0px 0px 4px #c1c1c1;
		position: inherit;
		width: 225px;
    }
	
	.place_preview:hover {
		text-shadow: 0px 0px 10px #c1c1c1;
    }
	
	.place_preview:hover .image225 {
		box-shadow: 0px 0px 10px #111;
		position: inherit;
		width: 225px;
	}
        
	.place_preview h2 {
		font: bold 14px Tahoma;
		/* min-height: 34px; */
		padding: 7px 0px 9px;
	}
    
	.place_preview h2 img{
		vertical-align: middle;
	}
	
	.place_preview p {
		font: normal 12px Arial;
		/* min-height: 32px; */
	}
        
	.place_preview h2 a {
		border-bottom: 1px dotted #C6D9EF;
		color: #3399cc;
		text-decoration: none;
	}
	
	.place_preview h2 a img{
		border-bottom: none;
		text-decoration: none;
	}
    
	.place_preview p a {
		border-bottom: 1px dotted #C6D9EF;
		color: #777;
		text-decoration: none;
	}
    
    
	.place_preview h2 a:hover, .place_preview p a:hover {
		color: #3399ff;
	}
		
	/*  --------------------------------
			А Ф І Ш А   
	    --------------------------------	*/

	.event_preview {
		height: 100%; /* непотріб */
	}
	
	.event_preview {
		background-color: #CBF491;
		display: inline-block;
		margin: 1px;
		padding: 11px;
		vertical-align: top;
		width: 175px;
	}
	
	.event_preview img {
		position: inherit;
		width: 175px;
	}
	
	.event_preview h2 {
		font: bold 14px Tahoma;
		min-height: 34px;
		padding: 0 0 7px 0;
	}
    
	.event_preview p {
		font: normal 12px Arial;
		min-height: 32px;
	}
        
	.event_preview h2 a {
		border-bottom: 1px dotted #C6D9EF;
		color: #3399cc;
		text-decoration: none;
	}
    
	.event_preview p a {
		border-bottom: 1px dotted #C6D9EF;
		color: #777;
		text-decoration: none;
	}
    
    
	.event_preview h2 a:hover, .place_preview p a:hover {
		color: #3399ff;
	}
	
	/*  --------------------------------
			Ф У Т Е Р   
	    --------------------------------	*/
	
	footer {
		background: url("/images/fbg7.jpg") no-repeat scroll 50% 100% transparent;
		min-height: 450px;
		padding: 0 0 20px 0;
		position: relative;
		width: 100%;
	}
	
	.footer-wrapper {
		width: 960px;
		background-color: rgba(255, 255, 255, 0.5);
		margin: 20px auto 0;
		padding: 20px;
		font-size: 160px;
	}
	
	.footer-regions a {
		border-bottom: 1px dotted #C6D9EF;
		color: #777;
		text-decoration: none;
	}
	
	footer span {
		display: inline-block;
		vertical-align: top;
		font: normal 10px Arial;
	}
	
	/* .footer-3 {
		float: right;
		width: 65px;
	} */
	
	.footer-3 a{
		text-decoration: none;
	}
	
	footer p {
		font-size: 12px;
	}