html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

    q:before,
    q:after,
    blockquote:before,
    blockquote:after {
        content: "";
        content: none
    }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

body {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400
}

section {
    width: 100%;
    float: left;
    overflow: hidden
}

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

p a {
    color: #155429
}

a {
    outline: 0
}

section.sliderHP {
    background: url("../images/bgs/bg-slider-01.jpg") no-repeat center top;
    height: 400px
}

section.projects {
    background: url("../images/bgs/bg-projects.jpg") no-repeat center top;
    height: 350px;
    padding-top: 50px
}

section.cs {
    background: url("../images/bgs/bg-cs.jpg") no-repeat center top;
    height: 390px;
    padding-top: 50px
}

section.footer {
    background: url("../images/bgs/bg-footer.jpg") repeat-x left top;
    height: 80px;
    padding-top: 20px;
    position: relative
}

section.claim {
    background: url("../images/bgs/bg-claim.png") repeat-x left top;
    padding-top: 30px;
    padding-bottom: 30px
}

    section.claim .wrapper h2 {
        font-size: 30px;
        color: #155429;
        text-transform: uppercase;
        overflow: hidden;
        padding: 0 20px;
        line-height: 38px
    }

    section.claim .wrapper em {
        font-size: 20px;
        color: #6f6f6f;
        text-transform: uppercase;
        float: right;
        margin-right: 120px;
        display: none
    }

section.topbar {
    background-color: #ebebeb;
    font-weight: 400;
    font-size: 12px;
    height: 40px;
    overflow: visible
}

    section.topbar .wrapper {
        background: url("../images/bgs/bg-topbar.png") no-repeat right top;
        height: 40px;
        position: relative
    }

        section.topbar .wrapper ul {
            margin: 0;
            padding: 0
        }

            section.topbar .wrapper ul li {
                float: left;
                border-right: 1px solid #b4b4b4;
                padding: 14px 10px;
                position: relative
            }

                section.topbar .wrapper ul li.lang ul li {
                    padding: 5px 10px
                }

                section.topbar .wrapper ul li.company ul li {
                    padding: 5px 10px
                }

                section.topbar .wrapper ul li:first-child {
                    border-right: 1px solid #b4b4b4;
                    border-left: 1px solid #b4b4b4;
                    padding: 10px 10px 8px 10px
                }

                section.topbar .wrapper ul li:last-child {
                    border: none
                }

            section.topbar .wrapper ul li {
                color: #6f6f6f
            }

                section.topbar .wrapper ul li a {
                    color: #6f6f6f;
                    text-decoration: none
                }

                section.topbar .wrapper ul li.search {
                    padding: 13px 10px 8px;
                    overflow: hidden
                }

                section.topbar .wrapper ul li input#search {
                    height: 23px;
                    border: none;
                    margin-top: -4px;
                    color: #6f6f6f;
                    font-family: "Titillium Web", sans-serif;
                    font-weight: 400;
                    font-size: 12px;
                    width: 200px;
                    padding: 0 10px 0 30px
                }

                section.topbar .wrapper ul li input#submitSearch {
                    width: 20px;
                    height: 20px;
                    background: url("../images/icon/icon-search.png") no-repeat 0 -2px;
                    display: block;
                    border: none;
                    cursor: pointer;
                    overflow: hidden;
                    text-indent: -9999px;
                    position: absolute;
                    left: 10px;
                    top: 11px
                }

                section.topbar .wrapper ul li.lang span {
                    background: url("../images/icon/icon-down.png") no-repeat right 8px;
                    padding: 0 20px 0 0;
                    cursor: pointer
                }

                section.topbar .wrapper ul li ul {
                    min-width: 90px;
                    position: absolute;
                    left: 1px;
                    top: 40px;
                    background-color: #ebebeb;
                    overflow: hidden;
                    height: 0px;
                    z-index: 10
                }

                section.topbar .wrapper ul li.company span {
                    display: block;
                    cursor: pointer
                }

                section.topbar .wrapper ul li.company ul {
                    min-width: 117px;
                    position: absolute;
                    left: 1px;
                    top: 40px;
                    background-color: #ebebeb;
                    overflow: hidden;
                    height: 0px;
                    z-index: 10
                }

                section.topbar .wrapper ul li ul li {
                    padding: 5px;
                    border: none;
                    float: none
                }

                    section.topbar .wrapper ul li ul li:first-child {
                        border: none
                    }

                    section.topbar .wrapper ul li ul li:last-child {
                        border: none
                    }

                    section.topbar .wrapper ul li ul li:hover {
                        background: #6e6e6e
                    }

                    section.topbar .wrapper ul li ul li a {
                        background: none !important;
                        padding: 0 !important
                    }

                    section.topbar .wrapper ul li ul li:hover a {
                        color: #FFF
                    }

        section.topbar .wrapper a.topContact {
            display: block;
            float: right;
            font-size: 14px;
            color: #FFF;
            background: url("../images/icon/icon-green-arrow.png") no-repeat 0 18px;
            padding: 16px 0 0 15px;
            text-decoration: none;
            margin-right: 40px
        }

#social {
    width: 45px;
    position: fixed;
    left: 0px;
    top: 20%;
    z-index: 10
}

    #social ul {
        width: 45px;
        overflow: hidden
    }

        #social ul li {
            width: 45px;
            height: 45px;
            display: block;
            overflow: hidden;
            margin-bottom: 2px
        }

            #social ul li a {
                display: block;
                overflow: hidden;
                text-indent: -9999px;
                font-size: 0px;
                width: 45px;
                height: 45px
            }

            #social ul li.facebook a {
                background: url("../images/icon/icon-social.png") no-repeat 0 0
            }

            #social ul li.linkedin a {
                background: url("../images/icon/icon-social.png") no-repeat 0 -47px
            }

            #social ul li.youtube a {
                background: url("../images/icon/icon-social.png") no-repeat 0 -94px
            }

            #social ul li.twitter a {
                background: url("../images/icon/icon-social.png") no-repeat 0 -141px
            }

            #social ul li.instagram a {
                background: url("../images/icon/icon-social.png") no-repeat 0 -186px
            }

#onlineServices {
    width: 206px;
    height: 65px;
    background: url("../images/bgs/bg-online-services.png") no-repeat 0 0;
    position: fixed;
    right: 0px;
    top: 490px;
    padding-top: 45px;
    z-index: 10
}

    #onlineServices a {
        width: 170px;
        height: 110px;
        text-align: center;
        float: right;
        text-decoration: none
    }

        #onlineServices a span {
            display: block;
            font-size: 18px;
            color: #FFF;
            text-transform: uppercase;
            line-height: 25px
        }

        #onlineServices a em {
            display: block;
            font-size: 13px;
            color: #FFF
        }

.portal {
    position: absolute;
    right: 10px;
    top: 3px;
    display: block;
    background: url('../images/icon/icon-green-arrow.png') no-repeat left 10px;
    width: 125px;
    padding: 0 0 0 20px;
    text-decoration: none
}

    .portal span {
        text-transform: uppercase;
        color: #FFF;
        font-size: 15px;
        display: block;
        line-height: 20px
    }

    .portal em {
        display: block;
        color: #FFF;
        font-size: 11px;
        font-style: normal
    }

