.column-left img:hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.column-left img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.menu-item a:hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

    color: #008000;
}


@font-face {
    font-family: 'Conv_Podkova-Bold';
    src: url('/fonts/Podkova-Bold.eot');
    src: local('☺'), url('/fonts/Podkova-Bold.woff') format('woff'), url('/fonts/Podkova-Bold.ttf') format('truetype'), url('/fonts/Podkova-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Podkova-Regular';
    src: url('/fonts/Podkova-Regular.eot');
    src: local('☺'), url('/fonts/Podkova-Regular.woff') format('woff'), url('/fonts/Podkova-Regular.ttf') format('truetype'), url('/fonts/Podkova-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_RussoOne-Regular';
    src: url('/fonts/RussoOne-Regular.eot');
    src: local('☺'), url('/fonts/RussoOne-Regular.woff') format('woff'), url('/fonts/RussoOne-Regular.ttf') format('truetype'), url('/fonts/RussoOne-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Conv_Podkova-Regular', serif;
    font-size: 20px;
    background-color: #D9E261;
}

a {
    text-decoration: none;
}

p {
    text-indent: 20px;
    margin-bottom: 10px;
}

h2, h3 {
    margin-bottom: 10px;
}

.wrapper {
    width: 1280px;
    margin: 0 auto;
    background-color: #A2C643;
    position: relative;
}

.title {
    position: absolute;
    top: 10px;
    font-size: 1.5em;
    font-weight: bold;
    width: 100%;
}

.title .title-center {
    text-align: center;
    color: #f48045;
}

.title .title-center-2nd {
    text-align: center;
    color: #fff;
}

.three-columns div {
    margin-bottom: 20px;
}

.center {
    width: 58%;
    margin: 20px auto;
    background-color: rgba(255,255,255,0.33);
    padding: 20px;
}

.column-left {
    float: left;
    width: 15%;
    background-color: rgba(255,255,255,0.33);
    padding: 20px;
}

.column-right {
    float: right;
    width: 15%;
    background-color: rgba(255,255,255,0.33);
    padding: 20px;
}

.menu {
    margin: 10px auto;
    width: 1100px;
    font-family: 'Conv_RussoOne-Regular', sans-serif;
    font-size: 16px;
}

.menu-item {
    float: left;
    margin: 10px;
    padding: 5px 15px;
    background-color: rgba(255,255,255,0.33);
}

.menu-item a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

    text-decoration: none;
    color: black;
}

.menu-item-active a {
    color: #008000;
}

#last-menu-item {
    margin-right: 0;
}

.slider {
    padding: 10px;
    background-color: rgba(255,255,255,0.33);
    width: 80%;
    margin: 20px auto;
}

.slider h3 {
    color: white;
    text-align: center;

}

.slider-frame {
    padding: 20px;
}

.slider-img {
    float: left;
    /*width: 64px;*/
}

.slider-img img {
    width: 150px;
}

.slider-text {
    margin-left: 70px;
}

.slider-title {
    font-weight: bold;
    font-size: 24px;
}

.center-text {
    padding: 10px;
}

.clear {
    clear: both;
}

.welcome {
    font-family: 'Conv_RussoOne-Regular', sans-serif;
    background-color: rgba(255,255,255,0.33);
    width: 82%;
    position: absolute;
    top: 310px;
    left: 8%;
    padding: 10px;
}

.welcome-photo {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.welcome-text {
    margin-left: 220px;
    font-size: 16px;
}

.welcome-title {
    padding: 0 10px 10px 0;
    font-size: 28px;

}

.footer {
    font-family: 'Conv_RussoOne-Regular', sans-serif;
    color: white;
    background-color: #EA952B;
    text-shadow: 1px 2px 1px #777;
}

.footer-title {
    padding-top: 20px;
    font-size: 28px;
    text-align: center;
}

.footer-raw {
    height: 100px;
}

.footer-raw div {
    height: 60%;
}

.trustee {
    background-color: rgba(255,255,255,0.33);
    /*height: 150px;*/
}

.trustee-one {
    float: left;
    margin: 20px 25px;
}

.contacts-subtitle {
    font-weight: bold;
}

.img-trustee {
    float: left;
    margin-right: 10px;
}

.photo-div {
    width: 500px;
    margin: 5px auto;
    text-align: center;
}

.photo {
    border: 5px solid #A2C643;
}

.photo-small {
    border: 3px solid #A2C643;
    float: left;
    margin: 10px 20px;
}

ul, ol {
    padding-left: 25px;
    margin-bottom: 20px;
}