*{ outline:none!important; }

/* p{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.3px;
} */

/* 404  */
article#post-404 {
    margin-top: 200px;
    margin-bottom: 100px;
    text-align: center;
}

body.error404 #header {
    background-color: rgba(51,51,51,0.95);
}

html,body{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    /* overflow:  hidden; */
}
p{margin: 0;}
a{
    color: #f2b229;
}
a:hover, a:focus {
    color: #3e3e3e;
    text-decoration: none;
}
/* header */
#header {
    position: fixed;
    width: 100%;
    z-index: 300;
    top: 0;
}
#header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    /* background-color: rgba(51,51,51,0); */
    transition:  500ms;
}
#header.has-scroll:before {
    background-color: rgba(51,51,51,0.95);

    height: 100%;
}





#header .flex-wrapper {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.flex-wrapper {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    height: 100%;
}

/* logo */
/* #header .logo {
    width: 112px;
    margin-left: 80px;
    margin-top: 18px;
} */

#header nav.nav{
    /* float:  */
}
ul#menu-main {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-top: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
ul#menu-main li {
    list-style: none;
    display: inline-block;
    padding-left: 30px;
}
ul#menu-main li a{color: #fff;}

li.current-menu-item a {
    text-decoration: underline;
}


/* /  header */

section#page-header {
    height: 900px;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
h1.page-header-title {
    margin: 160px 0 0 15px;
    color: #fff;
    font-size: 140px;
    letter-spacing: -14px;
    line-height: 0.93;
    font-weight: 800;
    width: 60%;
}
h1.section-shadow-title.big {
    font-size: 119px;
}
.homepage-head-buttons a {
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: -1px;
    height: 55px;
    min-width: 200px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: #333;
    border-radius: 0px;
    padding: 17px 32px;
    margin-right: 30px;
    text-transform: uppercase;
    transition:  250ms;
}
.homepage-head-buttons a:first-child {
    background: rgb(242, 178, 41);
}
.homepage-head-buttons a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(69, 69, 69);
}
.homepage-head-buttons {
    margin-top: 96px;
    margin-left: 18px;
}

h1.section-shadow-title {
    margin-bottom: -59px;
    font-size: 182px;
    letter-spacing: -15px;
    font-weight: 800;
    color: #ececec;
    text-align: center;
    margin-top: 0;
}

.logos-list {
    padding: 65px 0;
    background-color: #ececec;
}

.logos-list img {
    display: block;
    margin: auto;
}

.f5-bg {
    background-color: #ececec;
}

.f5bg {

    background-color: #F5F5F5;
}

/* #whats-new h1.section-shadow-title {margin-bottom: -70px;} */
.isotop-post-item {
    position: relative;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin: 10px;
    height: 225px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #911;
}

div#isotop-mimicreed {
    display: flex;
    flex-flow: row wrap;
}
.isotop-post-item:before{
    content:  '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 500ms;
}
.isotop-post-item:hover:before{
    background-color:  rgba(242, 178, 41, 0.9);
}

.isotop-post-item.size1 {
    width: calc(25% - 20px);
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.isotop-post-item.size2 {
    width: calc(50% - 20px);
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.isotop-post-cat {
    position: relative;
    padding: 10px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
}

.isotop-post-item.size2 h4.isotop-post-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    bottom: 10px;
    margin: 0;
    left: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.isotop-post-item.size1 h4.isotop-post-title {
    display: block;
    background-color: #454545;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    letter-spacing: -1px;
    -webkit-transition: background-color ease-in 0.3s;
    margin: 0;
    transition: 500ms;
}
.isotop-post-item.size1:hover h4.isotop-post-title {
    background-color:  rgba(242, 178, 41, 0.9)
}

#what-we-do h1.section-shadow-title{
    margin-bottom: -69px;
}
section#what-we-do {
    overflow: hidden;

    margin-top: 0!important;
}
.wwd-mask {
    padding: 0 15px;
    position: relative;
}
.wwd_slider {
    position: absolute;
    top: 40px;
    width: 900px;
    margin-left: 50%;
    left: -446px;
    z-index: 234;
}





/*

.slw_work-front-a {
    z-index: 5;
    height: 100%;
    width: 50%;
    position: absolute;
}

.slw_work-front-b {
    z-index: 10;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-position-x: 100%;
    transform-origin: 0 0 0;
    transition: 500ms;
}
.slw_work:hover .slw_work-front-b {
    transform: rotateY( -30deg );
}

/* .slw_work.active .slw_work-front-b {
    transform: rotateY( -90deg );
    transition-delay: 500ms;
}

.slw_work.active .slw_work-back-a {
    transform: rotateY( -180deg );
}

.slw_work a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 200;
    cursor: pointer;
}


.slw_work .slw_work-front-b:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: 500ms;
}
.slw_work:hover .slw_work-front-b:before {
    opacity: 1; 
}

.slw_work-back-a {
    z-index: 14;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transition: 500ms;
    transition-delay: 500ms;
    transform: rotateY( -80deg );
    transform-origin: right 0 0;
    background-position-x: 100%;
}

.slw_work-back-b {
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position-x: 100%;
}

*/


.slw_work-back-a {
    z-index: 14;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 500ms;
    transition-delay: 0ms;
    transform: rotateY( 90deg );
    transform-origin: right 0 0;
    background-position-x: 0;
    transition-timing-function: linear;
}
.slw_work.active .slw_work-back-a {
    transform: rotateY( 0deg );
    transition-delay: 500ms;
    transition-timing-function: linear;
}


