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

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

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


html,
body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: #717171;
    font-family: 'HelveticaNeue45';
}


a,
a:active,
a:visited,
a:focus{
    outline: 0;
    color: #717171;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
a:hover{
    color: #ec5f32;
}


.social{
    float: left;
    font-size: 0;
}
.social a{
    position: relative;
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.social a:before,
.social a:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../img/social.png') no-repeat;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.social a:after{
    opacity: 0;
}
.social a:hover:before{
    opacity: 0;
}
.social a:hover:after{
    opacity: 1;
}
.social a.twitter:after{
    background-position: -24px 0;
}
.social a.instagram:before{
    background-position: 0 -20px;
}
.social a.instagram:after{
    background-position: -24px -20px ;
}
.social a.linkedin:before{
    background-position: 0 -40px;
}
.social a.linkedin:after{
    background-position: -24px -40px;
}

.phone{
    float: left;
    vertical-align: middle;
    margin-right: 20px;
}
.phone,
.phone:active,
.phone:visited,
.phone:focus,
.phone:hover{
    color: #fff;
}

header{
    position: fixed;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    z-index: 10;
    font-size: 18px;
    color: #fff;
    background: #717171;
    z-index: 11;
}

header .container{
    padding:  0 22px;
}


#header-menu{
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: -22px;
}
#header-menu:after{
    content: '';
    display: block;
    clear: both;
}

#header-menu li{
    float: left;
}
#header-menu li:last-child{
    margin-right: 0;
}
#header-menu a{
    position: relative;
    display: block;
    padding:  0 13px 0 53px;
}
#header-menu a,
#header-menu a:visited,
#header-menu a:active,
#header-menu a:focus{
    color: #fff;
}
#header-menu a.hover,
#header-menu a:hover{
    background: rgba(255,255,255,0.1);
}
#header-menu a:before{
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 9px;
    width: 32px;
    height: 30px;
    background: url('../img/header-menu.png') no-repeat;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
#header-menu a:after{
    opacity: 0;
}

#header-menu li:nth-child(1) a:before{
    background-position: 0 0;
}
#header-menu li:nth-child(2) a:before{
    background-position: 0 -30px;
}
#header-menu li:nth-child(3) a:before{
    background-position: 0 -60px;
}
#header-menu li:nth-child(4) a{
    padding-right: 22px;
}
#header-menu li:nth-child(4) a:before{
    background-position: 0 -90px;
}

header .profile{
    position: absolute;
    top: 100%;
    right: 0;
    height: 0;
    font-size: 15px;
    color: #717171;
    padding: 0 20px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}
header .profile > * {
    opacity: 0;
}
header .profile.stay,
header .profile.show,
header .profile.loading{
    height: 55px;
}
header .profile.show > *,
header .profile.loading > * {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out 0.25s;
       -moz-transition: opacity 0.25s ease-out 0.25s;
         -o-transition: opacity 0.25s ease-out 0.25s;
            transition: opacity 0.25s ease-out 0.25s;
}

header .profile .tip{
    visibility: hidden;
}
header .profile.show.error .tip,
header .profile.stay .tip{
    visibility: visible;
}

header .profile:after{
    content: '';
    display: block;
    clear: both;
}
header .profile .email,
header .profile .password{
    float: left;
    padding-top: 7px;
}
header .profile .email{
    padding-right: 15px;
}
header .profile label{
    float: left;
    font-size: 15px;
    font-family: Helvetica, Arial;
    line-height: 20px;
    margin-right: 7px;
}
header .profile input{
    float: left;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 0;
    margin-bottom: 0;
    border: solid 1px #717171;
}
header .profile .email input{
    width: 180px;
}
header .profile .password input{
    width: 130px;
}
header .profile p{
    margin: 3px 0 0 0;
    line-height: 20px;
    font-size: 13px;
}
header .profile .password p{
    text-align: right;
    padding-right: 20px;
    float: right;
    width: 150px;
    text-align: center;
}
header .profile a,
header .profile a:active,
header .profile a:focus,
header .profile a:visited{
    text-decoration: underline;
}
header .profile a:hover{
    color: #ec5f32;
}
header .profile a#login{
    float: left;
    line-height: 18px;
    width: 20px;
    font-size: 13px;
    text-align: center;
}
header .profile a#login,
header .profile a#login:active,
header .profile a#login:visited,
header .profile a#login:focus{
    text-decoration: none;
}

header .profile .help{
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 2px 5px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    background: #706e6f;
    color: rgba(255,255,255,0.75);
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
header .profile .help:hover{
    color: #fff;
    background: #ec5f32;
}

header .profile a#logout{
    padding: 0 20px;
}


header .loading-anim{
    -webkit-transform: scale(0.6) translate(-80%, -80%);
       -moz-transform: scale(0.6) translate(-80%, -80%);
         -o-transform: scale(0.6) translate(-80%, -80%);
            transform: scale(0.6) translate(-80%, -80%);
}


section#header{
    padding-top: 50px;
    position: relative;
    height: 100vh;
    min-height: 600px;
    padding-bottom: 24px;
}
body.admin-bar section#header{
    height: calc(100vh - 32px);
}

section#header .container{
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

section#header .img{
    position: relative;
    height: 100%;
    background: #717171;
}

section#header .img.animated{
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
       -moz-transition: opacity 0.5s ease-out;
         -o-transition: opacity 0.5s ease-out;
            transition: opacity 0.5s ease-out;
}
section#header .img.animate{
    opacity: 1;
}

section#header .text.animated{
    opacity: 0;
    -webkit-transition: opacity 0.75s ease-out 0.25s;
       -moz-transition: opacity 0.75s ease-out 0.25s;
         -o-transition: opacity 0.75s ease-out 0.25s;
            transition: opacity 0.75s ease-out 0.25s;
}
section#header .text.animate{
    opacity: 1;
}

section#header .logo{
    position: absolute;
    top: 95px;
    left: -57px;
    width: 190px;
    height: 90px;
}
section#header .logo .custom-logo-link{
    position: absolute;
    left: 22px;
    top: 25px;
    z-index: 1;
}
section#header .logo .bar{
    position: absolute;
    width: 50vw;
    height: 100%;
    top: 0;
    right: 0;
}
section#header .logo .bar:before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #ec5f32;
    -webkit-transition: width 1.0s ease-out;
       -moz-transition: width 1.0s ease-out;
         -o-transition: width 1.0s ease-out;
            transition: width 1.0s ease-out;
}
section#header .logo a{
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out 1.0s;
       -moz-transition: opacity 0.5s ease-out 1.0s;
         -o-transition: opacity 0.5s ease-out 1.0s;
            transition: opacity 0.5s ease-out 1.0s;
}
section#header .logo.animate a{
    opacity: 1;
}

section#header .logo.animate .bar:before{
    width: 100%;
}

section#header h1{
    position: relative;
    margin: 0 0 28px 0;
    padding-top: 120px;
    font-size: 52px;
    line-height: 61px;
    font-weight: normal;
    padding-bottom: 32px;
    text-align: right;
    font-family: 'HelveticaNeue75';
}
section#header h1:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: #717171;
}
section#header .white{
    color: #fff;
}
section#header .white h1:after{
    background: #fff;
}
section#header .description{
    max-width: 600px;
    float: right;
}
section#header p{
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: right;
}

section#header .page-logo{
    float: right;
    margin: 30px 1px 0;
}

section#header .quote{
    position: absolute;
    font-size: 40px;
    right: 0;
    top: calc(50% + 130px);
    line-height: 45px;
    font-family: 'HelveticaNeue75';
    margin-right: 265px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
section#header .quote:after{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 52px;
    margin: 7px 0 0 15px;
    background: url('../img/quote-white.png') no-repeat center;
}

section#header nav{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    z-index: 10;
}
section#header nav.fixed{
    position: fixed;
    top: 50px;
    line-height: 50px;
    bottom: auto;
    left: 0;
    width: 100%;
}

body.admin-bar section#header nav.fixed{
    top: 82px;
}

