/*
Theme Name: VERFIDES
Theme URI: 
Author: the 
Author URI: 
Description: Custom Theme.
Version: 1.0

*/
/* =============================================================================
        BODY
        ========================================================================== */
html{
    height: 100%;}
body {
    margin:0 !important;
    color:#5d5d5d;
    font-family:"Futura";
    font:14px/22px 'Open Sans', Arial, Helvetica, sans-serif;
    background:#fff;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:none;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}
@font-face {
    font-family:"Futura";
    src: url(/wp-content/themes/verfides/fonts/FuturaLT-Book.ttf) format("truetype");
}
/* =============================================================================
        HTML5
        ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
audio, canvas, video {display:inline-block; display:inline;}
audio:not([controls]) {display:none;}
[hidden] {display:none;}
figure {margin:0;}
iframe {border:0;}
/* =============================================================================
        IMAGES
        ========================================================================== */
img {border:0; -ms-interpolation-mode:bicubic; vertical-align:top;}
/* =============================================================================
        LINKS
        ========================================================================== */
a {color:#5f5f5f; text-decoration:none; outline:none;}
a:hover {color:#bda65c; text-decoration:none;opacity:0.7;}
a:focus {outline:none;}
a:hover, a:active {outline:0;}
/* =============================================================================
        FORMS
        ========================================================================== */
form, fieldset {margin:0; padding:0; border-style:none;}
label {cursor:pointer;}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor:pointer;
    -webkit-appearance: none;
}
input {outline:none;}
button[disabled], input[disabled] {cursor:default;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button {padding:0}
input[type="checkbox"], input[type="radio"] {width:15px; height:16px; padding:0; margin:0;}
input, textarea, select {font:16px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000;font-weight: bold;}
textarea {resize:vertical; margin:0; padding:0; overflow:auto; vertical-align:top; outline:none;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
:-moz-placeholder {color:#777;opacity:0.5;font-weight:bold;}
::-moz-placeholder {color:#777;opacity:0.5;font-weight:bold;}
::-webkit-input-placeholder {color:#777;opacity:0.5;font-weight:bold;}
:-ms-input-placeholder {color:#777;opacity:0.5;font-weight:bold;}
.blue-bg :-moz-placeholder {color:#fff;opacity:0.5;font-weight:bold;}
.blue-bg ::-moz-placeholder {color:#fff;opacity:0.5;font-weight:bold;}
.blue-bg ::-webkit-input-placeholder {color:#fff;opacity:0.5;font-weight:bold;}
.blue-bg :-ms-input-placeholder {color:#fff;opacity:0.5;font-weight:bold;}
input::-ms-clear {display:none;}
/*Iphone Border Radius Fix*/
input {-webkit-border-radius:0;}
textarea {-webkit-border-radius:0;}
/* =============================================================================
        TABLES
        ========================================================================== */
table, caption, tbody, tfoot, thead, tr, th, td {border-collapse:collapse; border-spacing:0;}
td {text-align:left; vertical-align:top;}
th {text-align:center; vertical-align:middle;}
/* =============================================================================
        QUOTES
        ========================================================================== */
q {quotes:none;}
q:before {content:''}
q:after {content:''}
/* =============================================================================
        LISTS
        ========================================================================== */

dl {margin:0 0 10px;}
nav ul, nav ol {margin:0;}
nav ul, nav ol, ul.navigation, ul.list-contact 
{
    list-style: none;
}


/* =============================================================================
        SEMANTIC TAG
        ========================================================================== */
h1 {font-size:32px; line-height:1.25; margin:0 0 20px;}
h2 {font-size:25px; line-height:1.25; margin:0 0 18px;}
h3 {font-size:25px; line-height:1.2; margin:0 0 16px;}
h4 {font-size:20px; line-height:1.2; margin:0 0 14px;}
h5 {font-size:18px; line-height:1.1; margin:0 0 12px;}
blockquote {margin:0 0 10px;}
b, strong {font-weight:bold;}
sub, sup, small {font-size:75%;}
sub, sup {line-height:0; position:relative; vertical-align:baseline;}
sub {bottom:-0.25em;}
sup {top:-0.5em;}
svg:not(:root) {overflow:hidden;}
p {margin:0 0 10px;}
hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:0; padding:0;}
*+html hr {margin:-7px 0;}
mark {background:#ff0;}
ins {text-decoration:none; background:#ff9;}
del {text-decoration:line-through;}
pre {white-space:pre; white-space:pre-wrap; word-wrap:break-word}
pre, code, kbd, samp {margin:0 0 10px; font:10px/13px Lucida Console, Monaco, monospace}
/* =============================================================================
        HasLayot
        ========================================================================== */
a:hover,
a:active{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.group:after {
    display:block;
    content:"";
    clear:both;
}
.wrapper {
    width:100%;
    overflow:hidden;
    position: relative;
}
.container{
    margin: 0 auto;
    max-width: 1000px;
    min-width: 280px;
}
.header-holder{
    position: relative;
    width: 100%;

}
.header-holder img,
.header-holder{
    width:100%;
    min-height: 250px;
    height:auto;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    padding: 25px 0 18px 30px;
    width: 100%;
    background: none;
    z-index:10000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden; 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.header.fixed{
    position: fixed;
    background: #fff;
    padding-top: 15px;
}
.header.fixed .navigation li a{
    color:#bda65c
}
.header.fixed .navigation li a:after{
    background: #777;
}
.header.fixed .navigation li a:hover{
    color:#777;
}
.header.fixed .navigation .current-menu-item a{
    border-bottom: 1px solid #bda65c;
}
.nav-holder {
    float: left;
}
.logo{
    display: block;
    /*text-indent: 9999px;
     background: url(images/logo.png); */
    margin: 0;
    width: 302px;
    height: 40px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
}
.logo a{
    display: block;
}
.fixed .logo{
    width: 240px;
    height: auto;
    top: 3px;
}
.header .logo .logo-color-img,
.fixed .logo .logo-white{
    display: none;
}
.fixed .logo .logo-color-img{
    display: block;
}
.header .logo .logo-white,
.logo .logo-color-img{
    min-height: 0;
}
.navigation {
    float: right;
    margin: 7px 0 0;
    max-width: 80%;
}
.navigation li{
    float: left;
    font: 19px/23px "Futura", Arial, Helvetica, sans-serif;
    margin: 0 48px 0 0;
}
.navigation li a{
    color:#fff;
    /* padding: 0 0 10px; */
    display: block;
}
/* .navigation li a:hover{
        text-decoration: none;
}  */
.navigation li a:after {
    clear: both;
    display: block;
    content: "";
    position: relative;
    width: 0;
    left: 50%;
    height: 1px;
    margin-top: 10px;
    background: #fff;
    -moz-transition: width 0.4s, left 0.4s;
    -o-transition: width 0.4s, left 0.4s;
    -webkit-transition: width 0.4s, left 0.4s;
    transition: width 0.4s, left 0.4s;
}
.navigation li a:hover{
    opacity: 1;
    color:#fff;
}
.supervisory p {
    width: 31.3%;
    float: left;
    margin: 0 2% 0 0;
}
.supervisory p:last-child{
    margin: 0;
}
.navigation .current-menu-item a{
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.navigation .current-menu-item a:after,
.header.fixed .navigation .current-menu-item a:after{
    background: none;
}
.mobile-menu{
    display: none;
}
.text-holder{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color:#fff;
    margin: 0;
}
body.home .text-holder{
    /* visibility: hidden; */
}
.welcome-txt, .home-more-nfo{
    max-width: 700px;
    margin: 0 auto;
}
.home-more-nfo{
    color: #fff;	
}

.text-holder h1{
    color:#fff;	
}

.text-holder h2{
    width: 40%;
    margin: 0 auto;
}
h2{
    font: italic 25px/45px "Futura", Arial, Helvetica, sans-serif;
    position: relative;
    margin: 0;
    padding: 0 0 30px;
    color:#848484;
}
h2:after{
    content: '';
    display: block;
    top: 16px; 
    width: 16%;
    height: 1px;
    margin: 16px auto 0;
    background: #fff;
    position: relative;
}
h3{
    font: 25px/45px "Futura", Arial, Helvetica, sans-serif;
    margin: 0 0 36px;
    text-align: center;
    font-weight: 300;
    color:#303030;
}
h3:after{
    content: '';
    display: block;
    width: 251px;
    height: 1px;
    margin: 27px auto 0;
    background: #bda65c;
}
h4{
    font: 20px/45px "Futura", Arial, Helvetica, sans-serif;
    margin: 0 0 36px;
    text-align: center;
    font-weight: 300;
    color:#ffffff;
}
h5{
    font: 14px/45px "Futura", Arial, Helvetica, sans-serif;
    margin: 0 0 36px;
    text-align: center;
    font-weight: 300;
    color:#848484;
}
h1{
    font: 38px/45px "Futura", Arial, Helvetica, sans-serif;
    margin: 0 0 36px;
    text-align: center;
    font-weight: 300;
    color:#2a324f;
}
.block{
    padding: 88px 0 55px;
    color:#787777;
}
.home #pgc-37-1-0 .block{
    padding-top: 20px;
}
.block.line{
    padding: 0 0 45px;
}
.line{
    border-bottom: 1px solid #a5a5a5;
}
.main-text,
.home .line .widget-title{
    text-align: center;
    margin: 0 0 34px;
    display:block;
    font: 18px/21px "Open Sans", Arial, Helvetica, sans-serif;

}
.home .line h3.widget-title:after{
    background: none;
    margin: 0;
}
.multi-column{
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -ms-column-count: 2;
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
}
.multi-column-3{
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -ms-column-count: 3;
}
/* .two-column{
        padding: 0 0 30px;
} */
.two-column .col,
.two-blocks p{
    float: left;
    width: 49%;
    font:16px/32px "Open Sans", Arial, Helvetica, sans-serif;
}
.two-column .col:first-child,
.two-blocks p:first-child{
    margin: 0 2% 0 0;
}
.two-column p{
    margin: 0 0 23px;
}
.banner{
    position: relative;
    max-height: 250px;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.block-holder{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 24%;

}

.block-holder a:hover .description{
    opacity: 0.7;
    -moz-transition: ease 0.75s all;
    -o-transition: ease 0.75s all;
    -webkit-transition: ease 0.75s all;
    transition: ease 0.75s all;
}
.four-column{
    text-align: center;
}
.four-column .col{
    display: inline-block;
    vertical-align: top;
    width: 24.5%;
    text-align: center;
}
.managment .four-column{
    padding: 23px 0 0;
}
.img-holder{
    width: 180px;
    height: 180px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    margin: 0 0 21px;
}
.img-holder:focus,
.img-holder img:focus{
    outline: none;
    border: none;
}
.img-holder img{
    max-width: 100%;
}
.col a{
    display: inline-block;
    vertical-align: top;
}
.text-description span{
    display: block;
    margin: 0 0 15px;
    font:16px/20px "Futura", Arial, Helvetica, sans-serif;
}
.text-description strong{
    font: 19px/20px "Futura", Arial, Helvetica, sans-serif;
    display: block;
}
.managment .text-description a:hover{
    opacity:0.7;
    -moz-transition: ease 0.75s all;
    -o-transition: ease 0.75s all;
    -webkit-transition: ease 0.75s all;
    transition: ease 0.75s all;
}
.services .text-description strong {
    margin: 0 0 14px;
    height: 40px;
}
.list-contact li:first-child{
    margin: 0;
}
.list-contact li a{
    display: block;
    /*height: 100%;*/
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn
/*input[type="submit"] */{
    display: inline-block;
    border: 1px solid #777;
    color:#777;
    padding: 15px 10px 16px;
    text-align: center;
    min-width: 170px;
    font: bold 14px/17px "Open Sans", Arial, Helvetica, sans-serif;
    background: none;
}
.btn-hover.btn {
    color:#777;
    display: block;
    border: 2px solid #777;
    cursor: pointer;
    width: 223px;
    height: 51px;
    margin: 0 auto;
    padding: 0;
    -moz-transition: none;
    -o-transition:none;
    -webkit-transition: none;
    transition:none;
    /* background: none;
    background: url(images/icons/btn_arrow.png) no-repeat 81% 50%; */
}
.blue-bg .btn-hover.btn{
    color:#fff;
    border-color: #fff;
}
.btn-hover input[type="submit"]{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10000;
    opacity: 0;
}
#services-list .btn-hover.btn{
    border: 1px solid #bda65c;
    color: #bda65c;
    font-family: "Futura";
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    height: 35px;
    min-width: 100px;
    width: 150px;
}
#services-list .btn-hover .btn-text {
    top: 0;
    left: 0;    
    right: 0;
    padding: 8px;
}
#services-list .btn .btn-text::before {
    color: #fff;
    top: -1.9em;
}
input[type="submit"]{
    background: url(images/icons/btn_arrow.png) no-repeat 75% 73%;
}
input[type="submit"]{
    font: bold 14px/17px "Open Sans", Arial, Helvetica, sans-serif;
    color:#fff;
    background: none;
    border: none;
}
.links-more,
.arrow{
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
    color:#bda65c;
    font: bold 14px/17px "Open Sans", Arial, Helvetica, sans-serif;
    font-weight:600;
    text-transform: capitalize;
}
.links-more:after,
.arrow:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: url(images/icons/btn_arrow2.png);
    width: 13px;
    height: 9px;
    margin: -4px 0 0;
}
.links-more:hover{
    color:#777;
    text-decoration: none;
    -moz-transition: ease 0.75s all;
    -o-transition: ease 0.75s all;
    -webkit-transition: ease 0.75s all;
    transition: ease 0.75s all;
}
.btn-holder{
    text-align: center;
    padding: 25px 0 0;
}
.btn-ressources{
    text-align: center;
    padding: 0;
}
.two-column .btn-holder{
    padding: 0;
}
.btn:hover{
    text-decoration: none;
    color:#000;
    opacity: 1;
}
.tax-block {
    max-height: 359px;
    overflow: hidden;
    background: url(images/banner2.jpg) 50%;
    padding: 58px 0;
    font: 18px/21px "Open Sans", Arial, Helvetica, sans-serif;
}
.tax-block .btn{
    display:block;
    margin: 35px auto 0;
    width:199px;
    color:#fff;
    border-color: #fff;
}
.block-text{
    text-align: center;
    color:#fff;
}
.tax-block .arrow{
    color:#fff;
}
.tax-block .btn span:after,
.block-grey .arrow:after{
    background: url(images/icons/btn_arrow.png) no-repeat;
}
.text-center{
    text-align: center;
    font: 16px/21px "Open Sans", Arial, Helvetica, sans-serif;
    width: 75%;
    margin: 0 auto 53px;
}
.single-post .text-center{
    margin: 0 auto 35px;
} 
.detail-page .container,
.block-managment .container{
    max-width: 800px;
}
.text-center p{
    margin: 0;
}
.title{
    color: #193255;
    display: block;
    margin: 0 0 5px;
    font: normal 16px/21px "Open Sans", Arial, Helvetica, sans-serif;
}
.title:hover{
    -moz-transition: ease 0.75s all;
    -o-transition: ease 0.75s all;
    -webkit-transition: ease 0.75s all;
    transition: ease 0.75s all;
}
.resourse .two-column p{
    margin: 0 0 13px;
}
.resourse .two-column{
    padding: 0 0 10px;
}
.block-pdf{
    text-align: center;
    font: 18px/21px "Open Sans", Arial, Helvetica, sans-serif;
}
.home .block-pdf{
    padding-top:0;
}
.block-pdf .description{
    display: block;
    margin: 0 0 7px;
}
/* .block-pdf .holder .block-holder{
        width: auto;
} */
.block-pdf .holder .block-holder:first-child{
    margin: 0 54px 0 0;
}
.block-pdf .holder{
    padding: 0 0 20px;
}
.block-pdf .holder .block-holder.last:first-child{
    margin: 0 auto;
    padding: 0;
}
.block-holder.brochures{
    width: 166px;
}
.block-holder.brochures .inner-holder{
    display: block;
    margin: 0 0 15px;
    width: 100%;
}
.block-pdf .block-holder img{
    max-width: 100%;
    max-height:100%;
}
.down:after{
    background: url(images/icons/arrow_down.png);
    width: 9px;
    height: 11px;
    margin: -5px 0 0;
}
.blue-bg{
    background: #232941;
    color:#fff;
    padding: 55px 0;
}
.main-form{
    text-align: center;
    color:#fff;
}
.wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
}
.wpcf7-not-valid-tip{
    text-align: left;
    margin: 3px 0 0;
    display: none !important;
}
div.wpcf7-validation-errors,
.blue-bg .screen-reader-response{
    color:red;
    border: none;
    text-align: center;
}
.wpcf7-validation-errors{
    display: none !important;
}
div.wpcf7-mail-sent-ok{
    color:green;
    border: none;
    text-align: center;
    display: none !important;
}
input[type="text"],
input[type="email"],
textarea{
    border: none;
    background: #f0f0f0;
    line-height: 50px;
    padding: 0 20px;
    color:#777;
    width: 354px;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font:bold 14px/17px "Open Sans", Arial, Helvetica, sans-serif;
}
textarea{
    min-height: 257px;
    font-weight: bold;
    padding: 20px;
    line-height: 17px;
}
.blue-bg .input-holder textarea{
    min-height: 188px;
    line-height: 17px;
    color:#fff;
    /* color: rgba(255,255,255,0.7); */
}
.blue-bg input[type="text"],
.blue-bg input[type="email"],
.blue-bg textarea{
    background: rgba(41,64,97,.7);
    color:#fff;
    background: #2d3451;
    line-height: 50px;
}
.three-column {
    text-align: center;
}
.three-column .col{
    display: inline-block;
    vertical-align: top;
    width: 31.3%;
    margin:0 0 0 2%;
    text-align: center;
}
.three-column .col:first-child{
    margin: 0;
}
.input-holder{
    margin: 0 0 40px;
}
.input-holder input[type="text"]{
    margin: 0 29px 0 0;
}
.block-contact .img-holder{
    width: 1000px;
    height: 230px;
    position: relative;
    z-index: 1;
    margin-top: 3px;
}
.block-contact .col{
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 0 70px;
    overflow: hidden;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.block-contact .col:first-child{
    margin: 0;
}
.block-tel dl{
    margin: 0;
}
.block-tel dd{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}
.block-tel dt{
    display: inline-block;
    vertical-align: top;
    color:#bda65c;
    max-width: 156px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block-contact address{
    padding: 0 0 25px;
    min-height: 115px;
}
.block-contact .middle-text{
    position: relative;
    /* padding: 0 0 13px; */
    margin: 0 0 25px;
    font: 20px/21px "Futura", Arial, Helvetica, sans-serif;
}
.block-contact .middle-text:after{
    content: '';
    display: block;
    width: 13px;
    height: 1px;
    margin: 13px auto 0;
    background: #759dc9;
}
.block-contact .block-tel{
    width: 240px;
    margin: 0px auto;
    text-align: center;
}
.form-holder .input-holder{
    display: inline-block;
    vertical-align: top;
    padding: 33px 0 0;
}
.form-holder .input-holder:first-child{
    margin: 0 27px 0 0;
    padding: 0;
}
.form-holder .input-group{ 
    margin: 0 0 19px;
}
/*
.form-holder .input-group:last-child{
        margin: 0;
}*/

.form-holder .input-group input[type="text"]{
    margin: 0;
}
.input-holder strong{
    text-align: left;
    display: block;
    color: rgba(205,203,204,.5);
    margin: 0 0 11px;
}
.three-column.text-left .col{
    text-align: left;
}
.btn_menu{
    display: none;
    background: url(images/icons/menu.png) 50% no-repeat #eee;
    width: 120px;
    height: 60px;
}
.main .panel-grid{
    margin: 0 !important;
}
#add-more-publication,
#add-more-alert{
    display: none;
}
.header img{
    width: 100%;
}
.mejs-inner .mejs-poster{
    background-size: cover;
}
.linkedin {
    background: url(images/icons/ln_icon.png) no-repeat 0 3px;
    padding: 0 0 0 25px;
}
.active .open-introduction {
    display: block;
}
.home .main{
    padding: 61px 0 0 0;
}


.managment .map-overlay{
    opacity:0;
    top:0;
    left:0;
    .map-overlay {
        background: #002e5f;
        position: absolute;
        top: -2px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        border-radius: 50%;
        -moz-transition: ease-in-out 0.2s all;
        -o-transition: ease-in-out 0.2s all;
        -webkit-transition: ease-in-out 0.2s all;
        transition: ease-in-out 0.2s all;
    }

    .block-contact .img-holder:hover .map-overlay{
        opacity:0;
    }
    <!--.managment .img-holder:hover .map-overlay{
        opacity:0.7;
    }-->
}
.wrap-btn {
    padding: 6px 0 0;
}
.block-video{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.block-video video{
    position: relative;
}
.block-video img{
    /* 	display: none; */
}
.footer .container {
    max-width: 100%;
}
.copyright {
    margin: 0 0 20px;
}
/*#parallax_image{
        background: url(images/parallax_image.jpg) 50% repeat;
        background-attachment: fixed;
        width: 100%;
        height: 351px;
}*/
.parallax-window {
    min-height: 250px;
    background: transparent;
}
/*------- services page -------------------*/
.single-services a{
    color:#bda65c;
}
.single-services a:hover{
    color:#002d5f; 
}
.services .header-holder{
    background: url(images/services_main.jpg) 17% 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
}
.list-services{
    margin: 0 -3% 0 0;
}
.list-services li{
    display: inline-block;
    vertical-align: top;
    width: 22%;
    text-align: center;
    margin: 0 3% 70px 0;
}
/*.item-wrap{
    border-radius: 50%;
    height: 110px;
    margin: 9px 0 0;
    width: 110px;
    display: inline-block;
    vertical-align: top;
        margin: 5px 0 20px;
        position: relative;
}*/
.services .list-services{
    padding-top: 40px;
    text-align: center;
}
.services .list-services li{
    box-sizing: border-box;
    margin: 0 0 90px 0;
    padding: 0 8px;
    width: 25%;
}
.services .text-description {
    height: 55px;
}
.services .text-description strong{
    border-bottom: 1px solid #bda65c;
    height: auto;
    padding-bottom: 5px;
}
#services-list{
    max-width: 560px;
    margin: 0 auto;
}
#services-list:after{
    clear: both;
}

#services-list ul{
    width: 70%;
    float: left;
    margin-bottom: 0;
    /*
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      list-style: circle;
    */
    color: #bda65c;
    font-size: 18px;
}

#services-list ul.last{
    margin-top: 0;
    width: 30%;    
}

#services-list ul li{
    list-style: inside;
    /*padding-bottom: 5px;*/
    padding-bottom: 10px;
}

#services-list ul li a{
    /*color: #000;*/
    color: #5d5d5d;
    font-family: "Futura";
    font-size: 18px;
}

#services-list p{
    clear: both;
}

.list-services li .image-holder,
#services-slider .image-holder,
.services .image-holder{
    white-space: nowrap;
    height: 105px;
    width: 140px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    width: 210px;
    margin: 5px 0 20px;
    position: relative;
}


.list-services li .image-holder:after,
.owl-stage-outer .image-holder:after,
.services .image-holder:after,
#services-slider .image-holder:after{
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 0 0 -1px;
}

.list-services li img,
#services-slider .image-holder img,
.services .image-holder img,
#services-slider .image-holder img{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative;
    z-index: 1000;
}
.list-services li img, .list-services li > span{
    display: none;
}
.image-holder:hover{
    opacity: 1;
}
.list-services p {
    height: 70px;
    overflow: hidden;
}
#services-slider .block-holder .description p,
.list-services li .text-description p{
    margin: 0;
}



.list-services .text-description a{
    display: inline-block;
    vertical-align: top;
}




.footer{
    border-top: 1px solid #ddd;
    padding: 50px 0 10px;
}
#menu-services-menu li{
    margin-bottom: 20px;
}
.footer-bottom{
    border-top: 0px solid #5d5d5d;
    text-align: center;
    padding: 10px 0 0;
    margin: 16px 0 0;
}
.footer li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 0 0 24px;
}
.footer .footer-menu li{
    margin: 0 45px;
}
.footer li a:hover{
    -moz-transition: ease 0.75s all;
    -o-transition: ease 0.75s all;
    -webkit-transition: ease 0.75s all;
    transition: ease 0.75s all;
}
.footer-nav-grey{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font: 16px/25px "Open sans", Arial, Helvetica, sans-serif;
    padding: 0 0 10px;
    position: relative;
}
.footer-menu{
    position: relative;
}
/*.footer-menu:last-child:after{
    content: '';
    display: block;
    height: 1px;
    width: 250px;
    margin: 10px auto 0;
    background: #759dc9;
}*/
.footer-nav-grey li a{
    color:#bda65c;
}
.footer-nav-grey li:first-child{
    margin: 0;
}
.footer-nav-grey li img{
    margin: 3px 0 0;
}
.footer-nav{
    width: 70%;
    font: 14px/17px "Open Sans", Arial, Helvetica, sans-serif;
    padding: 20px 0 0;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.footer-nav li a{
    color:#bda65c;
}
.footer-bottom .logo{
    float: none;
    display: block;
    margin: 0 auto 10px;
    width: 193px;
    height: 40px;
    /* 	background: url(images/icons/logo_footer.svg) no-repeat; */
    background: url(images/HB-logo_grey.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
.linkdin {
    background: url(../images/icons/ln_icon.png) no-repeat 0 3px;
    padding: 0 0 0 25px;
}
.text-colorfull{
    color:#759dc9;
    font: 20px/21px "Futura", Arial, Helvetica, sans-serif;
}

.links-return{
    display: inline-block;
    vertical-align: top;
    color:#bda65c;
    position: relative;
    padding:0 0 0 20px;
    font: bold 14px/17px "Open Sans", Arial, Helvetica, sans-serif;
}
.blue-dark{
    color:#193255;
}
.lilac{
    color:#6b6b85;
}
.light-lilac{
    color:#bfb5cf;
}
.grey{
    color:#859bab;
}
.grey-blue{
    color:#91a3bb;
}
.grey-brown{
    color:#555759;
}
.green{
    color:#b5cfbd;
}
.links-return:hover{
    color: #1a3255;
    -moz-transition: ease 0.75s all;
    -o-transition: ease 0.75s all;
    -webkit-transition: ease 0.75s all;
    transition: ease 0.75s all;

    opacity:0.7;
}
.links-return:after{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: url(images/icons/btn_arrow_left.png);
    width: 13px;
    height: 9px;
}
.detail-page p{
    margin: 0 0 30px;
}
.detail-page ul li{
    list-style:none;
    position: relative;
    padding-left: 1.1em;
    text-indent: -1.2em;
}
.detail-page ul li:before {
    content: "•";
    font-size: 12px;
    margin: 0 12px 0 0;
}
/*------- end services page ----------------*/
/* -------managment page -------------------*/
.block-managment .header-holder{
    background: url(images/managment_main.jpg) 100% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.block-managment .four-column{
    margin: 0 0 77px;
}
.block-managment .text-description{
    text-align: center;
    color:#759dc9;
}
.block-managment .text-description strong{
    color:#193255;
}
.block-managment .text-description a{
    color:#759dc9;
}
.people-holder{
    width: 255px;
    margin: 0 auto 40px;
    text-align: center;
}
.people-holder .list-contact{
    text-align: left;
    margin: 0;
}
.people-holder .list-contact li{
    float: none;
    width: auto;
    height: 18px;
    margin: 0 0 6px;
    display: block;
    padding: 0 0 0 30px;
}
.people-holder .list-contact .vcard {
    padding: 0 0 0 52px;
    background-position: 0 4px;
}
.people-holder .text-description strong{
    margin: 0 0 10px;
}
.mobile-list{
    display: none;
    /* padding: 0 0 80px; */
}
.mobile-list .col {
    width: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 0 40px;
}
.mobile-list .col .list-contact{
    margin: 0;
}
/* -------end managment page ---------------*/
/* ----------- resource page ---------------*/
.block-resources .header-holder{
    background:url(images/resources_main.jpg) 34% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.block.block-grey{
    background:url(images/map_bg.jpg);
}
.block-grey{
    color:#fff;
}
.block-grey h2:after{
    background: #fff;
}
.block-grey .btn,
.block-grey .arrow{
    border-color: #fff;
    color:#fff;
}
.block-grey h3:after {
    background: #fff;
}
.white-table{
    margin: 0 auto;
    border: 1px solid #fff;
    color:#fff;
    font: bold 12px/15px "Open Sans", Arial, Helvetica, sans-serif;
    width: 100%;
}
.white-table th{
    text-align: center;
}
.white-table td,
.white-table th{
    border: 1px solid #fff;
    padding: 7px;
    min-width: 80px;
    width: 80px;
    height: 34px;
    vertical-align: middle;

}
.white-table td{
    text-align: right;
}
.white-table td:last-child{
    width: auto;
}
.block-line {
    border-bottom: 1px solid #ccc;
    padding: 0 0 25px;
    margin: 0 0 33px;
}
.col .block-line:last-of-type{
    border: none;
    margin: 0;
}
.block-line p {
    height: 57px;
    overflow: hidden;
}
.table-holder{
    padding: 38px 0 0;
    max-width: 1250px;
    margin: 0 auto;
} 
.title-table,
.white-table{
    float: left;
}
.title-table{
    padding: 60px 0 0;
}
.white-table .border-none {
    border-color: #8D8C91;
    border-right: 1px solid #fff;
}
td.border-none span {
    word-break: break-all;
}
.resources .btn-holder{
    padding-bottom:80px;
}
.col .btn-holder{
    display: none;
}
.resources .container{
    max-width: 1345px;
}
.main-table{
    border: 1px solid #777;
    font: bold 12px/15px 'Open Sans', Arial, Helvetica, sans-serif;
}
.main-table th{
    padding: 7px;
}
.main-table th,
.main-table td{
    border: 1px solid #777;
    min-width: 97px;
    vertical-align: middle;
}
.main-table td{
    text-align: right;
}
.main-table td a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.main-table td span{
    padding: 7px;
    display: block;
    color:#777;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-table tr:nth-child(even){
    background: #cdcdcd;
}
.main-table tbody tr:hover{
    background: #002d5f;
    color:#fff;
}
.main-table tr:hover a,
.main-table tr:hover span{
    color:#fff;
    opacity:1;
}
.main-table .border-none {
    border-color: #fff;
    border-right: 1px solid #777;
    background: #fff;
    font-size:12px;
    text-transform: uppercase;
    width:100px;
}
.main-table tr:hover .border-none{
    color:#002d5f;
}
.main-table tr:hover .border-none a,
.main-table tr:hover .border-none span{
    color:#002d5f;
}
.row-holder{
    display: none;
}
.row-holder .row {
    border-bottom: 1px solid #d6d6d6;
    padding: 25px 0 17px;
    font:bold 24px/27px 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.row-holder .links-more{
    font:bold 24px/27px 'Open Sans', Arial, Helvetica, sans-serif;
}
.row span{
    float: left;
}
.row a{
    float: right;
}
.mobile{
    display: none;
}
/* -------end resource page ------------------*/
/* ---------------------contacts.html -------*/
.block-contact .header-holder{
    background: url(images/contacts_main.jpg) 52% 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.form-contacts .input-holder strong{
    color:#777;
}
.form-contacts input[type="submit"]{
    background: url(images/icons/btn_arrow2.png) no-repeat 75% 50%;
} 
.form-contacts{
    padding-top: 18px;
}
.careers-btn{
    padding: 30px 0 0;
    display: none;
}  
/*-------------- end contacts.html----------- */
/*----------------- video player------------- */
.block-video{
    position: relative;
}
.block-video .mejs-container .mejs-time-rail,
.block-video .mejs-container .mejs-volume-button,
.block-video .mejs-container .mejs-controls .mejs-time,
.block-video .mejs-container .mejs-fullscreen-button{
    display: none;
}
.block-video .mejs-container .mejs-controls{
    background: none;
} 
.block-video .mejs-controls .mejs-button,
#playbtn{
    position: absolute;
    bottom: 20px;
    right: 42px;
    width: 77px;
    height: 20px;
    z-index:1000;
}
.block-video .mejs-controls .mejs-button button{
    width: 77px;
    height: 22px;
    margin: 0;
    position: static;
    background: url(images/icons/button_player.png)0 -20px;
}
.block-video .mejs-controls .mejs-pause button{
    background: url(images/icons/button_player.png);
    background-position: 0 0;
} 
.block-video .mejs-layers .mejs-overlay-button{
    display:none;
}
.block-video .mejs-controls .mejs-button button:focus{
    outline:none;
}
.mejs-overlay-loading span {
    background: none !important;
}
/*---------------- end video player--------------------- */
/*----------------------map style -----------------------*/
.map-holder{
    position: relative;
    text-align: center;
}
.country-item{
    position: absolute;
    width: 11px;
    height: 13px;
    background: url(images/icons/map_icon.png) no-repeat;
    cursor: pointer;
    background-size: 100%;
}
.country-item:hover{
    background: url(images/icons/map_icon_hover2.png) no-repeat;
}
/* ------------404 page -----------------------*/
.search-content{
    text-align: center;
}
.searchform{
    margin: 0 0 50px 0;
}
.searchform input[type="text"],
.searchform label{
    margin: 0 10px 0 0;
}
.search-result{
    text-align: left;
    margin: 0 0 10px;
}
.search-content a{
    color:#002d5f;
}
.search-msg{
    color:red;
    padding: 30px 0 0;
    font: 17px/22px 'Open Sans', Arial, Helvetica, sans-serif;
}

/* ----------end 404 page ----------------------*/
/* -----------current block------------------- */
#stock-strip-outer{
    font:14px/17px 'Open Sans', Arial, Helvetica, sans-serif;
}
#stock-strip-outer a:hover, #stock-selector a.active{
    color:#CCC;
    -moz-transition: ease 0.75s all;
    -o-transition: ease 0.75s all;
    -webkit-transition: ease 0.75s all;
    transition: ease 0.75s all;
}
#stock-selector a.active,
#stock-selector a.active:hover,
#stock-selector a:hover{
    color: #769eca;
    opacity:1;
    text-decoration: none;
    -moz-transition: ease 0.75s all;
    -o-transition: ease 0.75s all;
    -webkit-transition: ease 0.75s all;
    transition: ease 0.75s all;
    font-weight: bold;
}
#stock-selector a:hover{
    font-weight: normal;
}
#stock-strip-outer{
    clear:both;
    width:70%;
    position:relative;
    margin:auto 0;
    overflow:hidden;
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 0 10px;
    height: 20px;
}
#stock-strip{
    width:100%;
    position:relative;
    /* height:30px; */
    overflow:hidden;
}
#stock-strip-inner{
    width:896px;
    overflow:hidden;
}
#stock-strip p{
    white-space:nowrap;
    /* line-height:1em;
    margin:7px 10px; */
    margin: 0;
    position:relative;
    float:left;
}
#stock-selector{
    width:100%;
    height:25px;
    text-align: center;
}
/* #stock-selector p{
        margin:7px 0 0 10px;
} */
#stock-selector a{
    padding:1px 2px;
}
#stock-selector span{
    padding:0 5px;
}
.currency-widget span{
    padding-right:25px;
}
.currency-widget .name{
    padding-right:5px;
    color:#698db7;
}
.currency-widget .value{
    color:#CCC;
}
.wrap-dinamic-info{
    background: #1a3255;
    height: 25px;
}
.wrap-relation-currency{
    min-width: 315px;
    width: 17%;
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px 0;
    border-right: 1px solid #8995a7;
}
/* -----------end current block------------------- */
/* -------------owl carousel---------------------- */
#services-slider{
    padding: 27px 0 0;
}
#services-slider .item{
    font: 18px/21px "Open Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    /*  height: 190px; */
}