.slw_work.active .slw_work-front-b {
    transform: rotateY( -90deg );
    transition-delay: 0ms;
    transition-timing-function: linear;
}
 

/* .slw_work:hover .slw_work-front-b:hover {
    transition-delay: 0ms;
    transform: rotateY( -30deg );
} */
.slw_work .slw_work-front-b:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: 500ms;
    transition-delay: 500ms;
}

.slw_work-back-b {
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    /* background-position-x: 100%; */
    background-position: 100%;
}

.slw_work-front-a {
    z-index: 5;
    height: 100%;
    width: 50%;
    /* position: absolute; */
}

.slw_work-front-b {
    transition-delay: 0ms;
    z-index: 10;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* background-position-x: 100%; */
    background-position: 100%;
    transform-origin: 0 0 0;
    transition: 500ms;
    transition-timing-function: linear;
    transition-delay: 500ms;

}
div[class^="slw_work-back"] a {
    display: block;
    width: 100%;
    height: 100%;
}

























.wwd-mask img {
    position: relative;
    z-index: 10;
    /* object-fit: contain; */
    /* object-fit: cover; */
    min-width: 100%;
    min-height: auto;
}
#what-we-do .slick-arrow{
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #fff;
    transition: 250ms;
}
#what-we-do .slick-prev {
    z-index: 200;
    left: 100px;
}
#what-we-do .slick-prev:hover{
    transform: translate(-15px, -50%);
}
#what-we-do .slick-next:hover{
    transform: translate(15px, -50%);
}

#what-we-do .slick-next {
    z-index: 200;
    right: 100px;
}
.slick-arrow:before {
    content: '';
}
#what-we-do .slick-prev .fa{
    display: inline-block;
    color: #3c3c3c;
    position: relative;
    font-size: 50px;
    padding-right: 6px;
    padding-top: 4px;
}
#what-we-do .slick-next .fa{
    display: inline-block;
    color: #3c3c3c;
    position: relative;
    font-size: 50px;
    padding-left: 11px;
    padding-top: 3px;
}
.wwd_slide {
    z-index: 1100;
    position: relative;
    height: 460px;
}
a.wwd_slide-btn {
    position: absolute;
    bottom: 40px;
    background: #444;
    width: 140px;
    text-align: center;
    padding: 10px 0px;
    margin-left: 50%;
    left: -70px;
    z-index: 710;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: background 0.4s;
}
a.wwd_slide-btn:hover {
    background: #f2b229;
}
.wwd_slider:after{
   /*  content: '';
    display: block;
    position: absolute;
    width: 110px;
    height: 40px;
    margin-left: 50%;
    left: -55px;
    background: #191; */

} 



















h1.section-title {
    font-size: 39px;
    font-weight: 100;
    text-align: center;
    padding-top: 51px;
    margin: 0;
}

.section-sub-title {
    text-align: center;
    font-weight: 100;
    font-size: 18px;
}
.slw_work {
    width: 250px;
    height: 250px;
    margin: 25px 0;
    position: relative;
    transform-style: preserve-3d;
    //perspective: 1300px;
    transform-origin: 0 0 0;
}

.slw_work-front {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slw_work-back {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}
.slw_work-back a {
    display: block;
    width: 100%;
    height: 100%;
}
.slw_work:hover .slw_work-front{
    display: none;
}
.slw_work:hover .slw_work-back{
    display: block;
}

.flex-wrapper-slw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}
.flex-wrapp-ola {
    display: flex;
    /* align-items: center; */
    padding: 0 15px;
    margin-top: 34px;
    justify-content: space-between;
}

.ola-left,
.ola-right {
    max-width: 380px;
    font-size: 20px;
    min-width: 320px;
    width: 33%;
}
.ola-sidebare h3 {
    margin-top: 136px;
    font-size: 33px;
    line-height: 36px;
    font-weight: 100;
    letter-spacing: -1px;
    margin-bottom: 31px;
}

.ola-sidebare p {
    line-height: 31px;
    font-size: 19px;
    letter-spacing: -0.5px;
}
.ola-sidebare.ola-right {
    padding-left: 23px;
}

a.market-btn {
    display: inline-block;
    width: 165px;
    vertical-align: top;
}
a.market-btn:last-child {padding-top: 2px}

a.market-btn:hover {opacity: .9}
.market-btns {padding-top: 24px;}

.ola-mask {
    position: relative;
    z-index: 10;
    margin-bottom: 60px;
}

div#ola-slider {
    position: absolute;
    width: 244px;
    height: 435px;
    top: 87px;
    margin-left: 50%;
    left: -120px;
}

.ola_slide {
    width: 235px;
    height: 435px;
}
.slick-dots {
    bottom: -107px;
}
.slick-dots li {
    background-color: #869791;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: .5;
    margin: 0 6px
}
.slick-dots li.slick-active {
    opacity: 1
}
.slick-dots li button:before{
    content: '';
}


.multy-header-item.hidden {
    display: none;
}