section .wrapper .block4 {
    width: 940px;
    overflow: hidden;
    text-align: center
}

    section .wrapper .block4 ul {
        width: 960px
    }

        section .wrapper .block4 ul li {
            width: 220px;
            display: inline-block;
            margin: 0 15px 40px 0;
            text-align: center
        }

    section .wrapper .block4 h3 {
        display: block;
        background: url("../images/icon/icon-down-green.png") no-repeat center bottom;
        height: 58px;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #FFF
    }

    section .wrapper .block4 ul li span {
        display: block;
        font-size: 15px;
        color: #6f6f6f;
        text-transform: uppercase;
        text-decoration: none;
        margin: 20px auto 0 auto;
        width: 100px
    }

section .wrapper .block3 {
    width: 940px;
    overflow: hidden
}

    section .wrapper .block3 ul {
        width: 960px
    }

        section .wrapper .block3 ul li {
            width: 300px;
            float: left;
            margin: 0 20px 0 0;
            text-align: center
        }

    section .wrapper .block3 h3 {
        display: block;
        background: url("../images/icon/icon-down-green.png") no-repeat center bottom;
        height: 58px;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #FFF
    }

    section .wrapper .block3 ul li span {
        display: block;
        font-size: 20px;
        color: #6f6f6f;
        text-transform: uppercase;
        text-decoration: none;
        margin: 20px auto 0 auto;
        width: 190px
    }

section.services {
    padding: 60px 0
}

    section.services .wrapper .block4 li a:hover img {
        opacity: 0.4
    }

    section.services .wrapper .block4 li a {
        text-decoration: none
    }

    section.services .block4 ul li {
        width: 100px
    }

        section.services .block4 ul li a {
            width: 100px
        }

            section.services .block4 ul li a img {
                width: 100px
            }

section.projects .block4 ul li a {
    display: block;
    width: 220px;
    height: 200px;
    overflow: hidden;
    position: relative
}

    section.projects .block4 ul li a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 220px;
        height: 200px
    }

    section.projects .block4 ul li a div.info {
        display: block;
        width: 150px;
        height: 110px;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 220px;
        background: url("../images/bgs/bg-info.png") repeat 0 0;
        padding: 45px 35px;
        -o-transition: top 0.5s ease-in-out;
        -webkit-transition: top 0.5s ease-in-out;
        -ms-transition: top 0.5s ease-in-out;
        -moz-transition: top 0.5s ease-in-out;
        transition: top 0.5s ease-in-out
    }

        section.projects .block4 ul li a div.info span {
            display: block;
            color: #FFF;
            width: 150px;
            margin: 0;
            line-height: 23px;
            font-size: 20px;
            text-transform: uppercase
        }

        section.projects .block4 ul li a div.info em {
            display: block;
            color: #FFF;
            font-size: 15px;
            text-transform: uppercase;
            margin-top: 5px
        }

section.projects .block4 ul li:hover a div {
    top: 0
}

section.cs .block4 ul li a {
    display: block;
    width: 220px;
    height: 200px;
    overflow: hidden;
    position: relative
}

    section.cs .block4 ul li a img {
        position: absolute;
        left: 0;
        top: 0
    }

    section.cs .block4 ul li a div.info {
        display: block;
        width: 150px;
        height: 110px;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 220px;
        background: url("../images/bgs/bg-info.png") repeat 0 0;
        padding: 45px 35px;
        -o-transition: top 0.5s ease-in-out;
        -webkit-transition: top 0.5s ease-in-out;
        -ms-transition: top 0.5s ease-in-out;
        -moz-transition: top 0.5s ease-in-out;
        transition: top 0.5s ease-in-out
    }

        section.cs .block4 ul li a div.info span {
            display: block;
            color: #FFF;
            width: 150px;
            margin: 0;
            line-height: 23px;
            font-size: 20px;
            text-transform: uppercase
        }

        section.cs .block4 ul li a div.info em {
            display: block;
            color: #FFF;
            font-size: 15px;
            text-transform: uppercase;
            margin-top: 5px
        }

section.cs .block4 ul li:hover a div {
    top: 0
}

section.cs .block3 ul li a {
    display: block;
    width: 300px;
    height: 260px;
    overflow: hidden;
    position: relative
}

    section.cs .block3 ul li a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 260px
    }

    section.cs .block3 ul li a div.info {
        display: block;
        width: 250px;
        height: 93px;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 260px;
        background: url("../images/bgs/bg-info.png") repeat 0 0;
        padding: 115px 25px 52px 25px;
        -o-transition: top 0.5s ease-in-out;
        -webkit-transition: top 0.5s ease-in-out;
        -ms-transition: top 0.5s ease-in-out;
        -moz-transition: top 0.5s ease-in-out;
        transition: top 0.5s ease-in-out
    }

        section.cs .block3 ul li a div.info span {
            display: block;
            color: #FFF;
            width: 230px;
            margin: 0;
            line-height: 23px;
            font-size: 20px;
            text-transform: uppercase
        }

        section.cs .block3 ul li a div.info em {
            display: block;
            color: #FFF;
            font-size: 15px;
            text-transform: uppercase;
            margin-top: 5px
        }

section.cs .block3 ul li:hover a div {
    top: 0
}

section.video {
    padding: 55px 0
}

    section.video .wrapper {
        width: 640px;
        margin: 0 auto
    }

section.partners {
    padding: 30px 0;
    overflow: hidden
}

    section.partners .wrapper {
        overflow: hidden
    }

        section.partners .wrapper ul {
            border-top: 1px solid #b4b4b4;
            padding-top: 30px;
            width: 980px;
            overflow: hidden;
            text-align: center
        }

            section.partners .wrapper ul li {
                display: inline-block;
                margin-right: 40px
            }

section.footer .wrapper {
    position: relative;
    height: 65px
}

    section.footer .wrapper a.qren {
        display: block;
        position: absolute;
        right: 0px;
        top: 0px
    }

    section.footer .wrapper ul {
        margin-bottom: 40px;
        overflow: hidden
    }

        section.footer .wrapper ul li {
            margin-right: 30px;
            float: left
        }

            section.footer .wrapper ul li a {
                background: url("../images/icon/icon-green-arrow-2.png") no-repeat 0 6px;
                padding: 0 0 0 10px;
                font-size: 14px;
                color: #FFF;
                text-transform: uppercase;
                text-decoration: none
            }

    section.footer .wrapper em {
        display: block;
        font-size: 10px;
        text-transform: uppercase;
        color: #FFF
    }