#services-slider .block-holder img{
    width:auto;
}
#services-slider .slick-prev,
#services-slider .slick-next {
    background: url(./images/arrow_left.png) no-repeat;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: -50px;
    width: 37px;
    height: 72px;
    margin: -52px 0 0;
    text-indent: -9999px;
    border:none;
}
#services-slider button:focus{
    border:none;
    outline:none;
}
#services-slider .slick-next {
    right: -50px;
    left: auto;
    background: url(./images/arrow_right.png) no-repeat;
}
#services-slider .slick-prev:hover{
    background: url(./images/arrow_left_hover.png) no-repeat;
}
#services-slider .slick-next:hover{
    background: url(./images/arrow_right_hover.png) no-repeat;
}
#services-slider .block-holder{
    width: 85%;
}
#services-slider .description{
    display: inline-block;
    vertical-align: top;
    min-height: 44px;
}



/* -------------end owl carousel---------------------- */
/* ---------------------animation------------------------ */
@media all and (min-width: 1025px){
    .btn:hover,
    [class*="button-"]:hover,
    .btn-hover:hover {
        background: #bda65c;
        color:#fff;
    } 
    /* input[type="submit"]:hover,
    .blue-bg input[type="submit"]:hover,{
    }
    input[type="submit"]:hover,
    .blue-bg input[type="submit"]:hover {
    background: #bda65c url(images/icons/btn_arrow.png) no-repeat 81% 50%;
    } */
    a.btn:hover {
        line-height: 9em;
    }
    .btn:before {
        content: attr(data-text);
        color:#1a3255;
        position: absolute;
        top: -2.75em;
    }
    .btn-hover.btn:before{
        left: 35%;
        color:#fff;
    } 
    .btn .btn-text:before {
        content: attr(data-text);
        color:#777;
        position: absolute;
        top: -2.5em;
    }
    .block-grey .btn:before{
        color:#000;
    }
    .btn.btn-hover:hover .btn-text{
        line-height: 6em;
    } 
    .blue-bg .btn-hover{
        border-color: #000;
    }
}
.btn,
[class*="button-"]{
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 20px;
    text-decoration: none;
    -moz-transition: ease 0.75s all;
    -o-transition: ease 0.75s all;
    -webkit-transition: ease 0.75s all;
    transition: ease 0.75s all;
}
.btn-hover .btn-text{
    position: absolute;
    top: 35%;
    left: 35%;
    color:#777;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
}

