@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
html{
    padding: 0;
    margin: 0;
	min-height: 100%;
}
.body_bg{
    background-color: #DCF6A5;
}
*{
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
.container {
	padding-bottom: -15px;
}
.spisok a {
	color: #00761E;
}
.spisok a:hover {
	color: #09D882;
}
.otstyp{
	margin-top: 15px;
}
#otstyp1{
	margin-bottom: 8px;
}
#navbar, .dropdown a{
	background-color: #09D882;
	border: 0;
}
#dropdown {
    background-color: #09D882;
}
#dropdown2 {
    background-color: #09D882;
}
.navbar li a, .navbar .navbar-brand {
	color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #00761E !important;
	background-color: #0BBB6B !important;
}
.logo {
	color: #0BBB6B;
	font-size: 200px;
}
.px_16 {
	font-size: 16px;
}
#padd_1{
	padding: 0px 30px 0px 30px;
	}
.novost{
	display: inline-block;
	width: 100%;
}
.border_1 {
	border-bottom: 6px dashed #9EF966;
}
.img-pers{
	width: 100px;
	height: 70px; 
}
.color_1{
	background-color: #9EF966;
	border-radius: 10px;
	padding: 10px;
}
.size_1 p {
	font-size: 18px;
}
.color2 {
   background-color: #73C90C;
   color: #DCF6A5;
}

.color2:hover {
   background-color:#0BBB6B;
   color: #ffffff;
}
.color3{
	color:#3D8DC9;
}
.cnop {
   border-radius: 50px;
   margin: 10px;
   padding: 15px;
   font-size: 300%;
}
#send{
    cursor:pointer;
}
footer .glyphicon {
	font-size: 20px;
	margin: 20px;
	color: #f4511e;
}
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@media screen and (max-width: 760px){
    .mob{
        text-align: center;
    }
}