.multy-header-item {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.multy-header-item.item1 h1.page-header-title {
    /* margin-left: 40%; */

    /* for abiut us */
    margin-left: 30%;

    text-align: right;
}

.about-us-page-header h1.page-header-title {
    margin: 234px 0 0 15px;
    color: #fff;
    font-size: 150px;
    letter-spacing: -11px;
    line-height: 0.87;
    font-weight: 800;
    width: 70%;
}
.addition_text_to_secong_head_banner {
    text-align: right;
    padding-top: 48px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.addition_text_to_secong_head_banner p {
    letter-spacing: -0.6px;
}



.section-left {
    width: 100%;
    max-width: 540px;
    display: inline-block;
    vertical-align: top;
    padding: 13px 10px 30px 30px;
    letter-spacing: -0.3px;

    font-weight: 700;
    line-height: 1.65;
    font-size: 13px;
}
.section-left p {
    margin-bottom: 30px;
}
.section-right p {
    margin-bottom: 30px;
}
.section-right {
    width: 100%;
    max-width: calc(100% - 550px);
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}
h1.ghost-title.right {
    text-align: right;
    padding-right: 30px;
    margin-top: -70px;
    font-size: 182px;
    letter-spacing: -15px;
    font-weight: 800;
    color: #e3e3e3;
    margin-bottom: 50px;
    line-height: 1;
}
section#about-overview {
    overflow: hidden;
}
#about-origins h1.ghost-title{
    margin-top: 0;
    font-size: 182px;
    letter-spacing: -15px;
    font-weight: 800;
    color: #e3e3e3;
    margin-bottom: 0;
    line-height: 1;
}
#about-origins .section-left{
    max-width: calc(100% - 550px);

}
#about-origins .section-right{
    max-width: 540px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 13px 30px 30px 30px;
    letter-spacing: -0.3px;

    font-weight: 700;
    line-height: 1.65;
    font-size: 13px;
}
section#about-approach {
    overflow: hidden;
}
#about-approach .section-left{
    padding: 0 0 30px 10px;
}
h3.approach-title {
    font-size: 54px;
    line-height: 1.05;
    letter-spacing: -1.1px;
}
#about-approach .section-right{

}
#about-approach .div-thumbnail-wrapp {
    position: absolute;
    bottom: 0;
}



.about-tabs-top {
    height: 186px;
    background-color: #ecb02e;
    position: relative;
}
.about-tab-btns-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

button.about-tab-btn {
    width: 150px;
    height: 150px;
    background: none;
    border: none;
    color: #ffffff;
    opacity: 0.6;
    padding-left: 15px;
}
button.about-tab-btn.active {
    color: #3e3e3e;
    opacity: 1;
}
button.about-tab-btn img {
    display: block;
    margin: auto;
}

button.about-tab-btn span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.about-tab-content-wrapper {
    padding: 0 10px;
    padding-right: 30px;
}

.about-tab-content {
    min-height: 460px;
    display: flex;
    display: none;
    padding: 40px 0;
    justify-content: space-between;
}
.about-tab-content.active {
    display: flex;
}
.tab-content-image {
    max-width: 620px;
    width: 100%;
}

.tab-content-text {
    max-width: 520px;
    width: 100%;
    padding: 17px 32px 0 17px;
    line-height: 1.8;
    letter-spacing: -0.3px;

    font-weight: normal;
    font-size: 13px;
}
.tab-content-text h4{
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 18px 0 14px;
}
.tab-content-text p{
    margin-bottom: 20px;
    letter-spacing: -0.2px;
}

section#about-contact {
    min-height: 440px;
    background-size: cover;
    background-position: center center;
}

#about-contact .flex-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h2.about-contact-title {
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 54px;
    letter-spacing: -2.5px;
    padding-top: 148px;
    margin: 0;
}

.about-contact-content {
    max-width: 700px;
    color: #fff;
    text-align: center;
    padding-top: 12px;

    font-weight: 600;
    line-height: 1.65;
    font-size: 13px;
}
p.about-contact-btn-wrapper {
    padding-top: 35px;
}
p.about-contact-btn-wrapper a {
    display: block;
    padding: 16px 50px;
    background-color: #f2b229;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    transition:  300ms;
}
p.about-contact-btn-wrapper a:hover {
    background-color: #fff;
    color: #f2b229;
}

section#page-header.works-header {
    height: 570px;
}

div#header-blockquote {
    position: absolute;
    bottom: 62px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 13px;
    width: 520px;
    min-height: 160px;
}

.header-blockquote-content {
    /* max-width: 500px; */
    margin-left: 55px;
}

.header-blockquote-ico {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 32px;
    height: 32px;
}
.header-blockquote-content p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 8px;
    line-height: 1;
    letter-spacing: -0.2px;
}

.header-blockquote-content a {
    color: #b7b0a0;
    font-size: 20px;
}
.header-blockquote-content a:hover {
    color:  #f2b229;
}
section#work-middle-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.right-content {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.3px;
    padding-right: 20px;
    padding-top: 8px;
}

.left-content {
    display: inline-block;
    vertical-align: top;
    width: 39%;
    border-left: 1px solid #ddd;
    padding-left: 70px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.right-content h3 {
    font-size: 30px;
    font-weight: 100;
    margin-top: 0; 
}

.left-content blockquote {
    font-size: 32px;
    color: #f2b229;
    margin: 0;
    font-style: italic;
    margin-bottom: 24px;
}

section#work-middle-content {
    padding-top: 30px;
}
.left-content > p {
    margin-bottom: 9px;
}
.work-item {
    background-position: center center;
    background-size: cover;
    width: 33.33333333%;
    height: 200px;
}
#works-box .flex-wrapper {
    flex-wrap: wrap;
}
.work-title {
    display: flex;
    /* display: flex; */
    height: 100%;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition:  300ms;

}
.work-item:hover .work-title {
 /* display: flex;  */
 opacity: 1;

}