.blue-bg .btn-hover .btn-text,
.blue-bg .btn-hover .btn-text:before,
.tax-block .btn:before {
    color:#fff;
}
.managment .img-holder{
    position: relative;
}

.hide-block,
.hide-btn.btn {
    display: none;
}
.btn-scroll-holder{
    bottom: 40px;
    height: 50px;
    margin-left: -25px;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 50px;
    z-index: 100;
}
.btn-scroll-holder p {
    font: 18px/21px 'Open Sans', Arial, Helvetica, sans-serif;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    color: #fff;
}
.btn-scroll-holder > p {
    text-transform: uppercase;
    text-indent: 3px;
}
.btn-scroll {
    border: 1px solid #fff;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.btn-scroll span {
    display: block;
    font-size: 1.5em;
    margin: 6px auto;
}
.owl-carousel .block-holder img:hover {
    cursor: pointer;
}
@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}
/*--------------------- end animation------------ */


@media(max-width: 800px){
    .wp-video-shortcode {
        max-width: 100vw;
    }
}

.btn-control{
    position: absolute;
    bottom: 20px;
    right: 42px;
    width: 19px;
    height: 21px;
    z-index: 1000;
}
.btn-control button{
    width: 19px;
    height: 21px;
    margin: 0;
    position: static;
    background: url(images/icons/button_player.png)0 -20px;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    border: 0;
    vertical-align: top;
}
.btn-control .btn-pause{
    background-position: 0 -20px;
}
.btn-control .btn-play{
    display: none;
    background-position: 0 0;
}	
.block-video{
    max-width:100%;
    /* 	min-height: 450px; */
    min-height: 310px;
    width: 100vw;
    overflow: hidden;
}
.form-contacts .form-success{
    color:#2a3241;
}
.main-form .form-success{
    -webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
    height: 53px;
    line-height: 53px;
}
#contact-f{
    -webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
}
.page-id-931 .page-content p{
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 28px;
}
.page-id-931 .page-content p span{
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}
.page-content h3:after{
    content: none;
}
.page-content h3{
    color: #4f4f4f;
    font-size: 24px;
}
.page-id-930 .page-content h4{
    font-size: 16px;
    color: #4f4f4f;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 45px;
    line-height: normal;
}
.page-id-930 .page-content p, .page-id-930 .page-content ul{
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 28px;
}
.page-id-930 .page-content ul{
    padding: 0 15px
}
.page-id-930 .page-content ul li{
    list-style-type: circle;
    padding-left: 50px;
    margin-bottom: 5px;
}
.page-id-930 .page-content h4 span, .page-id-930 .page-content p span{
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th{
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #787777;
}
.table > tbody > tr > td:last-child{
    text-align: right;
}
.table > tbody > tr > td p{
    font-size: 12px;
    margin: 0;
}

@media all and (max-width: 767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }

}