section.nav {
    padding: 20px 0;
    overflow: visible
}

    section.nav .wrapper a#petrotec {
        display: block;
        float: left
    }

    section.nav .wrapper ul {
        position: absolute;
        right: 0;
        bottom: 13px
    }

        section.nav .wrapper ul li {
            float: left;
            margin-left: 15px;
            position: relative
        }

            section.nav .wrapper ul li .submenu {
                display: none;
                position: absolute;
                left: 0;
                top: 31px;
                z-index: 2;
                background: url("../images/bgs/bg-submenu.png") repeat 0 0;
                padding: 10px;
            }

                section.nav .wrapper ul li .submenu.show {
                    display: block
                }

            section.nav .wrapper ul li span.arrow {
                display: none;
                width: 17px;
                height: 16px;
                background: url("../images/bgs/arrow-submenu.png") no-repeat 0 0;
                position: absolute;
                left: 10px;
                top: 24px
            }

                section.nav .wrapper ul li span.arrow.show {
                    display: block
                }

            section.nav .wrapper ul li .submenu dl {
                margin-right: 20px;
                width: 180px;
                margin-bottom: 30px;
                display: inline-table;
            }

                section.nav .wrapper ul li .submenu dl dt {
                    font-size: 12px;
                    color: #FFF;
                    text-transform: uppercase;
                    margin-bottom: 5px
                }

                section.nav .wrapper ul li .submenu dl dd {
                    font-size: 10px;
                    color: #FFF
                }

                section.nav .wrapper ul li .submenu dl dt a {
                    color: #FFF;
                    text-decoration: none;
                    font-size: 12px;
                    color: #FFF;
                    text-transform: uppercase;
                    display: block;
                    line-height: 20px;
                    background: none
                }

                section.nav .wrapper ul li .submenu dl dd a {
                    color: #FFF;
                    text-decoration: none;
                    font-size: 10px;
                    color: #FFF;
                    text-transform: uppercase;
                    line-height: 20px;
                    background: none
                }

                section.nav .wrapper ul li .submenu dl dt a:hover {
                    color: #87c141
                }

                section.nav .wrapper ul li .submenu dl dd a:hover {
                    color: #87c141
                }

            section.nav .wrapper ul li:first-child {
                margin: 0px
            }

            section.nav .wrapper ul li span {
                color: #323232;
                text-decoration: none;
                text-transform: uppercase;
                cursor: pointer;
                font-size: 13px;
                padding: 0 14px 0 0;
                background: url("../images/icon/icon-down.png") no-repeat right 9px
            }

            section.nav .wrapper ul li a {
                color: #323232;
                text-decoration: none;
                text-transform: uppercase;
                cursor: pointer;
                font-size: 14px;
                padding: 0 14px 0 0;
                background: url("../images/icon/icon-down.png") no-repeat right 9px
            }

section.sliderHP .wrapper {
    position: relative
}

    section.sliderHP .wrapper .swiper-slide img {
        position: absolute;
        left: 0px;
        top: 0px
    }

    section.sliderHP .wrapper .swiper-slide .text {
        position: absolute;
        right: 40px;
        top: 0px;
        height: 340px;
        width: 180px;
        padding: 30px;
        text-align: left;
        background: url("../images/generic/bg-copy-slider.png") no-repeat 0 0
    }

        section.sliderHP .wrapper .swiper-slide .text h1 {
            color: #aec1ab;
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 5px
        }

        section.sliderHP .wrapper .swiper-slide .text .title {
            color: #aec1ab;
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 5px
        }

        section.sliderHP .wrapper .swiper-slide .text p {
            font-size: 15px;
            color: #FFF;
            line-height: 20px
        }

section.topList {
    height: 100px;
    background: url("../images/bgs/bg-slider-01.jpg") no-repeat center top;
    overflow: hidden
}

    section.topList .wrapper {
        position: relative;
        padding-top: 40px
    }

        section.topList .wrapper span.type {
            width: 60px;
            height: 60px;
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 20px
        }

            section.topList .wrapper span.type img {
                width: 60px;
                height: 60px
            }

        section.topList .wrapper h1 {
            color: #0f2814;
            font-size: 20px;
            display: block;
            text-transform: uppercase
        }

        section.topList .wrapper ul.breadcrumb {
            margin-top: 5px
        }

            section.topList .wrapper ul.breadcrumb li {
                float: left;
                text-transform: uppercase;
                font-size: 12px;
                color: #155429;
                text-decoration: none;
                margin-left: 3px
            }

                section.topList .wrapper ul.breadcrumb li a {
                    font-size: 12px;
                    color: #155429;
                    text-decoration: none;
                    text-transform: uppercase
                }

                section.topList .wrapper ul.breadcrumb li:first-child {
                    margin: 0
                }

                section.topList .wrapper ul.breadcrumb li::after {
                    content: " / "
                }

                section.topList .wrapper ul.breadcrumb li:last-child::after {
                    content: ""
                }

section.prodList .wrapper {
    padding-top: 40px
}

    section.prodList .wrapper .block4 {
        width: 940px;
        overflow: hidden
    }

        section.prodList .wrapper .block4 ul {
            width: 960px
        }

            section.prodList .wrapper .block4 ul li {
                width: 220px;
                float: left;
                margin: 0 20px 20px 0;
                text-align: center
            }

        section.prodList .wrapper .block4 h3 {
            display: block;
            background: url("../images/icon/icon-down-green.png") no-repeat center bottom;
            height: 58px;
            font-size: 30px;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 15px;
            color: #FFF
        }

        section.prodList .wrapper .block4 ul li span {
            display: block;
            font-size: 20px;
            color: #6f6f6f;
            text-transform: uppercase;
            text-decoration: none;
            margin: 20px auto 0 auto;
            width: 190px
        }

section.prodList .block4 ul li a {
    display: block;
    width: 220px;
    height: 200px;
    overflow: hidden;
    position: relative
}

    section.prodList .block4 ul li a img {
        position: absolute;
        left: 0;
        top: 0
    }

    section.prodList .block4 ul li a div.info {
        display: block;
        width: 150px;
        height: 111px;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 220px;
        background: url("../images/bgs/bg-info.png") repeat 0 0;
        padding: 44px 35px 44px 35px;
        -o-transition: top 0.5s ease-in-out;
        -webkit-transition: top 0.5s ease-in-out;
        -ms-transition: top 0.5s ease-in-out;
        -moz-transition: top 0.5s ease-in-out;
        transition: top 0.5s ease-in-out
    }

        section.prodList .block4 ul li a div.info span {
            display: block;
            color: #FFF;
            width: 150px;
            margin: 0;
            line-height: 23px;
            font-size: 20px;
            text-transform: uppercase
        }

        section.prodList .block4 ul li a div.info em {
            display: block;
            color: #FFF;
            font-size: 15px;
            text-transform: uppercase;
            margin-top: 5px
        }

section.prodList .block4 ul li:hover a div {
    top: 0
}

section.detail .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

    section.detail .wrapper aside {
        width: 460px;
        margin-right: 30px;
        float: left
    }

        section.detail .wrapper aside img {
            cursor: pointer
        }

            section.detail .wrapper aside img:hover {
                opacity: 0.6
            }

    section.detail .wrapper .detailInfo {
        width: 440px;
        float: left;
        position: relative;
        height: 420px;
        overflow: hidden
    }

        section.detail .wrapper .detailInfo h1 {
            font-size: 20px;
            color: #155429;
            margin-bottom: 20px;
            text-transform: uppercase
        }

        section.detail .wrapper .detailInfo .detail-info-title {
            font-size: 20px;
            color: #155429;
            margin-bottom: 20px;
            text-transform: uppercase
        }

        section.detail .wrapper .detailInfo h2 p {
            font-size: 16px;
            color: #0f2814;
            margin-bottom: 10px;
            text-transform: uppercase;
            font-weight: 400
        }

        section.detail .wrapper .detailInfo p {
            font-size: 14px;
            color: #0f2814;
            line-height: 20px
        }

        section.detail .wrapper .detailInfo a.back {
            color: #FFF;
            font-size: 16px;
            text-transform: uppercase;
            padding: 5px 10px 5px 20px;
            text-decoration: none;
            position: absolute;
            left: 0px;
            bottom: 0;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            background: #6cb538 url("../images/icon/icon-arrows-back.png") no-repeat 7px 6px
        }

