﻿body {
    font-family: "lft-etica",sans-serif;
}

#main {
    font-family: "lft-etica",sans-serif;
}

    #main.home .menu ul {
        border-bottom: 1px solid #C9D1D9;
        border-bottom: 1px solid rgba(38, 71, 104, 0.25);
    }

.wrapper {
    position: relative;
    width: 960px;
    margin: auto;
}

.breadcrumb {
    display: none;
}

hr {
    margin: 50px 0;
}

h1 {
    font-weight: 300;
    font-size: 48px;
    color: #264768;
    line-height: 58px;
    margin: 0 0 24px 0;
}

h2 {
    font-weight: 300;
    font-size: 40px;
    color: #264768;
    line-height: 44px;
    margin: 0 0 24px 0;
}

h3 {
    font-weight: 400;
    font-size: 24px;
    color: #274869;
    line-height: 30px;
}

h4 {
    font-weight: 600;
    font-size: 18px;
    color: #274869;
    line-height: 22px;
    text-transform: uppercase;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #62676C;
    line-height: 24px;
    letter-spacing: 0.5px;
    display: block;
    position: relative;
}

    p.big_desc {
        font-size: 18px;
        color: #666666;
        line-height: 24px;
        margin: 40px 0;
    }

strong {
    font-weight: 600;
}

a {
    color: #4892DB;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        color: #ED8107;
    }

    a:focus {
        outline: none;
    }

hr {
    clear: both;
}

table {
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px solid #C9D1D9;
}

    table tr th {
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
        letter-spacing: 0px;
        text-transform: uppercase;
        background-color: #4892DC;
        padding: 12px;
    }

    table tr td {
        padding: 12px;
        font-weight: 400;
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        letter-spacing: 0px;
        border: 1px solid #C9D1D9;
    }

        table tr td a {
            color: #4892DB;
            text-decoration: none;
        }

            table tr td a:hover {
                text-decoration: underline;
            }

        table tr td.topic {
            font-weight: 600;
        }

/*----------------------------------------------
Text section
----------------------------------------------*/
.text p {font-size: 18px; max-width: 796px; margin: 14px auto;}
.text p a {text-decoration: underline}
.text table {max-width: 796px; margin: 40px auto}
.text h3 {max-width: 796px; margin: 40px auto 22px}
.text ol {max-width: 776px; margin: 18px auto; padding: 0 0 0 40px}
.text ol li {font-size: 18px; color: #666666; line-height: 24px; letter-spacing: 0}
.text ul {max-width: 778px; margin: 18px auto; padding: 0 0 0 40px}
.text ul.share {margin: -5px auto 0}
.text ul.share li:before {content: ""; display: none}
.text ul li {font-size: 18px; color: #666666; line-height: 24px; letter-spacing: 0.5px}
.text ul li:before {display: block; position: relative; max-width: 0; max-height: 0; left: -15px; top: 0; color: #666666; font-size: 20px}
.text ul li.blue:before {color: #4892DB}
.text ul li.blue:hover:before {color: #ED8107}
.text ul li a {text-decoration: underline}
.text figure {margin: 40px 0; z-index: 9; position: relative}
.text figure.left {float: left; margin: 0px 24px 24px 0; z-index: 300}
.text figure.left img {height: auto}
.text figure.left .caption {max-width: 1000px}
.text figure.right {float: right; margin: 0px 0px 24px 24px}
.text figure.right img {height: auto}
.text figure.medium {display: block; margin: 40px auto}
.text figure.medium img {display: block; position: relative; margin: auto; width: 632px}
.text .caption {font-weight: 400; font-size: 14px; color: #666666; line-height: 20px; letter-spacing: 0.5px; margin-top: 10px; display: block}

.page_subtitle {
    margin: 26px 0 40px;
    font-weight: 400;
    font-size: 22px;
    color: #4892DC;
    line-height: 28px;
    letter-spacing: 0px;
}

.quotation {
    border-top: 1px solid #C9D1D9;
    border-bottom: 1px solid #C9D1D9;
    padding: 15px 0;
    position: relative;
    margin: auto;
    max-width: 796px;
    margin: 28px auto 0;
    z-index: 300;
}

    .quotation.right {
        float: right;
        width: 304px;
        margin: 5px 0px 30px 30px;
    }

        .quotation.right p {
            margin-bottom: 0px;
        }

    .quotation.left {
        float: left;
        width: 304px;
        margin: 5px 30px 30px 0px;
    }

        .quotation.left p {
            margin-bottom: 0px;
        }

blockquote {
    font-style: italic;
    font-size: 18px;
    color: #274869;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

cite {
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    letter-spacing: 0px;
    font-style: normal;
}

    cite span {
        font-weight: 600;
        color: #2D2D2D;
    }

.date_top {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    margin-bottom: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    color: #999999;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.share {
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    display: block;
    margin-bottom: 13px;
}

    .share li {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: .8;
        list-style: none;
        float: left;
        margin: 0 5px;
    }

        .share li:before {
            content: "";
            display: none;
        }

        .share li:last-child {
            margin-right: 0;
        }

        .share li:hover {
            opacity: 1;
        }

        .share li.separator {
            background-color: #C9D1D9;
            display: block;
            width: 1px;
            position: relative;
            height: 22px;
            top: 1px;
        }

        .share li.sharetext {
            font-weight: 800;
            font-size: 11px;
            color: #888888;
            line-height: 22px;
            letter-spacing: 0.5px;
            margin-top: 3px;
            text-transform: uppercase;
        }

        .share li a {
            font-weight: 800;
            font-size: 11px;
            color: #3C5999;
            line-height: 22px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            text-decoration: none !important;
        }

            .share li a.st_facebook_custom {
                background: url('../imgs/share_facebook.png') left center no-repeat;
                padding-left: 10px;
            }

            .share li a.st_linkedin_custom {
                background: url('../imgs/share_linkedin.png') left center no-repeat;
                padding-left: 14px;
                color: #0085AF;
            }

            .share li a.st_twitter_custom {
                background: url('../imgs/share_twitter.png') left center no-repeat;
                padding-left: 15px;
                color: #00AAED;
            }

            .share li a.print {
                background: url('../imgs/share_print.png') left center no-repeat;
                padding-left: 20px;
                color: #888888;
            }

            .share li a.st_sharethis_custom {
                background: url('../imgs/share_more.png') left center no-repeat;
                padding-left: 19px;
                color: #5AA624;
            }

.border_bottom {
    border-bottom: 1px solid #C9D1D9;
}

.page #header {
    background: none;
    background-color: #fff;
    border-bottom: 1px solid #C9D1D9;
    margin-bottom: 0;
}

.page .content {
    padding-top: 38px;
    padding-bottom: 50px;
    background-color: #F5F8FA;
    background-image: -o-linear-gradient(-90deg, #f5f8fa 70%, white 100%);
    background-image: -moz-linear-gradient(-90deg, #f5f8fa 70%, white 100%);
    background-image: -webkit-linear-gradient(-90deg, #f5f8fa 70%, white 100%);
    background-image: -ms-linear-gradient(-90deg, #f5f8fa 70%, white 100%);
    background-image: linear-gradient(-180deg, #f5f8fa 70%, white 100%);
}

#header {
    background: url(../imgs/bg_home.png) bottom center no-repeat;
    position: relative;
    display: block;
    margin-bottom: 50px;
}

    #header .responsive_menu {
        display: none;
    }

    #header .language_links_mobile {
        display: none;
    }

    #header .joinus {
        position: absolute;
        display: block;
        text-indent: -1000px;
        overflow: hidden;
        bottom: -111px;
        left: -166px;
        width: 124px;
        height: 122px;
        z-index: 10001;
    }

        #header .joinus.fixed {
            position: fixed;
            top: 259px;
        }

        #header .joinus.closeen {
            background: url(../imgs/joinus_close_EN.png) center center no-repeat;
            right: -156px;
            left: auto;
            z-index: 10001;
        }
        
        #header .joinus.closefr {
            background: url(../imgs/joinus_close_FR.png) center center no-repeat;
            right: -156px;
            left: auto;
            z-index: 10001;
        }
        
        #header .joinus.closees {
            background: url(../imgs/joinus_close_ES.png) center center no-repeat;
            right: -156px;
            left: auto;
            z-index: 10001;
        }
        
    #header .joinusen {
        background: url(../imgs/joinus_open_EN.png) center center no-repeat;
    }
    
    #header .joinusfr {
        background: url(../imgs/joinus_open_FR.png) center center no-repeat;
    }
    
    #header .joinuses {
        background: url(../imgs/joinus_open_ES.png) center center no-repeat;
    }

    #header .logo {
        margin: 0;
        padding: 0;
        z-index: 6;
    }

        #header .logo a {
            z-index: 2;
            margin: 0;
            padding: 0;
            position: absolute;
            display: block;
            left: 0;
            top: 40px;
            background: url(../imgs/logo.png) center center no-repeat;
            width: 304px;
            height: 53px;
            text-indent: -1000px;
            overflow: hidden;
        }

    #header .right {
        position: absolute;
        top: 18px;
        right: 0;
        z-index: 2;
    }

        #header .right .language_links {
            margin: 0;
            padding: 0;
            float: right;
        }

            #header .right .language_links li {
                list-style: none;
                float: left;
                height: 14px;
                line-height: 14px;
                position: relative;
                margin: 0 11px;
            }

                #header .right .language_links li.current {
                    display: none;
                }

                #header .right .language_links li.separator {
                    margin: 0 0px;
                }

                    #header .right .language_links li.separator span {
                        display: block;
                        position: relative;
                        top: 1px;
                        width: 1px;
                        height: 12px;
                        background: #C9D1D9;
                    }

                #header .right .language_links li a {
                    display: block;
                    position: relative;
                    font-family: "lft-etica",sans-serif;
                    font-weight: 600;
                    font-size: 12px;
                    color: #274869;
                    height: 14px;
                    line-height: 14px;
                    text-decoration: none;
                    letter-spacing: 0.4px;
                }

                    #header .right .language_links li a:hover {
                        color: #ed8107;
                    }

        #header .right .search {
            position: relative;
            display: block;
            margin-top: 22px;
        }

            #header .right .search input {
                border: 0;
                background: none;
                border-radius: 2px;
                background: #FFFFFF;
                border: 1px solid #CED4D9;
                -moz-box-shadow: inset 0px 1px 1px 0px #E3E8ED;
                -webkit-box-shadow: inset 0px 1px 1px 0px #E3E8ED;
                box-shadow: inset 0px 1px 1px 0px #E3E8ED;
                height: 30px;
                line-height: 30px;
                margin-right: 10px;
                float: left;
                width: 225px;
                font-family: "lft-etica",sans-serif;
                font-size: 14px;
                color: #62676C;
                line-height: 30px;
                text-indent: 8px;
            }

            #header .right .search button {
                float: left;
                border: 0;
                background: none;
                border-radius: 3px;
                height: 34px;
                line-height: 34px;
                background: #B4B7B9;
                font-family: "lft-etica",sans-serif;
                font-weight: 600;
                font-size: 14px;
                color: #FFFFFF;
                line-height: 18px;
                padding: 8px 11px;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

                #header .right .search button:hover {
                    background: #9a9ea0;
                }

    #header .menu {
        position: relative;
        padding-top: 144px;
        display: block;
        width: 100%;
        z-index: 1;
    }

        #header .menu ul {
            margin: 0;
            padding: 0;
            position: relative;
            display: block;
        }

            #header .menu ul li {
                margin:0 40px;
                padding: 0;
                float: left;
                display: block;
                position: relative;
            }
            .es #header .menu ul li {margin:0 28px}
            .fr #header .menu ul li {margin:0 22px}


                #header .menu ul li:first-child {
                    margin-left: 0px;
                }

                #header .menu ul li:last-child {
                    margin-right: 0px;
                }

                #header .menu ul li a {
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    -ms-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                    display: block;
                    position: relative;
                    font-family: "lft-etica",sans-serif;
                    font-weight: 600;
                    text-transform: uppercase;
                    font-size: 18px;
                    color: #274869;
                    line-height: 23px;
                    text-decoration: none;
                    padding-bottom: 10px;
                    border-bottom: 4px solid transparent;
                }

                    #header .menu ul li a:hover, #header .menu ul li a.current {
                        border-bottom: 4px solid #ED8107;
                        color: #ED8107;
                        padding-bottom: 10px;
                    }

    #header .submenu {
        border-top: 1px solid #C9D1D9;
        position: relative;
        display: block;
        width: 100%;
        padding: 15px 0;
    }

        #header .submenu ul {
            margin: 0;
            padding: 0;
        }

            #header .submenu ul li {
                float: left;
                margin: 0px 6px;
            }
            .es #header .submenu ul li { margin: 0px 7px;}

                #header .submenu ul li a {
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    -ms-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                    font-weight: 600;
                    font-size: 12px;
                    color: #274869;
                    line-height: 24px;
                    letter-spacing: 0.5px;
                    text-decoration: none;
                    padding-bottom: 6px;
                }

                    #header .submenu ul li a:hover, #header .submenu ul li a.current {
                        border-bottom: 2px solid #ED8107;
                        color: #ED8107;
                        padding-bottom: 4px;
                    }

                #header .submenu ul li.separator {
                    display: block;
                    width: 1px;
                    background-color: #C9D1D9;
                    position: relative;
                    height: 12px;
                    top: 6px;
                }

                #header .submenu ul li:first-child {
                    margin-left: 0;
                }

    #header .secondsub {
        border-top: 1px solid #C9D1D9;
        position: relative;
        display: block;
        width: 100%;
        padding: 15px 0;
    }

        #header .secondsub ul {
            margin: 0;
            padding: 0;
        }

            #header .secondsub ul li {
                float: left;
                margin: 0px 8px;
            }

                #header .secondsub ul li a {
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    -ms-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                    font-weight: 400;
                    font-size: 12px;
                    color: #274869;
                    line-height: 24px;
                    letter-spacing: 0.5px;
                    text-decoration: none;
                    padding-bottom: 6px;
                }

                    #header .secondsub ul li a:hover, #header .secondsub ul li a.current {
                        border-bottom: 2px solid #ED8107;
                        color: #ED8107;
                        padding-bottom: 4px;
                    }

                #header .secondsub ul li.separator {
                    display: block;
                    width: 1px;
                    background-color: #C9D1D9;
                    position: relative;
                    height: 12px;
                    top: 6px;
                }

                #header .secondsub ul li:first-child {
                    margin-left: 0;
                }

    #header .featured {
        position: relative;
        display: block;
        margin-top: 35px;
        padding-bottom: 50px;
    }

        #header .featured .title {
            font-family: "lft-etica",sans-serif;
            font-weight: 600;
            font-size: 100px;
            color: #264768;
            line-height: 104px;
            text-transform: uppercase;
            letter-spacing: 0px;
            margin: 0;
            padding: 0;
        }

        #header .featured .subtitle {
            font-family: "lft-etica",sans-serif;
            font-size: 18px;
            color: #193b58;
            line-height: 24px;
            letter-spacing: 0.5px;
            font-weight: normal;
            margin: 0 0 50px 0;
        }