/*----------------- ie8 ---------------------*/
#ie8 .map-overlay{
    display: none;
}
#ie8 .block-video{
    background: url(../images/main_video.jpg);
}
#ie8 .wp-video,
#ie8 .btn-control{
    display: none;
}
#ie8 .block-video img{
    display: block;
}
#ie8 .btn-text{
    display: none;
}
#ie8 input[type="text"]{
    line-height: 50px;
}
#ie8 .tax-block{
    padding: 55px 0;
}
#ie8 textarea{
    padding-top: 15px;
    padding-bottom: 0;
    min-height: 243px;
}
#ie8 .blue-bg textarea{
    min-height: 173px;
}
#ie8  .form-contacts input[type="submit"]{
    color: #1a3255;
}
#ie8 input[type="email"]{
    line-height: 50px;
}
.careers-txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
}


table td {
    border: 1px solid #000;
    padding: 15px;
}
/*--------------- end ie8 -------------------*/
/*--------------- MEDIA------------------------ */
@media all and (max-width: 1455px){
    #stock-strip-outer{
        width: 70%;
    }
    .block-video{
        width: 100%;
        width: 100vw;
        /* 		height: 550px; */
        height: 310px;	
    }
    .table-holder,
    .resources .container{
        max-width: 100%;
        padding: 0 50px 0 0;
    }
    .main-table th, .main-table td{
        min-width: auto;
        width: 85px;
    }
    .main-table{
        margin: 0 auto;
    }
}
@media all and (max-width: 1200px){
    #stock-strip-outer{
        width: 65%;
    }
    .block-video{
        width: 100%;
        width: 100vw;
        /* 		height: 550px; */
        height: 310px;
    }
    .white-table td,
    .white-table th{
        min-width: auto;
    }
}
@media all and (min-width: 1025px){
    .navigation a:hover::after,
    .navigation a:focus::after,
    .navigation a:active::after{
        width: 100%;
        left: 0;
    }
    .list-services li .text-description:hover {
        display:inline-block;
        vertical-align: top;
        -moz-transition: ease 0.75s all;
        -o-transition: ease 0.75s all;
        -webkit-transition: ease 0.75s all;
        transition: ease 0.75s all;
    }
}
@media all and (max-width: 1024px){
    .block-video{
        width: 100%;
        height: 450px;
    }
    .main .container{
        padding: 0 20px;
    }
    .navigation li{
        margin: 0 30px 0 0;
    }
    .banner img {
        width: auto;
    }
    .footer-nav{
        width: 100%;
    }
    .text-holder h2 {
        width: 70%;
    }
    .wrap-relation-currency{
        width: 36%;
    }
    .currency-widget,
    .resources .main-table{
        display: none;
    }
    #services-slider .slick-next,
    #services-slider .slick-prev{
        display: none !important;
    }
    .row-holder{
        display: block;
    }
    .text-holder h1{
        font: italic 36px/50px "Open Sans", Arial, Helvetica, sans-serif;
        font-weight: 100;
        margin: 0;
        position: relative;
    }
    .text-holder h1:after{
        content: '';
        display: block;
        top: 16px;
        width: 16%;
        height: 1px;
        margin: 0 auto;
        background: #fff;
        position: relative;
    }	
}
@media all and (min-width: 641px) and (max-width: 980px){
    .row-holder .down:after {
        background: url(images/icons/arrow_down2.png) no-repeat;
        width: 11px;
        height: 18px;
        margin: -7px 0 0;
    }
}