.fbShare {
    position: absolute;
    right: 0;
    bottom: 0
}

.fbShare2 {
    margin-top: 20px
}

section.detail .wrapper .detailInfo a.back:hover {
    background-position: 7px -30px;
    background-color: #005221
}

section.detail .wrapper .detailInfo ul.downloads {
    position: absolute;
    left: 0;
    bottom: 50px
}

    section.detail .wrapper .detailInfo ul.downloads li a {
        padding: 10px 0 10px 40px;
        background: url("../images/icon/pdf.png") no-repeat 0 8px;
        font-size: 10px;
        color: #6f6f6f;
        text-decoration: none
    }

section.detail .wrapper .detailPics {
    width: 940px;
    overflow: hidden;
    margin-top: 20px;
    float: left
}

    section.detail .wrapper .detailPics ul {
        width: 960px;
        overflow: hidden
    }

        section.detail .wrapper .detailPics ul li {
            margin-right: 20px;
            width: 220px;
            height: 200px;
            overflow: hidden;
            cursor: pointer;
            float: left;
            margin-bottom: 20px
        }

            section.detail .wrapper .detailPics ul li img {
                width: 220px;
                height: 200px;
                -webkit-transform: scale(1, 1);
                -webkit-transition-duration: 500ms;
                -webkit-transition-timing-function: ease-out;
                -moz-transform: scale(1, 1);
                -moz-transition-duration: 500ms;
                -moz-transition-timing-function: ease-out;
                -ms-transform: scale(1, 1);
                -ms-transition-duration: 500ms;
                -ms-transition-timing-function: ease-out
            }

            section.detail .wrapper .detailPics ul li:hover img {
                -webkit-transform: scale(1.2, 1.2);
                -webkit-transition-duration: 500ms;
                -webkit-transition-timing-function: ease-out;
                -moz-transform: scale(1.2, 1.2);
                -moz-transition-duration: 500ms;
                -moz-transition-timing-function: ease-out;
                -ms-transform: scale(1.2, 1.2);
                -ms-transition-duration: 500ms;
                -ms-transition-timing-function: ease-out
            }

section.single .hero {
    height: 400px
}

    section.single .hero .wrapper .intro {
        width: 400px;
        height: 400px;
        background: url("../images/generic/bg-copy-single-slider.png") no-repeat 0 0;
        position: relative;
        margin-left: 40px
    }

        section.single .hero .wrapper .intro h1 {
            position: absolute;
            left: 20px;
            bottom: 20px;
            width: 360px;
            font-size: 20px;
            color: #FFF;
            text-transform: uppercase;
            line-height: 25px
        }

            section.single .hero .wrapper .intro h1 strong {
                font-weight: 700
            }

        section.single .hero .wrapper .intro .intro-title {
            position: absolute;
            left: 20px;
            bottom: 20px;
            width: 360px;
            font-size: 20px;
            color: #FFF;
            text-transform: uppercase;
            line-height: 25px
        }

            section.single .hero .wrapper .intro .intro-title strong {
                font-weight: 700
            }