.content {
    display: block;
    position: relative;
}

.services_video iframe {
    display: block;
    margin: auto;
    position: relative;
    width: 632px;
}

.services_video .desc_video {
    width: 100%;
    max-width: 632px;
    margin: auto;
    display: block;
    margin-top: 10px;
}

.services_video .subtitle {
    font-size: 22px;
    color: #4892DC;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 40px;
}

.services_areas {
    margin-bottom: 70px;
}

    .services_areas .area {
        width: 31.66%;
        position: relative;
        display: block;
        float: left;
        margin-left: 2.5%;
        margin-bottom: 48px;
    }

        .services_areas .area:first-child {
            margin-left: 0;
        }

        .services_areas .area .photo {
            width: 100%;
            position: relative;
            display: block;
        }

            .services_areas .area .photo img {
                width: 100%;
                height: auto;
                display: block;
            }

            .services_areas .area .photo span {
                position: absolute;
                left: 50%;
                display: block;
                margin-left: -23px;
                bottom: -23px;
                width: 46px;
                height: 46px;
                background: url(../imgs/icon_management.png) center center no-repeat;
            }

        .services_areas .area.procurement .photo span {
            background: url(../imgs/icon_procurement.png) center center no-repeat;
        }

        .services_areas .area.infrastructure .photo span {
            background: url(../imgs/icon_infrastructure.png) center center no-repeat;
        }

        .services_areas .area h3 {
            font-weight: 400;
            font-size: 32px;
            color: #4892DC;
            line-height: 42px;
            margin: 40px 0 0 0;
            display: block;
            text-align: center;
        }

        .services_areas .area .description {
            margin: 10px 0;
            clear: both;
            display: block;
            text-align: center;
            font-size: 16px;
            letter-spacing: 0.5px;
        }

        .services_areas .area .btn {
            position: relative;
            clear: both;
            margin: 0 auto;
            width: 91px;
        }

.row {
    position: relative;
    display: block;
    width: 100%;
}

    .row .box {
        float: left;
        margin-left: 2.5%;
        width: 31.65%;
        border-radius: 3px;
        background: #39648D;
    }

        .row .box:first-child {
            margin-left: 0;
        }

        .row .box .top {
            border-bottom: 1px solid #fff;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            margin-top: 0px;
            padding-top: 0px;
            border-top: 0px solid #C9D1D9;
        }

            .row .box .top h3 {
                margin: 11px 20px;
            }

                .row .box .top h3 a {
                    display: block;
                    font-family: "lft-etica",sans-serif;
                    font-weight: 600;
                    font-size: 18px;
                    color: #FFFFFF;
                    line-height: 22px;
                    text-decoration: none;
                    background: url(../imgs/arrow_featured.png) right center no-repeat;
                }

                    .row .box .top h3 a span {
                        background: url(../imgs/project_management.png) center center no-repeat;
                        width: 16px;
                        height: 22px;
                        display: inline-block;
                        margin-right: 11px;
                        position: relative;
                        top: 3px;
                        margin-left: -4px;
                    }

        .row .box .content {
            margin: 0px 20px 20px 20px;
        }

            .row .box .content p {
                font-family: "lft-etica",sans-serif;
                font-weight: 400;
                font-size: 14px;
                color: #FFFFFF;
                line-height: 20px;
                letter-spacing: 0.5px;
            }

            .row .box .content .dropdown {
                border-radius: 3px;
                background: #FAFBFC;
                position: relative;
            }

                .row .box .content .dropdown .value {
                    height: 34px;
                    line-height: 34px;
                    font-weight: 600;
                    font-size: 14px;
                    color: #808487;
                    padding: 0 11px;
                    cursor: pointer;
                    background: url(../imgs/arrow_select_case.png) right center no-repeat;
                    display: block;
                    position: relative;
                }

                .row .box .content .dropdown .list {
                    display: none;
                    position: absolute;
                    left: 0;
                    top: 34px;
                    width: 100%;
                }

                    .row .box .content .dropdown .list ul {
                        border-radius: 0 0 3px 3px;
                        padding: 0;
                        margin: 0;
                        background: #EEF1F4;
                        width: 100%;
                        -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15), 0px -1px 0px 0px #d3d8dd;
                        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15), 0px -1px 0px 0px #d3d8dd;
                        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15), 0px -1px 0px 0px #d3d8dd;
                    }

                        .row .box .content .dropdown .list ul li a {
                            border-top: 1px solid #D3D8DD;
                            font-weight: 400;
                            font-size: 16px;
                            color: #4892DC;
                            line-height: 24px;
                            text-decoration: none;
                            padding: 11px 12px;
                            display: block;
                            background: #EEF1F4;
                            -webkit-transition: all 0.2s ease;
                            -moz-transition: all 0.2s ease;
                            -o-transition: all 0.2s ease;
                            -ms-transition: all 0.2s ease;
                            transition: all;
                        }

                            .row .box .content .dropdown .list ul li a span {
                                display: block;
                                font-weight: 600;
                                font-size: 10px;
                                color: #8E969D;
                                line-height: 12px;
                                letter-spacing: 0px;
                            }

                            .row .box .content .dropdown .list ul li a:hover {
                                background: url(../imgs/arrow_link_featured.png) right center no-repeat white;
                            }

                        .row .box .content .dropdown .list ul li:first-child a {
                            border-top: 0px;
                        }

                .row .box .content .dropdown.opened {
                    border-radius: 3px 3px 0 0;
                }

                    .row .box .content .dropdown.opened .list {
                        display: block;
                        z-index: 9999;
                    }

        .row .box.procurement {
            background-color: #5B94CC;
        }

            .row .box.procurement .top h3 a span {
                background: url(../imgs/procurement.png) center center no-repeat;
                width: 23px;
                height: 23px;
                margin-left: -4px;
            }

        .row .box.infrastructure {
            background-color: #287DCF;
        }

            .row .box.infrastructure .top h3 a span {
                background: url(../imgs/infrastructure.png) center center no-repeat;
                width: 26px;
                height: 22px;
                margin-left: -6px;
            }

.two_columns {
    position: relative;
    display: block;
    width: 100%;
}

    .two_columns .column {
        float: left;
        position: relative;
        display: block;
        width: 50%;
    }