section#header nav > ul{
    display: inline-block;
    font-size: 0;
    max-width: 1386px;
    width: calc(100% - 114px);
    vertical-align: top;
    line-height: 78px;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ec5f32;
    -webkit-transition: width 0.25s ease-out, max-width 0.25s ease-out, margin-bottom 0.125s ease-out, line-height 0.125s ease-out;
       -moz-transition: width 0.25s ease-out, max-width 0.25s ease-out, margin-bottom 0.125s ease-out, line-height 0.125s ease-out;
         -o-transition: width 0.25s ease-out, max-width 0.25s ease-out, margin-bottom 0.125s ease-out, line-height 0.125s ease-out;
            transition: width 0.25s ease-out, max-width 0.25s ease-out, margin-bottom 0.125s ease-out, line-height 0.125s ease-out;
}
section#header nav.fixed > ul{
    max-width: 100vw;
    line-height: 40px;
    margin-bottom: 38px;
    width: 100%;
}

section#header nav > ul > li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    visibility: hidden;
}
section#header nav > ul.set > li{
    visibility: visible;
}

section#header nav > ul > li > a{
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: background 0.1s ease-out, filter 0.1s ease-out;
       -moz-transition: background 0.1s ease-out, filter 0.1s ease-out;
         -o-transition: background 0.1s ease-out, filter 0.1s ease-out;
            transition: background 0.1s ease-out, filter 0.1s ease-out;
}
section#header nav > ul > li > a,
section#header nav > ul > li > a:active,
section#header nav > ul > li > a:visited,
section#header nav > ul > li > a:focus,
section#header nav > ul > li > a:hover{
    color: #fff;
}
section#header nav > ul > li:hover > a{
    background: #ec5f32;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

section#header .contaciner{
    padding:  0 22px;
}


section#header nav ul li ul{
    position: absolute;
    bottom: 100%;
    left: 0;
    min-width: 100%;
    background: rgba(0,0,0,0.65);
    line-height: 20px;
    height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}
section#header nav ul li:hover ul{
    opacity: 1;
}
section#header nav.down ul li ul{
    bottom: auto;
    top: 100%;
}

section#header nav ul li ul li a{
    text-transform: none;
    padding: 10px 17px;
    font-size: 18px;
    white-space: normal;
    display: block;
    text-align: left;
}
section#header nav ul li ul li{
    opacity: 0;
}
section#header nav ul li:hover ul li{
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out 0.25s;
       -moz-transition: opacity 0.25s ease-out 0.25s;
         -o-transition: opacity 0.25s ease-out 0.25s;
            transition: opacity 0.25s ease-out 0.25s;
}
section#header nav ul li ul li:first-child a{
    padding-top: 20px;
}
section#header nav ul li ul li:last-child a{
    padding-bottom: 20px;
}
section#header nav ul li ul li a,
section#header nav ul li ul li a:active,
section#header nav ul li ul li a:visited,
section#header nav ul li ul li a:focus{
    color: #fff;
}
section#header nav ul li ul li a:hover{
    background: rgba(0,0,0,0.5);
}

.burger{
    position: relative;
    display: none;
    float: left;
    padding: 0 22px 0 62px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.burger .icon{
    position: absolute;
    left: 22px;
    top: 12px;
}
.burger span{
    display: block;
    position: absolute;
    height: 2px;
    width: 26px;
    left: 4px;
    top: 4px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.burger span:nth-child(2){
    top: 11px;
}
.burger span:nth-child(3){
    top: 18px;
}
.burger:hover{
    background: rgba(255,255,255,0.1);
}


body.mobile-menu .burger span:nth-child(1){
    top: 11px;
    left: 7px;
    width: 20px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
body.mobile-menu .burger span:nth-child(2){
    display: none;
}
body.mobile-menu .burger span:nth-child(3){
    width: 20px;
    top: 11px;
    left: 7px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.middle{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}


#content h2{
    position: relative;
    font-size: 40px;
    line-height: 40px;
    padding: 28px 0 23px;
    font-weight: normal;
    font-family: 'HelveticaNeue75';
    margin: 0;
}
#content h2:before{
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    left: 0;
    top: 0;
    background: #717171;
}

#content h3{
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

#content p{
    margin: 0 0 10px;
}

#content p a,
#content p a:active,
#content p a:visited,
#content p a:focus{
    color: #ec5f32;
}
#content p a:hover{
    text-decoration: underline;
}

#content ul{
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
}
#content ul li{
    padding: 0;
    margin: 0 0 5px;
}

.img{
    position: relative;
    overflow: hidden;
}
.img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
img{
    vertical-align: top;
}
img.w{
    width: 100% !important;
    height: auto !important;
}
img.h{
    width: auto !important;
    height: 100% !important;
    max-width: unset !important;
}


.parallax{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax-text{
    position: relative;
    height: 100%;
}

.select{
    position: relative;
}
.select:after{
    content: '>';
    display: block;
    position: absolute;
    font-size: 16px;
    right: 1px;
    top: 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: transparent;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
    }
.select.active:after,
.select:hover:after{
    color: #ec5f32;
}
.select label{
    display: block;
    font-size: 15px;
    width: 130px;
    height: 22px;
    font-family: Helvetica, Arial;
    font-weight: normal;
    line-height: 20px;
    padding: 0 5px;
    text-align: left;
    vertical-align: middle;
    border: solid 1px #767676;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.select.active label,
.select:hover label{
    border-color: #ec5f32;
}

.select select{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 20px;
    border: none;
    opacity: 0;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}
.select select option{
    line-height: 20px;
}
.select select option:checked{
    box-shadow: 0 0 10px 100px #ec5f32 inset;
}


.half{
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.clear{
    clear: both;
    float: none !important;
}


.container{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 57px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}


body .page-template-default{
    text-align: center;
}

.boxed-img:after,
.container:after,
.boxed-img .images:after,
.img-set:after{
    content: '';
    display: block;
    clear: both;
}

.boxed-img{
    width: 100%;
    position: relative;
    padding: 80px 0;
}
.boxed-img .main{
    float: left;
    width: 66.666666%;
}

.l .images{
    text-align: left;
}
.r .images{
    text-align: right;
}

.boxed-img .images{
    width: 100%;
    font-size: 0;
}
.boxed-img .images .img{
    display: inline-block;
    width: 33.333333%;
    padding-bottom: 19%;
    vertical-align: top;
}
.img-set{
    width: 100%;
}
.img-set .side{
    float: left;
    width: 33.333333%;
}
#content .img-set .side .img,
#content .img-set .side .quote{
    width: 100%;
    padding-bottom: 0;
    height: 50%;
}
.img-set .main{
    float: left;
    width: 66.666666%;
    padding-bottom: 38%;
}
.img-set .side .img{
    padding-bottom: 57%;
}
#content .img-set .quote p,
#content .images .quote p{
    background: transparent;
    position: absolute;
    width: 100%;
    line-height: 32px;
    padding: 0 40px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.contour-top{
    position: absolute;
    top: 0;
    width: calc(33.333333% + 80px);
    height: 80px;
}
.contour-side{
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
}
.contour-bottom{
    position: absolute;
    bottom: 0;
    width: calc(66.666666% + 80px);
    height: 80px;
}

.animated .contour-top{
    width: 0;
    -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}
.animated .contour-side{
    height: 0;
    -webkit-transition: all 0.5s ease-out 0.4s;
       -moz-transition: all 0.5s ease-out 0.4s;
         -o-transition: all 0.5s ease-out 0.4s;
            transition: all 0.5s ease-out 0.4s;
}
.animated .contour-bottom{
    width: 0;
    -webkit-transition: all 0.5s ease-out 0.9s;
       -moz-transition: all 0.5s ease-out 0.9s;
         -o-transition: all 0.5s ease-out 0.9s;
            transition: all 0.5s ease-out 0.9s;
}

.animate .contour-top{
    width: calc(33.333333% + 80px);
}
.animate .contour-side{
    height: 100%;
}
.animate .contour-bottom{
    width: calc(66.666666% + 80px);
}

.red .contour-top,
.red .contour-side,
.red .contour-bottom{
    background: #ec5f32;
}
.blue .contour-top,
.blue .contour-side,
.blue .contour-bottom{
    background: #363b64;
}
.green .contour-top,
.green .contour-side,
.green .contour-bottom{
    background: #85b4aa;
}

.grey{
    background: #e3e3e3;
}

.l .contour-top{
    right: 66.666666%;
    left: auto;
}
.l .contour-side,
.l .contour-bottom{
    right: auto;
    left: -80px;
}
.r .contour-side,
.r .contour-bottom{
    left: auto;
    right: -80px;
}
.r .contour-top{
    right: auto;
    left: 66.666666%;
}

#content .quote img{
    width: 100%;
}
#content .quote p{
    position: relative;
    display: block;
    margin: 0;
    padding: 25px 40px 15px;
    font-size: 26px;
    line-height: 35px;
    font-family: 'HelveticaNeue65';
    background: #fff;
    z-index: 1;
}
#content .quote p:after{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 52px;
    margin: 7px 0 0 15px;
    background: url('../img/quote-red.png') no-repeat center;
}


