@charset "utf-8";

/*======================================
 [ -Main Stylesheet-
  Theme: Firenze
  Version: 1.0
  Last change: 27/05/2016 ]
  	+++Fonts +++
	++++General Styles++++
	++++Typography ++++
	++++Page preload ++++
	++++Content Styles ++++
	++++Item hover ++++
	++++Top bar ++++
	++++Header ++++
	++++Navigation ++++
	++++Home pages ++++
	++++Section ++++
	++++Resume+++++
	++++Facts  +++++
	++++Skills ++++
	++++Services ++++
	++++Team ++++
	++++Porfolio++++
	++++Video ++++
	++++Map ++++
	++++Contact++++
	++++Share++++
	++++Blog++++
	++++404++++
	++++Responsive++++
*/


/*-------------Import fonts ---------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900,500,300|Montserrat:400,700&subset=latin,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);

/*-------------General Style---------------------------------------*/

html {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    background: #f4f4f4;
    height: 100%;
    text-align: center;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/*--------------Typography--------------------------------------*/

h1 {
    font-size: 4.46666666667em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.17em;
}

h2 {
    font-size: 3.2em;
    font-weight: 300;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 0.9em;
    font-weight: 200;
}

h5 {
    font-size: 0.8em;
    font-weight: 200;
}

h6 {
    font-size: 0.6em;
    font-weight: 200;
}

p {
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
}

.big-parag {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
}

blockquote {
    float: left;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 15px solid #eee;
}

blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #494949;
}

.clear {
    clear: both;
    width: 100%;
}

.hidden-el {
    display: none;
}


/* ---------Page preload--------------------------------------*/

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 27px;
    height: 27px;
    z-index: 100;
    margin-top: -13px;
    margin-left: -13px;
}

.speeding-wheel {
    width: 27px;
    height: 27px;
    margin: 0 auto;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
}

.loader.pg-load {
    top: 23px;
    left: 255px;
    margin-top: 0;
    margin-left: 0;
    width: 17px;
    height: 17px;
}

.loader.pg-load .speeding-wheel {
    width: 17px;
    height: 17px;
    margin: 0 auto;
    border: 1px solid rgb(0, 0, 0);
    border-left-color: transparent;
    border-right-color: transparent;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.l-line {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 10000;
    display: none;
    background: #f4f4f4;
}

.l-line span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
}


/* ---------Content Styles--------------------------------------*/

#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

#main:before {
    content: '';
    position: fixed;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 298px;
    background: url(../images/body-bg.png) repeat top left;
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0.4;
    overflow: hidden;
}

#wrapper {
    height: 100%;
    margin-left: 0;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
}

.content-holder {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    padding: 0 0 0 300px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.container {
    max-width: 1024px;
    width: 92%;
    /* max-width: 100%;
    width: 100%; */
    float: left;
    position: relative;
    z-index: 2;
}

.container.no-fl-con {
    float: none;
    background: none;
    margin: 0 auto;
}

.small-container {
    max-width: 900px;
    /* margin: 0 auto; */
    padding-left: 30px;
    background: #ffffff;
    float: none;
    /* background: none; */
}

.content {
    width: 100%;
    position: relative;
    z-index: 2;
    float: left;
}

.wrapper-inner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 3;
    padding-left: 30px;
}

.scale-bg2 {
    opacity: 0;
}

.fl-l {
    float: left;
}

.full-height {
    height: 100%;
}

.full-width-wrap {
    width: 100%;
}