.two_columns_gutter {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

    .two_columns_gutter .column {
        float: left;
        position: relative;
        display: block;
        width: 48.75%;
        margin-left: 2.5%;
    }

        .two_columns_gutter .column img, .two_columns_gutter .column object, .two_columns_gutter .column video, .two_columns_gutter .column embed {
            width: 100%;
            display: block;
        }

        .two_columns_gutter .column:first-child {
            margin-left: 0;
        }

.services_columns {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

    .services_columns .column {
        float: left;
        position: relative;
        display: block;
    }

        .services_columns .column.partners {
            width: 65.9%;
        }

            .services_columns .column.partners .description {
                font-size: 18px;
                color: #666666;
                line-height: 24px;
                letter-spacing: 0.5px;
            }

.phrase {
    border-radius: 3px;
    background: #FAFBFC;
    border: 1px solid #CED4D9;
    padding: 21px;
}

    .phrase .left {
        width: 128px;
        float: left;
        position: relative;
        display: block;
    }

        .phrase .left img {
            margin-bottom: 10px;
            width: 128px;
        }

        .phrase .left label {
            font-weight: 400;
            font-size: 16px;
            color: #666666;
            line-height: 21px;
            margin: 10px 0;
            display: block;
            position: relative;
        }

        .phrase .left .btn {
            display: block;
        }

    .phrase .right {
        float: none;
        position: relative;
        display: block;
        margin-left: 158px;
        font-size: 14px;
        color: #666666;
        line-height: 26px;
        letter-spacing: 0.5px;
    }

        .phrase .right p {
            margin: 0;
        }

.services_columns .column.become {
    margin-left: 2.5%;
    width: 31.6%;
}

.list_partners {
    position: relative;
    display: block;
    border-radius: 3px;
    padding: 20px;
    background: #264768;
    z-index: 300;
}

    .list_partners.left {
        width: 264px;
        float: left;
        margin: 0 24px 24px 0;
    }

        .list_partners.left ul li:before {
            display: none;
            content: "";
        }

    .list_partners .arrow {
        position: absolute;
        display: block;
        background: url(../imgs/arrows_become_partners.png) center center no-repeat;
        width: 14px;
        height: 24px;
        top: 56px;
        text-indent: -1000px;
        overflow: hidden;
        z-index: 10;
    }

        .list_partners .arrow.left {
            background-position: left center;
            left: 64px;
        }

        .list_partners .arrow.right {
            background-position: right center;
            right: 64px;
        }

    .list_partners ul {
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
    }

        .list_partners ul li {
            list-style: none;
            display: none;
        }

            .list_partners ul li.current {
                display: block;
            }

            .list_partners ul li img {
                display: block;
                width: 96px;
                height: 96px;
                position: relative;
                margin: 0 auto;
                border-radius: 100px;
            }

            .list_partners ul li label {
                display: block;
                position: relative;
                text-align: center;
                font-weight: 400;
                font-size: 20px;
                color: #FFFFFF;
                line-height: 26px;
                letter-spacing: 0.5px;
            }

                .list_partners ul li label span {
                    display: block;
                    font-weight: 600;
                    font-size: 11px;
                    color: #B1D0F0;
                    line-height: 16px;
                    letter-spacing: 0.5px;
                    text-transform: uppercase;
                    margin-top: 2px;
                }

            .list_partners ul li .subtitle {
                font-weight: 400;
                text-align: center;
                font-size: 14px;
                color: #E5EFFA;
                line-height: 20px;
                margin-bottom: 20px;
            }

    .list_partners .btn {
        display: block;
        font-size: 13px;
        font-weight: 600;
    }

        .list_partners .btn.blue {
            margin-bottom: 10px;
        }

.numbers {
    padding-bottom: 50px;
}

    .numbers .number_boxes {
        padding: 0;
        margin: 0;
        position: relative;
        display: block;
    }

        .numbers .number_boxes .top {
            padding: 0;
            border: none;
        }

        .numbers .number_boxes li {
            list-style: none;
            border-radius: 3px;
            background: #264768;
            -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
            float: left;
            width: 19.7%;
            margin-left: 1.7%;
            padding: 2.0%;
            min-height: 120px;
        }

            .numbers .number_boxes li:first-child {
                margin-left: 0;
            }

            .numbers .number_boxes li.vacancy {
                background: #53697F;
            }

                .numbers .number_boxes li.vacancy .top {
                    color: #C6D0DB;
                }

                .numbers .number_boxes li.vacancy .thenumber span {
                    background: url(../imgs/vacancy_number.png) center center no-repeat;
                    width: 42px;
                }

            .numbers .number_boxes li.projects {
                background: #3972AA;
            }

                .numbers .number_boxes li.projects .top {
                    color: #9CC1E4;
                }

                .numbers .number_boxes li.projects .thenumber span {
                    background: url(../imgs/projects_number.png) center center no-repeat;
                    width: 27px;
                }

            .numbers .number_boxes li.countries {
                background: #4892DC;
            }

                .numbers .number_boxes li.countries .top {
                    color: #A2CFFB;
                }

                .numbers .number_boxes li.countries .thenumber span {
                    background: url(../imgs/coutries_number.png) center center no-repeat;
                    width: 30px;
                }

            .numbers .number_boxes li .top {
                font-weight: 600;
                font-size: 12px;
                color: #92AAC3;
                line-height: 15px;
                text-transform: uppercase;
                margin: 0;
                border-top: 0px;
                padding: 0;
            }

            .numbers .number_boxes li .thenumber {
                display: block;
                position: relative;
                margin: 0px 0 8px;
            }

                .numbers .number_boxes li .thenumber span {
                    background: url(../imgs/number_world.png) center center no-repeat;
                    display: inline-block;
                    width: 40px;
                    height: 55px;
                    margin-right: 8px;
                    position: relative;
                    top: 8px;
                }

                .numbers .number_boxes li .thenumber label {
                    font-weight: 400;
                    font-size: 55px;
                    color: #FFFFFF;
                    line-height: 55px;
                }

            .numbers .number_boxes li .excerpt {
                margin: 0;
                font-weight: 600;
                font-size: 12px;
                color: #FFFFFF;
                line-height: 15px;
            }

.news {
    margin-bottom: 90px;
}

    .news .home_list_news {
        padding: 0 20px 0 0;
        margin: 0;
        position: relative;
        display: block;
    }

        .news .home_list_news li {
            list-style: none;
            border-bottom: 1px solid #D3D8DD;
            margin-bottom: 16px;
        }

            .news .home_list_news li .date {
                position: relative;
                display: block;
                font-weight: 600;
                font-size: 9px;
                color: #999999;
                line-height: 20px;
                letter-spacing: 0.5px;
                text-transform: uppercase;
                text-decoration: none;
                padding-left: 22px;
            }

            .news .home_list_news li .newsarticle {
                background: url(../imgs/icon_news_article.png) left center no-repeat;
            }
            .news .home_list_news li .casestory {
                background: url(../imgs/icon_case_story.png) left center no-repeat;
            }
            .news .home_list_news li .voicearticle {
                background: url(../imgs/icon_voice_article.png) left center no-repeat;
            }

            .news .home_list_news li .title {
                margin: 6px 0 8px 0;
            }

                .news .home_list_news li .title a {
                    position: relative;
                    display: block;
                    font-weight: 400;
                    font-size: 22px;
                    color: #4892DC;
                    line-height: 26px;
                    text-decoration: none;
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    -ms-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }

                    .news .home_list_news li .title a:hover {
                        color: #ED8107;
                    }

            .news .home_list_news li p {
                position: relative;
                display: block;
                font-weight: 400;
                font-size: 14px;
                color: #62676C;
                line-height: 20px;
                letter-spacing: 0px;
            }

.btn {
    border-radius: 3px;
    background: #4892DC;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    font-family: "lft-etica",sans-serif;
    font-weight: 600 !important;
    padding: 4px 10px 5px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .btn:hover {
        text-decoration: none !important;
    }

    .btn.darkblue {
        background: #3972AA;
    }

    .btn.blackyellow {
        background: #846227;
    }

        .btn.blackyellow:hover {
            background: #fff;
            color: #D59A35 !important;
        }

    .btn.blackblue {
        background: #2D5985;
    }

        .btn.blackblue:hover {
            background: #fff;
            color: #4892DC !important;
        }

    .btn.blackpurple {
        background: #403A5A;
    }

        .btn.blackpurple:hover {
            background: #fff;
            color: #695BA2 !important;
        }

    .btn.orange {
        background: #F27401;
    }

    .btn.big {
        padding: 10px 12px;
        font-size: 16px;
    }

        .btn.big:hover {
            text-decoration: none;
        }

    .btn.small {
        font-weight: 600;
        font-size: 11px;
        padding: 3px 7px 5px;
    }

        .btn.small:hover {
            text-decoration: none;
        }

    .btn:hover {
        background: #ED8107;
        text-decoration: none;
        color: #fff;
    }

.blocks {
    position: relative;
    display: block;
    width: 100%;
}

    .blocks.left {
        margin-top: 94px;
    }

    .blocks .block {
        float: left;
        position: relative;
        -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
    }

        .blocks .block a {
            -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
            -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
            transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
        }

        .blocks .block .bar {
            position: absolute;
            display: block;
            bottom: 22px;
            left: 20px;
            z-index: 99;
        }

        .blocks .block.animate_square:hover {
            background-position: center -90px;
        }

            .blocks .block.animate_square:hover .info {
                -webkit-transform: translate3d(0px, -56px, 0px);
                -moz-transform: translate3d(0px, -56px, 0px);
                -ms-transform: translate3d(0px, -56px, 0px);
                -o-transform: translate3d(0px, -56px, 0px);
                transform: translate3d(0px, -56px, 0px);
            }

        .blocks .block.animate_square .info {
            height: 240px !important;
            -webkit-transform: translate3d(0px, 20px, 0px);
            -moz-transform: translate3d(0px, 20px, 0px);
            -ms-transform: translate3d(0px, 20px, 0px);
            -o-transform: translate3d(0px, 20px, 0px);
            transform: translate3d(0px, 20px, 0px);
        }

        .blocks .block:hover.half > a {
            -webkit-transform: translate3d(0px, -75px, 0px);
            -moz-transform: translate3d(0px, -75px, 0px);
            -ms-transform: translate3d(0px, -75px, 0px);
            -o-transform: translate3d(0px, -75px, 0px);
            transform: translate3d(0px, -75px, 0px);
            -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
            opacity: 0.2;
        }

        .blocks .block:hover.newsletter:hover a, .blocks .block:hover.video:hover a, .blocks .block:hover.mission:hover a, .blocks .block:hover.projects:hover a {
            opacity: 1;
        }

        .blocks .block:hover.newsletter > a, .blocks .block:hover.video > a, .blocks .block:hover.mission > a, .blocks .block:hover.projects > a {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

        .blocks .block:hover .info {
            opacity: 1;
            -webkit-transform: translate3d(0px, -95px, 0px);
            -moz-transform: translate3d(0px, -95px, 0px);
            -ms-transform: translate3d(0px, -95px, 0px);
            -o-transform: translate3d(0px, -95px, 0px);
            transform: translate3d(0px, -95px, 0px);
            -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
            -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
            transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
        }

        .blocks .block p {
            line-height: 20px;
        }

        .blocks .block .info {
            z-index: 12;
            opacity: 0;
            -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
            -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
            transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0;
            -webkit-transform: translate3d(0px, 0px, 0px);
            -moz-transform: translate3d(0px, 0px, 0px);
            -ms-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
            position: absolute;
            left: 0;
            top: 140px;
            width: 100%;
            display: block;
            text-align: center;
        }

            .blocks .block .info p {
                color: #ffffff;
                font-size: 20px;
                line-height: 22px;
                font-weight: 600;
                letter-spacing: -0.5px;
                margin: 0 16px;
            }

        .blocks .block.half {
            width: 50%;
        }

            .blocks .block.half .info {
                height: 120px;
            }

        .blocks .block p {
            line-height: 20px;
        }

        .blocks .block.half {
            width: 50%;
        }

        .blocks .block.full {
            width: 100%;
        }

        .blocks .block.mission {
            padding-bottom: 20px;
            background: #EEF1F4;
            height: 229px;
        }

            .blocks .block.mission h4 {
                margin: 20px 20px 10px 20px;
            }

            .blocks .block.mission p {
                margin: 0 20px 15px 20px;
            }

            .blocks .block.mission .btn {
                margin: 0 20px;
            }

        .blocks .block.projects {
            height: 249px;
            background: url(../imgs/icon_projects.png) no-repeat #d59a35;
            background-position: center 58px;
        }

            .blocks .block.projects .btn {
                position: absolute;
                bottom: 20px;
                left: 20px;
                color: #FFCF7D;
            }

        .blocks .block.video {
            position: relative;
            display: block;
            padding-bottom: 20px;
            background-color: #EEF1F4;
        }

            .blocks .block.video .the_video {
                width: 100%;
                height: 264px;
                display: block;
                position: relative;
                background-size: cover;
                background-position: center center;
            }

                .blocks .block.video .the_video a {
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 100%;
                    background: url(../imgs/play_button.png) center center no-repeat;
                    text-indent: -1000px;
                    overflow: hidden;
                }

            .blocks .block.video p {
                margin: 10px 20px;
            }

            .blocks .block.video .btn {
                margin: 0 20px;
            }

        .blocks .block.newsletter {
            height: 240px;
            background: url(../imgs/home_icon_news.png) center 58px no-repeat #4892dc;
        }

            .blocks .block.newsletter .btn {
                position: absolute;
                bottom: 20px;
                left: 20px;
                color: #AED6FF;
            }

        .blocks .block.green {
            float: right;
            position: relative;
            display: block;
            height: 120px;
            width: 50%;
            clear: both;
            background: #87BE3F;
        }

            .blocks .block.green > a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                background: url(../imgs/icon_green.png) center center no-repeat;
                text-indent: -1000px;
                overflow: hidden;
            }
            
            .blocks .block.green .info a {
                color: #FFFFFF;
                text-decoration: none;
            }

        .blocks .block.where_work {
            height: 240px;
            background: url(/SiteCollectionImages/Homepage/icon_planet.png) center 58px no-repeat, #695BA2;
            position: relative;
        }

            .blocks .block.where_work > a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                background: url(../imgs/icon_planet.png) center 58px no-repeat;
                text-indent: -1000px;
                overflow: hidden;
            }

            .blocks .block.where_work .btn {
                color: #C3B8EF;
                z-index: 9;
                display: block;
            }

        .blocks .block.twitter_timeline {
            background-color: #EEF1F4;
        }

            .blocks .block.twitter_timeline .twitter-timeline {
                margin: 0 20px;
            }

        .blocks .block.socials {
            background-color: #EEF1F4;
            height: 240px;
        }

            .blocks .block.socials .block {
                height: 120px;
            }

                .blocks .block.socials .block a {
                    opacity: .8;
                    display: block;
                    position: relative;
                    height: 100%;
                    width: 100%;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: initial;
                    text-indent: -1000px;
                    overflow: hidden;
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    -ms-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                    -webkit-transform: none;
                    -moz-transform: none;
                    -ms-transform: none;
                    -o-transform: none;
                    transform: none;
                }

                    .blocks .block.socials .block a:hover {
                        opacity: 1;
                    }

                .blocks .block.socials .block.facebook {
                    width: 119px;
                    border-right: 1px solid #D3D8DD;
                }

                    .blocks .block.socials .block.facebook a {
                        background-image: url(../imgs/facebook_icon.png);
                    }

                .blocks .block.socials .block.twitter a {
                    background-image: url(../imgs/twitter_icon.png);
                }

                .blocks .block.socials .block.linkedin {
                    width: 119px;
                    border-right: 1px solid #D3D8DD;
                    height: 119px;
                    border-top: 1px solid #D3D8DD;
                }

                    .blocks .block.socials .block.linkedin a {
                        background-image: url(../imgs/linkedin_icon.png);
                    }

                .blocks .block.socials .block.flickr {
                    height: 119px;
                    border-top: 1px solid #D3D8DD;
                }

                    .blocks .block.socials .block.flickr a {
                        background-image: url(../imgs/flickr_icon.png);
                    }

.most_viewed {
    margin-bottom: 80px;
}

    .most_viewed ul {
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
    }

        .most_viewed ul li {
            margin: 0;
            padding: 0;
            position: relative;
            display: block;
            float: left;
            border-radius: 3px;
            background: #F16F27;
            width: 31.6%;
            margin-left: 2.60%;
            margin-bottom: 20px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .most_viewed ul li.first {
                margin-left: 0;
                clear: both;
            }

            .most_viewed ul li:hover {
                background-color: #f37f3f;
            }

            .most_viewed ul li a {
                position: relative;
                display: block;
                font-weight: 600;
                font-size: 18px;
                color: #FFFFFF;
                line-height: 23px;
                text-decoration: none;
                text-align: center;
                padding: 22px 0;
            }

                .most_viewed ul li a span {
                    background: url(../imgs/arrow_mostviewed.png) center center;
                    width: 8px;
                    height: 13px;
                    display: inline-block;
                    position: relative;
                    top: 0px;
                    margin-left: 5px;
                }

            .most_viewed ul li.two {
                background-color: #F27822;
            }

                .most_viewed ul li.two:hover {
                    background-color: #f48d44;
                }

            .most_viewed ul li.three {
                background-color: #F4821D;
            }

                .most_viewed ul li.three:hover {
                    background-color: #f6953f;
                }

            .most_viewed ul li.four {
                background-color: #F58B18;
            }

                .most_viewed ul li.four:hover {
                    background-color: #f69c3a;
                }

            .most_viewed ul li.five {
                background-color: #F69514;
            }

                .most_viewed ul li.five:hover {
                    background-color: #f7a536;
                }

            .most_viewed ul li.six {
                background-color: #F79E0F;
            }

                .most_viewed ul li.six:hover {
                    background-color: #f8ac32;
                }

            .most_viewed ul li.seven {
                background-color: #F9A70A;
            }

                .most_viewed ul li.seven:hover {
                    background-color: #fab42d;
                }

            .most_viewed ul li.eight {
                background-color: #FAB105;
            }

                .most_viewed ul li.eight:hover {
                    background-color: #fbbc28;
                }

            .most_viewed ul li.nine {
                background-color: #FBBA00;
            }

                .most_viewed ul li.nine:hover {
                    background-color: #ffc520;
                }

.element-container {
    margin: 30px auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .element-container iframe,
    .element-container object,
    .element-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

embed, object, .element-container {
    max-width: 796px;
}

.link_to_gallery {
    display: block;
    margin: 18px auto;
    max-width: 796px;
    position: relative;
}

.list_reports {
    display: block;
    margin: 18px auto;
    max-width: 796px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .list_reports hr {
        margin: 20px 0 18px;
    }

    .list_reports .item {
        margin-bottom: 20px;
        display: block;
        position: relative;
    }

        .list_reports .item .year {
            float: left;
            width: 82px;
            font-weight: 400;
            font-size: 22px;
            color: #666666;
            line-height: 24px;
            letter-spacing: 0px;
        }

        .list_reports .item .img {
            float: left;
            position: relative;
            border: 1px solid rgba(0, 0, 0, 0.09);
            -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
            -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
            width: 138px;
        }

            .list_reports .item .img img {
                width: 100%;
                display: block;
            }

        .list_reports .item .buttons {
            width: 550px;
            float: left;
            margin-left: 2.5%;
        }

            .list_reports .item .buttons ul {
                margin: 0;
                padding: 0;
            }

                .list_reports .item .buttons ul li {
                    float: left;
                    list-style: none;
                    margin-right: 8px;
                }

                    .list_reports .item .buttons ul li:before {
                        content: "";
                        display: none;
                    }

                    .list_reports .item .buttons ul li a {
                        text-decoration: none !important;
                    }

/*-------------------------------------------------------------------
Join us
-------------------------------------------------------------------*/
.joinus_page {position: absolute; display: block; left: 0; top: 0; width: 100%; z-index: 10000; height: 100%}
.joinus_page .page .content {background: none; width: 1020px; background: #fff; margin: 0 auto}
.joinus_page .page .content .logo {margin: 0; padding: 0; z-index: 6}
.joinus_page .page .content .logo a {z-index: 2; margin: 0; padding: 0; position: relative; display: block; left: 0; margin-top: 0px; margin-bottom: 96px; background: url(../imgs/logo.png) center center no-repeat; width: 304px; height: 53px; text-indent: -1000px; overflow: hidden}
.joinus_page .page .content .joinus_projects {margin-bottom: 40px; padding-bottom: 50px}
.joinus_page .page .content .numbers {margin-bottom: 50px;}
.joinus_page .page .content .joinus_employees {margin-bottom: 50px; padding-bottom: 50px; display: block; position: relative}

.joinus_page .page .content .employees {padding: 0; margin: 0}
.joinus_page .page .content .employees li {list-style: none; float: left; position: relative; display: block; height: 240px; width: 240px}
.joinus_page .page .content .employees li.info {height: 200px; width: 200px; padding: 20px; background-color: #2B5073}
.joinus_page .page .content .employees li.info .pinguelo {position: absolute; display: block; width: 12px; height: 25px; background: url(../imgs/pinguelo_employees.png) center center no-repeat; left: -12px; top: 17px}
.joinus_page .page .content .employees li.info .name {display: block; position: relative; font-size: 18px; color: #FFFFFF; line-height: 23px; font-weight: 400; margin-bottom: 4px}
.joinus_page .page .content .employees li.info .desc {font-weight: 600; font-size: 10px; color: #B1D0F0; line-height: 13px; letter-spacing: 0; display: block; letter-spacing: .5px}
.joinus_page .page .content .employees li.info .desc span {text-transform: uppercase}
.joinus_page .page .content .employees li.info p {font-size: 12px; color: #E5EFFA; line-height: 18px; letter-spacing: 0px; margin: 10px 0}
.joinus_page .page .content .employees li.browse .btn {width: 183px; display: block; position: relative; margin: 101px auto 0}
.modal {background: rgba(0,0,0,0.5);}

.related {
    width: 304px;
    margin-right: 25px;
    float: left;
    position: relative;
    z-index: 4;
}

    .related ul {
        border: 1px solid #C9D1D9;
        border-radius: 3px;
        background: #FFF;
        padding: 0;
        margin: 0;
    }

        .related ul li {
            list-style: none;
            font-size: 13px;
            color: #274869;
            line-height: 20px;
            border-top: 1px solid #C9D1D9;
            padding: 10px 14px;
            font-weight: 600;
        }

            .related ul li:first-child {
                border-top: none;
            }

            .related ul li a {
                font-size: 14px;
                color: #4892DC;
                line-height: 17px;
                text-decoration: none;
                font-weight: 400;
            }

                .related ul li a span {
                    display: inline-block;
                    position: relative;
                    background: url(../imgs/arrow_related_country.png) center center no-repeat;
                    width: 5px;
                    height: 8px;
                    margin-left: 5px;
                }

                .related ul li a:hover {
                    text-decoration: underline;
                }

    .related.opportunities li {
        position: relative;
    }

        .related.opportunities li div {
            width: 218px;
            line-height: 14px;
        }

            .related.opportunities li div a {
                font-size: 12px;
                line-height: 14px;
                font-weight: 600;
                color: #4892DC;
            }

            .related.opportunities li div span {
                display: block;
                font-size: 11px;
                color: #666666;
                line-height: 13px;
                margin-top: 5px;
                font-weight: 400;
            }

        .related.opportunities li.blank {
            line-height: 32px;
        }

    .related.opportunities .btn.small {
        color: #fff;
        font-size: 11px;
        line-height: 14px;
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .related.opportunities .btn {
        position: absolute;
        top: 12px;
        right: 12px;
    }

        .related.opportunities .btn.all {
            letter-spacing: 0;
            color: #fff;
        }

    .related.no_photos {
        float: none !important;
        width: 100% !important;
    }

        .related.no_photos ul {
            border: none;
            border-left: 1px solid #C9D1D9;
            border-top: 1px solid #C9D1D9;
            margin-left: -1px;
        }

            .related.no_photos ul:after {
                content: "";
                display: table;
                clear: both;
            }

            .related.no_photos ul li {
                border: none;
                border-right: 1px solid #C9D1D9;
                border-bottom: 1px solid #C9D1D9;
                background: #FFF;
                float: left;
                width: 451px;
            }

                .related.no_photos ul li:first-child {
                    -webkit-border-top-left-radius: 3px;
                    -webkit-border-top-right-radius: 3px;
                    -moz-border-radius-topleft: 3px;
                    -moz-border-radius-topright: 3px;
                    border-top-left-radius: 3px;
                    border-top-right-radius: 3px;
                    width: 931px;
                }

.top {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #C9D1D9;
}

ul.vacancies {
    padding: 0;
    margin: 0;
    border-radius: 3px;
    background: #264768;
    width: 304px;
    float: left;
    margin-left: 25px;
}

    ul.vacancies li {
        list-style: none;
        padding: 20px;
    }

        ul.vacancies li h2 {
            margin: 0;
            margin-bottom: 20px;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 20px;
            font-weight: 500;
        }

        ul.vacancies li .apply, ul.vacancies li .other {
            display: inline-block;
            font-size: 13px;
            color: #FFFFFF;
            line-height: 28px;
            border-radius: 3px;
            text-align: center;
        }

        ul.vacancies li .darkblue {
            margin-left: 16px;
        }

        ul.vacancies li .btn {
            font-size: 13px;
        }

        ul.vacancies li .person {
            margin-bottom: 10px;
        }

            ul.vacancies li .person img {
                border-radius: 100%;
                float: left;
                margin-right: 10px;
            }

            ul.vacancies li .person .right {
                float: left;
                width: 190px;
            }

                ul.vacancies li .person .right h2 {
                    font-size: 20px;
                    color: #FFFFFF;
                    line-height: 23px;
                    margin: 0;
                }

                ul.vacancies li .person .right span {
                    font-size: 11px;
                    color: #B1D0F0;
                    line-height: 13px;
                    font-weight: 600;
                }

        ul.vacancies li p {
            font-size: 13px;
            color: #E5EFFA;
            line-height: 18px;
            letter-spacing: 0;
        }

        ul.vacancies li:first-child {
            background: #305C89;
            border-bottom: 1px solid #35679A;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

ul.voices {
    padding: 0;
    margin: 0;
    border-radius: 3px;
    background: #264768;
    width: 304px;
    float: left;
    margin-left: 25px;
}

    ul.voices li {
        list-style: none;
        padding: 20px;
    }

        ul.voices li h2 {
            margin: 0;
            margin-bottom: 20px;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 20px;
            font-weight: 500;
        }

        ul.voices li .apply, ul.voices li .other {
            display: inline-block;
            font-size: 13px;
            color: #FFFFFF;
            line-height: 28px;
            border-radius: 3px;
            text-align: center;
        }

        ul.voices li .darkblue {
            margin-left: 16px;
        }

        ul.voices li .btn {
            font-size: 13px;
        }

        ul.voices li .person {
            margin-bottom: 10px;
        }

            ul.voices li .person img {
                border-radius: 100%;
                float: left;
                margin-right: 10px;
            }

            ul.voices li .person .right {
                float: left;
                width: 190px;
            }

                ul.voices li .person .right h2 {
                    font-size: 20px;
                    color: #FFFFFF;
                    line-height: 23px;
                    margin: 0;
                }

                ul.voices li .person .right span {
                    font-size: 11px;
                    color: #B1D0F0;
                    line-height: 13px;
                    font-weight: 600;
                }

        ul.voices li p {
            font-size: 13px;
            color: #E5EFFA;
            line-height: 18px;
            letter-spacing: 0;
        }

.fright {
    float: right;
}

#projects {
    padding-top: 0;
}

    #projects #banner {
        background: url(../imgs/loader.gif) center center no-repeat;
        margin-bottom: 70px;
        height: 620px;
    }

        #projects #banner .wrapper {
            height: 620px;
        }

        #projects #banner .info {
            padding-top: 90px;
        }

            #projects #banner .info h1 {
                font-size: 48px;
                color: #FFFFFF;
                line-height: 58px;
                letter-spacing: 2px;
                text-decoration: underline;
                text-align: center;
                text-transform: uppercase;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
                font-weight: 600;
            }

            #projects #banner .info p, #projects #banner .info div, #projects #banner .info h2 {
                font-size: 22px;
                color: #FFFFFF;
                line-height: 28px;
                letter-spacing: 0.5px;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
                font-weight: 400;
            }

        #projects #banner .icons {
            padding: 0;
            margin: 0;
            position: absolute;
            bottom: 40px;
        }

            #projects #banner .icons li {
                list-style: none;
                width: 140px;
                float: left;
                text-align: center;
                margin-left: 20px;
                font-weight: 600;
                line-height: 16px;
                opacity: 0.4;
                filter: alpha(opacity=40);
            }

                #projects #banner .icons li:first-child {
                    margin-left: 0;
                }

                #projects #banner .icons li:hover, #projects #banner .icons li.current {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

                #projects #banner .icons li a {
                    font-size: 12px;
                    color: #FFFFFF;
                    line-height: 16px;
                    text-decoration: none;
                    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
                    letter-spacing: 0.5px;
                    font-weight: 600;
                }

                    #projects #banner .icons li a img {
                        display: block;
                        height: 110px;
                        width: 108px;
                        margin: 0 auto;
                    }

                    #projects #banner .icons li a:focus {
                        outline: none;
                    }

    #projects h1 {
        font-size: 40px;
    }

    #projects p {
        font-size: 18px;
        color: #666666;
        line-height: 24px;
        letter-spacing: 0.5px;
    }

    #projects .frame {
        width: 550px;
        float: left;
        margin-right: 20px;
        position: relative;
        z-index: 9;
    }

        #projects .frame iframe {
            width: 550px;
            height: 353px;
        }

        #projects .frame .subtitle {
            font-size: 14px;
            color: #666666;
            line-height: 20px;
            margin: 10px 0;
            letter-spacing: 0.5px;
        }

    #projects .offices {
        text-align: center;
        margin-top: 40px;
    }

        #projects .offices .item {
            display: inline-block;
            text-align: center;
            margin-bottom: 20px;
            padding: 0 14px;
        }

            #projects .offices .item h3 {
                font-size: 24px;
                line-height: 26px;
                font-weight: normal;
                margin: 0;
                padding: 0;
            }

                #projects .offices .item h3 a {
                    color: #4892DC;
                    text-decoration: none;
                }

            #projects .offices .item span {
                font-weight: 600;
                letter-spacing: 0.5px;
                font-size: 9px;
                color: #666666;
                line-height: 12px;
                text-transform: uppercase;
            }

    #projects .board {
        padding: 0;
        margin: 0;
    }

        #projects .board li {
            list-style: none;
            color: #FFF;
            float: left;
            height: 122px;
            width: 240px;
        }

            #projects .board li p {
                color: #FFFFFF;
                padding: 15px 20px;
                margin: 0;
            }

                #projects .board li p strong {
                    font-size: 50px;
                    font-weight: normal;
                    line-height: 55px;
                }

                    #projects .board li p strong span {
                        font-size: 28px;
                        display: inline;
                        font-weight: normal;
                    }

                #projects .board li p span {
                    display: block;
                    font-size: 12px;
                    line-height: 15px;
                    font-weight: 600;
                }

        #projects .board .one {
            background-color: #4892DC;
        }

        #projects .board .two {
            background-color: #35679A;
        }

        #projects .board .three {
            background-color: #264768;
        }

        #projects .board .four {
            background-color: #59BFD2;
        }

        #projects .board .five {
            background-color: #445E77;
        }

        #projects .board .six {
            background-color: #38BA6A;
        }

        #projects .board .seven {
            background-color: #445E77;
        }

        #projects .board .eight {
            background-color: #4387CB;
        }

        #projects .board .people, #projects .board .road {
            background-position: center center;
            background-repeat: no-repeat;
        }

        #projects .board .road {
            background-image: url(../imgs/ic-road.png);
        }

        #projects .board .people {
            background-image: url(../imgs/ic-people.png);
        }

    #projects #worldMap {
        width: 100%;
        height: 590px;
    }

    #projects #wrap {
        position: relative;
    }

    #projects #poi-filters {
        left: 10px;
        position: absolute;
        top: 10px;
        width: 206px;
        z-index: 1;
    }

        #projects #poi-filters ul {
            -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
            -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
            background: url(../imgs/bg_poi.png);
            background: rgba(255, 255, 255, 0.85);
            float: left;
            height: 570px;
            overflow: hidden;
            width: 190px;
            padding: 0;
            margin: 0;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            -ms-transition: all 1s;
            transition: all 1s;
        }

            #projects #poi-filters ul.hidden {
                width: 0;
            }

        #projects #poi-filters a {
            color: #fff;
            display: block;
            font-weight: bold;
        }

        #projects #poi-filters li {
            list-style: none;
            border-bottom: 1px solid #C9D1D9;
            /*box-shadow: 0 0 1px #2f2f2f;*/
            float: left;
            /*margin: 0 2px;*/
            width: 162px;
            margin: 0 14px;
        }

            #projects #poi-filters li a {
                color: #666666;
                font-size: 12px;
                height: 40px;
                padding: 9px 0 9px;
                text-decoration: none;
                font-weight: normal;
                width: 162px;
            }

                #projects #poi-filters li a:focus {
                    outline: none;
                }

    #projects .lang_es #poi-filters li.activities a {
        line-height: 20px;
    }

    #projects #poi-filters li a.active,
    #projects #poi-filters li a:hover {
        color: #4892DC;
    }

    #projects #poi-filters li a span {
        display: inline-block;
        float: left;
        height: 32px;
        margin: 0 10px 0 0;
        width: 32px;
    }

    #projects #poi-filters li.all a span {
        background: transparent url(../imgs/sprite_map.png) 0 -224px no-repeat;
    }

    #projects #poi-filters li.disaster a span {
        background: transparent url(../imgs/sprite_map.png) 0 0 no-repeat;
    }

    #projects #poi-filters li.health a span {
        background: transparent url(../imgs/sprite_map.png) 0 -32px no-repeat;
    }

    #projects #poi-filters li.justice a span {
        background: transparent url(../imgs/sprite_map.png) 0 -64px no-repeat;
    }

    #projects #poi-filters li.environment a span {
        background: transparent url(../imgs/sprite_map.png) 0 -96px no-repeat;
    }

    #projects #poi-filters li.census a span {
        background: transparent url(../imgs/sprite_map.png) 0 -128px no-repeat;
    }

    #projects #poi-filters li.mine a span {
        background: transparent url(../imgs/sprite_map.png) 0 -160px no-repeat;
    }

    #projects #poi-filters li.others a span {
        background: transparent url(../imgs/sprite_map.png) 0 -192px no-repeat;
    }

    #projects #poi-filters li.all a.active span,
    #projects #poi-filters li.all a:hover span {
        background: transparent url(../imgs/sprite_map.png) -32px -224px no-repeat;
    }

    #projects #poi-filters li.disaster a.active span,
    #projects #poi-filters li.disaster a:hover span {
        background: transparent url(../imgs/sprite_map.png) -32px 0 no-repeat;
    }

    #projects #poi-filters li.health a.active span,
    #projects #poi-filters li.health a:hover span {
        background: transparent url(../imgs/sprite_map.png) -32px -32px no-repeat;
    }

    #projects #poi-filters li.justice a.active span,
    #projects #poi-filters li.justice a:hover span {
        background: transparent url(../imgs/sprite_map.png) -32px -64px no-repeat;
    }

    #projects #poi-filters li.environment a.active span,
    #projects #poi-filters li.environment a:hover span {
        background: transparent url(../imgs/sprite_map.png) -32px -96px no-repeat;
    }

    #projects #poi-filters li.census a.active span,
    #projects #poi-filters li.census a:hover span {
        background: transparent url(../imgs/sprite_map.png) -32px -128px no-repeat;
    }

    #projects #poi-filters li.mine a.active span,
    #projects #poi-filters li.mine a:hover span {
        background: transparent url(../imgs/sprite_map.png) -32px -160px no-repeat;
    }

    #projects #poi-filters li.others a.active span,
    #projects #poi-filters li.others a:hover span {
        background: transparent url(../imgs/sprite_map.png) -32px -192px no-repeat;
    }

    #projects #poi-filters li.info {
        font-size: 13px;
        margin: 0;
        padding: 14px;
    }

    #projects #poi-filters .list-toggle {
        float: left;
    }

        #projects #poi-filters .list-toggle a {
            background: url(../imgs/sprite_map.png) -64px 0 no-repeat;
            float: left;
            height: 43px;
            text-align: center;
            width: 16px;
            text-indent: -1000000px;
        }