.wrapper .generic {
    width: 940px;
    overflow: hidden;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .wrapper .generic aside {
        width: 300px;
        float: left;
        margin-right: 40px;
        text-align: center;
        min-height: 1px
    }

        .wrapper .generic aside img {
            margin-bottom: 20px;
            max-width: 300px
        }

    .wrapper .generic .content {
        float: left;
        width: 600px
    }

        .wrapper .generic .content h1 {
            font-size: 20px;
            color: #155429;
            margin-bottom: 20px;
            text-transform: uppercase
        }

        .wrapper .generic .content h2 {
            font-size: 16px;
            color: #6f6f6f;
            margin-bottom: 20px;
            text-transform: uppercase
        }

        .wrapper .generic .content p {
            font-size: 14px;
            color: #6f6f6f;
            line-height: 20px;
            margin-bottom: 15px
        }

            .wrapper .generic .content p a {
                color: #155429;
                text-decoration: none;
                font-weight: 700
            }

            .wrapper .generic .content p em {
                font-style: italic
            }

            .wrapper .generic .content p strong {
                font-weight: 700
            }

        .wrapper .generic .content img {
            margin-bottom: 20px;
            max-width: 600px
        }

        .wrapper .generic .content p img {
            margin-bottom: 20px;
            max-width: 600px;
            margin-right: 20px;
            float: left;
            margin-top: 10px
        }

    .wrapper .generic .companyClaim {
        float: left;
        margin-top: 10px;
        text-align: center;
        font-size: 20px;
        color: #155429;
        text-transform: uppercase;
        line-height: 25px
    }

        .wrapper .generic .companyClaim cite {
            padding: 20px 100px;
            border-top: 1px solid #b4b4b4;
            border-bottom: 1px solid #b4b4b4;
            display: block
        }

        .wrapper .generic .companyClaim ul {
            margin-bottom: 80px;
            overflow: hidden
        }

            .wrapper .generic .companyClaim ul li {
                background: url("../images/icon/icon-down-gray.png") no-repeat center 0;
                width: 140px;
                float: left;
                padding-top: 45px;
                margin-left: 155px;
                overflow: hidden
            }

                .wrapper .generic .companyClaim ul li:first-child {
                    margin-left: 100px
                }

                .wrapper .generic .companyClaim ul li img {
                    width: 140px
                }

                .wrapper .generic .companyClaim ul li em {
                    font-style: normal;
                    width: 130px;
                    text-align: center;
                    font-size: 12px;
                    color: #6f6f6f;
                    text-transform: uppercase;
                    line-height: 16px;
                    display: block;
                    margin-top: 20px;
                    padding: 0 5px
                }

section.genericClaimModule {
    padding: 20px 0;
    background: url("../images/bgs/bg-claim.jpg") repeat-x 0 0;
    float: left
}

    section.genericClaimModule .wrapper {
        width: 860px;
        margin: 0 auto
    }

        section.genericClaimModule .wrapper h2 {
            display: block;
            text-align: center;
            font-size: 20px;
            color: #155429;
            text-transform: uppercase;
            line-height: 30px
        }

section.fullServices {
    background: url("../images/bgs/bg-projects.jpg") no-repeat center top;
    height: 340px;
    padding: 30px 0 30px 0;
    float: left
}

    section.fullServices .wrapper .item4 {
        width: 635px;
        overflow: hidden;
        margin: 0 auto
    }

        section.fullServices .wrapper .item4 ul {
            overflow: hidden;
            text-align: center
        }

            section.fullServices .wrapper .item4 ul li {
                width: 114px;
                height: 162px;
                margin-left: 55px;
                text-decoration: none;
                text-align: center;
                display: inline-block;
                overflow: hidden
            }

                section.fullServices .wrapper .item4 ul li:first-child {
                    margin: 0
                }

                section.fullServices .wrapper .item4 ul li a {
                    display: block;
                    text-decoration: none;
                    text-align: center
                }

                    section.fullServices .wrapper .item4 ul li a img {
                        width: 114px;
                        height: 114px
                    }

                    section.fullServices .wrapper .item4 ul li a span {
                        display: block;
                        font-size: 13px;
                        color: #FFF;
                        text-transform: uppercase;
                        line-height: 18px;
                        text-align: center;
                        margin-top: 10px
                    }

                section.fullServices .wrapper .item4 ul li img {
                    width: 114px;
                    height: 114px
                }

                section.fullServices .wrapper .item4 ul li span {
                    display: block;
                    font-size: 15px;
                    color: #FFF;
                    text-transform: uppercase;
                    line-height: 18px;
                    text-align: center;
                    margin-top: 10px
                }

    section.fullServices .wrapper .item5 {
        width: 790px;
        overflow: hidden;
        margin: 20px auto 0 auto
    }

        section.fullServices .wrapper .item5 ul {
            overflow: hidden;
            text-align: center
        }

            section.fullServices .wrapper .item5 ul li {
                width: 114px;
                height: 162px;
                margin-left: 55px;
                text-decoration: none;
                text-align: center;
                display: inline-block;
                overflow: hidden
            }

                section.fullServices .wrapper .item5 ul li:first-child {
                    margin: 0
                }

                section.fullServices .wrapper .item5 ul li a {
                    display: block;
                    text-decoration: none;
                    text-align: center
                }

                    section.fullServices .wrapper .item5 ul li a img {
                        width: 114px;
                        height: 114px
                    }

                    section.fullServices .wrapper .item5 ul li a span {
                        display: block;
                        font-size: 13px;
                        color: #FFF;
                        text-transform: uppercase;
                        line-height: 16px;
                        text-align: center;
                        margin-top: 10px
                    }

                section.fullServices .wrapper .item5 ul li img {
                    width: 114px;
                    height: 114px
                }

                section.fullServices .wrapper .item5 ul li span {
                    display: block;
                    font-size: 15px;
                    color: #FFF;
                    text-transform: uppercase;
                    line-height: 16px;
                    text-align: center;
                    margin-top: 10px
                }

section.history {
    background: url("../images/bgs/bg-history.jpg") repeat-x left top;
    height: 370px;
    padding: 30px 0 30px 0;
    float: left
}

    section.history .wrapper h2 {
        color: #0f2814;
        width: 630px;
        margin: 0 auto;
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        text-transform: uppercase;
        font-weight: 400
    }

    section.history .wrapper .historyModule {
        position: relative;
        width: 820px;
        margin: 20px auto 0 auto
    }

.historyItem {
    padding: 2px;
    background: url("../images/bgs/bg-item-history.png") repeat left top;
    height: 276px;
    width: 156px
}

    .historyItem span {
        color: #87c141;
        font-weight: 300;
        font-size: 20px;
        text-transform: uppercase;
        display: block;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 10px
    }

    .historyItem p {
        color: #FFF;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        padding: 0 10px;
        line-height: 17px;
        display: block;
        height: 150px;
        overflow: hidden
    }

        .historyItem p a {
            color: #0f2814;
            text-decoration: none
        }

section.news .wrapper .generic h2 {
    font-size: 20px;
    color: #155429;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px
}

section.news .wrapper .generic span.date {
    font-size: 12px;
    color: #323232;
    display: block;
    margin-bottom: 10px
}

.generic aside.sort {
    float: right;
    margin: 0
}

    .generic aside.sort .sortNews {
        position: relative;
        background: url("../images/bgs/bg-history.jpg") repeat-x left top;
        width: 270px;
        height: 200px;
        padding: 15px;
        margin-bottom: 20px
    }

        .generic aside.sort .sortNews h3 {
            margin-bottom: 10px;
            font-weight: normal;
            font-size: 14px;
            text-transform: uppercase;
            background: #87c143;
            color: #FFF;
            display: block;
            padding: 8px 10px;
            text-align: left
        }

        .generic aside.sort .sortNews .options {
            position: relative;
            width: 240px;
            height: 135px;
            padding: 10px 15px;
            background: #FFF
        }

            .generic aside.sort .sortNews .options label {
                display: block;
                margin-bottom: 5px;
                color: #323232;
                font-size: 14px;
                text-align: left
            }

                .generic aside.sort .sortNews .options label.topmargin {
                    margin-top: 10px;
                    margin-bottom: 5px
                }

            .generic aside.sort .sortNews .options select {
                width: 100%;
                font-size: 12px;
                color: #6f6f6f;
                background: #ebebeb;
                border: 0px;
                padding: 3px 10px;
                margin-bottom: 7px
            }

    .generic aside.sort ul li {
        margin-bottom: 10px
    }

        .generic aside.sort ul li img {
            width: 300px;
            margin-bottom: 0px
        }

    .generic aside.sort .sortNews .options select.month {
        float: left;
        width: 130px
    }

    .generic aside.sort .sortNews .options select.year {
        float: right;
        width: 90px
    }

    .generic aside.sort .sortNews .options input[type="submit"] {
        color: #FFF;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0px 20px 0px 10px;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: #6cb538 url("../images/icon/icon-arrow-submit.png") no-repeat right 6px;
        border: 0px;
        cursor: pointer;
        font-weight: 300;
        font-family: "Titillium Web", sans-serif;
        float: right
    }

        .generic aside.sort .sortNews .options input[type="submit"]:hover {
            background-position: right -30px;
            background-color: #005221
        }

    .generic aside.sort .sortNews .options input[type="text"] {
        width: 220px;
        margin-bottom: 8px;
        margin-top: 5px;
        font-size: 12px;
        color: #6f6f6f;
        background: #ebebeb;
        border: 0px;
        padding: 5px 10px;
        text-align: left
    }

    .generic aside.sort .sortNews #msg {
        font-size: 12px;
        font-weight: 300;
        color: #88c244;
        position: absolute;
        left: 15px;
        bottom: 8px;
        width: 120px;
        text-align: left;
        text-align: center
    }

        .generic aside.sort .sortNews #msg.error {
            color: red
        }

.generic a.back {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 10px 5px 20px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #6cb538 url("../images/icon/icon-arrows-back.png") no-repeat 7px 6px;
    margin-top: 15px;
    display: inline-block
}

    .generic a.back:hover {
        background-position: 7px -30px;
        background-color: #005221
    }

