/*
Theme Name: VEKRA
Theme URI: http://oleksandr.net.ua/
Description: 
Version: 1.0
Author: Кощук Олександр
Tags: 

Дизайн для сайту vekra.com.ua
*/


/* Begin Typography & Colors */
body {
font-family: Tahoma;
}

.space{
clear: both;
font-size: 1px;
text-indent: -9999px;
height: 1px;
}


#header {
width: 540px;
margin: 15px auto;
border-bottom: 10px solid #F99C00;
padding-bottom: 5px;
}

#header h1{
	padding: 0;
	margin: 0;
}

#header h1 a {
	display: block;
	color: #000;
	font-family: Calibri;
	font-size: 144px;
	line-height: 130px;
	text-align: center;
	border-bottom: 10px solid #2EAC34;
	text-decoration: none;
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#header h1 a:hover {
	color: #2EAC34;
}

#map {
clear: both;
width: 800px;
height: 471px;
margin: 30px auto;
background: url('images/map.png') no-repeat center;
}

		
#map ul li {
	position: relative;
}
#map ul li div {
	position: absolute;
	top: 120px;
	left: 20px;
	display: none;
}

#map2 {
clear: both;
width: 800px;
height: 471px;
margin: 30px auto;
background: url('images/map.png') no-repeat center;
}

		
#map2 ul li {
	position: relative;
}
#map2 ul li div {
	position: absolute;
	top: 120px;
	left: 20px;
	display: none;
}			


.point{
display: block;
position: relative;
width: 7px;
height: 7px;
background: #C22F04;
border: 1px solid #000;
cursor: pointer;
border-radius: 5px;
moz-border-radius: 5px;
khtml-border-radius: 5px;
webkit-border-radius: 5px;
-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.city1{top: 169px;left: 124px; z-index: 1;}
.city2{top: 139px;left: 114px; z-index: 1;}
.city3{top: 144px;left: 174px; z-index: 1;}
.city4{top: 149px;left: 104px; z-index: 1;}
.city5{top: 79px;left: 184px; z-index: 0;}
.city6{top: 22px;left: 112px; z-index: 1;}
.city7{top: 140px;left: 155px; z-index: 1;}
.city8{top: 161px;left: 143px; z-index: 1;}
.city9{top: 100px;left: 238px; z-index: 0;}
.city10{top: 55px;left: 153px; z-index: 1;}
.city11{top: 75px;left: 228px; z-index: 1;}
.city12{top: 40px;left: 125px; z-index: 1;}
.city13{top: 71px;left: 176px; z-index: 1;}
.city14{top: 37px;left: 82px; z-index: 1;}
.city15{top: 70px;left: 140px; z-index: 1;}
.city16{top: 5px;left: 115px; z-index: 1;}
.city17{top: 75px;left: 25px; z-index: 1;}
.city18{top: 60px;left: 35px; z-index: 1;}
.city19{top: 65px;left: 15px; z-index: 1;}

.point_block{
top: -75px;
left: 5px;
display: none;
position: relative;
width: 200px;
height: 63px;
background: #E4D6A7;
border: 2px solid #C7A182;
border-radius: 5px;
moz-border-radius: 5px;
khtml-border-radius: 5px;
webkit-border-radius: 5px;
}

.point_block a{
display: block;
width: 200px;
height: 58px;
text-decoration: none;
overflow: hidden;
}

.point_block a:hover{
text-decoration: none;
}

.point_block a img{
width: 50px;
height: 50px;
border: 1px solid #C7A182;
float: left;
margin: 6px;
}

.point_block a p{
padding: 0;
margin: 0;
color: #000;
font-size: 11px;
}

.point_block a p span{
color: #F99C00;
font-weight: bold;
font-family: Tahoma;
font-size: 14px;
padding-top: 3px;
}

.plusodiv{
position: fixed;
top: 150px;
right: 0;
}

#comblock{
clear: both;
width: 800px;
margin: 50px auto 0 auto;
}

#blocks{
clear: both;
height: 420px;
width: 1000px;
margin: 0 auto;
}

.block_insd{
margin-top: -35px !important;
margin-bottom: -50px !important;
}