#project {
    padding-top: 30px;
}

    #project .top_bar {
        margin-bottom: 20px;
    }

    #project .flag {
        font-size: 12px;
        color: #666666;
        line-height: 12px;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

        #project .flag img {
            vertical-align: middle;
            margin-right: 4px;
        }

    #project .infos p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        letter-spacing: 0.5px;
        margin: 5px 0;
    }

        #project .infos p a {
            color: #4892DC;
            text-decoration: none;
        }

    #project .share.simple {
        top: 0;
    }

    #project .top h2 {
        font-size: 40px;
    }

    #project .project_detail {
        border-bottom: 1px solid #C9D1D9;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

        #project .project_detail h1 {
            font-size: 42px;
            color: #264768;
            line-height: 52px;
            font-weight: normal;
        }

        #project .project_detail .text_wrapper {
            width: 472px;
            float: left;
        }

            #project .project_detail .text_wrapper p {
                margin-top: 0;
                font-size: 14px;
                color: #666666;
                line-height: 24px;
                letter-spacing: 0.2px;
                overflow-y: hidden;
                height: 358px;
            }

                #project .project_detail .text_wrapper p .hidden_text {
                    display: none;
                }

        #project .project_detail .button {
            font-size: 14px;
            color: #FFFFFF;
            line-height: 17px;
            border: none;
            padding: 5px 10px;
            border-radius: 3px;
            background: #4892DC;
            font-weight: 600;
            font-family: "lft-etica",sans-serif;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            #project .project_detail .button:hover {
                background: #ED8107;
            }

    #project #map-canvas {
        width: 468px;
        height: 400px;
        float: left;
        margin-right: 20px;
    }

    #project .two_columns .column .block {
        border-radius: 3px;
        color: #7BCC2B;
        font-size: 50px;
        line-height: 55px;
        padding: 20px;
        margin-bottom: 25px;
    }

        #project .two_columns .column .block span {
            color: #FFFFFF;
            display: block;
            font-size: 16px;
            line-height: 15px;
            margin-bottom: 12px;
            font-weight: 600;
        }

    #project .two_columns .column .one {
        background-color: #264768;
    }

    #project .two_columns .column .two {
        background-color: #53697F;
    }
    
    #project .two_columns .column:first-child .block {
        margin-right: 25px;
    }
    
    #project .two_columns ul.undecoratedList {
        font-size: 20px;
        list-style-type: none;
        margin-top: 0px;
        padding: 0px;
    }
    
    #project .two_columns ul.undecoratedList li {
        line-height: normal;
    }
    
    #project .two_columns ul.undecoratedList a{
        text-decoration: none;
        color: #7BCC2B
    }

    #project .four_columns .column .block {
        border-radius: 3px;
        padding: 20px;
        margin-bottom: 25px;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 15px;
        font-weight: 600;
    }

        #project .four_columns .column .block strong {
            display: block;
            font-weight: normal;
            font-size: 50px;
            color: #FFFFFF;
            line-height: 55px;
        }

        #project .four_columns .column .block span {
            color: #FFFFFF;
            display: block;
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 12px;
            font-weight: 600;
        }

    #project .four_columns .column .one {
        background-color: #3972AA;
        margin-right: 25px;
    }

    #project .four_columns .column .two {
        background-color: #35679A;
        margin-right: 25px;
    }

    #project .four_columns .column .three {
        background-color: #445E77;
        margin-right: 25px;
    }

    #project .four_columns .column .four {
        background-color: #4892DC;
    }

    #project .photos {
        float: left;
        margin-right: 24px;
        width: 632px;
    }

        #project .photos .gallery {
            background: #FFF;
            border: 1px solid #C9D1D9;
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-bottomright: 3px;
            -moz-border-radius-bottomleft: 3px;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
            width: 630px;
        }

            #project .photos .gallery #slideshow {
                position: relative;
                overflow: hidden;
                margin-left: -1px;
                margin-top: -1px;
                height: 400px;
                width: 632px;
            }

            #project .photos .gallery #nav {
                height: 34px;
                line-height: 34px;
                margin-left: 15px;
                float: left;
            }

                #project .photos .gallery #nav a {
                    width: 12px;
                    height: 12px;
                    display: block;
                    text-indent: -1000000px;
                    overflow: hidden;
                    float: left;
                    margin-left: 10px;
                    margin-top: 12px;
                    background: url(../imgs/nav.png) -12px 0 no-repeat;
                }

                    #project .photos .gallery #nav a.activeSlide {
                        background: url(../imgs/nav.png) 0 0 no-repeat;
                    }

                    #project .photos .gallery #nav a:first-child {
                        margin-left: 0;
                    }

                    #project .photos .gallery #nav a:focus {
                        outline: none;
                    }

            #project .photos .gallery #counter {
                float: right;
                margin-right: 15px;
                font-size: 12px;
                color: #666666;
                height: 34px;
                line-height: 34px;
            }

            #project .photos .gallery #caption {
                border-top: 1px solid #C9D1D9;
                font-size: 14px;
                color: #666666;
                line-height: 20px;
                padding: 15px;
                margin: 0;
                letter-spacing: 0.5px;
            }

    #project .related {
        margin-right: 0;
        width: 304px;
    }