section.news .generic .content {
    width: 620px
}

    section.news .generic .content .listNews {
        width: 620px;
        overflow: hidden
    }

        section.news .generic .content .listNews ul {
            width: 640px;
            overflow: hidden
        }

            section.news .generic .content .listNews ul li {
                width: 300px;
                float: left;
                margin-right: 20px;
                height: 330px;
                background-color: #ebebeb;
                margin-bottom: 20px;
                position: relative;
                overflow: hidden
            }

                section.news .generic .content .listNews ul li img {
                    width: 300px;
                    height: 187px;
                    margin: 0
                }

                section.news .generic .content .listNews ul li a img {
                    width: 300px;
                    height: 187px;
                    margin: 0
                }

                section.news .generic .content .listNews ul li a {
                    display: block;
                    overflow: hidden;
                    text-decoration: none
                }

                    section.news .generic .content .listNews ul li a .resume {
                        overflow: hidden;
                        padding: 20px;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        z-index: 10;
                        background-color: #ebebeb;
                        height: 103px
                    }

                        section.news .generic .content .listNews ul li a .resume span.date {
                            font-size: 12px;
                            color: #323232;
                            display: block;
                            margin-bottom: 3px;
                            display: block
                        }

                        section.news .generic .content .listNews ul li a .resume h2 {
                            display: block;
                            height: 40px;
                            overflow: hidden;
                            font-size: 16px;
                            color: #155429;
                            text-transform: uppercase;
                            display: block;
                            margin-bottom: 5px;
                            line-height: 20px
                        }

                        section.news .generic .content .listNews ul li a .resume p {
                            font-size: 12px;
                            color: #323232;
                            display: block;
                            display: block;
                            overflow: hidden;
                            height: 50px;
                            line-height: 17px
                        }

                        section.news .generic .content .listNews ul li a .resume span.ref {
                            font-size: 11px;
                            color: #323232;
                            display: block;
                            margin-bottom: 2px;
                            display: block;
                            font-weight: 700
                        }

                    section.news .generic .content .listNews ul li a div.info {
                        display: block;
                        width: 300px;
                        height: 187px;
                        overflow: hidden;
                        position: absolute;
                        left: 0px;
                        top: 220px;
                        background: url("../images/bgs/bg-info.png") repeat 0 0;
                        padding: 0;
                        -o-transition: top 0.5s ease-in-out;
                        -webkit-transition: top 0.5s ease-in-out;
                        -ms-transition: top 0.5s ease-in-out;
                        -moz-transition: top 0.5s ease-in-out;
                        transition: top 0.5s ease-in-out
                    }

                        section.news .generic .content .listNews ul li a div.info em {
                            display: block;
                            color: #FFF;
                            font-size: 20px;
                            text-transform: uppercase;
                            margin-top: 84px;
                            display: block;
                            text-align: center
                        }

                    section.news .generic .content .listNews ul li a:hover div.info {
                        top: 0
                    }

#reset {
    margin-right: 10px
}

section#map {
    width: 100%;
    height: 700px
}

#infoBox {
    padding: 20px;
    background-color: #FFF;
    min-width: 200px
}

    #infoBox h1 {
        font-size: 18px;
        color: #155429;
        text-transform: uppercase;
        font-weight: 400;
        display: block;
        margin-bottom: 5px;
        font-family: "Titillium Web", sans-serif
    }

    #infoBox h2 {
        font-size: 14px;
        color: #323232;
        text-transform: uppercase;
        font-weight: 300;
        display: block;
        font-family: "Titillium Web", sans-serif
    }

    #infoBox a {
        display: block;
        margin-top: 30px;
        font-family: "Titillium Web", sans-serif;
        color: #87c141;
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none
    }

section.contacts {
    background: url("../images/bgs/bg-contact-green.jpg") no-repeat center 0;
    height: 212px
}

    section.contacts .wrapper {
        position: relative;
        padding-top: 20px
    }

        section.contacts .wrapper h2 {
            display: block;
            max-width: 460px;
            color: #FFF;
            font-size: 14px;
            margin-bottom: 10px
        }

        section.contacts .wrapper h3 {
            display: block;
            max-width: 460px;
            color: #87c141;
            font-size: 14px
        }

        section.contacts .wrapper label {
            display: block;
            max-width: 460px
        }

        section.contacts .wrapper select {
            width: 350px;
            background-color: #ebebeb;
            padding: 3px 5px;
            margin: 10px 0;
            border: 0px
        }

        section.contacts .wrapper dl {
            max-width: 460px
        }

            section.contacts .wrapper dl dt {
                color: #87c141;
                font-size: 14px;
                margin-bottom: 5px
            }

            section.contacts .wrapper dl dd {
                color: #FFF;
                font-size: 13px;
                line-height: 15px
            }

                section.contacts .wrapper dl dd a {
                    color: #FFF;
                    text-decoration: none
                }

        section.contacts .wrapper a.blockContact {
            width: 400px;
            height: 83px;
            overflow: hidden;
            background: url("../images/bgs/open-contact-form.png") no-repeat center 0;
            display: block;
            position: absolute;
            right: 10px;
            top: 75px;
            font-size: 20px;
            font-weight: 300;
            color: #FFF;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            padding: 15px 30px 0 30px
        }

            section.contacts .wrapper a.blockContact:hover {
                background: url("../images/bgs/open-contact-form.png") no-repeat center bottom
            }

            section.contacts .wrapper a.blockContact.on {
                background: url("../images/bgs/open-contact-form.png") no-repeat center bottom
            }

section.contactForm {
    background: url("../images/bgs/bg-history.jpg") repeat left top;
    height: 0px
}

    section.contactForm .wrapper {
        padding: 30px 0
    }

        section.contactForm .wrapper .blockContact {
            padding: 20px;
            background: #FFF;
            width: 820px;
            margin: 0 auto;
            overflow: hidden
        }

            section.contactForm .wrapper .blockContact aside {
                float: left;
                width: 400px
            }

                section.contactForm .wrapper .blockContact aside.right {
                    float: right;
                    width: 400px
                }

                section.contactForm .wrapper .blockContact aside .row {
                    display: block;
                    width: 400px;
                    margin-bottom: 10px;
                    float: left
                }

                    section.contactForm .wrapper .blockContact aside .row.levelup {
                        height: 50px
                    }

                section.contactForm .wrapper .blockContact aside label {
                    color: #155429;
                    display: block;
                    font-size: 14px;
                    margin-bottom: 10px
                }

                section.contactForm .wrapper .blockContact aside select {
                    display: block;
                    width: 390px
                }

                section.contactForm .wrapper .blockContact aside input[type="text"] {
                    background: #ebebeb;
                    padding: 5px;
                    border: 0px;
                    display: block;
                    width: 390px;
                    font-size: 12px;
                    color: #6f6f6f
                }

                section.contactForm .wrapper .blockContact aside textarea {
                    margin: 0;
                    display: block;
                    resize: none;
                    display: block;
                    width: 390px;
                    font-size: 12px;
                    color: #6f6f6f;
                    height: 80px;
                    background: #ebebeb;
                    border: 0
                }

                section.contactForm .wrapper .blockContact aside .disclamer {
                    color: #155429;
                    display: block;
                    font-size: 10px;
                    float: left;
                    margin-top: 10px
                }

                section.contactForm .wrapper .blockContact aside .row .left {
                    float: left;
                    width: 160px
                }

                    section.contactForm .wrapper .blockContact aside .row .left input#cp1 {
                        float: left;
                        width: 100px
                    }

                    section.contactForm .wrapper .blockContact aside .row .left input#cp2 {
                        float: right;
                        width: 30px
                    }

                section.contactForm .wrapper .blockContact aside .row .right {
                    float: right;
                    width: 220px
                }

                    section.contactForm .wrapper .blockContact aside .row .right label#lbl_tlm {
                        margin-left: 30px
                    }

                section.contactForm .wrapper .blockContact aside .row .left input#tlf {
                    width: 180px;
                    float: left
                }

                section.contactForm .wrapper .blockContact aside .row .right input#fax {
                    width: 180px;
                    float: right
                }

                section.contactForm .wrapper .blockContact aside .row .left input#dob {
                    width: 180px;
                    float: left
                }

                section.contactForm .wrapper .blockContact aside .row .left input#estudos {
                    width: 180px;
                    float: left
                }

                section.contactForm .wrapper .blockContact aside .row .right input#area {
                    width: 180px;
                    float: right
                }

                section.contactForm .wrapper .blockContact aside .row .right input#nacionalidade {
                    width: 180px;
                    float: right
                }

                section.contactForm .wrapper .blockContact aside .row .right label#lbl_nacionalidade {
                    margin-left: 30px
                }

                section.contactForm .wrapper .blockContact aside .row .right label#lbl_area {
                    margin-left: 30px
                }

                section.contactForm .wrapper .blockContact aside .row .right input#tlm {
                    width: 180px;
                    float: right
                }

                section.contactForm .wrapper .blockContact aside .row .right input#localidade {
                    width: 210px
                }

                section.contactForm .wrapper .blockContact aside .row .right input#distrito {
                    width: 210px
                }

                section.contactForm .wrapper .blockContact aside .row ul {
                    float: left;
                    margin-top: 25px
                }

                    section.contactForm .wrapper .blockContact aside .row ul li {
                        display: block;
                        width: 100%;
                        float: left;
                        margin-bottom: 15px
                    }

                        section.contactForm .wrapper .blockContact aside .row ul li input[type="checkbox"] {
                            float: left;
                            margin-right: 10px;
                            margin-top: 5px
                        }

                        section.contactForm .wrapper .blockContact aside .row ul li p {
                            float: left;
                            font-size: 12px;
                            color: #6f6f6f;
                            display: block;
                            width: 180px
                        }

                section.contactForm .wrapper .blockContact aside .row p {
                    font-size: 12px
                }

                    section.contactForm .wrapper .blockContact aside .row p span {
                        font-weight: 700
                    }