.btn,
.es_subscription_form_submit[type=submit],
body .tnp-field input[type="submit"]{
    display: inline-block;
    padding: 0 20px;
    line-height: 46px;
    min-width: 155px;
    background: #ec5f32;
    font-size: 23px;
    font-family: 'HelveticaNeue65';
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all ease-out 0.1s;
       -moz-transition: all ease-out 0.1s;
         -o-transition: all ease-out 0.1s;
            transition: all ease-out 0.1s;
}
.btn,
.btn:active,
.btn:visited,
.btn:focus,
body .tnp-field input[type="submit"],
body .tnp-field input[type="submit"]:active,
body .tnp-field input[type="submit"]:visited,
body .tnp-field input[type="submit"]:focus,
.es_subscription_form_submit[type=submit],
.es_subscription_form_submit[type=submit]:active,
.es_subscription_form_submit[type=submit]:visited,
.es_subscription_form_submit[type=submit]:focus{
    color: #fff;
    text-decoration: none;
}
.btn:hover,
.es_subscription_form_submit[type=submit]:hover,
body .tnp-field input[type="submit"]:hover{
    color: #fff;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

body .tnp-field input[type="submit"]{
    width: 250px;
    border-radius: 0;
}


.btn-arrow{
    position: relative;
    padding-right: 50px;
}
.btn-arrow:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
         -o-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}

/*------*/

.loading-anim{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 58px;
    height: 58px;
    left: 50%;
    top: 50%;
    z-index: -100;
    -webkit-transform: scale(0.8) translate(-70%, -50%);
       -moz-transform: scale(0.8) translate(-70%, -50%);
         -o-transform: scale(0.8) translate(-70%, -50%);
            transform: scale(0.8) translate(-70%, -50%);
    -webkit-transition: opacity 0.25s ease-out 0.25s;
       -moz-transition: opacity 0.25s ease-out 0.25s;
         -o-transition: opacity 0.25s ease-out 0.25s;
            transition: opacity 0.25s ease-out 0.25s;
}

.loading > *,
.error > *,
.done > *{
    visibility: hidden;
}

.tip{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.error .tip,
.done .tip{
    visibility: visible;
    opacity: 1;
    font-size: 16px;
    -webkit-transition: opacity 0.25s ease-out 0.25s;
       -moz-transition: opacity 0.25s ease-out 0.25s;
         -o-transition: opacity 0.25s ease-out 0.25s;
            transition: opacity 0.25s ease-out 0.25s;
}

.error .tip{
    color: #ec5c42;
}

.loading > .loading-anim{
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.circularG{
    position:absolute;
    background-color: #ec5f32;
    width:14px;
    height:14px;
    transform:scale(0);
    border-radius:9px;
        -o-border-radius:9px;
        -ms-border-radius:9px;
        -webkit-border-radius:9px;
        -moz-border-radius:9px;
    animation-name:bounce_circularG;
        -o-animation-name:bounce_circularG;
        -ms-animation-name:bounce_circularG;
        -webkit-animation-name:bounce_circularG;
        -moz-animation-name:bounce_circularG;
    animation-duration:1.1s;
        -o-animation-duration:1.1s;
        -ms-animation-duration:1.1s;
        -webkit-animation-duration:1.1s;
        -moz-animation-duration:1.1s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
}

#circularG_1{
    left:0;
    top:23px;
    animation-delay:0.41s;
        -o-animation-delay:0.41s;
        -ms-animation-delay:0.41s;
        -webkit-animation-delay:0.41s;
        -moz-animation-delay:0.41s;
}

#circularG_2{
    left:6px;
    top:6px;
    animation-delay:0.55s;
        -o-animation-delay:0.55s;
        -ms-animation-delay:0.55s;
        -webkit-animation-delay:0.55s;
        -moz-animation-delay:0.55s;
}

#circularG_3{
    top:0;
    left:23px;
    animation-delay:0.69s;
        -o-animation-delay:0.69s;
        -ms-animation-delay:0.69s;
        -webkit-animation-delay:0.69s;
        -moz-animation-delay:0.69s;
}

#circularG_4{
    right:6px;
    top:6px;
    animation-delay:0.83s;
        -o-animation-delay:0.83s;
        -ms-animation-delay:0.83s;
        -webkit-animation-delay:0.83s;
        -moz-animation-delay:0.83s;
}

#circularG_5{
    right:0;
    top:23px;
    animation-delay:0.97s;
        -o-animation-delay:0.97s;
        -ms-animation-delay:0.97s;
        -webkit-animation-delay:0.97s;
        -moz-animation-delay:0.97s;
}

#circularG_6{
    right:6px;
    bottom:6px;
    animation-delay:1.1s;
        -o-animation-delay:1.1s;
        -ms-animation-delay:1.1s;
        -webkit-animation-delay:1.1s;
        -moz-animation-delay:1.1s;
}

#circularG_7{
    left:23px;
    bottom:0;
    animation-delay:1.24s;
        -o-animation-delay:1.24s;
        -ms-animation-delay:1.24s;
        -webkit-animation-delay:1.24s;
        -moz-animation-delay:1.24s;
}

#circularG_8{
    left:6px;
    bottom:6px;
    animation-delay:1.38s;
        -o-animation-delay:1.38s;
        -ms-animation-delay:1.38s;
        -webkit-animation-delay:1.38s;
        -moz-animation-delay:1.38s;
}

@keyframes bounce_circularG{
    0% { transform:scale(1); }
    100%{ transform:scale(.3); }
}

@-o-keyframes bounce_circularG{
    0% { -o-transform:scale(1); }
    100%{ -o-transform:scale(.3); }
}

@-ms-keyframes bounce_circularG{
    0% { -ms-transform:scale(1); }
    100%{ -ms-transform:scale(.3); }
}

@-webkit-keyframes bounce_circularG{
    0% { -webkit-transform:scale(1); }
    100%{ -webkit-transform:scale(.3); }
}

@-moz-keyframes bounce_circularG{
    0% { -moz-transform:scale(1); }
    100%{ -moz-transform:scale(.3); }
}

.invalid,
.invalid::placeholder,
.invalid label{
    color: #ec5c42 !important;
    border-color: #ec5c42 !important;
}

#logout .circularG{
    background-color: #fff;
}


footer{
    background: #717171;
}

footer #header-menu{
    display: none;
}

footer .container{
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
}
footer .copyrights{
    color: rgba(255,255,255,0.5);
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px;
    padding:  5px 20px;
}

.accredetations{
    float: left;
    font-size: 0;
}
.accredetations a{
    display: inline-block;
    margin-right: 15px;
}
.accredetations a img{
    vertical-align: middle;
    height: 40px;
}
.accredetations a img.bg{
    border: solid 3px #fff;
    background: #fff;
}


#content .content{
    float: left;
    width: 66.666666%;
}
#content .content:after{
    content: '';
    display: block;
    clear: both;
}
#content .column{
    float: left;
    width: 50%;
    box-sizing: border-box;
}

#content .one-column .column{
    width: 100%;
}
#content .one-column .column:last-child{
    display: none;
}

#content .column h4{
    margin: 22px 0;
    font-family: 'HelveticaNeue45';
    font-weight: normal;
}