.fetuared .project {
    position: relative;
    float: left;
    margin-left: 0px;
}

    .fetuared .project ~ .project {
        margin-left: 20px;
    }

    .fetuared .project .detail {
        padding: 20px;
        background: #FFF;
        width: 244px;
        margin-top: -40px;
        position: relative;
        z-index: 2;
    }

        .fetuared .project .detail h3 {
            margin: 0;
            font-size: 24px;
            line-height: 26px;
            font-weight: normal;
        }

            .fetuared .project .detail h3 a {
                color: #4892DC;
                text-decoration: none;
            }

        .fetuared .project .detail .flag {
            font-size: 12px;
            color: #666666;
            line-height: 12px;
            text-decoration: none;
            font-weight: 600;
        }

            .fetuared .project .detail .flag img {
                vertical-align: middle;
            }

.four_columns {
    position: relative;
    display: block;
    width: 100%;
}

    .four_columns .column {
        float: left;
        position: relative;
        display: block;
        width: 25%;
    }

#overlay #worldMap {
    width: 100%;
    height: 500px;
}

#country .super h1 img {
    vertical-align: top;
    margin-top: 6px;
    vertical-align: top;
}

#country .super .image {
    float: left;
    margin-right: 24px;
    margin-bottom: 35px;
}

#country .super .box {
    background: #FFF;
    border-radius: 3px;
    float: left;
    margin: 0;
    margin-bottom: 35px;
    padding: 0;
    width: 302px;
}

    #country .super .box li {
        list-style: none;
        padding: 20px;
    }

        #country .super .box li.white {
            border: 1px solid #c9d1d9;
            border-bottom: none;
            font-weight: 600;
            font-size: 13px;
            color: #274869;
            line-height: 20px;
            padding: 12px;
        }

        #country .super .box li.blue {
            background: #305C89;
            color: #E5EFFA;
            font-size: 13px;
            line-height: 18px;
            font-weight: 600;
        }

        #country .super .box li.darkblue {
            background: #264768;
            font-size: 13px;
            color: #E5EFFA;
            line-height: 15px;
            font-weight: 600;
        }

            #country .super .box li.darkblue span {
                color: #7CB1E6;
            }

        #country .super .box li span {
            display: block;
            font-size: 30px;
            color: #7DCD2C;
            font-weight: 400;
            line-height: 48px;
        }

        #country .super .box li .btn.blue {
            position: relative;
            display: block;
            margin-top: 20px;
        }

        #country .super .box li:first-child {
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        #country .super .box li:last-child {
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-bottomright: 3px;
            -moz-border-radius-bottomleft: 3px;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

