/*
    Author: Boris Biserov Delev
    Date: 2013.03.19
*/

/* Include */
@import "prettyPhoto.css";

/* Fonts */
/*@font-face {
    font-family: 'helvetica_neue_lt_cyrilli45Lt';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#helvetica_neue_lt_cyrilli45Lt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neue_lt_cyri55roman';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#helvetica_neue_lt_cyri55roman') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


@font-face {
    font-family: 'helvetica_neue_lt_cyrilli45Lt';
    src: url('../fonts/helveticaneueltcyr-light-webfont.eot');
    src: url('../fonts/helveticaneueltcyr-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltcyr-light-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltcyr-light-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltcyr-light-webfont.svg#helvetica_neue_lt_cyrilli45Lt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_neue_lt_cyri55roman';
    src: url('../fonts/helveticaneueltcyr-roman-webfont.eot');
    src: url('../fonts/helveticaneueltcyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltcyr-roman-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltcyr-roman-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltcyr-roman-webfont.svg#helvetica_neue_lt_cyri55roman') format('svg');
    font-weight: normal;
    font-style: normal;

}


body, html {
    min-height: 100%;

    background: white;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.125em;

    color: #555;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'helvetica_neue_lt_cyrilli45Lt', Arial, sans-serif;
    color: #555;
}

input,
textarea,
button,
select {
    font-family: Arial, Helvetica, sans-serif;

    outline: none;
    color: #555;
}

    button {
        font-size: 100%;
    }

    select {
        padding: 5px;
        border: 2px solid #adadad;
    }

    input[type=text],
    input[type=password],
    input[type=email],
    input[type=tel],
    input[type=date],
    input[type=number],
    textarea {
        padding: 5px;
        border:1px solid #adadad;
    }

a {
    color: #555;
}
    a:hover {
        text-decoration: none;
    }

.clearfix {
    clear: both;
    display: inline-block;
}

    .clearfix:after {
       content: ".";
       display: block;
       clear: both;
       visibility: hidden;
       line-height: 0;
       height: 0;
    }

    html[xmlns] .clearfix {
       display: block;
    }

.hide {
    display: none;
}


/*
    Page elements
*/

main{
    position: relative;
    overflow: hidden;
}

#wrapper {
    width: 960px;
    margin: 0 auto;

    font-size: 0.75em;

    border: 1px solid #F3F3F3;
    border-top: none;
    box-shadow: 0 0 4px #F3F3F3;
}

    #wrapper .wrapper {
        width: 940px;
        margin: 0 auto;
    }

    #wrapper.home {
        width: 1040px;
		left: 50%;
		margin-left: -520px;
		position: absolute;
		width: 1040px;
        z-index: 1111;
    }

#wrapper.style-promo{
    width: 100%;
}
    #wrapper.style-promo #footer-nav{
        margin-top: 0;
    }
    #wrapper.style-promo #cnt .push{height:0px;}
    #wrapper.style-promo .wrapper {
        width: 1140px;
        margin: 0 auto;
    }

    #wrapper.style-promo .layout-full header{
        margin: 60px 0;
        font-size: 32px;
        color: #e60028;
        text-align: center;
    }

    #wrapper.style-promo .top{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #wrapper.style-promo .promo-cont{
        width: 50%;
        padding: 80px 0;
        line-height: normal;
    }

        #wrapper.style-promo .promo-cont h2{
            font-size: 54px;
            color: #e60028;
        }

        #wrapper.style-promo .promo-cont strong{
            font-size: 73px;
            color: #e60028;
        }

        #wrapper.style-promo .promo-cont > ol{
            width: 65%;
        }

        #wrapper.style-promo .promo-cont > ol > li{
            min-height: 48px;
            margin: 0 0 28px;
            padding: 0 0 0 68px;
            font-size: 18px;
            color: #383838;
            display: block;
            position: relative;
        }

        #wrapper.style-promo .promo-cont > ol > li span{
            width: 48px;
            height: 48px;
            border: 2px solid #e60028;
            font-size: 34px;
            color: #e60028;
            text-align: center;
            line-height: 48px;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
        }

        #wrapper.style-promo .promo-cont > div{
            width: 75%;
            border-top: 1px solid #e60028;
            padding: 35px 0;
        }

        #wrapper.style-promo .promo-cont > div a{
            margin: 0 50px 10px 0;
            font-size: 16px;
            color: #e60028;
            text-transform: uppercase;
            display: inline-block;
            text-decoration: none;
        }

        #wrapper.style-promo .promo-cont > div a:last-child{
            margin: 0 0 10px;;
        }

        #wrapper.style-promo .promo-cont > div a img{
            margin: 0 10px 0 0;
            display: inline-block;
            vertical-align: middle;
        }

    #wrapper.style-promo .calc{
        padding: 65px 0;
        line-height: none;
    }

        #wrapper.style-promo .calc > div{
            width: 50%;
            display: table-cell;
            text-align: center;
        }

        #wrapper.style-promo .calc > div > *{
            vertical-align: middle;
        }

        #wrapper.style-promo .calc > div > img{
            width: auto;
            max-width: 90%;
        }

    #wrapper.style-promo .contact-us{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0;
        line-height: none;
    }

        #wrapper.style-promo .contact-us > div > div{
            width: 50%;
        }

        #wrapper.style-promo .contact-us h5{
            margin: 0 0 14px;
            font-size: 32px;
            color: #f8f8f8;
        }

        #wrapper.style-promo .contact-us h5 img{
            margin: -4px 5px 0 10px;
            display: inline-block;
            vertical-align: middle;
        }

        #wrapper.style-promo .contact-us p{
            font-size: 17px;
            color: #f8f8f8;
        }

        .contact-form{
            background-color: #f8f8f8;
            overflow: hidden;
        }

        .contact-form form{
            margin: 0 0 60px;
            text-align: center;
        }

        .contact-form form ul{
            text-align: left;
            overflow: hidden;
        }

        .contact-form form ul li{
            width: 48%;
            margin: 0 2% 10px 0;
            float: left;
        }

        .contact-form form ul li legend{
            width: 100%;
            margin: 0 0 18px;
            padding: 0 0 8px;
            font-size: 16px;
            color: #4b4b4b;
            border-bottom: 1px solid #dbdbdb;
        }

        .contact-form form ul li legend span{
            font-size: 18px;
            color: #666666;
            font-weight: bold;
        }

        .contact-form form table{
            width: 100%;
            table-layout: fixed;
        }

        .contact-form form table tr td{
            width: 50%;
            padding: 0 0 16px;
        }

        .contact-form form table tr td label{
            margin: 0 0 10px;
            font-size: 13px;
            color: #666666;
            display: block;
        }

        .contact-form form table tr td .option{
            display: inline-block;
            margin: 0 20px 10px 0;
            position: relative;
        }

        .contact-form form table tr td .option:last-child{
            margin: 0 0 10px;
        }

        .contact-form form table tr td .option input{
            width: auto;
        }

        .contact-form form table tr td input{
            width: 88%;
        }
        .contact-form form table tr td .custom-select{
            width: 92.2%;
        }

        .contact-form form table tr td .custom-select select{
            width: 100%;
        }

        .contact-form form table tr td textarea{
            width: 100%;
            margin: 0 0 5px;
            resize: none;
        }

        .contact-form form table tr td em{
            font-size: 13px;
            color: #666666;
        }

        .contact-form form input[type="submit"]{
            background-color: #e60028;
            margin: 20px 0 0;
            font-size: 14px;
            color: #fff;
            padding: 8px 36px;
            border: none;
        }

    #wrapper.style-promo .layout-full input[type='checkbox'],
    #wrapper.style-promo .layout-full input[type='radio']{
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #wrapper.style-promo .layout-full input[type='checkbox'] + i{
        background: #fff;
        width: 12px;
        height: 12px;
        border: 1px solid #d6d6d6;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    #wrapper.style-promo .layout-full input[type='checkbox']:checked + i:after{
        content: '';
        background: #d6d6d6;
        width: 8px;
        height: 8px;
        display: inline-block;
        position: absolute;
        top: 2px;
        left: 2px;
    }

    #wrapper.style-promo .layout-full input[type='radio'] + i{
        background: #fff;
        width: 12px;
        height: 12px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid #d6d6d6;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    #wrapper.style-promo .layout-full input[type='radio']:checked + i:after{
        content: '';
        background: #d6d6d6;
        width: 8px;
        height: 8px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
        position: absolute;
        top: 2px;
        left: 2px;
    }

    #wrapper.style-promo .layout-full .promo-text{
        margin: 60px auto 20px;
        line-height: normal;
    }

        #wrapper.style-promo .layout-full .promo-text h4{
            font-size: 32px;
            color: #52AE30;
            font-weight: bold;
        }

        #wrapper.style-promo .layout-full .promo-text h5{
            font-size: 15px;
            color: #4a4747;
            font-weight: bold;
        }

        #wrapper.style-promo .layout-full .promo-text ul{
            padding: 0 0 0 15px;
        }

        #wrapper.style-promo .layout-full .promo-text ul li{
            list-style: none;
            position: relative;
        }

        #wrapper.style-promo .layout-full .promo-text ul li:before{
            content: '';
            background-color: #e60028;
            width: 5px;
            height: 5px;
            display: inline-block;
            position: absolute;
            top: 5px;
            left: -15px;
        }


#top-menu {
    height: 19px;
    padding: 1px 0 0 0;

    background: #D4D4D4;

    font-size: 0.91em;
    font-weight: bold;
}

    #top-menu a {
        text-decoration: none;
    }

    #top-menu menu {
        float: right;
        overflow: hidden;
    }

        #top-menu menu a,
        #top-menu menu span {
            float: left;
            padding: 0 2px;

            line-height: 1.52em;
        }

        #top-menu menu a:hover {
            border-bottom: 2px solid black;
        }

        #top-menu menu em {
            float: left;
        }

        #top-menu menu .contrast {
            overflow: hidden;
            padding: 0 5px;
            margin: 0 10px;

            background: url(../images/live/btn-contrast.png) no-repeat center center;

            text-indent: -9999px;
        }

        #top-menu menu .glossary {
            margin: 0 10px;
        }

    #top-menu form {
        float: right;
        overflow: hidden;
        height: 16px;

        border: 1px solid #898989;
    }

        #top-menu form input {
            float: left;
            width: 120px;
            padding: 0 2px;

            height: 16px;
            line-height: 1.4em;

            -webkit-appearance: textfield;

            border: none;
        }

        #top-menu form button {
            float: left;
            overflow: hidden;

            padding: 0;
            margin: 0;
            width: 20px;
            height: 16px;

            background: #5C5C5C url(../images/live/btn-search.png) no-repeat center center;

            background: url(../images/live/btn-search.png) no-repeat center center, -moz-linear-gradient(top, #909090, #5C5C5C);
            background: url(../images/live/btn-search.png) no-repeat center center, -webkit-linear-gradient(top, #909090, #5C5C5C);
            background: url(../images/live/btn-search.png) no-repeat center center, -ms-linear-gradient(top, #909090, #5C5C5C);
            background: url(../images/live/btn-search.png) no-repeat center center, linear-gradient(top, #909090, #5C5C5C);

            border: none;

            text-indent: -9999px;
        }

    #top-menu nav {
        float: right;
        position: relative;

        margin-left: 10px;

        /*
        z-index: 3;
        */
        z-index: 1112;
    }

        #top-menu nav a {
            display: block;
            padding: 0 10px;
        }

        #top-menu nav > a {
            height: 16px;

            padding-right: 20px;
            background: url(../images/live/arrow-open.gif) no-repeat 95% center;
            background: url(../images/live/arrow-open.gif) no-repeat right 5px center;

            border: 1px solid #bbb;

            line-height: 1.4em;
        }

        #top-menu nav ul {
            display: none;
            position: absolute;
            top: 18px;
            left: 0;
            width: 100%;

            background: #BBB;

            z-index: 4;
        }

            #top-menu nav ul a {
                padding: 2px 10px;
            }

                #top-menu nav ul a:hover {
                    background: #484848;
                    color: white;
                }

header {
    position: relative;
    margin-bottom: 10px;
    /*
    background: #ccc;
    z-index: 1;
    */
    z-index: 1001;
}

    .home header {
        height: 495px;
    }

#head {
    margin: 0 auto;

    background: white;
}
    .home #head {
        top: 20px;
        left: 50px;
        position: absolute;
        width: 940px;
		z-index: 4;
    }

    #head #logo-with-slogan {
        float: left;
        overflow: hidden;
        margin: 40px 0 7px 20px;
        font-family: Arial, Helvetica, sans-serif;
		color: #555555;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1.5px;
		text-transform: uppercase;
    }
	#head #second_logo{
		float: left;
        overflow: hidden;
        margin: 13px 0 0 25px;
        font-family: Arial, Helvetica, sans-serif;
		color: #555555;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1.5px;
		text-transform: uppercase;
        display: none;
	}
    #head #logo-with-slogan p{
		padding: 7px 0 9px;
    }

        #head #logo-with-slogan a , #head #second_logo a{
            display: block;
            text-decoration: none;
        }

    #head menu {
        float: right;
        position: relative;
        padding: 40px 20px 0 0;
        z-index: 10;
    }

        #head menu#online_banking button {
            position: relative;
            width: 165px;

            padding: 8px 0 8px 30px;

            background: #D12E36 url(../images/live/btn-online-banking.png) no-repeat 9px center;

            background: url(../images/live/btn-online-banking.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, #D12E36;
            background: url(../images/live/btn-online-banking.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, -moz-linear-gradient(top, #339900, #339900);
            background: url(../images/live/btn-online-banking.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, -webkit-linear-gradient(top, #339900, #339900);
            background: url(../images/live/btn-online-banking.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, -ms-linear-gradient(top, #339900, #339900);
            background: url(../images/live/btn-online-banking.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, linear-gradient(top, #339900, #339900);

            border: none;
            border-radius: 5px;

            color: white;
            text-align: left;
            text-transform: uppercase;
            z-index: 2;
        }
        #head menu#header_contacts button {
            position: relative;
            width: 125px;
            padding: 8px 0 8px 30px;
            /*
            background: #CACACA url(../images/live/header_contacts.png) no-repeat 9px center;

            background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, #CACACA;
            background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, -moz-linear-gradient(top, #CACACA, #ADADAD);
            background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, -webkit-linear-gradient(top, #CACACA, #ADADAD);
            background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, -ms-linear-gradient(top, #CACACA, #ADADAD);
            background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, linear-gradient(top, #CACACA, #ADADAD);
            */

             background: #D12E36 url(../images/live/header_contacts.png) no-repeat 9px center;

            background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, #D12E36;
            background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, -moz-linear-gradient(top, #339900, #339900);
            background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, -webkit-linear-gradient(top, #339900, #339900);
            background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, -ms-linear-gradient(top, #339900, #339900);
            background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, linear-gradient(top, #339900, #339900);
            border: none;
            border-radius: 5px;

            color: white;
            text-align: left;
            text-transform: uppercase;
            z-index: 2;
        }
            #head menu#online_banking button:hover {
                background: #339900 url(../images/live/btn-online-banking.png) no-repeat 9px center;
                background: url(../images/live/btn-online-banking.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, #339900;
            }
            #head menu#header_contacts button:hover {
            /*
                background: #ADADAD url(../images/live/header_contacts.png) no-repeat 9px center;
                background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, #ADADAD;
            */
                background: #339900 url(../images/live/header_contacts.png) no-repeat 9px center;
                background: url(../images/live/header_contacts.png) no-repeat 9px center, url(../images/live/arrow-open-white.gif) no-repeat right 7px center, #339900;
            }

        /* For Bulgaria ver */
        .bg-BG #head menu#online_banking button,
        .bg-BG #head menu#online_banking ul {
            width: 180px;
        }

        #head menu#online_banking ul {
            display: none;
            position: absolute;
            top: 70px;
            left: 0;
            width: 165px;

            padding: 9px 0 5px 0;

            background: #DDDDDD;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;

            background: -moz-linear-gradient(top, #F5F5F5, #DDDDDD);
            background: -webkit-linear-gradient(top, #F5F5F5, #DDDDDD);
            background: -ms-linear-gradient(top, #F5F5F5, #DDDDDD);
            background: linear-gradient(top, #F5F5F5, #DDDDDD);

            z-index: 1;
        }
        /* Dropdown Contacts */
        #head menu#header_contacts div.header_contacts_dropdown {
            display: none;
            position: absolute;
            top: 85px;
            right: 20px;
            border: 1px solid #ccc;
            border-radius: 5px;
            background: #fff;
            width: 360px;
            font-size: 1.10em;
            z-index: 10;
        }
            #head menu#header_contacts div.header_contacts_dropdown:after, #head menu#header_contacts div.header_contacts_dropdown:before {
                bottom: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            #head menu#header_contacts div.header_contacts_dropdown:after {
                border-color: rgba(255, 255, 255, 0);
                border-bottom-color: #fff;
                border-width: 9px;
                margin-left: 136px;
            }
            #head menu#header_contacts div.header_contacts_dropdown:before {
                border-color: rgba(221, 221, 221, 0);
                border-bottom-color: #ddd;
                border-width: 10px;
                margin-left: 135px;
            }

                #head menu#header_contacts div.header_contacts_dropdown div.hr{
                    margin: 0 15px;
                    height: 1px;
                    background-color: #ddd;
                }

                #head menu#header_contacts div.header_contacts_dropdown table{
                   margin: 15px;
                   text-align: left;
                   color: #484848;
                }
                #head menu#header_contacts div.header_contacts_dropdown table .request_icon,
                #head menu#header_contacts div.header_contacts_dropdown table .offices_icon,
                #head menu#header_contacts div.header_contacts_dropdown table .atm_icon,
                #head menu#header_contacts div.header_contacts_dropdown table .call_icon_v1{
                    height: 25px;
                    width: 25px;
                    margin: auto;
                }
                #head menu#header_contacts div.header_contacts_dropdown table .request_icon{
                     background: url(../images/live/contacts-dropdown.png) no-repeat -25px 0px;
                }
                #head menu#header_contacts div.header_contacts_dropdown table .offices_icon{
                    background: url(../images/live/contacts-dropdown.png) no-repeat -50px 0px;
                }
                #head menu#header_contacts div.header_contacts_dropdown table .atm_icon{
                    background: url(../images/live/contacts-dropdown.png) no-repeat -75px 0px;
                }

                #head menu#header_contacts div.header_contacts_dropdown table .call_icon_v1{
                    background: url(../images/live/contacts-dropdown.png) no-repeat 0px 0px;
                }

                #head menu#header_contacts div.header_contacts_dropdown table strong{
                    font-size: 1.42em;
                    color: #339900;
                }
                #head menu#header_contacts div.header_contacts_dropdown table a{
                    text-decoration: none;
                    color: #666666;
                    font-size: 1.00em;
                }
                #head menu#header_contacts div.header_contacts_dropdown table a:hover{
                    text-decoration: underline;
                }


            #head menu#online_banking ul a , #head menu#header_contacts ul a {
                display: block;
                padding: 4px 5px;
                margin: 0 5px;

                line-height: 1.16em;
                text-decoration: none;
            }

                #head menu#online_banking ul a:hover , #head menu#header_contacts ul a:hover {
                    background: #D4D4D4;
                }


    #head nav {
        clear: both;
        position: relative;
        border-top: 1px solid #CFCFCF;
    }

        #head nav .nav {
            background: url(../images/live/nav-line.png) repeat-x center bottom;
            height: 32px;
        }
            #head nav .nav.open a {
                border-bottom-color: #CFCFCF;
            }

            #head nav .nav a {
                float: left;
                position: relative;

                background: url(../images/live/nav-separator.gif) no-repeat left 8px;
                border-bottom: 2px solid #484848;

                font-size: 14px;
                text-transform: uppercase;
                text-decoration: none;
				text-align: center;
                cursor: pointer;
            }

                #head nav .nav a.individual-clients {
                    background: none;
                }