.work-title h6 {
    text-align: center;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    color: #fff;
    font-size: 30px;
}

p.load-more-wrapper {
    text-align: center;
    padding-top: 40px;
}
button#load_more {
    padding: 10px 30px;
    border: 2px solid #f2b229;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    color: #f2b229;
    background: none;
}
button#load_more[disabled] {
    cursor: default;
    border: 2px solid #999;
    color: #999;
}

button#load_more:hover {
    color: #fff;
    background: #f2b229;
}
button#load_more[disabled]:hover {
    border: 2px solid #999;
    color: #999;
    background: #fff;
}

.work-bottom-arrow-down {
    height: 40px;
    background-position: top center;
    margin-top: 100px;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

section#contact-common-content {
    padding-top: 75px;
}

.ccc-flex-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.ccc-info {
    padding: 0 10px;
    max-width: 700px;
    width: 100%;
    box-sizing: content-box;
}

.ccc-form {
    padding: 0 10px;
    max-width: 380px;
    width: 100%;
    box-sizing: content-box;
}

.ccc-info-image img {
    display: block;
    margin: auto;
    max-height: 260px;
    width: 100%;
    object-fit: contain;
}

.ccc-info-text {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.ccc-info-image {
    max-height: 260px;
    overflow: hidden;
}

.info-text-left {
    width: 300px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.3px;
    padding-right: 5px;
}

.info-text-right {
    width: 310px;
}

.ccc-info-text p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
}

.info-text-right a.c-phone {
    width: 100%;
    text-align: center;
    background: #f2b229;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 14px 5px;
}
.info-text-right a.c-phone:hover {
    background: #333;
}

.info-text-right a.c-phone > span {
    margin-left: 20px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.c-address {
    padding-top: 37px;
}

.ccc-form .wpcf7-form-control {
    width: 100%;
    padding: 10px;
}
h2.form-title {
    font-weight: 100;
    margin: 0;
    font-size: 23px;
    margin-bottom: 27px;
}

.ccc-form .cform-field {
    margin-bottom: 24px;
}

.ccc-form .cform-field textarea {
    height: 150px;
    resize: none;
}

input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    font-weight: 700;
    text-transform: uppercase;
    padding: 17px 26px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    border: none;
}

section#google-map {
    height: 445px;
}

















/*    BLOG   */
.single  #header:before,
.search  #header:before,
.page-template-default  #header:before

/* .archive #header:before */
/* .category #header:before */ {
    /* background-color: rgba(51,51,51,0.95); */
    height: 100%;
}
#page-header.location-archive{height: 710px;}
#page-header.location-category{height: 710px;}
section.tax-content {
    width: 66.666%;
    display: inline-block;
    vertical-align: top;
    padding-top: 24px;
    padding-left: 20px;
}

aside#righr-sidebare {
    width: 32%;
    display: inline-block;
    vertical-align: top;
     padding-top: 54px;
     padding-left: 20px;
}
section.tax-content article {
    margin-bottom: 80px;
    padding-right: 20px;
}
section.tax-content article h2 {
    font-size: 39px;
    font-weight: 100;
    line-height: 1.25;
    margin-bottom: 17px;
    letter-spacing: -0.5px;
}
p.categiry-list {
    margin-top: 35px;
}
section.tax-content article p {
    line-height: 2.1;
    font-size: 13px;
    margin-bottom: 28px;
}
section.tax-content iframe {
    max-width: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.sidebar-widget h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 100;
    line-height: 1.25;
    margin-bottom: 19px;
    letter-spacing: -0.9px;
}

.sidebar-widget div[class^="widget_"] {
    margin-bottom: 30px;
}

.sidebar-widget h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 100;
    line-height: 1.25;
    margin-bottom: 19px;
    letter-spacing: -0.9px;
}

.sidebar-widget div[class^="widget_"] {
    margin-bottom: 38px;
    position: relative;
}

div#search-3 .search-input,
div#search-4 .search-input {
    font-size: 12px;
    padding: 7px;
    width: 86%;
    position: relative;
    display: block;
    max-width: 390px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

div#search-3 .search-submit,
div#search-4 .search-submit {
    display: none;
}


section.single-content {
    padding-right: 20px;
}

.margin120 {
    margin-top: 115px;
}
.margin150 {
    margin-top: 150px;
}

.single-post-title{
    font-size: 39px;
    font-weight: 100;
    line-height: 1.25;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.single-post-detalies {
    font-size: 12px;
    margin-bottom: 30px;
}
section.single-content a + p {
    margin-top: 15px;
}
.post-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.pagination-older {
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 4px;
    max-width: 170px;
    text-align: center;
}

.pagination-newer {
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 4px;
    max-width: 170px;
    text-align: center;
}

/*FOOTER*/
.footer-top {
    background-color: #f2b229;
    padding: 47px 0 53px;
}
.footer-top .flex-wrapper {
    align-items: center;
}

.footer-bottom {
    background-color: #333;
}
.footer-followus {
    min-width: 250px;
    line-height: 53px;

    margin-left: 24px;
}

.footer-followus > * {
    display: inline-block;
    color: #fff;
}

p.f-label {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 320px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    margin-right: 8px;
}
p.subscribe-unswer {
    position: absolute;
    color: #fff;
}
.footer-followus > a {
    font-size: 50px;
    vertical-align: middle;
        margin-right: 14px;
}
form#footer-subscribe {
    display: inline-block;
    min-width: 300px;
    vertical-align: middle;
    margin-right: 14px;
    

}