#content .r .column{
    padding-right: 30px;
}
#content .l .column{
    padding-left: 30px;
}
#content .l .column h2,
#content .r .column h2{
    margin: 0;
}
#content h3{
    font-family: 'HelveticaNeue65';
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px;
}
#content .l h2{
    margin-left: 30px;
}
#content .r h2{
    margin-right: 30px;
}

#content .side-img,
#content .highlight,
#content .quote{
    position: relative;
    float: left;
    width: 33.333333%;
}

#content .side-img .img{
    height: 437px;
    z-index: 1;
    background: #fff;
}
#content .l .side-img .img{
    margin-left: 25%;
}
#content .r .side-img .img{
    margin-right: 25%;
}
#content .side-img .bar{
    position: absolute;
    bottom: 70px;
    height: 78px;
    width: 100%;
}
#content .l .side-img .bar{
    right: 0;
}
#content .r .side-img .bar{
    left: : 0;
}

#content .side-img.animated .bar{
    width: 0;
    -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}
#content .side-img.animate .bar{
    width: 100%;
}

#content .side-img.animated .img{
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0.5s;
       -moz-transition: all 0.5s ease-out 0.5s;
         -o-transition: all 0.5s ease-out 0.5s;
            transition: all 0.5s ease-out 0.5s;
}
#content .side-img.animate .img{
    opacity: 1;
}

#content .side-img.animated img{
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0.5s;
       -moz-transition: all 0.5s ease-out 0.5s;
         -o-transition: all 0.5s ease-out 0.5s;
            transition: all 0.5s ease-out 0.5s;
}
#content .side-img.animate img{
    opacity: 1;
}

#content .red .bar{
    background: #ec5f32;
}
#content .blue .bar{
    background: #363b64;
}
#content .green .bar{
    background: #85b4aa;
}
#content .yellow .bar{
    background: #faa73f;
}

.sidebar{
    position: absolute;
    right: 0;
    top: 70%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.sidebar.fixed{
    position: fixed;
    top: 50%;
}

.sidebar .icons{
    position: relative;
    z-index: 1;
}
.sidebar .icon{
    position: relative;
    width: 47px;
    height: 47px;
    background: #eae6e5;
    border: solid 2px #717171;
    border-bottom: none;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.sidebar .icon:last-child{
    border-bottom: solid 2px #717171;
}
.sidebar .icon:hover,
.sidebar .icon.active{
    background: #717171;
}
.sidebar .icon:before,
.sidebar .icon:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../img/sidebar-icons.png') no-repeat;
    background-size: 85px;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.sidebar .icon:after{
    opacity: 0;
}
.sidebar .icon.active:before,
.sidebar .icon:hover:before{
    opacity: 0;
}
.sidebar .icon.active:after,
.sidebar .icon:hover:after{
    opacity: 1;
}
.sidebar .icon.team:after{
    background-position: -43px 0;
}
.sidebar .icon.jobs:before{
    background-position: 0 -40px;
}
.sidebar .icon.jobs:after{
    background-position: -43px -40px;
}
.sidebar .icon.locations:before{
    background-position: 0 -85px;
}
.sidebar .icon.locations:after{
    background-position: -43px -85px;
}
.sidebar .icon.sharing:before{
    background-position: 0 -129px;
}
.sidebar .icon.sharing:after{
    background-position: -43px -129px;
}

.sidebar .details {
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    overflow: hidden;
    box-sizing: border-box;
    letter-spacing: 1px;
    color: #eae6e5;
    background: #717171;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.sidebar .details .info {
    position: absolute;
    height: 0;
    overflow: hidden;
    opacity: 0;
    color: #fff;
    max-width: 630px;
    box-sizing: border-box;
    padding: 30px;
}
.sidebar .details .info.active {
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out 0.25s;
    -moz-transition: opacity 0.25s ease-out 0.25s;
    -o-transition: opacity 0.25s ease-out 0.25s;
    transition: opacity 0.25s ease-out 0.25s;
}
.sidebar .list-item{
    float: left;
    width: 220px;
    margin: 0 0 5px;
}
.sidebar .list-item .person{
    margin-bottom: 5px;
    cursor: pointer;
}
.sidebar .list-item .person:hover h4{
    color: #ec5f32;
}
.sidebar .list-item .person:last-child{
    margin-bottom: 0;
}
.sidebar .details .info:after{
    content: '';
    display: block;
    clear: both;
}
.sidebar .details .info h3{
    font-size: 16px;
    line-height: 16px;
    font-family: 'HelveticaNeue65';
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 20px;
}
.sidebar .details .info h4{
    font-size: 16px;
    line-height: 15px;
    font-family: 'HelveticaNeue65';
    font-weight: normal;
    margin: 0;
}
.sidebar .details .info p{
    font-size: 16px;
    margin: 0 0 5px;
}

.sidebar .details .info .location{
    margin-bottom: 5px;
}
.sidebar .details .info .location a,
.sidebar .details .info .location a:active,
.sidebar .details .info .location a:focus,
.sidebar .details .info .location a:visited{
    color: #fff;
}
.sidebar .details .info .location a:hover{
    color: #ec5f32;
}

section#share .container{
    padding-top: 0px;
}
section#share .share{
    position: relative;
    padding-top: 20px;
    text-align: right;
}
section#share .share:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 33.333333%;
    height: 1px;
    background: #717171;
    font-size: 0;
}
.share a{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
}
.share a:before,
.share a:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../img/share.png') no-repeat;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.sidebar .share a:before,
.sidebar .share a:after{
    background: url('../img/social-big.png') no-repeat;
}
.share a:after{
    opacity: 0;
}
.share a:hover:before{
    opacity: 0;
}
.share a:hover:after{
    opacity: 1;
}

.share a.twitter:after{
    background-position: -35px 0;
}
.share a.linkedin:before{
    background-position: 0 -30px;
}
.share a.linkedin:after{
    background-position: -35px -30px;
}
.share a.email:before{
    background-position: 0 -60px;
}
.share a.email:after{
    background-position: -35px -60px;
}

.sidebar  .share a.twitter:after{
    background-position: -35px 0;
}
.sidebar .share a.instagram:before{
    background-position: 0 -30px;
}
.sidebar .share a.instagram:after{
    background-position: -35px -30px;
}
.sidebar .share a.linkedin:before{
    background-position: 0 -60px;
}
.sidebar .share a.linkedin:after{
    background-position: -35px -60px;
}
.sidebar .share a.email:before{
    background-position: 0 -90px;
}
.sidebar .share a.email:after{
    background-position: -35px -90px;
}

footer .subscribe{
    float: right;
    font-size: 14px;
    letter-spacing: 1px;
}

footer .subscribe a{
    display: inline-block;
    height: 32px;
    width: 127px;
    line-height: 32px;
    margin-left: 10px;
    text-align: center;
	font-size: 12px;
}
footer .subscribe a,
footer .subscribe a:active,
footer .subscribe a:visited,
footer .subscribe a:focus{
    color: #717171;
    background: #fff;
}
footer .subscribe a:hover{
    color: #fff;
    background: #ec5f32;
}

footer .menu{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    background: #eae6e5;
    text-align: center;
}
footer .menu li{
    margin: 0 65px;
    padding: 0;
    display: inline-block;
}
footer .menu li a{
    font-size: 18px;
    line-height: 70px;
    display: block;
}
footer .menu li a,
footer .menu li a:active,
footer .menu li a:focus,
footer .menu li a:visited{
    color: #717171;
}
footer .menu li a:hover{
    color: #ec5f32
}


.emaillist{
    width: 250px;
    margin: 0 auto;
}

.es_subscription_form_submit[type=submit]{
    width: 250px;
    outline: 0;
}

/* Popup ------------------------------------*/


.popup-cover{
    position: fixed;
    width: 100%;
    height: 0;
    left: 0;
    top: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    z-index: 12;
    -webkit-transition: height 0.5s ease-out, opacity 0.5s ease-out, top 0s ease-out 0.5s;
       -moz-transition: height 0.5s ease-out, opacity 0.5s ease-out, top 0s ease-out 0.5s;
         -o-transition: height 0.5s ease-out, opacity 0.5s ease-out, top 0s ease-out 0.5s;
            transition: height 0.5s ease-out, opacity 0.5s ease-out, top 0s ease-out 0.5s;
}