/*                #head nav .nav a.careers {
                    background-position: left -77px;
                }
*/
                #head nav .nav a span {
                    display: block;

                    padding: 6px 20px;
                    height: 18px;
                    z-index: 2;
                }

            #head nav .nav a.active,
            #head nav .nav a.current {
                border-bottom: 2px solid #82379B;
            }
                #head nav .nav a.business-clients.active,
                #head nav .nav a.business-clients.current {
                    border-bottom-color: #0A7AAC;
                }
                #head nav .nav a.about-us.active,
                #head nav .nav a.about-us.current {
                    border-bottom-color: #339900;
                }
                #head nav .nav a.csr.active,
                #head nav .nav a.csr.current {
                    border-bottom-color: #1A9657;
                }
                #head nav .nav a.media.active,
                #head nav .nav a.media.current {
                    border-bottom-color: #F4670F;
                }
                #head nav .nav a.careers.active,
                #head nav .nav a.careers.current {
                    border-bottom-color: #339900;
                }

                #head nav .nav a.current i {
                    position: absolute;
                    width: 5px;
                    height: 4px;

                    top: 100%;
                    left: 50%;

                    margin: -3px 0 0 -2px;

                    background: url(../images/live/nav-arrows.png) no-repeat 0 0;
                    z-index: 3;
                }
                    #head nav .nav a.current.business-clients i {
                        background-position: -5px 0;
                    }
                    #head nav .nav a.current.about-us i {
                        background-position: -15px 0;
                    }
                    #head nav .nav a.current.csr i {
                        background-position: -15px 0;
                    }
                    #head nav .nav a.current.media i {
                        background-position: -20px 0;
                    }
                    #head nav .nav a.current.careers i {
                        background-position: -15px 0;
                    }

            #head nav .nav a.active span {

            }

                #head nav .nav a.have-supermenu.active em {
                    display: block;
                }

                #head nav .nav a em {
                    display: none;
                    position: absolute;
                    width: 5px;
                    height: 4px;

                    top: 100%;
                    left: 50%;

                    margin: 1px 0 0 -2px;

                    background: url(../images/live/nav-arrows.png) no-repeat 0 -4px;
                    z-index: 3;
                }
                    #head nav .nav a.business-clients em {
                        background-position: -5px -4px;
                    }
                    #head nav .nav a.about-us em {
                        background-position: -10px -4px;
                    }
                    #head nav .nav a.csr em {
                        background-position: -15px -4px;
                    }
                    #head nav .nav a.media em {
                        background-position: -20px -4px;
                    }
                    #head nav .nav a.careers em {
                        background-position: -10px -4px;
                    }

        #head nav .sub {
            visibility: hidden;
            overflow: hidden;
            position: absolute;
            background: white url(../images/live/supermenu-bg.png) repeat-y right top;
            z-index: 100;

            width: 100%;
            top: 100%;
            left: 0;

            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;

            border: 2px solid #cfcfcf;
            border-top: none;
        }

            #head nav .sub.full-layout {

            }

            #head nav .sub.one-row-layout {

            }

            #head nav .sub.column-layout {
                background: white;
            }

            #head nav .sub ol {
                float: right;
                width: 230px;
            }

                #head nav .sub ol li {
                    overflow: hidden;
                    padding: 15px 0 0 15px;
                }

                #head nav .sub ol li a {
                    float: left;
                    position: relative;
                    overflow: hidden;

                    text-decoration: none;
                }

                    #head nav .sub ol li a img {
                        display: block;
                    }

                    #head nav .sub ol li a span {
                        position: absolute;
                        width: 100%;

                        bottom: 0;
                        left: 0;

                        background: white;
                        filter: alpha(opacity=80);
                        opacity: 0.8;

                        cursor: pointer;
                    }

                    #head nav .sub ol li a i {
                        display: block;
                        padding: 10px;
                        font-style: normal;
                    }

            #head nav .sub .links {
                float: left;
                width: 720px;
                padding-bottom: 10px;
            }
                .home #head nav .sub .links {
                    width: 700px;
                }

                #head nav .sub ul {
                    float: left;
                    width: 33%;
                    padding: 0 0 0 0;
                    margin: 15px 0 5px 0;

                    border-left: 1px solid #CFCFCF;
                }
                    #head nav .sub.column-layout ul {
                        width: 100%;
                        border-left: none;
                    }

                    #head nav .sub ul.first {
                        clear: both;
                        border: none;
                    }

                    #head nav .sub ul li {
                        padding: 5px 10px 5px 40px;
                    }
					#head nav .sub ul li i{
                        font-size:11px;
                        line-height:11px;
						color:#fff;
						display:inline-block;
						background-color:#52AE30;
						padding:0 8px;
						vertical-align: middle;
                    }
                        #head nav .sub.column-layout ul li {
                            padding: 5px 15px;
                        }
                        #head nav .sub ul li.title {
                            padding-left: 30px;
                            line-height: 1.1em;
                        }

                    #head nav .sub ul a {
                        padding: 0 0 0 10px;
                        background: url(../images/live/arrow-to-right.gif) no-repeat left center;

                        text-decoration: none;
                    }
                        #head nav .sub ul a:hover {
                            text-decoration: underline;
                        }

                        #head nav .sub ul .title a,
                        #head nav .sub.column-layout a {
                            background: none;

                            font-weight: bold;
                            text-transform: uppercase;
                            color: #82379B;
                            padding:0;
                            text-indent: 10px;
                        }
                        #head nav .sub ul .more a {
                            color: #82379B;
                            text-decoration: underline;
                            background: none;
                            padding: 0;
                            font-size: 0.9em;
                        }
                        #head nav .sub ul .more a:hover {
                            text-decoration: none;
                        }
                            #head nav .sub.nav-1 ul .title a,
                            #head nav .sub.nav-1 ul .more a,
                            #head nav .sub.nav-1.column-layout a {
                                color: #0A7AAC;
                            }

                            #head nav .sub.nav-2 ul .title a,
                            #head nav .sub.nav-2 ul .more a,
                            #head nav .sub.nav-2.column-layout a {
                                color: #E70128;
                            }

                            #head nav .sub.nav-3 ul .title a,
                            #head nav .sub.nav-3 ul .more a,
                            #head nav .sub.nav-3.column-layout a {
                                color: #1A9657;
                            }

                            #head nav .sub.nav-4 ul .title a,
                            #head nav .sub.nav-4 ul .more a,
                            #head nav .sub.nav-4.column-layout a {
                                color: #F4670F;
                            }

                            #head nav .sub.nav-5 ul .title a,
                            #head nav .sub.nav-5 ul .more a,
                            #head nav .sub.nav-5.column-layout a {
                                color: #E70128;
                            }

                        #head nav .sub.column-layout a {
                            padding: 0;
                        }

#goto-top {
    position: absolute;
    right: 0;
    top: -18px;
    padding: 1px 5px 1px 15px;

    background: #808080 url(../images/live/btn-goto-top.gif) no-repeat 4px 3px;

    text-decoration: none;
    font-size: 0.91em;
    color: white;
}
    #goto-top:hover {
        opacity: 0.8;
    }

#footer-nav {
    position: relative;
    background: #E9E9E9;

    margin-top: 30px;
    line-height: 1.2;
    font-size: 0.91em;
}

    #footer-nav .wrapper {
        overflow: hidden;
    }

    #footer-nav nav {
        float: left;
        width: 20%;
        padding: 20px 0 15px 0;
    }

        #footer-nav nav div {
            padding: 0 30px 0 0;
        }

        #footer-nav nav .title {
            display: block;
            margin: 0 0 7px 0;
            padding: 0;
            background: none;
            text-transform: uppercase;
        }

        #footer-nav nav a {
            display: block;
            padding: 0 0 0 10px;
            margin: 0 0 5px 0;
            background: url(../images/live/arrow-to-right.gif) no-repeat left 3px;

            text-decoration: none;
        }
            #footer-nav nav a:hover {
                text-decoration: underline;
            }

            #footer-nav nav a.facebook,
            #footer-nav nav a.linkedin,
            #footer-nav nav a.youtube,
            #footer-nav nav a.google {
                float: left;
                overflow: hidden;
                width: 22px;
                height: 22px;

                padding: 0;
                margin: 0 10px 0 0;

                background: url(../images/live/social-networks.png) no-repeat 0 0;
                text-indent: -9999px;
            }

            #footer-nav nav a.linkedin {
                background-position: -22px 0;
            }

            #footer-nav nav a.youtube {
                background-position: -44px 0;
            }

            #footer-nav nav a.google {
                background-position: -66px 0;
            }

            #footer-nav nav a.facebook:hover,
            #footer-nav nav a.linkedin:hover,
            #footer-nav nav a.youtube:hover,
            #footer-nav nav a.google:hover {
                opacity: 0.8;
            }

footer {
    clear: both;
    height: 35px;
    background: #D4D4D4;

    font-size: 0.875em;
}

    footer .societe {
        float: left;
        margin: 8px 0 0 0;
    }

    footer nav {
        float: right;
        position: relative;
        margin: 5px 0 0 0;
    }

        footer nav > a {
            display: block;
            padding: 3px 20px 3px 10px;

            background: #C8C8C8 url(../images/live/arrow-open-up.gif) no-repeat 95% center;
            background: #C8C8C8 url(../images/live/arrow-open-up.gif) no-repeat right 5px center;

            background: url(../images/live/arrow-open-up.gif) no-repeat right 5px center, -moz-linear-gradient(top, #D3D3D3, #C8C8C8);
            background: url(../images/live/arrow-open-up.gif) no-repeat right 5px center, -webkit-linear-gradient(top, #D3D3D3, #C8C8C8);
            background: url(../images/live/arrow-open-up.gif) no-repeat right 5px center, -ms-linear-gradient(top, #D3D3D3, #C8C8C8);
            background: url(../images/live/arrow-open-up.gif) no-repeat right 5px center, linear-gradient(top, #D3D3D3, #C8C8C8);

            border: 1px solid #BBBBBB;
            text-decoration: none;
            font-weight: bold;
        }
            footer nav:hover > a {
                background: #C8C8C8 url(../images/live/arrow-open-up.gif) no-repeat 95% center;

                background: #C8C8C8 url(../images/live/arrow-open-up.gif) no-repeat right 5px center;
            }

        footer nav ul {
            display: none;
            position: absolute;
            bottom: 25px;
            left: -5%;
            width: 110%;

            background: #BBBBBB;
            box-shadow: 0 0 2px #BBB;

            line-height: 1.2em;
            font-weight: bold;
        }

            footer nav ul a {
                display: block;
                padding: 2px 5px;
                margin: 3px 0;

                text-decoration: none;
            }

            footer nav ul a:hover {
                background: #484848;
                color: white;
            }

    footer menu {
        padding: 9px 0 0 0;
        text-align: center;
    }

        footer menu a, footer menu strong {
            font-weight: bold;
            text-decoration: none;
        }

            footer menu a:hover {
                text-decoration: underline;
            }

#breadcrumbs {
    overflow: hidden;
    padding: 0 0 10px 0;

    /*font-size: 0.75em;*/
    font-size: 1em;
}

    #breadcrumbs li {
        float: left;
        padding-right: 3px;
    }

    #breadcrumbs a {
        text-decoration: none;
    }

    #breadcrumbs a:hover {
        text-decoration: underline;
    }