input#subscriber-email {
    height: 50px;
    padding: 9px;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 204px;
}
#subscriber-email::-webkit-input-placeholder {color:#fff;}
#subscriber-email::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
#subscriber-email:-moz-placeholder           {color:#fff;}/* Firefox 18- */
#subscriber-email:-ms-input-placeholder      {color:#fff;}

.submit-subscribe {
    text-transform: uppercase;
    background: #fff;
    border: none;
    padding: 17px 33px 16px;
    font-size: 12px;
    font-weight: 600;
    margin-left: -4px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: 250ms;
    color: #f2b229;
}
.submit-subscribe:hover {
    color: #fff;
    background-color: #333;
}


.footer-bottom .flex-wrapper {
    padding-top: 60px;
}

.footer-bottom-left {
    width: 100%;
    max-width: 600px;
    padding: 0 10px;
}

.footer_message h4 {
    margin: 0;
    font-size: 21px;
    margin-bottom: 25px;
}

p.footer-hero {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}

.footer_message {
    color: #ced3d8;
}
.footer-bottom-right {
    width: 285px;
    color: #ced3d8;
}

.footer-bottom-right h4 {
    margin: 9px 0;
    font-size: 16px;
}

.footer-contact-item {
    padding-left: 5px;
    margin-bottom: 20px;
}

.footer-contact-item .f-ico {
    font-size: 21px;
    vertical-align: middle;
    padding-right: 5px;
    width: 28px;
    display: inline-block;
    text-align: center;
}

.footer-contact-item  a {
    display: inline-block;
    vertical-align: middle;
}
.footer-contact-item  a:hover {color: #fff;}
.footer-contact-item.mail a {
    font-weight: bold;
}
.footer-contact-item.address > div {
    max-width: 250px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
}
.copyright_info {
    padding-top: 60px;
    color: #fff;
    padding-bottom: 50px;
    line-height: 2.5;
}

/* MOBILE */
#mobile-menu{
    display: none;
    position: absolute;
    background: rgba(51,51,51,0.95);
    width: 100%;
    padding: 0 30px;
    text-align: right;
    overflow: hidden;
    height: 0;
}
button.mob-menu-toggle.show {color: #f2b229;}

button.mob-menu-toggle {
    cursor: pointer;
    border: none;
    background: none;
    color: #fff;
    font-size: 24px;
    display: none;
}
#mobile-menu.show{
    height: 150px;
}
#mobile-menu li.menu-item {
    list-style: none;
    display: block;
    padding: 4px 3px;
    text-transform: uppercase;
}

nav#mobile-menu ul {
    margin: 0;
}

#mobile-menu li.menu-item a {
    color: #fff;
    font-weight: 600;
}

.logos-list-part {
    height: 50px;
    margin: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-tab-btns-wrapper-mobile {

    width: 100%;
    display: none;
}

.about-tabs-list {

    list-style: none;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
}

.about-tabs-item {

    float: left;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ffffff;
    height: 76px;
}

.about-tab-btn-img-wrap {

    width: 40px;
}

.about-tab-title {

    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 25px;
    margin-top: 10px;
}

.origins {

    background-color: #F5F5F5;
    padding-top: 20px;
    padding-bottom: 30px;
}

.view-in-store {

    padding: 14px 28px;
    color: #ffffff !important;
    background-color: #f2b229;
    border-radius: 5px;

    font-weight: 700;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;

    border: 2px solid #f2b229;

    margin-right: 15px;
}

.view-in-store-wrap {

    margin-top: 45px;
    margin-bottom: 60px;
}

.div-thumbnail-wrapp {

    margin-bottom: 20px;
}


/*
*   ajax load
*/
#single-ajax .flex-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    transition: 500ms;
}
#single-ajax .flex-wrapper.load_new {
    opacity: .2;
}

h2.single-title {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 30px;
}
#single-ajax .work-thumbnail {
    width: 50%;
}

#single-ajax .work-description {
    width: 45%;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.3px;
}
.ajax-conprols {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.hz-sidebare {
    display: inline-block;
    font-size: 26px;
    letter-spacing: -1.2px;
    position: relative;
}
.hz-sidebare:after{
    content: '';
    position: absolute;
    top: 18px;
    left: -60px;
    height: 1px;
    width: 45px;
    background-color: #666;
}
.hz-sidebare:before{
    content: '';
    position: absolute;
    top: 18px;
    right: -60px;
    height: 1px;
    width: 45px;
    background-color: #666;
}
.control-btns {
    margin: 20px 0;
}
.control-btns button {
    margin: 0 10px;
    font-size: 22px;
    border: none;
    background: none;
    color: #444;
}
.control-btns button:hover {
    color: #f2b229;
}



/*
*   fix by daliel  06.02.2017
*/

.inner-link {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;
}

.isotop-post-title {
    color: #fff;
}

.single-thumb-in-bg {
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-post-autor-avatar {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.single-post-detalies .author a {
    font-weight: bold;
}

.recent-post-thumb {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    /* margin-right: 20px; */
}

.recent-post-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.recent-post-info {width: calc(100% - 120px);}

/*    comment      */
.comments > ul {
    list-style: none;
    padding: 0;
}

.comments > ul li.comment {
    background-color: #eee;
    padding: 15px;
}

.comment-content-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

p.fn.comentator-name {
    font-weight: 700;
    color: #b88009;
}

p.commentmetadata {
    font-size: 0.9em;
}

.comment-meta {
    margin-top: 20px;
}

textarea#comment {
    width: 100%;
    height: 86px;
    padding: 5px;
    resize: vertical;
    box-sizing: border-box;
}

p.comment-form-comment {
    margin-bottom: 20px;
    width: 100%;
}
form#commentform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.comment-form-author {
    width: 45%;
    margin-bottom: 20px;
}

p.comment-form-email {
    width: 45%;
    margin-bottom: 20px;
}

p.comment-form-url {
    width: 45%;
    margin-bottom: 20px;
}

p.form-submit {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

input#author {
    width: 100%;
    height: 42px;
    padding: 5px;
}

input#email {
    width: 100%;
    height: 42px;
    padding: 5px;
}