.popup-cover.show{
    top: 0;
    height: 100%;
    opacity: 1;
    -webkit-transition: height 0.5s ease-out, opacity 0.5s ease-out;
       -moz-transition: height 0.5s ease-out, opacity 0.5s ease-out;
         -o-transition: height 0.5s ease-out, opacity 0.5s ease-out;
            transition: height 0.5s ease-out, opacity 0.5s ease-out;
}

.popup{
    position: absolute;
    width: calc(100% - 40px);
    max-width: 1380px;
    max-height: calc(100% - 40px);
    left: 50%;
    top: 50%;
    background: #fff;
    border:solid 1px #fff;
    opacity: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
       -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
            box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity ease-out 0.25s;
       -moz-transition: opacity ease-out 0.25s;
         -o-transition: opacity ease-out 0.25s;
            transition: opacity ease-out 0.25s;
    visibility: hidden;

}

.popup.show{
    visibility: visible;
    -webkit-animation: popup 0.8s forwards 0.5s;
       -moz-animation: popup 0.8s forwards 0.5s;
         -o-animation: popup 0.8s forwards 0.5s;
            animation: popup 0.8s forwards 0.5s;
}


@-webkit-keyframes popup {
  0%   { opacity: 0; }
  60%  {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.05);
           -moz-transform: translate(-50%, -50%) scale(1.05);
             -o-transform: translate(-50%, -50%) scale(1.05);
                transform: translate(-50%, -50%) scale(1.05);

   }
  100% { opacity: 1; }
}
@-moz-keyframes popup {
  0%   { opacity: 0; }
  60%  { opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.05);
           -moz-transform: translate(-50%, -50%) scale(1.05);
             -o-transform: translate(-50%, -50%) scale(1.05);
                transform: translate(-50%, -50%) scale(1.05);
        }
  100% { opacity: 1; }
}
@-o-keyframes popup {
  0%   { opacity: 0; }
  60%  { opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.05);
           -moz-transform: translate(-50%, -50%) scale(1.05);
             -o-transform: translate(-50%, -50%) scale(1.05);
                transform: translate(-50%, -50%) scale(1.05);
        }
  100% { opacity: 1; }
}
@keyframes popup {
  0%   { opacity: 0; }
  60%  { opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.05);
           -moz-transform: translate(-50%, -50%) scale(1.05);
             -o-transform: translate(-50%, -50%) scale(1.05);
                transform: translate(-50%, -50%) scale(1.05);
        }
  100% { opacity: 1; }
}

.popup .close{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.popup .close:before,
.popup .close:after{
    position: absolute;
    display: block;
    content: '';
    background: #717171;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
         -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: background ease-out 0.1s;
       -moz-transition: background ease-out 0.1s;
         -o-transition: background ease-out 0.1s;
            transition: background ease-out 0.1s;
}
.popup .close:before{
    width: 90%;
    height: 1px;
}
.popup .close:after{
    width: 1px;
    height: 90%;
}

.popup .close:hover:before,
.popup .close:hover:after{
    background: #ec5f32;
}

.popup .header{
    font-size: 24px;
    text-transform: uppercase;
    line-height: 39px;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-left: 20px;
    padding-right: 40px;
    background: #5a6463;
}
.popup .header br{
    display: none;
}
#content .popup .content{
    padding: 40px;
    width: 100%;
    line-height: 22px;
    overflow: auto;
    opacity: 0;
    overflow: auto;
    max-height: calc(100vh - 40px);
    box-sizing: border-box;
}
#content .popup.show .content{
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out 1.0s;
       -moz-transition: opacity 0.25s ease-out 1.0s;
         -o-transition: opacity 0.25s ease-out 1.0s;
            transition: opacity 0.25s ease-out 1.0s;
}
.popup .content p{
    margin: 16px 0;
}


#content .popup .content ul{
    margin: 0;
    padding: 0 0 0 20px;
}
#content .popup .content li{
    margin: 0;
    padding: 0;
}

#forgot-popup,
#register-popup,
#share-popup{
    width: 380px;
    text-align: center;
}
#forgot-popup h3,
#register-popup h3,
#share-popup h3{
    text-transform: uppercase;
    font-size: 24px;
}
#forgot-popup input,
#register-popup input,
#share-popup input{
    text-align: center;
}
#forgot-popup .tip,
#register-popup .tip,
#share-popup .tip{
    width: 250px;
}
#content #forgot-popup .content,
#content #register-popup .content,
#content #share-popup .content{
    padding:  40px 60px;
}



#person-popup{
    max-width: 1170px;
}

#content #person-popup .content{
    padding:  20px;
}
#person-popup .img-container{
    float: left;
    width: 28%;
}
#person-popup .img-container span{
    display: none;
}
#content #person-popup .column{
    padding-left: 20px;
    width: 72%;
}
#person-popup h3{
    font-family: 'HelveticaNeue65';
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    margin: 30px 0 5px;
}
#person-popup h4{
    font-family: 'HelveticaNeue45';
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 20px;
}
#content #person-popup p{
    margin-bottom: 5px;
}
#content #person-popup h5{
    font-family: 'HelveticaNeue65';
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0 0;
}


#content #job-popup .content{
    padding-top: 70px;
}
#job-popup .sumup{
    float: left;
    width: 33.333333%;
}
#job-popup .columns{
    float: left;
    width: 66.666666%;
}
#job-popup .column{
    float: left;
    width: 50%;
}

#job-popup .sumup h3{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: 'HelveticaNeue65';
}
#job-popup .sumup label{
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 7px 0 7px 40px;
    text-align: left;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
    font-family: 'HelveticaNeue45';
}
#job-popup .sumup label:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: url('../img/job-icons.png') no-repeat;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}

#job-popup .partner{
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
}
#job-popup .partner span{
    font-size: 25px;
}
#job-popup a,
#job-popup a:active,
#job-popup a:visited,
#job-popup a:focus{
    text-decoration: underline;
}
#job-popup .partner-logo{
    max-height: 70px;
    max-width: 200px;
    float: none;
    vertical-align: bottom;
    margin: 10px 15px 5px;
}

#job-popup .partner{
    font-size: 18px;
}
#job-popup .partner a{
    font-family: 'HelveticaNeue65';
}
#job-popup .partner .partner-name{
    font-family: 'HelveticaNeue45';
}

#job-popup .sumup label.sallary:before{
    background-position: 0 -38px;
}
#job-popup .sumup label.shedule:before{
    background-position: 0 -76px;
}
#job-popup .sumup label.date:before{
    background-position: 0 -114px;
}



input[type=text],
input[type=email],
input[type=password],
body .tnp-subscription input[type=email]{
    background: #fff;
    border: solid 1px #717171;
    border-radius: 0;
    line-height: 35px;
    padding: 0 20px;
    width: 150px;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 250px;
}
.popup .btn{
    line-height: 39px;
    margin-top: 0px;
    font-size: 20px;
    width: 250px;
}

body .tnp-subscription{
    width: 250px;
}
body .tnp-subscription input[type=email]{
    text-align: center;
}
body .tnp-subscription label{
    display: none;
}


.slick-slider{
    margin: 0 -7px;
    width: calc(100% + 14px);
}

.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: none;
    top: 50%;
    font-size: 0;
    outline: 0;
    cursor: pointer;
    background: transparent;
    border-radius: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 80%;
    height: 80%;
    border-right: solid 1px #706f6f;
    border-bottom: solid 1px #706f6f;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.slick-prev{
    left: -20px;
}
.slick-next{
    right: -20px;
}
.slick-prev:before {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -moz-transform: translateY(-50%) rotate(135deg);
    -o-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
.slick-next:before {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.slick-arrow:hover:before {
    border-color: #000;
}


body .vbox-container{
    overflow-y: auto;
}

/* Responsive ----------------------------------------------------------*/


@media (max-width: 1600px){
    section#header .img img{
        -webkit-transform: translate(-52%, -50%);
           -moz-transform: translate(-52%, -50%);
             -o-transform: translate(-52%, -50%);
                transform: translate(-52%, -50%);
    }
}
@media (max-width: 1600px) and (max-height: 800px) {
    section#header .img img.h{
        height: 105% !important;
    }
    section#header .img img.w{
        width: 105% !important;
        max-width: unset;
    }
}