.formBtns {
    margin-top: 20px;
    float: right
}

section.contactForm .wrapper .blockContact aside input[type="submit"] {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 20px 0px 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #6cb538 url("../images/icon/icon-arrow-submit.png") no-repeat right 6px;
    border: 0px;
    cursor: pointer;
    font-weight: 300;
    font-family: "Titillium Web", sans-serif;
    float: right
}

    section.contactForm .wrapper .blockContact aside input[type="submit"]:hover {
        background-position: right -30px;
        background-color: #005221
    }

section.contactForm .wrapper .blockContact aside input[type="reset"] {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #b4b4b4;
    border: 0px;
    cursor: pointer;
    font-weight: 300;
    font-family: "Titillium Web", sans-serif;
    float: right
}

section.world .wrapper {
    padding: 45px 0;
    overflow: hidden
}

    section.world .wrapper dl {
        margin: 0 0 25px -10px;
        overflow: hidden
    }

        section.world .wrapper dl dt {
            color: #0f2814;
            font-size: 18px;
            text-transform: uppercase;
            margin-bottom: 5px;
            margin-left: 10px
        }

        section.world .wrapper dl dd {
            color: #6f6f6f;
            font-size: 16px;
            text-transform: uppercase;
            float: left;
            margin: 0 10px;
            display: list-item;
            list-style-type: disc;
            line-height: 20px
        }

            section.world .wrapper dl dd a {
                color: #6f6f6f;
                text-decoration: none
            }

        section.world .wrapper dl.square dd {
            list-style-type: disc
        }

    section.world .wrapper .minimap {
        background: url("../images/bgs/mini-map.png") repeat-x 0 0;
        width: 900px;
        height: 556px;
        padding: 20px
    }

        section.world .wrapper .minimap #map {
            width: 900px;
            height: 556px
        }

a.jobbanner {
    display: block;
    width: 301px;
    height: 141px;
    background: url("../images/bgs/bg-job-banner.png") no-repeat 0 0;
    overflow: hidden;
    text-decoration: none
}

    a.jobbanner span {
        display: block;
        margin: 15px 0 0 15px;
        color: #FFF;
        font-size: 26px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: left;
        line-height: 30px
    }

a.carrerbanner {
    display: block;
    width: 301px;
    height: 141px;
    background: url("../images/bgs/bg-carrer-banner.png") no-repeat 0 0;
    overflow: hidden;
    text-decoration: none
}

    a.carrerbanner span {
        display: block;
        margin: 15px 0 0 15px;
        color: #FFF;
        font-size: 26px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: left;
        line-height: 30px
    }

.imgAside {
    width: 100%;
    display: block;
    height: 187px;
    margin-bottom: 20px
}

    .imgAside img {
        width: 300px;
        float: left;
        margin-right: 20px
    }

a.jobSend {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 20px 5px 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #6cb538 url("../images/icon/icon-arrow-submit.png") no-repeat right 6px;
    border: 0px;
    cursor: pointer;
    font-weight: 300;
    font-family: "Titillium Web", sans-serif;
    float: left
}

    a.jobSend:hover {
        background-position: right -30px;
        background-color: #005221
    }

.imgAside span.ref {
    float: left;
    margin-top: 140px;
    margin-bottom: 10px;
    display: block;
    width: 200px;
    font-family: "Titillium Web", sans-serif;
    font-size: 12px
}

.mobileNav {
    padding: 60px 0 0 0;
    display: none
}

    .mobileNav ul {
        margin: 30px 0 0 0
    }

        .mobileNav ul li {
            background: #426a3f;
            color: #FFF;
            border-top: 1px solid #ccd6cb
        }

            .mobileNav ul li ul {
                display: none;
                margin: 0
            }

                .mobileNav ul li ul li {
                    border-bottom: 1px solid #ccd6cb;
                    color: #000;
                    background: #9fb69e;
                    cursor: pointer;
                    font-size: 24px
                }

            .mobileNav ul li span {
                padding: 40px;
                display: block;
                cursor: pointer
            }

            .mobileNav ul li ul li:hover {
                background: #145329;
                color: #FFF
            }

            .mobileNav ul li ul li a {
                text-decoration: none;
                color: #FFF;
                padding: 40px;
                display: block
            }

            .mobileNav ul li.open ul {
                display: block
            }

            .mobileNav ul li.open {
                background: #426a3f;
                color: #FFF
            }

    .mobileNav a#petrotec {
        margin-left: 40px
    }

.contactForm.show {
    height: auto
}

.searchResult {
    min-height: 500px
}

    .searchResult ul li {
        font-size: 16px;
        color: #6f6f6f;
        line-height: 15px;
        padding-top: 10px;
        margin: 0 0 15px 0;
        border-top: 1px solid #b4b4b4
    }

        .searchResult ul li:first-child {
            border-top: none
        }

        .searchResult ul li a {
            font-size: 16px;
            color: #6f6f6f;
            line-height: 15px;
            text-decoration: none
        }

            .searchResult ul li a span {
                display: block;
                font-size: 14px;
                color: #6f6f6f;
                line-height: 15px;
                font-weight: 700;
                margin: 0 0 5px 0
            }

            .searchResult ul li a em {
                display: block
            }