@media all and (max-width: 980px){
    .block-video{
        width: 100%;
        height: 420px;
    }
    .two-column .col,
    .two-blocks p{
        float: none;
        width: 100%;
    }
    .two-column .col:first-child,
    .two-blocks p:first-child {
        margin: 0 0 20px 0;
    }
    .block-contact .col{
        padding: 0 0 20px;
    }
    .four-column .col{
        width: 48%;
        margin: 0 0 20px;
    }
    .three-column .col{
        float: none;
        width: 100%;
        padding: 0 0 30px 0;
        margin: 0;
    }
    .resourse .two-column .col{
        padding: 20px 0;
        border-bottom: 1px solid #d6d6d6;
    }
    .resourse .two-column .col:last-child{
        border: none;
    }
    .block-pdf .block-holder{
        margin: 0;
        text-align: center;
        border: none;
    }
    .block-pdf .block-holder img,
    .block-pdf .block-holder .description{
        display: block;
        margin: 0 auto;
    }
    .block-pdf .block-holder img{
        margin-bottom: 20px;
    }
    .header{
        padding: 0;
        text-align: right;
        position: fixed;
        top: 0;
        /* height: 100%; */
    }
    .btn_menu{
        display: inline-block;
        vertical-align: top;
        height: 119px;
        float: right;
    }
    .block-holder{
        width: 100%;
        float: none;
        padding: 20px 20px 20px 0;
        border-bottom: 1px solid #d6d6d6;
        text-align: left;
    }
    .holder .block-holder img,
    .holder .block-holder .description{
        max-width: 100%;
    }
    .holder .block-holder .description{
        /*font-size: 22px;
        line-height: 25px;*/
        margin: 0 0 10px;
    }
    .item:last-child .block-holder:last-child {
        border: none;
    }
    .block-holder img,
    .block-holder .description{
        display: inline-block;
        vertical-align: middle;
        max-width: 60%;
    }
    #services-slider .block-holder .description,
    #services-slider .block-holder .image-holder{
        vertical-align: middle;
    }
    #services-slider .block-holder .description{
        margin: 0 0 0 22px;
        width: 56%
    }
    .item-wrap{
        vertical-align: middle;
    }
    #services-slider .description{
        min-height: 14px;
    }
    .mobile-menu .navigation{
        width: 100%;
        max-width:100%;
        float: none;
        margin: 0;
        background: rgba(160,160,166,0.95);
        position: absolute;
        top: 119px;
        left: 0;
    }
    .mobile-menu .navigation li{
        float: none;
        width: 100%;
        text-align: right;
        font: 28px/23px "Open Sans", Arial, Helvetica, sans-serif;
    }
    .mobile-menu .navigation li a{
        display: block;
        padding: 25px 32px 27px 0;
    }
    .mobile-menu .navigation li:first-child a{
        padding-top: 28px;
    }
    .mobile-menu .navigation li a:after{
        background: none;
        margin: 0;
    }
    .menu{
        background: #fff;
        width: 240px;
        padding: 48px 0 42px;
        text-align: center;
    }
    .text-center{
        margin:  0 0 36px;
    }
    .nav-holder {
        background: #eee;
        width: 100%;
        height: 119px;
        overflow: hidden;
        text-align: center;
        position: relative;
    }
    .nav-holder .logo{
        /*background: url(images/logo-mobile.svg) 50% no-repeat;*/
        float: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -22px 0 0 -144px;
    }
    .col .btn-holder{
        display: block;
    }
    .resources .btn-holder{
        padding-bottom: 25px; 
    }
    .block-grey .table-holder,
    .block-grey img{
        display: none;
    }
    .mobile-menu .navigation .current-menu-item a{
        border:none;
    }
    .mobile-menu .navigation .current-menu-item{
        background: #033355;
    }
    .footer-nav{
        display: none;
    }
    .footer-bottom{
        margin: 0;
    }
    .menu-holder {
        text-align: center;
        width: 100%;
    }
    .footer-menu {
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }
    .footer-menu .footer-nav-grey li {
        display: block;
        text-align: left;
        margin: 0 0 10px;
    }
    .footer-nav-grey{
        width: 50%;
    }
    .footer-menu:last-child:after{
        background: none;
        margin: 0;
    }
    .linkedin{
        background: url(images/icons/ln_icon.png) no-repeat 0;
    }
    #services-slider .block-holder{
        width: 100%;
    }
    .map-overlay{
        display: none;
    }
    .wrapper{
        padding: 119px 0 0;
    }
    .home .wrapper{
        padding: 0;
    }
    .map-holder{
        display: none;
    }
    .text-center {
        width: 100%;
    }
    #services-slider{
        padding: 0;
    }
    .block-line p{
        height: auto;
    }
    .mobile-list{
        display: block;
    }
    .managment .three-column{
        display: none;
    }
    .wp-video,
    .btn-control{
        display: none;
    }
    .block-video img{
        display: block;
    }
    .menu-header-menu-container{
        display: none;
    }
    .mobile-menu{
        display: block;
    }
    .block-contact address{
        min-height: 10px;
    }
    .block-holder.brochures .inner-holder{
        width: auto;
    }
    .header.fixed .navigation li a{
        color:#fff;
    }
    .text-holder{
        display: block;
        margin: -26px 0 0;
    }
    .logo-white{
        display: none;
    }
    .header .logo .logo-color-img{
        display: block;
    }
}
@media all and (max-width: 804px){
    .blue-bg input[type="text"],
    .main-form input[type="text"]{
        margin: 0 auto;
        display: block;
    }
    .input-holder .wpcf7-form-control-wrap:first-child{
        margin: 0 0 19px;
    }
    .input-holder .input-group .wpcf7-form-control-wrap{
        margin: 0;
    }
    .currency-widget{
        display: none;
    }
}
@media all and (max-width: 769px){
    .wpcf7-form-control-wrap{
        display: block;
    }
    .form-holder .input-holder:first-child{
        margin: 0 15px 0 0;
    }
    .services .text-description strong{
        height: 68px;
    }
}
@media all and (max-width: 650px){
    .block-video{
        width: 100%;
        height: 300px;
    }
    .block-video{
        height: auto;
    }
    .tax-block,
    #add-more-all,
    #less-all,
    .footer-nav,
    .open-introduction{
        display: none;
    }
    .text-holder{
        width: 100%;
        margin: -50px 0 0;
        left: 0;
    }
    .text-description strong{
        margin: 0 0 10px 0;
    }
    #add-more-alert.hide-btn,
    #add-more-publication.hide-btn
    {
        display: none;
    }
    #add-more-publication,
    #add-more-alert{
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin: 0 0 20px;
    }
    #services-slider{
        padding: 0;
        margin: 0 -20px 0 0;
    }
    #services-slider .block-holder{
        padding: 120px 0;
    }

    .multi-column,
    .multi-column-3{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -ms-column-count: 1;
    }
    .multi-column p{
        margin: 0;
        padding: 10px 0;
    }
    .multi-column p:last-child{
        border: none;
    }
    /* services page */
    .list-services li{
        display: block;
        width: 100%;
        text-align: left;
        padding: 0 20px 20px 0;
        margin: 0;
        border-top: 1px solid #d6d6d6;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .list-services li:last-child{
        padding: 0;
    }
    .list-services li:first-child{
        border: none;
    }
    .list-services li img,
    .list-services li .text-description{
        display: inline-block;
        vertical-align: middle;
    }
    .list-services li img{
        margin:0;
        width: 35%;
    }
    #services_26 img{
        width: 45%;
    }
    #services_30 img{
        width: 50%;
    }
    #services_27 img{
        width: 55%;
    }
    #services-slider #services_27 img{
        width: 50%;
    }
    #services-slider #services_30 img{
        width: 45%;
    }

    #services-slider .item-wrap li img{
        width: 30%;
    }
    #services-slider #services_26 img{
        width: 40%;
    }
    #services-slider #services_31 img{
        width: 29%;
    }
    .block{
        padding-bottom: 40px;
    }
    .list-services li .text-description{
        max-width: 60%;
    }
    .block-managment .four-column {
        margin: 0;
    }
    .services .text-description strong{
        height: auto;
        margin: 0 0 0 20px;
    }
    .item-wrap{
        width: 80px;
        height: 80px;
        margin: 20px 0;
        vertical-align: middle;
    }
    .list-services li .image-holder,
    .services .image-holder{
        width: 90px;
        height: 90px;
    }
    #services-slider .image-holder,
    #services-slider .item-wrap{
        width: 90px;
        height: 90px;
    }
    .services .list-services li .image-holder{
        margin:20px 0;
    }

    .services .detail-page img{
        width: 34%;
    }
    #services-slider .block-holder img{
        width: 32%;
    }
    .list-services {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .services .container{
        padding: 0;
    }
    .services .detail-page .container{
        padding: 0 20px;
    }
    .block-video{
        padding: 0;
    }
    /* end services page */
    .text-holder h1{
        font-size: 25px;
        line-height: 28px;

    }
    h1, h2{
        font-size: 23px;
        line-height: 26px;
        margin: 0 0 20px;
    }
    h2:after{
        margin: 18px auto 0;
        width: 124px;
    }
    h3{
        font-size: 23px;
        line-height: 26px;
        margin: 0 0 20px;
    }
    h3:after{
        width: 128px;
        margin: 17px auto 0;
    }
    .mobile-menu .navigation li{
        font: 14px/14px "Open Sans", Arial, Helvetica, sans-serif;
    }
    .main-text,
    .widget-title{
        font: 17px/19px "Open Sans", Arial, Helvetica, sans-serif;
    }
    .title,
    .item .block-holder,
    .text-description strong,
    .text-center,
    .block-contact .middle-text,
    .text-colorfull,
    .home .line .widget-title,
    .main-text{
        font: 14px/17px "Open Sans", Arial, Helvetica, sans-serif;
    }
    .two-column .col,
    .text-description span,
    .tax-block,
    .block{
        font: 12px/15px "Open Sans", Arial, Helvetica, sans-serif;
    }
    .links-more,
    .btn,
    input[type="submit"],
    .row-holder .row,
    .row-holder .links-more{
        font-size: 12px;
        line-height: 16px;
    }
    a.btn,
    .block-managment .text-description a{
        line-height: 19px;
    }
    .people-holder .list-contact .vcard {
        background-position: 0 3px;
    }
    .block.line{
        padding: 0 0 20px;
    }
    .home .line .widget-title,
    .main-text{
        margin: 0 0 13px;
    }
    .mobile-menu .navigation li a{
        padding: 13px 32px 13px 0;
    }
    .logo{
        height: 19px;
        /*background: url(images/logo_mobile.png) 50% no-repeat;*/
    }
    .block-contact .middle-text{
        margin: 0 0 10px;
    }
    .block-contact .middle-text:after{
        margin: 13px auto 0;
    }
    .block-contact address{
        padding: 0;
    }

    /* .block .owl-carousel{
            padding: 0;
    } */
    .owl-carousel .block-holder img {
        width: 59px;
        height: 57px;
    }
    .owl-carousel .block-holder img{
        margin: 0 13px 0 0;
    }
    .block{
        padding: 40px 0 50px;
    }
    .home .managment{
        padding-bottom: 0;
    }
    .two-column{
        padding: 0;
    }
    .img-holder {
        width: 90px;
        height: 90px;
        margin: 0 0 8px;
    }
    .managment .four-column{
        padding: 0;
    }
    .text-description strong,
    .text-description span{
        margin: 0 0 6px;
    }
    .footer li{
        font: 13px/16px "Open Sans", Arial, Helvetica, sans-serif;
    }
    input[type="text"], input[type="email"], textarea{
        width: 100%;
    }
    .mobile{
        display: block;
    }
    .tax-block{
        padding: 57px 0;
    }
    .nav-holder .logo {
        margin: -12px 0 0 -114px;
        width: 119px;
    }
    .btn_menu{
        background: url(images/icons/menu_480.png) 50% no-repeat;
        height: 68px;
    }
    .nav-holder{
        height: 61px;
    }
    .block-contact .img-holder {
        width:113px;
        height: 113px;
    }
    .footer-nav-grey li img {
        margin: 0;
    }
    .block-pdf .holder .block-holder:first-child {
        margin: 0 54px 20px 0;
    }
    .btn-holder{
        padding: 0;
    }
    .block-video{
        min-height: 219px;
        height: 310px;
    }
    .text-center {
        width: 80%;
        margin: 0 auto 19px;
    }
    .detail-page .text-center:last-of-type{
        margin-bottom: 0;
    }
    .block-holder{
        padding: 0;
    }
    #services-slider .item{
        height: auto;
    }
    #services-slider .image-holder{
        margin: 0;
    }
    .services .image-holder{
        margin: 5px;
    }
    .two-column .col:first-child{
        margin: 0;
    }
    .holder .block-holder .description {
        font-size: 14px;
        line-height: 17px;
        margin: 0;
    }
    .block-pdf .block-holder img{
        margin-bottom: 10px;
    }
    .home .main{
        padding: 35px 0 0;
    }
    .wrapper{
        padding: 61px 0 0;
    }
    .form-holder .input-holder{
        padding: 0;
    }
    .blue-bg .input-holder .input-subscribing,
    .form-holder .input-holder:first-child {
        margin: 0;
    }
    .form-holder .input-holder.first{
        margin: 0 0 19px;
    }
    .form-holder .input-holder{
        width: 100%;
    }
    .list-services p {
        height: auto;
    }
    .row-holder .row {
        padding: 9px 0 11px;
    }
    .supervisory p{
        width: 100%;
        float: none;
        padding: 0 0 10px;
    }
    .block-contact .block-tel{
        text-align: center;
    }
    .mobile-menu .navigation{
        top: 61px;
    }

    #services-list ul{
        width: 100%;
        margin-bottom: 0;
    }

    #services-list ul.last{
        margin-bottom: 15px;
    }
}
@media all and (max-width: 480px){
    .block-pdf .holder .block-holder:first-child {
        margin: 0 auto 20px;
        display: block;
    }
    .footer-menu {
        width: 50%
    }
}
@media all and (max-width: 320px){
    .list-services .text-description{
        width: 50%;
    }
}
/* end MEDIA */