#country .super .info {
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 0;
    position: relative;
    font-weight: 400;
    z-index: 3;
}

#country #map-canvas {
    width: 960px;
    height: 590px;
}

#country .dvLeft, #country .dvRight {
    float: left;
}

#country .related {
    margin: 0 24px 30px 0;
}

#country .vacancies {
    float: left;
    padding: 0;
    margin: 0;
}

#country .voices {
    float: left;
    padding: 0;
    margin: 0;
}

#country .vacancies2 {
    width: 304px;
    float: left;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    background: #264768;
}

    #country .vacancies2 .btn {
        font-size: 13px;
    }

    #country .vacancies2 li {
        list-style: none;
        padding: 20px;
    }

        #country .vacancies2 li h2 {
            margin: 0;
            margin-bottom: 20px;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 20px;
            font-weight: 500;
        }

        #country .vacancies2 li .apply {
            background: #4892DC;
            margin-right: 20px;
            width: 86px;
        }

        #country .vacancies2 li .other {
            margin-left: 12px;
        }

        #country .vacancies2 li .person {
            margin-bottom: 10px;
            font-weight: 600;
        }

            #country .vacancies2 li .person img {
                border-radius: 100%;
                float: left;
                margin-right: 10px;
            }

            #country .vacancies2 li .person .right {
                float: left;
                width: 190px;
            }

                #country .vacancies2 li .person .right h2 {
                    font-size: 20px;
                    color: #FFFFFF;
                    line-height: 23px;
                    margin: 0;
                }

                #country .vacancies2 li .person .right span {
                    font-size: 11px;
                    color: #B1D0F0;
                    line-height: 13px;
                }

        #country .vacancies2 li p {
            font-size: 13px;
            color: #E5EFFA;
            line-height: 18px;
            letter-spacing: 0;
        }

        #country .vacancies2 li .more {
            position: relative;
            display: block;
            font-size: 14px;
            color: #FFFFFF;
            line-height: 28px;
            border-radius: 3px;
            background: #4892DC;
            text-align: center;
        }

        #country .vacancies2 li:first-child {
            background: #305C89;
            border-bottom: 1px solid #35679A;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