.prodDescription {
    margin-bottom: 40px
}

    .prodDescription h2 {
        color: #155429;
        display: block;
        font-size: 20px;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .prodDescription p {
        color: #6f6f6f;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px
    }

        .prodDescription p a {
            color: #155429;
            font-weight: 700
        }

    .prodDescription span {
        color: #323232;
        display: block;
        font-size: 12px;
        margin-bottom: 10px
    }

.nav .wrapper {
    position: relative
}

.organigrama {
    width: 840px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 40px
}

    .organigrama ul {
        text-align: center
    }

    .organigrama li {
        display: inline-block;
        margin: 20px 10px
    }

        .organigrama li:first-child {
            text-align: center;
            margin-bottom: 30px;
            display: block
        }

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

    .overlay .center {
        margin: 10% auto;
        position: relative;
        max-width: 700px;
        text-align: center
    }

section.sliderHP .wrapper .swiper-slide .text p a {
    color: #63c32f
}

/*Themes*/
/*Grey-Blue*/
.theme-grey-blue section.topbar .wrapper {
    background: url("../images/bgs/bg-topbar-blue.png") no-repeat right top;
}

.theme-grey-blue .portal {
    background: url('../images/icon/icon-blue-arrow.png') no-repeat left 10px;
}

.theme-grey-blue .swiper-active-switch {
    background: #1f6baf;
}

.theme-grey-blue section.claim .wrapper h2 {
    color: #1e6baf;
}

.theme-grey-blue section.sliderHP {
    background: url(../images/bgs/bg-slider-02.jpg) no-repeat center top;
}

    .theme-grey-blue section.sliderHP .wrapper .swiper-slide .text {
        background: url("../images/generic/bg-copy-slider-blue.png") no-repeat 0 0
    }

        .theme-grey-blue section.sliderHP .wrapper .swiper-slide .text h1 {
            color: #81b7e6;
        }

.theme-grey-blue section.footer {
    background: url(../images/bgs/bg-footer-blue.jpg) repeat-x left top;
}

    .theme-grey-blue section.footer .wrapper em {
        color: #82b7e6;
    }

    .theme-grey-blue section.footer .wrapper ul li a {
        background: url(../images/icon/icon-blue-arrow-2.png) no-repeat 0 6px;
    }

.theme-grey-blue section.detail .wrapper .detailInfo a.back {
    background: #1e6baf url(../images/icon/icon-arrows-back-blue.png) no-repeat 7px 6px;
}

    .theme-grey-blue section.detail .wrapper .detailInfo a.back:hover {
        background-color: #82b7e6;
        background-position: 7px -30px;
    }

.theme-grey-blue section.contacts {
    background: url(../images/bgs/bg-contact-blue.jpg) no-repeat center 0;
}

    .theme-grey-blue section.contacts .wrapper h3 {
        color: #81b7e6;
    }

    .theme-grey-blue section.contacts .wrapper dl dt {
        color: #81b7e6;
    }

    .theme-grey-blue section.contacts .wrapper a.blockContact {
        background: url("../images/bgs/open-contact-form-blue.png") no-repeat center 0;
    }

        .theme-grey-blue section.contacts .wrapper a.blockContact:hover {
            background: url("../images/bgs/open-contact-form-blue.png") no-repeat center bottom
        }

        .theme-grey-blue section.contacts .wrapper a.blockContact.on {
            background: url("../images/bgs/open-contact-form-blue.png") no-repeat center bottom
        }

.theme-grey-blue #infoBox h1 {
    color: #1e6baf;
}

.theme-grey-blue #infoBox h2 {
    color: #81b7e6;
}

.theme-grey-blue #infoBox a {
    color: #1e6baf;
}

.theme-grey-blue section.topList .wrapper ul.breadcrumb li a {
    color: #1e6baf;
}

.theme-grey-blue section.nav .wrapper ul li .submenu dl dt a:hover {
    color: #82b7e6;
}

.theme-grey-blue section.nav .wrapper ul li .submenu dl dd a:hover {
    color: #82b7e6;
}

.theme-grey-blue section.news .generic .content .listNews ul li a .resume h2 {
    color: #1e6baf;
}

.theme-grey-blue section.news .wrapper .generic h2 {
    color: #1e6baf;
}

.theme-grey-blue .generic a.back {
    background: #1e6baf url("../images/icon/icon-arrows-back-blue.png") no-repeat 7px 6px;
}

    .theme-grey-blue .generic a.back:hover {
        background-position: 7px -30px;
        background-color: #82b7e6;
    }

.theme-grey-blue .generic aside.sort .sortNews h3 {
    background: #1e6baf;
}

.theme-grey-blue .generic aside.sort .sortNews .options input[type="submit"] {
    background: #1e6baf url("../images/icon/icon-arrow-submit-blue.png") no-repeat right 6px;
}

    .theme-grey-blue .generic aside.sort .sortNews .options input[type="submit"]:hover {
        background-position: right -30px;
        background-color: #82b7e6;
    }

.theme-grey-blue .generic aside.sort .sortNews {
    background: url("../images/bgs/bg-history-grey.jpg") repeat-x left top;
}


.theme-grey-blue section.detail .wrapper .detailInfo ul.downloads li a {
    background: url(../images/icon/pdf-blue.png) no-repeat 0 8px;
}


.theme-grey-blue a.jobSend {
    background: #1e6baf url("../images/icon/icon-arrow-submit-blue.png") no-repeat right 6px;
}

    .theme-grey-blue a.jobSend:hover {
        background-position: right -30px;
        background-color: #82b7e6
    }

.theme-grey-blue section.contactForm {
    background: url("../images/bgs/bg-history-grey.jpg") repeat left top;
}


    .theme-grey-blue section.contactForm .wrapper .blockContact aside input[type="submit"] {
        background: #1e6baf url("../images/icon/icon-arrow-submit-blue.png") no-repeat right 6px;
    }

        .theme-grey-blue section.contactForm .wrapper .blockContact aside input[type="submit"]:hover {
            background-position: right -30px;
            background-color: #82b7e6
        }

.theme-grey-blue .wrapper .generic .content p a {
    color: #1e6baf;
}

.theme-grey-blue section.sliderHP .wrapper .swiper-slide .text p a {
    color: #82b7e6;
}

.theme-grey-blue .mobileNav ul li {
    background: #1e6baf;
}

.theme-grey-blue section.contactForm .wrapper .blockContact aside label {
    color: #1e6baf;
}

.theme-grey-blue .prodDescription h2 {
    color: #1e6baf;
}


.theme-grey-blue a.jobbanner {
    background: url("../images/bgs/bg-job-banner-blue.png") no-repeat 0 0;
}

.theme-grey-blue a.carrerbanner {
    background: url("../images/bgs/bg-carrer-banner-blue.png") no-repeat 0 0;
}

.theme-grey-blue section.topList {
    background: url("../images/bgs/bg-slider-02.jpg") no-repeat center top;
}

.theme-grey-blue section.detail .wrapper .detailInfo h1 {
    color: #1e6baf;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