input#url {
    width: 100%;
    height: 42px;
    padding: 5px;
}

input#submit {
    border: 1px solid #bbb;
    border-radius: 3px;
    background: none;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #f2b229;
}
#submit:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}



.blog-posts-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
}

.blog-posts-box > article {
    width: 28%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-post-thumb {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

p.blog-post-data {
    padding-top: 10px;
}

h1.posted-by {
    text-align: center;
}

/*   likes widget  */

.widget-likes-btn {
    border: none;
    background: none;
    font-size: 20px;
    color: #444;
}
.widget-likes-btn {
    border: none;
    background: none;
    font-size: 20px;
    color: #444;
}

button#current-like-btn .fa-heart{
    display: none;
    color:#f2b229;
}
button#current-like-btn:hover .fa-heart-o{display: none}
button#current-like-btn:hover .fa-heart{display: initial}

button#current-like-btn.has-like .fa-heart-o{display: none}
button#current-like-btn.has-like .fa-heart{display: initial}

button#current-comment-btn .fa-comment{
    display: none;
    color:#f2b229;
}
button#current-comment-btn:hover .fa-comment-o{display: none}
button#current-comment-btn:hover .fa-comment{display: initial}

.lcs-content {
    display: flex;
    justify-content: space-between;
}

.lcs-lc {
    display: flex;
}

div#current-post-likes {
    display: flex;
    align-items: center;
}

div#current-post-comments {
    display: flex;
    align-items: center;
}