@media (max-width: 1500px){
    section#header .img img{
        -webkit-transform: translate(-55%, -50%);
           -moz-transform: translate(-55%, -50%);
             -o-transform: translate(-55%, -50%);
                transform: translate(-55%, -50%);
    }
    .boxed-img{
        padding: 60px 0;
    }
    .contour-top{
        height: 60px;
    }
    .contour-bottom{
        height: 60px;
    }
    #content .side-img .bar{
        height: 60px;
    }
}
@media (max-width: 1500px) and (max-height: 800px) {
    section#header .img img{
        top: 60%;
    }
    section#header .img img.h{
        height: 120% !important;
    }
    section#header .img img.w{
        width: 120% !important;
        max-width: unset;
    }
    #content .quote p{
        font-size: 25px;
        line-height: 34px;
    }
    #content .img-set .quote p,
    #content .images .quote p{
        line-height: 31px;
    }
}


@media (max-width: 1450px){
    #content .quote p{
        font-size: 24px;
        line-height: 33px;
    }
    #content .img-set .quote p,
    #content .images .quote p{
        line-height: 30px;
    }
}


@media (max-width: 1400px){
    section#header .img img{
        -webkit-transform: translate(-57%, -50%);
           -moz-transform: translate(-57%, -50%);
             -o-transform: translate(-57%, -50%);
                transform: translate(-57%, -50%);
    }
    section#header nav > ul{
        line-height: 74px;
    }
    section#header nav > ul > li > a{
        font-size: 19px;
    }
    section#header nav ul li ul li a{
        font-size: 17px;
        padding: 7px 15px;
    }
    section#header .logo{
        height: 85px;
        width: 180px;
    }
    section#header .logo .custom-logo-link{
        top: 24px;
    }
    #content .quote p{
        font-size: 23px;
        line-height: 32px;
    }
    #content .img-set .quote p,
    #content .images .quote p{
        line-height: 29px;
    }
}

@media (max-width: 1350px){
    #content .quote p{
        font-size: 22px;
        line-height: 31px;
    }
    #content .img-set .quote p,
    #content .images .quote p{
        line-height: 28px;
    }
    #content .quote p:after{
        width: 45px;
        height: 42px;
        background-size: 45px;
    }
}

@media (max-width: 1300px){
    section#header .img img{
        -webkit-transform: translate(-60%, -50%);
           -moz-transform: translate(-60%, -50%);
             -o-transform: translate(-60%, -50%);
                transform: translate(-60%, -50%);
    }
    #content .quote p{
        font-size: 21px;
        line-height: 30px;
    }
    #content .img-set .quote p,
    #content .images .quote p{
        line-height: 27px;
    }
}

@media (max-width: 1250px){
    #content .quote p{
        font-size: 20px;
        line-height: 28px;
    }
    #content .img-set .quote p,
    #content .images .quote p{
        line-height: 25px;
    }
    #content .quote p:after{
        width: 38px;
        height: 34px;
        background-size: 38px;
    }
}

@media (max-width: 1200px){
    section#header .img img{
        -webkit-transform: translate(-62%, -50%);
           -moz-transform: translate(-62%, -50%);
             -o-transform: translate(-62%, -50%);
                transform: translate(-62%, -50%);
    }
    section#header nav > ul{
        line-height: 66px;
    }
    section#header nav > ul > li > a{
        font-size: 17px;
    }
    section#header nav ul li ul li a{
        font-size: 15px;
        padding: 5px 14px;
    }
    section#header .logo{
        height: 75px;
        width: 160px;
    }
    section#header .logo .custom-logo-link{
        top: 20px;
    }
    section#header .logo img{
        height: 30px !important;
        width: auto !important;
    }
    section#header .logo .custom-logo-link{
        top: 22px;
    }
    #content .quote p{
        font-size: 19px;
        line-height: 25px;
    }
    #content .img-set .quote p,
    #content .images .quote p{
        line-height: 23px;
        padding: 0 30px;
    }
    #content .content,
    #content .side-img,
    #content .highlight,
    #content .quote{
        width: 50%;
    }
    #content .column{
        width: 100%;
    }

    #job-popup .column{
        width: 100%;
    }

    #content .images .quote{
        width: 33.333333%;
    }

    #job-popup .sumup label{
        font-size: 22px;
    }
}


@media (max-width: 1150px){
    #content .quote p{
        font-size: 17px;
        line-height: 20px;
    }
    #content .img-set .quote p,
    #content .images .quote p{
        line-height: 22px;
    }
    #content .quote p:after {
        width: 31px;
        height: 30px;
        background-size: 31px;
    }
}


@media (max-width: 1100px){
    section#header .img img{
        -webkit-transform: translate(-65%, -50%);
           -moz-transform: translate(-65%, -50%);
             -o-transform: translate(-65%, -50%);
                transform: translate(-65%, -50%);
    }
    section#header nav > ul{
        line-height: 62px;
    }
    section#header nav > ul > li > a{
        font-size: 16px;
    }
    #content .quote p:after {
        width: 28px;
        height: 25px;
        background-size: 28px;
    }
    #job-popup .sumup label{
        margin-bottom: 5px;
        font-size: 20px;
    }
    #job-popup .sumup h3 {
        font-size: 25px;
       line-height: 25px;
    }
    #job-popup .partner span {
        font-size: 23px;
    }
}


@media (max-width: 1050px){
    #content .quote p{
        font-size: 17px;
        line-height: 20px;
    }
    #content .img-set .quote p,
    #content .images .quote p{
        line-height: 21px;
        padding: 0 20px;
    }
    #content .quote p:after {
        width: 31px;
        height: 30px;
        background-size: 31px;
    }
}

@media (max-width: 1024px){
    section#header nav > ul > li > a{
        font-size: 15px;
    }
}

