/* 
    Document   : main
    Created on : 2013-05-17, 09:25:32
    Author     : krtu
    Description:
        Main stylesheet.
*/
root {
    display: block;
}
/* -------------------------
            FONTS
------------------------- */
@font-face {
    font-family: 'NovecentowideUltraLightBold';
    src: url('../fonts/Novecentowide-Medium-webfont.eot');
    src: url('../fonts/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Novecentowide-Medium-webfont.woff') format('woff'), url('../fonts/Novecentowide-Medium-webfont.ttf') format('truetype'), url('../fonts/Novecentowide-Medium-webfont.svg#NovecentowideUltraLightBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NovecentowideLightBold';
    src: url('../fonts/Novecentowide-DemiBold-webfont.eot');
    src: url('../fonts/Novecentowide-DemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Novecentowide-DemiBold-webfont.woff') format('woff'), url('../fonts/Novecentowide-DemiBold-webfont.ttf') format('truetype'), url('../fonts/Novecentowide-DemiBold-webfont.svg#NovecentowideLightBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/helvetica_neue_ce_45_light_0.eot');
    src: url('../fonts/helvetica_neue_ce_45_light_0.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_neue_ce_45_light_0.woff') format('woff'), url('../fonts/helvetica_neue_ce_45_light_0.ttf') format('truetype'), url('../fonts/helvetica_neue_ce_45_light_0.svg#HelveticaNeueCE-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* -------------------------
            MAIN
------------------------- */
body {
    font-family: NovecentowideUltraLightBold, Helvetica, Arial,serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.column {
    width: 48%;
    display: inline-block;
}
.left {
    float: left;
    left: 0;
}

.right {
    float: right;
    right: 0;
}
.btn-blue{
    background: rgb(63,144,196);
    background: -moz-linear-gradient(top,  rgba(63,144,196,1) 0%, rgba(1,101,170,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,144,196,1)), color-stop(100%,rgba(1,101,170,1)));
    background: -webkit-linear-gradient(top,  rgba(63,144,196,1) 0%,rgba(1,101,170,1) 100%);
    background: -o-linear-gradient(top,  rgba(63,144,196,1) 0%,rgba(1,101,170,1) 100%);
    background: -ms-linear-gradient(top,  rgba(63,144,196,1) 0%,rgba(1,101,170,1) 100%);
    background: linear-gradient(to bottom,  rgba(63,144,196,1) 0%,rgba(1,101,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f90c4', endColorstr='#0165aa',GradientType=0 );
}
.click-action{
    cursor: pointer;
}
/* -------------------------
    LANGUAGE SELECTION
------------------------- */
.language-selection {
    width: 100%;
    position: relative;
    height: 4px;
    overflow: visible !important; /* jQuery sets hidden on animation height */
}
.language-tab {
    border-bottom: 1px solid #f3f3f3;
    height: 29px;
    width: 100%;
    background: #e9e9e9;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, #e9e9e9 0%, #fcfcfc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #fcfcfc 100%);
    background: -o-linear-gradient(top, #e9e9e9 0%, #fcfcfc 100%);
    background: -ms-linear-gradient(top, #e9e9e9 0%, #fcfcfc 100%);
    background: linear-gradient(top bottom, #e9e9e9 0%, #fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#fcfcfc', GradientType=0);
}
.language-box {
    font-family: NovecentowideLightBold, Helvetica, Arial,serif;
    border: 1px solid #e8e8e8;
    height: 23px;
    width: 40px;
    display: inline-block;
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* Konqueror */
    -moz-border-radius: 5px; /* Firefox */
    border-radius: 5px;
    text-align: right;
    margin-right: 7px;
    margin-left: 7px;
    text-decoration: none;
    font-size: 10px;
    color: #c7c7c7;
    background: #fcfcfc no-repeat 6px center;
    line-height: 23px;
    padding-right: 9px;
}
.language-box.active {
    width: 40px;
    height: 22px;
    position: absolute;
    bottom: -22px;
    right: 13px;
    border-top: none;
    margin: 0;
    line-height: 22px;
    -webkit-border-radius: 0 0 5px 5px; /* Safari, Chrome */
    -khtml-border-radius: 0 0 5px 5px;; /* Konqueror */
    -moz-border-radius: 0 0 5px 5px;; /* Firefox */
    border-radius: 0 0 5px 5px;;
}

.language-selection .eu {
    position: absolute;
    top: 3px;
    right: 80px;
    transition: all .43s;
}

.language-selection .eu img {
    max-width: 32px;
    height: auto;
}

.eu.toggled  {
    top: 38px;
}
/* -------------------------
        HEADER
------------------------- */
.header {
    width: 90%;
    /*height: auto;*/
    background: #fff;
    padding-left: 5%;
    padding-right: 5%;
    min-height: 90px;
    height: inherit;
}
.header .logo {
    width: 100%;
    max-width: 286px;
    margin-top: 22px;
    margin-bottom: 21px;
}
.logo-container a {
    text-decoration: none;
}
.menu-container {
    text-align: right;
}
.menu {
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* Konqueror */
    -moz-border-radius: 3px; /* Firefox */
    border-radius: 3px;;
    font-family: NovecentowideUltraLightBold, Helvetica, Arial,serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    min-width: 60%;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    bottom: 21px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    padding-left: 6px;
    float: right;
    cursor: pointer;
    max-width: 107px;
    width: auto;
    background: #007bbb url('../images/arrow_menu_down.png') no-repeat right center;
}
.menu-popup {
    position: absolute;
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* Konqueror */
    -moz-border-radius: 3px; /* Firefox */
    border-radius: 3px;
    z-index: 100;
    color: #000000;
    list-style: none;
    -webkit-box-shadow: 0 1px 5px rgba(50, 50, 50, 0.75);
    -khtml-box-shadow: 0 1px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 1px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0 1px 5px rgba(50, 50, 50, 0.75);
    right: 0;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
    height: 0;
    background-color: #fff;
    width: 100%;
}
.menu-popup li {
    list-style: none;
    height: 29px;
}
.menu-popup li:last-child a {
    border-bottom: none;
}
.menu-popup li a {
    width: 90%;
    display: inline-block;
    border-bottom: 1px solid #e0dedd;
    height: 29px;
    line-height: 30px;
    text-decoration: none;
    color: #000000;
    font-size: 10px;
    margin-left: 5%;
    margin-right: 5%;
    font-family: NovecentowideUltraLightBold, Helvetica, Arial, serif;
}
.menu-popup li:first-child a:active, .menu-popup li:first-child a:hover {
    border-top: none;
}
.menu-popup li a:active, .menu-popup li a:hover {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: #fff;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #007bbb;
}
/* -------------------------
            SG
------------------------- */
.main {
    width: 100%;
}
.sideshow {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    line-height: 0px;
}
.sideshow>div {
    display: inline-block;
}
.sideshow .over-gap {
    background-color: #007bbb;
    opacity: 0.6;
    height: 100%;
    width: 4%;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.flexslider img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.flexslider {
    width: 92%;
    margin: 0 auto;
    position: absolute;
    left: 4%;
    top: 0;
}
.flexslider .flex-viewport {
    overflow: visible !important;
    width: 92%;
}
.slides, .slides li {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    position: relative;
}
/* fix for proper height */
.size-gap {
    z-index: -1;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    position: relative;
}
.size-gap img {
    width: 100%;
    display: block;
}
.playbtn{
    position: absolute;
    left: 50%;
    top: 30%;
    display: inline-block;
    text-align: center;
    margin-left: -45px;
    margin-top: -45px;
}
.playbtn img{
    width: 100%;
    display: block;
}
.slides li .textholder{
    position: absolute;
    bottom: 5px;
    left: 5%;
    width: 90%;
}
.textholder{
    background-color: rgba(255,255,255,0.9);
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* Konqueror */
    -moz-border-radius: 4px; /* Firefox */
    border-radius: 4px;
    height: inherit;
    line-height: 15px;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    white-space: normal;
    font-family: "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Courier New", serif;
}
.horixontalLine{
    width: 20%;
    height: 1px;
    margin-left: 10px;
    background-color: #006cb1;
    clear: both;
}
.textholder h1{
    line-height: 18px;
    font-size: 18px;
    color: #006cb1;
    padding-left: 10px;
    font-weight: normal;
}
.textholder p{
    margin-top: 1em;
    margin-bottom: 2em;
    padding-left: 10px;
    padding-right: 10px;
    overflow: inherit;

}
/* -------------------------
            CONCAT
------------------------- */
.contact {
    position: relative;
    background-size: 100% auto;
    background: url("../images/contact_bg.jpg") center top;
    padding-top: 60px;
    padding-bottom: 40px;
    font-family: "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Courier New", serif;
}
.contact-background {
    width: 100%;
    display: block;
}
.locations {
    width: 84%;
    position: relative;
    height: 85%;
    /*background: #fff;*/
    margin-left: 8%;
    margin-right: 8%;
}
/* -------------------------
            ACCORDION
------------------------- */
.button-element{
    background: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    color: #006cb1;
    font-size: 22px;
    height: 42px;
    line-height: 42px;
    padding-left: 8px;
    cursor: pointer;
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* Konqueror */
    -moz-border-radius: 4px; /* Firefox */
    border-radius: 4px;
    margin-top: 4px;
    position: relative;
}
.button-element:after{
    position: absolute;
    display: block;
    height: 5px;
    width: 8px;
    right:15px;
    top: 20px;
    content: "";
    background: url("../images/arrows.png") no-repeat bottom center;
}
.button-element.active:after{
    background-position: top center;
}
.button-element:first-child{
    background: #ffffff;
    opacity: 1;
    /*filter: alpha(opacity = 100);*/
    background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(255,255,255,0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(255,255,255,0.9)));
    background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,0.9) 100%);
    background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,0.9) 100%);
    background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e6ffffff',GradientType=0 );
}
.button-element.active{
    -webkit-border-radius: 4px 4px 0 0; /* Safari, Chrome */
    -khtml-border-radius: 4px 4px 0 0; /* Konqueror */
    -moz-border-radius: 4px 4px 0 0; /* Firefox */
    border-radius: 4px 4px 0 0;
}
.button-element.active+div+div{
    /*margin-top: 0px;*/
    /*-webkit-border-radius: 0 0 4px 4px; *//* Safari, Chrome */
    /*-khtml-border-radius: 0 0 4px 4px; *//* Konqueror */
    /*-moz-border-radius: 0 0 4px 4px; *//* Firefox */
    /*border-radius: 0 0 4px 4px;*/
}
.button-element.contact-button{
    background: #f8f8f8;
    color: #8b8b8b;
    font-size: 13px;
    padding-left: 20px;
    opacity: 1;
    filter: alpha(opacity = 100);
    border-top: 1px solid #b1b1b1;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.button-element.contact-button+div{
    background: #ffffff;
}
.button-element.contact-button:after{
    position: absolute;
    display: block;
    height: 15px;
    width: 22px;
    right: 8px;
    top: 13px;
    content: "";
    background: url("../images/envelope.png") no-repeat right center;
}
.locations>.accordion>.cont>a.map-button{
    margin-bottom: 30px;
}
.accordion .cont{
    background: #ffffff;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(10%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#ffffff',GradientType=0 );
    padding-top: 15px;
    position: relative;
}
.accordion .cont>a, .accordion .cont>p{
    margin-left: 15px;
}
.map-button{
    position: relative;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 13px;
    padding-right: 35px;
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* Konqueror */
    -moz-border-radius: 4px; /* Firefox */

}
.map-button:after{
    position: absolute;
    display: block;
    height: 30px;
    width: 35px;
    right:0;
    top: 0;
    content: "";
    background: url("../images/compass.png") no-repeat right center;
}
/* -------------------------
        CONTACT FORM
------------------------- */
.contact-form{
    width: 100%;
    padding-bottom: 20px;
    display: block;
    background: rgb(254,254,254);
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(241,241,241,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(241,241,241,1)));
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(241,241,241,1) 100%);
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(241,241,241,1) 100%);
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(241,241,241,1) 100%);
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(241,241,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f1f1',GradientType=0 );

}
.contact-form label, .contact-form input, .contact-form textarea{
    width: 86%;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea{
   border: 2px solid #d6d6d6;
    height: 30px;
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* Konqueror */
    -moz-border-radius: 4px; /* Firefox */
    border-radius: 4px;
    line-height: 30px;
    padding-left: 2%;
    padding-right: 2%;
    background: #ffffff;
    color: #000000;
}
.contact-form textarea{
    resize: none;
    height: 90px;
}
.contact-form label{
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    line-height: 40px;
}
.contact-form .validate{
    border: 2px solid #e0000e !important;
    -webkit-box-shadow: 0 1px 10px rgba(255, 1, 0, 0.65);
    -moz-box-shadow:    0 1px 10px rgba(255, 1, 0, 0.65);
    box-shadow:         0 1px 10px rgba(255, 1, 0, 0.65);
}
.contact-form input.btn-blue{
    clear: both;
    /*position: relative;*/
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border: none;
    color: #ffffff;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* Konqueror */
    -moz-border-radius: 4px; /* Firefox */
    border-radius: 4px;
}
/* -------------------------
            TECH
------------------------- */
.tech{
    background: url("../images/techpage_bg.jpg") repeat-y top center;
    background-size: 100% auto;
    padding-top: 30px;
    padding-bottom: 80px;
    min-height: 380px;
}
.tech .accordion, .company-rewards .accordion{
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    text-transform: none;
    font-weight: normal;
    white-space: normal;
    font-family: "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Courier New", serif;
}
.tech .accordion .textholder h1, .company-rewards .accordion .textholder h1{
    font-size: 21px;
}
.tech .accordion .textholder p, .company-rewards .accordion .textholder p{
    margin-left: 0;
}
.tech .accordion .textholder, .company-rewards .accordion .textholder{
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 15px;
    line-height: 18px;
    background: rgba(255,255,255,0.9);
}
.tech .accordion .button-element, .tech .accordion .button-element:first-child,
.company-rewards .accordion .button-element, .company-rewards .accordion .button-element:first-child
{
    background:  rgba(21, 132, 191, 0.9);
    color: #ffffff;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    opacity: 1;
    filter: alpha(opacity = 100);
}
.tech .accordion .button-element:after, .company-rewards .accordion .button-element:after{
    background-image: url("../images/arrowswhite.png");
}
.tech .accordion .button-element.active, .company-rewards .accordion .button-element.active{
    background: rgb(13,139,204);
    background: -moz-linear-gradient(top,  rgba(13,139,204,1) 0%, rgba(2,102,155,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,139,204,1)), color-stop(100%,rgba(2,102,155,1)));
    background: -webkit-linear-gradient(top,  rgba(13,139,204,1) 0%,rgba(2,102,155,1) 100%);
    background: -o-linear-gradient(top,  rgba(13,139,204,1) 0%,rgba(2,102,155,1) 100%);
    background: -ms-linear-gradient(top,  rgba(13,139,204,1) 0%,rgba(2,102,155,1) 100%);
    background: linear-gradient(to bottom,  rgba(13,139,204,1) 0%,rgba(2,102,155,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8bcc', endColorstr='#02669b',GradientType=0 );
    opacity: 1;
    /*filter: alpha(opacity = 100);*/
}
/* -------------------------
            OFERTA
------------------------- */
.offers .textholder p{
    font-size: 15px;
    line-height: 25px;
}
.offers .textholder h1{
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 33px;
    margin-top: 33px;
}
.offers .wrapper{
    width: 84%;
    margin-left: 6%;
    margin-right: 6% ;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;
    -ms-transition: height 1s;
    transition: height 1s;
    height: 0;
    overflow: hidden;
}
/* -------------------------
        COMPANY-REWARDS
------------------------- */
.company-rewards, .company-history{
    padding-top: 65px;
    background: rgb(246,247,247);
    background: -moz-linear-gradient(top,  rgba(246,247,247,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,247,247,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(246,247,247,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(246,247,247,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(246,247,247,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(246,247,247,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f7', endColorstr='#ffffff',GradientType=0 );
    position: relative;
}
.company-rewards .accordion{
    width: 86%;
    margin-left: 8%;
    margin-right: 8%;
}
.company-rewards .accordion .button-element.company-rewards .accordion .button-element:first-child{
    font-size: 21px;
}
.company-rewards .back-btn, .company-history .back-btn{
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* Konqueror */
    -moz-border-radius: 4px; /* Firefox */
    border-radius: 4px;
    background: transparent;
    border: 2px solid #b0b0b0;
    color: #b0b0b0;
    position: absolute;
    display: block;
    height: 30px;
    top: 18px;
    left: 8%;
    padding-left: 30px;
    padding-right: 15px;
    text-decoration: none;
    font-family: "Helvetica Neue", "Helvetica Neue Light", "helvetica", serif;
    line-height: 30px;
}
.company-rewards .back-btn:after, .company-history .back-btn:after{
    background: url("../images/arrow_left.png") no-repeat center center;
    width: 5px;
    height: 7px;
    position: absolute;
    content: "";
    display:block;
    left: 10px;
    top: 13px;
}
.company-rewards img{
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}
/* -------------------------
        COMPANY
------------------------- */
.company{
    background-color: #ffffff;
    background-image: url("../images/company_team.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    padding-top: 60px;
}
.company .textholder{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    background: transparent;
}
.company .textholder p{
    font-size: 15px;
    line-height: 20px;
}
.company .textholder a{
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* Konqueror */
    -moz-border-radius: 4px; /* Firefox */
    border-radius: 4px;
    display: block;
    margin-bottom: 5px;
    position: relative;
}
.company .textholder a:after{
    background-image: url("../images/arrow_right.png");
    width: 6px;
    height: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 11px;
}
a.company-history-btn{
    background: rgb(63,144,196);
    background: -moz-linear-gradient(top,  rgba(63,144,196,1) 0%, rgba(1,101,170,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,144,196,1)), color-stop(100%,rgba(1,101,170,1)));
    background: -webkit-linear-gradient(top,  rgba(63,144,196,1) 0%,rgba(1,101,170,1) 100%);
    background: -o-linear-gradient(top,  rgba(63,144,196,1) 0%,rgba(1,101,170,1) 100%);
    background: -ms-linear-gradient(top,  rgba(63,144,196,1) 0%,rgba(1,101,170,1) 100%);
    background: linear-gradient(to bottom,  rgba(63,144,196,1) 0%,rgba(1,101,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f90c4', endColorstr='#0165aa',GradientType=0 );

}
a.company-rewards-btn{
    background: rgb(196,196,196);
    background: -moz-linear-gradient(top,  rgba(196,196,196,1) 0%, rgba(168,168,168,1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,196,196,1)), color-stop(99%,rgba(168,168,168,1)));
    background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(168,168,168,1) 99%);
    background: -o-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(168,168,168,1) 99%);
    background: -ms-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(168,168,168,1) 99%);
    background: linear-gradient(to bottom,  rgba(196,196,196,1) 0%,rgba(168,168,168,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#a8a8a8',GradientType=0 );
}
.company .textholder a.company-rewards-btn{
    margin-bottom: 40px;
}
.team{
    position: relative;
}
.team>img{
    width: 100%;
    display: block;
}
.flexslider-team{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.flexslider-team .coll1, .flexslider-team .coll2{
    width: 49%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 100%;
    display: inline-block;
}
.flexslider-team .slides li>img, .flexslider-team .coll2>img{
    width: 100%;
    display: block;
}
.flexslider-team .slides li .textholder{
    width: 55%;
    top: 15%;
    bottom: auto;
    left: 20px;
    right: auto;
    overflow: hidden;
    margin-bottom: 40px;
    max-height: 75%;
}
.flexslider-team .slides li{
    overflow: hidden;
}
.flexslider-team ol.flex-control-nav{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    bottom: 5px;
    left: 50%;
}
.flexslider-team ol.flex-control-nav li{
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.flexslider-team ol.flex-control-nav li a{
    text-indent: -9999px;
    width: 9px;
    height: 9px;
    background-image: url("../images/nav_dots.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    cursor: pointer;
}
.flexslider-team ol.flex-control-nav li a.flex-active{
    background-position: left center;
}
/* -------------------------
        COMPANY HISTORY
------------------------- */
.company-history{
    position: relative;
}
.time-line .table{
    display: table;
    width: 100%;
}
.time-line .row{
    display: table-row;
    width: 100%;
}
.time-line .cell{
    display: table-cell;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica Neue Light", Helvetica, serif;

}
.time-line .date{
    width:   54px;
    text-align: right;
    padding-top: 15px;
    font-size: 18px;
}
.time-line .dark .date{
    color: #0987ca;
}
.time-line .light .date{
    color: #4caee3;
}
.time-line .line{
    width:   20px;
    background: url("../images/timeline.jpg") no-repeat center 20px;
}
.time-line .line>img{
    display: block;
    position: relative;
}
.time-line .event{
    position: relative;
    /*display: block;*/
    padding-top: 10px;
    padding-bottom: 20px;
}
.time-line .event>div{
    /*overflow: hidden;*/
    display: block;
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    position: relative;
    -webkit-border-radius: 0 4px 4px 4px; /* Safari, Chrome */
    -khtml-border-radius: 0 4px 4px 4px; /* Konqueror */
    -moz-border-radius: 0 4px 4px 4px; /* Firefox */
    border-radius: 0 4px 4px 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.time-line .event>div:after{
    background: url("../images/timeline_corner_dark.png") no-repeat top right;
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
}
.time-line .event>div p:first-child{
    font-weight: bold;
}
.time-line .event>div p{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #ffffff;
}
.time-line .dark .event>div:after{
    background-image: url("../images/timeline_corner_dark.png");
}
.time-line .light .event>div:after{
    background-image: url("../images/timeline_corner_light.png");
}
.time-line .dark .event>div{
    background-color: #0987ca;
}
.time-line .light .event>div{
    background-color: #4caee3;
}
/* -------------------------
        UE
------------------------- */
.ue-container {
    background-color: #ffffff;
    background-image: url("../images/bg-unia.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}
.ue-container .textholder{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    background: transparent;

}
.ue-container .textholder p{
    font-size: 15px;
    line-height: 20px;
    padding: 80px 0 40px 0;
}

.ue-container .ue-logos {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    border-radius: 4px;
}


/* -------------------------
        MEDIA QUERIES
------------------------- */
@media all and (max-width: 319px) {
    .playbtn img{
        width: 50%;
    }
    .playbtn{
        top: 15%;
        /*margin-left: -13px;*/
        margin-top: -13px;
    }
    .column{
        width: 100%;
    }
}