.sidebar-widget.likes {
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.lcs-s {
    display: flex;
}

a.share-link {
    padding: 2px 5px;
    font-size: 18px;
}


/*  not bad slider */
.nb-slide {
    margin: 20px;
    height: 350px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.nb-slider .slick-track {
    margin-left: 100px;
}
.nb-slide > img {
    object-fit: cover;
    min-height: 100%;
    opacity: 0.3;
    transition: 400ms;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.nb-slide > img:hover { 
    opacity: 0.6;
}
.nb-slide.slick-current  > img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none; /* IE 6-9 */
    opacity: 1
}
.nb-pager-slider {
    width: 500px;
    width: 490px;
    /* left: 212px; */
    margin: auto;
    position: relative;
    margin-top: -270px;
    margin-bottom: 100px;
    background: #fff;
}
.nb-pager-slide{
    padding: 20px;
}
.nb-pager-slide > .slide-title{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: rgba(55,50,75,.54);
    word-spacing: 4px;
    margin-bottom: 20px;
} 
.nb-pager-slide .slide-description{
    display: block;
    font-size: 44px;
    line-height: 57px;
    font-weight: 700;
} 

.nb-pager-slide .slide-description a{
    color: inherit; 
    text-decoration: underline;
}
.nb-pager-slide .slide-description a:hover{color: #454545;}



.nb-pager-slider .slick-prev{
    background: #fff;
    bottom: 10px;
    top: initial;
    left: initial;
    right: 50px;
    width: 30px;
    height: 30px;
    z-index: 10;
    transition: 400ms;
}
.nb-pager-slider .slick-next{
    background: #fff;
    bottom: 10px;
    top: initial;
    left: initial;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 10;
    transition: 400ms;
}
.nb-pager-slider .slick-arrow::before{display: none}

.nb-pager-slider .slick-arrow i{
    color: rgb(95, 95, 95);
    display: block;
    font-size: 22px;
}

.nb-pager-slider .slick-arrow:hover {
    background: rgba(51,51,51,0.95);
}
.nb-pager-slider .slick-arrow:hover i{
    color: #fff;
}



/*  slide page */
section.intro-slide-post {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.intro-info {
    width: 40%;
    margin-left: 5%;
}

.intro-image {
    width: 50%;
}

.intro-image-hidden {
    width: 40%;
}

h2.intro-title {
    font-size: 32px;
    font-weight: 400;
}

.intro-content {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.3px;
}

.intro-btns {
    padding-top: 30px;
    padding-bottom: 30px;
}

a.intro-btn {
    padding: 10px 15px;
    border: 2px solid;
    color: #444;
    /* transition: color 0.2s; */
    display: inline-block;
    margin-bottom: 20px;
}

a.intro-btn.btn1 {
    margin-right: 40px;
}
a.intro-btn.btn1:hover{color:#f2b229;}

a.intro-btn.btn2 {
    color: #ffffff;
    background-color: #f2b229;
    border-color: #f2b229;
}
a.intro-btn.btn2:hover{
    color: #f2b229;
    background-color: transparent;
}

span.intro-ico-wrapp {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #ffffff;
    border-radius: 50%;
}
a.intro-btn.btn2:hover .intro-ico-wrapp {
    background-color: #f2b229;

}

span.intro-ico-wrapp .fa {
    padding-left: 5px;
    color: #f2b229;
}
a.intro-btn.btn2:hover .intro-ico-wrapp .fa {
    color: #fff;
    
}

h2.teams-title {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-top: 0.83em;
}

h5.teams-subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
}

.team-members {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
}

.team-member {
    width: 30%;
}

.avatar-box {
    position: relative;
    height: 250px;
}

.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.avatar-box:hover .member-avatar img{
    transform: scale(1.2);
}
.member-avatar {
    overflow: hidden;
    height: 100%;
}

.avatar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
}
.avatar-box:hover .avatar-overlay{
    opacity: 1;
}
a.member-social {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-radius: 50%;
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
}
a.member-social:hover{
    color: #f2b229;
}

h4.member-name {
    font-size: 24px;
    font-weight: 400;
}

.member-descr {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.3px;
}


#not-bad-slider h1.section-shadow-title {
    margin-bottom: -70px;
    font-size: 165px;
}

.page-template-tpl-slidepost2 section#about-contact .section-content {
    background-size: cover;
    background-position: center center;
    min-height: 440px;
    z-index: 10;
    position: relative;
}
.section-italic-title {
    text-transform: uppercase;
    font-size: 4em;
    margin: 0;
    text-align: center;
    font-style: italic;
    color: #a6a6a6;
}

.tpl-slide2-post section.intro-slide-post {
    display: block;
    padding: 0;
}

.tpl-slide2-post section.intro-slide-post .section-content {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
}






















/*---------------CUSTOM MENU---------------*/
header{
    height: 115px;
}
@media only screen and (max-width:768px) {
    header {
         height: 65px;
    }
}
.qew{
    padding-top: 115px;
}
@media only screen and (max-width:768px) {
    .qew {
         padding-top: 65px;
    }
}
.has-scroll2{
    background-position: center 0 !important;
}
.has-scroll-back{
   background-color: rgba(51,51,51,0.95);
   transition:  500ms;
}
.wrapper2 {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.custom_menu{
    color: #fff;
    display: flex;
    align-items: center;
    height: 115px;
    margin: 0;
    justify-content: flex-end;
}
#desctop-menu{
        /* background: #555; */
        position: fixed;
    height: 115px;
    width: 100%;
    z-index: 300;
    top: 0;
}
#desctop-menu > div > a > img{
    display: inline-block;
    float: left;
    padding-left: 130px;
    padding-top: 15px; 

}
#desc-logo{
    display: inline-block;
    float: left;
    margin-left: 125px;
    margin-top: 15px;
    width: 100px;
    height: 88px;
    background-position: center 100%;
    background-repeat: no-repeat;
}
.wrap_child_custom_menu{
    background: #fff;
    border-radius: 5px;
    display: none; 
    color: #000;
    opacity: 1;
    -webkit-animation:  1s linear; /* Chrome, Safari, Opera */ 
    animation:  1s linear;
    position: relative;
    text-align: left;
}
@keyframes fade  {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

.wrap_child_custom_menu:before{
    content: '';
    top: -25px;
    right: 180px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #007bff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');    
}

li.custom_menu_elem.get_child{
    position: relative;
}
li.custom_menu_elem{
    padding: 15px 0;
    margin-right: 13px;
    list-style: none;
    text-decoration: none;
    display: inline-block;
    padding-right: 13px;
    font-weight: bolder;
    text-transform: uppercase;
    position: relative; 
    /* border-right: 1px solid #616161; */
}
@media only screen and (max-width:991px) {
    li.custom_menu_elem{
        font-size: 12px;
    }
}
li.custom_menu_elem:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #fff;
    right: 0;
    top: calc(50% - 7.5px);
}
li.custom_menu_elem:last-child:after{
    content: '';
    background-color: transparent;
}
li.custom_menu_elem:hover .wrap_child_custom_menu{
    display: flex;
    position: absolute;
    top: 45px; 
    right: -150px;
    padding: 0 25px;
    animation: animate 1s;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}
.custom_menu_elem_url{
    color: #fff;    
}
.custom_menu_elem_url:hover,
.custom_menu_elem_url:focus{
    color: #fff;   
}
.custom_menu_elem .get_child .wrap_child_custom_menu .custom_menu_elem_url{
    display: none;
}
.wrap_child_custom_menu .column {
display: inline-block;
    padding: 0 15px;
    min-height: 250px;
    float: left;
    width: 25%;
}
.wrap_child_custom_menu .column .img_bg{
    width: 32px;
    height: 37px;
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover; 
}
.wrap_child_custom_menu .column .gray{
    color: #b5b5b5;
    font-style: italic;
    font-family: "Open Sans", sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    position: relative;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    max-width: 220px;
    margin-bottom: 20px;
    padding: 0;
}
.wrap_child_custom_menu .column .gray:after{
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    background-color: #f2b229;
    bottom: 0px;
    left: 0;    
}
.wrap_child_custom_menu a{
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-wrap: nowrap;
    color: #000;
    width: 230px;
    margin: 10px 5px;
    margin-left: 0;
}
.wrap_child_custom_menu img{
    width: 33px;
    height: 33px;
    object-fit: contain;
    object-position: center;
    display: flex;
}
.wrap_child_custom_menu p{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* word-break: break-all; */
    align-items: center;
    display: flex;
    padding-left: 10px;
    color: #555;
}
@media only screen and (max-width:1280px) {
 .wrap_child_custom_menu a{
    width: auto;
 }
 .wrap_child_custom_menu p{
    font-size: 10px;
 }
}
.wrap_child_custom_menu .page_t .fa-chevron-right{
    color: #f2b229;
    padding-left: 10px;
    position: relative;
    top: 1px;
}
.wrap_child_custom_menu h2{
    margin-bottom: -5px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #555;
}
    .in_wrap{
        width: 1170px;
    }