@media (max-width: 980px){
    header .container{
        padding: 0;
    }
    header #header-menu{
        margin: 0;
    }
    header #header-menu li{
        display: none;
    }
    header #header-menu li:last-child{
        display: block;
    }
    header .social{
        display: none;
    }
    header .phone{
        float: right;
    }


    section#header{
        height: auto;
        min-height: unset;
        padding-bottom: 0;
    }
    body.admin-bar section#header {
        height: auto;
    }
    section#header .img{
        height: 50vh;
    }
    section#header .img img{
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    section#header .quote{
        position: static;
        margin-top: 40px;
        margin-right: 0;
        font-size: 38px;
        -webkit-transform: none;
           -moz-transform: none;
             -o-transform: none;
                transform: none;
    }
    section#header .quote:after{
        background-image: url('../img/quote-red.png');
    }

    section#header nav,
    section#header nav.fixed{
        position: fixed;
        text-align: left;
        top: 0;
        bottom: auto;
        box-sizing: border-box;
        padding-top: 50px;
        border-top: solid 1px rgba(255,255,255,0.3);
        left: 0;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        margin: 0;
        background: #ec5f32;
        -webkit-transform: translateY(-100%);
           -moz-transform: translateY(-100%);
             -o-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transition: all 0.5s ease-out;
           -moz-transition: all 0.5s ease-out;
             -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
    }
    body.admin-bar section#header nav,
    body.admin-bar section#header nav.fixed{
        top: 32px;
        max-height: calc(100% - 32px);
    }

    section#header nav ul{
        line-height: 40px;
    }

    section#header .container{
        position: relative;
        left: auto;
        -webkit-transform: none;
           -moz-transform: none;
                transform: none;
             -o-transform: none;
    }
    section#header .white{
        color: #717171;
    }
    section#header .white h1:after{
        background: #717171;
    }
    section#header h1{
        padding-top: 40px;
    }
    #content h2{
        font-size: 38px;
        line-height: 38px;
    }

    section#header .text{
        padding-bottom: 40px;
        border-bottom: solid 4px #ec5f32;
    }
    section#header .text.animated{
        opacity: 1;
    }

    section#header .logo{
        position: fixed;
        left: 0;
    }
    body.admin-bar section#header .logo{
        top: 127px;
    }

    section#header .page-logo{
        display: none;
    }

    .sidebar{
        display: none;
    }

    section#header .parallax-text{
        opacity: 1 !important;
        -webkit-transform: none !important;
           -moz-transform: none !important;
             -o-transform: none !important;
                transform: none !important;
    }

    .menu-cover{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        opacity: 0;
        background: rgba(0,0,0,0.5);
        visibility: hidden;
        -webkit-transition: visibility 0s ease-out 0.5s, opacity 0.5s ease-out;
           -moz-transition: visibility 0s ease-out 0.5s, opacity 0.5s ease-out;
             -o-transition: visibility 0s ease-out 0.5s, opacity 0.5s ease-out;
                transition: visibility 0s ease-out 0.5s, opacity 0.5s ease-out;
    }
    body.mobile-menu .menu-cover{
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility 0s ease-out, opacity 0.5s ease-out;
           -moz-transition: visibility 0s ease-out, opacity 0.5s ease-out;
             -o-transition: visibility 0s ease-out, opacity 0.5s ease-out;
                transition: visibility 0s ease-out, opacity 0.5s ease-out;
    }

    body.mobile-menu{
        overflow: hidden;
    }
    body.mobile-menu section#header nav{
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    section#header nav ul{
        display: block;
        opacity: 0;
        width: auto;
    }
    section#header nav.fixed > ul{
        margin-bottom: 0;
    }
    body.mobile-menu section#header nav ul{
        opacity: 1;
        -webkit-transition: opacity 0.25s ease-out 0.45s;
           -moz-transition: opacity 0.25s ease-out 0.45s;
             -o-transition: opacity 0.25s ease-out 0.45s;
                transition: opacity 0.25s ease-out 0.45s;
    }
    section#header nav ul li{
        float: none;
        display: block;
        margin: 0;
    }
    section#header nav ul li a{
        padding:  0 30px;
    }
    section#header nav ul li:first-child a{
        padding-top: 12px;
    }
    section#header nav ul li:last-child a{
        padding-bottom: 12px;
    }
    section#header nav ul li ul{
        display: none;
    }

    .burger{
        display: block;
    }

    .container{
        padding: 40px 30px;
    }

    #content .boxed-img .images:nth-child(2) .quote{
        width: 100%;
        padding-bottom: 27%;
        background: #fff;
    }
    #content .boxed-img .images:nth-child(2) .quote p{
        padding:  0 40px;
    }
    .boxed-img .images:nth-child(2) .img{
        width: 50%;
        padding-bottom: 27%;
    }

    #content .highlight{
        width: 100%;
        margin-bottom: 40px;
    }

    #content .side-img{
        width: 100%;
        margin:  30px 0;
    }
    #content .content{
        width: 100%;
    }

    #content .content,
    #content .side-img,
    #content .highlight,
    #content .quote{
        width: 100%;
    }


    .boxed-img{
        padding: 50px 0;
    }
    .contour-top{
        height: 50px;
    }
    .contour-bottom{
        height: 50px;
    }
    #content .side-img .bar{
        height: 50px;
    }

    #content #job-popup .content {
        padding-top: 50px;
    }
    #job-popup .sumup label:before{
        background-size: 65px;
    }
    #job-popup .sumup label.date:before {
        background-position: 0 -98px;
    }
    #job-popup .sumup label.shedule:before {
        background-position: 0 -64px;
    }
    #job-popup .sumup label.sallary:before {
        background-position: 0 -31px;
    }
    #job-popup .sumup label.location:before {
        background-position: 0 3px;
    }
    #job-popup .partner span {
        font-size: 22px;
    }

    footer{
        text-align: center;
        padding-bottom: 0;
    }
    footer .menu li{
        margin: 0;
    }
    footer #header-menu{
        display: block;
        float: none;
        background: #717171;
        margin: 0;
    }
    footer #header-menu a{
        padding: 0 23px 0 63px;
    }
    footer #header-menu a:before{
        top: 18px;
        left: 23px;
    }
    footer #header-menu li{
        float: none;
        display: inline-block;
    }
    footer #header-menu li:last-child{
        display: none;
    }

    footer .container{
        background: #fff;
    }
    footer .social{
        float: none;
        display: inline-block;
    }
    .social a:before,
    .social a:after{
        background-image: url('../img/social-grey.png');
    }
    footer .phone{
        display: none;
    }
    footer .subscribe{
        float: none;
        color: #717171;
        line-height: 50px;
    }
    footer .subscribe span{
        display: block;
        line-height: 18px;
        padding:  5px 0;
    }
    footer .subscribe a{
        margin: 0;
    }
    footer .subscribe a,
    footer .subscribe a:active,
    footer .subscribe a:visited,
    footer .subscribe a:focus{
        color: #717171;
        background: #eae6e5;
    }

    #footer-menu{
        background: #fff;
    }
    #footer-menu li {
        margin: 0 20px;
    }
}

@media (max-width: 782px){
    body.admin-bar section#header nav,
    body.admin-bar section#header nav.fixed{
        top: 46px;
        max-height: calc(100% - 46px);
    }
}

@media (max-width: 850px){
    .boxed-img .images .img:nth-child(1){
        width: 100%;
        padding-bottom: 50%;
    }
    .boxed-img .images .img,
    #content .boxed-img .images .quote{
        width: 50%;
        padding-bottom: 27%;
    }
    .img-set .side{
        width: 100%;
    }
    .img-set .side:after{
        content: '';
        display: block;
        clear: both;
    }
    #content .img-set .side .img,
    #content .img-set .side .quote{
        float: left;
        width: 50%;
        padding-bottom: 27%;
        background: #fff;
    }
    .img-set .main{
        width: 100%;
        padding-bottom: 50%;
    }
    #content .l h2,
    #content .r h2{
        margin-left: 0;
        margin-right: 0;
    }
    #content .l .column,
    #content .r .column{
        padding-left: 0;
        padding-right: 0;
    }
    #job-popup .columns{
        padding-left: 30px;
    }
    #job-popup .sumup label {
        margin-bottom: 0;
        font-size: 18px;
    }
}

@media (max-width: 800px){
    section#header .quote{
        font-size: 34px;
        line-height: 42px;
    }
}

@media (max-width: 700px){
    section#header h1{
        font-size: 46px;
        line-height: 55px;
    }
    #content h2{
        font-size: 36px;
        line-height: 36px;
    }
    section#header p{
        font-size: 22px;
    }
    section#header .quote{
        font-size: 32px;
        line-height: 38px;
    }
    section#header .quote:after{
        background-size: 45px;
        margin-left: 10px;
    }
    #job-popup .partner span {
        font-size: 21px;
    }
}

@media (max-width: 650px){
    section#header h1{
        font-size: 42px;
        line-height: 52px;
        padding: 30px 0 25px;
    }
    section#header .text{
        padding-bottom: 25px;
    }
    #content h2{
        font-size: 34px;
        line-height: 34px;
        padding-top: 25px;
    }
    section#header p {
        font-size: 21px;
        line-height: 25px;
    }
}

