﻿
@font-face {
    font-family: 'Lato Bold'; /* Имя шрифта */
    src: url(../fonts/Lato-Bold.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Lato-BoldItalic'; /* Имя шрифта */
    src: url(../fonts/Lato-BoldItalic.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'OpenSans Regular'; /* Имя шрифта */
    src: url(../fonts/OpenSans-Regular.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'OpenSans Bold'; /* Имя шрифта */
    src: url("../fonts/OpenSans-Bold.eot"); /* Путь к файлу со шрифтом */
    src: local("OpenSans-Bold"), url('../fonts/OpenSans-Bold.ttf') format("truetype");
}

@font-face {
    font-family: 'Lato-BlackItalic'; /* Имя шрифта */
    src: url(../fonts/Lato-BlackItalic.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Lato-Black'; /* Имя шрифта */
    src: url(../fonts/Lato-Black.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Lato-Regular'; /* Имя шрифта */
    src: url(../fonts/Lato-Regular.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Lato-Italic'; /* Имя шрифта */
    src: url(../fonts/Lato-Italic.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Lato-BoldItalic'; /* Имя шрифта */
    src: url(../fonts/Lato-BoldItalic.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Speak-Bold'; /* Имя шрифта */
    src: url(../fonts/ufonts.com_speak-bold.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Lato-MediumItalic';
    src: url('../fonts/Lato-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-MediumItalic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: Lato-Medium */ @font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}





form {
    margin-bottom: 0;
}

body {
    min-width: 1300px;
    background-color: white;
    /*background-position: 0 75px;
    background-size: 100% 1600px;*/
    font-family: 'Lato Bold';
    color: #626262;
    font-size: 14px;
    overflow-x: hidden;
}

.header {
    background: white url("../images/bg.png") no-repeat top;
    background-position: 0px 12px;
    background-size: 100% 495px;
    z-index: 100;
    position: relative;
    height: 490px;
}

body, ul {
    margin: 0;
    padding: 0;
}


.page-wrapper {
    position: relative;
}

.fix-wrap {
    background-color: white;
    z-index: 200;
    position: fixed;
    width: 100%;
    padding-bottom: 15px;
}

.content-wrap {
    position: relative;
    top: 115px;
}

.masthead {
    height: 35px;
    background-color: #e8e8e8;
    position: relative;
    margin-bottom: 20px;
    z-index: 200;
}

    .masthead .masthead-inner {
        width: 1170px;
        margin: 0 auto;
    }

    .masthead .left-side-masthead {
        float: left;
        list-style-type: none;
        font-size: 14px;
        padding-top: 5px;
        margin-left: 25px;
        font-family: "OpenSans Regular" !important;
        font-size: 12px;
    }


        .masthead .left-side-masthead iframe b {
            color: #6b983b;
        }

    .masthead .left-side-masthead {
        float: left;
    }

    .masthead .right-side-masthead {
        float: right;
    }

        .masthead .right-side-masthead ul {
            padding-top: 2px;
        }

ul.right-side-ul {
    padding-top: 4px !important;
}

    ul.right-side-ul .share-links {
        position: relative;
        top: -10px;
    }

select::-ms-expand {
    display: none;
}

.masthead .right-side-masthead ul.right-side-ul > li {
    float: left;
    list-style-type: none;
    padding-top: 4px;
    display: inline-block;
    height: 100%;
    height: 27px;
    margin-left: 25px;
    text-align: center;
    border-left: 1px solid #c5c5c5;
}

ul.lang-list {
    margin: 0;
    width: 100%;
    position: relative;
    top: -7px;
    background-color: #e8e8e8;
    height: 32px;
    width: 125px;
}

    ul.lang-list:hover {
        cursor: pointer;
    }

    ul.lang-list.open-menu {
        height: 70px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

.language-object {
    display: none;
}


ul.lang-list li.selected-lang {
    color: #6b983b;
    text-decoration: none;
    display: block !important;
    font-family: 'OpenSans Bold';
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    background: url("../images/down-arrow.png") no-repeat;
    background-position: 95px;
    border-top: none;
}

.close-elem {
    display: none;
}


ul.lang-list:hover li.selected-lang {
    color: white;
    background: url("../images/down-arrow-white.png") no-repeat;
    background-position: 95px;
}

ul.lang-list li.selected-lang.pressed {
    color: white;
    background: url("../images/down-arrow-white.png") no-repeat;
    background-position: 95px;
}



ul.lang-list li.selected-lang span {
    display: inline-block;
    padding-top: 5px;
}

ul.lang-list li {
    padding-left: 30px;
    text-align: left;
    list-style-type: none;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    border-top: 1px solid #DFDFDF;
}

ul.lang-list:hover {
    background-color: #C5C5C5;
    color: white;
}

ul.lang-list.pressed-ul {
    background-color: #C5C5C5;
    color: white;
    width: 125px;
}

ul.lang-list li a {
    color: white;
    text-decoration: none;
}


ul.lang-list li:last-of-type {
    direction: rtl;
    unicode-bidi: embed;
}

.masthead .right-side-masthead ul.right-side-ul > li:nth-child(1) {
    border-left: none;
}

.masthead .right-side-masthead ul.right-side-ul > li:nth-child(2) {
    padding-left: 25px;
}

.masthead .right-side-masthead ul.right-side-ul li:nth-child(3) {
    /*padding-left: 25px;*/
}

.masthead .right-side-masthead ul.right-side-ul > li:last-of-type {
    border-right: 1px solid #c5c5c5;
    padding-right: 0px;
    padding-top: 4px;
}

.no-lang-border {
    border-right: none !important;
    border-left: none !important;
}

ul li.share-links a {
    content: ' ';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-left: 3px;
    position: relative;
    top: -4px;
    background-color: #6b983b !important;
    background-size: cover !important;
    border: 3px solid white;
}


    ul li.share-links a:hover {
        background-color: white !important;
        border: 3px solid #6b983b;
    }

    ul li.share-links a.f-book:hover {
        background: url("../images/fbook-green.png") no-repeat;
    }

    ul li.share-links a.twitter:hover {
        background: url("../images/twitter-green.png") no-repeat;
    }

    ul li.share-links a.insta:hover {
        background: url("../images/insta-green.png") no-repeat;
    }

    ul li.share-links a.lin:hover {
        background: url("../images/ln-green.png") no-repeat;
    }

    ul li.share-links a.f-book.clicked {
        background: #6b983b url("../images/fbook.png") no-repeat !important;
        background-position: 0px 0px !important;
        background-size: cover !important;
    }

    ul li.share-links a.f-book {
        content: ' ';
        display: inline-block;
        width: 22.4px;
        height: 23px;
        margin-left: 3px;
        position: relative;
        top: -4px;
        border-radius: 75px;
        background-position: 0px 0px !important;
        background-size: cover !important;
        background: url("../images/fbook.png") no-repeat;
    }


    ul li.share-links a.twitter.clicked {
        background: #6b983b url("../images/twitter.png") no-repeat !important;
        background-position: 0px 0px !important;
        background-size: cover !important;
    }

    ul li.share-links a.twitter {
        background: url("../images/twitter.png") no-repeat;
        content: ' ';
        display: inline-block;
        width: 22.4px;
        height: 23px;
        margin-left: 3px;
        position: relative;
        top: -4px;
        border-radius: 75px;
        background-position: 0px 0px !important;
        background-size: cover !important;
    }

    ul li.share-links a.insta.clicked {
        background: #6b983b url("../images/insta-icon.png") no-repeat !important;
        background-position: 0px 0px !important;
        background-size: cover !important;
    }

    ul li.share-links a.insta {
        content: ' ';
        display: inline-block;
        width: 24px;
        height: 23px;
        margin-left: 3px;
        position: relative;
        top: -4px;
        border-radius: 75px;
        background: url("../images/insta-icon.png") no-repeat;
        background-position: 0px 0px !important;
        background-size: cover !important;
    }

    ul li.share-links a.lin.clicked {
        background: #6b983b url("../images/ln.png") no-repeat !important;
        background-position: 0px -2px !important;
        background-size: cover !important;
    }

    ul li.share-links a.lin {
        background: url("../images/ln.png") no-repeat;
        content: ' ';
        display: inline-block;
        width: 22.4px;
        height: 23px;
        margin-left: 3px;
        position: relative;
        top: -4px;
        border-radius: 75px;
        background-position: 0px -2px !important;
        background-size: cover !important;
    }

.masthead .right-side-masthead ul li.contact-link a {
    color: #6b983b;
    text-decoration: none;
    font-family: 'OpenSans Bold';
    font-size: 12px;
}

.masthead .right-side-masthead ul li.lang-slctr select {
    border: none;
    background: #e8e8e8;
    color: #6b983b;
    outline: none;
    width: 70px;
    appearance: none;
    -webkit-appearance: none;
    background: #e8e8e8 url("../images/down-arrow.png") no-repeat right;
    font-family: 'OpenSans Bold';
    font-size: 12px;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 15px;
}



.masthead .left-side-masthead ul li span.label {
    color: #6b983b;
    font-family: 'OpenSans Bold';
}


.hide-zone {
    display: block;
    /*height: 22px;*/
}

.inner {
    width: 1145px;
    margin: 0px auto;
    /*padding-top: 20px;
    padding-bottom: 50px;*/
    /*min-height: 1800px;*/
}


    .inner .logo {
        float: left;
        width: 170px;
        margin-left: -5px;
    }

    .inner .header-menu .menu {
        float: left;
        margin-left: 50px;
        margin-top: 25px;
        position: relative;
    }

        .inner .header-menu .menu ul li {
            float: left;
            list-style-type: none;
        }

        .inner .header-menu .menu > ul li a {
            text-decoration: none;
            color: #6b983b;
            padding-right: 25px;
            padding-left: 25px;
            border-right: 1px solid #456a1e;
            font-family: "Lato Bold";
            font-size: 15px;
        }

        .inner .header-menu .menu ul .dnnPEM-NavLast a {
            border-right: 0px solid #456a1e;
        }


    .inner .search-form .search-ico {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../images/search-ico.png") no-repeat;
        margin-top: 5px;
    }

        .inner .search-form .search-ico:hover {
            cursor: pointer;
        }

.mini-search-form .search-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/search-ico.png") no-repeat;
    margin-top: 5px;
    position: relative;
    right: -235px;
    top: -28px;
}

    .mini-search-form .search-ico:hover {
        cursor: pointer;
    }

.inner .search-form {
    float: left;
    margin-top: 17px;
    margin-left: 25px;
}

/*
    .inner .search-form .cart-button {
        display: inline-block;
        width: 130px;
        height: 30px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        padding-top: 13px;
        padding-left: 16px;
        margin-left: 12px;
        position: relative;
        top: -6px;
        color: white;
        background-color: #e98b3a;
        box-shadow: 0 4px 2px 1px rgb(202,106,23);
        font-weight: normal;
        font-family: 'Lato-BoldItalic';
    }
	*/

/*
        .inner .search-form .cart-button:hover {
            cursor: pointer;
        }
		*/
/*
.cart-ico {
    display: inline-block;
    width: 15px;
    padding-right: 10px;
    height: 15px;
    background: url("../images/cart-ico.png") no-repeat;
}
*/
.background {
    padding-bottom: 35px;
}

.clearer {
    clear: both;
}

.bread-crumb {
    position: relative;
    left: 30px;
    top: 45px;
    z-index: 100;
    color: #6b983b;
}

    .bread-crumb a {
        color: #6b983b;
        text-decoration: none;
        font-family: 'OpenSans Bold';
        font-size: 10pt;
        padding-right: 10px;
        padding-left: 10px;
    }

    .bread-crumb .custom-separator {
        display: inline-block;
        padding-right: 10px;
        color: #6b983b;
    }

    .bread-crumb a.first-link {
        padding-left: 0 !important;
    }


.banners {
    height: 425px;
    position: relative;
}

.orange-text {
    font-size: 20pt;
    color: #e98b3a;
    font-family: 'Lato-BlackItalic';
}

.green-text {
    font-size: 26px;
    font-family: 'Lato-Black';
    color: #6b983b;
}

.gray-text {
    font-size: 26px;
    font-family: 'Lato-Black';
    color: #626262;
}

.small-text {
    color: #626262;
    font-family: "Lato Bold";
    font-size: 14px;
    margin-top: 15px;
}

.small-orange-text {
    color: #e98b3a;
    font-family: "Lato Bold";
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
    display: inline-block;
}




.no-space {
    padding-left: 0 !important;
}

.no-border {
    border-bottom: none !important;
}

.no-padding {
    padding-bottom: 0 !important;
}

.no-margin {
    margin-bottom: 0 !important;
}


h1, h2 {
    margin-top: 10px;
    margin-bottom: 0;
}

.slide-desc p {
    font-family: "Lato Bold";
    font-size: 11pt;
    color: #626262;
    margin-bottom: 20px;
}

.slide-desc a.more {
    display: block;
    text-decoration: none;
    color: white;
    width: 115px;
    height: 33px;
    -ms-border-radius: 25px;
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    -ms-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    box-shadow: 0 4px 2px 1px rgb(83,124,38);
    padding-top: 6px;
    padding-left: 16px;
    margin-left: 0px;
    font-weight: normal;
    font-family: 'Lato-BlackItalic';
    font-size: 15px;
    -ms-text-shadow: 1px 1px 1px black;
    text-shadow: 1px 1px 1px black;
    margin-top: 25px;
    background: #6b983b;
    background-position: 100px;
    background-size: 18px;
}

    .slide-desc a.more em {
        content: ' ';
        display: inline-block;
        width: 17px;
        height: 18px;
        position: relative;
        top: 5px;
        left: 13px;
        border-radius: 23px;
        background: white url("../images/learnmore-svg.png") no-repeat;
        background-size: 10px;
        background-position: 5px 50%;
    }

.block {
    margin-bottom: 20px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    background: white;
    border: 10px solid #e8e8e8;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.block-title {
    font-weight: normal;
    font-family: 'Lato-Black';
    -ms-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    color: #6b983b;
    padding-left: 45px;
    padding-top: 3px;
    border-bottom: 0;
    /*border-bottom: 1px solid #e8e8e8;*/
    margin-top: 0 !important;
    padding-bottom: 15px;
    /*margin-bottom: 13px;*/
    font-size: 1.7em;
}


input.more {
    display: block;
    text-decoration: none;
    text-align: left;
    color: white;
    width: 115px;
    height: 33px;
    -ms-border-radius: 25px;
    outline: none;
    border: none !important;
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    -ms-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    box-shadow: 0 4px 2px 1px rgb(83,124,38);
    padding-top: 0px;
    padding-left: 16px;
    margin-left: 0px;
    font-weight: normal;
    font-family: 'Lato-BlackItalic';
    background: #6b983b url("../images/svgarrow.png") no-repeat;
    font-size: 15px;
    -ms-text-shadow: 1px 1px 1px black;
    text-shadow: 1px 1px 1px black;
    margin-top: 25px;
    background-position: 85px !important;
    background-size: 18px;
}




.center-column, .left-column, .right-column {
    float: left;
    margin-right: 20px;
    padding-bottom: 25px !important;
    width: 40%;
}

.right-column {
    margin-right: 0;
    padding-right: 30px !important;
}

.microsites-title {
    padding-left: 0 !important;
}

.investor-title {
    background: url("../images/investor-center.png") no-repeat;
    -ms-background-size: 35px;
    background-size: 35px;
    background-position: 0px 3px;
}

.media-center-title {
    background: url("../images/media-center.png") no-repeat;
    -ms-background-size: 35px;
    background-size: 35px;
    background-position: 0px 3px;
}

.microsites-list li {
    list-style-type: none;
    margin-bottom: 30px;
}

    .microsites-list li:first-of-type {
        margin-top: 25px;
    }

    .microsites-list li a {
        text-decoration: none;
        font-weight: normal;
        font-family: 'Lato-Black';
        color: #6b983b;
    }

.investor-content {
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0px;
}

    .investor-content ~ a.view-more, .media-center-content ~ a.view-more {
        margin-top: 15px;
    }

    .investor-content img {
        width: 100%;
        max-height: 245px;
    }

    .investor-content p {
        font-family: "Lato Bold";
        font-size: 11pt;
        color: #626262;
        margin-top: 20px;
        margin-bottom: 20px;
    }

a.view-more {
    display: inline-block;
    text-decoration: none;
    color: white;
    width: 115px;
    height: 30px;
    -ms-border-radius: 25px;
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    -ms-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    box-shadow: 0 4px 2px 1px rgb(83,124,38);
    padding-top: 9px;
    padding-left: 16px;
    margin-left: 0px;
    font-weight: normal;
    font-family: 'Lato-BlackItalic';
    font-size: 15px;
    -ms-text-shadow: 1px 1px 1px black;
    text-shadow: 1px 1px 1px black;
    margin-top: 25px;
    background-position: 100px 10px !important;
    background: #6b983b url("../images/svgarrow.png") no-repeat;
    background-size: 18px !important;
}

.orange-invertor-link {
    font-weight: normal;
    font-family: 'Lato-Black';
    color: #e98b3a;
    font-size: 13pt;
    display: block;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
}

    .orange-invertor-link:hover {
        color: #e98b3a;
    }


a.download-pdf {
    display: inline-block;
    text-decoration: none;
    color: white;
    width: 145px;
    height: 30px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    -ms-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    box-shadow: 0 4px 2px 1px rgb(83,124,38);
    padding-top: 6px;
    padding-left: 16px;
    margin-left: 10px;
    font-weight: normal;
    font-family: 'Lato-BlackItalic';
    font-size: 15px;
    -ms-text-shadow: 1px 1px 2px black;
    text-shadow: 1px 1px 2px black;
    margin-top: 15px;
    background: #6b983b url(../images/download-button.png) no-repeat right;
    background-position: 130px;
}


a.print-button {
    display: inline-block;
    text-decoration: none;
    color: white;
    width: 85px;
    height: 30px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    -ms-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    box-shadow: 0 4px 2px 1px rgb(83,124,38);
    padding-top: 6px;
    padding-left: 16px;
    margin-left: 10px;
    font-weight: normal;
    font-family: 'Lato-BlackItalic';
    font-size: 16px;
    -ms-text-shadow: 1px 1px 2px black;
    text-shadow: 1px 1px 2px black;
    margin-top: 15px;
    background: #6b983b url(../images/print-icon.png) no-repeat right;
    background-position: 65px;
}

a.share-button {
    display: inline-block;
    text-decoration: none;
    color: white;
    width: 85px;
    height: 30px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    -ms-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    box-shadow: 0 4px 2px 1px rgb(83,124,38);
    padding-top: 6px;
    padding-left: 16px;
    margin-left: 10px;
    font-weight: normal;
    font-family: 'Lato-BlackItalic';
    font-size: 16px;
    -ms-text-shadow: 1px 1px 2px black;
    text-shadow: 1px 1px 2px black;
    margin-top: 15px;
    background: #6b983b url(../images/share-button.png) no-repeat right;
    background-position: 65px;
}


.media-center-content {
    height: 460px;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

    .media-center-content ul.media-list {
        padding-right: 10px;
    }

        .media-center-content ul.media-list li {
            list-style-type: none;
            /*height: 130px;*/
            border-bottom: 1px solid #e8e8e8;
            padding-bottom: 20px;
            margin-bottom: 15px;
        }

            .media-center-content ul.media-list li .media-list-item img {
                width: 90px;
                float: left;
                padding-top: 5px;
                height: 135px;
            }


.media-list-item-title {
    font-weight: normal;
    font-family: 'Lato-Black';
    color: #e98b3a;
    font-size: 12pt;
    display: block;
    line-height: 25px;
    margin-bottom: 10px;
}

.media-list-item-sd {
    font-family: "Lato Bold";
    font-size: 11pt;
    color: #626262;
    line-height: 20px;
    display: block;
}

.media-list-item-about {
    display: inline-block;
    padding-left: 15px;
    width: 65%;
}

.media-list-item-rm {
    color: #6b983b;
    font-family: "Lato Bold";
    background: url("../images/green-arrow.png") no-repeat;
    background-position: 74px 5px;
    background-size: 7px;
    text-decoration: none;
    display: inline-block;
    padding-right: 12px;
    margin-top: 10px;
    font-size: 11pt;
}


    .media-list-item-rm:visited, .media-list-item-rm:hover, .back-top:hover, .back-top:visited {
        color: #6b983b;
    }

.backtop {
    text-align: right;
}

.back-top {
    color: #6b983b;
    text-decoration: none;
    font-size: 12pt;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 60px;
    font-family: 'Lato-BlackItalic';
}

.back-icon {
    height: 27px;
    width: 27px;
    display: inline-block;
    position: relative;
    top: 7px;
    right: -5px;
    background: #6b983b url("../images/slider-arrow-top.png") no-repeat;
    box-shadow: 0 4px 2px 1px rgb(83,124,38);
    background-size: 16px !important;
    background-position: 6px 9px;
    border-radius: 15px;
}


/* FOOTER*/

.footer {
    height: 50px;
    background-color: #d2d2d2;
    position: relative;
    bottom: 0;
    z-index: 100;
}

.footer-inner {
    width: 1145px;
    margin: 0 auto;
    padding-top: 15px;
}

    .footer-inner ul li {
        float: left;
        list-style-type: none;
        position: relative;
        top: -10px;
    }

        .footer-inner ul li.footer-refs {
            top: 2px;
        }


        .footer-inner ul li span.copyright {
            font-family: 'Lato-Black';
            color: #8a8a8a;
            font-size: 12px;
        }

        .footer-inner ul li.footer-refs li {
            float: left;
            padding-right: 15px;
            padding-left: 15px;
            text-align: center;
            border-right: 1px solid #c5c5c5;
        }

            .footer-inner ul li.footer-refs li a {
                font-family: 'OpenSans Bold';
                font-size: 12px;
                color: #6b983b;
                text-decoration: none;
            }

    .footer-inner ul.top-level-list > li:nth-child(1) {
        width: 281px;
    }

    .footer-inner ul.top-level-list > li:nth-child(2) {
        width: 675px;
    }




/*OTHER PAGES*/


.green-button {
    display: inline-block;
    text-decoration: none;
    color: white;
    text-align: center;
    width: 120px;
    height: 20px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    /* margin-left: 15px; */
    -webkit-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    -ms-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    box-shadow: 0 4px 2px 1px rgb(83,124,38);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 10px;
    font-weight: normal;
    font-family: 'Lato-BlackItalic';
    font-size: 13px;
    -ms-text-shadow: 1px 1px 1px black;
    text-shadow: 1px 1px 1px black;
    background: #6b983b;
    position: relative;
}


    .green-button:hover, .green-button:visited {
        color: white;
    }

.full-width {
    width: 1020px;
    margin: 20px 0 !important;
}


.careers-title {
    background: url("../images/careers.png") no-repeat;
    -ms-background-size: 30px;
    background-size: 30px;
    background-position: 0px 3px;
}

.right-buttons {
    float: right;
}


/*.right-buttons a {
    color: white!important;
}*/

.infographic {
    margin-top: 70px;
}

    .infographic img {
        width: 98%;
    }

#talent {
    margin-bottom: 50px;
    margin-top: 35px;
}

#prop {
    margin-top: 120px;
}

.testimonials {
    padding-bottom: 20px;
}


    .testimonials .elem {
        float: left;
        width: 48%;
        margin-top: 55px;
    }

        .testimonials .elem:nth-child(1), .testimonials .elem:nth-child(2) {
            margin-top: 25px !important;
        }

        .testimonials .elem img {
            max-width: 135px;
            float: left;
            height: 134px;
            border-radius: 84px;
        }

.elem-descr {
    font-family: 'Lato-Black';
    color: #626262;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 14px;
    float: left;
    line-height: 134px;
    width: 60%;
    height: 134px;
}

    .elem-descr span {
        display: inline-block;
        vertical-align: middle;
        line-height: 18px;
    }

        .elem-descr span:before, .elem-descr span:after {
            content: " ";
            width: 16px;
            height: 18px;
            display: inline-block;
            padding-right: 5px;
        }

        .elem-descr span:before {
            background: url("../images/open-quote.png") no-repeat;
        }

        .elem-descr span:after {
            background: url("../images/close-quote.png") no-repeat;
        }

.text-descr {
    font-family: 'Lato Bold';
    color: #626262;
    font-size: 14px;
    margin-top: 40px;
    line-height: 18px;
}


h2.vendor-title {
    background: url("../images/green-sheet.png") no-repeat;
    -ms-background-size: 35px;
    background-size: 35px;
    background-position: 0px 3px;
    margin-bottom: 25px;
}

h2.contact-title-header {
    background: url("../images/contact-title.png") no-repeat;
    -ms-background-size: 30px;
    background-size: 30px;
    background-position: 0px 3px;
    margin-bottom: 25px;
}

.brands-p {
    font-family: 'Lato Bold';
    color: #626262;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 18px;
}

.brands {
    width: 100%;
    margin-top: 40px;
}

    .brands .brand-elem-wraper {
        float: left;
        width: 21%;
        margin-bottom: 60px;
        height: 90px;
        margin-left: 30px;
        border-right: 1px solid #e8e8e8;
    }

        .brands .brand-elem-wraper .brand-elem {
            text-align: center;
            position: relative;
            top: -30px;
            left: -10px;
        }

        .brands .brand-elem-wraper:nth-child(4n) {
            border-right: none !important;
        }

    .brands .brand-elem a {
        display: inline-block;
        max-width: 180px;
        height: 100%;
    }

        .brands .brand-elem a img {
            width: 120px;
        }



.banners {
    overflow: hidden;
}

.content {
    position: relative;
    top: -50px;
    z-index: 100;
}

.right-investor-column {
    float: left;
    width: 64%;
    margin-top: 10px;
}

.left-investor-column {
    width: 30%;
    float: left;
    margin-right: 20px;
}

.left-annual-column {
    width: 71% !important;
}

.right-annual-column {
    width: 28% !important;
    margin-left: 10px !important;
}

    .right-annual-column .slider-wrapper {
        left: -8px !important;
    }

    .right-annual-column #next {
        right: -250px;
    }

.price-col-1, .price-col-2 {
    float: left;
}

    .price-col-1 span {
        font-family: 'Lato-Black';
        color: #6b983b;
        display: block;
    }



.price-col-2 {
    margin-left: 20px;
    position: relative;
    top: -5px;
}

    .price-col-2 span {
        font-family: 'Lato-Black';
        color: #e98b3a;
        display: block;
    }

.price-col-1 span:nth-child(1) {
    font-size: 21px;
}

.price-col-2 span:nth-child(1) {
    font-size: 23px;
    line-height: 29px;
}

.price-col-1 span:nth-child(2), .price-col-2 span:nth-child(2) {
    font-size: 13px;
    margin-top: 3px;
}


span.plus, span.minus {
    text-align: right;
}

.price-col-2 span.plus:after {
    content: '.';
    text-indent: -9999px;
    position: relative;
    font-weight: bolder;
    top: -2px;
    left: 4px;
    background: url("../images/orange-arrow.jpg") no-repeat center;
    width: 10px;
    height: 16px;
    background-position: 0px 4px;
    display: inline-block;
}

.price-col-2 span.minus:after {
    content: '.';
    text-indent: -9999px;
    position: relative;
    font-weight: bolder;
    top: -2px;
    left: 4px;
    background: url("../images/orange-arrow-down.jpg") no-repeat center;
    width: 10px;
    height: 16px;
    background-position: 0px 4px;
    display: inline-block;
}

.investor-list li {
    list-style-type: none;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .investor-list li:last-of-type {
        border-bottom: none;
    }

    .investor-list li a {
        text-decoration: none;
        color: #e98b3a;
        font-family: 'Lato-Black';
        font-size: 15px;
    }




.subscription-zone {
    padding-bottom: 20px;
    margin-top: 10px;
}

    .subscription-zone input.more {
        margin-top: 30px;
    }

        .subscription-zone input.more:hover {
            cursor: pointer;
        }

.email-text, .search-box {
    width: 90%;
    border: 1px solid #e8e8e8;
    border-radius: 17px;
    outline: none;
    height: 30px;
    padding-left: 10px;
}

.search-box {
    padding-right: 35px;
    overflow: hidden;
    width: 100% !important;
}


::-webkit-input-placeholder {
    font-family: 'Lato-Italic';
}

::-moz-placeholder {
    font-family: 'Lato-Italic';
}
/* Firefox 19+ */
:-moz-placeholder {
    font-family: 'Lato-Italic';
}
/* Firefox 18- */
:-ms-input-placeholder {
    font-family: 'Lato-Italic';
}


.investor-contact-zone {
    font-size: 13px;
    padding-bottom: 10px;
}

.media-contact-zone {
    font-size: 13px;
    padding-bottom: 10px;
    margin-top: 20px;
}

    .media-contact-zone span.descr-span {
        display: block;
        margin-bottom: 20px;
        line-height: 25px;
    }


.cont-title {
    font-family: 'Lato-Black';
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.phone {
    background: url("../images/phone-ico.png") no-repeat left;
}



.phone, .email {
    display: block;
    margin-bottom: 15px;
    padding-left: 35px;
}

    .email a {
        text-decoration: none;
        color: #626262;
    }

.email {
    background: url("../images/email-button.png") no-repeat left;
}


.investor-content-zone .zone-descr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.investor-list-item {
    float: left;
    width: 43%;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 13px;
    padding: 15px 20px 30px 10px;
}


    .investor-list-item:nth-child(2n) {
        margin-right: 0;
    }


    .investor-list-item .investor-list-item-title {
        font-family: 'Lato-Black';
        color: #e98b3a;
        font-size: 20px;
        margin-bottom: 20px;
        display: block;
    }

    .investor-list-item img {
        max-width: 280px;
    }

    .investor-list-item .investor-list-item-descr {
        margin-top: 20px;
        margin-bottom: 10px;
    }



.media-content-zone .zone-descr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.media-content-list {
    margin-top: 30px;
}

.media-content-list-item {
    margin-right: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 20px 30px 0px;
}

    .media-content-list-item img {
        width: 100%;
    }

    .media-content-list-item:nth-child(2n) {
        margin-right: 0;
    }


    .media-content-list-item .media-content-list-item-title {
        font-family: 'Lato-Black';
        color: #e98b3a;
        font-size: 18px;
        margin-bottom: 15px;
        display: block;
    }



    .media-content-list-item .media-content-list-item-descr {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #444444;
        font-family: 'Lato-Regular';
    }


    .media-content-list-item .media-content-list-item-date {
        display: block;
        margin-bottom: 10px;
        font-family: 'Lato-Black';
    }


    .media-content-list-item a.view-more {
        margin-top: 0 !important;
    }


ul.media-arch-list {
    margin-top: 10px;
}

.media-arch-list li {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .media-arch-list li:last-of-type {
        border-bottom: none;
    }

    .media-arch-list li a {
        text-decoration: none;
        color: #e98b3a;
        font-family: 'Lato-Regular';
        font-size: 16px;
    }

        .media-arch-list li a.active-link {
            font-family: 'Lato-Black';
        }


.mini-search-form {
    margin-top: 10px;
    height: 45px;
}


.load-more {
    color: #6b983b;
    text-decoration: none;
    float: left;
    background: url("../images/load-more.png") no-repeat right;
    padding-right: 20px;
    font-family: 'Lato-BoldItalic';
}


    .load-more:visited, .load-more:hover {
        color: #6b983b;
    }

.share-button-right {
    position: fixed;
    right: -120px;
    top: 450px;
    z-index: 1000;
    height: 45px;
    width: 180px;
    background-color: #6b983b;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: 0 4px 2px 1px rgb(83,124,38);
}

    .share-button-right a.show-but {
        width: 54px;
        height: 42px;
        display: inline-block;
        background: url("../images/right-button.png") no-repeat;
        background-position: 20px;
    }



/* SIMPLE SLIDER*/

.slider-wrapper {
    height: 390px;
    left: 10px;
    overflow: hidden;
    position: relative;
    top: -15px;
    width: 250px;
}

.slider-inner {
    left: 0;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

    .slider-inner .slider-item {
        list-style-type: none;
        float: left;
        margin-left: 15px;
        margin-bottom: 35px;
        padding-right: 15px;
        text-align: center;
        border-right: 1px solid #e8e8e8;
    }


    .slider-inner .slider-box .slider-item img {
        max-width: 110px;
        width: 95px;
    }

    .slider-inner .slider-box {
        width: 260px;
        float: left;
    }


/**#prev {
    background: url("../images/left-menu-arrow-left.jpg") no-repeat;
    left: -15px;
    top: 172px;
}
**/
/**
#next {
    background: url("../images/left-menu-arrow-right.jpg") no-repeat;
    right: -250px;
    top: 170px;
}
**/

#next, #prev {
    display: inline-block;
    width: 16px;
    height: 22px;
    position: relative;
}


.mini-slider-pagination {
    text-align: center;
}

    .mini-slider-pagination a:hover {
        cursor: pointer;
    }


.lang-slctr select::-ms-expand {
    display: none;
}


.infographic-block {
    padding-bottom: 30px;
}

.block-title span {
    display: inline-block;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

@-moz-document url-prefix() {
    .media-list-item-rm;

{
    background: url("../images/green-arrow.png") no-repeat scroll 74px 3px / 7px auto rgba(0, 0, 0, 0);
}

input.more {
    background-size: 19px 19px;
    background-size: 20px;
}

.lang-slctr div.pseudo {
    display: inline-block;
    overflow: hidden; /*where no pseudo is used;*/
    position: relative;
    top: -24px;
}

ul.lang-list li.selected-lang span {
    display: inline-block;
    padding-top: 3px;
}


.lang-slctr div.pseudo:before {
    background: url("../images/down-arrow.png") no-repeat scroll 7px 10px / 10px auto #e8e8e8;
    content: " ";
    float: right;
    height: 24px;
    position: relative;
    right: 0;
    text-align: center;
    top: 22px;
    width: 25px;
}


.green-select, .orange-select {
    width: 135px;
}

div.pseudo-green {
    display: inline-block;
    /*overflow:hidden;/*where no pseudo is used;*/
    margin-left: 25px;
}

    div.pseudo-green:before {
        background: url("../images/green-select.png") no-repeat scroll 10px center #6b983b;
        border-radius: 25px;
        content: " ";
        float: right;
        height: 35px;
        position: relative;
        right: 33px;
        text-align: center;
        top: 15px;
        width: 41px;
    }


div.pseudo-orange {
    display: inline-block;
    /*overflow:hidden;/*where no pseudo is used;*/
    margin-left: 25px;
}

    div.pseudo-orange:before {
        background: #e98b3a url("../images/orange-select.png") no-repeat;
        content: " ";
        float: right;
        height: 35px;
        position: relative;
        right: 33px;
        text-align: center;
        top: 15px;
        width: 41px;
        border-radius: 25px;
        background-position: 10px;
    }


.slider-wrapper {
    height: 401px;
}

.inner .search-form {
    margin-top: 20px;
}

.back-icon {
    height: 30px;
    width: 30px;
}

ul li.share-links a {
    height: 24px;
    width: 24px;
    position: relative;
    top: -1px;
}

.media-list-item-rm {
    background-position: 70px 3px;
    padding-right: 16px;
}


.masthead .right-side-masthead ul li.lang-slctr select {
    padding-right: 0px;
    width: 76px;
}

.masthead .right-side-masthead ul li:last-of-type {
    padding-right: 15px;
}

/*
.inner .search-form .cart-button {
    padding-top: 10px;
}
*/

a.download-pdf {
    background: url("../images/download-button.png") no-repeat scroll 126px center #6b983b;
    background-size: 21px;
}

.load-more {
    background-size: 14px;
}

.investor-list-item .investor-list-item-title {
    font-size: 19px;
}

.bullet.active {
    background: url("../images/slide-bg-active.png") no-repeat scroll 0 0 / contain transparent;
    opacity: 1;
    background-size: 26px;
}

.bullet {
    background: url("../images/slide-bg.png") no-repeat scroll 0 0 / contain transparent;
    display: inline-block;
    height: 26px;
    margin-right: 5px;
    transition: opacity 0.5s linear 0s;
    width: 27px;
    background-size: 27px;
}

.masthead .right-side-masthead ul li {
    padding-top: 3px;
}

}


.TitleH2 {
    display: none !important;
}



.left-contact-block {
    width: 56%;
    float: left;
    padding-right: 10px;
}

.right-contact-block {
    float: left;
    width: 35%;
}

.half-with-row {
    float: left;
    width: 48%;
    margin-bottom: 15px;
}


.contact-us-label {
    color: #6b983b;
    font-family: "Lato-Black";
    font-size: 14px;
}

.req {
    font-family: "Lato-Black";
    color: #e98b3a;
}

.contact-text {
    border: 1px solid #e8e8e8;
    outline: none;
    margin-top: 10px;
    height: 35px;
    width: 92%;
    padding-left: 5px;
}

.contact-text-area {
    border: 1px solid #e8e8e8;
    outline: none;
    margin-top: 14px;
    width: 94%;
    height: 150px;
    padding-left: 5px;
}

.contact-text-full {
    border: 1px solid #e8e8e8;
    outline: none;
    margin-top: 10px;
    height: 35px;
    width: 94%;
    padding-left: 5px;
}

.full-width-row {
    margin-bottom: 15px;
}

.bottom-section {
    margin-top: 20px;
}

.contact-buttons {
    text-align: right;
    padding-right: 10px;
}

    .contact-buttons .green-button {
        width: 80px;
        height: 22px;
        padding-top: 6px;
    }

.padd-left {
    padding-left: 10px;
}

.contacts {
    padding-top: 5px;
    padding-left: 25px;
}

    .contacts .contact-elem-wrap {
        float: left;
        width: 27%;
        padding-right: 10px;
        height: 260px;
        margin-bottom: 30px;
    }

        .contacts .contact-elem-wrap:nth-child(1), .contacts .contact-elem-wrap:nth-child(4) {
            padding-left: 10px;
        }

        .contacts .contact-elem-wrap:nth-child(2), .contacts .contact-elem-wrap:nth-child(3), .contacts .contact-elem-wrap:nth-child(5), .contacts .contact-elem-wrap:nth-child(6) {
            padding-left: 70px;
        }

    .contacts .contact-elem {
    }

        .contacts .contact-elem:before {
            display: inline-block;
            width: 1px;
            background: red;
            height: 40px;
            position: relative;
        }

    .contacts li p {
        margin-top: 5px;
    }

.contact-title {
    font-family: "Lato-Black";
    color: #6b983b;
    height: 20px;
    display: inline-block;
}

.fax, .tel, .mail {
    color: #6b983b;
}

.orange-title-contact {
    color: #e98b3a;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.right-border {
    float: right;
    display: inline-block;
    width: 1px;
    background-color: #e8e8e8;
    content: '';
    height: 170px;
    right: 1px;
    position: relative;
    top: -205px;
}

.right-border-2 {
    top: -246px;
}

.right-border-3 {
    top: -170px;
}


.mainFinCalendarTable {
    border: solid 0px white;
    background-color: #ffffff;
    width: 770px;
    padding: 0px;
}

ul.related-list {
    margin-top: 10px;
}

.related-list li {
    list-style-type: none;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
    padding-bottom: 20px;
}

    .related-list li:last-of-type {
        border-bottom: none;
    }

.related-list-item-title {
    font-weight: normal;
    font-family: 'Lato Bold';
    color: #626262;
    font-size: 13pt;
    display: block;
    line-height: 25px;
    margin-bottom: 10px;
}

.related-list-item-rm {
    color: #6b983b;
    font-family: "Lato-BoldItalic";
    background-position: 74px 5px;
    background-size: 7px;
    text-decoration: none;
    display: inline-block;
    padding-right: 12px;
    margin-top: 10px;
    font-size: 13pt;
}

    .related-list-item-rm:visited, .related-list-item-rm:hover {
        color: #6b983b;
    }


ul.related-list li .media-list-item img {
    width: 90px;
    float: left;
    padding-top: 5px;
    height: 100px;
}

.related-list-item-about {
    display: inline-block;
    padding-left: 15px;
    width: 55%;
}


.error-message {
    color: red;
    display: block;
    padding-bottom: 5px;
}

.succ-message {
    color: #6b983b;
    display: block;
    padding-bottom: 5px;
}

.captcha {
    color: black;
}

    .captcha input {
        margin-top: 10px;
        width: 120px;
    }

.cnct-type {
    font-family: 'OpenSans Regular';
    margin-bottom: 20px;
}

    .cnct-type label {
        color: #454648;
    }

    .cnct-type tr {
        display: table-cell;
    }

.govern-content {
    margin-top: 10px;
}

.sharedate {
    font-family: "Lato-Regular" !important;
}


.dnnSearchBox > .dnnSearchBox_advanced, .dnnSearchButton {
    display: none !important;
}

.dnnSearchBoxPanel .dnnSearchBox {
    height: 30px;
    border-radius: 20px;
    width: 350px;
    margin-right: 0 !important;
    float: left;
    border: 1px solid #e8e8e8;
}

    .dnnSearchBoxPanel .dnnSearchBox input {
        width: 350px !important;
        padding-left: 10px;
        border-radius: 15px;
        background: transparent;
    }

        .dnnSearchBoxPanel .dnnSearchBox input:focus, .dnnSearchBox > input[type="text"]:focus {
            padding-left: 10px;
            border: none !important;
            outline: none !important;
            background-color: transparent !important;
        }

.dnnSearchBoxPanel {
    background-color: white;
    float: right;
    width: 50%;
    padding: 0;
}

.nnSearchBoxClearText {
    display: none;
}

.dnnSearchBoxPanel a.green-button {
    width: 70px;
    height: 25px;
    padding-top: 6px;
    color: white !important;
    cursor: pointer;
    float: left;
}

.dnnSearchBoxClearText {
    right: 10px !important;
}

.dnnSearchBoxPanel a.green-button:hover, .dnnSearchBoxPanel a.green-button:visited {
    color: white !important;
    cursor: pointer !important;
}

.search-title {
    background: url("../images/searchpage-ico.png") no-repeat;
    -ms-background-size: 38px;
    background-size: 38px;
    background-position: 0px 3px;
}

.dnnSearchResultContainer .dnnSearchResultItem > .dnnSearchResultItem-Title {
    font-family: "Lato-BlackItalic";
    font-weight: normal !important;
    margin-top: 20px;
}

    .dnnSearchResultContainer .dnnSearchResultItem > .dnnSearchResultItem-Title a {
        text-decoration: none;
        color: #e98b3a;
        font-size: 22px;
    }

.dnnSearchResultContainer .dnnSearchResultItem > .dnnSearchResultItem-Link {
    margin-top: 20px;
}

    .dnnSearchResultContainer .dnnSearchResultItem > .dnnSearchResultItem-Link a {
        text-decoration: none;
        color: #6b983b;
        font-size: 17px;
    }

.dnnSearchResultItem-Subset .dnnSearchResultItem-Title, .dnnSearchResultItem-Others {
    display: none;
}

.dnnSearchResultContainer .dnnSearchResultItem-Subset {
    margin: 0px 10px 0px 0px;
}

.dnnSearchResultContainer .dnnSearchResultItem-Description {
    line-height: 19px;
    font-size: 17px;
    margin-top: 10px;
}

.dnnSearchResultPagerTop {
    display: none !important;
}

.srchItem {
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

.dnnSearchResultPager {
    border-top: none;
    margin: 0px 0 0 0;
    padding: 10px 0 30px 0;
}

/*.dnnSearchResultContainer {
    padding-left: 10px;
}*/

.sharing-menu {
    display: inline-block;
    position: relative;
    top: -15px;
    z-index: 1000;
    left: 10px;
}

    .sharing-menu a {
        opacity: 1;
        display: inline-block;
    }

    .sharing-menu img {
        width: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }



#route {
    position: absolute;
    z-index: 1;
    margin-left: 90%;
}

#firstLight {
    position: absolute;
    z-index: 1;
    margin-left: 200px;
    top: 660px;
}

#secondLight {
    position: absolute;
    z-index: 1;
    margin-left: 75px;
    top: 940px;
}

#thirdLight {
    position: absolute;
    z-index: 1;
    margin-left: 160px;
    top: 1280px;
}

/*.ie10 #route {
    margin-left: 1450px!important;
}*/



.ie ul li.share-links a.twitter i {
    background: url("../images/twitter.png") no-repeat;
    background-position: 5px 5px !important;
    background-size: 11px !important;
    display: block;
    width: 19px;
    height: 20px;
}

.ie ul li.share-links a.f-book i {
    background-size: 7px !important;
}

.ie ul li.share-links a.insta i {
    background-position: 4px 3px !important;
    background-size: 14px !important;
}

@media (max-width: 1520px) {
    #route {
        margin-left: 90%;
    }

    #firstLight {
        margin-left: -60px;
    }

    #secondLight, #thirdLight {
        margin-left: -50px;
    }
}

@media (max-width: 1370px) {
    #route {
        margin-left: 93%;
    }

    #firstLight, #secondLight, #thirdLight {
        display: none;
    }
}


.DnnModule > a {
    display: none !important;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    ul.right-side-ul {
        padding-top: 2px !important;
    }

    ul.lang-list {
        top: -6px;
    }
}

.left-side-masthead h2 {
    display: none;
}


/**
.left-menu {
    position: fixed;
    left: 0;
    width: 230px;
    text-align: left;
    background: white;
    border: 10px solid #e8e8e8;
    border-left: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 30%;
    /*height: 285px;*/
}
**/


.gray-bgrnd {
    background-color: #e8e8e8;
}
/**
.left-menu ul.left-menu-list {
    float: left;
}
**/
/**
    .left-menu ul.left-menu-list li {
        padding-top: 12px;
        padding-bottom: 12px;
        list-style-type: none;
        margin-left: 40px;
    }
	**/
/**
        .left-menu ul.left-menu-list li a {
            color: #6b983b;
            font-family: 'Lato Bold';
            text-decoration: none;
            font-size: 15px;
        }
		**/

        /**    .left-menu ul.left-menu-list li a.active-left-link {
                font-family: 'Lato-Black';
            }
			**/

.open-ico {
    display: block;
    width: 16px;
    height: 22px;
    /*float: right;*/
    /*margin-top: 125px;*/
    margin-right: 5px;
    background: url("../images/left-menu-arrow-left.png") no-repeat;
    /*left: 190px;
    top: 100px;*/
    top: 40%;
    right: 0;
    position: absolute;
}

.close-ico {
    background: url("../images/left-menu-arrow-right.png") no-repeat !important;
}


.open-ico:hover {
    cursor: pointer;
}
/**
.left-menu-pane {
    position: fixed;
    left: 0;
    width: 300px;
    z-index: 1000;
    /*height: 285px;*/
}
**/

.gray-bgrnd {
    background-color: #e8e8e8 !important;
}


ul li.share-links span {
    position: relative;
    top: -13px;
}



.custom-slider .content-slider-item {
    display: none;
}

    .custom-slider .content-slider-item.active-slider {
        display: block;
    }

.custom-slider .left-section {
    height: auto;
}




.menu-wrapper {
    position: absolute;
    width: 770px;
    left: -25px;
    top: 52px;
}

.menu-popup {
    width: 720px;
    background-color: #70A133;
    padding: 35px 0px 25px 0px;
    -ms-border-radius: 23em/1.2em;
    border-radius: 23em/1.2em;
    -ms-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -ms-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    z-index: 2;
    overflow: hidden;
}

    .menu-popup .menu-items-wrapper {
        margin: 0 auto;
        width: 659px;
    }

        .menu-popup .menu-items-wrapper .menu-item {
            list-style-type: none;
            margin-right: 27px;
            float: left;
            min-height: 105px;
            max-height: 105px;
            width: 140px;
        }

            .menu-popup .menu-items-wrapper .menu-item:nth-child(4n) {
                margin-right: 0px;
            }

            .menu-popup .menu-items-wrapper .menu-item:nth-child(5), .menu-popup .menu-items-wrapper .menu-item:nth-child(6), .menu-popup .menu-items-wrapper .menu-item:nth-child(7), .menu-popup .menu-items-wrapper .menu-item:nth-child(8) {
                margin-top: 15px;
            }

    .menu-popup ul li.margin-top {
        margin-top: 20px;
    }

.menu-item a {
    display: block;
    text-decoration: none;
    color: white;
    border: none !important;
    font-family: "Lato Bold";
}

    .menu-item a img {
        max-width: 140px;
    }

    .menu-item a span {
        display: block;
        margin-top: 7px;
        margin-left: 3px;
    }

.clearer {
    clear: both;
}

.green-line {
    height: 30px;
    width: 10000px;
    background-color: #6F9E34;
    position: absolute;
    top: -23px;
}


.green-rectangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent #72a233 transparent;
    position: absolute;
    z-index: 1;
    left: 48%;
    top: -8px;
}

.popup-menu-hidden {
    display: none;
}

.popup-menu-show {
    display: block !important;
}


.hidden-zone-menu {
    height: 60px;
    top: -35px;
    width: 768px;
    position: absolute;
}


.investor-relations-menu .investor-relations-menu-item {
    list-style-type: none;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .investor-relations-menu .investor-relations-menu-item .investor-relations-menu-item-sublist {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #e8e8e8;
    }

    .investor-relations-menu .investor-relations-menu-item:last-of-type {
        border-bottom: none;
    }

    .investor-relations-menu .investor-relations-menu-item > a {
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        color: black;
        font-family: 'Lato-Black';
        font-size: 15px;
        padding-left: 30px;
    }



    .investor-relations-menu .investor-relations-menu-item .investor-relations-menu-item-sublist ul {
        margin-left: 45px;
    }

        .investor-relations-menu .investor-relations-menu-item .investor-relations-menu-item-sublist ul li {
            list-style-type: none;
            margin-bottom: 20px;
        }

            .investor-relations-menu .investor-relations-menu-item .investor-relations-menu-item-sublist ul li:last-of-type {
                margin-bottom: 0px;
            }

            .investor-relations-menu .investor-relations-menu-item .investor-relations-menu-item-sublist ul li a {
                text-decoration: none;
                color: black;
                font-family: 'Lato Bold';
                font-size: 14px;
            }

                .investor-relations-menu .investor-relations-menu-item .investor-relations-menu-item-sublist ul li a.investor-relations-menu-item-sublist-link-active {
                    color: #7aa842;
                }


.investor-reations-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

    .investor-reations-title .orange-text {
        font-size: 20pt;
        font-family: 'Lato-Black';
    }

.investor-reations-content {
    padding: 25px 0;
    text-align: left;
    color: black;
    font-family: 'Lato-Regular';
    font-weight: bold;
    font-size: 14px;
}

.shareprice-block {
    height: 170px;
    padding-left: 12px;
}

h3.black-investor-content-title {
    font-size: 16pt;
    font-family: 'Lato-Black';
}

.share-price-values {
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 5px;
}

.share-price-title {
    font-family: 'Lato-Black';
    color: black;
    font-size: 19px;
    margin-top: 0;
}

.share-price-new-value {
    font-family: 'Lato-Black';
    color: #57ba4c;
    font-size: 33px;
    margin-bottom: 5px;
    line-height: 35px;
}

.share-price-old-value {
    font-family: 'Lato-Regular';
    font-size: 15px;
    font-weight: bold;
    color: black;
}

.share-price-descr-col {
    font-weight: bold;
    font-family: 'Lato-Regular';
    font-size: 12px;
    margin-bottom: 10px;
    float: left;
    width: 44%;
    margin-right: 10px;
    color: black;
}

.share-price-descr-1 {
    margin-top: 5px;
    display: block;
}


h3.black-title-module {
    font-family: 'Lato-Black';
    color: black;
    font-size: 16pt;
    margin-bottom: 0;
    margin-top: 40px;
}


.left-media-column {
    float: left;
    width: 64%;
}

.right-media-column {
    width: 30%;
    float: left;
    margin-left: 20px;
}


.page-without-banner {
    top: 210px;
}

    .page-without-banner .bread-crumb {
        top: 0;
        left: 10px;
        margin-bottom: 10px;
    }

/*.content-justify {
    text-align: justify;
}*/




.table-year:hover {
    cursor: pointer;
}

.pdf-table {
    display: none;
}

.pdf-list-item {
    width: 32%;
    float: left;
    margin-right: 15px;
    height: 270px;
    margin-bottom: 5px;
}

    .pdf-list-item:nth-child(3n) {
        margin-right: 0;
    }

img.pdf-image {
    display: block;
    max-width: 100%;
    max-height: 205px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}

span.pdf-list-item-file-name {
    display: block;
    color: black;
    margin-top: 5px;
    font-size: 14px;
}

a.pdf-list-item-download-file {
    display: inline-block;
    text-decoration: none;
    color: white;
    width: 130px;
    height: 20px;
    -ms-border-radius: 25px;
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    -ms-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    box-shadow: 0 4px 2px 1px rgb(83,124,38);
    padding-top: 6px;
    padding-left: 16px;
    margin-left: 0px;
    font-weight: normal;
    font-family: 'Lato-BlackItalic';
    font-size: 14px;
    margin-top: 5px;
    background-position: 100px -8px !important;
    background: #6b983b url("../images/download-arrow-ico.png") no-repeat;
    background-size: 50px !important;
}

a.pdf-list-item-view-text {
    display: inline-block;
    text-decoration: none;
    color: white;
    width: 70px;
    height: 20px;
    -ms-border-radius: 25px;
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    -ms-box-shadow: 0 4px 2px 1px rgb(83,124,38);
    box-shadow: 0 4px 2px 1px rgb(83,124,38);
    padding-top: 6px;
    padding-left: 16px;
    margin-left: 0px;
    font-weight: normal;
    font-family: 'Lato-BlackItalic';
    font-size: 14px;
    margin-top: 5px;
    background-position: -40px -57px !important;
    background: #6b983b url("../images/view-white.png") no-repeat;
    background-size: 220px !important;
}