/* 4 colums layout = 22% / 4% margin  */
#cnt {
    z-index: 4;
}

    #cnt .push {
        clear: both;
        overflow: hidden;
        height: 18px;
    }

    /* Layouts - Fills x/y of available width */
    #cnt .layout-3-4 {
        float: left;
        width: 700px;
        margin-right: 20px;
    }

	#cnt .layout-3-4-2 {
        float: left;
        width: 340px;
        margin-right: 10px;
    }

    #cnt .layout-1-4,
    #cnt .layout-3-4 .layout-1-3 {
        float: left;
        width: 220px;
        margin-right: 20px;
    }

    #cnt .layout-2-4 {
        float: left;

        width: 460px;
        margin-right: 20px;
    }

    #cnt .layout-1-3 {
        float: left;
        width: 300px;
        margin-right: 20px;
    }

        #cnt .layout-3-4 .layout-2-3 {
            float: left;
            width: 460px;
            margin-right: 20px;
        }

    #cnt .layout-full {
        float: left;
        width: 940px;
    }

    #wrapper #cnt .last {
        margin-right: 0;
    }

    /* Content types */
    #cnt .box-important {
        padding: 10px 15px 10px 15px;
        border: 1px solid #E4E4E4;

        background: #F4F4F4 url(../images/live/box-important-bg.png) repeat-x left top;
    }
        #cnt .box-important .contact,
        #cnt .box-important .talk,
        #cnt .box-important .team {
            padding-left: 48px;

            background: url(../images/live/box-important-icons.png) no-repeat 0 15px;
        }
        #cnt .box-important .talk {
            background-position: 0 -155px;
        }
        #cnt .box-important .team {
            background-position: 0 -355px;
        }

        /* new design start */
        #cnt .box-contact_us_v1 {
            background: #55AE30 url(../images/live/box-contact_us_v1.png) 20px no-repeat;
            border: 1px solid #E4E4E4;
        }
            .style-business-clients #cnt .box-contact_us_v1 {
                background: #0E7EAF url(../images/live/box-contact_us_v1.png) 20px no-repeat;
            }

            .style-individual-clients #cnt .box-contact_us_v1 {
                background: #82379B url(../images/live/box-contact_us_v1.png) 20px no-repeat;
            }

            .style-about-us #cnt .box-contact_us_v1 , .style-careers #cnt .box-contact_us_v1{
                background: #55AE30  url(../images/live/box-contact_us_v1.png) 20px no-repeat;
            }

            .style-csr  #cnt .box-contact_us_v1 {
                background: #1A9657 url(../images/live/box-contact_us_v1.png) 20px no-repeat;
            }

            .style-media #cnt .box-contact_us_v1 {
                background: #F16713 url(../images/live/box-contact_us_v1.png) 20px no-repeat;
            }

        #cnt  .text-contact_us_v1 {
            padding: 15px 15px 15px 75px;
            color: #fff;
        }

        #cnt  .text-contact_us_v1 a {
            color: #fff;
            text-decoration: none;
            font-size: 1.42em;
        }
        #cnt  .text-contact_us_v1 a:hover {
            text-decoration: underline;
        }

        #cnt .box-talk_v1 {
            min-height: 90px;
            border: 1px solid #E4E4E4;
            background: #f8f8f8 url(../images/live/call-icon-v1-default.png) 20px  no-repeat;
        }
            .style-individual-clients #cnt .box-talk_v1 {
                background: #f8f8f8 url(../images/live/call-icon-v1-purple.png) 20px  no-repeat;
            }
            .style-business-clients #cnt .box-talk_v1 {
                background: #f8f8f8 url(../images/live/call-icon-v1-blue.png) 20px  no-repeat;
            }
            /* .style-about-us #cnt .box-talk_v1 {
                background: #f8f8f8 url(../images/live/call-icon-v1-red.png) 20px  no-repeat;
            } */
            .style-csr #cnt .box-talk_v1 {
                background: #f8f8f8 url(../images/live/call-icon-v1-green.png) 20px  no-repeat;
            }
            .style-media #cnt .box-talk_v1 {
                background: #f8f8f8 url(../images/live/call-icon-v1-orange.png) 20px  no-repeat;
            }
        #cnt .text-talk_v1 {
            padding: 15px 15px 15px 75px;
        }
        #cnt  .text-talk_v1 a {
            text-decoration: none;
            color: #339900;
        }
            .style-individual-clients #cnt  .text-talk_v1 a {
                color: #82379B;
            }
            .style-business-clients #cnt  .text-talk_v1 a {
                color: #0E7EAF;
            }
            .style-about-us #cnt  .text-talk_v1 a {
                color: #339900;
            }
            .style-csr #cnt  .text-talk_v1 a {
                color: #1A9657;
            }
            .style-media  #cnt  .text-talk_v1 a {
                color: #F16713;
            }
        #cnt  .text-talk_v1 a:hover {
            text-decoration: underline;
        }
        #cnt  .text-talk_v1 h6 a {
            font-size: 1.42em;
        }
        #cnt  .text-talk_v1 p a {
            color: #555 !important;
        }



        /* new design end */


        /* credit_req_v2 start */
        #cnt .box-credit_req_v2 {
            min-height: 90px;
            border: 1px solid #E4E4E4;
            background: #52AE30 url(../images/live/button-credit_req_v2.png) 20px  no-repeat;
        }


        #cnt .text-credit_req_v2 {
            padding: 15px 15px 15px 75px;
            min-height: 60px;
        }
        #cnt .box-credit_req_v2 h6 {
            min-height: 60px;
            display: table;
        }
        #cnt  .text-credit_req_v2 a {
            text-decoration: none;
            color: #fff;
            display: table-cell;
            vertical-align: middle;
        }
            .style-individual-clients #cnt  .text-credit_req_v2 a ,.style-individual-clients #cnt .box-credit_req_v2  {
                background-color: #82379B;
            }
            .style-business-clients #cnt  .text-credit_req_v2 a ,.style-business-clients #cnt .box-credit_req_v2{
                background-color: #0E7EAF;
            }
            .style-about-us #cnt  .text-credit_req_v2 a , .style-about-us #cnt .box-credit_req_v2{
                background-color: #1A9657;
            }
            .style-csr #cnt  .text-credit_req_v2 a,.style-csr #cnt .box-credit_req_v2 {
                background-color: #1A9657;
            }
            .style-media  #cnt  .text-credit_req_v2 a , .style-media #cnt .box-credit_req_v2{
                background-color: #F16713;
            }
        #cnt  .text-credit_req_v2 h6 a {
            font-size: 1.4em;
            font-family: 'helvetica_neue_lt_cyrilli45Lt', Arial, sans-serif;
        }
        /* credit_req_v2  end */

        #cnt .box-important p {
            line-height: 1.1em;
        }

            #cnt .box-important p a {
                text-decoration: none;
            }
                #cnt .box-important p a:hover {
                    text-decoration: underline;
                }

        #cnt .box-important h5 {
            padding: 0 0 5px 0;

            font-family: Arial, Helvetica, sans-serif;
            font-size: 1.75em;
            font-weight: bold;
            color: #339900;
        }

        #cnt .box-important h6 {
            padding: 0 0 5px 0;

            font-family: Arial, Helvetica, sans-serif;
            font-size: 1.42em;
            font-weight: bold;
            color: #339900;
        }

            #cnt .box-important h6 a {
                text-decoration: none;
                color: #339900;
            }
                #cnt .box-important h6 a:hover {
                    text-decoration: underline;
                }

    #cnt .heading {
        overflow: hidden;
        padding: 0 0 10px 0;

        font-family: 'helvetica_neue_lt_cyri55roman', Arial, sans-serif;
        font-size: 1.66em;
        line-height: 1.14em;
    }

        #cnt .heading .back-link {
            float: right;
            padding-left: 10px;
            margin-left: 10px;

            background: url(../images/live/arrow-to-left.gif) no-repeat left center;
            font-size: 0.6em;
            text-decoration: none;
        }
            #cnt .heading .back-link:hover {
                text-decoration: underline;
            }

    #cnt .heading-normal {
        overflow: hidden;
        padding: 0 0 5px 0;

        border-bottom: 1px solid #474747;
        font-size: 1.33em;
    }

        #cnt h5.heading-normal a {
            text-decoration: none;
        }

        #cnt h3.heading-normal {
            font-size: 1.42em;
        }

        #cnt h3.heading-normal a{
            text-decoration: none;
        }
        #cnt h3.heading-normal a:hover {
            text-decoration: underline;
        }

		#cnt h3.product-list{
			position:relative;
			height:54px;
		}

		#cnt h3.product-list a{
			position:absolute;
			bottom:4px;
		}

        #cnt .heading-normal.highlight {
            border-color: red;
            color: red;
        }

        #cnt .heading-normal time {
            float: right;
            padding: 2px 0 0 0;

            font-family: Arial, Helvetica, sans-serif;
            font-size: 0.68em;
        }

        #cnt .heading-normal a.link {
            float: right;
            padding: 1px 5px;

            background: #1889AD;

            background: -moz-linear-gradient(top, #1C97BF, #107393);
            background: -webkit-linear-gradient(top, #1C97BF, #107393);
            background: -ms-linear-gradient(top, #1C97BF, #107393);
            background: linear-gradient(top, #1C97BF, #107393);

            border-radius: 3px;
            text-decoration: none;
            font-size: 0.65em;
            color: white;
        }
            #cnt .heading-normal a.link:hover {
                background: #1C97BF;
            }


    #cnt .simple-link {
        display: block;
        padding: 10px 0;
    }

        #cnt .simple-link a {
            display: block;
            text-align: center;
        }

        #cnt .simple-link img {
            display: block;
            margin: 0 auto;
        }

    #cnt .simple-form-search {
        overflow: hidden;
        height: 25px;

        border: 1px solid #898989;
    }

        #cnt .simple-form-search input {
            float: left;
            width: 182px;
            margin: 5px 0 0 0;
            padding: 0 2px;

            -webkit-appearance: textfield;

            border: none;
        }

        #cnt .simple-form-search button {
            float: right;
            overflow: hidden;

            padding: 0;
            margin: 0;
            width: 30px;
            height: 25px;

            background: #5C5C5C;

            background: -moz-linear-gradient(top, #909090, #5C5C5C);
            background: -webkit-linear-gradient(top, #909090, #5C5C5C);
            background: -ms-linear-gradient(top, #909090, #5C5C5C);
            background: linear-gradient(top, #909090, #5C5C5C);

            border: none;

            text-align: center;
            font-weight: bold;
            color: white;
        }


    #cnt .exchange-rates {
        overflow: hidden;
    }

        #cnt .exchange-rates table {
            display: none;
            width: 100%;
            font-size: 1.08em;

            color: #7F7F7F;
        }
            #cnt .exchange-rates table.active {
                display: block;
            }

            #cnt .exchange-rates table td {
                padding: 5px 10px;

                border-bottom: 1px solid #DBDBDB;
            }
                #cnt .exchange-rates table tr:last-of-type td {
                    border-bottom: none;
                }

            #cnt .exchange-rates table span {
                display: block;
                overflow: hidden;

                width: 7px;
                height: 4px;

                background: url(../images/live/exchange-rates-arrows.gif) no-repeat 0 -26px;
                text-indent: -9999px;
            }
                #cnt .exchange-rates table span.down {
                    background-position: 0 0;
                }

        #cnt .exchange-rates nav {
            overflow: hidden;

            background: url(../images/live/exchange-rates-nav-bg.png) repeat-x center top;
        }

            #cnt .exchange-rates nav a {
                float: left;
                padding: 3px 7px 0 7px;
                margin: 0 0 0 10px;

                height: 25px;

                font-size: 1.08em;
                text-decoration: none;
            }
                #cnt .exchange-rates nav a:hover {
                    text-decoration: underline;
                }
                #cnt .exchange-rates nav a.active {
                    background: url(../images/live/exchange-rates-nav-btn.png) no-repeat center bottom;
                    color: white;
                }
                #cnt .exchange-rates nav a.active:hover {
                    text-decoration: none;
                    cursor: default;
                }


    #cnt .list-full-articles {

    }

        #cnt .list-full-articles .text {
            padding: 0;
        }

        #cnt .list-full-articles > li {
            overflow: hidden;
            padding: 10px 0 10px 0;
            margin-bottom: 5px;

            border-bottom: 1px solid #999;
        }

            #cnt .list-full-articles > li:last-child {
                border-bottom: none;
            }

        #cnt .list-full-articles time {
            display: block;
            font-size: 0.91em;
        }


    #cnt .list-articles {

    }

        #cnt .list-articles li,
        #cnt .list-links li,
        #cnt .list-expanded li,
        #cnt .list-banners li {
            overflow: hidden;
            padding: 10px 0;

            background: url(../images/live/line-separator.gif) repeat-x left bottom;
        }
            #cnt .list-articles li:last-child,
            #cnt .list-links li:last-child,
            #cnt .list-expanded li:last-child,
            #cnt .list-articles.no-hr li,
            #cnt .list-banners li:last-child {
                background: none;
            }

        #cnt .list-articles time {
            display: block;
            padding-bottom: 3px;

            font-size: 0.83em;
            line-height: 1.2em;
            color: #339900;
        }

        #cnt .list-articles img {
            float: left;
            margin: 0 10px 0 0;
        }
            #cnt .list-articles img.big {
                float: none;
                margin: 0;
            }

        #cnt .list-articles h3 {
            font-weight: bold;
        }

        #cnt .list-articles a {
            display: block;
            line-height: 1.1em;
            text-decoration: none;
        }
            #cnt .list-articles a:hover {
                text-decoration: underline;
            }

    #cnt .list-banners {

    }

        #cnt .list-banners a {
            display: block;
            text-decoration: none;
        }
            #cnt .list-banners a:hover {
                text-decoration: underline;
            }

        #cnt .list-banners img {
            display: block;
            margin-top: 2px;
        }

    #cnt .list-links {

    }

        #cnt .list-links a {
            padding-right: 10px;

            background: url(../images/live/list-link-arrow.png) no-repeat right center;

            text-decoration: none;
            color: #81379B;
        }
            #cnt .list-links a:hover {
                text-decoration: underline;
            }

            .style-about-us #cnt .list-links a,
            .style-careers #cnt .list-links a {
                background-image: url(../images/live/list-link-arrow-red.png);
            }
            .style-media #cnt .list-links a {
                background-image: url(../images/live/list-link-arrow-orange.png);
            }
            .style-business-clients #cnt .list-links a {
                background-image: url(../images/live/list-link-arrow-blue.png);
            }


    #cnt .list-links-tree {
        margin-left: 10px;
        font-size: 1.083em;
    }

        #cnt .list-links-tree > li {
            padding: 5px 0;

            border-bottom: 1px solid #D4D4D4;
        }
            #cnt .list-links-tree > li:last-child {
                border-bottom: none;
            }

            #cnt .list-links-tree ul {
                padding-left: 15px;
            }

        #cnt .list-links-tree a {
            display: block;

            text-decoration: none;
        }
            #cnt .list-links-tree a:hover {
                text-decoration: underline;
            }

            #cnt .list-links-tree > li > a,
            #cnt .list-links-tree > li > ul > li > a {
                padding: 0 0 0 13px;
                background: url(../images/live/list-links-tree-arrows.png) no-repeat 0 4px;
            }

            .style-about-us #cnt .list-links-tree > li > a,
            .style-about-us #cnt .list-links-tree > li > ul > li > a,
            .style-careers #cnt .list-links-tree > li > a,
            .style-careers #cnt .list-links-tree > li > ul > li > a {
                background-image: url(../images/live/list-links-tree-arrows-red.png);
            }

            .style-csr #cnt .list-links-tree > li > a,
            .style-csr #cnt .list-links-tree > li > ul > li > a {
                background-image: url(../images/live/list-links-tree-arrows-green.png);
            }

            .style-media #cnt .list-links-tree > li > a,
            .style-media #cnt .list-links-tree > li > ul > li > a {
                background-image: url(../images/live/list-links-tree-arrows-orange.png);
            }

            .style-business-clients #cnt .list-links-tree > li > a,
            .style-business-clients #cnt .list-links-tree > li > ul > li > a {
                background-image: url(../images/live/list-links-tree-arrows-blue.png);
            }

            #cnt .list-links-tree li.open > a {
                background-position: 0 -88px;
                color: #81379B;
            }

            #cnt .list-links-tree li.active a {
                color: #81379B;
            }
            #cnt .list-links-tree > li.active > a,
            #cnt .list-links-tree > li > ul > li.active > a {
                background-position: 0 -189px;
            }


            #cnt .list-links-tree ul ul li a {
                margin-left: 10px;
            }

    #cnt .list-links-downloads {
        padding: 10px 0 0 0;
    }

        #cnt .list-links-downloads li {
            padding: 0 0 5px 10px;

            background: url(../images/live/list-link-arrow.png) no-repeat 0 5px;
        }
            .style-about-us #cnt .list-links-downloads li,
            .style-careers #cnt .list-links-downloads li {
                background-image: url(../images/live/list-link-arrow-red.png);
            }
            .style-media #cnt .list-links-downloads li {
                background-image: url(../images/live/list-link-arrow-orange.png);
            }


            #cnt .list-links-downloads li.file-icon {
                padding-left: 15px;
                background: url(../images/live/list-link-download-icon.png) no-repeat left top;
            }

                .style-about-us #cnt .list-links-downloads li.file-icon,
                .style-careers #cnt .list-links-downloads li.file-icon {
                    background-image: url(../images/live/list-link-download-icon-red.png);
                }

                .style-media #cnt .list-links-downloads li.file-icon {
                    background-image: url(../images/live/list-link-download-icon-orange.png);
                }

        #cnt .list-links-downloads a {
            padding-right: 15px;
            background: url(../images/live/list-link-download-icon.png) no-repeat right top;

            text-decoration: none;
            color: #81379B;
        }
            .style-about-us #cnt .list-links-downloads a,
            .style-careers #cnt .list-links-downloads a {
                background-image: url(../images/live/list-link-download-icon-red.png);
            }
            .style-media #cnt .list-links-downloads a {
                background-image: url(../images/live/list-link-download-icon-orange.png);
            }

            #cnt .list-links-downloads a:hover {
                text-decoration: underline;
            }
            #cnt .list-links-downloads .no-icon a,
            #cnt .list-links-downloads .file-icon a {
                background: none;
            }


    #cnt .list-expanded {

    }

        #cnt .list-expanded a {
            text-decoration: none;
        }
            #cnt .list-expanded a:hover {
                text-decoration: underline;
            }

        #cnt .list-expanded h4 {
            padding-bottom: 5px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1.08em;
            color: #52AE30;
        }
            #cnt .list-expanded h4 a {
                color: #52ae30;
            }

        #cnt .list-expanded img {
            float: left;
            margin: 0 10px 5px 0;
        }

        #cnt .list-expanded .img {
            float: left;
            overflow: hidden;
        }

        #cnt .list-expanded p {
            line-height: 1.14em;
        }

            #cnt .list-expanded p a {
                color: #0D7DAF;
            }


    #cnt .list-fast-links {

    }

        #cnt .list-fast-links li {
            padding: 10px 0;
        }

            #cnt .list-fast-links .icon-loan {
                padding: 5px 0 5px 30px;
                background: url(../images/live/list-links-icons.png) no-repeat 0 0;
            }

            #cnt .list-fast-links .icon-deposit-calc {
                padding: 5px 0 5px 30px;
                background: url(../images/live/list-links-icons.png) no-repeat 0 -62px;
            }

            #cnt .list-fast-links .icon-chart {
                padding: 5px 0 5px 30px;
                background: url(../images/live/list-links-icons.png) no-repeat 0 -125px;
            }

            #cnt .list-fast-links .icon-info {
                padding: 5px 0 5px 30px;
                background: url(../images/live/list-links-icons.png) no-repeat 0 -186px;
            }

            #cnt .list-fast-links .icon-card {
                padding: 5px 0 5px 30px;
                background: url(../images/live/list-links-icons.png) no-repeat 0 -245px;
            }

            #cnt .list-fast-links .icon-note {
                padding: 5px 0 5px 30px;
                background: url(../images/live/list-links-icons.png) no-repeat 0 -310px;
            }

            #cnt .list-fast-links .icon-exchange {
                padding: 5px 0 5px 30px;
                background: url(../images/live/list-links-icons.png) no-repeat 0 -376px;
            }

    #cnt .banner {
        overflow: hidden;
    }

    #cnt .list-links-with-icons {
        overflow: hidden;
        padding: 10px 0 0 0;
    }

        #cnt .list-links-with-icons li {
            margin: 5px 0 10px 0;
        }

        #cnt .list-links-with-icons a {
            display: block;
            padding: 0 0 0 30px;
            /*background: url(../images/live/list-links-icons.png) no-repeat 0 0;*/
            background: url(../images/live/list-links-icons-v1.png) no-repeat 0 0;
            line-height: 1.16;
            text-decoration: none;
            color: #7F7F7F;

        }

        #cnt .fast-links .list-links-with-icons h3 a {
            padding: 0 0 0 30px;
            background: url(../images/live/list-links-icons.png) no-repeat 0 0;

            line-height: 1.66;
            text-decoration: none;
            color: #555;
        }
        #cnt .fast-links .list-links-with-icons a {
            background: none;
            padding:0;
            line-height: auto;
            }
            #cnt .list-links-with-icons a:hover {
                text-decoration: none;
            }
                #cnt .list-links-with-icons .icon-deposit-calc a {
                    /*background-position: 0 -62px;*/
                    background-position: 0 -466px;
                }
                    #cnt .list-links-with-icons .icon-deposit-calc a:hover  {
                        background-position: 0 -841px;
                    }
                    .style-individual-clients #cnt .list-links-with-icons .icon-deposit-calc a:hover  {
                       background-position: 0 -616px;
                    }
                    .style-business-clients #cnt .list-links-with-icons .icon-deposit-calc a:hover  {
                       background-position: 0 -691px;
                    }
                    .style-about-us #cnt .list-links-with-icons .icon-deposit-calc a:hover  {
                       background-position: 0 -841px;
                    }
                    .style-csr #cnt .list-links-with-icons .icon-deposit-calc a:hover  {
                       background-position: 0 -841px;
                    }
                    .style-media #cnt .list-links-with-icons .icon-deposit-calc a:hover  {
                       background-position: 0 -916px;
                    }
                #cnt .list-links-with-icons .icon-chart a {
                    /*background-position: 0 -125px;*/
                    background-position: 0 -996px;
                }
                    #cnt .list-links-with-icons .icon-chart a:hover  {
                        background-position: 0 -1371px;
                    }
                    .style-individual-clients #cnt .list-links-with-icons .icon-chart a:hover  {
                       background-position: 0 -1146px;
                    }
                    .style-business-clients #cnt .list-links-with-icons .icon-chart a:hover  {
                       background-position: 0 -1221px;
                    }
                    .style-about-us #cnt .list-links-with-icons .icon-chart a:hover  {
                       background-position: 0 -1371px;
                    }
                    .style-csr #cnt .list-links-with-icons .icon-chart a:hover  {
                       background-position: 0 -1371px;
                    }
                    .style-media #cnt .list-links-with-icons .icon-chart a:hover  {
                       background-position: 0 -1446px;
                    }
                #cnt .list-links-with-icons .icon-info a {
                    /*background-position: 0 -186px;*/
                    background-position: 0 -1516px;
                }
                    #cnt .list-links-with-icons .icon-info a:hover  {
                        background-position: 0 -1891px;
                    }
                    .style-individual-clients #cnt .list-links-with-icons .icon-info a:hover  {
                       background-position: 0 -1669px;
                    }
                    .style-business-clients #cnt .list-links-with-icons .icon-info a:hover  {
                       background-position: 0 -1744px;
                    }
                    .style-about-us #cnt .list-links-with-icons .icon-info a:hover  {
                       background-position: 0 -1891px;
                    }
                    .style-csr #cnt .list-links-with-icons .icon-info a:hover  {
                       background-position: 0 -1891px;
                    }
                    .style-media #cnt .list-links-with-icons .icon-info a:hover  {
                       background-position: 0 -1969px;
                    }
                #cnt .list-links-with-icons .icon-card a {
                    background-position: 0 -245px;
                }
                #cnt .list-links-with-icons .icon-note a {
                    /*background-position: 0 -310px;*/
                    background-position: 0 -2041px;
                }
                    #cnt .list-links-with-icons .icon-note a:hover  {
                        background-position: 0 -2415px;
                    }
                    .style-individual-clients #cnt .list-links-with-icons .icon-note a:hover  {
                       background-position: 0 -2191px;
                    }
                    .style-business-clients #cnt .list-links-with-icons .icon-note a:hover  {
                       background-position: 0 -2266px;
                    }
                    .style-about-us #cnt .list-links-with-icons .icon-note a:hover  {
                       background-position: 0 -2415px;
                    }
                    .style-csr #cnt .list-links-with-icons .icon-note a:hover  {
                       background-position: 0 -2415px;
                    }
                    .style-media #cnt .list-links-with-icons .icon-note a:hover  {
                       background-position: 0 -2491px;
                    }
                #cnt .list-links-with-icons .icon-exchange a {
                    background-position: 0 -376px;
                }

                #cnt .list-links-with-icons a:hover strong {
                    text-decoration: underline;
                }

        #cnt .list-links-with-icons strong {
            display: block;

            font-size: 1.08em;
            color: #339900;
        }


    #cnt .tabs {

    }

        #cnt .tabs .tab-links {
            position: relative;

            border-bottom: 1px solid #CFCFCF;
        }

            #cnt .tabs .tab-links a {
                float: left;
                overflow: hidden;
                padding: 5px 0 0 0;

                font-size: 1.16em;
                text-decoration: none;
                cursor: pointer;
            }

                #cnt .tabs .tab-links a span {
                    float: left;
                    padding: 5px 20px;
                    border-right: 1px solid #CFCFCF;
                    border-top: 1px solid #CFCFCF;

                    background: #F8F8F8;
                    background: -moz-linear-gradient(top, #FFF, #E8E8E8);
                    background: -webkit-linear-gradient(top, #FFF, #E8E8E8);
                    background: -ms-linear-gradient(top, #FFF, #E8E8E8);
                    background: linear-gradient(top, #FFF, #E8E8E8);
                }
                    #cnt .tabs .tab-links a.first span {
                        border-left: 1px solid #CFCFCF;
                    }

                #cnt .tabs .tab-links a.active {
                    position: relative;
                    margin: 0 0 -1px -1px;
                    padding: 5px 20px 0 20px;

                    background: white;
                    border-right: 1px solid #CFCFCF;
                    border-top: 1px solid #CFCFCF;
                    border-left: 1px solid #CFCFCF;
                }
                    #cnt .tabs .tab-links a.active.first {
                        margin-left: 0;
                        border-left: 1px solid #CFCFCF;
                    }

                    #cnt .tabs .tab-links a.active span {
                        padding: 5px 5px 4px 5px;


                        background: white;
                        border: none;
                        border-bottom: 2px solid #81379B;

                        color: #81379B;
                    }

        #cnt .tabs .tab-content {
            display: none;
            padding: 10px 0 0 0;
        }
            #cnt .tabs .tab-content.active {
                display: block;
            }

    #cnt .single-btn-huge {
        display: block;
        width: 100%;
        padding: 10px 0;

        background: #7C3593;
        background: -moz-linear-gradient(top, #953EB1, #752F87);
        background: -webkit-linear-gradient(top, #953EB1, #752F87);
        background: -ms-linear-gradient(top, #953EB1, #752F87);
        background: linear-gradient(top, #953EB1, #752F87);
        border: none;
        border-radius: 5px;

        text-decoration: none;
        text-align: center;
        color: white;
    }
        #cnt .single-btn-huge:hover {
            text-decoration: underline;
        }
        #cnt .single-btn-huge.half-size {
            width: 50%;
        }
        #cnt .single-btn-huge.on-right {
            float: right;
        }

    #cnt .single-btn-prev-product,
    #cnt .single-btn-next-product {
        display: block;
        padding: 10px 0 10px 20px;

        background: url(../images/live/single-btn-prev-arrows.png) no-repeat left center;

        text-decoration: none;
    }
        #cnt .single-btn-next-product {
            padding: 10px 20px 10px 0;
            background-position: right center;
            text-align: right;
        }

        #cnt .single-btn-prev-product span, #cnt .single-btn-next-product span {
            display: block;

            font-weight: bold;
            color: #81379B;
        }

        #cnt .single-btn-prev-product strong, #cnt .single-btn-next-product strong {
            display: block;
            font-size: 1.16em;
        }
        #cnt .single-btn-prev-product:hover strong, #cnt .single-btn-next-product:hover strong {
            text-decoration: underline;
        }