@media (max-width: 600px){
    html,
    body{
        font-size: 15px;
    }
    header{
        top: 0;
    }
    body.admin-bar.scroll-top header{
        top: 46px;
    }
    header #header-menu li:last-child{
        line-height: 25px;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    header #header-menu li:last-child a{
        padding-bottom: 3px;
    }
    header #header-menu a{
        font-size: 14px;
        padding: 2px 13px 0 25px;
    }
    header #header-menu a:before{
        background-size: 35px;
        top: 6px;
        left: 5px;
        width: 15px;
        height: 20px;
    }
    header #header-menu li:nth-child(4) a:before{
        background-position: 0 -49px;
    }
    header .phone{
        line-height: 25px;
        font-size: 14px;
        margin-top: 1px;
    }

    section#header{
        padding-top: 0;
    }
    body.admin-bar section#header nav,
    body.admin-bar section#header nav.fixed{
        top: 0;
        max-height: 100%;
    }
    body.admin-bar.scroll-top section#header nav,
    body.admin-bar.scroll-top section#header nav.fixed{
        top: 46px;
        max-height: calc(100% - 46px);
    }

    section#header h1{
        font-size: 40px;
        line-height: 46px;
    }
    #content h2{
        font-size: 32px;
        line-height: 36px;
    }
    section#header p {
        font-size: 20px;
    }
    section#header .quote{
        font-size: 30px;
        line-height: 34px;
    }
    section#header .quote:after {
        background-size: 42px;
        margin-left: 5px;
    }

    #content .img-set .side .img,
    #content .img-set .side .quote,
    .boxed-img .images .img,
    .boxed-img .images:nth-child(2) .img,
    #content .boxed-img .images .quote,
    #content .boxed-img .images:nth-child(2) .quote{
        width: 100%;
        padding-bottom: 50%;
    }

    #person-popup .img-container{
        position: relative;
        width: 100%;
    }
    #person-popup .img-container img{
        width: 28%;
    }
    #person-popup .img-container span{
        display: block;
        position: absolute;
        padding: 0 30px;
        left: 28%;
        top: 50%;
        width: 72%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    #person-popup .img-container h3{
        margin-top: 0;
        font-size: 25px;
    }
    #person-popup .img-container h4{
        font-size: 25px;
        margin-bottom: 0;
    }
    #content #person-popup .column{
        width: 100%;
        padding: 20px 0 0;
    }
    #content #person-popup .column h3,
    #content #person-popup .column h4{
        display: none;
    }
    #job-popup .sumup{
        width: 100%;
    }
    #job-popup .columns{
        width: 100%;
        padding: 20px 0 0;
    }
    #job-popup .partner .partner-img{
        display: block;
    }
    #job-popup .partner .partner-img img{
        margin: 15px 0 10px;
    }

    .boxed-img{
        padding: 45px 0;
    }
    .contour-top{
        height: 45px;
    }
    .contour-bottom{
        height: 45px;
    }
    #content .side-img .bar{
        height: 45px;
    }
}


@media (max-width: 550px){
    section#header h1{
        font-size: 36px;
        line-height: 42px;
    }
    section#header p {
        font-size: 19px;
        line-height: 23px;
    }
    section#header .quote {
        font-size: 27px;
        line-height: 31px;
    }
    section#header .quote:after {
        background-size: 38px;
        margin-left: 0px;
        margin-top: 4px;
    }

    #content h2{
        font-size: 30px;
        line-height: 34px;
    }

    footer .menu li a{
        font-size: 16px;
    }
    footer #header-menu a{
        line-height: 60px;
        padding: 0 20px 0 53px;
    }
    footer #header-menu a:before{
        top: 17px;
        left: 16px;
        width: 28px;
        height: 26px;
        background-size: 55px;
    }
    footer #header-menu li:nth-child(2) a:before{
        background-position: 0 -24px;
    }
    footer #header-menu li:nth-child(3) a:before{
        background-position: 0 -52px;
    }
    #footer-menu{
        padding: 10px 0 20px;
    }
    #footer-menu li{
        display: block;
    }
    #footer-menu li a{
        line-height: 27px;
    }
    header .profile{
        padding: 0 0 0 20px;
    }
    header .profile.show,
    header .profile.loading{
        height: 145px;
        padding: 20px 0 20px 20px;
    }
    header .profile .email,
    header .profile .password{
        float: none;
    }
    header .profile .email label{
        width: 89px;
        text-align: right;
    }
    header .profile .email input{
        width: 160px;
    }
    header .profile .password label{
        width: 64px;
    }
    header .profile .password input{
        width: 160px;
    }
    header .profile .password p{
        float: none;
        width: auto;
        text-align: right;
    }
}


@media (max-width: 500px){
    section#header h1 {
        font-size: 33px;
        line-height: 38px;
    }
    section#header p {
        font-size: 18px;
        line-height: 22px;
    }
    section#header .quote {
        font-size: 25px;
        line-height: 30px;
    }
    section#header .quote:after {
        background-size: 36px;
        margin-top: 1px;
    }
    #content h2{
        font-size: 28px;
        line-height: 32px;
    }
    #person-popup .img-container span{
        padding-left: 20px;
    }
    #person-popup .img-container h3,
    #person-popup .img-container h4{
        font-size: 22px;
        margin: 0;
    }
    #content .popup .content {
        padding: 30px;
    }
    #job-popup .sumup label{
        font-size: 16px;
    }
    #job-popup .sumup label:before{
        background-size: 65px;
    }
    #content .sumup .job label.sallary:before, #job-popup .sumup label.sallary:before {
        background-position: 0px -33px;
    }
    #content .sumup .job label.shedule:before, #job-popup .sumup label.shedule:before {
        background-position: 0 -65px;
    }
    #content .sumup .job label.date:before, #job-popup .sumup label.date:before {
        background-position: 0 -100px;
    }
}

@media (max-width: 450px){
    section#header h1 {
        font-size: 30px;
        line-height: 35px;
    }
    section#header p {
        font-size: 17px;
    }
    section#header .quote {
        font-size: 23px;
        line-height: 28px;
    }
    #content h2 {
        font-size: 26px;
        line-height: 30px;
    }
    section#header .quote:after {
        background-size: 34px;
    }
    footer #header-menu a{
        padding: 0 15px 0 48px;
    }
    #content .side-img .img{
        height: 350px;
    }
    #person-popup .img-container h3,
    #person-popup .img-container h4{
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 400px){
    header .profile{
        width: 100%;
    }
    header .profile .email{
        padding-right: 20px;
    }
    header .profile .email,
    header .profile .password{
        float: right;
    }
    section#header h1 {
        font-size: 28px;
        line-height: 32px;
        padding: 25px 0 20px;
    }
    section#header .text{
        padding-bottom: 20px;
    }
    section#header p {
        font-size: 16px;
    }
    section#header .quote {
        font-size: 20px;
        line-height: 25px;
    }
    section#header .quote:after {
        background-size: 30px;
        margin-top: -3px;
    }
    #content .quote p{
        padding: 25px 35px 20px;
    }
    #content .img-set .quote p,
    #content .images .quote p{
        font-size: 16px;
        line-height: 20px;
    }
    #content h2 {
        font-size: 24px;
        line-height: 28px;
        padding-top: 20px;
    }
    .boxed-img{
        padding: 50px 0;
    }
    .contour-top{
        height: 50px;
    }
    .contour-bottom{
        height: 50px;
    }
    #content .side-img .bar {
        height: 50px;
    }
    footer #header-menu a{
        padding: 0 10px 0 43px;
        font-size: 15px;
        line-height: 55px;
    }
    footer #header-menu a:before{
        left: 13px;
        top: 16px;
        width: 24px;
        height: 22px;
        background-size: 48px;
    }
    footer #header-menu li:nth-child(1) a:before{
        background-position: 0 -1px;
    }
    footer #header-menu li:nth-child(2) a:before{
        background-position: 0 -22px;
    }
    footer #header-menu li:nth-child(3) a:before{
        background-position: 0 -46px;
    }
    #person-popup .img-container h3,
    #person-popup .img-container h4{
        font-size: 15px;
        line-height: 22px;
    }
    #content #person-popup .column{
        padding-top: 15px;
    }
    #content #person-popup h5{
        font-size: 15px;
    }
}

@media (max-width: 350px){
    html, body{
        font-size: 14px;
    }
    section#header p {
        font-size: 15px;
        line-height: 19px;
    }
    section#header .quote {
        font-size: 18px;
        line-height: 22px;
    }
    section#header .quote:after {
        background-size: 28px;
        margin-top: -5px;
        margin-left: -4px;
    }
    #content .side-img .img {
        height: 300px;
    }
    #content .quote p{
        padding: 25px 30px 20px;
    }
    #content .img-set .quote p, #content .images .quote p {
        font-size: 15px;
        line-height: 18px;
    }
}