.block, .block_link{
width: 300px;
margin: 15px;
float: left;
text-align: center;
}

.block_link a{
display: block;
width: 200px;
height: 200px;
background: #2EAC34;
border-radius: 100px;
moz-border-radius: 100px;
khtml-border-radius: 100px;
webkit-border-radius: 100px;
text-align: center;
line-height: 200px;
margin: 100px 0 0 50px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 22px;
text-decoration: none;
}

.block_link a:hover{
text-decoration: none;
color: #fff;
background: #39D33E;
}
.block_int{
width: 200px;
height: 200px;
background: #2EAC34;
border-radius: 100px;
moz-border-radius: 100px;
khtml-border-radius: 100px;
webkit-border-radius: 100px;
text-align: center;
margin: 100px 0 0 50px;
-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.block_int:hover{
width: 300px;
height: 400px;
background: #fff;
border-radius: 10px;
moz-border-radius: 10px;
khtml-border-radius: 10px;
webkit-border-radius: 10px;
text-align: left;
border: 5px solid #2EAC34;
margin: 0;
}

.block_int:hover .block_title{display: none;}

.block_int:hover .block_content{display: block;}

.block_title{
color: #fff;
padding-top: 80px;
text-transform: uppercase;
font-weight: bold;
font-size: 22px;
}

.block_content{
display: none;
}

.block_name{
font-family: Tahoma;
color: #C7A182;
width: 300px;
text-align: center;
font-weight: bold;
font-size: 24px;
text-transform: uppercase;
}

.last_news_block{
clear: both;
width: 275px;
height: 70px;
margin: 0 auto;
border-bottom: 1px dashed #E7DBB2;
}

.lnb_img{
float: left;
}
.lnb_img img{
width: 50px;
height: 50px;
border: 1px solid #C7A182;
margin: 5px 5px 0 0;
}

.lnb_img img:hover{
border-color: #F99C00;
}

.lnb_content{
float: left;
width: 210px;
height: 70px;
padding: 3px 0 0 0;
}

.lnb_content span{
float: right;
color: #808080;
font-family: Tahoma;
font-style: italic;
font-size: 11px;
}

.lnb_content a{
float: left;
color: #F99C00;
font-weight: bold;
font-family: Tahoma;
font-size: 14px;
text-decoration: none;
width: 150px;
height: 20px;
overflow: hidden;
}

.lnb_content a:hover{
text-decoration: underline;
}

.lnb_content p{
clear: both;
height: 45px;
color: #000;
font-family: Tahoma;
font-size: 12px;
overflow: hidden;
}

#about{
clear: both;
width: 800px;
margin: 0 auto;
font-family: Tahoma;
font-size: 14px;
}

#about h2{
text-align: center;
color: #C22F04;
font-size: 36px;
font-weight: normal;
text-transform: uppercase;
}


.other_news{
clear: both;
width: 800px;
margin: 0 auto;
}

.on_title{
float: left;
padding: 3px 5px;
background: #2EAC34;
color: #fff;
text-transform: uppercase;
font-size: 16px;
}

.other_news a{
margin: 10px;
float: left;
width: 180px;
height: 180px;
text-align: center;
font-size: 16px;
text-transform: uppercase;
color: #000;
}

.other_news a:hover{
color: #F99C00;
text-decoration: none;
}

.other_news a img{
width: 180px;
}

.on_tlink{
margin: 5px 0 0 0;
}