#cnt .carousel-simple {
    overflow: hidden;
}

    #cnt .carousel-simple ul {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 210px;
    }

    #cnt .carousel-simple li {
        overflow: hidden;
        box-shadow: 0 0 4px #CFCFCF;
    }

        #cnt .carousel-simple ul img {
            display: block;
        }

        #cnt .carousel-simple ul a {
            display: block;
        }

    #cnt .carousel-simple nav {
        padding: 20px 0 10px 0;
        overflow: hidden;
    }

        #cnt .carousel-simple nav a {
            float: left;
            overflow: hidden;
            margin: 0 3px;

            width: 10px;
            height: 10px;

            background: #9D9D9D;
            text-indent: -9999px;
            border-radius: 5px;
        }
            #cnt .carousel-simple nav a.current {
                background: #81379B;
            }



    #cnt .form-steps {
        padding-bottom: 10px;
    }

        #cnt .form-steps ul {
            overflow: hidden;
        }

            #cnt .form-steps ul li {
                float: left;
                width: 33%;

                text-align: center;
            }

            #cnt .form-steps ul span {
                padding: 0 5px;
            }
                #cnt .form-steps ul .complete span {
                    color: #81379B;
                }

        #cnt .form-steps ol {
            overflow: hidden;
            padding: 10px 0 10px 57px;
        }

            #cnt .form-steps ol li {
                float: left;
                overflow: hidden;
                width: 152px;

                background: url(../images/live/form-steps-line.png) repeat-x 0 17px;
            }

                #cnt .form-steps ol li.first {
                    width: 37px;
                }
                #cnt .form-steps ol li.complete {
                    background-position: 0 -180px;
                }

            #cnt .form-steps ol span {
                float: right;
                width: 35px;
                height: 35px;

                background: #F5F5F5;
                background: -moz-linear-gradient(top, #FFF, #E8E8E8);
                background: -webkit-linear-gradient(top, #fff, #E8E8E8);
                background: -ms-linear-gradient(top, #fff, #E8E8E8);
                background: linear-gradient(top, #fff, #E8E8E8);

                border: 1px solid #DBDBDB;
                border-radius: 2px;

                font-size: 1.16em;
                font-weight: bold;
                line-height: 35px;
                text-align: center;
            }

                #cnt .form-steps ol .complete span {
                    background: white;
                    box-shadow: 0 0 1px #81379B inset;
                    border-color: #81379B;
                    color: #81379B;
                }


    #cnt .form {
        clear: both;
    }
        #cnt .form.filters {
            background: #F8F8F8;
            background: -moz-linear-gradient(top, #FCFCFC, #F4F4F4);
            background: -webkit-linear-gradient(top, #FCFCFC, #F4F4F4);
            background: -ms-linear-gradient(top, #FCFCFC, #F4F4F4);
            background: linear-gradient(top, #FCFCFC, #F4F4F4);

            border: 1px solid #E4E4E4;
        }

        #cnt .form input[type=number],
        #cnt .form input[type=text],
        #cnt .form input[type=email],
        #cnt .form input[type=tel],
        #cnt .form input[type=password],
        #cnt .form input[type=date] {
            width: 208px;
        }

        #cnt .form input[type=checkbox],
        #cnt .form input[type=radio] {
            margin-right: 5px;
            vertical-align: text-top;
        }

            #cnt .form input.full {
                width: 442px;
            }

        #cnt .form select {
            width: 222px;
        }

            #cnt .form select.full {
                width: 456px;
            }

        #cnt .form textarea {
            width: 442px;
            min-height: 100px;
        }

        #cnt .form label {
            padding: 0 5px;
        }
            #cnt .form label.full {
                display: block;
                padding: 0 0 5px 0;
            }

        #cnt .form input.date-picker {
            overflow: hidden;
            width: 175px;
        }
            #cnt .form button.ui-datepicker-trigger {
                width: 27px;
                height: 24px;
                margin: 2px 0 0 4px;

                vertical-align: top;

                background: url(../images/live/input-date-icon.png) no-repeat 0 0;
                border: none;
            }

        #cnt .form ol {
            padding: 10px 0 0 0;
            overflow: hidden;
        }
            #cnt .form .simple-line ol {
                padding: 0;
            }

            #cnt .form.filters ol {
                padding: 2px 0 10px 10px;
            }

                #cnt .form.filters ol li {
                    width: auto;
                }
                    #cnt .form.filters ol li.second {
                        margin-right: 10px;
                    }

                    #cnt .form.filters ol li select {
                        width: 195px;
                    }

                    #cnt .form.filters ol li button {
                        display: block;
                        margin: 0 auto;
                        padding: 5px 10px;

                        background: #F2062E;
                        border: none;

                        color: white;

                        -moz-transition: ease-in 0.2s;
                        -webkit-transition: ease-in 0.2s;
                        transition: ease-in 0.2s;
                    }

                    #cnt .form.filters ol li button.ui-datepicker-trigger {
                        display: inline;
                        margin: 2px 0 0 4px;
                        vertical-align: top;
                        background: url(../images/live/input-date-icon.png) no-repeat 0 0;
                        border: none;
                    }

            #cnt .form ol li {
                float: left;
                width: 49%;
                min-height: 28px;
                padding: 10px 0 0 0;
            }

                #cnt .form ol li.require {

                }

                    #cnt .form ol .warning-text {
                        position: absolute;
                        margin: -20px 0 0 30px;
                        padding: 2px 7px;

                        background: #1A9657;
                        box-shadow: 1px 1px 3px #CFCFCF;

                        cursor: default;
                        font-size: 0.83em;
                        color: white;
                    }
                        #cnt .form ol .warning-text:before {
                            position: absolute;
                            content: " ";
                            width: 0;
                            height: 0;
                            margin-top: 20px;

                            border-left: 5px solid transparent;
                            border-right: 5px solid transparent;
                            border-top: 5px solid #f00;
                        }

                    #cnt .form li.require input[type=text],
                    #cnt .form li.require input[type=email],
                    #cnt .form li.require input[type=tel],
                    #cnt .form li.require input[type=password],
                    #cnt .form li.require input[type=date],
                    #cnt .form li.require select {
                        border: 1px solid red;
                    }

                /* Couse browser support of nth */
                #cnt .form ol li.full {
                    width: 100%;
                    float: none;
                }
                #cnt .form ol li.no-min-height {
                    min-height: 0;
                }
                #cnt .form ol li.first {
                    clear: both;
                }
                #cnt .form ol li.second {
                    float: right;
                }

                #cnt .form ol li.less {
                    width: 135px;
                }

                    #cnt .form ol li.less input[type=text] {
                        width: 110px;
                    }

                #cnt .form ol li.lesser {
                    width: 135px;
                }

                    #cnt .form ol li.lesser input[type=text] {
                        width: 80px;
                    }

                #cnt .form ol li.little-bit {
                    width: 180px;
                    padding-top: 15px;
                }

                #cnt .form ol li.verification-arrow {
                    background: url(../images/live/verification-arrow.png) no-repeat right center;
                }

                #cnt .form ol li.verification-code {
                    padding-top: 18px;
                }

        #cnt .form .buttons {
            overflow: hidden;
            padding: 15px 0;
        }

            #cnt .form .buttons button.submit {
                display: block;
                width: 200px;
                margin: 0 auto;
                padding: 10px;

                background: #339900;
                border: none;
                border-radius: 3px;

                color: white;

                -moz-transition: ease-in 0.2s;
                -webkit-transition: ease-in 0.2s;
                transition: ease-in 0.2s;
            }
                #cnt .form .buttons button.submit:hover {
                    background: #52AE30;
                }

                #cnt .form .buttons button.single-btn-huge {
                    width: 200px;
                    margin: 0 auto;
                }


            .request_credit_button button ,
            .request_credit_button button:hover,
            .request_credit_button  a,
            .request_credit_button  a:hover
                     {
                background: #52AE30 !important;
                width:100% !important;
                display: block;
                margin: 0 auto;
                padding: 10px 0;
                border: none;
                border-radius: 3px;
                color: white;
                -moz-transition: ease-in 0.2s;
                -webkit-transition: ease-in 0.2s;
                transition: ease-in 0.2s;
                text-align:center;
                text-decoration:none;
            }
            .request_credit_button button ,
            .request_credit_button a{
                text-transform: uppercase;
            }
            .request_credit_button button i,
            .request_credit_button a i{
                background: url(../images/live/credit_apply.png) no-repeat;
                width: 18px;
                height: 15px;
                display: inline-block;
                margin-right: 15px;
            }
            .style-business-clients .request_credit_button button,
            .style-business-clients .request_credit_button button:hover ,
            .style-business-clients .request_credit_button a,
            .style-business-clients .request_credit_button a:hover{
                background: #0E7EAF !important ;
            }
            .style-individual-clients .request_credit_button button,
            .style-individual-clients .request_credit_button button:hover ,
            .style-individual-clients .request_credit_button a,
            .style-individual-clients .request_credit_button a:hover{
                background: #82379B !important;
            }

            .style-about-us .request_credit_button button,
            .style-about-us  .request_credit_button button:hover ,
            .style-about-us  .request_credit_button a,
            .style-about-us  .request_credit_button a:hover    {
                background: #1A9657 !important;
            }
            .style-csr  .request_credit_button button,
            .style-csr  .request_credit_button button:hover ,
            .style-csr  .request_credit_button a,
            .style-csr  .request_credit_button a:hover    {
                background: #1A9657 !important;
            }
            .style-media .request_credit_button button,
            .style-media .request_credit_button button:hover ,
            .style-media .request_credit_button a,
            .style-media .request_credit_button a:hover    {
                background: #F16713 !important;
            }
        #cnt .def-list {
            overflow: hidden;
            padding: 15px 0;
        }

            #cnt .def-list dt {
                clear: both;
                float: left;

                width: 35%;
                margin: 0 0 10px 0;
            }

            #cnt .def-list dd {
                float: right;

                width: 65%;
                margin: 0 0 10px 0;
            }


    #cnt .invisible-table {
        width: 100%;
        border: none;
    }

        #cnt .invisible-table tbody {
            font-size: 1em;
        }

        #cnt .invisible-table td {
            padding: 0 0 15px 0;
            border: 0;
        }


    #cnt .list-albums {

    }
        #cnt .list-albums li {
            overflow: hidden;
            padding: 10px 0;
            margin-bottom: 5px;

            background: url(../images/live/line-separator.gif) repeat-x left bottom;
        }
            #cnt .list-albums li:last-child {
                background: none;
            }

        #cnt .list-albums h3 {
            padding-bottom: 5px;
            font-family: 'OpenSansReqular',Arial,sans-serif;
            font-size: 1.16em;
        }

        #cnt .list-albums p {
            padding-bottom: 10px;
        }

        #cnt .list-albums a.view-photos {
            padding-right: 15px;
            background: url(../images/live/list-links-tree-arrows.png) no-repeat right -191px;

            text-decoration: none;
            color: #82379B;
        }
            #cnt .list-albums a.view-photos:hover {
                text-decoration: underline;
            }

            .style-csr #cnt .list-albums a.view-photos {
                background-image: url(../images/live/list-links-tree-arrows-green.png);
            }
            .style-about-us #cnt .list-albums a.view-photos,
            .style-careers #cnt .list-albums a.view-photos {
                background-image: url(../images/live/list-links-tree-arrows-red.png);
            }
            .style-media #cnt .list-albums a.view-photos {
                background-image: url(../images/live/list-links-tree-arrows-orange.png);
            }

        #cnt .list-albums a.preview, #cnt .list-albums div.preview {
            float: left;
            overflow: hidden;
            width: 300px;
        }

            #cnt .list-albums a.preview img, #cnt .list-albums div.preview img {
                float: left;
                margin: 0 5px 5px 0;
            }


    #cnt .list-album-photos {

    }

        #cnt .list-album-photos li {
            float: left;
            margin-bottom: 15px;
        }
            #cnt .list-album-photos li.first {
                clear: both;
            }
            #cnt .list-album-photos li.second {
                float: right;
            }

