/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
         /*   outline: 1px solid red;*/
}
@font-face {
  font-family: 'Iconfont';
  src:url("font/myicons..eot");
  src:url(".font/myicons.?#iefix") format("embedded-opentype"),
    url("font/myicons.woff") format("woff"),
    url("font/myicons.ttf") format("truetype"),
    url("font/myicons.#myicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
html{color:#000;background:#DBDBDB;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
*{margin:0; padding:0;}

html,body{
    width:100%;
    height:100%;
    background-image:none;
    background-color:#fff;
    font-family: 'Open Sans', sans-serif;
}
/* Global styles */
body {
    margin: 0;
    padding: 0;
}
/* Global styles */
body, td, th, p {
    color: #000;
    font-size: 11px;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
h1{
     font-family: "Open Sans";
    font-size: 55px ;
    font-weight: bold;
    color: #000;
    margin: 0 0 12px 0;
}
h2{
     font-family: "Open Sans";
    font-size: 45px;
    margin: 0px 0px 7px 0px;
    padding: 0px;
    text-transform: uppercase;
    line-height: 40px;
    color: #000;   
    font-weight: 400;   
}
h3{
     font-family: "Open Sans";
    font-size: 25px;
    font-weight: bold; 
    color: #000;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
h4{
     font-family: "Open Sans";
    font-size: 25px;
    font-weight: bold; 
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #4b4b4b;
}
h5{
     font-family: "Open Sans";
    font-size: 16px;
    color: #000;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-transform:uppercase;
}
h6{
     font-family: "Open Sans";
    font-size: 16px;
    color: #000;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
p{
    margin: 0 0 12px 0;
    line-height: 40px;
    font-size: 16px;
    color: #464646;
}
.footer a:hover {
    text-decoration: underline;
}
.clearflow{
    clear:both;
    height:0;
    width:0;
}
.clearfix:after {
    content: '';
    display: table;
    height: 0;
    clear: both; 
}
/* ======  Body ====== */
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.container{
    background-color:#fff;
    width:100%;
    position: relative;
    min-height: 100%;
}
.container-content {
    height: 100%;
    padding-bottom: 400px;
}
.container-footer {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
}
/* ======  Header ====== */
.header{
    position: relative;
    background-color: #fff;
    text-align: center;
}
.logo {
    background: #ffffff; /* Old browsers */
    background: -webkit-linear-gradient(#ffffff 0%, #ffffff 56%, #ff0000 55%, #ff0000 100%);
    background: -o-linear-gradient(#ffffff 0%, #ffffff 56%, #ff0000 55%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(56%, #ffffff), color-stop(55%, #ff0000), to(#ff0000));
    background: linear-gradient(#ffffff 0%, #ffffff 56%, #ff0000 55%, #ff0000 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
    height: 190px;
}
.logo a {
    text-decoration: none;   
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
}
.b-changeFont{
    position:relative;
    float:right;
    width:100px;
    margin-top:-23px;
}
.wai{
    background-color: #FFFFFF;
    float:left;
    border-bottom: 3px solid #7F7F7F;
    width:100%;
    height: 20px;
    padding:0 0 0 0;
}
.b-wai{
    margin: 3px 0 1px 10px;
    font-weight: bold;
    height: 16px;
}
.b-wai div {
    display: block;
    float: left;
    padding: 0;
}
.b-wai .here_am_i { color: #FF0000;}
.content{
    width: 100%;
}
.b-content{
    background-color:#FFFFFF;
    border:1px solid #b4b4b4;
    width:910px;
    margin:20px;
    overflow:hidden;
}
.b-contentText{
    padding:20px;
}
.b-leftColumn{
    float:left;
    width:300px;
    padding:20px;
    height:auto;
    overflow:hidden;
}
.b-rightColumn{
    background:#ffffff;
    float:right;
    width:600px;
    padding:0 0 3px 3px;
    overflow-x:hidden;
}
/* Langs */
.langs{
    float:left;
    width:100px;
}
.langs a{
    display:block;
    float:left;
    width:40px;
}
.langEn{background:url(../images/flag-en.gif) 0 0 no-repeat;}
.langEn:hover,.b-langEnSelect{background:url(../images/flag-enr.gif) 0 0 no-repeat;}
.langNl{background:url(../images/flag-nl.gif) 0 0 no-repeat;}
.langNl:hover,.b-langNlSelect{background:url(../images/flag-nlr.gif) 0 0 no-repeat;}
.langEnSelect,.b-langNlSelect{cursor:default;}
.noneLink{
    cursor:default;
}
.smallPics{
}
.smallPics div{
    float:left;
    display:block;
    position:relative;
}
.smallPics div.smallPic .pf-admin-widget{
    position:absolute;
    left:0;
    z-index:10;
}
.smallPics div.smallPic img{
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:auto;
    height:auto;
}
.smallPicsContainer .smallPics{
    margin: 3px;
    margin-top: 0px;
}
.smallPics img, .smallPics object {
    display: block;
    float: left;
    border: 1px solid #787878;
    margin: 0px 3px 0px 0px;
}
/* ======  Footer  ====== */
.footer{
    background:#2d3137;
    width:100%;
    padding: 30px 0;
}
.footer-top {
    background-color: #555555;
    padding: 40px 0;
    border-top: 1px solid #ff0000;
}
.footer-top .wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer-top-left {
/*    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;   */    
}
.footer-top-left a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.footer-top-left img{
    max-width: 90%;
}
.footer-top-center {
/*    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;*/
               padding-left: 50px;
}
.footer-top-right {
/*    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; */   
    padding-left: 50px;
}
.footer-top-right h4{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;      
}
.footer-contact h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
}
.footer-contact td{
    font-size: 18px;
    font-family: 'Open Sans';
    color: #fff;
    padding: 5px 0;
}
.footer-contact td:nth-child(even) {
    font-weight: 100;
}
.footer-contact td a {
    text-decoration: none;
    color: #fff;
}
.footer-contact td a:hover {
    color: #fff;
}
.b-footer{
    float: left;
    color: #fff;
    font-size: 14px;
}
.b-negeso{
    float:right;
    text-align: right;
    color: #fff;
    font-size: 14px;    
}
.b-negeso a, 
.b-footer a {
    color: #fff;
}
.b-negeso img{
    height: 13px;
    width: 13px;
    margin: 0 5px 0 20px;
    vertical-align: middle;
}
.b-negeso sup{
    position:absolute;
    margin-top:-5px;
}
.pages_list {
    font-weight: bold;
    float: right;
    height: 16px;
    margin: 3px 0px 1px 0px;
}
.pages_list a {
    margin: 0px 5px 0px 5px;
}
.pages_list a.current_page {
    color: #FF0000;
}
/* Advanced paging styles */
.paging table {
    height: 18px;
}
.paging table td {
    vertical-align: middle;
    white-space: nowrap;
    padding: 0px 2px;
}
.paging table td a {
    color: red;
    text-decoration: none;
}
.paging table td a:hover {
    color: red;
    text-decoration: underline;
}
.paging table td input {
    width: 30px;
    margin: 0;
    padding-right: 2px;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    text-align: right;
    font-size: 11px;
    font-family: arial;
}
/* ====== Picture Frame ====== */
.bigPic{
    position:relative;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    overflow:hidden;
}
.bigPic a {  
}
.slideshow img,
.bigPic a img {
    width: 100% !important;
    height: auto !important;
}
.bigPic div.slideshow{
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    width: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity:0;
    -khtml-opacity: 0;
}
.main-head__title .contentStyle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%.-50%);
        -ms-transform: translate(-50%.-50%);
         -o-transform: translate(-50%.-50%);
            transform: translate(-50%.-50%);
}
.smallPics,.smallPicsContainer {
    position:relative;
    width: 596px;
    margin-top: 3px;
    height: 109px;
    overflow:hidden;
}
.smallPics .pf-admin-widget{
    position:absolute;
    left:0;
    z-index:10;
}
.smallPicsContainer{
    background-color:#666666;
    width: 946px;
    margin:3px;
}
.localization-tabs {
    min-width: 290px;
}
.main-head__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    height: 100%;   
}
.main-head__title .contentStyle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    border: 5px solid #ff0000;
    border-top: none;
    border-radius: 3px;
    padding: 70px 100px;
}
.main-head__title .contentStyle h1,
.main-head__title .contentStyle h3 {
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-align: center;
        line-height: 100%;
        white-space: nowrap;
}
.main-head__title .contentStyle h1 {
    text-transform: uppercase;
    font-size: 80px;
    position: absolute;
    bottom: 78%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%
}
.main-head__title .contentStyle h1:before {
    content: "";
    display: block;
    height: 5px;
    min-width: 15%;
    background-color: #ff0000;
    top: 50%;
    left: -1px;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.main-head__title .contentStyle h1:after {
    content: "";
    display: block;
    height: 5px;
    min-width: 15%;
    background-color: #ff0000;
    top: 50%;
    right: -1px;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.main-head__title .contentStyle h3 {
    font-size: 50px;
}
.main-head__title img {
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 20%;
}
.frontpage-block {
    background-color: #f2f2f2;
    padding: 150px 0;
}
.frontpage-block .contentStyle h2  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    color: #ff0000;
}
.frontpage-block .contentStyle h2:before  {
    content: "";
    height: 1px;
    background-color: #828282;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.frontpage-block .contentStyle h2:after  {
    content: "";
    height: 1px;
    background-color: #828282;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.frontpage-block table td:nth-child(odd){
    padding-right: 20px;
}
.frontpage-block table td:nth-child(even){
    padding-left: 20px;
}
.frontpage-block1 .contentStyle h2  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    color: #000;
}
.frontpage-block1 .contentStyle h2:after  {
    content: "";
    height: 1px;
    background-color: #828282;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.frontpage-block1 {
    padding: 80px 0 90px;
}
.frontpage-block1 table{
    float: left;
    border-collapse: separate;
    border-spacing: 30px; 
    position: relative;
}
.frontpage-block1 table a,
.frontpage-block1 table a:hover{
    text-decoration: none; 
}
.frontpage-block1 table td {
    text-align: center;
    border: 1px solid #828282; 
    padding: 40px 40px 120px;
    cursor: pointer;
}
.frontpage-block1 table td:hover {
    background-color: #ff0000;
    border-color: #ff0000; 
    outline: 15px solid #ff0000;                  
}
.frontpage-block1 table td:hover p,
.frontpage-block1 table td:hover a{
    color: #fff;
}
.frontpage-block1 table td:before {
    content: "\EA01";
    font-family: 'Iconfont';
    display: block;
    font-size: 100px;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.frontpage-block1 table td:hover:before {
    border-color: #fff;
    color: #fff;
}
.frontpage-block2{
    background-color: #f2f2f2;
    padding: 55px 0;
}
.frontpage-block2 table td:last-child {
    padding-left: 60px;
}
.frontpage-block2 table td:first-child {
    position: relative;
    height: 550px;
}
.frontpage-block2 table td:first-child p:first-child img{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-box-shadow: -8px 8px 0px 0px #f2f2f2, -10px 10px 0 0px #ff0000;
            box-shadow: -8px 8px 0px 0px #f2f2f2, -10px 10px 0 0px #ff0000;     
}
.frontpage-block2 table td:first-child p:last-child img{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 8px 8px 0px 0px #f2f2f2, 10px 10px 0 0px #ff0000;
            box-shadow: 8px 8px 0px 0px #f2f2f2, 10px 10px 0 0px #ff0000;   
}
.frontpage-block2 table td h2 {
    color: #ff0000; 
}
.frontpage-block3{
    padding: 55px 0;
}
.frontpage-block3 table td:first-child {
    padding-right: 60px;
}
.frontpage-block3 table td:last-child {
    position: relative;
    height: 550px;
}
.frontpage-block3 table td:last-child p:first-child img{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: -8px 8px 0px 0px #fff, -10px 10px 0 0px #ff0000;
            box-shadow: -8px 8px 0px 0px #fff, -10px 10px 0 0px #ff0000;     
}
.frontpage-block3 table td:last-child p:last-child img{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    -webkit-box-shadow: 8px 8px 0px 0px #fff, 10px 10px 0 0px #ff0000;
            box-shadow: 8px 8px 0px 0px #fff, 10px 10px 0 0px #ff0000;   
}
.reviews-slide {
    margin-top: 40px;
}
.reviews-slide h1 {
    text-align: center;
}
.reviews-slide--wrapper .reviews-slide--block {
    float: left;
    width: 500px;
    background-color: transparent;
    margin: 0 30px;
    position: relative;
    overflow-y: visible;
    outline: none;
}
.reviews-slide--block:before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/site/core/images/quotes.png);
    background-repeat: no-repeat;
}
.reviews-slide--wrapper .review-text {
    padding: 15px 0 100px 0;
    line-height: normal;
    border: none;
}
.needForRTE {
    display: none;
}
.left-icon,
.right-icon {
    z-index: 20;
}
.reviews-slide--comments {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.reviews-slide--comments .left-icon,
.reviews-slide--comments .right-icon {
    position: absolute;
    top: 80px;
    cursor: pointer;
}
.reviews-slide--comments .left-icon {
    left: -25px;
}
.reviews-slide--comments .right-icon{
    right: -25px;
}
.reviews-slide--comments .left-icon:before,
.reviews-slide--comments .right-icon:before {
    font-family: 'Iconfont';
    font-size: 50px;
    color: #000; 
}
.reviews-slide--comments .left-icon:before {
    content: '\EA01';
}
.reviews-slide--comments .right-icon:before{
    content: '\EA05';
}
.reviews-slide--wrapper {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
}
.reviews-slide--wrapper .contentStyle {
    width: 9999px;
    -webkit-transition: margin-left 250ms ease 0s;
    -o-transition: margin-left 250ms ease 0s;
    transition: margin-left 250ms ease 0s;
}
.reviews-slide--wrapper .reviews-sign p {
    color: #ff6600;
    font-weight: bold; 
    font-size: 16px;
    line-height: normal;
}
.reviews-sign {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.rewievpage .content-block1 {
    margin-top: 60px;
}
.rewievpage .content-block1 h1 {
    text-align: center;
}
.reviews-slide--wrapper .contentStyle p.review-date {
    text-align: right;
    font-style: italic;
    border: none;
}
.setting-front td,
.setting-content td {
    position: relative;
    vertical-align: top;
}
.setting-front td {
    padding: 140px 20px 20px;
    cursor: pointer;    
}
.setting-content td {
    padding: 20px 20px 60px;
}
.frontpage-block4{
    background-color: #FFE4E1;
}
.frontpage-block4 table:nth-child(even) {
    float: left;
}
.frontpage-block4 table:nth-child(even) td:last-child{
    padding-left: 60px;
}
.frontpage-block4 table:nth-child(odd) {
    float: right;
}
.frontpage-block4 table:nth-child(odd) td:first-child{
    padding-right: 60px;
}
.frontpage-block5 {
    background-color: #FFDAB9;
}
.frontpage-form p {
    background-color: #fff;
    width: 70%;
    border-radius: 5px;
    margin: 0;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px;
}
.contentStyle .frontpage-form input {
    border: none;
    outline: none;
    cursor: text;
    font-size: 16px;
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
}
.frontpage-form input:nth-child(2) {
    border-left: 1px solid #ebebeb;
    border-radius: 0px;
}
.contentStyle .frontpage-form input.form_submit {
    font-weight: bold;
    background-color: #686c5e;
    height: 100%;
    padding: 20px 65px;
    cursor: pointer;
    margin-top: 0;
}
a.social {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d2d1cf;
    position: relative;
    margin-right: 5px;
}
a.social:hover {
    text-decoration: none;
    background-color: #ff6600;
}
.social:before  {
    font-family: 'Iconfont';
    color: #595959;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}   
.social-fb:before {
    content: "\EA02";
}
.social-google:before {
    content: "\EA03";
}
.social-linkedin:before {
    content: "\EA04";
}
.social-pinterest:before {
    content: "\EA06";
}
.social-twitter:before {
    content: "\EA07";
}
.footer-top-right p{
    color: rgba(255,255,255,0.5);
    margin-bottom: 0;
}
.here_am_i {
    font-size: 45px;
    color: #ff0000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
}
.here_am_i:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #ff0000;
    margin: 5px auto 0;
}
.content-block1 {
    padding: 50px 0 80px;
}
#map_div {
    height: 440px;
    width: 50%;
    max-width: 1200px;
    float: right;
}
.contactpage .content-block1 {
    float: left;
    width: 50%;
    padding: 0;
}
.contactpage .wrapper.clearfix{
    margin-top: 100px;
    margin-bottom: 70px;
}
#u_1_1g {
    display: none !important;
}
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none; 
    float: left;
    display: none;
}
.hamburger:hover {
    opacity: 0.7; 
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; 
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}
.hamburger--squeeze .hamburger-inner {
    background-color: white;
    -webkit-transition-duration: 0.1s;
         -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--squeeze .hamburger-inner::before {
    background-color: white;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; 
}
.hamburger--squeeze .hamburger-inner::after {
    background-color: white;
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.14s ease, -o-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger .is-active {
    top: 0;
}
.hamburger--squeeze.is-active .hamburger-inner {
    background-color: #fff; 
    -webkit-transform: rotate(45deg); 
        -ms-transform: rotate(45deg); 
         -o-transform: rotate(45deg); 
            transform: rotate(45deg);
    -webkit-transition-delay: 0.14s;
         -o-transition-delay: 0.14s;
            transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; 
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    background-color: #fff; 
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.sticky-phone {
    position: absolute;
    right: 20%;
    top: 20%;
    top: 20px;    
}
.sticky-phone a {
    position: static;
    right: 0;
    top: 0;
    color: #535b5e;
    font-size: 40px;    
    -webkit-transform: none;    
        -ms-transform: none;    
         -o-transform: none;    
            transform: none;
}
.sticky-phone a:before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(../images/phone.png);
    background-repeat: no-repeat;
    margin-right: 10px;
}
.content {
    background-color: #fff;
}
.contact-table td:nth-child(odd) {
    padding-right: 20px;
}
.contact-table td:nth-child(even) {
    padding-left: 20px;
}
.contacts-block { 
}
.contacts-block a {
    text-decoration: none;
    color: #000;
}
.contacts-block a,
.contacts-block span {
    position: relative;
    padding-left: 30px;
}
.contacts-block a:before,
.contacts-block span:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contacts-block span:before {
    background: url(../images/pin_sm.png);
    background-repeat: no-repeat;
    -webkit-background-size: 70% 70%;
            background-size: 70%;
    background-position: top;     
}
.contacts-block a[href^="mailto:"]:before {
    background: url(../images/envelop_sm.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% ;
    background-position: center;     
}
.contacts-block a[href^="tel:"]:before {
    background: url(../images/phone_sm.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    background-position: center;     
}
.contacts-block a[href^="http:"]:before {
    background: url(../images/laptop_sm.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%; 
    background-position: center; 
}
.contact .contentStyle input{    
    background-color:#ffffff;
    line-height: 19px;
    border: 1px solid #B4B4B4; 
    vertical-align: top;
    font:11px  Arial, Helvetica, sans-serif;
    margin: 0;
    padding:3px 0 0 0;  
    cursor: default;
}
.contact .contentStyle textarea{
    background-color:#ffffff;
    border: 1px solid #B4B4B4; 
    vertical-align: top;
    font:11px  Arial, Helvetica, sans-serif;
    cursor: default;
    margin: 0;
}
@media screen and (max-width: 1600px) {
    .wrapper {
        max-width: 95%;
    }
    .frontpage-form p {
        width: 100%;
    }
    .sticky-phone {
        right: 10%;
    }
}
@media screen and (max-width: 1200px){
    .main-head__title .contentStyle h1:before,
    .main-head__title .contentStyle h1:after {
        display: none;
    }
    .main-head__title .contentStyle {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
             -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        border: none; 
        padding: 20px;
    }
    .frontpage-block1 table:nth-child(odd) td:last-child{
        padding-left: 20px;
    }
    .frontpage-block1 table:nth-child(even) td:first-child{
        padding-right: 20px;
    }
    .frontpage-block1 p,
    .contentStyle ul li {
        line-height: 30px;
    }
    .frontpage-block1,
    .frontpage-block3,
    .frontpage-block4,
    .frontpage-block5 {
        padding: 50px 0;
    }
    .frontpage-block1 table:nth-child(odd) td:first-child {
        vertical-align: top;
    }
    .frontpage-block1 table:nth-child(even) td:last-child {
        vertical-align: top;
    }
    .frontpage-block1 table td {
        padding: 20px 20px 40px 20px;
    }
    .footer-top-left {
        display: none;
    }
    .footer-top-center {
        -webkit-flex-basis: 35%;
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%;
    }
    .footer-top-right {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;    
    }
    .footer-top .wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media screen and (max-width: 1024px) {
    .sticky-phone {
        right: 10px;
    }
    .sticky-phone a {
        font-size: 30px;
    }
    .main-head__title .contentStyle h1, .main-head__title .contentStyle h3 {
        font-size: 40px;
    }
    .sticky-card {
        display: none;
    }
    .container-content {
        padding-bottom: 280px;
    }
    .menu .negeso_menu li a {
        color: #686c5e;
    }
    .page-name .here_am_i {
        padding: 20px 0;
    }
    .hamburger--squeeze .hamburger-inner {
        background-color: #fff;
    }
    .hamburger--squeeze .hamburger-inner::before {
        background-color: #fff;
    }
    .hamburger--squeeze .hamburger-inner::after {
        background-color: #fff;
    }
    .hamburger .is-active {
        top: 0;
    }
    .hamburger--squeeze.is-active .hamburger-inner {
        background-color: #fff;
    }
    .hamburger--squeeze.is-active .hamburger-inner::after {
        background-color: #fff;
    }    
    .menu .hamburger {
        display: block;
        position: absolute;
        right: 3%;
        bottom: 15%;
    }
    .menu .negeso_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
        position: absolute;
        top: -200%;
        -webkit-transform: none;
            -ms-transform: none;
            -o-transform: none;
        transform: none;
        background-color: #686c5e;
        right: 0;
            -webkit-transition: 0.3s linear;
            -o-transition: 0.3s linear;
        transition: 0.3s linear;
        height: auto;
    }
    .menu .negeso_menu li {
        float: none;
        margin: 0;
        width: 100% !important;
    } 
    .menu .negeso_menu li ul li {
        padding: 7px;
    } 
    .menu .negeso_menu li a {
        font-size: 20px;
        text-align: left;
    }
    .menu img {
        height: 45px;
    }
    .b-menu_responsive--active {
        z-index: 50;
        top: 100% !important;
    }
    .frontpage-block4 table:nth-child(even) td:last-child{
        padding-left: 30px;
    }
    .frontpage-block4 table:nth-child(odd) td:first-child{
        padding-right: 30px;
    }
}

@media screen and (max-width: 800px) {
    .sticky-phone a {
        font-size: 24px;
    }
    .sticky-phone a:before {
        width: 24px;
        height: 24px;
        margin-right: 5px;
        -webkit-background-size: 100% 100%;
                background-size: 100%;
    }
    .contentStyle input, .contentStyle textarea {
        width: 100%;
    }
    .footer-top-left {
        display: none;
    }
    .main-head__title h1,
    .main-head__title h2 {
        line-height: 50px;
    }
    .reviews-slide--block:before {
        display: none;
    }
    .frontpage-block2 table td,
    .frontpage-block3 table td {
        text-align: center;
    }
    .frontpage-block2 table td img{
        max-width: 80%;
    }
    .reviews-slide {
        margin-top: 10px;
    }
    .footer-top .wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .footer-top-right {
        text-align: center;
        margin-top: 10px;
    }
    .footer-top-center {
        -webkit-flex-basis: 70%;
            -ms-flex-preferred-size: 70%;
                flex-basis: 70%;
    }
    .footer-top {
        padding: 10px 0;
    }
    .footer-contact h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .logo img {
        max-width: 80%;
    }
    .frontpage-form p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .frontpage-block4 table:nth-child(even) td:last-child{
        padding-left: 0;
    }
    .frontpage-block4 table:nth-child(odd) td:first-child{
        padding-right: 0;
    }
    .contentStyle p {
        line-height: 24px;
    }
    .frontpage .frontpage-block1 {
        padding: 35px 0;
    }
    .main-head__title p {
        line-height: 80px;
    }
    .frontpage .frontpage-block1 img {
        padding: 0;
    }
    .contentStyle input.form_submit {
        width: 100%;
        padding: 20px;
        font-size: 20px;
    }
    .content .content-block1 {
        padding: 10px 0 20px;
    }
    .contentStyle h1 {
        font-size: 35px;
    }
    .main-head__title .contentStyle h2 {
        font-size: 40px;
    }
    .contentStyle h2, .contentStyle h3 {
        font-size: 30px;
    }
    .main-head__title a {
        font-size: 30px;
        border: 3px solid #686c5e;
    }
    .b-footer, .b-negeso {
        float: none;
        text-align: center;
    }
    .footer-top-right {
        display: none;
    }
    .main-head__title .contentStyle h1, .main-head__title .contentStyle h3 {
        font-size: 30px;
    }
    .frontpage-block {
        padding: 50px 0;
    }
    .frontpage-block2 table td:first-child,
    .frontpage-block3 table td:last-child {
        height: auto;
    }
    .frontpage-block2 table td:first-child p:last-child img,
    .frontpage-block2 table td:first-child p:first-child img,
    .frontpage-block3 table td:last-child p:last-child img,
    .frontpage-block3 table td:last-child p:first-child img {
        position: static;
        -webkit-box-shadow: none;
                box-shadow: none;
        max-width: 100%;
    }
    .frontpage-block2 table td:last-child,
    .frontpage-block3 table td:first-child {
        padding: 0;
    }
    .frontpage-block1 table td:before {
        font-size: 70px;
    }
    .here_am_i {
        margin-top: 0;
    }
    .contactpage .content-block1,
    #map_div {
        width: 100%;
    }
    .contactpage .wrapper.clearfix {
        margin-top: 50px;
    }
    .main-head__title .contentStyle h1 {
        position: static;
        bottom: 0;
        left: 0; 
        -webkit-transform: none; 
            -ms-transform: none; 
             -o-transform: none; 
                transform: none; 
        margin-bottom: 10px;
    }
    .main-head__title .contentStyle h1, .main-head__title .contentStyle h3 {
        white-space: normal;
    }
    .main-head__title .contentStyle {
        width: 100%;
    }
    .content-block1 td img {
        max-width: 100%;
    }
    .frontpage-block table td:nth-child(odd) {
        padding: 0;
    }
    .frontpage-block1 table td,
    .frontpage-block1 table:nth-child(odd) td:last-child {
        padding: 10px;
    }
}
@media screen and (max-width: 600px) {
    .sticky-phone a {
        font-size: 18px;
    }
    .sticky-phone a:before {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        -webkit-background-size: 100% 100%;
                background-size: 100%;
    }
}
@media screen and (max-width: 500px) {
    .main-head__title p {
        line-height: 40px;
    }
    .contentStyle h1 {
        font-size: 20px;
    }
    .contentStyle h2, .contentStyle h3 {
        font-size: 25px;
    }
    .main-head__title a {
        font-size: 16px;
        padding: 5px 30px;
    }
    .reviews-slide--wrapper .reviews-slide--block {
        width: 250px;
    }
    .reviews-slide--wrapper {
        width: 270px;
    }
    .main-head__title .contentStyle h1, .main-head__title .contentStyle h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 400px) {
   .sticky-phone {
        display: none;
    }     
}