#country figure {
    float: right;
    margin-right: 82px;
    width: 550px;
}

    #country figure img {
        margin-bottom: 13px;
    }

    #country figure figcaption {
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        letter-spacing: .5px;
    }

#country .bigtext {
    padding: 0 80px;
    margin-top: 40px;
}

    #country .bigtext p {
        font-size: 18px;
        color: #666666;
        line-height: 24px;
        letter-spacing: 0.5px;
    }

#country .large {
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    letter-spacing: 0.5px;
}

#country #container {
    height: 515px;
    width: 960px;
    margin-bottom: 50px;
}

#voices {
    background-image: none;
    padding-top: 0;
}

    #voices #banner {
        height: 310px;
        padding-top: 90px;
        overflow: hidden;
    }

        #voices #banner h1 {
            text-align: center;
            font-size: 48px;
            color: #FFFFFF;
            line-height: 58px;
            letter-spacing: 2px;
            text-decoration: underline;
            font-weight: 600;
        }

        #voices #banner h2 {
            font-size: 22px;
            color: #FFFFFF;
            line-height: 28px;
        }

    #voices .bigtext {
        padding: 0 80px;
        margin: 50px 0 60px;
    }

        #voices .bigtext p {
            font-size: 18px;
            color: #666666;
            line-height: 24px;
            letter-spacing: 0.5px;
        }

    #voices article {
        float: left;
        width: 468px;
        height: 240px;
        margin-right: 24px;
        margin-bottom: 24px;
    }

    @media screen and (min-width:961px) {
        #voices article:nth-child(even) {margin-right:0}
    }

        #voices article.last {
            margin-right: 0;
        }

        #voices article .info {
            background: #264768;
            float: left;
            width: 188px;
            height: 200px;
            padding: 20px;
            position: relative;
        }

            #voices article .info h3 {
                font-size: 18px;
                color: #FFFFFF;
                line-height: 21px;
                margin: 0;
            }

            #voices article .info .desc {
                text-transform: uppercase;
                display: block;
                margin-bottom: 15px;
                font-size: 11px;
                color: #B1D0F0;
                line-height: 13px;
                font-weight: 600;
                margin-top: 3px;
                letter-spacing: 0.5px;
            }

            #voices article .info .local {
                display: block;
                font-size: 12px;
                color: #E5EFFA;
                line-height: 18px;
            }

            #voices article .info .read {
                border-radius: 3px;
                background: #3972AA;
                display: inline-block;
                font-size: 13px;
                color: #FFFFFF;
                line-height: 28px;
                width: 86px;
                min-width: 86px;
                text-align: center;
                position: absolute;
                bottom: 20px;
                left: 20px;
                font-weight: 600;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

                #voices article .info .read:hover {
                    text-decoration: none;
                    background: #ED8107;
                }

        #voices article .thumb {
            position: relative;
            float: left;
            width: 240px;
            height: 240px;
        }

            #voices article .thumb .arrow {
                position: absolute;
                top: 18px;
                left: 0;
            }

.super h1 {
    margin-right: 20px;
    float: left;
    width: 633px;
}

.super h2 {
    font-size: 22px;
    color: #4892DC;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

#procurament .p80l {
    padding-left: 80px;
}

#procurament .p80r {
    padding-right: 80px;
}

#procurament figure.small {
    float: left;
    margin-left: 80px;
    width: 550px;
}

    #procurament figure.small figcaption {
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        margin-top: 10px;
        letter-spacing: 0.5px;
    }

#procurament .methodology {
    padding: 0 80px;
    margin-bottom: 49px;
}

    #procurament .methodology p {
        font-size: 18px;
        color: #666666;
        line-height: 24px;
        letter-spacing: 0.5px;
    }

    #procurament .methodology ul {
        padding: 0;
        font-size: 0;
        margin: 0 auto;
        margin-top: 35px;
        width: 632px;
    }

        #procurament .methodology ul li {
            display: inline-block;
            margin-left: 24px;
            list-style: none;
            width: 140px;
            vertical-align: top;
            font-size: 18px;
            color: #2E2E2E;
            line-height: 24px;
            text-align: center;
        }

            #procurament .methodology ul li img {
                margin-bottom: 18px;
            }

            #procurament .methodology ul li:first-child {
                margin-left: 0;
            }

#procurament .text {
    width: 550px;
    float: left;
}

    #procurament .text p {
        font-size: 18px;
        color: #666666;
        line-height: 24px;
        letter-spacing: 0.5px;
        margin-top: 0;
    }

#procurament .quotation.left {
    margin-right: 25px;
}

#procurament figure.big {
    margin-top: 30px;
    margin-bottom: 30px;
}

    #procurament figure.big figcaption {
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        margin-top: 10px;
        letter-spacing: 0.5px;
    }

#procurament .related {
    margin-left: 25px;
    margin-right: 0;
}

#procurament #dvLoad {
    display: none;
    text-align: center;
}

.infoBoxProject {
    position: relative;
    display: block;
    z-index: 50;
    border-radius: 5px;
    background: url(../imgs/nda.png) repeat center center white;
    -moz-box-shadow: 0px 6px 31px 0px rgba(0, 0, 0, 0.3), 0px 2px 4px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 6px 31px 0px rgba(0, 0, 0, 0.3), 0px 2px 4px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 6px 31px 0px rgba(0, 0, 0, 0.3), 0px 2px 4px 0px rgba(0, 0, 0, 0.19);
    margin-bottom: 13px;
    min-height: 400px;
    padding: 18px;
}

    .infoBoxProject .arrow {
        position: absolute;
        display: block;
        background: url("../imgs/arrowProject.png") center bottom no-repeat;
        height: 20px;
        width: 10px;
        top: 130px;
        left: -10px;
    }

    .infoBoxProject h3 {
        position: relative;
        display: block;
        margin: 0;
        font-size: 18px;
        color: #4892DC;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .infoBoxProject .sub {
        font-size: 12px !important;
        color: #666666 !important;
        line-height: 12px !important;
        margin: 0;
        margin-bottom: 7px;
    }

        .infoBoxProject .sub img {
            vertical-align: baseline;
            margin-right: 5px;
        }

        .infoBoxProject .sub a {
            color: #4892DC !important;
            text-decoration: none !important;
        }

    .infoBoxProject .bot {
        margin-top: 30px;
    }

        .infoBoxProject .bot p {
            height: 152px;
            overflow-y: scroll;
            width: 320px;
            margin: 0;
            border-bottom: 1px solid #C9D1D9;
            font-size: 14px !important;
            color: #62676C !important;
            line-height: 20px !important;
        }

    .infoBoxProject .column {
        position: relative;
        display: block;
        height: 69px;
        float: left;
        margin-bottom: 20px;
        font-size: 16px;
        color: #7ECD2C;
        line-height: 12px;
        letter-spacing: 1px;
    }

        .infoBoxProject .column.left {
            width: 160px;
            border: 1px solid #C9D1D9;
            border-left: none;
        }

        .infoBoxProject .column.right {
            border-top: 1px solid #C9D1D9;
            border-bottom: 1px solid #C9D1D9;
            width: 139px;
            padding-left: 20px;
        }

    .infoBoxProject span {
        display: block;
        margin: 15px 0;
        font-size: 12px;
        color: #666666;
        line-height: 12px;
        letter-spacing: 0;
    }

    .infoBoxProject .more {
        position: relative;
        display: block;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 35px;
        border-radius: 3px;
        background: #4892DC;
        float: right;
        width: 222px;
        text-align: center;
        text-decoration: none;
    }

.chartContainer {
    width: 100%;
    overflow: scroll;
}

.lt-ie9 .chartContainer {
    overflow: visible;
}

#footer {
    border-top: 1px solid #D9D9D9;
    padding-bottom: 20px;
}

    #footer .copyright {
        position: relative;
        display: block;
        width: 64px;
        height: 13px;
        background: url(../imgs/logo_footer.png) center center no-repeat;
        text-indent: -1000px;
        overflow: hidden;
        margin-top: 35px;
    }

    #footer .nav ul {
        padding: 0;
        margin: 17px 0 0 0;
    }

        #footer .nav ul li {
            float: left;
            margin: 0 6px;
            height: 18px;
        }

            #footer .nav ul li:first-child {
                margin-left: 0px;
            }

            #footer .nav ul li a {
                font-weight: 600;
                font-size: 14px;
                color: #4892DB;
                line-height: 18px;
                letter-spacing: 0px;
                text-decoration: none;
            }

            #footer .nav ul li.separator {
                position: relative;
                top: 3px;
                display: block;
                width: 1px;
                height: 18px;
                background-color: #C3CED8;
            }

    #footer .data {
        position: relative;
        display: block;
        margin-top: 35px;
    }

        #footer .data p {
            font-weight: 400;
            font-size: 14px;
            color: #617486;
            line-height: 20px;
            letter-spacing: 0px;
        }

        #footer .data .certified {
            position: relative;
            display: block;
            width: 236px;
            height: 37px;
            background: url(../imgs/iso_logo.png) center center;
            position: absolute;
            right: 0;
            top: 0;
            text-indent: -1000px;
            overflow: hidden;
        }
        
        #footer .data .certifiedes {
            position: relative;
            display: block;
            width: 331px;
            height: 37px;
            background: url(../imgs/iso_logo_es.png) center center;
            position: absolute;
            right: 0;
            top: 0;
            text-indent: -1000px;
            overflow: hidden;
        }
        
        #footer .data .certifiedfr {
            position: relative;
            display: block;
            width: 236px;
            height: 37px;
            background: url(../imgs/iso_logo_fr.png) center center;
            position: absolute;
            right: 0;
            top: 0;
            text-indent: -1000px;
            overflow: hidden;
        }

/*----------------------------------------------
Fixes to Luccaco styling
----------------------------------------------*/
h1 {font-family: "lft-etica",sans-serif}

#header .right .language_links li.separator, #header nav ul li.separator, #footer .nav ul li.separator {border: 0px; clear: none}
#header .menu ul li a:hover, #header .menu ul li a.selected {border-bottom: 4px solid #ED8107; color: #ED8107; padding-bottom: 10px}
#header .right .search .ms-srch-sb-border, #header .right .search .ms-srch-sb-borderFocused {border: 0}
#header .right .search .ms-srch-sb-borderFocused  input {border-color: #ED8107}
#header .right .search a.ms-srch-sb-searchLink {background: url("../imgs/responsive/zoom_tablet.png") 10px 8px no-repeat #b4b7b9; width: 34px; height: 30px; overflow: hidden}
#header .right .search a  img {display: none}
#header .logo img {display: none}
.wrapper .teaser {padding:20px}

@media all and (max-width: 767px) {
  #header .right .search a.ms-srch-sb-searchLink {display: none}
}