#site-notification {
    overflow: hidden;
    padding: 5px 10px 5px 60px;
    margin: 5px 0 15px 0;
    min-height: 30px;

    background: url(../images/live/site-notification-ok.png) no-repeat 10px 5px;
    box-shadow: 0 0 3px #67A603;
}
    #site-notification.error {
        background-image: url(../images/live/site-notification-error.png);
        box-shadow: 0 0 3px #1A9657;
    }


#cnt .el-icon-pointer,
#cnt .el-icon-space,
#cnt .el-icon-phone,
#cnt .el-icon-facebook,
#cnt .el-icon-linkedin {
    padding-left: 15px;

    background: url(../images/live/icon-pointer.png) no-repeat left top;
}

    #cnt .el-icon-space {
        background: none;
    }

    #cnt .el-icon-phone {
        background-image: url(../images/live/icon-phone.png);
    }

    #cnt .el-icon-facebook {
        padding-left: 20px;
        background-image: url(../images/live/icon-facebook.png);
    }

    #cnt .el-icon-linkedin {
        padding-left: 20px;
        background-image: url(../images/live/icon-linkedin.png);
    }
        #cnt .heading-normal.el-icon-linkedin {
            padding-left: 25px;
            background-position: left center;
        }


    #cnt .paginator {
        padding: 10px 0;
        text-align: center;
    }

        #cnt .paginator li {
            display: inline;
            padding: 2px;
        }

        #cnt .paginator a {
            padding: 0 5px;

            font-size: 1.16em;
            text-decoration: none;
        }
            #cnt .paginator a:hover {
                text-decoration: underline;
            }

            #cnt .paginator .active a {
                color: #8237BC;
            }
                #cnt .paginator .active a:hover {
                    text-decoration: none;
                    cursor: default;
                }

        #cnt .paginator .prev {
            padding: 0 8px 0 0;
        }

        #cnt .paginator .next {
            padding: 0 0 0 8px;
        }

        #cnt .paginator .prev a,
        #cnt .paginator .next a {
            padding: 0 7px;
            background: #F5F5F5 url(../images/live/arrow-to-left.gif) no-repeat center center;
            box-shadow: 0 0 2px #999;
        }
            #cnt .paginator .next a {
                background-image: url(../images/live/arrow-to-right.gif);
            }

            #cnt .paginator .prev a:hover,
            #cnt .paginator .next a:hover {
                box-shadow: 0 0 2px #333;
            }

        #cnt .paginator .prev span,
        #cnt .paginator .next span {
            display: none;
        }


    #cnt .server-message {
        overflow: hidden;
        margin: 40px 0 0 0;

        background: url(../images/live/404.png) no-repeat 0 43px;
    }
        #cnt .server-message.success {
            background-image: url(../images/live/success.png);
        }

        #cnt .server-message p {
            padding: 50px 0 50px 100px;

            font-family: 'helvetica_neue_lt_cyrilli45Lt', Arial, sans-serif;
            font-size: 1.91em;
            line-height: 1;
        }

            #cnt .server-message p strong {
                display: block;
                padding-bottom: 10px;

                font-weight: bold;
                font-family: 'OpenSansReguar', Arial, sans-serif;
                font-size: 1.25em;

                color: #1A9657;
            }
                #cnt .server-message.success p strong {
                    color: #67A603;
                }

        #cnt .server-message a {
            display: block;
            margin: 0 auto;
            padding: 10px;

            width: 200px;

            background: #F2062E;
            border: none;
            border-radius: 3px;

            text-align: center;
            text-decoration: none;
            color: white;
        }

#calculator {

}
    .apply_credit_button {
        background-color:#52AE30;color:#fff;    display: inline-block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        vertical-align: middle;
        font-size: 17px;
        text-decoration: none;
    }
    .apply_credit_button:after{
        background: url("/web/images/live/loan_calc-icons.png") no-repeat scroll -204px -103px rgba(0, 0, 0, 0);
    }
    .apply_credit_button:after {
        content: "";
        height: 17px;
        width: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }
    #calculator ol {
        padding: 10px 20px 10px 20px;

        background: #F8F8F8;
        background: -moz-linear-gradient(top, #FCFCFC, #F4F4F4);
        background: -webkit-linear-gradient(top, #FCFCFC, #F4F4F4);
        background: -ms-linear-gradient(top, #FCFCFC, #F4F4F4);
        background: linear-gradient(top, #FCFCFC, #F4F4F4);

        border: 1px solid #E4E4E4;
    }

        #calculator ol li {
            overflow: hidden;
            padding-bottom: 5px;
        }
            #calculator ol li.button {
                padding: 20px 0 10px 0;
            }

        #calculator ol label {
            float: left;
            width: 250px;
        }

        #calculator ol strong,
        #calculator b {
            font-weight: bold;
        }

        #calculator .button button {
            display: block;
            margin: 0 auto;
            padding: 5px 10px;

            background: #339900;
            border: none;

            color: white;
        }

    #calculator h3 {
        padding: 5px 20px;
        background: #B2B2B2;
        font-weight: bold;
        font-size: 1.16em;
        color: white;
    }

    #calculator .result {
        overflow: hidden;
        padding: 0 0 0 0;
        background: #F6F6F6;
        border: 1px solid #E4E4E4;
    }
        #calculator .result.failed {
            padding: 10px 20px;
            color: red;
        }

        #calculator .result p {
            overflow: hidden;
            padding: 5px 20px;
        }
            #calculator .result p:nth-child(2n)
            {
                background: white;
            }

            #calculator .result p b {
                float: left;
                width: 300px;
            }

            #calculator .result p span {
                float: right;
                width: 120px;
            }

#currency-converter {
    padding: 10px;
    margin: 20px 0;

    background: #F8F8F8;
    background: -moz-linear-gradient(top, #FCFCFC, #F4F4F4);
    background: -webkit-linear-gradient(top, #FCFCFC, #F4F4F4);
    background: -ms-linear-gradient(top, #FCFCFC, #F4F4F4);
    background: linear-gradient(top, #FCFCFC, #F4F4F4);

    border: 1px solid #E4E4E4;
}

    #currency-converter .buttons {
        padding: 20px 0 10px 0;
        text-align: center;
    }

        #currency-converter .buttons button {
            display: block;
            margin: 0 auto;
            padding: 5px 10px;

            background: #F2062E;
            border: none;

            color: white;
        }

    #currency-converter ul {
        overflow: hidden;
    }

        #currency-converter ul strong {
            display: block;
            margin-bottom: 10px;
            font-weight: bold;
        }

        #currency-converter ul select {
            float: left;
            width: 120px;
            margin: 0 5px 5px 0;
        }

        #currency-converter ul input {
            float: left;
            width: 120px;
            margin: 0 5px 5px 0;
        }

        #currency-converter ul .results {
            display: block;
            clear: both;

            margin-top: 5px;
        }

            #currency-converter ul p span {
                display: block;
                padding: 5px 0;
            }

        #currency-converter ul label {
            float: left;
            width: 120px;
            text-align: right;
            margin: 5px 5px 5px 0;
        }

        #currency-converter ul li {
            overflow: hidden;
            float: left;
            width: 34%;
        }
            #currency-converter ul li.first {
                width: 40%;
            }

            #currency-converter ul li.last {
                width: 25%;
            }