.subscribe{
margin: 15px auto 0px auto;
width: 250px;
background: #E4D6A7;
border: 2px solid #C7A181;
padding: 5px 0px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.subscribe .us-subscribe-fields dt{
text-align: center;
}

.subscribe .us-subscribe-fields input{
display: block;
clear: both;
height: 32px;
width: 203px;
margin: 15px auto;
padding: 0 0 0 5px;
border: none;
color: #000000;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

.subscribe .us-subscribe-fields input.empty {
color: #CCCCCC;
}

.subscribe .us-submit input{
display: block;
width: 203px;
height: 36px;
margin: 0 auto;
background: #C22F04;
color: #fff;
font-family: Tahoma;
font-size: 20px;
border: none;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

.subscribe .us-submit input:hover{
background: #F23A07;
cursor: pointer;
}

.subsocial {
clear: both;
width: 120px;
padding: 15px 0;
margin: 15px auto;
}

.subsocial ul{margin: 0; padding: 0; list-style-type: none;}

.subsocial ul li{
margin: 0; padding: 0; float: left;
}

.subsocial ul li a{
display: block;
text-indent: -9999px;
font-size: 1px;
width: 48px;
height: 48px;
margin-right: 12px;
}

.subsocial ul li a:hover{
margin-top: -10px;
}

.subsocial ul li a.vk{background: url(images/social.png) no-repeat left;}
.subsocial ul li a.tw{background: url(images/social.png) no-repeat -60px 0px;}
.subsocial ul li a.fb{background: url(images/social.png) no-repeat -120px 0px;}


/*========*/

#content {
	font-size: 1.2em;
	padding: 10px 0 20px 0;
	margin: 5px auto;
	width: 800px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.widecolumn h1 {
	line-height: 1em!important;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
clear: both;
height: 50px;
width: 100%;
background: #2EAC34;
border-top: 5px solid #F99C00;
}

.fint{
width: 800px;
margin: 0 auto;
}

.fint .counter {
float: right;
margin: 10px 0 0 0;
}

.fint .madein {
float: left;
margin: 15px 0 0 0;
color: #fff;
font-size: 16px;
text-transform: uppercase;
}

.fint .madein a{
color: #fff;
text-transform: none;
text-decoration: underline;
}

.fint .madein a:hover{
text-decoration: none;
}

.fint .year {
width: 100px;
margin: 0 auto;
padding: 18px 0 0 0;
text-align: center;
font-size: 12px;
color: #fff;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	text-align: center;
color: #C22F04;
font-size: 48px;
font-weight: normal;
text-transform: uppercase;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #F99C00;
	text-decoration: none;
	}

a:hover {
	color: #F99C00;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0;
	padding: 0;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
    margin: 15px 30px 0 10px;
    padding: 0 20px;
    border-left: 5px solid #81cd85/*#ddd*/;
    border-right: 5px solid #ffc959;
    background: #f1f1f1;
    border-radius: 5px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*VORG*/

.scrollup{
width:75px;
height:75px;
opacity:0.5;
position:fixed;
bottom:60px;
left:50px;
display:none;
text-indent:-9999px;
background: url('images/icon_top.png') no-repeat;
-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.scrollup:hover{
opacity:0.9;
}

/*==*/

.subscribe{
margin: 15px auto 0px auto;
width: 250px;
background: #E4D6A7;
border: 2px solid #C7A181;
padding: 5px 0px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.subscribe .us-subscribe-fields dt{
text-align: center;
}

.subscribe .us-subscribe-fields input{
display: block;
clear: both;
height: 32px;
width: 203px;
margin: 15px auto;
padding: 0 0 0 5px;
border: none;
color: #000000;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

.subscribe .us-subscribe-fields input.empty {
color: #CCCCCC;
}

.subscribe .us-submit input{
display: block;
width: 203px;
height: 36px;
margin: 0 auto;
background: #C22F04;
color: #fff;
font-family: Tahoma;
font-size: 20px;
border: none;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

.subscribe .us-submit input:hover{
background: #F23A07;
cursor: pointer;
}

.suggest_city{
margin: 15px auto 0px auto;
width: 600px;
background: #E4D6A7;
border: 2px solid #C7A181;
padding: 5px 0px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

/*=====*/

.left_butt{
opacity:0.6;
position:fixed;
top:100px;
left:50px;
background: #2EAC34;
color: #fff;
text-transform: uppercase;
font-size: 16px;
padding: 3px 5px;
text-decoration: none;
text-align: center;
width: 100px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.second_butt{
top:150px !important;
}

.left_butt:hover{
opacity:1;
text-decoration: none;
color: #fff;
}


/*ads*/
.adblock{
	padding-top:20px;
	width:800px;
	margin: 10px auto 20px auto;
	display: flex;
	justify-content: space-around;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