.share li.separator {clear: none; border: none}
section.text h1 {font-weight: 300; font-size: 48px; color: #264768; line-height: 58px; margin: 0 0 24px 0}
#header .menu ul {border-bottom: none}
.related.no_photos {width: auto !important}

.news_landing {padding: 0 20px 0 0; margin: 0; position: relative; display: block}
.news_landing li {list-style: none; margin-bottom: 30px}
.news_landing li img {float:left; padding-right: 10px; width: 230px}
.news_landing li .content {float: left; margin: 0px; padding: 0px; max-width: 700px; background-image: none}
.news_landing li .date {position: relative; display: block; font-weight: 600; font-size: 12px; color: #999999; line-height: 20px; letter-spacing: 0.5px; text-transform: uppercase; padding-left: 22px;}
.news_landing li .newsarticle {background: url(../imgs/icon_news_article.png) left center no-repeat;}
.news_landing li .casestory {background: url(../imgs/icon_case_story.png) left center no-repeat;}
.news_landing li .voicearticle {background: url(../imgs/icon_voice_article.png) left center no-repeat;}
.news_landing li .title {margin: 0px 0 8px 0}
.news_landing li .title a {
    position: relative; 
    display: block; 
    font-weight: 400; 
    font-size: 22px; 
    color: #4892DC; 
    line-height: 26px; 
    text-decoration: none; 
    -webkit-transition: all 0.2s ease; 
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease; 
    transition: all 0.2s ease
}

.news_landing li .title a:hover {color: #ED8107}
.news_landing li p {position: relative; display: block; font-weight: 400; font-size: 14px; color: #62676C; line-height: 20px; letter-spacing: 0}

.most_viewed {margin-top:60px}
#dvLoad {display: none; text-align: center}
  
/*----------------------------------------------
Search styling
----------------------------------------------*/
.ms-srch-item {
  width: 700px;
}

h3.ms-srch-ellipsis {
  font-size: 22px;
  margin: 0px;
}

.ms-srch-item-summaryPreview {
  width: 700px;
}

.ms-srch-item-summary {
  color: #62676C;
  font-size: 14px;
}

div.ms-srch-hover-action a[id$='_item_hoverFollow'] {
  display: none;
}

div.ms-srch-item-previewContainer {
  display: none !important;
}

/*----------------------------------------------
DataTable styling
----------------------------------------------*/
input, select {
  border-radius: 2px;
  background: #FFFFFF;
  padding: 0px;
  border: 1px solid #CED4D9;
  -moz-box-shadow: inset 0px 1px 1px 0px #E3E8ED;
  -webkit-box-shadow: inset 0px 1px 1px 0px #E3E8ED;
  box-shadow: inset 0px 1px 1px 0px #E3E8ED;
  height: 26px;
  margin-right: 10px;
  font-family: "lft-etica",sans-serif;
  color: #62676C;
}
select {
  height: 32px;
}
input.hasDatepicker {
  width: 70px;
}
div.ui-datepicker {
  z-index: 10 !important;
}
.dataTables_wrapper {
  margin-top: 20px;
}
.dataTables_length {
  float: left;
  padding: 5px 0 5px 10px;
}
.dataTables_filter {
  text-align: right;
  padding: 5px 0 5px 0;
  background-color: #DFEEFF;
  margin: 0 1px 0 1px;
  border-radius: 3px 3px 0 0;
}
.dataTables_info {
  float: left;
  padding: 10px 0 0 5px;
}
.dataTables_paginate {
  text-align: right;
  padding: 10px 5px 10px 0;
  background-color: #DFEEFF;
  border-radius: 0 0 3px 3px;
}
.paging_full_numbers a.paginate_button,
  .paging_full_numbers a.paginate_active {
  border-radius: 3px;
  background: #4892DC;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  font-family: "lft-etica",sans-serif;
  font-weight: 600;
  padding: 4px 10px 5px;
  margin-left: 3px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  *cursor: hand;
}
.paging_full_numbers a.paginate_button:hover {
  background: #ED8107;
  text-decoration: none;
  color: #fff;
}
.paging_full_numbers a.paginate_active {
  background: grey;
}
.paging_full_numbers a.paginate_button_disabled {
  background: grey;
}
.paging_full_numbers a.paginate_button_disabled:hover {
  background: grey;
}
.BusinessOpportunity .StartDate, .BusinessOpportunity .EndDate, .BusinessOpportunity #ddlCountry {
  float: left;
}
.BusinessOpportunity #btnSearch {
  margin-right: 10px;
}
#tblBusinessOpportunity {
   table-layout:fixed
}
#tblBusinessOpportunity th:nth-child(1) {
  width: 130px;
}
#tblBusinessOpportunity th:nth-child(3) {
  width: 85px;
}
#tblBusinessOpportunity th:nth-child(4) {
  width: 85px;
}
#tblBusinessOpportunity th:nth-child(5) {
  width: 60px;
}
#tblBusinessOpportunity th:nth-child(6) {
  width: 90px;
}
#tblBusinessOpportunity td:nth-child(1) {
  word-break: break-word;
  word-wrap: break-word;
}
#tblBusinessOpportunity th:after {
  content: " ";
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
#tblBusinessOpportunity th:nth-child(6):after {
  display: none;
}
#tblBusinessOpportunity th.sorting:after {
  background-position: -128px 0;
}
#tblBusinessOpportunity th.sorting_asc:after {
  background-position: 0 -16px;
}
#tblBusinessOpportunity th.sorting_desc:after {
  background-position: -64px -16px;
}

/*----------------------------------------------
Fixes to SharePoint styling
----------------------------------------------*/
.ms-taxonomy-suggestion-container .ms-taxonomy-suggestion-holder .ms-taxonomy-suggestion-group .ms-taxonomy-table {margin:0}
#pageStatusBar[class], .ms-status-msg {margin-bottom:0}
a.btn:visited {color:#fff}
.ms-webpartzone-cell {margin:auto auto}
.joinus_page .ms-webpart-cell-vertical {display:block}
.joinus_page .ms-webpart-zone {display:block}
.joinus_page .ms-webpart-chrome-vertical {display:block}
.ms-rtestate-field p, p.ms-rteElement-P {line-height:24px}
.ms-webpart-chrome-vertical {display:block;}

/*----------------------------------------------
Overwrite Luccaco styles
----------------------------------------------*/
.blocks .block.half .info {height: 20px}
.blocks .block.socials {background-color: #EEF1F4; height: 240px; z-index:1000}

.blocks .block.animate_square .info {
    height: 20px !important;
    -webkit-transform: translate3d(0px, 20px, 0px);
    -moz-transform: translate3d(0px, 20px, 0px);
    -ms-transform: translate3d(0px, 20px, 0px);
    -o-transform: translate3d(0px, 20px, 0px);
    transform: translate3d(0px, 20px, 0px); 
}

/*----------------------------------------------
Contact form
----------------------------------------------*/
.contact .label {margin:12px 0 3px 0;}
.contact .required {color: red}

/*----------------------------------------------
Errors in WebPartBase
----------------------------------------------*/
.webpart-errors li {position: relative}
.webpart-errors li:hover .webpart-errors-details {height:auto}
.webpart-errors-details {background: #ddd; margin: 10px 10px 10px 0; padding: 5px 10px; height: 18px; overflow: hidden}

/*----------------------------------------------
Custom styles for Summary links web part
----------------------------------------------*/
.groupmarker {position:relative; z-index:1}
.groupheader {border-radius:3px 3px 0 0; border:solid #C9D1D9; border-width:1px 1px 0 1px; font-weight:600; font-size:13px; color:#274869; line-height:20px; background:#FFF; padding:10px 18px; margin:0}
.groupmarker ul {border: 1px solid #C9D1D9; border-radius:0 0 3px 3px; background: #FFF; padding: 0; margin: 0}
.groupmarker ul li {list-style: none; font-size: 13px; color: #274869; line-height: 20px; border-top: 1px solid #C9D1D9; padding: 10px 14px; font-weight: 600}	
.groupmarker ul li:first-child {border-top: none}
.groupmarker ul li a {font-size: 14px; color: #4892DC; line-height: 17px; text-decoration: none; font-weight: 400}
.groupmarker ul li a:hover {text-decoration: underline}

/*----------------------------------------------
Case story list
----------------------------------------------*/
.cases .item {float: left; width: 320px; border:none; margin-left: -1px;padding: 0px;clear: inherit;}
.cases .item .detail {padding: 20px}
.cases .item .detail h3 {margin:0 0 10px; text-overflow: ellipsis; overflow: hidden; white-space:nowrap; font-size:18px; line-height:24px}
.cases .item .detail h3 a {color: #4892DC; letter-spacing:0.5px}
.cases .item .detail .flag {font-size: 12px; color: #666666; line-height: 12px; font-weight: 600; margin-right:10px}
.cases .item .detail .flag img {vertical-align:text-bottom; padding-right:5px}
.cases .item.last {border: none}
.cases .item>img {width: 320px; height: 140px}
.loadmore {display: block; width: 280px; margin: 0 auto; margin-top: 40px}

@media screen and (min-width:768px) {
    .cases .item:nth-child(2n+1) {clear:both; border-right:1px solid #c9d1d9}
}

@media screen and (min-width:961px) {
    .cases .item:nth-child(2n+1) {clear:none; border-right:none}
    .cases .item:nth-child(3n+1) {clear:both}
    .cases .item:nth-child(3n+2) {border-right:1px solid #c9d1d9; border-left:1px solid #c9d1d9}
}

/*----------------------------------------------
Vacancy list
----------------------------------------------*/
.vacancies .text p {max-width: 100%}
.vacancies .text .right {width: 222px;margin-left: 24px; float: right; text-decoration: none}

.vacancy-list .items {position:relative; display:block; left:0; margin:0; padding:0}
.vacancy-list .item {list-style:none; display: block; border-radius:3px; border:1px solid #C9D1D9; padding:18px 20px}
.vacancy-list .item:first-child {margin: 0}
.vacancy-list .item label {display: inline-block; font-weight: 600; font-size: 14px; color: #666666; line-height: 18px; margin-right: 2px; margin-bottom: 0}
.vacancy-list .item .title {font-weight:600; font-size: 18px; color: #4892DC; line-height: 22px; letter-spacing: 0.5px; margin-bottom: 4px; display: block}
.vacancy-list .item span {display: inline-block; font-weight: 400; font-size: 14px; color: #666666; line-height: 18px; margin-right: 5px}
.vacancy-list .item p {display: block; margin: 0 0 14px 0}
.vacancy-list .item .btn.darkblue {float: none}
.vacancy-list .item .btn.blue {float:right}
.vacancy-list .btn-container {text-align:center}

.vacancies .bullets {padding: 0; margin: 30px auto}
.vacancies .bullets li {list-style: none; float: left; margin: 0 5px}
.vacancies .bullets li a {display: block; width: 12px; height: 12px; background: url(../imgs/bullets_vacancies.png) left center; text-indent: -1000px; overflow: hidden}
.vacancies .bullets li.current a {background-position: right center}

/*Static*/
.vacancy-list.vacancy-list-static .items {list-style-type:none}
.vacancy-list.vacancy-list-static .item {margin:0 0 20px 0; background: #FFFFFF}
.vacancy-list.vacancy-list-static .item p {font-size:12px; display:inline-block; margin:0}
.vacancy-list.vacancy-list-static .btn-container {margin:10px 0 0}

/*Scrollable*/
.vacancy-list.vacancy-list-scrollable {width:100%; height:267px; overflow:hidden; position:relative; display:block}
.vacancy-list.vacancy-list-scrollable label.title {max-height:88px; overflow:hidden}
.vacancy-list.vacancy-list-scrollable .item {float: left; position: relative; height: 229px; width: 262px; background: #F5F8FA; margin-left:22px}
.vacancy-list.vacancy-list-scrollable .btn-container {position:absolute; bottom:25px; width:100%; left:0}

/*----------------------------------------------
Misc
----------------------------------------------*/
table.table-transparent {background:none; border:none}
table.table-transparent td {background:none; border:none !important}

.pull-left {float:left}
.pull-right {float:right}