/* Text boxes */
.text {
    padding-top: 10px;
}

    .text strong {
        font-weight: bold;
    }

    .text em {
        font-style: italic;
    }

    .text ul,
    .text ol {
        padding: 3px 0 3px 5px;
    }

        .text ol li {
            list-style: decimal;
            list-style-position: inside;
        }

        .text ul li {
            /*list-style: disc;*/
            list-style-position: inside;
        }

    .text p {
        padding-bottom: 10px;
    }

        .text p.scream {
            font-size: 1.5em;
            text-align: center;
            text-transform: uppercase;
        }

    .text img {
        margin-bottom: 5px;
    }

    .text h1,
    .text h2,
    .text h3,
    .text h4,
    .text h5,
    .text h6 {
        padding-bottom: 7px;
        font-family: 'helvetica_neue_lt_cyri55roman', Arial, sans-serif;
    }

    .text h1 {
        padding-bottom: 10px;
        font-size: 1.58em;
    }

    .text h2 {
        padding-bottom: 10px;
        font-size: 1.50em;
    }

    .text h3 {
        font-size: 1.41em;
    }

    .text h4 {
        font-size: 1.33em;
    }

    .text h5 {
        font-size: 1.25em;
    }

    .text h6 {
        font-size: 1.16em;
    }

    .text a.download {
        padding-left: 14px;

        background: url(../images/live/list-link-download-icon.png) no-repeat left top;
    }
        .style-about-us .text a.download,
        .style-careers .text a.download {
            background: url(../images/live/list-link-download-icon-orange-red.png) no-repeat left top;
        }
        .style-media .text a.download {
            background: url(../images/live/list-link-download-icon-orange.png) no-repeat left top;
        }

    .text a.see-more {
        padding-left: 10px;

        background: url(../images/live/list-link-arrow.png) no-repeat left center;
    }

    .text a.get-more {
        padding-right: 10px;

        background: url(../images/live/arrow-to-right-red.png) no-repeat right center;
        text-decoration: none;
    }
        .text a.get-more:hover {
            text-decoration: underline;
        }

    .text table {
        width: 100%;
        margin-bottom: 15px;
    }

        .text table td,
        .text table thead th {
            padding: 5px 10px;
            border: 1px solid #CACACA;
        }

        .text table thead th,
        .text table thead td {
            background: #E1E1E1;
            background: -moz-linear-gradient(top, #EAEAEA, #D0D0D0);
            background: -webkit-linear-gradient(top, #EAEAEA, #D0D0D0);
            background: -ms-linear-gradient(top, #EAEAEA, #D0D0D0);
            background: linear-gradient(top, #EAEAEA, #D0D0D0);
        }

        .text table td.right {
            text-align: right;
        }

        .text table td.nowrap {
            white-space: nowrap;
        }

        .text table td.center,
        .text table th.center {
            text-align: center;
        }

        .text table tbody {
            font-size: 0.91em;
        }
/* Home Page new BOX */
.homepage-preview-box{
	width:220px;
}
	.homepage-preview-box p{
		display:inline-block;
		max-width: 220px;
		margin: 15px 0;
		font-size: 13px;
	}
	/*
    .homepage-preview-box a:before {
		background: url("/web/images/live/homepage-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		content: "";
		display: inline-block;
		height: 7px;
		left: 0;
		position: absolute;
		top: 6px;
		width: 4px;
	}
    */
	.homepage-preview-box a.arrow_before {
		color: #81379b;
		display: inline-block;
		font-size: 14px;
		padding-left: 10px;
		position: relative;
		text-decoration: none;
	}
    .homepage-preview-box a{
        text-decoration: none;
    }
    .homepage-preview-box a:hover{
        text-decoration: underline;
    }
	.homepage-preview-box a.arrow_before:before{
		background: url("/web/images/live/homepage-arrow.png") no-repeat;
		content: "";
		display: inline-block;
        left: 0;
        top: 6px;
        position: absolute;
		height: 7px;
		padding-right: 10px;
		width: 4px;
	}
	.preview-box-image-title{
		width:200px;
	}
	.homepage-preview-box .preview-box-image-title h4 {
		display: inline-block;
		font-size: 17px;
		margin-left: 15px;
		max-width: 151px;
		text-transform: uppercase;
		text-align: left;
	}
	.homepage-preview-box .preview-box-image-title img, .homepage-preview-box .preview-box-image-title h4 {
		float: left;
	}

/* Carousel */
#home-carousel {
    position: relative;

    height: 495px;
}

    #home-carousel ul {
        overflow: hidden;
        height: 495px;
    }

    #home-carousel li {
        float: left;
        position: relative;
        width: 1040px;
        height: 495px;
    }

        #home-carousel li a.info {
            position: absolute;
            bottom: 20px;
            left: 70px;
            padding: 20px;

            max-width: 560px;

            background: white;

            font-family: 'helvetica_neue_lt_cyrilli45Lt', Arial, sans-serif;
            font-size: 1.66em;
            text-transform: uppercase;
            text-decoration: none;

            filter: alpha(opacity=80);
            opacity: 0.8;
        }
            #home-carousel li a.info:hover {
                filter: alpha(opacity=100);
                opacity: 1;
            }

            #home-carousel li a.info strong {
                display: block;
                padding: 0 0 5px 0;
                font-weight: normal;
                font-family: 'helvetica_neue_lt_cyri55roman', Arial, sans-serif;
                color: #129FC9;
            }

            #home-carousel li a.info span {
                display: block;

                font-size: 0.8em;
                color: #4D4D4D;
            }

    #home-carousel .play-pause {
        position: absolute;
        overflow: hidden;
        bottom: 20px;
        right: 70px;

        width: 30px;
        height: 30px;

        background: white url(../images/live/carousel-controllers.png) no-repeat -69px 11px;

        text-indent: -9999px;

        filter: alpha(opacity=80);
        opacity: 0.8;
    }
        #home-carousel .play-pause.paused {
            background-position: -110px 10px;
        }
        #home-carousel .play-pause:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    #home-carousel .paginate-links {
        position: absolute;
        overflow: hidden;
        bottom: 20px;
        right: 110px;
        height: 30px;
        padding: 0 10px;

        background: white;

        filter: alpha(opacity=80);
        opacity: 0.8;
    }
        #home-carousel .paginate-links:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

        #home-carousel .paginate-links a {
            float: left;
            overflow: hidden;
            width: 13px;
            height: 12px;
            margin: 10px 2px 0 2px;

            background: white url(../images/live/carousel-controllers.png) no-repeat 0 0;

            text-indent: -9999px;
        }
            #home-carousel .paginate-links a.selected {
                background-position: -35px 0;
            }


/* Colour schemas (for every button) */
.style-individual-clients .list-links-with-icons a strong,
.style-individual-clients #cnt .box-important h6 a,
.style-individual-clients #cnt .box-important h6,
.style-individual-clients #cnt .box-important h5,
.style-individual-clients #cnt .text a,
.style-individual-clients #cnt .list-links-with-icons strong,
.style-individual-clients #cnt .text li {
    color: #82379B;
}

.style-individual-clients #cnt .box-important .contact, .style-individual-clients #cnt .box-important .talk {
    background-image: url(../images/live/box-important-icons-individual-clients.png);
}

.style-about-us .list-links-with-icons a strong,
.style-about-us #cnt .box-important h6 a,
.style-about-us #cnt .box-important h6,
.style-about-us #cnt .box-important h5,
.style-about-us #cnt .text a,
.style-about-us #cnt .list-links-downloads li,
.style-about-us #cnt .list-links-downloads a,
.style-about-us #cnt .list-links-tree li.active a,
.style-about-us #cnt .list-links-tree li.open > a,
.style-about-us #cnt .tabs .tab-links a.active span,
.style-about-us #cnt .paginator .active a,
.style-about-us #cnt .list-albums a.view-photos,
.style-about-us #cnt .text li  {
    color: #339900;
}

.style-about-us #cnt .tabs .tab-links a.active span {
    border-color: #339900;
}


.style-csr .list-links-with-icons a strong,
.style-csr #cnt .box-important h6 a,
.style-csr #cnt .box-important h6,
.style-csr #cnt .box-important h5,
.style-csr #cnt .text a,
.style-csr #cnt .list-links-downloads li,
.style-csr #cnt .list-links-downloads a,
.style-csr #cnt .list-links-tree li.active a,
.style-csr #cnt .list-links-tree li.open > a,
.style-csr #cnt .tabs .tab-links a.active span,
.style-csr #cnt .list-links-with-icons strong,
.style-csr #cnt .paginator .active a,
.style-csr #cnt .list-albums a.view-photos,
.style-csr #cnt .text li  {
    color: #1A9657;
}

.style-csr #cnt .box-important .contact, .style-csr #cnt .box-important .talk {
    background-image: url(../images/live/box-important-icons-csr.png);
}

.style-media .list-links-with-icons a strong,
.style-media #cnt .box-important h6 a,
.style-media #cnt .box-important h6,
.style-media #cnt .box-important h5,
.style-media #cnt .text a,
.style-media #cnt .list-links-downloads li,
.style-media #cnt .list-links-downloads a,
.style-media #cnt .list-links-tree li.active a,
.style-media #cnt .list-links-tree li.open > a,
.style-media #cnt .tabs .tab-links a.active span,
.style-media #cnt .list-links-with-icons strong,
.style-media #cnt .list-full-articles time,
.style-media #cnt .paginator .active a,
.style-media #cnt .list-albums a.view-photos,
.style-media #cnt .text li {
    color: #F16713;
}

.style-media #cnt .box-important .contact, .style-media #cnt .box-important .talk {
    background-image: url(../images/live/box-important-icons-media.png);
}

.style-business-clients .list-links-with-icons a strong,
.style-business-clients #cnt .box-important h6 a,
.style-business-clients #cnt .box-important h6,
.style-business-clients #cnt .box-important h5,
.style-business-clients #cnt .text a,
.style-business-clients #cnt .list-links-downloads li,
.style-business-clients #cnt .list-links-downloads a,
.style-business-clients #cnt .list-links-tree li.active a,
.style-business-clients #cnt .list-links-tree li.open > a,
.style-business-clients #cnt .tabs .tab-links a.active span,
.style-business-clients #cnt .list-links-with-icons strong,
.style-business-clients #cnt .list-full-articles time,
.style-business-clients #cnt .paginator .active a,
.style-business-clients #cnt .list-albums a.view-photos,
.style-business-clients #cnt .list-links a,
.style-business-clients #cnt .text li {
    color: #0E7EAF;
}
.style-business-clients #cnt .tabs .tab-links a.active span {
    border-bottom: 2px solid #0E7EAF;
}

.style-business-clients #cnt .box-important .contact, .style-business-clients #cnt .box-important .talk {
    background-image: url(../images/live/box-important-icons-business.png);
}

.style-careers .list-links-with-icons a strong,
.style-careers #cnt .box-important h6 a,
.style-careers #cnt .box-important h6,
.style-careers #cnt .box-important h5,
.style-careers #cnt .text a,
.style-careers #cnt .list-links-downloads li,
.style-careers #cnt .list-links-downloads a,
.style-careers #cnt .list-links-tree li.active a,
.style-careers #cnt .list-links-tree li.open > a,
.style-careers #cnt .tabs .tab-links a.active span,
.style-careers #cnt .list-links-with-icons strong,
.style-careers #cnt .list-full-articles time,
.style-careers #cnt .paginator .active a,
.style-careers #cnt .list-albums a.view-photos,
.style-careers #cnt .list-links a,
.style-careers #cnt .text li {
    color: #339900;
}

.style-careers #cnt .tabs .tab-links a.active span {
    border-color: #339900;
}


/* Contrast list, .can-contrast - custom contrast text */
.contrast,
.contrast .can-contrast,
.contrast #top-menu nav > a,
.contrast #top-menu menu a,
.contrast #top-menu form input,
.contrast #head nav .sub ul .title a,
.contrast #head nav .sub.column-layout a,
.contrast #home-carousel li a strong,
.contrast #footer-nav nav a,
.contrast #footer-nav nav,
.contrast footer menu a,
.contrast footer,
.contrast footer nav > a,
.contrast #cnt .list-articles time,
.contrast #cnt .list-articles a,
.contrast #cnt .box-important a,
.contrast #cnt .box-important h6,
.contrast #cnt .box-important h5,
.contrast #cnt .box-important p,
.contrast #cnt .list-expanded h4,
.contrast #cnt .list-expanded h4 a,
.contrast #cnt .list-expanded p a,
.contrast #cnt .list-links-with-icons a strong,
.contrast #cnt .list-links a,
.contrast #cnt .box-important h6 a,
.contrast #cnt .text a,
.contrast #cnt .list-links-downloads a,
.contrast #cnt .list-links-downloads a {
    color: black;
}

/* Text resize */
.biggest .text-resize {
    font-size: 115%;
}
.biggest .text-resize .tab-links a {
    font-size: none;
}
.big .text-resize {
    font-size: 110%;
}
.small .text-resize {
    font-size: 90%;
}
.smaller .text-resize {
    font-size: 85%;
}

/* Calculators addition */
#calculator .currency {
    display: block;
    float: left;
    background: #b2b2b2;
    color:#FFF;
    font-size:9px;
    text-align: center;
    line-height:31px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-decoration: none;
    margin:0 0 0 3px;
}

#calculator .currency.active {
     background: #339900;
}

#calculator ol li {
    line-height: 31px;
    margin:0 0 10px 0;

}

#calculator ol li input, #calculator ol li select {
    float:right;
    width: 150px;
}
#calculator ol li input {
    width:137px;
    text-align: right;
}

#calculator table.result {
    border: none;
}

#calculator table.result td {
    padding:5px 5px;
}
#calculator table.result tr.odd td {
    background: #FFF;
}

#calculator table.result tr td.nowrap {
    white-space: nowrap;
}

/* Custom file inputs */
.customfile-input { position: absolute; height: 30px; width:100%; top:0px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 1;  }

.customfile { width: 100%; background: #FFF; cursor: pointer; padding: 0px;  position: relative; border:1px solid #adadad;}
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback { display: block;  font-size: 1em; color: #999; padding:5px; }
.customfile-feedback-populated {  display: block;  font-size: 1em; color: #555; padding:5px;  }
.customfile-button {
    position: absolute;
    top:-1px;
    right:1px;
    background: #eeeeee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
    color:#333;
    width: 100px;
    text-align: center;
    height:27px;
    line-height: 28px;
    border:1px solid #adadad;

  }
/*.customfile-hover .customfile-button, .customfile-focus .customfile-button  { color:#111; background: #aaa url(../images/bg-btn.png) bottom repeat-x; border-color:#aaa;  padding: .3em .6em;  }*/
.customfile-focus .customfile-button { outline: 1px dotted #ccc;  }

/*file type icons*/
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp { background-image: url(../images/icon-image.gif);}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v { background-image: url(../images/icon-media.gif);}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit { background-image: url(../images/icon-zip.gif);}


/* Search */
#search .search-form {
    background: #efefef;
    padding:8px 0 8px 8px;
}

#search .search-form input {
    padding: 3px 6px;
    line-height: 1.4em;
    -webkit-appearance: textfield;
    border: none;
    border: 1px solid #898989;
    float:left;
    width: 260px;
}

#search .search-form button {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 27px;
    height: 24px;
    background: #5C5C5C url(../images/live/btn-search.png) no-repeat center center;
    background: url(../images/live/btn-search.png) no-repeat center center, -moz-linear-gradient(top, #909090, #5C5C5C);
    background: url(../images/live/btn-search.png) no-repeat center center, -webkit-linear-gradient(top, #909090, #5C5C5C);
    background: url(../images/live/btn-search.png) no-repeat center center, -ms-linear-gradient(top, #909090, #5C5C5C);
    background: url(../images/live/btn-search.png) no-repeat center center, linear-gradient(top, #909090, #5C5C5C);
    border: none;
    text-indent: -9999px;
}
#search .result {
    height: 100px;
    border-bottom: 1px solid #b0b4b6;
}

#search .result.faq {
	height: auto;
}

#search h2.heading-search {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 18px;
    padding-bottom: 0;
    margin-left:5px;
}
#search .result h2.heading-search a {
    text-decoration: none;
}
#search .result h2.heading-search a:hover {
    text-decoration: underline;
}

#search .result p {
    margin-bottom: 7px;
    margin-left:5px;
    height: 38px;
    padding-bottom: 0;
    overflow: hidden;
}

#search .result.faq p {
	height:auto;
	margin-bottom:17px;
}

#search .result ol {
    margin-left:5px;
}
#search .result ol li {
    list-style-type: none;
}

/* Fix bullets for content to go inside */
.text ul {

}
.text li, #cnt li {
    list-style-position: inside;
    list-style-type: inherit;
}
.text li span.li_content {
    color: #555;
}

.loading {
    width: 100%;
    height: 20px;
    background: url(../images/live/preloader.gif) no-repeat center center;
    visibility: hidden;
}