@media only screen and (max-width:1280px) {
    .in_wrap {
        width: 768px;
    }
    li.custom_menu_elem:hover .wrap_child_custom_menu{
        padding: 0;
    }
/*     .wrap_child_custom_menu .column {
    width: 50%;
} */
}
@media only screen and (max-width:850px) {
    .in_wrap {
        width: 690px;
    }
}
.col_header {
    min-height: 80px;
}

#my-mobile-menu2{
    display: none;
    width: 100%;
    height: 65px;
    background-color: #444444;
    position: fixed;
    width: 100%;
    z-index: 300;
    top: 0;
}
#mob_logo{
    max-width: 100%;
    vertical-align: bottom;
    float: left;
    width: calc(100px / 2 );
    height: calc(175px / 4 );
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 25px;   
}
.sw_img{
    background-position: center 0 !important;
}
#my-mobile-menu2 #mob_switcher {
    color: #fff;
    font-size: 35px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: right;
}
article.m_wrap {
    height: 65px;
    position: relative;
}
#my-mobile-menu2 #close_mob_switcher {
    display: none;
    width: 27px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 18px;
    right: 0;
    margin-right: 15px;
/*     color: #f2b229;
font-size: 35px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px; */
}
@media only screen and (max-width:768px) {
    #my-mobile-menu2{
       display: block; 
    }
}
ul.custom_menu2{
    display: none;
        position: relative;
    background-color:#444444;
    color: #fff;
    padding: 0; 
    padding-top: 15px;   
    margin:0;
    height: 100vh;
    overflow-y: auto;  
        width: calc(100% + 17px); 
/*     background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(219,219,219,0)), to(rgba(211,211,211,1)));
 background: -webkit-linear-gradient(rgba(219,219,219,0) 0%, rgba(211,211,211,1) 100%);
 background: -moz-linear-gradient(rgba(219,219,219,0) 0%, rgba(211,211,211,1) 100%);
 background: -o-linear-gradient(rgba(219,219,219,0) 0%, rgba(211,211,211,1) 100%);
 background: linear-gradient(rgba(219,219,219,0) 0%, rgba(211,211,211,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dbdbdb', endColorstr='#d3d3d3',GradientType=0 ); */ 
    -ms-overflow-style: none;  /* IE 10+ */
    overflow: -moz-scrollbars-none;  /* Firefox    */
}
ul.custom_menu2:-webkit-scrollbar{
  display: none;  /* Safari and Chrome  */
}

li.custom_menu_elem2 {
    padding: 35px 20px;;
    list-style: none;
    text-align: left;
    font-weight: 600;
    position: relative;
    font-size: 18px;
}
li.custom_menu_elem2:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 90%;
    border-bottom: 1px dotted #616161;
}
li.custom_menu_elem2:last-child:after{
    content: '';
    border-color: transparent;
}
.column2 img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: center;
    display: inline-block;
}
p.page_t2 {
    display: inline-block;
    padding-left: 10px;
    color: #fff;
}
.line_wrap {
    display: flex;
    align-items: center;
}

.line_wrap {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
span.mob_padding{
    display: block;
    /*padding-bottom: 20px;*/
}
p.page_t2 i.fa.fa-chevron-right {
    color: #f2b02a;
    padding-left: 10px;
}
i.fa.fa-chevron-right.fa_other {
    position: absolute;
    right: 37px;
    top: 40px;
    color: #f2b02a;
}
.get_child i.fa.fa-chevron-right.fa_other {
    transform: rotate(90deg);
    position: absolute;
    right: 37px;
    top: 40px;
    color: #f2b02a;
}
.line_wrap .img_bg2{
    width: 32px;
    height: 37px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover; 
}
.scroll_bar_right{
    right: 20px !important; 
}
.in_wrap2{
    display: none;
    padding-top: 20px;
}
.show_it{
    display: block !important;
}
.show_it_inline{
    display: inline-block !important;
}
.fa_rotate{
   transform: rotate(-90deg) !important;;  
}
.dark_color {
    background: #313131;;
}
.toggle_color{
    color: #f2b229;
}







/*****FIX******/
div#isotop-mimicreed {
    margin: 20px auto;
    margin-top: 0;
    max-width: 1000px;
    justify-content: center;
}
.whats_single{
    width: 280px;
    margin: 30px 15px;
    margin-top: 0;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);    
    max-width: 350px;
    max-width: 35rem;
    position: relative; 
    text-decoration: none;
    transition: all .3s ease-in;
}
.whats_single:hover{
    box-shadow: 2px 4px 10px 0 rgba(0,0,0,.2);
    transition: all .6s ease-out;   
}
.whats_single a{
    color: #000;
}
.whats_single a:hover{
    color: #f2b229;
}
.whats-thumb {
    width: 100%;
    height: 226px;;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.whats-title {
    min-height: 90px;
    border-top: 0;
    text-align: center;
    overflow: hidden;
}
.whats-title h3{
    margin: 0;
    padding: 20px 20px;
    font-weight: 400;    
}
.whats-label {
    position: absolute;
    top: 25px;
    left: -10px;
    padding: 10px 35px;
    background: #f2b229;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.61);
}