.preload-bg {
    position: fixed;
    top: 10px;
    left: 300px;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.preload-bg-item {
    width: 100px;
    height: 100px;
    background: #fff;
    float: left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
}

.vis-load {
    opacity: 1;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.respimg {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: 0.3;
    z-index: 2;
}

.no-bg {
    background: none !important;
}

.no-border {
    border: none !important;
}

.no-padding {
    padding: 0 !important;
}

.row-bg {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 50px 30px;
}

.btn {
    padding: 10px 20px;
    position: relative;
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform: uppercase;
}

.trsp-btn {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}

.trsp-btn:before,
.flat-btn:before {
    background: #fff;
}

.flat-btn {
    border: 1px solid #000;
    color: #fff;
    background: #292929;
}

.call-feedback-form-btn {
    border: 1px solid #4eabe5;
    color: #fff;
    background: #4eabe5;
}

.float-btn {
    float: left;
}

.btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    height: 1px;
    width: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn:hover:before {
    width: 15px;
}

.btn:hover {
    padding-left: 40px;
}

.content-nav {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 30px;
    border-top: 1px solid #f0f0f0;
}

.content-nav li {
    width: 33.3%;
    float: left;
    border-left: 1px solid #f0f0f0;
    padding: 10px 0;
}

.content-nav li:first-child {
    border: none;
}

.content-nav li a.ln,
.content-nav li a.rn {
    color: #000;
    padding-top: 8px;
    font-size: 24px;
    position: relative;
}

.customNavigation {
    position: absolute;
    top: 50%;
    width: calc(100% - 30px);
    left: 30px;
}


/* #gallery_horizontal .customNavigation {
    left: auto;
} */

.blog-media .customNavigation {
    width: 100%;
    left: auto;
}

.content-nav li a.ln i,
.content-nav li a.rn i,
.customNavigation a i,
.content-nav li a span.tooltip {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.content-nav li a.ln:hover i,
.content-nav li a.rn:hover i,
.customNavigation a:hover i {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.content-nav li a.ln {
    float: left;
}

.content-nav li a.rn {
    float: right;
}

.list {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-table;
}

.list a,
.list span {
    display: block;
    width: 40px;
    height: 40px;
}

.list a {
    position: relative;
    padding: 10px;
}

.list a span {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
}

.list a i {
    display: block;
    position: absolute;
    background-color: #000;
    width: 6px;
    height: 0;
    -webkit-transition-property: height, -webkit-transform;
    -moz-transition-property: height, -moz-transform;
    -o-transition-property: height, -o-transform;
    transition-property: height, transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .3, 1);
    -moz-transition-timing-function: cubic-bezier(.75, 0, .3, 1);
    -o-transition-timing-function: cubic-bezier(.75, 0, .3, 1);
    transition-timing-function: cubic-bezier(.75, 0, .3, 1);
}

.list a i.c1 {
    left: 0px;
}

.list a i.c2 {
    left: 7px;
}

.list a i.c3 {
    left: 14px;
}

.list a i.c1.b1 {
    height: 7px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.list a i.c1.b2 {
    height: 7px;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
}

.list a i.c1.b3 {
    height: 7px;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
}

.list a i.c2.b1 {
    height: 10px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.list a i.c2.b2 {
    height: 7px;
    -webkit-transform: translate(0, 11px);
    -moz-transform: translate(0, 11px);
    -o-transform: translate(0, 11px);
    transform: translate(0, 11px);
}

.list a i.c2.b3 {
    height: 7px;
    -webkit-transform: translate(0, 35px);
    -moz-transform: translate(0, 35px);
    -o-transform: translate(0, 35px);
    transform: translate(0, 35px);
}

.list a i.c3.b1 {
    height: 5px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.list a i.c3.b2 {
    height: 7px;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
}

.list a i.c3.b3 {
    height: 7px;
    -webkit-transform: translate(0, 33px);
    -moz-transform: translate(0, 33px);
    -o-transform: translate(0, 33px);
    transform: translate(0, 33px);
}

.list a:hover i.c1.b1 {
    height: 7px;
    -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
}

.list a:hover i.c1.b2 {
    height: 7px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.list a:hover i.c1.b3 {
    height: 7px;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
}

.list a:hover i.c2.b1 {
    height: 10px;
    -webkit-transform: translate(0, -11px);
    -moz-transform: translate(0, -11px);
    -o-transform: translate(0, -11px);
    transform: translate(0, -11px);
}

.list a:hover i.c2.b2 {
    height: 10px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.list a:hover i.c2.b3 {
    height: 7px;
    -webkit-transform: translate(0, 11px);
    -moz-transform: translate(0, 11px);
    -o-transform: translate(0, 11px);
    transform: translate(0, 11px);
}

.list a:hover i.c3.b1 {
    height: 5px;
    -webkit-transform: translate(0, -6px);
    -moz-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px);
}

.list a:hover i.c3.b2 {
    height: 5px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.paginate .list a:hover i.c3.b3 {
    height: 7px;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
}

.content-nav li a.ln span.tooltip,
.content-nav li a.rn span.tooltip {
    position: absolute;
    top: -10px;
    font-size: 10px;
    text-transform: uppercase;
    min-width: 150px;
    visibility: hidden;
    opacity: 0;
}

.content-nav li a.ln span.tooltip {
    left: 100%;
    margin-left: 20px;
    text-align: left;
}

.content-nav li a.rn span.tooltip {
    right: 100%;
    margin-right: 20px;
    text-align: right;
}

.content-nav li a:hover span.tooltip {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.hid-con {
    overflow: hidden;
}

.to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 30;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: #fff;
    line-height: 70px;
    display: none;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
}


/*------item hover ------------------------------------------------*/

.box-item {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box-item a.popup-image {
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0 -15px;
    z-index: 5;
    color: #fff;
    font-size: 19px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.box-item img {
    position: relative;
    z-index: 1;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.box-item .overlay {
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-item:hover .overlay,
.gallery-item:hover .overlay {
    opacity: 0.3;
}

.box-item:hover img,
.gallery-item:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.box-item:hover a.popup-image,
.gallery-item:hover a.popup-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.box-item a.popup-image:hover {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*------ top bar  ------------------------------------------------*/

.top-bar-holder {
    position: fixed;
    top: 0;
    left: 330px;
    right: 0;
    height: 50px;
    z-index: 50;
}

.top-bar-holder.fw-topbar {
    left: 300px;
    right: 0;
}

.top-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    height: 50px;
    padding-left: 30px;
}

.pdtb .top-bar {
    width: calc(100% - 30px);
}

.top-bar-title {
    float: left;
    line-height: 50px;
}

.top-bar-title h2 {
    text-align: left;
    color: #555;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}


/*------ Header  ------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100%;
    width: 300px;
    background: #fff;
    transform: translate3d(0, 0, 0);
    border-right: 1px solid #f0f0f0;
    overflow: hidden;
}

.scroll-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0 !important;
    overflow: auto;
}

.header-inner {
    margin: 0 auto;
    position: relative;
    max-width: 1024px;
    width: 92%;
    padding-right: 90px;
}

.logo-holder {
    float: left;
    position: relative;
    max-width: 250px;
    z-index: 21;
    margin-top: 10px;
    padding: 0 30px;
    /* margin-top: -10px; */
    /* margin-bottom: -18px; */
}

.logo-holder a {
    position: relative;
    float: left;
}

/* .logo-holder a:before,
.logo-holder a:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    right: -70px;
    background: #666;
} */

/* .logo-holder a:after {
    width: 0;
    background: #ccc;
    z-index: 2;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.logo-holder a:hover:after {
    width: 40px;
} */

.logo-holder img {
    float: left;
    height: 160px;
    width: 220px;
    margin-bottom: -15px;
    margin-top: -30px;
}

.logo-holder p {
    color: #555;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: 100%;
    margin-top: 14px;
    line-height: 15px;
}

.mob-logo {
    width: 60px;
    height: 36px;
}

.mob-list{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 10px;
    min-width: 180px;
    margin-top: 8px;
}
.mob-list.active{
    display: block;
}
.mob-list a{
    font-size: 14px;
}

.mob-item{
    margin-bottom: 10px;
    padding: 10px;
}
.mob-item:last-child{
    margin-bottom: 0;
}
.mob-logo img {
    width: 100%;
    height: 100%;
}

.close-menu {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    font-size: 15px;
    z-index: 5;
    display: none;
}

.lang-switcher-container {
    margin-bottom: -3px;
}

.header-widget {
    float: left;
    width: 100%;
    /* margin: 25px 0 0px; */
    margin-top: 15px;
    /* padding: 10px 30px; */
    padding: 30px 30px;
    margin-top: 0;
    margin-bottom: -30px;
}

.header-widget h3,
.header-widget span.like-h3 {
    text-align: left;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
    display: inherit;
}

.header-contacts {
    margin-bottom: -10px;
}

.header-contacts,
.header-contacts li,
.header-social {
    float: left;
    width: 100%;
    text-align: left;
}

.header-contacts li {
    padding: 5px 0;
}

.header-contacts li a {
    color: #999;
    padding-left: 9px;
    position: relative;
}

.header-contacts li a:hover {
    color: #000;
}

.header-contacts li a:before {
    content: ":";
    position: absolute;
    top: 0;
    left: 3px;
    color: #000;
}

.header-footer {
    position: absolute;
    bottom: 0;
    padding: 14px 30px;
    left: 0;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    box-sizing: border-box;
}

.header-social {
    float: left;
    width: 100%;
}

.header-social li {
    float: left;
    margin-right: 10px;
}

.header-social li a:hover {
    color: #999;
}


/*------ navigation  ------------------------------------------------*/

.nav-holder {
    float: left;
    position: relative;
    margin-top: 46px;
    width: 100%;
}

.nav-holder nav {
    position: relative;
    float: left;
    width: 100%;
}

.nav-holder nav li {
    float: left;
    width: 100%;
    padding: 12px 30px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.nav-holder nav li:first-child {
    border-top: 1px solid #f0f0f0;
}

.nav-holder nav li a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.nav-holder nav li a.active {
    color: #ccc;
}

.nav-holder nav li a.active:hover {
    color: #000;
}

.nav-holder nav li a,
.nav-holder nav li.subnav a i.subnavicon,
.slider-zoom i,
.nav-dec:before {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.nav-holder nav li:hover:before {
    opacity: 1;
}

.nav-holder nav li.subnav i.subnavicon {
    position: absolute;
    bottom: 6px;
    right: 10px;
    z-index: 5;
    color: #ccc;
    font-size: 12px;
}

.nav-holder nav li.subnav:hover i.subnavicon,
.slider-zoom:hover i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav-holder nav li.subnav ul li i.subnavicon {
    display: none;
}

.nav-holder nav li ul {
    display: none;
    float: left;
    width: 100%;
    padding: 20px 0 0 20px;
    border-left: 1px solid #eee;
}

.nav-holder nav li ul li {
    border: none;
    padding: 8px 0;
}

.nav-holder nav li ul li a {
    text-transform: none;
    font-size: 11px;
    color: #000;
    letter-spacing: 1px;
}

.nav-holder nav li a:hover,
.nav-holder nav li ul li a:hover {
    /* text-decoration: line-through; */
    color: #4eabe5;
}

.nav-button-holder {
    width: 100%;
    height: 50px;   
    position: relative;
    background: #fff;
    display: none;
    padding: 0 30px;
    border-bottom: 1px solid #f0f0f0;
    z-index: 10;
}
.mob-phone-wrap{
    position: relative;
}
.nav-button {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.nav-phone{
    display: block;
    line-height: 24px;
    padding: 4px 20px;
    text-shadow: 0px 0px 0px #000000;
    background: #4eabe5;
    border-color: #4eabe5;
    color: #fff;
    font-size: 16px;
}

.nav-button span {
    float: left;
    width: 100%;
    height: 2px;
    background: #000;
    margin-bottom: 2px;
    position: relative;
}

.nav-dec {
    position: absolute;
    top: 50%;
    left: 8px;
    height: 1px;
    width: 7px;
    background: #000;
    opacity: 0.3;
}

.nav-dec:before {
    content: '';
    position: absolute;
    top: -3.5px;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 7px;
    background: #000;
}

.nav-holder nav li:hover .nav-dec:before {
    height: 0;
}


/*------ Home -------------------------------------------------*/

.full-height-wrap,
.hero-wrap,
.full-screen-slider-holder,
.full-screen-slider,
.full-screen-item,
.slideshow-item,
.slideshow-item .item,
.fullheight-carousel-holder,
.fullheight-carousel,
.carousel-item {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.fullheight-carousel-holder {
    background: #fff;
}

.full-screen-item {
    position: relative;
}

.full-screen-slider-holder {
    margin-top: 50px;
}

.hero-title {
    max-width: 600px;
    top: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 4;
}

.hero-title h1,
.hero-title h1 a,
.hero-title h2,
.hero-title h2 a,
.hero-title span.like-h1,
.hero-title span.like-h2 {
    color: #fff;
}

.hero-title h1,
.hero-title span.like-h1,
.hero-title h2,
.hero-title span.like-h2 {
    float: left;
    width: 100%;
    font-size: 43px;
    font-weight: 700;
    line-height: 46px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 30px;
}

.hero-title h3 {
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}

.slideshow-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blur-slider .hero-title {
    -webkit-filter: blur(10px);
    -o-filter: blur(10px);
}

.fullheight-carousel .carousel-link-holder {
    -webkit-filter: blur(2px);
    -o-filter: blur(2px);
}

.blur-slider .hero-title,
.fullheight-carousel .carousel-link-holder {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.blur-slider .owl-item.active .hero-title,
.fullheight-carousel .owl-item.center .carousel-link-holder {
    -webkit-filter: blur(0px);
    -o-filter: blur(0px);
}

.hero-grid {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    overflow: hidden;
}

.hero-slider,
.hero-slider .item {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.num-holder {
    position: absolute;
    top: 50px;
    left: 80px;
    z-index: 10;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

/* .num-holder:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 150px;
    height: 1px;
    margin-left: 20px;
    background: rgba(255, 255, 255, 0.31)
}

.num-holder:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50px;
    height: 1px;
    margin-left: 120px;
    background: #fff;
} */

.panel-dots-holder {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 1px;
}

.panel-dots-inner {
    max-width: 600px;
    padding: 0 10px;
    margin: 0 auto;
}

.panel-dots {
    float: left;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.31)
}

.carousel-link-holder {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 3;
}

.carousel-link-holder h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.carousel-link-holder h3 a {
    color: #fff;
    position: relative;
}

.carousel-link-holder h3 a:before,
.carousel-link-holder h3 a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 1px;
    background: #fff;
    width: 20%;
}

.carousel-link-holder h3 a:before {
    left: 50%;
}

.carousel-link-holder h3 a:after {
    right: 50%;
}

.carousel-link-holder h3 a:hover:before,
.carousel-link-holder h3 a:hover:after {
    width: 40%;
}

.carousel-item .overlay,
.fullheight-carousel .owl-item.center .slider-mask {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.carousel-item .overlay {
    opacity: 0.6;
}

.fullheight-carousel .owl-item.center .overlay {
    opacity: 0.3;
}

.fullheight-carousel .owl-item.center .slider-mask {
    opacity: 0.3;
}

.trsp-separator {
    width: 270px;
    height: 1px;
    margin: 10px auto 10px;
    background: rgba(255, 255, 255, 0.41);
    position: relative;
}

.trsp-separator:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background: #fff;
}

.slider-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* background: url(../images/body-bg.png) repeat top left; */
}

.slider-con-bar {
    position: absolute;
    bottom: 100px;
    left: 30px;
    z-index: 20;
}

.slider-con-bar li {
    float: left;
    padding: 7px 20px;
    font-weight: 700;
    font-size: 11px;
    position: relative;
    margin-right: 2px;
    font-family: 'Montserrat', sans-serif;
}

.slider-con-bar li a {
    color: #fff;
    font-size: 14px;
    position: relative;
}

.slider-con-bar li a:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 150px;
    height: 1px;
    background: rgba(255, 255, 255, 0.31);
}

.slider-con-bar li a:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 100px;
    width: 50px;
    height: 1px;
    background: #fff;
}

.slider-con-bar li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    height: 1px;
    width: 0;
    background: #fff;
}

.slider-con-bar li,
.slider-con-bar li:before,
.header-social li,
.header-contacts li a,
.carousel-link-holder h3 a:before,
.carousel-link-holder h3 a:after,
.slider-con-bar li a:after {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.slider-con-bar li:hover a:after {
    width: 0;
}

.slider-con-bar li:hover:before {
    width: 15px;
}

.slider-con-bar li:hover {
    padding-left: 40px;
}

.full-screen-slider-holder .customNavigation a,
.fullheight-carousel-holder .customNavigation a {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 10;
    background: #fff;
    cursor: pointer;
    margin-top: -20px;
}

.full-screen-slider-holder .customNavigation a.next-slide,
.fullheight-carousel-holder .customNavigation a.next-slide {
    right: 0;
}

.full-screen-slider-holder .customNavigation a.prev-slide,
.fullheight-carousel-holder .customNavigation a.prev-slide {
    left: 0;
}

.pad-top {
    padding-top: 50px;
}

.pad-top .num-holder {
    top: 90px;
}

.carousel-notiher {
    position: absolute;
    top: 80px;
    left: 80px;
    color: #fff;
    padding-bottom: 20px;
    text-align: left;
    z-index: 10;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.carousel-notiher:before,
.carousel-notiher:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
}

.carousel-notiher:before {
    width: 150px;
    background: rgba(255, 255, 255, 0.31);
    left: 0;
    z-index: 1;
}

.carousel-notiher:after {
    left: 100px;
    width: 50px;
    background: #fff;
    z-index: 2;
}

.fix-bg {
    position: fixed;
    top: 50px;
    left: 300px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.abmin {
    float: left;
    width: 100%;
    padding-top: 250px;
}

.ab-min-wrap {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    margin-top: 50px;
    padding: 50px 30px;
}

.ab-min-wrap h2 {
    padding-bottom: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 28px;
    position: relative;
    float: left;
    width: 100%;
}

.blur {
    -webkit-filter: blur(10px);
    -o-filter: blur(10px);
}


/*------ setion ------------------------------------------------*/

section {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background: #fff;
}

.small-padding {
    padding: 10px 0;
}

.md-padding {
    padding: 20px 0;
}

.mr-bottom {
    margin-bottom: 30px;
}

.section-title {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

section.md-padding .section-title {
    margin-bottom: 30px;
}

.inner-wrap {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 50px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 20px;
}

.in-bi-pad {
    padding-bottom: 40px;
}

.no-margin {
    margin: 0;
}

.section-title h3,
.inner-wrap h3 {
    text-align: left;
    font-size: 28px;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.section-title h3:before,
.inner-wrap h3:before,
.ab-min-wrap h2:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 50px;
    background: #ccc;
    height: 1px;
}

.inner-wrap h3 span {
    font-weight: 300;
    font-size: 13px;
    color: #666;
}

.section-title h4 {
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    float: left;
    max-width: 400px;
}

.page-title {
    float: left;
    width: 100%;
    padding: 250px 0;
    position: relative;
}

.page-title h1,
.page-title h2 {
    position: absolute;
    top: 50%;
    right: 10%;
    text-align: left;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 92px;
    opacity: 0.3;
    z-index: 4;
    text-transform: uppercase;
}

.page-title-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-title-decor {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    height: 50px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.page-title-decor:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50px;
    width: 100px;
    height: 1px;
    background: #000;
    opacity: 0.5;
}


/*------ resume ------------------------------------------------*/

.resume-holder,
.resume-item {
    float: left;
    width: 100%;
    position: relative;
}

.resume-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.resume-head {
    float: left;
    padding: 10px 0;
    width: 100%;
    position: relative;
}

.resume-head:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 90px;
    height: 1px;
    background: #000;
}

.resume-head h3 {
    float: left;
    text-align: left;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.resume-box h5 {
    text-align: left;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.resume-box p {
    margin-top: 10px;
    font-size: 12px;
}

.hidden-info {
    float: right;
    float: left;
    width: 100%;
    display: none;
    padding: 10px 0;
    margin-top: 20px;
}

.show-hidden-info {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    cursor: pointer;
}

.show-hidden-info:before,
.show-hidden-info:after {
    content: '';
    position: absolute;
    background: #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.show-hidden-info:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.show-hidden-info:after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

.vhi:after {
    height: 0;
}

.vhi:after,
.vhi:before {
    background: #ccc;
}

.inline-gallery {
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
}

.inline-gallery li {
    float: left;
    position: relative;
    width: 25%;
    padding: 4px 4px 4px 0;
}


/*------ facts  ------------------------------------------------*/

.inline-facts-holder {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

.inline-facts {
    float: left;
    width: 25%;
    position: relative;
}

.count-dec {
    position: absolute;
    top: -10px;
    left: 0;
    color: #000;
    z-index: -1;
    opacity: 0.1;
    font-size: 54px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.inline-facts h6 {
    float: right;
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.inline-facts .num {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 34px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
}


/* --------- Skills --------------------------------------*/

.custom-skillbar-holder {
    padding-top: 50px;
    float: left;
    width: 100%;
    position: relative;
}

.skillbar-box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.skillbar-bg {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #eee;
}

.custom-skillbar-title span {
    float: left;
    font-size: 12px;
    margin-top: 12px;
    padding-bottom: 6px;
}

.custom-skillbar {
    height: 2px;
    width: 0px;
    background: #000;
}

.skill-bar-percent {
    float: right;
    font-size: 12px;
    margin-top: 13px;
    padding-bottom: 6px;
}


/*------ services  ------------------------------------------------*/

.services-holder {
    float: left;
    width: 100%;
    position: relative;
}

.serv-item {
    float: left;
    width: 50%;
    position: relative;
    padding: 10px 20px 10px 0;
    overflow: hidden;
}

.serv-item img {
    position: relative;
    width: 100%;
    height: auto;
}

.serv-item-inner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.serv-item-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.11);
    z-index: 2;
}

.act-ser .serv-item-inner:before {
    background: rgba(0, 0, 0, 0.41);
}

.ser-title {
    position: absolute;
    bottom: 20px;
    z-index: 3;
    width: 100%;
    left: 0;
}

.act-ser .ser-title {
    bottom: 50px;
}

.ser-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-table;
}

.ser-title h3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: -6px;
    left: 0;
    background: #fff;
}

.act-ser .ser-title h3:before {
    width: 0;
}

.serv-post {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.serv-details {
    float: left;
    width: 100%;
    position: relative;
    display: none;
    text-align: left;
}

.serv-details h3 {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
}

.serv-details p {
    line-height: 20px;
}

.ser-list {
    list-style: circle;
    float: left;
    width: 100%;
    padding: 10px 0 10px 14px;
}

.ser-list li {
    width: 100%;
    float: left;
    margin-bottom: 4px;
    color: #999;
    padding-left: 10px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}

.price {
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 14px;
    border: 2px solid #000;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 4px;
    background: #000;
}

.serv-item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}


/*------ Team  ------------------------------------------------*/

.team-holder,
.custom-slider-holder {
    float: left;
    width: 100%;
    position: relative;
}

.custom-slider .owl-stage-outer {
    min-height: 490px;
}

.team-holder li {
    float: left;
    width: 33.3333%;
    padding: 20px 20px 20px 0;
}

.team-box {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.team-info {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.team-info h4 {
    font-size: 19px;
    padding-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.team-info h5 {
    font-size: 11px;
    font-weight: 500;
    color: #999;
}

.team-box:before,
.team-box:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
}

.team-box:before {
    width: 0;
    height: 2px;
}

.team-box:after {
    width: 2px;
    height: 0;
}

.team-box:hover:before {
    width: 20px;
}

.team-box:hover:after {
    height: 20px;
}

.team-photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}

.team-photo span {
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 5;
    padding: 10px 15px;
    background: #fff;
}

.team-box:before,
.team-box:after,
.team-photo span,
.serv-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.team-photo:hover span {
    bottom: 0;
}

.team-box .overlay {
    opacity: 0;
    z-index: 2;
    background: #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.team-box:hover .overlay {
    opacity: 0.5;
}

.team-social {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 3;
    display: none;
}

.team-social li {
    float: none !important;
    display: inline-block !important;
    padding: 6px;
    width: auto !important;
}

.team-social li a {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 50px;
    opacity: 0;
}


/*------ Porfolio  ------------------------------------------------*/

.gallery-items,
.por-sidebar {
    float: left;
    width: 100%;
    position: relative;
}

.por-sidebar {
    padding: 0 30px;
    margin-top: 50px;
}

.grid-item-holder {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.hid-port-info .gallery-item {
    overflow: hidden;
}

.grid-big-pad .grid-item-holder {
    padding: 40px;
}

.grid-small-pad .grid-item-holder {
    padding: 7px 14px 7px 0;
}

.grid-no-pad .grid-item-holder {
    padding: 0;
}

.gallery-item,
.grid-sizer {
    width: 25%;
    position: relative;
    float: left;
}

.gallery-item-second,
.grid-sizer-second {
    width: 50%;
}

.gallery-item img,
.grid-sizer img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
}

.four-coulms .gallery-item,
.four-coulms .grid-sizer {
    width: 25%;
}

.three-coulms .gallery-item,
.three-coulms .grid-sizer {
    width: 33.3%;
}

.three-coulms .gallery-item-second {
    width: 66.6%;
}

.two-columns .gallery-item {
    width: 50%;
}

.gallery-item .overlay {
    z-index: 2;
    opacity: 0;
    background: #000;
}

.gallery-item:hover .wh-info-box {
    visibility: visible;
}

.gallery-item:hover .wh-info-box:before {
    width: 100%;
}

.gallery-item:hover .wh-info-box-inner {
    opacity: 1;
}

.grid-item {
    position: relative;
    float: left;
    width: 100%;
    z-index: 3;
    padding: 20px 25px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.grid-item h3 {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    float: left;
    font-family: 'Montserrat', sans-serif;
}

.grid-item h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
}

.grid-item h3:before,
.grid-item h3,
.blog-media img {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.grid-item h3:hover {
    padding: 0 0 0 30px;
}

.grid-item h3:hover:before {
    width: 20px;
}

.grid-item span {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 11px;
    margin-top: 6px;
    color: #999;
}

.hid-por-info .grid-item {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.gallery-item:hover .grid-item {
    bottom: 0;
}

.hid-por-info .gallery-item {
    overflow: hidden;
}

.hid-por-info .gallery-item a.popup-image {
    top: 20px;
    margin: 0;
    margin-left: -60px;
    left: 100%;
}

.pad-con {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.pad-con2 {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 42px;
}

.pad-con3 {
    padding: 0 30px;
}

.hor-pad-con {
    padding: 60px 0 0 30px;
}

.inline-filter {
    max-width: 1024px;
    width: 92%;
    float: left;
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
}

.bx-filter {
    width: 100%;
    border-right: none !important;
}

.bx-filter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 14px;
    bottom: 0;
    border: 1px solid #f0f0f0;
}

.bx-filter a,
.bx-filter .count-folio {
    background: none !important;
}

.fixed-filter {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 300px;
    right: 0;
    height: 42px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.inline-filter a,
.inline-filter .count-folio {
    float: left;
    padding: 10px 25px;
    background: #fff;
    position: relative;
    border-left: 1px solid #f0f0f0;
}

.inline-filter a:before,
.fixed-filter a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    /* background: #ccc; */
    background: #4eabe5;
    height: 1px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.inline-filter a.gallery-filter-active:before,
.fixed-filter a.gallery-filter-active:before {
    width: 100%;
}

.filter-button {
    display: none;
}

.fixed-filter a,
.fixed-filter .count-folio {
    float: left;
    padding: 0 25px;
    height: 42px;
    border-right: 1px solid #f0f0f0;
    line-height: 42px;
}

.bx-filter,
.bx-filter .count-folio {
    border-right: 1px solid #f0f0f0;
}

.inline-filter .count-folio div,
.fixed-filter .count-folio div {
    float: left;
    position: relative;
}

.inline-filter .count-folio div.num-album,
.fixed-filter .count-folio div.num-album {
    padding-right: 10px;
    margin-right: 10px;
}

.inline-filter .count-folio div.num-album:before,
.fixed-filter .count-folio div.num-album:before {
    content: '';
    position: absolute;
    right: -2px;
    top: 4px;
    width: 1px;
    height: 10px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.6;
}

.fixed-filter .count-folio div.num-album:before {
    top: 16px;
}

.box-folio .grid-item {
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.gallery_horizontal {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 4px;
}

.gallery_horizontal .owl-item {
    height: 100%;
}

.gallery_horizontal .owl-item img {
    display: block;
    width: auto!important;
    height: 100%!important;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.horizontal_item {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.portfolio_item,
.horizontal_item {
    cursor: e-resize;
}

.resize-carousel-holder {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.slider-zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.caption {
    float: left;
    width: 100%;
    padding: 25px 30px 20px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.caption:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 90px;
    height: 1px;
    width: 100px;
    background: #292929;
    opacity: 0.6;
}

.num-holder2 {
    position: absolute;
    right: 30px;
    top: 44px;
    z-index: 20;
    color: #000;
    font-weight: 500;
}

.caption h4 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
}

.details-box {
    float: left;
    width: 100%;
    padding: 50px 30px;
    padding-left: 0;
    position: relative;
}

.sml-pad {
    padding: 50px 0 0;
}

.notifer {
    float: left;
    width: 100%;
    background: #fff;
}

.details-box h3,
.notifer h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.notifer h3 {
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 8px;
}

.notifer {
    float: left;
    width: 100%;
    padding: 15px 30px;
}

.ntf-sml {
    padding: 15px 14px 15px 0;
}

.ntf-npa {
    padding: 25px 0;
    border-top: 1px solid #f0f0f0;
}

.notifer .btn {
    float: right;
    margin-top: 0;
}

.det-list {
    margin-top: 10px;
}

.det-list,
.det-list li,
.det-list li a,
.det-list li span {
    float: left;
    width: 100%;
    text-align: left;
}

.det-list li a {
    line-height: 24px;
    transition: all .3s ease;
}

.det-list li a:hover {
    color: #4eabe5;
}

.det-list li i {
    padding-right: 4px;
    font-size: 12px;
}

.det-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.det-list li span {
    padding-bottom: 10px;
    color: #666;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.resize-carousel-holder .customNavigation a,
.custom-slider-holder .customNavigation a {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    background: #fff;
    margin-top: -35px;
    line-height: 40px;
    font-size: 12px;
    z-index: 10;
    cursor: pointer;
}

.resize-carousel-holder .customNavigation a.next-slide,
.custom-slider-holder .customNavigation a.next-slide {
    right: 0;
}

.resize-carousel-holder .customNavigation a.prev-slide,
.custom-slider-holder .customNavigation a.prev-slide {
    left: 0;
}


/*------ Video ------------------------------------------------*/

.iframe-holder {
    float: left;
    position: relative;
    width: 100%
}

.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-container,
.video-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.background-youtube {
    width: 100% !important;
}

.media-container {
    height: 100% !important;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-holder iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.mob-bg {
    display: none;
}


/*------ map - ------------------------------------------------*/

.map-holder {
    float: left;
    width: 100%;
    position: relative;
    /* padding: 0 30px; */
    /* padding: 0 15px; */
}


/* .gen-map-holder {
    width: calc(100% - 40px);
} */

.map-box {
    float: left;
    width: 100%;
    height: 400px;
    position: relative;
}

#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

.map-inner {
    padding: 0;
    height: 400px;
}

.map-inner .map-holder {
    padding: 0;
}


/*------ Contact  ------------------------------------------------*/

#contact-form {
    max-width: 450px;
    float: left;
}

#contact-form input[type="text"],
#contact-form textarea,
#comment-form input[type="text"],
#comment-form textarea {
    float: left;
    width: 100%;
    background: none;
    margin-bottom: 20px;
    font-size: 10px;
    height: 50px;
    border-radius: none;
    position: relative;
    z-index: 20;
    padding-left: 8px;
    border-radius: 0;
    color: #000;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
}

#contact-form textarea,
#comment-form textarea {
    height: 170px;
    resize: none;
    overflow: auto;
    background: none;
    overflow: auto;
    box-shadow: none;
}

#submit {
    float: left;
    border: none;
    background: none;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    background: #292929;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.contact-form #submit {
    background: #292929;
    padding: 12px 30px;
    text-transform: uppercase;
}

.contact-form #submit {
    background: #4eabe5;
    padding: 12px 30px;
    text-transform: uppercase;
}

#submit span {
    position: relative;
}

#submit span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 0;
    background: #fff;
    height: 1px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

#submit:hover span:before {
    width: 15px;
}

#submit:hover {
    padding-left: 45px!important;
}

.error_message {
    text-align: left;
    font-size: 14px;
    max-width: 450px;
    position: relative;
    padding: 10px 0;
    color: #C03;
    font-weight: 700;
}

#success_page h3 {
    text-align: left;
    font-size: 18px;
    float: left;
    width: 100%;
    margin-top: 20px;
    line-height: 1px;
}

#success_page p {
    text-align: left;
    padding: 0 6px 6px 0;
    color: #000;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
}

#success_page p strong {
    color: #C03;
}

#message fieldset {
    border: none;
}


/*------ share------------------------------------------------*/

.show-share {
    float: right;
    padding: 0 30px;
    line-height: 50px;
    position: relative;
    border-left: 1px solid #f0f0f0;
    height: 100%;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.share-container {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    height: 100%;
}

.share-container:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    height: 1px;
    width: 90px;
    background: #000;
}

.closeshare {
    float: right;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-left: 1px solid #f0f0f0;
    line-height: 50px;
}

.share-icon {
    height: 50px;
    width: 50px;
    float: right;
    margin: 0 2px;
    position: relative;
    font-size: 12px;
    line-height: 50px;
    color: #000;
    border-left: 1px solid #f0f0f0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.share-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.share-icon-digg:before {
    content: "\f1a6";
}

.share-icon-email:before {
    content: "\f003";
}

.share-icon-flickr:before {
    content: "\f16e";
}

.share-icon-foursquare:before {
    content: "\f180";
}

.share-icon-rss:before {
    content: "\f09e";
}

.share-icon-facebook:before {
    content: "\f09a";
}

.share-icon-twitter:before {
    content: "\f099";
}

.share-icon-tumblr:before {
    content: "\f173";
}

.share-icon-linkedin:before {
    content: "\f08c";
}

.share-icon-vimeo:before {
    content: "\f194";
}

.share-icon-instagram:before {
    content: "\f16d";
}

.share-icon-pinterest:before {
    content: "\f0d2";
}

.share-icon-googleplus:before {
    content: "\f0d5";
}

.share-icon-in1:before {
    content: "\f08c";
}

.share-icon-stumbleupon:before {
    content: "\f1a4";
}


/*------ blog ------------------------------------------------*/

.blog-inner,
.blog-media,
.blog-title,
.blog-text {
    float: left;
    width: 100%;
    position: relative;
}

.blog-media {
    margin-bottom: 50px;
    overflow: hidden;
}

article {
    float: left;
    margin-top: 10px;
    width: 100%;
    position: relative;
    background: #fff;
}

article.br-post {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-top: 0;
    padding: 20px 30px;
    padding-left: 0;
}

.sinnle-post {
    padding-top: 30px;
    margin-bottom: 30px;
}

.sinnle-post h2 {
    float: left;
    font-size: 32px;
    text-align: left;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    /* padding-left: 15px; */
}

.sinnle-post .small-container {
    padding-left: 0;
}

.blog-title {
    padding: 20px 0;
}

.grid-item-holder .blog-title,
.grid-item-holder .blog-text {
    padding: 20px;
}

.grid-item-holder .blog-media {
    margin-bottom: 0;
}

.blog-title li {
    float: left;
    text-align: left;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    color: #666;
    font-size: 13px;
    color: #666;
    margin-right: 4px;
}

.blog-title a {
    color: #666;
    /* padding-left: 15px; */
}

.blog-text {
    margin-top: 10px;
    position: relative;
    float: left;
    width: 100%;
}

.sinnle-post .blog-text {
    margin: 50px auto 50px;
    margin-left: 0;
    max-width: 900px;
    width: 92%;
    float: none;
    padding-top: 50px;
}

.blog-text h3,
.comment-form-holder h3,
.comments-holder h3 {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.project-details h3 {
    padding: 20px 0 15px;
}

.blog-media {
    float: left;
    width: 100%;
    position: relative;
}

.blog-text p {
    font-size: 12px;
    padding-top: 10px;
}

.sinnle-post p {
    font-size: 12px;
}

.sinnle-post .blog-text h3 {
    margin-bottom: 30px;
}

.commentlist {
    text-align: left;
    float: left;
    margin-bottom: 80px;
    max-width: 900px;
}

.comments-holder {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 70px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.comment-form-holder {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 70px;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 50px;
    border-top: 1px solid #eee;
}

#comment-form {
    max-width: 400px;
}

#comments {
    text-align: left;
    padding-top: 10px;
    max-width: 800px;
}

#comments-title,
#reply-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

.comment {
    float: left;
}

.comment-body {
    position: relative;
    margin-left: 70px;
    padding-top: 30px;
}

.comment-author {
    position: absolute;
    top: 30px;
    left: -66px;
}

.comment-author img {
    border-radius: 100%;
}

.comment .children {
    margin-left: 70px;
}

.fn {
    display: block;
    margin-bottom: 10px;
}

.comment-meta,
.comment-meta a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1px;
    color: #494949;
    padding-bottom: 10px;
}

.pagination-blog {
    text-align: center;
    float: left;
    width: 100%;
    margin: 15px 0;
    background: #fff;
}

.pagination-blog-inner {
    float: left;
    background: #fff;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .07);
}

.con-pag {
    padding: 0 30px;
    margin: 10px 0px 30px;
}

.pagination-blog a {
    float: left;
    padding: 12px 18px;
    position: relative;
    font-size: 13px;
    color: #666;
    letter-spacing: 1px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.pagination-blog a.current-page,
.pagination-blog a:hover {
    color: #fff;
    background: #000;
}

.no-bg {
    background: none;
}

.box-page .container {
    max-width: 1024px;
}

.taglist {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.taglist li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.taglist li a {
    padding: 10px 20px;
    float: left;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}


/*------ 404 -------------------------------------------------*/

#ajax-loading-box {
    display: none !important;
}

.back-link {
    position: fixed;
    top: 0;
    left: 300px;
    right: 0;
    height: 100%;
    z-index: 50000;
    background: #fff;
}

.back-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url(../images/bg/3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: url(#blur);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='10');
}

.back-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(51, 51, 51, 0.21) url(../images/body-bg.png) repeat top left;
}

.back-link h2 {
    font-size: 5.4rem;
    line-height: 4.4rem;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.back-link span {
    position: relative;
    top: 30%;
    float: left;
    width: 100%;
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
}

.ajaxPageSwitchBacklink {
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    color: #fff;
    position: relative;
    top: 30%;
}

.ajaxPageSwitchBacklink:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ajaxPageSwitchBacklink:hover:before {
    width: 100%;
}


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

@media only screen and (max-width: 1256px) {
    .blog-inner .gallery-item {
        width: 50%;
    }
    .to-top {
        height: 40px;
        line-height: 40px;
    }
    .det-vis .gallery-item {
        width: 33.3%;
    }
}

@media only screen and (max-width: 1056px) {

    /* LUN WRAP */
    .lun-wrap{
        display: none;
    }
    header {
        left: -301px;
    }
    
    .close-menu,
    .mob-bg {
        display: block;
    }
    .nav-button-holder{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .content-holder {
        padding: 0;
    }
    .top-bar-holder {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        float: left;
        width: 100% !important;
        overflow: hidden;
    }
    .wrapper-inner {
        padding-left: 0;
    }
    .container {
        float: none;
        margin: 0 auto;
    }
    .top-bar-holder .container {
        float: left;
        width: 100%;
    }
    .team-holder li {
        width: 50%;
    }
    .notifer .btn {
        float: left;
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .loader.pg-load {
        top: 50%;
        left: 50%;
        width: 27px;
        height: 27px;
        margin-top: -13px;
        margin-left: -13px;
    }
    .loader.pg-load .speeding-wheel {
        width: 27px;
        height: 27px;
        border: 2px solid rgb(0, 0, 0);
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .gallery-item {
        width: 50% !important;
    }
    .pad-con {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pad-con .notifer {
        padding: 5px 0;
    }
    .pr-not .container {
        float: left;
        margin: 0;
        width: 100%;
    }
    .hor-pad-con {
        padding: 20px 0 0 0;
    }
    .pad-con2 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .det-list {
        margin-top: 30px;
    }
    .page-title {
        padding: 150px 0;
    }
    .page-title h2 {
        top: 45%;
        font-size: 62px;
        text-align: center;
    }
    .fixed-filter {
        position: relative;
        left: 0;
        border-top: none;
    }
    .pad-con3 {
        padding: 0;
    }
    .full-screen-slider-holder {
        margin-top: 0;
    }
    .abmin {
        padding-top: 50px;
    }
    .pdtb .top-bar {
        width: 100%;
    }
    .back-link,
    .preload-bg,
    .fix-bg,
    .top-bar-holder.fw-topbar,
    #main:before {
        left: 0;
    }
    .map-inner {
        padding-top: 0;
    }
    .scroll-holder {
        padding: 40px 0 !important;
    }
    .gallery_horizontal {
        margin-top: 0px;
    }
    .pr-not .notifer {
        padding: 5px 20px;
    }
}

@media only screen and (max-width: 756px) {
    .resize-carousel-holder .customNavigation,
    .caption,
    .bx-filter:before {
        display: none;
    }
    .resize-carousel-holder {
        width: 92%;
        left: 4%;
    }
    .horizontal_item img {
        width: 100% !important;
        height: auto !important;
    }
    .horizontal_item {
        padding: 10px 0;
    }
    .inline-facts {
        width: 50% !important;
        margin-bottom: 20px;
    }
    .gallery-item {
        width: 100% !important;
    }
    .grid-small-pad .grid-item-holder {
        padding: 7px 0 7px 0;
    }
    .inline-filter,
    .filter-holder {
        width: 100%;
        float: left;
    }
    .count-folio {
        width: 30%;
        height: 40px;
        position: absolute !important;
        top: 0;
        right: 0;
    }
    .filter-button {
        float: left;
        width: 70%;
        height: 40px;
        line-height: 40px;
        background: #fff;
        display: block;
        cursor: pointer;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        position: relative;
        z-index: 5;
    }
    .bx-filter {
        border: 1px solid #f0f0f0;
    }
    .bx-filter .count-folio {
        border: none;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }
    .gallery-filters {
        float: left;
        display: none;
        width: 100%;
        background: #fff;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
    }
    .bx-filter .gallery-filters {
        border-bottom: none;
        border-right: 1px solid #f0f0f0;
    }
    .gallery-filters a {
        float: left;
        width: 100%;
        text-align: left;
        border-left: none;
    }
    .gallery-filters a.gallery-filter-active:before {
        width: 40px;
    }
    .inline-filter a:before,
    .fixed-filter a:before {
        left: 25px;
        background: #000;
        height: 2px;
    }
    .count-folio div {
        display: inline-block;
        float: none !important;
    }
    .popup-gallery .grid-item-holder {
        margin-bottom: 20px;
    }
    .hero-title h2 {
        font-size: 34px;
        padding: 0 20px 30px;
    }
    .full-screen-slider-holder .customNavigation a {
        top: 90% !important;
    }
}

@media only screen and (max-width: 540px) {
    .team-holder li,
    .serv-item {
        width: 100%;
        padding: 0;
    }
    .serv-item {
        margin-bottom: 20px;
    }
    .inline-facts {
        width: 100% !important;
    }
    .inline-facts .num,
    .inline-facts h6 {
        text-align: center;
    }
}

@media only screen and (max-width: 310px) {
    header {
        width: 250px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}

.error-page-wrapper svg {
    height: 200px;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
    stroke: rgba(0, 0, 0, .1);
    stroke-width: 2px;
    fill: #fff;
}

.error-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
}

.error-page-btn {
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}

.error-page-wrapper {
    position: absolute;
    top: 50%;
    padding: 0 15px;
}


/* .nav-holder nav {
    max-height: calc(100vh - 500px);
    overflow: hidden;
    overflow-y: auto;
} */

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    width: 2px;
    height: 3px;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar-button {
    background-color: #666;
    display: none;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar-track {
    background-color: #999;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 3px;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar-corner {
    background-color: #999;
    display: none;
}

.scroll-wrapper>.scroll-content::-webkit-resizer {
    background-color: #666;
    display: none;
}

.styled-content strong {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
}

.styled-content iframe {
    width: 100%;
    margin-top: 15px;
}

.feedback-popup,
.feedback-smallpopup {
    position: fixed;
    width: 600px;
    max-width: calc(100% - 30px);
    top: -150%;
    opacity: 0;
    left: 50%;
    padding: 30px;
    background: #ffffff;
    z-index: 9999;
    visibility: hidden;
    transition: top .3s ease;
}

.feedback-popup.active,
.feedback-smallpopup.active {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.feedback-popup br,
.feedback-popup .page-url,
.feedback-popup .page-title,
.feedback-smallpopup br,
.feedback-smallpopup .page-url,
.feedback-smallpopup .page-title {
    display: none!important;
}

.feedback-popup .wpcf7-form-control-wrap,
.feedback-popup input,
.feedback-popup textarea,
.feedback-smallpopup .wpcf7-form-control-wrap,
.feedback-smallpopup input,
.feedback-smallpopup textarea {
    display: block;
    width: 100%;
}

.feedback-popup input,
.feedback-popup textarea,
.feedback-smallpopup input,
.feedback-smallpopup textarea {
    border: 0;
    border-bottom: 1px solid #000;
    padding-left: 8px;
}

.feedback-popup input,
.feedback-smallpopup input {
    height: 50px;
    margin-bottom: 15px;
}

.feedback-popup textarea,
.feedback-popup textarea {
    resize: none;
    padding-top: 15px;
}

.feedback-popup textarea::-webkit-input-placeholder,
.feedback-smallpopup textarea::-webkit-input-placeholder {
    font-family: Arial;
    font-size: 13px;
}

.feedback-popup textarea:-moz-placeholder,
.feedback-smallpopup textarea:-moz-placeholder {
    font-family: Arial;
    font-size: 13px;
}

.feedback-popup textarea::-moz-placeholder,
.feedback-smallpopup textarea::-moz-placeholder {
    font-family: Arial;
    font-size: 13px;
}

.feedback-popup textarea:-ms-input-placeholder,
.feedback-smallpopup textarea:-ms-input-placeholder {
    font-family: Arial;
    font-size: 13px;
}

.feedback-popup textarea::placeholder,
.feedback-smallpopup textarea::placeholder {
    font-family: Arial;
    font-size: 13px;
}

.feedback-popup #submit,
.feedback-smallpopup #submit {
    margin-top: 15px;
    padding: 12px 30px;
    /* background: #292929; */
    background: #4eabe5;
    text-transform: uppercase;
}

.popup-close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -45px;
    top: -45px;
}

.popup-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    -webkit-transition: width .3s;
    transition: width .3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.popup-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    -webkit-transition: width .3s;
    transition: width .3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    content: "";
}

.feedback-popup-fill {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9998;
}

.lang-switcher-container ul {
    text-align: left;
    padding-left: 30px;
    margin-top: 12px;
}

.lang-switcher-container li {
    display: inline-block;
    margin-right: 10px;
}

.lang-switcher-container li.active {
    border-bottom: 1px solid #000;
}

.lang-switcher-container li a,
.lang-switcher-container li span {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.gallery-filters {
    position: relative;
}

.gallery-filters>.gallery-filter {
    position: relative;
    z-index: 2;
}

.gallery-filters .sub-filter {
    position: absolute;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    transition: top .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.gallery-filters .sub-filter.active {
    top: 34px;
    left: 0;
    background: #fff;
    opacity: 1;
    visibility: visible;
}

.filter-holder {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.caption {
    min-height: 100px;
}

.serv-post ul {
    list-style: circle;
    float: left;
    width: 100%;
    padding: 10px 0 10px 14px;
}

.serv-post ul li {
    width: 100%;
    float: left;
    margin-bottom: 4px;
    color: #999;
    padding-left: 10px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}

.contact-form br {
    display: none!important;
}

.contact-form .wpcf7-form-control-wrap,
.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
}

.contact-form input,
.contact-form textarea {
    border: 0;
    border-bottom: 1px solid #000;
    padding-left: 8px;
}

.contact-form input {
    height: 50px;
    margin-bottom: 15px;
}

.contact-form textarea {
    resize: none;
    padding-top: 15px;
}

.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
    font-family: Arial;
    font-size: 12px;
    color: #111;
}

.contact-form textarea:-moz-placeholder,
.contact-form input:-moz-placeholder {
    font-family: Arial;
    font-size: 12px;
    color: #111;
}

.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
    font-family: Arial;
    font-size: 13px;
}

.contact-form textarea:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
    font-family: Arial;
    font-size: 12px;
    color: #111;
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
    font-family: Arial;
    font-size: 12px;
    color: #111;
}

.news-item-content {
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
}

.pagination-blog {
    display: table;
    width: 100%;
    text-align-last: left;
}

.pagination-blog .navigation>* {
    float: left;
    padding: 12px 18px;
    position: relative;
    font-size: 13px;
    color: #666;
    letter-spacing: 1px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.scroll-wrapper>.scroll-content {
    padding-top: 0!important;
}

.nav-holder {
    margin-top: 15px;
}

.header-social li {
    margin-right: 20px;
    font-size: 20px;
}

.page-share-title {
    float: inherit;
    padding: 0 30px;
    line-height: 50px;
    position: relative;
    border-left: 0px solid #f0f0f0;
    height: 100%;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    right: 150px;
    top: 0;
}

.share-icon-telegram:before {
    content: "\f2c6";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.owl-nav.disabled {
    display: none;
}

.google-map-btn {
    display: block;
    position: absolute;
    top: 76px;
    line-height: 35px;
    padding: 0 20px;
    background: #292929;
    color: #fff;
    text-transform: uppercase;
    width: 170px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

.custom-marker-wrapp {
    /* width: 180px!important;
    height: 150px!important;
    left: -85px !important; */
    overflow: visible !important;
    opacity: 1 !important;
    z-index: 1 !important;
}

.custom-marker-wrapp img {
    /* left: 60px !important; */
}

.map-holder>.google-map-btn {
    width: 180px!important;
    top: auto!important;
    bottom: 25px!important;
    left: 40px!important;
}

.map-holder>.google-map-btn span {
    display: none;
}

.custom-marker-wrapp .google-map-btn {
    display: block;
    left: -60px;
    background: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0);
}

.custom-marker-wrapp .google-map-btn span {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    font-size: 10px;
    line-height: 20px;
    width: 170px;
    left: 0;
    top: -20px;
    color: #fff;
}

.google-map-btn.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.about-company-text {
    margin-bottom: 30px;
}

.empty-rooms-griid-title {
    text-align: left;
    font-size: 18px;
    margin-top: -12px;
}

.navigation>* {
    width: 30px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #000000;
    margin-right: 10px;
}

.navigation .current {
    background: #000000;
    color: #fff;
}

.navigation .next,
.navigation .prev {
    border: 0px solid;
}

.gallery-item-empty-el {
    display: none;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
}

.empty-rooms-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: -76px;
}

@media only screen and (max-width: 1440px) {
    .gallery-item {
        width: 33.33%;
    }
}

@media only screen and (max-width: 756px) {
    .num-holder2 {
        position: relative;
        float: right;
        top: -18px;
        right: 4px;
    }
    .feedback-popup {
        width: 90%;
        margin-left: 5%!important;
        left: auto;
    }
    .popup-close {
        right: -5px;
    }
    .feedback-popup textarea {
        height: 100px;
    }
}

.breadcrumbs {
    color: #4eabe5;
}

.breadcrumbs span {
    text-align: left;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #4eabe5;
    font-family: 'Montserrat', sans-serif;
}

.breadcrumbs>span:not(:last-child) {
    color: #000;
}

.breadcrumbs span.current-item {
    color: #555;
}

.large-container-always {
    width: 100%;
    max-width: 100%;
}

.container>section:after {
    content: "";
    width: 10000px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
}


/* .container>section * {
    position: relative;
    z-index: 2;
} */


/* .large-container .rooms-gallery-item .grid-item {
    padding-left: 15px;
} */

.page-title {
    z-index: 5;
}

.top-bar-holder>.container,
.page-title-inner>.container {
    width: 100%;
    max-width: 100%;
}

.home-page-slider .overlay {
    opacity: 0;
}

.home-page-slider .hero-title {
    display: table;
    margin-top: 0 !important;
    padding: 20px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.5);
}

.home-page-slider h3,
.home-page-slider .like-h1,
.home-page-slider .like-h2 {
    text-shadow: 2px 2px 2px #000000;
}

.home-page-slider .like-h2 {
    padding: 0;
}

.home-page-slider .trsp-btn {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 24px;
    padding: 4px 20px;
    text-shadow: 0px 0px 0px #000000;
    background: #4eabe5;
    border-color: #4eabe5;
}

.home-page-slider .trsp-btn:hover {
    padding-left: 40px!important;
}

.home-page-slider .customNavigation a.next-slide {
    right: 30px;
}

.nav-holder nav li.red-style a {
    color: #ff0000;
}

.nav-holder nav li.red-style a:hover {
    color: #0088cc;
}

.nav-holder nav li.blue-style a {
    color: #0088cc;
}

.nav-holder nav li.blue-style a:hover {
    color: #0088cc;
}

.header-social li a i {
    transition: all .3s ease;
}

.header-social li:hover a i.fa-facebook {
    color: #3b5998;
}

.header-social li:hover a i.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    /* box-shadow: 0px 3px 10px rgba(0,0,0,.25); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-social li:hover a i.fa-youtube-play {
    color: #ff0000;
}

.header-social li:hover a i.fa-telegram {
    color: #0088cc;
}

.share-icon {
    transition: all .3s ease;
}

.share-icon.share-icon-facebook:hover {
    color: #3b5998;
}

.share-icon.share-icon-telegram:hover {
    color: #0088cc;
}

.logo-under-socials {
    display: table;
    width: 100%;
    margin-top: 23px;
    position: relative;
    /* top: 35px; */
}

.logo-under-socials img {
    max-width: 185px;
    float: left;
}

.header-contacts li a {
    color: #111;
    transition: all .3s ease;
}

.header-contacts li a:hover {
    color: #4eabe5;
}

.inner-wrap table {
    width: 100%!important;
    border: 1px solid #111;
}

.inner-wrap table th,
.inner-wrap table td {
    padding: 15px 0;
    border: 1px solid;
    text-align: center;
}

.inner-wrap table th strong,
.inner-wrap table td strong {
    font-weight: 500;
}

.header-widget-socials {
    margin-top: 0;
}


/* @keyframes phone-hunter-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0deg) scale(.5) skew(1deg)
    }
    30% {
        opacity: .5;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }
    100% {
        opacity: .6;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
} */

@keyframes phone-hunter-circle-anim {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.7, 1.7);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes phone-hunter-circle-anim2 {
    0% {
        background: rgba(78, 171, 229, .7);
        transform: scale(1, 1);
    }
    50% {
        background: rgba(78, 171, 229, .3);
        transform: scale(1.7, 1.7);
    }
    100% {
        background: rgba(78, 171, 229, .7);
        transform: scale(1, 1);
    }
}

.tour-button {
    position: absolute;
    line-height: 18px;
    padding: 12px 20px;
    left: 50%;
    margin-left: -30px;
    bottom: 80px;
    width: 60px;
    background: #4eabe5;
    border-color: #4eabe5;
    color: #fff;
    border-radius: 50%;
    z-index: 100;
}

.tour-button:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .0);
    /* border: 1px solid #4eabe5; */
    transform: scale(1, 1);
    border-radius: 50%;
    z-index: -1;
    animation-name: phone-hunter-circle-anim !important;
    animation-duration: 2s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
    -webkit-animation-name: phone-hunter-circle-anim !important;
    -webkit-animation-duration: 2s !important;
    -webkit-animation-timing-function: ease-in-out !important;
    -webkit-animation-iteration-count: infinite !important;
}

.tour-button:after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    /* background: rgba(78, 171, 229, .3); */
    border: 2px solid #4eabe5;
    transform: scale(1, 1);
    border-radius: 50%;
    z-index: -1;
    animation-name: phone-hunter-circle-anim2 !important;
    animation-duration: 2s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
    -webkit-animation-name: phone-hunter-circle-anim2 !important;
    -webkit-animation-duration: 2s !important;
    -webkit-animation-timing-function: ease-in-out !important;
    -webkit-animation-iteration-count: infinite !important;
}

@media only screen and (min-width: 1680px) {
    .large-container {
        width: 100%;
        max-width: 100%;
    }
    .large-container .rooms-gallery-item {
        width: 16.66%;
        padding: 0 15px;
    }
    .blog-inner .gallery-item {
        width: 16.66%;
    }
    /* .large-container .rooms-gallery-item .grid-item {
        padding-left: 15px;
    } */
    /* .ntf-sml {
        padding-left: 15px;
    } */
}

@media only screen and (max-width: 768px) {
    .hero-title h1,
    .hero-title span.like-h1,
    .hero-title h2,
    .hero-title span.like-h2 {
        font-size: 28px;
    }
    .tour-button {
        bottom: 65px;
    }
    @keyframes phone-hunter-circle-anim {
        0% {
            transform: scale(1, 1);
        }
        50% {
            transform: scale(1.3, 1.3);
        }
        100% {
            transform: scale(1, 1);
        }
    }
    @keyframes phone-hunter-circle-anim2 {
        0% {
            background: rgba(78, 171, 229, .7);
            transform: scale(1, 1);
        }
        50% {
            background: rgba(78, 171, 229, .3);
            transform: scale(1.3, 1.3);
        }
        100% {
            background: rgba(78, 171, 229, .7);
            transform: scale(1, 1);
        }
    }
    .home-page-slider .customNavigation {
        display: none;
    }
}


/* Callback button */

/* #callback-button {
    position: fixed;
    line-height: 18px;
    font-size: 18px;
    right: 80px;
    bottom: 80px;
    background: #4eabe5;
    border-color: #4eabe5;
    color: #fff;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

#callback-button::before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .0);
    border: 1px solid #4eabe5;
    transform: scale(1, 1);
    border-radius: 50%;
    z-index: -1;
    animation-name: phone-hunter-circle-anim !important;
    animation-duration: 2s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
    -webkit-animation-name: phone-hunter-circle-anim !important;
    -webkit-animation-duration: 2s !important;
    -webkit-animation-timing-function: ease-in-out !important;
    -webkit-animation-iteration-count: infinite !important;
}

#callback-button::after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    background: rgba(78, 171, 229, .3);
    border: 2px solid #4eabe5;
    transform: scale(1, 1);
    border-radius: 50%;
    z-index: -1;
    animation-name: phone-hunter-circle-anim2 !important;
    animation-duration: 2s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
    -webkit-animation-name: phone-hunter-circle-anim2 !important;
    -webkit-animation-duration: 2s !important;
    -webkit-animation-timing-function: ease-in-out !important;
    -webkit-animation-iteration-count: infinite !important;
}

#callback-button svg {
    width: 50%;
    height: 50%;
} */

/* Callback new */
#callback-button{
    position: fixed;
    right: 10px;
    bottom: 80px;
    background: #fff;
    border-color: #fff;
    color: #111111;
    z-index: 999;
    
    font-weight: 700;
    flex-wrap: wrap;
    
    max-width: 300px;
    width: 100%;
    cursor: pointer;
    
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
}
#callback-button p:first-of-type{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
#callback-button p:nth-of-type(2){
    font-size: 15px;
    line-height: 1.3;
}
#callback-button button{
    cursor: pointer;
    background: #4eabe5;
border-color: #4eabe5;
}
.callback-button-wrap{
    position: relative;
    padding: 10px;
}
.callback-button-wrap > a{
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 24px;
    color: #111111;
}
.callback-button-wrap > a:hover svg{
    fill: #0088cc;
}

.container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#callback-button:before {
    display: none!important;
}

.gen-plan-styled-content img {
    cursor: pointer;
}

.big-image-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 10000;
}

.big-image-popup .close-popup {
    position: fixed;
    right: 30px;
    top: 0px;
    z-index: 10002;
    color: #fff;
    cursor: pointer;
    font-size: 50px;
    font-weight: 300;
}

.big-image-popup .big-image-popup-container {
    position: fixed;
    top: 10%;
    left: 15%;
    width: 70%;
    height: 80%;
    z-index: 10001;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease;
}

.about-gallery-under-counters-title {
    margin-top: 30px;
}

.gen-gallery-under-counters {
    overflow: hidden;
    margin-top: -40px;
}

.gen-gallery-under-counters .owl-item {
    float: left;
}

.gen-gallery-under-counters .gen-gallery-under-counters-item {
    height: 330px;
}

.gen-gallery-under-counters .gen-gallery-under-counters-item-img {
    cursor: pointer;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.gen-gallery-under-counters-item-img-title {
    font-size: 14px!important;
    font-weight: 700!important;
    position: relative!important;
    margin-top: 15px!important;
    float: none!important;
}

.gen-gallery-under-counters-item-img-subtitle {
    width: 100%!important;
    text-align: left!important;
    font-size: 11px!important;
    float: none!important;
}

.gen-gallery-wrapp {
    position: relative;
}

.gen-customNavigation {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
    margin-top: -40px;
}

.gen-customNavigation a {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    background: #fff;
    margin-top: -35px;
    line-height: 40px;
    font-size: 12px;
    z-index: 10;
    cursor: pointer;
}

.gen-customNavigation a.prev-slide {
    left: 0;
}

.gen-customNavigation a.next-slide {
    right: 0;
}

.gen-customNavigation a:hover i {
    transition: all .3s ease;
}

.gen-customNavigation a:hover i {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.lg-outer .lg {
    overflow: visible!important;
}

.lg-backdrop.in {
    opacity: .8!important;
}

.lg-outer.lg-start-zoom {
    position: fixed;
    top: 10%;
    left: 15%;
    width: 70%;
    height: 80%;
    z-index: 10001;
}

.lg-outer.lg-start-zoom .lg-toolbar.lg-group {
    width: 100%;
    position: absolute;
    left: 0px;
    top: -47px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.lg-outer.lg-start-zoom .lg-toolbar.lg-group .lg-close.lg-icon {
    color: #fff;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    opacity: 1 !important;
    -webkit-transform: translate3d(0px, 0, 0) !important;
    transform: translate3d(0px, 0, 0) !important;
}

.lg-outer.lg-start-zoom .lg-thumb-outer.lg-grab,
.lg-outer.lg-start-zoom .lg-toogle-thumb.lg-icon,
.lg-outer.lg-start-zoom .lg-toolbar.lg-group .lg-fullscreen.lg-icon,
.lg-outer.lg-start-zoom .lg-toolbar.lg-group #lg-counter {
    display: none!important;
}

.lg-outer.lg-start-zoom .lg-sub-html {
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom: 0!important;
    padding: 10px 20px;
}

#jvlabelWrap {
    z-index: 1000!important;
}

@media screen and (max-width: 768px) {
    .custom-slider-holder>.small-container {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
    .custom-slider {
        margin-bottom: 30px;
    }
    .custom-slider .owl-stage-outer {
        min-height: auto;
    }
    .resize-carousel-holder .customNavigation a.prev-slide,
    .custom-slider-holder .customNavigation a.prev-slide {
        left: -30px;
    }
    .to-top {
        bottom: 170px;
        right: 30px;
    }
    #callback-button {
        bottom: 100px;
        right: 28px;
    }
    .container {
        width: 100%;
    }
    .small-container,
    .map-holder {
        padding: 0 15px;
    }
    .lg-outer.lg-start-zoom {
        position: fixed;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
        z-index: 10001;
    }
    .big-image-popup .big-image-popup-container {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
    }
    .big-image-popup.scale-image {
        overflow: auto;
    }
    .big-image-popup.scale-image .big-image-popup-container {
        width: 1000px;
        left: 0;
        position: absolute;
    }
    .lg-outer.lg-start-zoom .lg-toolbar.lg-group {
        top: -30px;
    }
    /* .gen-map-holder {
        width: calc(100% - 10px);
    } */
}

@media screen and (max-width: 480px) {
    #callback-button {
        bottom: 80px;
        right: 50%;
        transform: translateX(50%);
    }
}

.developer_btm_telegram{
	margin-left: 6%;
	margin-top: 10px;
}


.one_more_button {
	display: flex;
    align-items: end;
}

.one_more_button {
	position: relative;
}

.developer_btm_telegram::before {
	content: '';
   position: absolute;
   width: 34px;
   height: 34px;
	content: '';
	background-image:url('/wp-content/themes/riviera/images/telegram.svg');
	background-size: contain;
   background-repeat: no-repeat;
}