#cnt .carousel-promo {
    overflow: hidden;
    position: relative;
}

    #cnt .carousel-promo ul {
        position: relative;
        overflow: hidden;
        width: 460px;
        height: 232px;
    }

    #cnt .carousel-promo li {
        overflow: hidden;
        float: left;
        position: relative;
    }

        #cnt .carousel-promo ul img {
            display: block;
        }

        #cnt .carousel-promo ul a {
            display: block;
        }

   #cnt .carousel-promo .paginate-links {
        position: absolute;
        overflow: hidden;
        bottom: 0px;
        right: 0px;
        height: 30px;
        padding: 0 10px;

        background: white;

        filter: alpha(opacity=80);
        opacity: 0.8;
    }
        #cnt .carousel-promo .paginate-links:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

        #cnt .carousel-promo .paginate-links a {
            float: left;
            overflow: hidden;
            width: 13px;
            height: 12px;
            margin: 10px 2px 0 2px;

            background: white url(../images/live/carousel-controllers.png) no-repeat 0 0;

            text-indent: -9999px;
        }
            #cnt .carousel-promo .paginate-links a.selected {
                background-position: -35px 0;
            }



    /* Accordion */
    .accordion {
        border-bottom: 1px solid #d5d5d5 !important;
    }

    .accordion .ui-corner-all,
    .accordion .ui-corner-top,
    .accordion .ui-corner-right,
    .accordion .ui-corner-right,
    .accordion .ui-corner-tr,
    .accordion .ui-corner-bottom
       {
        border-top: 1px solid #d5d5d5;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

    .accordion.ui-accordion .ui-state-default .ui-accordion-content
       {
        border: 0px;
        border-bottom: 1px solid #d5d5d5;
        padding: 0px 34px 20px;
        margin: 0;
    }


    .accordion.ui-accordion .ui-accordion-header
       {
        line-height: 34px;
        font-size: 14px;
        font-family: Arial,Helvetica,sans-serif;
        padding: 0px 34px;
        text-transform: uppercase;
        color: #5d5d5d;
    }
    .accordion.ui-accordion .ui-accordion-header-active
       {
        background-color: #f8f8f8;
    }
    .accordion.ui-accordion .ui-accordion-content.ui-accordion-content-active{
        background: #f8f8f8;
        font-size: 13px;
        line-height: 1.3;
        font-family: Arial,Helvetica,sans-serif;
        color: #7f7f7f;
        padding: 0px 34px 20px;
    }
    .accordion.ui-accordion .ui-helper-reset.ui-accordion-header{
        line-height: 34px;
        font-size: 14px;
    }
    .accordion.ui-accordion .ui-helper-reset.ui-accordion-content{
        font-size: 13px;
        line-height: 1.3;
        padding: 0px 34px 20px;
    }
    .accordion.ui-accordion .ui-accordion-content{
        padding: 0px 34px 20px;
    }
    .accordion .ui-state-default,
    .accordion .ui-widget-content .ui-state-default,
    .accordion .ui-widget-header .ui-state-default
       {
        background: none;
    }

    .accordion.ui-accordion .ui-accordion-header.ui-state-default::after{
        content: "";
        right: 0.5em;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        height: 16px;
        width: 16px;
    }
    .accordion.ui-accordion .ui-accordion-header-active.ui-state-active::after{
        content: "";
        right: 0.5em;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        height: 16px;
        width: 16px;

    }

    .accordion .ui-state-default .ui-icon.accordion-arrow-e{
        background: url("../images/live/accordion-sprite_v1.png") no-repeat scroll -251px -30px rgba(0, 0, 0, 0);
    }
    /* default RED */
    .accordion.ui-accordion .ui-accordion-header-active,
    .accordion.ui-accordion .ui-accordion-header:hover{
        color: #1A9657;
    }
    .accordion .ui-state-active .ui-icon.accordion-arrow-s{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -274px -7px;
    }
    .accordion.ui-accordion .ui-accordion-header.ui-state-default::after{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -205px -7px;
    }
    .accordion.ui-accordion .ui-accordion-header-active.ui-state-active::after{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -226px -7px;
    }
    /* individual */
    .style-individual-clients .accordion.ui-accordion .ui-accordion-header-active,
    .style-individual-clients .accordion.ui-accordion .ui-accordion-header:hover{
        color: #82379b;
    }
    .style-individual-clients .accordion .ui-state-active .ui-icon.accordion-arrow-s{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -75px -7px;
    }
    .style-individual-clients .accordion.ui-accordion .ui-accordion-header.ui-state-default::after{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -7px -7px;
    }
    .style-individual-clients .accordion.ui-accordion .ui-accordion-header-active.ui-state-active::after{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -28px -7px;
    }
    /* business */
    .style-business-clients .accordion.ui-accordion .ui-accordion-header-active,
    .style-business-clients .accordion.ui-accordion .ui-accordion-header:hover{
        color: #0e7eaf;
    }
    .style-business-clients .accordion .ui-state-active .ui-icon.accordion-arrow-s{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -173px -7px;
    }
    .style-business-clients .accordion.ui-accordion .ui-accordion-header.ui-state-default::after{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -104px -7px;
    }
    .style-business-clients .accordion.ui-accordion .ui-accordion-header-active.ui-state-active::after{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -125px -7px;
    }
    /* csr */
    .style-csr .accordion.ui-accordion .ui-accordion-header-active,
    .style-csr .accordion.ui-accordion .ui-accordion-header:hover{
        color: #1a9657;
    }
    .style-csr .accordion .ui-state-active .ui-icon.accordion-arrow-s{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -75px -34px
    }
    .style-csr .accordion.ui-accordion .ui-accordion-header.ui-state-default::after{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -6px -34px;
    }
    .style-csr .accordion.ui-accordion .ui-accordion-header-active.ui-state-active::after{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -27px -34px;
    }
    /* media */
    .style-media .accordion.ui-accordion .ui-accordion-header-active,
    .style-media .accordion.ui-accordion .ui-accordion-header:hover{
        color: #f16713;
    }
    .style-media .accordion .ui-state-active .ui-icon.accordion-arrow-s{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -171px -34px
    }
    .style-media .accordion.ui-accordion .ui-accordion-header.ui-state-default::after{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -102px -34px;
    }
    .style-media .accordion.ui-accordion .ui-accordion-header-active.ui-state-active::after{
        background: url(../images/live/accordion-sprite_v1.png)  no-repeat -123px -34px;
    }

    /* COOKIE MESSAGE START */
    #cookie_warn{
        padding: 10px 0 1px;
        width: 100%;
        color: #000000;
        background: #e5e5e5;
        z-index: 666;
        font-size: 14px;
    }
    #cookie_warn > div{
       width: 960px;
       margin: 0 auto;
       position: relative;
    }
    #cookie_warn > div p{
        font-size: 18px;
        text-transform: uppercase;
        margin-right:20px;
    }
    #cookie_warn a{
        color: #000000;
        text-transform: none;
        cursor: pointer;
        font-size: 12px;
    }
    #cookie_warn a.close{
        text-indent: -9999px;
        right: 0;
        position: absolute;
        background: url(../images/live/close_cookie_message.png) no-repeat center center;
        color:#aeaeae;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
    }
    #cookie_warn span{
        display: inline-block;
        margin: 10px 0;
        line-height: 20px;
    }
    #cookie_warn div ul li{
        float: left;
        margin-right: 40px;
    }
    #cookie_warn div ul li a{
        font-family: Arial;
        font-style: normal;
    }
    /* COOKIE MESSAGE END */

    /*New ATM Map Page*/

    .map-holder{}
    .map-holder:after{
        content: '';
        display: block;
        clear: both;
    }

    .map-holder aside{
        width: 25%;
        height: 550px;
        float: left;
        overflow: auto;
    }

    .list-offices{

    }

    .list-offices li{
        border-bottom: 1px solid #e3e3e3;
    }

    .list-offices li:last-child{
        border-bottom: none;
    }

    .list-offices li a{
        background: url(../images/live/location-icon.png) 2px 18px no-repeat;
        padding: 15px 0 15px 20px;
        font-size: 14px;
        color: #000;
        text-decoration: none;
        display: block;
    }

    .list-offices li a strong{
        margin: 0 0 3px;
        font-size: 17px;
        color: #52AE30;
        display: block;
        font-weight: normal;
    }

    .map-box{
        width: 74%;
        float: right;
    }

    .map-box .map-top{
        background: #eeeeee;
        padding: 30px 10px 10px;
    }

    .map-box .map-top:after{
        content: '';
        display: block;
        clear: both;
    }

    .map-box .map-top > div{
         width: 72%;
         float: left;
         box-sizing: border-box;
    }

    .map-box .map-top > div.map-select{
        width: 28%;
        padding: 0 12px 0 0;
    }

    .map-box .map-top > div strong{
        font-size: 14px;
        color: #000;
        display: block;
    }

    .map-box .map-top > div select{
        width: 100%;
    }

    .map-box .map-top ul{
        margin: 13px 0 0;
    }

    .map-box .map-top ul li{
        margin: 0 10px 10px 0;
        display: inline-block;
    }

    .map-box .map-top ul li a{
        padding: 0 0 0 20px;
        font-size: 14px;
        color: #000;
        text-decoration: none;
        position: relative;
    }

    .map-box .map-top ul li a:before{
        content: '';
        background: #fff;
        width: 12px;
        height: 12px;
        border: 1px solid #c6c6c6;
        border-radius: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .map-box .map-top ul li.current a:after{
        content: '';
        background: #339900;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 4px;
        z-index: 1;
    }

    .map-box .map-top ul li a i{
        margin: 0 2px 0 0;
    }

    .map-cont{
        width: 100%;
        height: 440px;
        margin: 10px 0;
    }

    .office-worktime{
        margin: 50px 0 0;
        font-size: 14px;
    }

    .office-worktime > h5{
        background: url(../images/live/calendar-icon.png) 0 0 no-repeat;
        min-height: 91px;
        margin: 0 0 30px;
        padding: 0 0 0 125px;
        font-size: 24px;
        color: #000;
        line-height: normal;
    }

    .office-worktime > h5 strong{
        font-size: 60px;
        color: #52AE30;
        display: block;
        line-height: normal;
    }

    .office-worktime table{
        width: 100%;
        margin: 0 0 10px;
        table-layout: fixed;
    }

    .office-worktime table thead{}

    .office-worktime table thead tr th{
        padding: 10px;
        text-align: left;
    }

    .office-worktime table thead tr th:first-child{
        padding: 10px 0;
    }

    .office-worktime table tbody tr th{
        background: #e6e6e6;
        padding: 10px;
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        border-top: 1px solid #000;
        vertical-align: top;
    }

    .office-worktime table tbody tr th strong{
        font-size: 24px;
        color: #000;
        font-weight: normal;
        text-transform: capitalize;
    }

    .office-worktime table tbody tr td{
        padding: 10px;
        font-size: 14px;
        color: #000;
        vertical-align: top;
    }

    .office-worktime table tr th:nth-child(2),
    .office-worktime table tr td:nth-child(2){
        width: 40%;
    }

    .office-worktime table tr span{
        display: block;
    }

    /*end New ATM Map Page*/

    .location-icon{
        background: url(../images/live/location-icon.png) 0 0 no-repeat;
        width: 10px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
    }

    .atm-icon{
        background: url(../images/live/atm-icon.png) 0 0 no-repeat;
        width: 18px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
    }

    .time-icon{
        background: url(../images/live/time-icon.png) 0 0 no-repeat;
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: middle;
    }

    .bank-icon{
        background: url(../images/live/bank-icon.png) 0 0 no-repeat;
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .text-center{
        text-align: center;
    }

    /*Loader*/

    .cs-loader {
      background: #000;
      background: rgba(0, 0, 0, 0.8);
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;


      display: none;
    }

    .cs-loader-inner {
      transform: translateY(-50%);
      top: 50%;
      position: absolute;
      width: calc(100% - 200px);
      color: #FFF;
      padding: 0 100px;
      text-align: center;
    }

    .cs-loader-inner figure {
        margin: 0 4px;
        padding: 0;
      font-size: 20px;
      opacity: 0;
      display:inline-block;
    }

    @keyframes lol {
      0% {
        opacity: 0;
        transform: translateX(-300px);
      }
      33% {
        opacity: 1;
        transform: translateX(0px);
      }
      66% {
        opacity: 1;
        transform: translateX(0px);
      }
      100% {
        opacity: 0;
        transform: translateX(300px);
      }
    }

    @-webkit-keyframes lol {
      0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
      }
      33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
      }
      66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
      }
      100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
      }
    }

    .cs-loader-inner figure:nth-child(6) {
      -webkit-animation: lol 3s infinite ease-in-out;
      animation: lol 3s infinite ease-in-out;
    }

    .cs-loader-inner figure:nth-child(5) {
      -webkit-animation: lol 3s 100ms infinite ease-in-out;
      animation: lol 3s 100ms infinite ease-in-out;
    }

    .cs-loader-inner figure:nth-child(4) {
      -webkit-animation: lol 3s 200ms infinite ease-in-out;
      animation: lol 3s 200ms infinite ease-in-out;
    }

    .cs-loader-inner figure:nth-child(3) {
      -webkit-animation: lol 3s 300ms infinite ease-in-out;
      animation: lol 3s 300ms infinite ease-in-out;
    }

    .cs-loader-inner figure:nth-child(2) {
      -webkit-animation: lol 3s 400ms infinite ease-in-out;
      animation: lol 3s 400ms infinite ease-in-out;
    }

    .cs-loader-inner figure:nth-child(1) {
      -webkit-animation: lol 3s 500ms infinite ease-in-out;
      animation: lol 3s 500ms infinite ease-in-out;
    }

.red-color{
    color: #1A9657;
    font-weight: bold;
    font-size: 16px;
}
/**
* New Client form
*/
/*Radio btns  */
.client-form {
    padding-top: 22px;
}
.client-form h3 {
    font-size:20px;
    line-height: 31px;
    text-transform: uppercase;
    border-bottom: 1px solid #4b4b4b;
}
.client-form,
.client-form h3 {
    padding-right: 30px;
}
.client-type {
    font-size: 0;
    /* padding-left: 5px; */
}
.client-type>span {
    font-size: 13px;
    display: inline-block;
}
.client-form .client-radio {
    display: inline-block;
    padding-top: 10px;
    font-size: 13px;
    border-bottom: 2px solid #52AE30;
}
.client-form .client-radio>div {
    display: inline-block;
    padding: 15px 25px ;
    position: relative;

}
.client-form .client-radio>div.checked{
    background: #52AE30;
}
.client-form .client-radio>div.checked {
    color: #fff;
}
.client-form .client-radio label,
.client-form .client-radio input {
    vertical-align: middle;

}


/*Text inputs  */
.client-form input:focus,
.client-form textarea:focus {
    border-color: #52AE30 !important;
    background-color: #fbfbfb !important;
}

.client-form select:focus {
    border-color: #52AE30 !important;
}
.client-form-grid {
    font-size: 0;
    margin: 0 -1%;
    box-sizing: border-box;
}
ul.client-form-grid {
    padding: 10px 0 5px;
}
.client-form-grid>.col {
    font-size:13px;
    line-height: 26px;
    padding: 0 7px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}
.client-form-grid>.col-50 {
    width:50%;
}
.client-form-grid>.col label {
    display: block;
}
.client-form-grid>.col input {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.client-form-grid>.col-100 {
    padding-top: 20px;
    width: 100%;
}
.client-form-grid>.col-100 textarea {
    width: 100%;
    height: 105px;
    padding: 15px;
    box-sizing: border-box;
    resize: none;
}
/*Date and hour  */
.client-form-grid h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.client-form-grid .select select{
    width: 100%;
    padding: 5px;
    position: relative;
    border: 1px solid #adadad;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/red-arrow-select.png') no-repeat right center;
    text-indent: 1px;

}
/*btn submit  */
#cnt .client-form .client-form-submit {
    height: 50px;
    width: 210px;
    margin-top: 22px;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    background: #52AE30;
    color: #fff;
    border: none;
    float: right;
}
#cnt .client-form .col-100 .warning-text {
    bottom: -15px;
}
 #cnt .client-form .warning-text {
    position: absolute;
    margin: 0;
    bottom: -25px;
    padding: 0px 7px;
    color: #1A9657;
    cursor: default;
    font-size: 0.83em;
}
@media only screen and (max-width: 980px) {
    .client-form-grid>.col-50 {
        width: 100%;
    }
    .client-form-grid>.col-50.select {
        padding-top: 5px;
    }
     .client-form .client-type>span {
        display: block;
        padding: 30px 0 15px;
        font-size: 15px;
    }
    .client-form .client-radio {
        width: 100%;
        margin: 0;
    }
    .client-form .client-radio>div {
        display: block;
    }
    .client-form-grid>.col-50 {
        padding-top: 15px;

    }
    .client-form-grid .calendar .ui-datepicker-trigger{
        top: 60px;
    }
    .client-form-grid h4 {
        padding-bottom: 0;
    }
    #cnt .client-form input[type=number]:hover,
    #cnt .client-form input[type=number]:focus,
    #cnt .client-form input[type=text]:hover,
    #cnt .client-form input[type=text]:focus,
    #cnt .client-form input[type=email]:hover,
    #cnt .client-form input[type=email]:focus,
    #cnt .client-form input[type=tel]:hover,
    #cnt .client-form input[type=tel]:focus #cnt .new-form input[type=password]:hover,
    #cnt .client-form input[type=password]:focus,
    #cnt .client-form input[type=date]:hover,
    #cnt .client-form input[type=date]:focus,
    #cnt .client-form textarea:hover,
    #cnt .client-form textarea:focus {
        font-size: 15px !important;
    }
}




/*------------------------------------*\
     #NEW FORM STYLES
\*------------------------------------*/


