        body, html {
        height:100%;
        background:#69be28;
    }
    body {
        font-family: 'Istok Web', sans-serif;
        font-size: 17px;
        line-height: 23px;
        font-weight: 400;
        color: #fff;
        background:#69be28;
        max-width:100%;
    }
    h1 {
        font-size:24px;
        line-height:28px;
        margin-bottom:30px;
    }
    .content {
        text-align:center;
        padding:50px 25% 50px 25%;
    }
    * {
        margin: 0;
        padding: 0;
    }

    li {
        list-style: none;
    }

    p {
        margin-bottom: 12px;
        color:#fff; 
        font-size:20px; 
        line-height:30px; 
        margin-top:70px; 
        text-align:center;
    }
.imp {
    text-align:center;
}
.imp a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    bottom: 0px;
    margin-top:20px;
    margin-right: 20px;
    text-decoration: none;
    z-index:8888;
    padding-bottom:20px;
    display:inline-block;
}
.imp a:hover {
    text-decoration: underline;
}
a.active {
    font-weight:700;
}
    p a {
        color:#fff;
        font-weight:700;
    }
    p a:hover {
        text-decoration:none;
    }
    .slides,
    .flexslider{
height:95%;
}
    .slides li{
height:100%;
}
.slides li .middle{
width: 100%;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
    @media screen and (max-device-width: 480px) {
        body {
            -webkit-text-size-adjust: none;
            -moz-text-size-adjust: none;
            text-size-adjust: none;
        }
    }
/* istok-web-regular - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/istok-web-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Istok Web Regular'), local('IstokWeb-Regular'),
       url('fonts/istok-web-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/istok-web-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/istok-web-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/istok-web-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/istok-web-v11-latin-regular.svg#IstokWeb') format('svg'); /* Legacy iOS */
}
/* istok-web-700 - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/istok-web-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Istok Web Bold'), local('IstokWeb-Bold'),
       url('fonts/istok-web-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/istok-web-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/istok-web-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/istok-web-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/istok-web-v11-latin-700.svg#IstokWeb') format('svg'); /* Legacy iOS */
}