@font-face {
    font-family: 'UkrBrush';
	src: url('fonts/NBRUSHSC.eot');
	src: local('O'), url('fonts/NBRUSHSC.woff') format('woff'), url('fonts/NBRUSHSC.ttf') format('truetype'), url('fonts/NBRUSHSC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 

*{
margin: 	0px;
padding:	0px;
outline: none;
font-family: Calibri;
font-size: 20px;
}

*::selection{
background: #B5FF59;
color: black;
}

*::-moz-selection{
background: #B5FF59;
color: black;
}

br{
line-height: 35px;
}

img{
border: none;
}

li{
list-style: inside;
}

.center{
text-align: center;
}

.left{
text-align: left;
}

.right{
text-align: right;
}

.justify{
text-align: justify;
}

.center_margin{
margin-left: auto;
margin-right: auto;
}

.float_left{
float: left;
}

.float_right{
float: right;
}

.clear{
clear: both;
}

.inline{
display: inline;
}

.iblock{
display: inline-block;
}

.v_middle{
vertical-align: middle;
}

.transparent{
opacity: 0.5;
}



body{
background: url('/images/bg1.jpg');
}

#wrapper{
}

a{
text-decoration: none;
padding: 2px;
color: blue;
z-index: 1000;
zoom: 1;
text-shadow: 2px 2px 5px;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

a:visited{
}

a:hover{
color: orange !important;
text-shadow: 2px 2px 9px;
}









.pic_wrapper{
position: absolute;
padding: 1px;
border: 3px double #1B5927;
border-radius: 10px;
background: #C0FFAB;
overflow: hidden;
}

.pic_wrapper .pic_description{
position: absolute;
left: 0px; 
bottom: 0px !important;
padding-left: 10px !important;
padding-right: 10px !important;
padding-bottom: 10px !important;
font-style: italic; 
font-size: 15px;
background: black; 
color: white; 
min-height: 15px; 
_height: 15px;
opacity: 0.8; 
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
border-bottom-left-radius: 5px; 
border-bottom-right-radius: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
min-width: 100%;
}

.pic_wrapper img{
display: block;
border: none;
}

.pic_wrapper, .pic_wrapper a, .pic_wrapper a:hover{
color: white !important;
font-size: 15px !important;
font-family: Calibri !important;
}

.pic_wrapper a{
border-bottom: 1px dashed white;
padding: 0;
text-shadow: none;
}