/*Text inputs  */

.new-form {
    clear: both;
}
#cnt .new-form h3.heading-normal {
	font-weight:bold
}
#cnt .new-form input[type=number],
#cnt .new-form input[type=text],
#cnt .new-form input[type=email],
#cnt .new-form input[type=tel],
#cnt .new-form input[type=password],
#cnt .new-form input[type=date] {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5px;
}

#cnt .new-form textarea {
    width: 100%;
    padding: 5px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5px;
}

#cnt .new-form ol {
    padding: 0;
    overflow: hidden;
}

#cnt .new-form input[type=text].date-picker {
    overflow: hidden;
    width: 175px;
}

#cnt .new-form input.full {
    width: 100%;
}

#cnt .new-form input[type=checkbox],
#cnt .new-form input[type=radio] {
    margin-right: 5px;
    vertical-align: text-top;
}

#cnt .new-form p.warning-text {
    position: absolute;
    bottom: -5px;
    margin: 0;
    padding: 0px;
    color: #1A9657;
    cursor: default;
    font-size: 0.83em;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#cnt .new-form p.warning-text::before {
    display: none;
}

.new-form input:focus,
.new-form textarea:focus {
    border-color: #52AE30 !important;
    background-color: #fbfbfb !important;
}

.new-form select:focus {
    border-color: #52AE30 !important;
}

.new-form li {
    position: relative;
}

#cnt .new-form ol li {
    float: left;
    width: 49%;
    min-height: 28px;
    padding: 5px 0;
}
#cnt .new-form .push {
    height: 15px;
}
#cnt .new-form  ol li.first {
    clear: both;
}

.new-form ol li.first {
    clear: both;
}

#cnt .new-form fieldset ol li.full.require {
    padding-bottom: 5px;
}

.new-form textarea {
    height: 105px;
    padding: 15px;
    margin: 9px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

#cnt .new-form textarea {
    min-height: 100px;
}

#cnt .new-form select {
    width: 100%;
    padding: 5px;
    position: relative;
    border: 1px solid #adadad;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/red-arrow-select.png') no-repeat right -11px;
    text-indent: 1px;
    margin: 0 0 12px;
}

#cnt .new-form ol li.full {
    float: left;
    width: 100%;
}

#cnt .new-form select.full {
    width: 100%;
}

#cnt .new-form ol li.second {
    float: right;
}

#cnt .new-form ol li.multiple-radios {
    width: 100%;
}

#cnt .new-form label {
    font-size: 13px;
    line-height: 26px;
    padding: 0;
}

#cnt .new-form .buttons button.submit {
    height: 50px;
    width: 210px;
    padding: 0;
    margin-top: 22px;
    font-size: 15px;
    background: #339900;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
}

#cnt .new-form .buttons {
    overflow: hidden;
    padding: 15px 0;
}
@media only screen and (max-width: 980px) {
    #cnt .new-form {
        clear: both;
        width: 290px;
        margin: 0 auto;
    }
    #cnt .form input.date-picker {
        width: 230px!important;
    }
    #cnt .new-form input[type=number],
    #cnt .new-form input[type=text],
    #cnt .new-form input[type=email],
    #cnt .new-form input[type=tel],
    #cnt .new-form input[type=password],
    #cnt .new-form input[type=date],
    #cnt .new-form textarea,
    #cnt .new-form select {
        width: 100% !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    #cnt .new-form ol li {
        width: 100%;
        float: none;
    }
    #cnt .new-form input[type=number]:hover,
    #cnt .new-form input[type=number]:focus,
    #cnt .new-form input[type=text]:hover,
    #cnt .new-form input[type=text]:focus,
    #cnt .new-form input[type=email]:hover,
    #cnt .new-form input[type=email]:focus,
    #cnt .new-form input[type=tel]:hover,
    #cnt .new-form input[type=tel]:focus #cnt .new-form input[type=password]:hover,
    #cnt .new-form input[type=password]:focus,
    #cnt .new-form input[type=date]:hover,
    #cnt .new-form input[type=date]:focus,
    #cnt .new-form textarea:hover,
    #cnt .new-form textarea:focus {
        font-size: 15px !important;
    }
}
.style-individual-clients .request_credit_button button, .style-individual-clients .request_credit_button button:hover, .style-individual-clients .request_credit_button a, .style-individual-clients .request_credit_button a:hover {
    background: #82379B !important;
}


#footer-nav.footerV2 a.no-text ,
#footer-nav.footerV2 .bankonweb div > a{
    font-size: 0;
}

#footer-nav.footerV2 {
    border-top: 2px solid #52ae30;
    background-color: #f5f5f5;
    padding: 0 35px;
    box-sizing: border-box;
    margin: 0;
	clear: both;
}

#footer-nav.footerV2 .mobile {
    display: none;
}

#footer-nav nav a.gplus:hover {
    opacity: 0.8;
}

#footer-nav.footerV2 .title {
    font-family: Arial;
    font-size: 15px;
    text-align: left;
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
    background: none;
    padding: 0;
    box-sizing: border-box;
}

#footer-nav nav:nth-child(4n) div {
    padding: 0;
}

#footer-nav.footerV2 nav div a {
    font-family: Arial;
    display: block;
    font-size: 13px;
    text-align: left;
    color: #626262;
    margin-bottom: 13px;
    background: url(../images/live/arrow-to-right-red.png) no-repeat left 3px;
    padding-left: 15px;
    box-sizing: border-box;
}

#footer-nav.footerV2 .wrapper {
    font-size: 0;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
}

#footer-nav.footerV2 nav {
    float: none;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 40px 0 10px;
    box-sizing: border-box;
}


/* social links */

#footer-nav.footerV2 nav .social {
    background-image: none;
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
}

#footer-nav.footerV2 nav .facebook,
#footer-nav.footerV2 nav .linkedin,
#footer-nav.footerV2 nav .youtube,
#footer-nav.footerV2 nav .gplus {
    width: 42px;
    height: 42px;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: none;
    overflow: visible;
    text-indent: 1px;
    margin-right: 13px;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

#footer-nav.footerV2 nav .facebook {
    background-image: url('../images/live/fb.png');
    background-image: none, url('../images/live/fb.svg'), url('../images/live/fb.png');
}

#footer-nav.footerV2 nav .linkedin {
    background-image: url('../images/live/in.png');
    background-image: none, url('../images/live/in.svg'), url('../images/live/in.png');
}

#footer-nav.footerV2 nav .youtube {
    background-image: url('../images/live/yt.png');
    background-image: none, url('../images/live/yt.svg'), url('../images/live/yt.png');
}

#footer-nav.footerV2 nav .gplus {
    background-image: url('../images/live/gplus.png');
    background-image: none, url('../images/live/gplus.svg'), url('../images/live/gplus.png');
}


/* end social links */


/* Mobile applications */

#footer-nav.footerV2 nav.mobile-applications .gplay,
#footer-nav.footerV2 nav.mobile-applications .applestore {
    display: block;
    background: none;
    padding: 0;
    margin-bottom: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 189px;
    height: 44px;
}

#footer-nav.footerV2 nav.mobile-applications .gplay {
    background-image: url('../images/live/google-play.png');
    background-image: none, url('../images/live/google-play.svg'), url('../images/live/google-play.png');
}

#footer-nav.footerV2 nav.mobile-applications .applestore {
    background-image: url('../images/live/app-store.png');
    background-image: none, url('../images/live/app-store.svg'), url('../images/live/app-store.png');
}


/* End Mobile applications */

#footer-nav.footerV2 nav.bankonweb div > a {
    font-size: 0 !important;
}
#footer-nav.footerV2 .wrapper.mobile nav div > strong{
    display: none;
}



#footer-nav.footerV2 nav.bankonweb {
    background: none;
    padding: 0;
    position: relative;
    top: 22px;
    height: 147px;
    background-image: url(../images/live/devices.png);
    background-repeat: no-repeat;
}


/* small footer */

.mini-footer .wrapper {
    max-width: 960px;
    margin: 0 auto;
}

.mini-footer menu a,
.mini-footer menu strong,
.mini-footer nav>a {
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    color: #626262;
    font-weight: 400;
}

.mini-footer nav>a {
    background: #C8C8C8 url('../images/live/sx-small-arrow-open.png') no-repeat 95% center;
}

.mini-footer nav:hover>a {
    background: #C8C8C8 url('../images/live/sx-small-arrow-open.png') no-repeat 95% center;
}


/* Large quick links */

.quicklinks {
    padding: 40px 0;
	clear:both;
}

.quicklinks ul {
    font-size: 0;
    width: 100%;
    text-align: center;
}

.quicklinks ul li {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    box-sizing: border-box;
   /* width: 155px;*/
}

.quicklinks ul li a {
    display: block;
    text-decoration: none;
}

.quicklinks ul li a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 52px;
    max-width: 85px;
}

.quicklinks strong {
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    color: #000000;
    font-weight: 400;
}

@media screen and (max-width:980px) {
    #footer-nav.footerV2 {
        padding: 0 20px;
    }
    .mini-footer {
        height: auto;
    }
    #footer-nav.footerV2 nav {
        width: 33.333%;
    }
    .mini-footer {
        padding-bottom: 98px;
        position: relative;
    }
    .mini-footer nav {
        position: absolute;
        bottom: 60px;
        right: 20px;
        left: 20px;
        /* display: block;
        float: none; */
    }
    .mini-footer nav>a {
        background: #fff url(../images/live/sx-small-arrow-open.png) no-repeat 98% center;
        padding: 5px 20px 5px 10px;
    }
    .mini-footer nav:hover>a {
        background: #eee url(../images/live/sx-small-arrow-open.png) no-repeat 98% center;
    }
    .mini-footer nav::after {
        content: '';
        height: 2px;
        width: 100%;
        bottom: -18px;
        position: absolute;
        background-color: #c5c5c5;
    }
    .mini-footer nav ul {
        width: 100%;
        left: 0;
    }
    .mini-footer .studiox {
        position: absolute;
        bottom: 4px;
        right: 20px;
        text-align: right;
    }
    .mini-footer .societe {
        position: absolute;
        bottom: 10px;
        left: 20px;
    }
    .mini-footer menu {
        float: none;
        margin: 0 auto;
        font-size: 0;
        display: block;
        padding: 20px 20px 0;
        text-align: left;
    }
    .mini-footer menu strong {
        display: none;
    }
    .mini-footer menu a {
        /* display: inline-block;
        width: 50%; */
        margin-left: 30px;
        font-family: Arial;
        font-size: 14px;
        text-align: center;
        color: #303030;
    }
    .mini-footer menu a:first-child {
        margin-left: 0;
    }
    .quicklinks {
        padding: 20px 0;
    }
    .quicklinks ul,
    .quicklinks ul li {
        -webkit-transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .quicklinks ul li a {
        transform: scaleY(1);
    }
    .quicklinks ul {
        text-align: center;
        margin: 0;
        padding: 0;
        /* width: 550px; */
        list-style: none;
        font-size: 0;
    }
    .quicklinks li {
        font-size: 12px;
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 150px;
        zoom: 1;
        *display: inline;
    }
    .quicklinks strong {
        font-size: 13px;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    #footer-nav.footerV2 nav .facebook,
    #footer-nav.footerV2 nav .linkedin,
    #footer-nav.footerV2 nav .youtube,
    #footer-nav.footerV2 nav .gplus {
        background-size: contain;
        margin-right: 5px;
        width: 32px;
        height: 32px;
    }
    .quicklinks ul li {
        display: inline-block;
        padding: 15px 0;
        vertical-align: bottom;
    }
    .quicklinks ul li.width33 {
        width: 33.3333%;
    }
    .quicklinks ul li.width50 {
        width: 50%;
    }
    .quicklinks strong {
        font-size: 13px;
    }
}

@media screen and (max-width: 650px) {
    #footer-nav.footerV2 nav {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    #footer-nav.footerV2 .mobile {
        display: block;
        padding-bottom: 10px;
    }
    #footer-nav.footerV2 .desktop {
        display: none;
    }
    .mini-footer menu a {
        display: inline-block;
        width: 50%;
        margin: 0;
        margin-bottom: 10px;
        text-align: left;
    }
    /* .quicklinks ul li {
            width: 115px;
        }  */
    .quicklinks ul li a img {
        height: 40px;
    }
    /*------------------------------------*\
            #Footer menu
        \*------------------------------------*/
    #footer-nav.footerV2 nav {
        display: block;
        width: 100%;
    }
    /* social to top */
    #footer-nav.footerV2 nav.social-links {
        padding: 0;
        border-bottom: solid 2px #e4e4e4;
        text-align: center;
    }
    #footer-nav.footerV2 nav .facebook,
    #footer-nav.footerV2 nav .linkedin,
    #footer-nav.footerV2 nav .youtube,
    #footer-nav.footerV2 nav .gplus {
        display: inline-block;
    }
    #footer-nav.footerV2 nav.social-links div {
        padding: 10px 0;
    }
    #footer-nav nav.social-links .title {
        display: none;
    }
    #footer-nav.footerV2 nav.bankonweb {
        background-image: url('../images/live/devices-small.png');
    }
    #footer-nav.footerV2 nav {
        padding: 20px 0 0;
    }
    #footer-nav.footerV2 nav div a.title {
        margin: 0;
        padding-right: 10px;
        background-image: url('../images/live/arrow-to-right-red.png');
        background-repeat: no-repeat;
        background-position: right;
        font-family: Arial;
        font-size: 15px;
        text-align: left;
        color: #303030;
    }
    #footer-nav.footerV2 nav div a {
        display: none;
    }
    #footer-nav.footerV2 nav div a.title {
        display: inline-block;
    }
    #footer-nav.footerV2 nav {
        display: block;
        margin: 0 auto;
        width: 100%;
        /* text-align: center; */
    }
    #footer-nav.footerV2 nav a {
        margin: 0 auto;
        text-align: center;
    }
    #footer-nav.footerV2 nav .social {
        margin: 0;
    }
    #footer-nav.footerV2 nav .icon {
        height: 32px;
        width: 32px;
    }
    /* static img */
    #footer-nav {
        padding: 0 20px;
    }
    #footer-nav nav div {
        padding: 0;
    }
    /* mobile links */
    #footer-nav.footerV2 nav .mobile-app:last-of-type {
        margin-bottom: 0;
    }
    /* end mobile links */
    #footer-nav.footerV2 nav.bankonweb {
        display: inline-block;
        width: 83px;
    }
    #footer-nav.footerV2 nav.mobile-applications {
        display: inline-block;
        width: calc(100% - 83px);
    }
    #footer-nav.footerV2 nav.mobile-applications a {
        display: block;
        float: left;
        clear: both;
    }
    #footer-nav.footerV2 nav.mobile-applications div {
        padding: 19px 0px;
        padding-left: 15px;
        display: inline-block;
    }
    #footer-nav.footerV2 nav.mobile-applications strong {
        font-family: Arial;
        font-size: 15px;
        text-align: center;
        color: #515151;
        text-transform: initial;
    }
    #footer-nav.footerV2 nav.mobile-applications .gplay,
    #footer-nav.footerV2 nav.mobile-applications .applestore {
        background-size: contain;
        width: 172px;
    }
    #footer-nav.footerV2 nav.bankonweb {
        position: relative;
        top: 19px;
        width: 83px;
        height: 147px;
    }
}

#logo-with-slogan a img {
    width: auto;
}
#cnt #custom-css.tabs #calculator ol li.button ul li a.calculate {
    background-color: #339900 !important;
}

#cnt #custom-css.tabs #calculator ol li.button ul li a.calc_ask {
    background-color: #339900 !important;
}

#cnt #custom-css.tabs .tab-links a.active span {
    color: #52AE30 !important;
}

#cnt #custom-css.tabs .rangeslider__fill {
    background-color: #52ae30 !important;
}

#cnt #custom-css.tabs #calculator ol li div.slider-input-fill input {
    color: #52AE30 !important;
}
#cnt #custom-css.tabs #calculator ol li.slider_amount label.currency-prefix, #cnt #custom-css.tabs #calculator ol li.slider_period label.month-prefix {
    color: #52AE30 !important;
}
.pdf_link span {
    color: #339900 !important;
}
.tooltip {
    background: url(/web/images/live/list-links-icons-v1.png) no-repeat 0 -1890px !important;
}