/* CSS Document */

/* Whizz HTML v. 1.0.1 */

/*------------------------------------------------------------------
/*--------------------------------------------------------*/

/* TABLE OF CONTENTS: */

/*--------------------------------------------------------*/

/* 01 - STYLES INIT */

/* 02 - ABOUT SECTION */

/* 03 - ALBUM ANIMATION SHORTCODE */

/* 04 - EXHIBITION */

/* 05 - IMAGE BANNER */

/* 06 - SLIDER TRANSITION */

/* 07 - CLIENTS */

/* 08 - COMING SOON */

/* 09 - CONTACTS */

/* 10 - CUSTOM TEXT BLOCK */

/* 11 - FULLSCREEN SLIDER */

/* 12 - GALLERY WITH LEFT FILTER */

/* 13 - PORTFOLIO */

/* 14 - INFO BLOCK */

/* 15 - INSTAGRAM */

/* 16 - WHIZZ GALLERY */

/* 17 - GALLERY HOVERS */

/* 18 - KENBURNS SLIDER  */

/* 19 - LINE OF IMAGES  */

/* 20 - FULL MODERN SLIDER  */

/* 21 - PORTFOLIO LIST   */

/* 22 - SIMPLE FULL SCREEN VIDEO   */

/* 23 - VIDEO SHORTCODE   */

/* 24 - VIDEO BANNER   */

/* 25 - TWITTER POSTS   */

/* 26 - TESTIMONIAL   */

/* 27 - TEAM   */

/* 28 - STRIPPED SHORTCODE   */

/* 29 - SPLITTED SLIDER   */

/* 30 - BANNER SLIDER   */

/* 31 - SKILLS   */

/* 32 - SIMPLE TEXT BLOCK   */

/* 33 - SIMPLE SLIDER   */

/* 34 - SERVICES   */

/* 35 - PRICING GALLERY   */

/* 36 - PRICING   */

/* 37 - POSTS   */

/* 38 - PORTFOLIO SLIDER   */

/* 39 - GALLERY PROOF PAGE    */

/* 40 - PAGE TEMPLATE    */

/* 41 - EVENTS    */

/* 42 - WOOCOMMERCE    */

/* 43 - ERROR PAGE    */

/* 44 - POPUP DETAILS    */

/* 45 - BLOG    */

/* 46 - CONTACT FORMS    */

/* 47 - PROTECTED PAGE    */

/* 48 - PARALLAX    */

/* 49 - CLIENTS    */

/* 50 - KASWARA CUSTOM STYLE    */

/* 51 - MENU    */

/* 52 - FOOTER    */

/* 53 - OTHER    */

/* 54 - STATIC ASIDE MENU    */

/* 55 - PORTFOLIO PINTEREST    */

/*------------------------------------------------------*/

/*---------------------- 01 .STYLES INIT----------------------*/

@font-face {
    font-family: 'ArcaMajora2';
    src: url("../fonts/ArcaMajora2-Heavy.ttf") format("truetype");
    src: url("../fonts/ArcaMajora2-Heavy.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArcaMajora3';
    src: url("../fonts/ArcaMajora3-Heavy.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArcaMajora3 Bold';
    src: url("../fonts/ArcaMajora3-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 15px;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 15px;
    line-height: 26px;
    color: #1b1b1b;
    position: relative;
    background: #ffffff;
}

.half{
    margin-left: 10px;
}

.h22{
    color: yellowgreen;
}

.main-wrapper {
    min-height: 100vh;
}

::-moz-selection {
    background: #000;
    color: #ffffff;
}

.imsta{
    position: fixed;
    bottom: 130px;
    font-size: 45px;
    left: 1rem;
    z-index: 100;
    border-radius: 10px;
    background:red;
    padding: 5px 9px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
}
.imsta a i{
    color: #fff;
    font-weight: 900;
}

.fottmarg{
    margin-top: 400px;
}
.contfoot{
    margin-top: 400px;
}


@media (max-width:992px) {
    .fottmarg{
        margin-top: 770px;
    }
    .contfoot{
        margin-top: 700px;
    }
    
}
.whatsaaap{
    position: fixed;
    bottom: 25px;
    left: 1rem;
    font-size: 15px;
    z-index: 100;
    border-radius: 10px;
    background: #0f0;
    padding: 3px 9px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
}
.whatsaaap a i{
    color: #fff;
    font-weight: 900;
}

::selection {
    background: #000;
    color: #ffffff;
}

::-moz-selection {
    background: #000;
    color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-font-smoothing: antialiased;
}

#letter {
    text-anchor: middle;
    font-size: 180px;
    font-weight: bold;
}

:focus {
    outline: 0;
}

a,
a:hover,
a:focus {
    color: #1B1B1B;
    outline: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
}

a:hover,
a:focus {
    opacity: .7;
}

a {
    text-decoration: underline;
}

.text-light a {
    color: #ffffff;
}

.no-scroll {
    overflow-y: hidden !important;
}

.overflow-hidden {
    overflow: hidden;
}

.main-wrapper img {
    max-width: 100%;
    height: auto;
}

.text-white {
    color: #fff;
}

.svgRect {
    -webkit-mask: url(#mask-time);
    mask: url(#mask-time);
}

.padding_lr_15 {
    padding: 0px 15px;
}

/* typography
---------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ArcaMajora3 Bold", sans-serif;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    letter-spacing: 3.3px;
    margin-bottom: 14px;
}

h1 {
    font-size: 44px;
    line-height: 54px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

p {
    font-family: "Georgia", sans-serif;
}

/* Responsive typography
---------------------------*/

@media (max-width: 768px) {
    body {
        font-size: 14px;
        line-height: 23px;
    }
    h1 {
        font-size: 34px;
        line-height: 40px;
    }
    h2 {
        font-size: 30px;
        line-height: 35px;
    }
    h3 {
        font-size: 26px;
        line-height: 29px;
    }
    h4 {
        font-size: 22px;
        line-height: 24px;
    }
    h5 {
        font-size: 17px;
        line-height: 19px;
    }
    h6 {
        font-size: 13px;
        line-height: 15px;
    }
}

body.lg-on {
    overflow: hidden;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: inherit;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: left, top, -webkit-transform;
    transition-property: transform, left, top;
    transition-property: transform, left, top, -webkit-transform;
    transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    box-sizing: content-box;
    cursor: s-resize;
    margin: 0 auto;
    height: inherit;
    float: left;
}

.swiper-slide {
    float: left;
    height: inherit;
    position: relative;
    width: 100%;
}

.hero img,
.single-content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: none;
}

.clip {
    clip: rect(auto, auto, auto, auto);
    height: 100%;
    position: absolute;
    width: 100%;
}

.bottom-line {
    position: relative;
    margin-bottom: 30px;
}

.bottom-line:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #111;
    bottom: -13px;
}

.display {
    display: block !important;
}

.display_none {
    display: none;
}

.overflow-full {
    overflow: hidden;
}

.text-light .bottom-line:after {
    background: #ffffff;
}

.text-light p {
    color: #ffffff;
}

.text-dark p {
    color: #000;
}

.black p.separator {
    background-color: #ffffff;
}

.monospace {
    font-family: 'Source Code Pro';
    color: #494949;
}

.text-light .monospace {
    color: #D0D0D0;
}

.bypostauthor {
    font-size: inherit;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.page-template-default form label {
    width: 100%;
}

.no-menu {
    font-family: "Georgia", sans-serif;
}

.padding-both>.container {
    padding: 40px 30px 20px !important;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    z-index: 99;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

.bigtext {
    font-size: 160px;
    line-height: 1;
    font-family: "Georgia", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.notfound {
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

abbr,
acronym {
    border-bottom: none !important;
}

.notfound:hover {
    opacity: .7;
}

.font-1 {
    font-family: "Georgia", sans-serif;
}

.container .ytbg iframe,
.hero .vc_row-fluid .vc_column_container .ytbg iframe {
    margin-left: 0 !important;
}

.mb_OnlyYT,
.mb_YTPTime,
span.mb_YTPMuteUnmute {
    font-size: 0 !important;
    display: none;
}

.mb_YTPPlaypause {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
}

.mb_YTPPlaypause:before {
    font-family: 'FontAwesome';
    content: "\f04c";
    font-size: 25px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-shadow: 1px 1px 2px black;
}

.mb_YTPPlaypause.active:before {
    content: "\f04b";
}

.mb_YTPBar {
    bottom: 0;
    left: 25px;
}

.mb_YTPBar .buttonBar {
    height: 60px;
}

.wpb_column>.wpb_wrapper>p:last-child {
    margin-bottom: 10px;
}

.vc_column_container .wpb_wrapper .vc_btn3.vc_btn3-style-outline {
    border-width: 1px;
    padding: 3px 22px;
    font-family: 'ArcaMajora3 Bold', sans-serif;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 992px) {
    .single-content.pr30 {
        padding-right: 30px !important;
    }
}

@media (max-width: 992px) {
    .bigtext {
        font-size: 130px;
    }
}

@media (max-width: 768px) {
    .bigtext {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .no-pad-xs {
        padding: 0 !important;
    }
    .vc_column_container.vc_col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .hero {
        padding: 0;
    }
    .page .wpb_row,
    .page .wpb_content_element,
    .page ul.wpb_thumbnails-fluid>li,
    .page .last_toggle_el_margin,
    .page .wpb_button {
        margin-bottom: 0;
    }
    .pad-top-120 {
        padding-top: 110px !important;
    }
    [class*="col-sm"] {
        margin-bottom: 0;
    }
    #wpadminbar {
        position: fixed;
        top: 0;
    }
}

.text-light {
    color: #ffffff;
}

.text-dark {
    color: #1b1b1b;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

input.rememberme {
    display: none !important;
}

.iframe-video.audio {
    background-color: #f2f2f2;
}

.iframe-video .whizz-sound-btn {
    width: 50px;
    height: 50px;
    left: 50%;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.row,
.col-xs-12 {
    min-height: 0;
}

/*helper classes*/

.fullwidth {
    width: 100%;
}

.fullheight {
    height: 100%;
}

.vc_column_container {
    z-index: 30;
}

.grey {
    background-color: #F7F7F7;
}

.black {
    background-color: #000;
}

.white {
    background-color: #ffffff;
}

.vCenter {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.highlight {
    background-color: #000;
    color: #ffffff;
}

.overflow {
    overflow: hidden;
}

.video-container iframe {
    border: 0;
}

iframe[name="advpp_manager"] {
    position: absolute;
    left: -9999px;
}

@media (max-width: 768px) {
    .vc_row[data-vc-full-width] {
        padding: 0;
    }
}

.a-btn,
.a-btn-2 {
    font-size: 11px;
    display: inline-block;
    letter-spacing: 1.1px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.all_price {
    margin-left: -5px;
}

.a-btn {
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    position: relative;
    padding: 4px 15px 4px 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.a-btn::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 0px;
    border: 4px solid transparent;
    border-left: 4px solid white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.a-btn.style-black {
    border-bottom: 1px solid #1B1B1B;
    color: #1B1B1B;
}

.a-btn.style-black::after {
    border-left: 4px solid #1B1B1B;
}

.a-btn:hover {
    border-bottom: 1px solid transparent;
    opacity: 1;
}

.a-btn:hover::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 6px;
}

.a-btn-2 {
    color: #fff;
    background-color: #1B1B1B;
}

.a-btn-2 i {
    margin-left: 10px;
    position: relative;
    right: 0;
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease;
}

.a-btn-2:hover,
.a-btn-2:visited,
.a-btn-2:focus,
.a-btn-2:active {
    color: #fff;
    opacity: 1;
}

.icccon{
    font-size: 20px;
    padding: 8px;
}

.icccon:hover{
   
    opacity: 1;

}

.footlog{
    width: 120px;
}

.a-btn-2:hover i,
.a-btn-2:visited i,
.a-btn-2:focus i,
.a-btn-2:active i {
    right: -7px;
}

.a-btn-2.wpc-but {
    padding: 0;
    position: relative;
}

.a-btn-2.wpc-but::after {
    content: "\f0da";
    font-family: "FontAwesome";
    color: white;
    margin-left: 10px;
    position: absolute;
    right: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease;
}

.a-btn-2.wpc-but:hover::after {
    right: 29px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.overlay-dark {
    background-color: rgba(0, 0, 0, 0.25);
}

.overlay-dark-error {
    background-color: rgba(0, 0, 0, 0.35);
}

.overlay-dark-2x {
    background-color: rgba(0, 0, 0, 0.7);
}

[class*="overlay-dark"]~*,
[class*="overlay-light"]~* {
    position: relative;
}

/* parallax images
---------------------------*/

[data-stellar-background-ratio] {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.btncls{
    text-decoration: none;
}



.mhead{
    background-image: linear-gradient(43deg, #4158d0 0%,  #ffcc70 55%, #c850c0 100%);   
    
}

.ffghd{
    background-image: linear-gradient(43deg, #4158d0 0%,  #ffcc70 55%, #c850c0 100%);   
    color: grey;

}
.ffghd3{
    /* background-image: linear-gradient(43deg, #4158d0 0%,  #ffcc70 55%, #c850c0 100%);    */
    color: grey;
   

}
.ffghd4{
    text-transform: uppercase;
    font-weight: 800;
    color: yellow;
    background: black;
    padding: 5px 5px;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.ffghd5{
    text-transform: uppercase;
    font-weight: 800;
    padding: 5px 5px;
    color: white;
    background: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.ffghd1{
    text-transform: uppercase;
    font-weight: 800;
    color: yellow;
    
    padding: 5px 5px;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.ffghd2{
    text-transform: uppercase;
    font-weight: 800;
    padding: 5px 5px;
    color: white;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.dhead1{
    
    color: grey;
}

.dhead2{
    background-image: linear-gradient(43deg, #4158d0 0%,  #ffcc70 55%, #c850c0 100%);
    text-transform: uppercase;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 75px;
    padding: 10px 0;
    letter-spacing: px;
	
	font-weight: bolder;

}
@media (max-width: 768px) {
    .dhead2{
        background-image: linear-gradient(43deg, #4158d0 0%,  #ffcc70 55%, #c850c0 100%);
        text-transform: uppercase;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 75px;
        padding: 0;
        letter-spacing: px;
        
        font-weight: bolder;
    
    }
    .ffghd1{
        
        text-transform: uppercase;
        font-weight: 800;
        color: yellow;
        
        padding: 0;
        background: #000;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .ffghd2{
        text-transform: uppercase;
        font-weight: 800;
        padding: 0;
        color: white;
        background-color: black;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    
}


.bg-cover {
    background-size: cover;
    background-position: center;
}

.bg-fixed {
    background-attachment: fixed;
}

@media (max-width: 1024px) {
    [data-stellar-background-ratio] {
        background-attachment: scroll;
        background-position-y: center !important;
    }
    .bg-fixed {
        background-attachment: scroll;
    }
}

/* bootstrap columns
---------------------------*/

.container,
section,
section>* {
    position: relative;
}

.container.no-padding [class*="col-"] {
    padding: 0;
}

.col-center {
    float: none;
    margin: 0 auto;
}

.col-right {
    float: right;
}

.equal-height [class*="col-"] {
    margin-bottom: 0;
}

.pad-0 {
    margin-bottom: 0;
}

.container {
    max-width: 100%;
}

@media (min-width: 768px) {
    .pad-sm-l-0 {
        padding-left: 0 !important;
    }
    .pad-sm-r-0 {
        padding-right: 0 !important;
    }
}

.margin-lg-0t {
    margin-top: 0px !important;
}

.margin-lg-5t {
    margin-top: 5px !important;
}

.margin-lg-10t {
    margin-top: 10px !important;
}

.margin-lg-15t {
    margin-top: 15px !important;
}

.margin-lg-20t {
    margin-top: 20px !important;
}

.margin-lg-25t {
    margin-top: 25px !important;
}

.margin-lg-30t {
    margin-top: 30px !important;
}

.margin-lg-35t {
    margin-top: 35px !important;
}

.margin-lg-40t {
    margin-top: 40px !important;
}

.margin-lg-45t {
    margin-top: 45px !important;
}

.margin-lg-50t {
    margin-top: 50px !important;
}

.margin-lg-55t {
    margin-top: 55px !important;
}

.margin-lg-60t {
    margin-top: 60px !important;
}

.margin-lg-65t {
    margin-top: 65px !important;
}

.margin-lg-70t {
    margin-top: 70px !important;
}

.margin-lg-75t {
    margin-top: 75px !important;
}

.margin-lg-80t {
    margin-top: 80px !important;
}

.margin-lg-85t {
    margin-top: 85px !important;
}

.margin-lg-90t {
    margin-top: 90px !important;
}

.margin-lg-95t {
    margin-top: 95px !important;
}

.margin-lg-100t {
    margin-top: 100px !important;
}

.margin-lg-105t {
    margin-top: 105px !important;
}

.margin-lg-110t {
    margin-top: 110px !important;
}

.margin-lg-115t {
    margin-top: 115px !important;
}

.margin-lg-120t {
    margin-top: 120px !important;
}

.margin-lg-125t {
    margin-top: 125px !important;
}

.margin-lg-130t {
    margin-top: 130px !important;
}

.margin-lg-135t {
    margin-top: 135px !important;
}

.margin-lg-140t {
    margin-top: 140px !important;
}

.margin-lg-145t {
    margin-top: 145px !important;
}

.margin-lg-150t {
    margin-top: 150px !important;
}

.margin-lg-155t {
    margin-top: 155px !important;
}

.margin-lg-160t {
    margin-top: 160px !important;
}

.margin-lg-165t {
    margin-top: 165px !important;
}

.margin-lg-170t {
    margin-top: 170px !important;
}

.margin-lg-175t {
    margin-top: 175px !important;
}

.margin-lg-180t {
    margin-top: 180px !important;
}

.margin-lg-185t {
    margin-top: 185px !important;
}

.margin-lg-190t {
    margin-top: 190px !important;
}

.margin-lg-195t {
    margin-top: 195px !important;
}

.margin-lg-200t {
    margin-top: 200px !important;
}

.margin-lg-0b {
    margin-bottom: 0px !important;
}

.margin-lg-5b {
    margin-bottom: 5px !important;
}

.margin-lg-10b {
    margin-bottom: 10px !important;
}

.margin-lg-15b {
    margin-bottom: 15px !important;
}

.margin-lg-20b {
    margin-bottom: 20px !important;
}

.margin-lg-25b {
    margin-bottom: 25px !important;
}

.margin-lg-30b {
    margin-bottom: 30px !important;
}

.margin-lg-35b {
    margin-bottom: 35px !important;
}

.margin-lg-40b {
    margin-bottom: 40px !important;
}

.margin-lg-45b {
    margin-bottom: 45px !important;
}

.margin-lg-50b {
    margin-bottom: 50px !important;
}

.margin-lg-55b {
    margin-bottom: 55px !important;
}

.margin-lg-60b {
    margin-bottom: 60px !important;
}

.margin-lg-65b {
    margin-bottom: 65px !important;
}

.margin-lg-70b {
    margin-bottom: 70px !important;
}

.margin-lg-75b {
    margin-bottom: 75px !important;
}

.margin-lg-80b {
    margin-bottom: 80px !important;
}

.margin-lg-85b {
    margin-bottom: 85px !important;
}

.margin-lg-90b {
    margin-bottom: 90px !important;
}

.margin-lg-95b {
    margin-bottom: 95px !important;
}

.margin-lg-100b {
    margin-bottom: 100px !important;
}

.margin-lg-105b {
    margin-bottom: 105px !important;
}

.margin-lg-110b {
    margin-bottom: 110px !important;
}

.margin-lg-115b {
    margin-bottom: 115px !important;
}

.margin-lg-120b {
    margin-bottom: 120px !important;
}

.margin-lg-125b {
    margin-bottom: 125px !important;
}

.margin-lg-130b {
    margin-bottom: 130px !important;
}

.margin-lg-135b {
    margin-bottom: 135px !important;
}

.margin-lg-140b {
    margin-bottom: 140px !important;
}

.margin-lg-145b {
    margin-bottom: 145px !important;
}

.margin-lg-150b {
    margin-bottom: 150px !important;
}

.margin-lg-155b {
    margin-bottom: 155px !important;
}

.margin-lg-160b {
    margin-bottom: 160px !important;
}

.margin-lg-165b {
    margin-bottom: 165px !important;
}

.margin-lg-170b {
    margin-bottom: 170px !important;
}

.margin-lg-175b {
    margin-bottom: 175px !important;
}

.margin-lg-180b {
    margin-bottom: 180px !important;
}

.margin-lg-185b {
    margin-bottom: 185px !important;
}

.margin-lg-190b {
    margin-bottom: 190px !important;
}

.margin-lg-195b {
    margin-bottom: 195px !important;
}

.margin-lg-200b {
    margin-bottom: 200px !important;
}

.padding-lg-0t {
    padding-top: 0px !important;
}

.padding-lg-5t {
    padding-top: 5px !important;
}

.padding-lg-10t {
    padding-top: 10px !important;
}

.padding-lg-15t {
    padding-top: 15px !important;
}

.padding-lg-20t {
    padding-top: 20px !important;
}

.padding-lg-25t {
    padding-top: 25px !important;
}

.padding-lg-30t {
    padding-top: 30px !important;
}

.padding-lg-35t {
    padding-top: 35px !important;
}

.padding-lg-40t {
    padding-top: 40px !important;
}

.padding-lg-45t {
    padding-top: 45px !important;
}

.padding-lg-50t {
    padding-top: 50px !important;
}

.padding-lg-55t {
    padding-top: 55px !important;
}

.padding-lg-60t {
    padding-top: 60px !important;
}

.padding-lg-65t {
    padding-top: 65px !important;
}

.padding-lg-70t {
    padding-top: 70px !important;
}

.padding-lg-75t {
    padding-top: 75px !important;
}

.padding-lg-80t {
    padding-top: 80px !important;
}

.padding-lg-85t {
    padding-top: 85px !important;
}

.padding-lg-90t {
    padding-top: 90px !important;
}

.padding-lg-95t {
    padding-top: 95px !important;
}

.padding-lg-100t {
    padding-top: 100px !important;
}

.padding-lg-105t {
    padding-top: 105px !important;
}

.padding-lg-110t {
    padding-top: 110px !important;
}

.padding-lg-115t {
    padding-top: 115px !important;
}

.padding-lg-120t {
    padding-top: 120px !important;
}

.padding-lg-125t {
    padding-top: 125px !important;
}

.padding-lg-130t {
    padding-top: 130px !important;
}

.padding-lg-135t {
    padding-top: 135px !important;
}

.padding-lg-140t {
    padding-top: 140px !important;
}

.padding-lg-145t {
    padding-top: 145px !important;
}

.padding-lg-150t {
    padding-top: 150px !important;
}

.padding-lg-155t {
    padding-top: 155px !important;
}

.padding-lg-160t {
    padding-top: 160px !important;
}

.padding-lg-165t {
    padding-top: 165px !important;
}

.padding-lg-170t {
    padding-top: 170px !important;
}

.padding-lg-175t {
    padding-top: 175px !important;
}

.padding-lg-180t {
    padding-top: 180px !important;
}

.padding-lg-185t {
    padding-top: 185px !important;
}

.padding-lg-190t {
    padding-top: 190px !important;
}

.padding-lg-195t {
    padding-top: 195px !important;
}

.padding-lg-200t {
    padding-top: 200px !important;
}

.padding-lg-0b {
    padding-bottom: 0px !important;
}

.padding-lg-5b {
    padding-bottom: 5px !important;
}

.padding-lg-10b {
    padding-bottom: 10px !important;
}

.padding-lg-15b {
    padding-bottom: 15px !important;
}

.padding-lg-20b {
    padding-bottom: 20px !important;
}

.padding-lg-25b {
    padding-bottom: 25px !important;
}

.padding-lg-30b {
    padding-bottom: 30px !important;
}

.padding-lg-35b {
    padding-bottom: 35px !important;
}

.padding-lg-40b {
    padding-bottom: 40px !important;
}

.padding-lg-45b {
    padding-bottom: 45px !important;
}

.padding-lg-50b {
    padding-bottom: 50px !important;
}

.padding-lg-55b {
    padding-bottom: 55px !important;
}

.padding-lg-60b {
    padding-bottom: 60px !important;
}

.padding-lg-65b {
    padding-bottom: 65px !important;
}

.padding-lg-70b {
    padding-bottom: 70px !important;
}

.padding-lg-75b {
    padding-bottom: 75px !important;
}

.padding-lg-80b {
    padding-bottom: 80px !important;
}

.padding-lg-85b {
    padding-bottom: 85px !important;
}

.padding-lg-90b {
    padding-bottom: 90px !important;
}

.padding-lg-95b {
    padding-bottom: 95px !important;
}

.padding-lg-100b {
    padding-bottom: 100px !important;
}

.padding-lg-105b {
    padding-bottom: 105px !important;
}

.padding-lg-110b {
    padding-bottom: 110px !important;
}

.padding-lg-115b {
    padding-bottom: 115px !important;
}

.padding-lg-120b {
    padding-bottom: 120px !important;
}

.padding-lg-125b {
    padding-bottom: 125px !important;
}

.padding-lg-130b {
    padding-bottom: 130px !important;
}

.padding-lg-135b {
    padding-bottom: 135px !important;
}

.padding-lg-140b {
    padding-bottom: 140px !important;
}

.padding-lg-145b {
    padding-bottom: 145px !important;
}

.padding-lg-150b {
    padding-bottom: 150px !important;
}

.padding-lg-155b {
    padding-bottom: 155px !important;
}

.padding-lg-160b {
    padding-bottom: 160px !important;
}

.padding-lg-165b {
    padding-bottom: 165px !important;
}

.padding-lg-170b {
    padding-bottom: 170px !important;
}

.padding-lg-175b {
    padding-bottom: 175px !important;
}

.padding-lg-180b {
    padding-bottom: 180px !important;
}

.padding-lg-185b {
    padding-bottom: 185px !important;
}

.padding-lg-190b {
    padding-bottom: 190px !important;
}

.padding-lg-195b {
    padding-bottom: 195px !important;
}

.padding-lg-200b {
    padding-bottom: 200px !important;
}

@media screen and (max-width: 1199px) {
    .margin-md-0t {
        margin-top: 0px !important;
    }
    .margin-md-5t {
        margin-top: 5px !important;
    }
    .margin-md-10t {
        margin-top: 10px !important;
    }
    .margin-md-15t {
        margin-top: 15px !important;
    }
    .margin-md-20t {
        margin-top: 20px !important;
    }
    .margin-md-25t {
        margin-top: 25px !important;
    }
    .margin-md-30t {
        margin-top: 30px !important;
    }
    .margin-md-35t {
        margin-top: 35px !important;
    }
    .margin-md-40t {
        margin-top: 40px !important;
    }
    .margin-md-45t {
        margin-top: 45px !important;
    }
    .margin-md-50t {
        margin-top: 50px !important;
    }
    .margin-md-55t {
        margin-top: 55px !important;
    }
    .margin-md-60t {
        margin-top: 60px !important;
    }
    .margin-md-65t {
        margin-top: 65px !important;
    }
    .margin-md-70t {
        margin-top: 70px !important;
    }
    .margin-md-75t {
        margin-top: 75px !important;
    }
    .margin-md-80t {
        margin-top: 80px !important;
    }
    .margin-md-85t {
        margin-top: 85px !important;
    }
    .margin-md-90t {
        margin-top: 90px !important;
    }
    .margin-md-95t {
        margin-top: 95px !important;
    }
    .margin-md-100t {
        margin-top: 100px !important;
    }
    .margin-md-105t {
        margin-top: 105px !important;
    }
    .margin-md-110t {
        margin-top: 110px !important;
    }
    .margin-md-115t {
        margin-top: 115px !important;
    }
    .margin-md-120t {
        margin-top: 120px !important;
    }
    .margin-md-125t {
        margin-top: 125px !important;
    }
    .margin-md-130t {
        margin-top: 130px !important;
    }
    .margin-md-135t {
        margin-top: 135px !important;
    }
    .margin-md-140t {
        margin-top: 140px !important;
    }
    .margin-md-145t {
        margin-top: 145px !important;
    }
    .margin-md-150t {
        margin-top: 150px !important;
    }
    .margin-md-155t {
        margin-top: 155px !important;
    }
    .margin-md-160t {
        margin-top: 160px !important;
    }
    .margin-md-165t {
        margin-top: 165px !important;
    }
    .margin-md-170t {
        margin-top: 170px !important;
    }
    .margin-md-175t {
        margin-top: 175px !important;
    }
    .margin-md-180t {
        margin-top: 180px !important;
    }
    .margin-md-185t {
        margin-top: 185px !important;
    }
    .margin-md-190t {
        margin-top: 190px !important;
    }
    .margin-md-195t {
        margin-top: 195px !important;
    }
    .margin-md-200t {
        margin-top: 200px !important;
    }
    .margin-md-0b {
        margin-bottom: 0px !important;
    }
    .margin-md-5b {
        margin-bottom: 5px !important;
    }
    .margin-md-10b {
        margin-bottom: 10px !important;
    }
    .margin-md-15b {
        margin-bottom: 15px !important;
    }
    .margin-md-20b {
        margin-bottom: 20px !important;
    }
    .margin-md-25b {
        margin-bottom: 25px !important;
    }
    .margin-md-30b {
        margin-bottom: 30px !important;
    }
    .margin-md-35b {
        margin-bottom: 35px !important;
    }
    .margin-md-40b {
        margin-bottom: 40px !important;
    }
    .margin-md-45b {
        margin-bottom: 45px !important;
    }
    .margin-md-50b {
        margin-bottom: 50px !important;
    }
    .margin-md-55b {
        margin-bottom: 55px !important;
    }
    .margin-md-60b {
        margin-bottom: 60px !important;
    }
    .margin-md-65b {
        margin-bottom: 65px !important;
    }
    .margin-md-70b {
        margin-bottom: 70px !important;
    }
    .margin-md-75b {
        margin-bottom: 75px !important;
    }
    .margin-md-80b {
        margin-bottom: 80px !important;
    }
    .margin-md-85b {
        margin-bottom: 85px !important;
    }
    .margin-md-90b {
        margin-bottom: 90px !important;
    }
    .margin-md-95b {
        margin-bottom: 95px !important;
    }
    .margin-md-100b {
        margin-bottom: 100px !important;
    }
    .margin-md-105b {
        margin-bottom: 105px !important;
    }
    .margin-md-110b {
        margin-bottom: 110px !important;
    }
    .margin-md-115b {
        margin-bottom: 115px !important;
    }
    .margin-md-120b {
        margin-bottom: 120px !important;
    }
    .margin-md-125b {
        margin-bottom: 125px !important;
    }
    .margin-md-130b {
        margin-bottom: 130px !important;
    }
    .margin-md-135b {
        margin-bottom: 135px !important;
    }
    .margin-md-140b {
        margin-bottom: 140px !important;
    }
    .margin-md-145b {
        margin-bottom: 145px !important;
    }
    .margin-md-150b {
        margin-bottom: 150px !important;
    }
    .margin-md-155b {
        margin-bottom: 155px !important;
    }
    .margin-md-160b {
        margin-bottom: 160px !important;
    }
    .margin-md-165b {
        margin-bottom: 165px !important;
    }
    .margin-md-170b {
        margin-bottom: 170px !important;
    }
    .margin-md-175b {
        margin-bottom: 175px !important;
    }
    .margin-md-180b {
        margin-bottom: 180px !important;
    }
    .margin-md-185b {
        margin-bottom: 185px !important;
    }
    .margin-md-190b {
        margin-bottom: 190px !important;
    }
    .margin-md-195b {
        margin-bottom: 195px !important;
    }
    .margin-md-200b {
        margin-bottom: 200px !important;
    }
    .padding-md-0t {
        padding-top: 0px !important;
    }
    .padding-md-5t {
        padding-top: 5px !important;
    }
    .padding-md-10t {
        padding-top: 10px !important;
    }
    .padding-md-15t {
        padding-top: 15px !important;
    }
    .padding-md-20t {
        padding-top: 20px !important;
    }
    .padding-md-25t {
        padding-top: 25px !important;
    }
    .padding-md-30t {
        padding-top: 30px !important;
    }
    .padding-md-35t {
        padding-top: 35px !important;
    }
    .padding-md-40t {
        padding-top: 40px !important;
    }
    .padding-md-45t {
        padding-top: 45px !important;
    }
    .padding-md-50t {
        padding-top: 50px !important;
    }
    .padding-md-55t {
        padding-top: 55px !important;
    }
    .padding-md-60t {
        padding-top: 60px !important;
    }
    .padding-md-65t {
        padding-top: 65px !important;
    }
    .padding-md-70t {
        padding-top: 70px !important;
    }
    .padding-md-75t {
        padding-top: 75px !important;
    }
    .padding-md-80t {
        padding-top: 80px !important;
    }
    .padding-md-85t {
        padding-top: 85px !important;
    }
    .padding-md-90t {
        padding-top: 90px !important;
    }
    .padding-md-95t {
        padding-top: 95px !important;
    }
    .padding-md-100t {
        padding-top: 100px !important;
    }
    .padding-md-105t {
        padding-top: 105px !important;
    }
    .padding-md-110t {
        padding-top: 110px !important;
    }
    .padding-md-115t {
        padding-top: 115px !important;
    }
    .padding-md-120t {
        padding-top: 120px !important;
    }
    .padding-md-125t {
        padding-top: 125px !important;
    }
    .padding-md-130t {
        padding-top: 130px !important;
    }
    .padding-md-135t {
        padding-top: 135px !important;
    }
    .padding-md-140t {
        padding-top: 140px !important;
    }
    .padding-md-145t {
        padding-top: 145px !important;
    }
    .padding-md-150t {
        padding-top: 150px !important;
    }
    .padding-md-155t {
        padding-top: 155px !important;
    }
    .padding-md-160t {
        padding-top: 160px !important;
    }
    .padding-md-165t {
        padding-top: 165px !important;
    }
    .padding-md-170t {
        padding-top: 170px !important;
    }
    .padding-md-175t {
        padding-top: 175px !important;
    }
    .padding-md-180t {
        padding-top: 180px !important;
    }
    .padding-md-185t {
        padding-top: 185px !important;
    }
    .padding-md-190t {
        padding-top: 190px !important;
    }
    .padding-md-195t {
        padding-top: 195px !important;
    }
    .padding-md-200t {
        padding-top: 200px !important;
    }
    .padding-md-0b {
        padding-bottom: 0px !important;
    }
    .padding-md-5b {
        padding-bottom: 5px !important;
    }
    .padding-md-10b {
        padding-bottom: 10px !important;
    }
    .padding-md-15b {
        padding-bottom: 15px !important;
    }
    .padding-md-20b {
        padding-bottom: 20px !important;
    }
    .padding-md-25b {
        padding-bottom: 25px !important;
    }
    .padding-md-30b {
        padding-bottom: 30px !important;
    }
    .padding-md-35b {
        padding-bottom: 35px !important;
    }
    .padding-md-40b {
        padding-bottom: 40px !important;
    }
    .padding-md-45b {
        padding-bottom: 45px !important;
    }
    .padding-md-50b {
        padding-bottom: 50px !important;
    }
    .padding-md-55b {
        padding-bottom: 55px !important;
    }
    .padding-md-60b {
        padding-bottom: 60px !important;
    }
    .padding-md-65b {
        padding-bottom: 65px !important;
    }
    .padding-md-70b {
        padding-bottom: 70px !important;
    }
    .padding-md-75b {
        padding-bottom: 75px !important;
    }
    .padding-md-80b {
        padding-bottom: 80px !important;
    }
    .padding-md-85b {
        padding-bottom: 85px !important;
    }
    .padding-md-90b {
        padding-bottom: 90px !important;
    }
    .padding-md-95b {
        padding-bottom: 95px !important;
    }
    .padding-md-100b {
        padding-bottom: 100px !important;
    }
    .padding-md-105b {
        padding-bottom: 105px !important;
    }
    .padding-md-110b {
        padding-bottom: 110px !important;
    }
    .padding-md-115b {
        padding-bottom: 115px !important;
    }
    .padding-md-120b {
        padding-bottom: 120px !important;
    }
    .padding-md-125b {
        padding-bottom: 125px !important;
    }
    .padding-md-130b {
        padding-bottom: 130px !important;
    }
    .padding-md-135b {
        padding-bottom: 135px !important;
    }
    .padding-md-140b {
        padding-bottom: 140px !important;
    }
    .padding-md-145b {
        padding-bottom: 145px !important;
    }
    .padding-md-150b {
        padding-bottom: 150px !important;
    }
    .padding-md-155b {
        padding-bottom: 155px !important;
    }
    .padding-md-160b {
        padding-bottom: 160px !important;
    }
    .padding-md-165b {
        padding-bottom: 165px !important;
    }
    .padding-md-170b {
        padding-bottom: 170px !important;
    }
    .padding-md-175b {
        padding-bottom: 175px !important;
    }
    .padding-md-180b {
        padding-bottom: 180px !important;
    }
    .padding-md-185b {
        padding-bottom: 185px !important;
    }
    .padding-md-190b {
        padding-bottom: 190px !important;
    }
    .padding-md-195b {
        padding-bottom: 195px !important;
    }
    .padding-md-200b {
        padding-bottom: 200px !important;
    }
}

@media screen and (max-width: 991px) {
    .margin-sm-0t {
        margin-top: 0px !important;
    }
    .margin-sm-5t {
        margin-top: 5px !important;
    }
    .margin-sm-10t {
        margin-top: 10px !important;
    }
    .margin-sm-15t {
        margin-top: 15px !important;
    }
    .margin-sm-20t {
        margin-top: 20px !important;
    }
    .margin-sm-25t {
        margin-top: 25px !important;
    }
    .margin-sm-30t {
        margin-top: 30px !important;
    }
    .margin-sm-35t {
        margin-top: 35px !important;
    }
    .margin-sm-40t {
        margin-top: 40px !important;
    }
    .margin-sm-45t {
        margin-top: 45px !important;
    }
    .margin-sm-50t {
        margin-top: 50px !important;
    }
    .margin-sm-55t {
        margin-top: 55px !important;
    }
    .margin-sm-60t {
        margin-top: 60px !important;
    }
    .margin-sm-65t {
        margin-top: 65px !important;
    }
    .margin-sm-70t {
        margin-top: 70px !important;
    }
    .margin-sm-75t {
        margin-top: 75px !important;
    }
    .margin-sm-80t {
        margin-top: 80px !important;
    }
    .margin-sm-85t {
        margin-top: 85px !important;
    }
    .margin-sm-90t {
        margin-top: 90px !important;
    }
    .margin-sm-95t {
        margin-top: 95px !important;
    }
    .margin-sm-100t {
        margin-top: 100px !important;
    }
    .margin-sm-105t {
        margin-top: 105px !important;
    }
    .margin-sm-110t {
        margin-top: 110px !important;
    }
    .margin-sm-115t {
        margin-top: 115px !important;
    }
    .margin-sm-120t {
        margin-top: 120px !important;
    }
    .margin-sm-125t {
        margin-top: 125px !important;
    }
    .margin-sm-130t {
        margin-top: 130px !important;
    }
    .margin-sm-135t {
        margin-top: 135px !important;
    }
    .margin-sm-140t {
        margin-top: 140px !important;
    }
    .margin-sm-145t {
        margin-top: 145px !important;
    }
    .margin-sm-150t {
        margin-top: 150px !important;
    }
    .margin-sm-155t {
        margin-top: 155px !important;
    }
    .margin-sm-160t {
        margin-top: 160px !important;
    }
    .margin-sm-165t {
        margin-top: 165px !important;
    }
    .margin-sm-170t {
        margin-top: 170px !important;
    }
    .margin-sm-175t {
        margin-top: 175px !important;
    }
    .margin-sm-180t {
        margin-top: 180px !important;
    }
    .margin-sm-185t {
        margin-top: 185px !important;
    }
    .margin-sm-190t {
        margin-top: 190px !important;
    }
    .margin-sm-195t {
        margin-top: 195px !important;
    }
    .margin-sm-200t {
        margin-top: 200px !important;
    }
    .margin-sm-0b {
        margin-bottom: 0px !important;
    }
    .margin-sm-5b {
        margin-bottom: 5px !important;
    }
    .margin-sm-10b {
        margin-bottom: 10px !important;
    }
    .margin-sm-15b {
        margin-bottom: 15px !important;
    }
    .margin-sm-20b {
        margin-bottom: 20px !important;
    }
    .margin-sm-25b {
        margin-bottom: 25px !important;
    }
    .margin-sm-30b {
        margin-bottom: 30px !important;
    }
    .margin-sm-35b {
        margin-bottom: 35px !important;
    }
    .margin-sm-40b {
        margin-bottom: 40px !important;
    }
    .margin-sm-45b {
        margin-bottom: 45px !important;
    }
    .margin-sm-50b {
        margin-bottom: 50px !important;
    }
    .margin-sm-55b {
        margin-bottom: 55px !important;
    }
    .margin-sm-60b {
        margin-bottom: 60px !important;
    }
    .margin-sm-65b {
        margin-bottom: 65px !important;
    }
    .margin-sm-70b {
        margin-bottom: 70px !important;
    }
    .margin-sm-75b {
        margin-bottom: 75px !important;
    }
    .margin-sm-80b {
        margin-bottom: 80px !important;
    }
    .margin-sm-85b {
        margin-bottom: 85px !important;
    }
    .margin-sm-90b {
        margin-bottom: 90px !important;
    }
    .margin-sm-95b {
        margin-bottom: 95px !important;
    }
    .margin-sm-100b {
        margin-bottom: 100px !important;
    }
    .margin-sm-105b {
        margin-bottom: 105px !important;
    }
    .margin-sm-110b {
        margin-bottom: 110px !important;
    }
    .margin-sm-115b {
        margin-bottom: 115px !important;
    }
    .margin-sm-120b {
        margin-bottom: 120px !important;
    }
    .margin-sm-125b {
        margin-bottom: 125px !important;
    }
    .margin-sm-130b {
        margin-bottom: 130px !important;
    }
    .margin-sm-135b {
        margin-bottom: 135px !important;
    }
    .margin-sm-140b {
        margin-bottom: 140px !important;
    }
    .margin-sm-145b {
        margin-bottom: 145px !important;
    }
    .margin-sm-150b {
        margin-bottom: 150px !important;
    }
    .margin-sm-155b {
        margin-bottom: 155px !important;
    }
    .margin-sm-160b {
        margin-bottom: 160px !important;
    }
    .margin-sm-165b {
        margin-bottom: 165px !important;
    }
    .margin-sm-170b {
        margin-bottom: 170px !important;
    }
    .margin-sm-175b {
        margin-bottom: 175px !important;
    }
    .margin-sm-180b {
        margin-bottom: 180px !important;
    }
    .margin-sm-185b {
        margin-bottom: 185px !important;
    }
    .margin-sm-190b {
        margin-bottom: 190px !important;
    }
    .margin-sm-195b {
        margin-bottom: 195px !important;
    }
    .margin-sm-200b {
        margin-bottom: 200px !important;
    }
    .padding-sm-0t {
        padding-top: 0px !important;
    }
    .padding-sm-5t {
        padding-top: 5px !important;
    }
    .padding-sm-10t {
        padding-top: 10px !important;
    }
    .padding-sm-15t {
        padding-top: 15px !important;
    }
    .padding-sm-20t {
        padding-top: 20px !important;
    }
    .padding-sm-25t {
        padding-top: 25px !important;
    }
    .padding-sm-30t {
        padding-top: 30px !important;
    }
    .padding-sm-35t {
        padding-top: 35px !important;
    }
    .padding-sm-40t {
        padding-top: 40px !important;
    }
    .padding-sm-45t {
        padding-top: 45px !important;
    }
    .padding-sm-50t {
        padding-top: 50px !important;
    }
    .padding-sm-55t {
        padding-top: 55px !important;
    }
    .padding-sm-60t {
        padding-top: 60px !important;
    }
    .padding-sm-65t {
        padding-top: 65px !important;
    }
    .padding-sm-70t {
        padding-top: 70px !important;
    }
    .padding-sm-75t {
        padding-top: 75px !important;
    }
    .padding-sm-80t {
        padding-top: 80px !important;
    }
    .padding-sm-85t {
        padding-top: 85px !important;
    }
    .padding-sm-90t {
        padding-top: 90px !important;
    }
    .padding-sm-95t {
        padding-top: 95px !important;
    }
    .padding-sm-100t {
        padding-top: 100px !important;
    }
    .padding-sm-105t {
        padding-top: 105px !important;
    }
    .padding-sm-110t {
        padding-top: 110px !important;
    }
    .padding-sm-115t {
        padding-top: 115px !important;
    }
    .padding-sm-120t {
        padding-top: 120px !important;
    }
    .padding-sm-125t {
        padding-top: 125px !important;
    }
    .padding-sm-130t {
        padding-top: 130px !important;
    }
    .padding-sm-135t {
        padding-top: 135px !important;
    }
    .padding-sm-140t {
        padding-top: 140px !important;
    }
    .padding-sm-145t {
        padding-top: 145px !important;
    }
    .padding-sm-150t {
        padding-top: 150px !important;
    }
    .padding-sm-155t {
        padding-top: 155px !important;
    }
    .padding-sm-160t {
        padding-top: 160px !important;
    }
    .padding-sm-165t {
        padding-top: 165px !important;
    }
    .padding-sm-170t {
        padding-top: 170px !important;
    }
    .padding-sm-175t {
        padding-top: 175px !important;
    }
    .padding-sm-180t {
        padding-top: 180px !important;
    }
    .padding-sm-185t {
        padding-top: 185px !important;
    }
    .padding-sm-190t {
        padding-top: 190px !important;
    }
    .padding-sm-195t {
        padding-top: 195px !important;
    }
    .padding-sm-200t {
        padding-top: 200px !important;
    }
    .padding-sm-0b {
        padding-bottom: 0px !important;
    }
    .padding-sm-5b {
        padding-bottom: 5px !important;
    }
    .padding-sm-10b {
        padding-bottom: 10px !important;
    }
    .padding-sm-15b {
        padding-bottom: 15px !important;
    }
    .padding-sm-20b {
        padding-bottom: 20px !important;
    }
    .padding-sm-25b {
        padding-bottom: 25px !important;
    }
    .padding-sm-30b {
        padding-bottom: 30px !important;
    }
    .padding-sm-35b {
        padding-bottom: 35px !important;
    }
    .padding-sm-40b {
        padding-bottom: 40px !important;
    }
    .padding-sm-45b {
        padding-bottom: 45px !important;
    }
    .padding-sm-50b {
        padding-bottom: 50px !important;
    }
    .padding-sm-55b {
        padding-bottom: 55px !important;
    }
    .padding-sm-60b {
        padding-bottom: 60px !important;
    }
    .padding-sm-65b {
        padding-bottom: 65px !important;
    }
    .padding-sm-70b {
        padding-bottom: 70px !important;
    }
    .padding-sm-75b {
        padding-bottom: 75px !important;
    }
    .padding-sm-80b {
        padding-bottom: 80px !important;
    }
    .padding-sm-85b {
        padding-bottom: 85px !important;
    }
    .padding-sm-90b {
        padding-bottom: 90px !important;
    }
    .padding-sm-95b {
        padding-bottom: 95px !important;
    }
    .padding-sm-100b {
        padding-bottom: 100px !important;
    }
    .padding-sm-105b {
        padding-bottom: 105px !important;
    }
    .padding-sm-110b {
        padding-bottom: 110px !important;
    }
    .padding-sm-115b {
        padding-bottom: 115px !important;
    }
    .padding-sm-120b {
        padding-bottom: 120px !important;
    }
    .padding-sm-125b {
        padding-bottom: 125px !important;
    }
    .padding-sm-130b {
        padding-bottom: 130px !important;
    }
    .padding-sm-135b {
        padding-bottom: 135px !important;
    }
    .padding-sm-140b {
        padding-bottom: 140px !important;
    }
    .padding-sm-145b {
        padding-bottom: 145px !important;
    }
    .padding-sm-150b {
        padding-bottom: 150px !important;
    }
    .padding-sm-155b {
        padding-bottom: 155px !important;
    }
    .padding-sm-160b {
        padding-bottom: 160px !important;
    }
    .padding-sm-165b {
        padding-bottom: 165px !important;
    }
    .padding-sm-170b {
        padding-bottom: 170px !important;
    }
    .padding-sm-175b {
        padding-bottom: 175px !important;
    }
    .padding-sm-180b {
        padding-bottom: 180px !important;
    }
    .padding-sm-185b {
        padding-bottom: 185px !important;
    }
    .padding-sm-190b {
        padding-bottom: 190px !important;
    }
    .padding-sm-195b {
        padding-bottom: 195px !important;
    }
    .padding-sm-200b {
        padding-bottom: 200px !important;
    }
}

@media screen and (max-width: 767px) {
    .margin-xs-0t {
        margin-top: 0px !important;
    }
    .margin-xs-5t {
        margin-top: 5px !important;
    }
    .margin-xs-10t {
        margin-top: 10px !important;
    }
    .margin-xs-15t {
        margin-top: 15px !important;
    }
    .margin-xs-20t {
        margin-top: 20px !important;
    }
    .margin-xs-25t {
        margin-top: 25px !important;
    }
    .margin-xs-30t {
        margin-top: 30px !important;
    }
    .margin-xs-35t {
        margin-top: 35px !important;
    }
    .margin-xs-40t {
        margin-top: 40px !important;
    }
    .margin-xs-45t {
        margin-top: 45px !important;
    }
    .margin-xs-50t {
        margin-top: 50px !important;
    }
    .margin-xs-55t {
        margin-top: 55px !important;
    }
    .margin-xs-60t {
        margin-top: 60px !important;
    }
    .margin-xs-65t {
        margin-top: 65px !important;
    }
    .margin-xs-70t {
        margin-top: 70px !important;
    }
    .margin-xs-75t {
        margin-top: 75px !important;
    }
    .margin-xs-80t {
        margin-top: 80px !important;
    }
    .margin-xs-85t {
        margin-top: 85px !important;
    }
    .margin-xs-90t {
        margin-top: 90px !important;
    }
    .margin-xs-95t {
        margin-top: 95px !important;
    }
    .margin-xs-100t {
        margin-top: 100px !important;
    }
    .margin-xs-105t {
        margin-top: 105px !important;
    }
    .margin-xs-110t {
        margin-top: 110px !important;
    }
    .margin-xs-115t {
        margin-top: 115px !important;
    }
    .margin-xs-120t {
        margin-top: 120px !important;
    }
    .margin-xs-125t {
        margin-top: 125px !important;
    }
    .margin-xs-130t {
        margin-top: 130px !important;
    }
    .margin-xs-135t {
        margin-top: 135px !important;
    }
    .margin-xs-140t {
        margin-top: 140px !important;
    }
    .margin-xs-145t {
        margin-top: 145px !important;
    }
    .margin-xs-150t {
        margin-top: 150px !important;
    }
    .margin-xs-155t {
        margin-top: 155px !important;
    }
    .margin-xs-160t {
        margin-top: 160px !important;
    }
    .margin-xs-165t {
        margin-top: 165px !important;
    }
    .margin-xs-170t {
        margin-top: 170px !important;
    }
    .margin-xs-175t {
        margin-top: 175px !important;
    }
    .margin-xs-180t {
        margin-top: 180px !important;
    }
    .margin-xs-185t {
        margin-top: 185px !important;
    }
    .margin-xs-190t {
        margin-top: 190px !important;
    }
    .margin-xs-195t {
        margin-top: 195px !important;
    }
    .margin-xs-200t {
        margin-top: 200px !important;
    }
    .margin-xs-0b {
        margin-bottom: 0px !important;
    }
    .margin-xs-5b {
        margin-bottom: 5px !important;
    }
    .margin-xs-10b {
        margin-bottom: 10px !important;
    }
    .margin-xs-15b {
        margin-bottom: 15px !important;
    }
    .margin-xs-20b {
        margin-bottom: 20px !important;
    }
    .margin-xs-25b {
        margin-bottom: 25px !important;
    }
    .margin-xs-30b {
        margin-bottom: 30px !important;
    }
    .margin-xs-35b {
        margin-bottom: 35px !important;
    }
    .margin-xs-40b {
        margin-bottom: 40px !important;
    }
    .margin-xs-45b {
        margin-bottom: 45px !important;
    }
    .margin-xs-50b {
        margin-bottom: 50px !important;
    }
    .margin-xs-55b {
        margin-bottom: 55px !important;
    }
    .margin-xs-60b {
        margin-bottom: 60px !important;
    }
    .margin-xs-65b {
        margin-bottom: 65px !important;
    }
    .margin-xs-70b {
        margin-bottom: 70px !important;
    }
    .margin-xs-75b {
        margin-bottom: 75px !important;
    }
    .margin-xs-80b {
        margin-bottom: 80px !important;
    }
    .margin-xs-85b {
        margin-bottom: 85px !important;
    }
    .margin-xs-90b {
        margin-bottom: 90px !important;
    }
    .margin-xs-95b {
        margin-bottom: 95px !important;
    }
    .margin-xs-100b {
        margin-bottom: 100px !important;
    }
    .margin-xs-105b {
        margin-bottom: 105px !important;
    }
    .margin-xs-110b {
        margin-bottom: 110px !important;
    }
    .margin-xs-115b {
        margin-bottom: 115px !important;
    }
    .margin-xs-120b {
        margin-bottom: 120px !important;
    }
    .margin-xs-125b {
        margin-bottom: 125px !important;
    }
    .margin-xs-130b {
        margin-bottom: 130px !important;
    }
    .margin-xs-135b {
        margin-bottom: 135px !important;
    }
    .margin-xs-140b {
        margin-bottom: 140px !important;
    }
    .margin-xs-145b {
        margin-bottom: 145px !important;
    }
    .margin-xs-150b {
        margin-bottom: 150px !important;
    }
    .margin-xs-155b {
        margin-bottom: 155px !important;
    }
    .margin-xs-160b {
        margin-bottom: 160px !important;
    }
    .margin-xs-165b {
        margin-bottom: 165px !important;
    }
    .margin-xs-170b {
        margin-bottom: 170px !important;
    }
    .margin-xs-175b {
        margin-bottom: 175px !important;
    }
    .margin-xs-180b {
        margin-bottom: 180px !important;
    }
    .margin-xs-185b {
        margin-bottom: 185px !important;
    }
    .margin-xs-190b {
        margin-bottom: 190px !important;
    }
    .margin-xs-195b {
        margin-bottom: 195px !important;
    }
    .margin-xs-200b {
        margin-bottom: 200px !important;
    }
    .padding-xs-0t {
        padding-top: 0px !important;
    }
    .padding-xs-5t {
        padding-top: 5px !important;
    }
    .padding-xs-10t {
        padding-top: 10px !important;
    }
    .padding-xs-15t {
        padding-top: 15px !important;
    }
    .padding-xs-20t {
        padding-top: 20px !important;
    }
    .padding-xs-25t {
        padding-top: 25px !important;
    }
    .padding-xs-30t {
        padding-top: 30px !important;
    }
    .padding-xs-35t {
        padding-top: 35px !important;
    }
    .padding-xs-40t {
        padding-top: 40px !important;
    }
    .padding-xs-45t {
        padding-top: 45px !important;
    }
    .padding-xs-50t {
        padding-top: 50px !important;
    }
    .padding-xs-55t {
        padding-top: 55px !important;
    }
    .padding-xs-60t {
        padding-top: 60px !important;
    }
    .padding-xs-65t {
        padding-top: 65px !important;
    }
    .padding-xs-70t {
        padding-top: 70px !important;
    }
    .padding-xs-75t {
        padding-top: 75px !important;
    }
    .padding-xs-80t {
        padding-top: 80px !important;
    }
    .padding-xs-85t {
        padding-top: 85px !important;
    }
    .padding-xs-90t {
        padding-top: 90px !important;
    }
    .padding-xs-95t {
        padding-top: 95px !important;
    }
    .padding-xs-100t {
        padding-top: 100px !important;
    }
    .padding-xs-105t {
        padding-top: 105px !important;
    }
    .padding-xs-110t {
        padding-top: 110px !important;
    }
    .padding-xs-115t {
        padding-top: 115px !important;
    }
    .padding-xs-120t {
        padding-top: 120px !important;
    }
    .padding-xs-125t {
        padding-top: 125px !important;
    }
    .padding-xs-130t {
        padding-top: 130px !important;
    }
    .padding-xs-135t {
        padding-top: 135px !important;
    }
    .padding-xs-140t {
        padding-top: 140px !important;
    }
    .padding-xs-145t {
        padding-top: 145px !important;
    }
    .padding-xs-150t {
        padding-top: 150px !important;
    }
    .padding-xs-155t {
        padding-top: 155px !important;
    }
    .padding-xs-160t {
        padding-top: 160px !important;
    }
    .padding-xs-165t {
        padding-top: 165px !important;
    }
    .padding-xs-170t {
        padding-top: 170px !important;
    }
    .padding-xs-175t {
        padding-top: 175px !important;
    }
    .padding-xs-180t {
        padding-top: 180px !important;
    }
    .padding-xs-185t {
        padding-top: 185px !important;
    }
    .padding-xs-190t {
        padding-top: 190px !important;
    }
    .padding-xs-195t {
        padding-top: 195px !important;
    }
    .padding-xs-200t {
        padding-top: 200px !important;
    }
    .padding-xs-0b {
        padding-bottom: 0px !important;
    }
    .padding-xs-5b {
        padding-bottom: 5px !important;
    }
    .padding-xs-10b {
        padding-bottom: 10px !important;
    }
    .padding-xs-15b {
        padding-bottom: 15px !important;
    }
    .padding-xs-20b {
        padding-bottom: 20px !important;
    }
    .padding-xs-25b {
        padding-bottom: 25px !important;
    }
    .padding-xs-30b {
        padding-bottom: 30px !important;
    }
    .padding-xs-35b {
        padding-bottom: 35px !important;
    }
    .padding-xs-40b {
        padding-bottom: 40px !important;
    }
    .padding-xs-45b {
        padding-bottom: 45px !important;
    }
    .padding-xs-50b {
        padding-bottom: 50px !important;
    }
    .padding-xs-55b {
        padding-bottom: 55px !important;
    }
    .padding-xs-60b {
        padding-bottom: 60px !important;
    }
    .padding-xs-65b {
        padding-bottom: 65px !important;
    }
    .padding-xs-70b {
        padding-bottom: 70px !important;
    }
    .padding-xs-75b {
        padding-bottom: 75px !important;
    }
    .padding-xs-80b {
        padding-bottom: 80px !important;
    }
    .padding-xs-85b {
        padding-bottom: 85px !important;
    }
    .padding-xs-90b {
        padding-bottom: 90px !important;
    }
    .padding-xs-95b {
        padding-bottom: 95px !important;
    }
    .padding-xs-100b {
        padding-bottom: 100px !important;
    }
    .padding-xs-105b {
        padding-bottom: 105px !important;
    }
    .padding-xs-110b {
        padding-bottom: 110px !important;
    }
    .padding-xs-115b {
        padding-bottom: 115px !important;
    }
    .padding-xs-120b {
        padding-bottom: 120px !important;
    }
    .padding-xs-125b {
        padding-bottom: 125px !important;
    }
    .padding-xs-130b {
        padding-bottom: 130px !important;
    }
    .padding-xs-135b {
        padding-bottom: 135px !important;
    }
    .padding-xs-140b {
        padding-bottom: 140px !important;
    }
    .padding-xs-145b {
        padding-bottom: 145px !important;
    }
    .padding-xs-150b {
        padding-bottom: 150px !important;
    }
    .padding-xs-155b {
        padding-bottom: 155px !important;
    }
    .padding-xs-160b {
        padding-bottom: 160px !important;
    }
    .padding-xs-165b {
        padding-bottom: 165px !important;
    }
    .padding-xs-170b {
        padding-bottom: 170px !important;
    }
    .padding-xs-175b {
        padding-bottom: 175px !important;
    }
    .padding-xs-180b {
        padding-bottom: 180px !important;
    }
    .padding-xs-185b {
        padding-bottom: 185px !important;
    }
    .padding-xs-190b {
        padding-bottom: 190px !important;
    }
    .padding-xs-195b {
        padding-bottom: 195px !important;
    }
    .padding-xs-200b {
        padding-bottom: 200px !important;
    }
}

.preloader-svg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.preloader-svg svg {
    position: fixed;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
    .preloader-svg svg {
        height: 220px !important;
    }
}

@media only screen and (max-width: 767px) {
    .preloader-svg svg {
        height: 120px !important;
    }
}

.side-link {
    display: inline-block;
    position: fixed;
    text-decoration: none;
    top: 50%;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left.side-link {
    left: 10px;
}

.right.side-link {
    right: 10px;
}

.side-link .side-title {
    font-family: 'ArcaMajora3 Bold', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 1em;
    font-size: 18px;
    line-height: 1.2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-font-smoothing: antialiased;
}

.left.side-link .side-title {
    margin-left: 10px;
}

.right.side-link .side-title {
    margin-right: 10px;
}

.side-arrow:before,
.side-arrow:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    background-color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.left .side-arrow:before,
.left .side-arrow:after {
    left: 0px;
}

.right .side-arrow:before,
.right .side-arrow:after {
    right: 0px;
}

.left .side-arrow:before {
    bottom: 50%;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.left .side-arrow:after {
    top: 50%;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.right .side-arrow:before {
    bottom: 50%;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.right .side-arrow:after {
    top: 50%;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.left.side-link:hover .side-arrow:before {
    height: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.left.side-link:hover .side-arrow:after {
    height: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.left.side-link:hover .side-title {
    margin-left: 40px;
    opacity: 0;
}

.right.side-link:hover .side-arrow:before {
    height: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.right.side-link:hover .side-arrow:after {
    height: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.right.side-link:hover .side-title {
    margin-right: 40px;
    opacity: 0;
}

.hero {
    width: 100%;
    height: 40%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero-inner {
    position: relative;
    height: 100vh;
}

.enable_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 20;
}

.vertical-align {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*Gridrotator - Fallback css*/

.ri-grid {
    width: 600px;
}

.ri-grid ul li,
.ri-grid ul li a {
    width: 100px;
    height: 100px;
}

.ri-grid ul li a img {
    width: 100%;
}

.ri-grid {
    margin: 30px auto 30px;
    position: relative;
    height: auto;
}

.ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ri-grid ul:before,
.ri-grid ul:after {
    content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1;
}

.ri-grid ul li {
    -webkit-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}

.ri-grid ul li a {
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #333;
    box-sizing: content-box;
}

/* Grid wrapper sizes */

.ri-grid-size-1 {
    width: 55%;
}

.ri-grid-size-2 {
    width: 100%;
}

.ri-grid-size-3 {
    width: 100%;
    margin-top: 0px;
}

/* Shadow style */

.ri-shadow:after,
.ri-shadow:before {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.ri-shadow:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before {
    display: none;
}

.ri-loading-image {
    display: none;
}

.ri-grid-loading .ri-loading-image {
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 100px 0 0 -15px;
    display: block;
}

blockquote {
    border: none;
    font-size: 15px;
    padding: 10px 0;
}

blockquote footer {
    font-size: 85%;
}

blockquote cite {
    line-height: 1.42857;
    color: #777;
    font-style: normal;
    display: block;
    font-size: 14px;
    margin-top: 15px;
}

blockquote cite:before {
    content: '- ';
    margin-right: 7px;
}

.abs * {
    color: inherit;
}

.tabs ul,
.hero-slider ol,
.tabs ol {
    margin-left: 0;
}

.scroll {
    background-color: #c0af94;
    position: absolute;
    left: 1379px;
    top: 191px;
    width: 4px;
    height: 30px;
    z-index: 10;
}

.no-padd {
    padding: 0 !important;
}

@media (min-width: 1200px) {
    .hero>.container {
        padding: 0 !important;
    }
    .no-padd-md {
        padding: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    html {
        margin-top: 0;
    }
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

table,
th,
td {
    border: 1px solid #d1d1d1;
}

dd {
    margin: 0 0 1.75em;
}

address {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

code {
    background-color: #d1d1d1;
    color: #1b1b1b;
}

mark,
ins {
    background: #007acc;
    color: #ffffff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}

kbd {
    background-color: transparent;
    color: #1b1b1b;
    font-weight: 100;
    box-shadow: none;
    opacity: .9;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    font-style: italic;
    opacity: .9;
    font-size: 13px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    padding: 0 10px;
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0px;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    opacity: .8;
}

figure.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    overflow: visible;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 0 1.1400652% 2.2801304%;
}

.gallery-caption {
    padding-top: 7px;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

caption {
    color: #1b1b1b;
    opacity: .7;
}

.main-wrapper {
    position: relative;
    overflow: hidden;
}

/*------------------------------------------------------*/

/*---------------------- 02 .ABOUT SECTION ----------------------*/

.about-section {
    position: relative;
    min-height: 420px;
    background-color: #f2f2f2;
}

.about-section .person-wrap {
    float: left;
    height: 420px;
    width: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 70px;
}

.about-section .content {
    padding-top: 60px;
    padding-right: 70px;
}

.about-section .subtitle {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.4px;
    color: #1b1b1b;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
}

.about-section .title {
    font-size: 36px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2.88px;
    margin-bottom: 20px;
    color: #1b1b1b;
}

.about-section .descr {
    font-size: 14px;
    font-family: "Georgia", sans-serif;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1.12px;
    color: #b2b2b2;
    margin-bottom: 30px;
}

.about-section .a-btn-2 {
    color: #ffffff;
}

.about-section .a-btn-2:hover {
    color: #ffffff;
}

.about-section .content blockquote {
    border: none;
    margin-top: -7px;
    margin-bottom: 23px;
}

@media (max-width: 1199px) {
    .about-section .person-wrap {
        width: 400px;
        margin-right: 60px;
    }
}

@media (max-width: 991px) {
    .about-section .person-wrap {
        width: 345px;
        margin-right: 30px;
    }
    .about-section .content {
        padding-top: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 15px 15px 30px 15px;
        text-align: center;
    }
    .about-section .person-wrap {
        float: none;
        width: 100%;
        max-width: 480px;
        height: 300px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-section .content {
        padding: 0;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .about-section .content blockquote {
        padding: 23px 25px 14px;
    }
    .about-section .content blockquote {
        margin-top: 13px;
    }
}

@media (max-width: 480px) {
    .about-section .content blockquote {
        padding: 26px 26px 26px 36px;
    }
    .about-section .content blockquote {
        font-size: 16px;
        padding: 26px;
    }
    .about-section {
        padding: 30px 15px;
    }
    .about-section .title {
        font-size: 26px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 03 .ALBUM ANIMATION SHORTCODE ----------------------*/

.main-album-anim-wrap {
    background-color: #000;
    color: #fff;
}

.morph-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.morph {
    position: relative;
    height: 100%;
    fill: var(--background-color-2);
    flex: none;
}

.album_animation_content-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    pointer-events: none;
}

.album_animation_content-wrap .content {
    padding: 0 15px;
}

.album-text-wrap {
    float: right;
    width: 700px;
    max-width: -webkit-calc(100% - 300px);
    max-width: calc(100% - 300px);
}

.content {
    position: relative;
}

.content__img {
    width: 300px;
    height: 285px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content--layout-1 .album-text-wrap .content__subtitle a {
    position: relative;
    left: -115px;
}

.content--layout-1 .album-text-wrap .content__title {
    position: relative;
    left: -125px;
}

.content__subtitle a {
    color: #fff;
    font-family: "Georgia", sans-serif;
    font-size: 20px;
    font-style: italic;
    line-height: 27px;
    z-index: 10;
    margin-top: 33px;
    text-decoration: none;
    display: inline-block;
}

.content__title {
    font-family: "ArcaMajora2", sans-serif;
    font-size: 70px;
    font-weight: 800;
    line-height: 67px;
    text-transform: uppercase;
    margin: 20px 0 0;
    z-index: 10;
    cursor: default;
    letter-spacing: 9px;
}

.content__desc {
    margin: 0 0 37px;
    z-index: 10;
    padding: 28px 60px 0 30px;
    cursor: default;
    color: #fff;
    font-family: "Georgia", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}

.content__img,
.content__title,
.content__subtitle a,
.content__desc {
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.content__link {
    pointer-events: auto;
    align-self: end;
    justify-self: start;
    z-index: 10;
    color: #fff;
    position: relative;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 30px;
    text-decoration: none;
    padding-bottom: 5px;
    padding-right: 10px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.content__link:hover::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 3px;
}

.content__link::after {
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.content__link:hover {
    border-bottom: 1px solid transparent;
    opacity: 1;
    color: #fff;
}

.content__link:focus {
    opacity: 1;
    color: #fff;
}

.content--layout-2 .album-text-wrap {
    float: left;
    text-align: right;
}

.content--layout-2 .album-text-wrap .content__subtitle a {
    position: relative;
    right: -115px;
}

.content--layout-2 .album-text-wrap .content__title {
    position: relative;
    right: -125px;
}

.content--layout-2 .album-text-wrap .content__desc {
    padding: 28px 30px 0 60px;
}

.content--layout-2 .album-text-wrap .content__link {
    margin-left: 0;
    margin-right: 30px;
}

.content--layout-2 .content__img {
    float: right;
}

@media only screen and (min-width: 1100px) {
    .album-text-wrap {
        margin-top: 100px;
        max-width: -webkit-calc(100% - 500px);
        max-width: calc(100% - 500px);
    }
    .content__img {
        width: 500px;
        height: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .content--layout-1 .album-text-wrap,
    .content--layout-2 .album-text-wrap,
    .content--layout-1 .content__img,
    .content--layout-2 .content__img {
        float: none;
    }
    .content__img {
        width: 100%;
    }
    .album-text-wrap {
        width: 480px;
        max-width: 100%;
    }
    .content--layout-1 .album-text-wrap .content__title,
    .content--layout-1 .album-text-wrap .content__subtitle a {
        left: 0;
        position: static;
    }
    .content--layout-2 .album-text-wrap .content__title,
    .content--layout-2 .album-text-wrap .content__subtitle a {
        right: 0;
        position: static;
    }
    .content__title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 4px;
    }
    .content__desc {
        padding-left: 0;
        margin-bottom: 15px;
    }
    .content--layout-2 .album-text-wrap .content__desc {
        padding-right: 0;
    }
    .content__link {
        margin-left: 0;
    }
    .content--layout-2 .album-text-wrap .content__link {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .album-text-wrap {
        width: 380px;
    }
    .content__title {
        font-size: 32px;
        line-height: 40px;
    }
    .content__subtitle a {
        font-size: 17px;
    }
    .content__img {
        height: 230px;
    }
}

@media only screen and (max-width: 360px) {
    .album-text-wrap {
        width: 300px;
    }
    .content__title {
        font-size: 24px;
        line-height: 35px;
        margin-top: 15px;
    }
    .content__desc {
        padding-top: 20px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 04 .EXHIBITION ----------------------*/

.exhibition-wrap {
    background: #cecece;
}

.exhibition-wrap .icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
}

.exhibition-wrap .btn {
    position: relative;
    border: 0;
    box-shadow: none;
    background: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.exhibition-wrap .btn::before {
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 39px;
    font-weight: 900;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.exhibition-wrap .btn::after {
    content: '';
    height: 4px;
    display: block;
    position: absolute;
    width: 30px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.exhibition-wrap .btn--nav-left::before {
    content: '\f104';
    left: 5px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.exhibition-wrap .btn--nav-left::after {
    left: 0;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.exhibition-wrap .btn--nav-left:hover::before {
    left: -10px;
}

.exhibition-wrap .btn--nav-left:hover::after {
    left: -15px;
}

.exhibition-wrap .btn--nav-right::before {
    content: '\f105';
    right: -10px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.exhibition-wrap .btn--nav-right::after {
    right: 0;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.exhibition-wrap .btn--nav-right:hover::before {
    right: -25px;
}

.exhibition-wrap .btn--nav-right:hover::after {
    right: -15px;
}

.exhibition-wrap .btn:focus {
    outline: none;
}

.exhibition-wrap .btn:hover {
    color: #1b1b1b;
}

.exhibition-wrap .btn--nav {
    font-size: 2em;
    pointer-events: auto;
}

.exhibition-wrap .nav-icon--right {
    -webkit-transform: scale3d(-1, -1, 1);
    transform: scale3d(-1, -1, 1);
}

.exhibition-wrap .nav__triangle,
.exhibition-wrap .nav__line {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    fill: currentColor;
}

.exhibition-wrap .btn--nav:hover .nav__triangle {
    -webkit-transform: translate3d(-54px, 0, 0);
    transform: translate3d(-54px, 0, 0);
}

.exhibition-wrap .btn--nav:hover .nav__line {
    -webkit-transform: translate3d(17px, 0, 0);
    transform: translate3d(17px, 0, 0);
}

.exhibition-wrap .btn--info {
    margin: 0 2em 0 auto;
}

.exhibition-wrap .btn--toggle.btn--active {
    z-index: 100;
    color: #fff;
}

.exhibition-wrap .btn--toggle.btn--active:hover {
    color: #1f1f21;
}

.exhibition-wrap .btn--toggle .icon:nth-child(2),
.exhibition-wrap .btn--toggle.btn--active .icon:first-child {
    display: none;
}

.exhibition-wrap .btn--toggle.btn--active .icon:nth-child(2) {
    display: block;
}

.exhibition-wrap .container-wrap {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    perspective: 2000px;
}

.exhibition-wrap .scroller {
    height: 100%;
    transform-style: preserve-3d;
}

.exhibition-wrap .room {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    margin: -50vh 0 0 -50vw;
    pointer-events: none;
    opacity: 0;
    transform-style: preserve-3d;
}

.exhibition-wrap .room--current {
    pointer-events: auto;
    opacity: 1;
}

.exhibition-wrap .room__side {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

.exhibition-wrap .room__side--left,
.exhibition-wrap .room__side--right {
    width: 4000px;
    /* depth */
    height: 100vh;
    background: #dbdbdb;
}

.exhibition-wrap .room__side--back {
    width: 100vw;
    height: 100vh;
    background: #e9e9e9;
    box-shadow: 0 0 0 2px #e9e9e9;
    -webkit-transform: translate3d(0, 0, -4000px) rotate3d(1, 0, 0, 0.1deg) rotate3d(1, 0, 0, 0deg);
    transform: translate3d(0, 0, -4000px) rotate3d(1, 0, 0, 0.1deg) rotate3d(1, 0, 0, 0deg);
}

.exhibition-wrap .room__side--right {
    right: 0;
    justify-content: flex-end;
    -webkit-transform: rotate3d(0, 1, 0, -90.03deg);
    transform: rotate3d(0, 1, 0, -90.03deg);
    transform-origin: 100% 50%;
}

.exhibition-wrap .room__side--left {
    justify-content: flex-start;
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
    transform-origin: 0 50%;
}

.exhibition-wrap .room__side--bottom {
    width: 100vw;
    height: 4000px;
    background: #d0d0d0;
    -webkit-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, -4000px, 0);
    transform: rotate3d(1, 0, 0, 90deg) translate3d(0, -4000px, 0);
    transform-origin: 50% 0%;
}

.exhibition-wrap .room__side--bottom {
    top: 100%;
}

.exhibition-wrap .room__img {
    flex: none;
    max-width: 40%;
    max-height: 60%;
    margin: 0 5%;
    -webkit-transform: translate3d(0, 0, 10px);
    transform: translate3d(0, 0, 10px);
    backface-visibility: hidden;
}

.exhibition-wrap .content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding: 2vw;
}

.exhibition-wrap .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.exhibition-wrap .slides {
    position: relative;
    flex: 1;
}

.exhibition-wrap .slide {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70vw;
    height: 100%;
    margin: 7vh 0 0 10vw;
    pointer-events: none;
    opacity: 0;
}

.exhibition-wrap .slide--current {
    pointer-events: auto;
    opacity: 1;
}

.exhibition-wrap .slide__name {
    padding: 0 30px;
    text-indent: -5vw;
    font-size: 80px;
    color: #fff;
    margin-bottom: 1em;
    letter-spacing: 10px;
    font-family: "ArcaMajora3", sans-serif;
    line-height: 1.25;
    word-spacing: 1500px;
}

.exhibition-wrap .slide__title,
.exhibition-wrap .slide__date {
    text-align: right;
}

.exhibition-wrap .a-btn-2 {
    padding: 15px 35px;
    font-size: 13px;
    letter-spacing: 2px;
}

.exhibition-wrap .slide__title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0.75em 0 0 0;
    font-size: 16px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    padding: 0 15px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0;
}

.exhibition-wrap .slide__title>div {
    max-width: 470px;
}

.exhibition-wrap .slide__title span {
    display: block;
    padding: 0;
    margin-top: 40px;
}

.exhibition-wrap .nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto 0 0 0;
    pointer-events: none;
}


.headbg{
    background: black;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}

@media (max-width: 991px) {
    /* .headbg{
        background: transparent;
    } */
    /* #navid{
        color: black;
    } */
}
/* #navid{
    color: white;
} */

.exhibition-wrap .overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
}

.exhibition-wrap .overlay--loader {
    display: none;
}

.exhibition-wrap .js .overlay--active {
    pointer-events: auto;
    opacity: 1;
}

.exhibition-wrap .loader {
    display: none;
}

.exhibition-wrap .loader div {
    display: none;
}

.exhibition-wrap .loader div:nth-child(2) {
    display: none;
}

.exhibition-wrap .loader div:nth-child(3) {
    display: none;
}

.exhibition-wrap .cat {
    font-size: 20px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    font-style: italic;
    line-height: 1.35;
    display: block;
    letter-spacing: 0;
    padding: 0 34px;
    text-indent: -5vw;
}

.exhibition-wrap .cat a {
    color: #fff;
    text-decoration: none;
}

.exhibition-wrap .cat a:hover {
    text-decoration: none;
}

@keyframes anim-loader {
    100% {
        -webkit-transform: translate3d(0, 30px, 0) scale3d(0.9, 0.9, 1);
        transform: translate3d(0, 30px, 0) scale3d(0.9, 0.9, 1);
    }
}

@media screen and (max-width: 50em) {
    .exhibition-wrap .subject {
        display: none;
    }
    .exhibition-wrap .btn--info {
        margin-right: 1.25em;
    }
    .exhibition-wrap .location {
        position: relative;
        height: auto;
        margin: 1em 0 0 0;
        padding: 0;
        text-align: left;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
    .exhibition-wrap .slide {
        width: 100%;
        margin: 7vh 0 0 0;
    }
    .exhibition-wrap .nav {
        position: absolute;
        top: 5em;
        left: 0;
        width: 100%;
        padding: 1em;
    }
    .exhibition-wrap .nav__triangle {
        -webkit-transform: translate3d(-54px, 0, 0);
        transform: translate3d(-54px, 0, 0);
    }
    .exhibition-wrap .nav__line {
        -webkit-transform: translate3d(17px, 0, 0);
        transform: translate3d(17px, 0, 0);
    }
    .exhibition-wrap .btn--nav:hover {
        color: currentColor;
    }
}

@media screen and (max-width: 991px) {
    .exhibition-wrap .slide__name {
        letter-spacing: 5px;
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .exhibition-wrap .slide__name {
        letter-spacing: 4px;
        font-size: 28px;
    }
    .exhibition-wrap .cat {
        font-size: 16px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 05 .IMAGE BANNER ----------------------*/

.top-banner {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-attachment: scroll;
    background-position: center;
    padding-left: 0;
    padding-right: 0;
}

.top-banner .fix-inner {
    height: 690px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2;
}

.top-banner .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 20;
}

.top-banner .subtitle {
    font-size: 20px;
    line-height: 1.3;
    font-family: "Georgia", sans-serif;
    font-style: italic;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 25px;
    padding-top: 0;
    -webkit-font-smoothing: antialiased;
}

.top-banner.left_content .subtitle {
    color: #B2B2B2;
}

.top-banner .title {
    font-family: "ArcaMajora2", sans-serif;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 10px;
    margin-bottom: 17px;
    line-height: 1.1;
}

.top-banner h1 {
    font-size: 70px;
}

.top-banner h2 {
    font-size: 60px;
}

.top-banner h3 {
    font-size: 50px;
}

.top-banner h4 {
    font-size: 40px;
}

.top-banner h5 {
    font-size: 30px;
}

.top-banner h6 {
    font-size: 20px;
}

.top-banner .descr {
    font-size: 15px;
    line-height: 1.75;
    font-family: "Georgia", sans-serif;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0px;
    max-width: 370px;
}

.top-banner .content {
    z-index: 30;
    max-width: 1170px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-banner.center_content .a-btn {
    margin-top: 55px;
}

.top-banner.center_content .descr {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
}

.top-banner .a-btn {
    margin-top: 30px;
}

/*Top banner full height*/

.top-banner.full-height .container .subtitle {
    padding-top: 0;
}

.top-banner.full-height-window .content {
    margin-top: 0;
    margin-bottom: 0;
}

.top-banner.full-height .content {
    margin-top: auto;
    margin-bottom: auto;
}

.top-banner.center_content {
    min-height: 465px;
}

.top-banner.center_content .content {
    text-align: center;
    margin: 0;
}

.top-banner.top_align .content {
    top: 0 !important;
    margin-top: 0 !important;
}

.top-banner.right_content {
    text-align: right;
}

.top-banner.right_content .descr {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .top-banner .content {
        max-width: 970px;
    }
}

@media (max-width: 992px) {
    .top-banner .fix-inner {
        height: 100vh;
    }
    .top-banner {
        height: 300px;
    }
    .top-banner .title {
        font-size: 60px;
    }
    .top-banner .banner-text {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .top-banner .content {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .top-banner .content {
        max-width: 750px;
    }
}

@media (max-width: 768px) {
    .top-banner {
        height: auto;
        min-height: 500px;
    }
    .top-banner.center_content {
        min-height: 300px;
    }
    .top-banner .banner-text {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 767px) {
    .top-banner .title {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 2px;
    }
    .top-banner .banner-text {
        max-width: 90%;
        padding: 0 15px;
    }
    .top-banner .banner-text .title {
        font-size: 28px;
    }
    .top-banner .subtitle {
        letter-spacing: 5px;
    }
    .top-banner .content {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 600px) {
    .top-banner .content {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .top-banner {
        text-align: center;
    }
    .top-banner .subtitle {
        padding-top: 30px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 06 .SLIDER TRANSITION ----------------------*/

.banner-slider .page-view .project::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.banner-slider .hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

.banner-slider .content {
    padding: 3em 0;
}

.banner-slider .page-view {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-slider .page-view .project {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-slider .page-view .project .text h1 {
    font-size: 70px;
    font-family: "ArcaMajora2", sans-serif;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    display: table;
    text-align: center;
}

.banner-slider .page-view .project .text p {
    font-size: 16px;
    color: #fff;
    font-family: "ArcaMajora3 Bold", sans-serif;
    position: absolute;
    bottom: 40px;
    right: 60px;
    margin: 0;
}

.banner-slider .page-view .project:nth-child(1) {
    z-index: 30;
}

.banner-slider .page-view .arrows {
    position: absolute;
    bottom: 50px;
    left: 100px;
    z-index: 100;
}

.banner-slider .page-view .arrows .arrow {
    float: left;
    cursor: pointer;
}

.banner-slider .page-view .arrows .arrow.next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -13px;
}

.banner-slider .page-view .arrows .arrow:hover.previous {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}

.banner-slider .page-view .arrows .arrow:hover.next {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate3d(5px, 0, 0) rotate(180deg);
    transform: translate3d(5px, 0, 0) rotate(180deg);
}

.banner-slider .page-view .arrows .arrow svg {
    height: 40px;
    width: 25px;
    padding: 2px;
}

.banner-slider .page-view .arrows .arrow svg polygon {
    fill: #fff;
}

.banner-slider .page-view .arrows .arrow {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    margin-right: 10px;
    margin-top: -4px;
}

.banner-slider {
    background: url(../images/building-sprite.png) no-repeat -9999px -9999px;
}

.banner-slider .page-view {
    background: url(../images/building-sprite-2.png) no-repeat -9999px -9999px;
}

.banner-slider .page-view .project:nth-child(odd).hidewiev {
    -webkit-mask: url(../images/building-sprite.png);
    mask: url(../images/building-sprite.png);
    -webkit-mask-size: 7500% 100%;
    mask-size: 7500% 100%;
    -webkit-animation: mask-play 1.4s steps(74) forwards;
    animation: mask-play 1.4s steps(74) forwards;
}

.banner-slider .page-view .project:nth-child(even).hidewiev {
    -webkit-mask: url(../images/building-sprite-2.png);
    mask: url(../images/building-sprite-2.png);
    -webkit-mask-size: 8400% 100%;
    mask-size: 8400% 100%;
    -webkit-animation: mask-play 1.4s steps(83) forwards;
    animation: mask-play 1.4s steps(83) forwards;
}

/* Fallback */

.no-cssmask .page-view .project.hidewiev {
    opacity: 0;
    -webkit-transition: opacity 1.4s ease;
    transition: opacity 1.4s ease;
    -webkit-mask: none !important;
    mask: none !important;
}

@media screen and (max-width: 640px) {
    .banner-slider .page-view .project .text h1 {
        font-size: 36px;
        letter-spacing: 5px;
    }
    .banner-slider .page-view .project .text p {
        bottom: 20px;
        margin: 0;
        text-align: center;
        width: 100%;
        right: auto;
        font-size: 14px;
    }
    .banner-slider .page-view .arrows {
        bottom: 60px;
        left: 50%;
        z-index: 120;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .banner-slider .page-view .arrows .arrow.previous:hover {
        -webkit-transform: none;
        transform: none;
    }
    .banner-slider .page-view .arrows .arrow.next:hover {
        -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
        transform: translate3d(0, 0, 0) rotate(180deg);
    }
    .page-view .arrows .arrow.next {
        margin-top: -11px;
    }
}

@-webkit-keyframes mask-play {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes mask-play {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

/*------------------------------------------------------*/

/*---------------------- 07 .CLIENTS ----------------------*/

.client-wrap {
    height: 400px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.client-wrap .client-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.client-wrap .client-link:hover {
    opacity: 1;
}

.client-wrap .client-link:hover .client-overlay {
    background-color: #000;
}

.client-wrap .client-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100.2%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: table;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.client-wrap .client-overlay .client-title,
.client-wrap .client-overlay .client-count {
    display: table-cell;
    padding: 20px;
    font-family: "ArcaMajora2", sans-serif;
}

.client-wrap .client-overlay .client-count {
    text-align: right;
}

.client-wrap .client-overlay .client-count i {
    margin-right: 7px;
}

/*------------------------------------------------------*/

/*---------------------- 08 .COMING SOON ----------------------*/

.coming-page-wrapper {
    position: relative;
    text-align: center;
    padding-top: 31px;
    padding-bottom: 31px;
}

.coming-page-wrapper .title {
    font-size: 60px;
    line-height: 80px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    margin: 0 0 7px 0;
    letter-spacing: 5.6px;
    font-weight: 400;
}

.coming-page-wrapper .subtitle {
    font-size: 14px;
    font-family: "Georgia", sans-serif;
    line-height: 28px;
    margin: 0 0 70px;
    color: #b2b2b2;
    letter-spacing: 1.12px;
    font-weight: 400;
}

/*Coming soon counter*/

.coming-soon-wrap {
    position: relative;
    height: 310px;
    margin-bottom: 76px;
}

.coming-soon-bg {
    position: absolute;
    z-index: 0;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Svg styles*/

.svg text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.svg text::-moz-selection {
    background: none;
}

.svg text::selection {
    background: none;
}

.coming-soon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.coming-soon .svg {
    width: 100%;
    height: 192px;
    left: 0;
    top: 0;
    position: absolute;
    text-anchor: middle;
}

.coming-soon .svg .count {
    font-weight: 900;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 150px;
}

.coming-soon .svg .svgRect {
    fill: #f2f2f2;
}

.coming-soon .svg .maskRect {
    fill: white;
}

.coming-soon-wrap .coming-soon-descr {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #f2f2f2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 120px;
}

.coming-soon-descr li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-family: "ArcaMajora3 Bold", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    color: #1b1b1b;
    padding-top: 25px;
    letter-spacing: 2.4px;
}

@media (max-width: 1199px) {
    .coming-page-wrapper .subtitle {
        margin-bottom: 50px;
    }
    .coming-soon-wrap {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .coming-page-wrapper .subtitle {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .coming-soon-wrap {
        height: 250px;
    }
    .coming-soon .svg {
        height: 152px;
    }
    .coming-soon .svg .count {
        font-size: 110px;
    }
    .coming-soon-wrap .coming-soon-descr {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .coming-page-wrapper {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-height: 100vh;
        padding-top: 30px;
        padding-bottom: 30px;
        box-sizing: border-box;
    }
    .coming-page-wrapper .title {
        font-size: 34px;
        line-height: 50px;
        letter-spacing: 2px;
        padding: 0 15px;
    }
    .coming-page-wrapper .subtitle {
        max-width: 400px;
        margin-bottom: 40px;
        padding: 0 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .coming-soon-wrap {
        height: 200px;
    }
    .coming-soon .svg {
        height: 100px;
    }
    .coming-soon .svg .count {
        font-size: 50px;
    }
    .coming-soon-wrap .coming-soon-descr {
        height: 100px;
    }
    .coming-soon-descr li {
        letter-spacing: 0.5px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 09 .CONTACTS ----------------------*/

.contacts-info-wrap {
    position: relative;
}

.contacts-info-wrap.style2 {
    padding: 100px 0;
}

.contacts-info-wrap.style2 .content-wrap {
    display: table;
    width: 100%;
}

.contacts-info-wrap.style2 .icon {
    display: block;
    margin-top: 20px;
}

.contacts-info-wrap.style2 .content-item {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
}

.contacts-info-wrap.style2 .content-item a {
    margin-bottom: 0;
    margin-top: 6px;
    line-height: 1.5;
}

.contacts-info-wrap.style2 .content-item div {
    margin-bottom: 0;
    margin-top: 6px;
    border-bottom: none;
}

.contacts-info-wrap.style2 .title-main {
    font-size: 35px;
    font-family: "ArcaMajora3", sans-serif;
    color: #1b1b1b;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -.8px;
    margin-bottom: 13px;
}

.contacts-info-wrap.style2 .text {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
    line-height: 1.8;
    letter-spacing: 0px;
    max-width: 500px;
    margin-bottom: 30px;
}

.contacts-info-wrap.style2 .input_protected_wrapper {
    margin-top: 35px;
    margin-bottom: 0;
}

.contacts-info-wrap.style2.over::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #b2b2b2;
    opacity: .2;
    left: 0;
    top: 0;
}

.contacts-info-wrap img {
    margin-bottom: 18px;
}

.contacts-info-wrap .title {
    font-size: 13px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1B1B1B;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: 2.2px;
}

.contacts-info-wrap .content-item div {
    padding-bottom: 10px;
    border-bottom: 1px solid #1b1b1b;
}

.contacts-info-wrap .content-item div,
.contacts-info-wrap .content-item a {
    font-size: 15px;
    display: block;
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
    letter-spacing: 1.2px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    line-height: 1.8;
    text-decoration: none;
    margin-bottom: 25px;
}

.contacts-info-wrap .content-item a {
    margin-top: 4px;
}

.contacts-info-wrap .content-item a:hover {
    color: #1B1B1B;
    opacity: 1;
}

.contacts-info-wrap .content-item.half {
    width: 50%;
    float: left;
}

.contacts-info-wrap .form input:not([type="submit"]),
.contacts-info-wrap .form textarea {
    background-color: #F7F8FA;
    border: 1px solid #F0F0F0;
    padding: 10px 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.contacts-info-wrap .form input:not([type="submit"]):focus,
.contacts-info-wrap .form textarea:focus {
    border: 1px solid #1b1b1b;
}

.contacts-info-wrap .form input:not([type="submit"]) {
    min-height: 49px;
}

.contacts-info-wrap .form textarea {
    min-height: 209px;
}

.contacts-info-wrap .row {
    display: table;
    width: 100%;
}

.contacts-info-wrap .row .col-xs-12 {
    display: table-cell;
    vertical-align: middle;
}

.contacts-info-wrap.style4 .additional-content-wrap {
    padding: 100px 0;
    background-color: #1b1b1b;
    color: white;
}

.contacts-info-wrap.style4 .additional-content-wrap .content-item a:hover {
    color: #fff;
    opacity: 1;
}

.contacts-info-wrap.style4 .additional-content-wrap .text {
    line-height: 1.75;
}

.contacts-info-wrap.style4 .additional-content-wrap .text p {
    font-family: "ArcaMajora3 Bold", sans-serif;
    margin-bottom: 15px;
}

.contacts-info-wrap.style4 .additional-content-wrap p {
    margin-bottom: 0;
}

.contacts-info-wrap.style4 .additional-content-wrap .content-item div {
    margin-bottom: 0;
    border-bottom: none;
}

.contacts-info-wrap.style4 .additional-content-wrap .content-item a {
    margin-bottom: 10px;
}

.contacts-info-wrap.style4 .additional-content-wrap .col-xs-12:not(:last-of-type) {
    text-align: right;
    margin-top: -3px;
}

.contacts-info-wrap.style4 .additional-content-wrap .title {
    color: #fff;
}

.contacts-info-wrap.style3 .content-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.contacts-info-wrap.style3 .text {
    font-family: "ArcaMajora3 Bold", sans-serif;
}

.contacts-info-wrap.style3 .form-wrap {
    margin-top: 40px;
}

.contacts-info-wrap.style3 .form-wrap .container {
    max-width: 100%;
    padding: 0;
}

.contacts-info-wrap.style3 .image-wrap {
    display: table-cell;
    width: 55%;
    background-size: cover;
    background-position: left;
}

.contacts-info-wrap.style3 .content {
    padding: 17em 80px 100px;
    display: table-cell;
    width: 45%;
}

@media only screen and (max-width: 1199px) {
    .contacts-info-wrap.style2 .content-wrap {
        display: block;
    }
    .contacts-info-wrap.style2 .content-item {
        display: block;
    }
    .contacts-info-wrap.style2 .content-item.halff {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .contacts-info-wrap .row {
        display: block;
        width: auto;
    }
    .contacts-info-wrap .row .col-xs-12 {
        display: block;
    }
    .contacts-info-wrap.style2.over::before {
        display: none;
    }
    .contacts-info-wrap.style2 {
        padding: 20px 0 60px 0;
    }
    .contacts-info-wrap.style2 .content-wrap {
        padding-bottom: 20px;
        border-bottom: 1px solid #b1b1b1;
    }
    .contacts-info-wrap.style2 .form {
        margin-top: 50px;
    }
    .contacts-info-wrap.style2 .content-wrap {
        display: table;
    }
    .contacts-info-wrap.style2 .content-item {
        display: table-cell;
    }
    .contacts-info-wrap.style2 .content-item.halff {
        margin-bottom: 20px;
    }
    form.wpcf7-form .input_protected_wrapper:hover::after {
        right: 45px;
    }
    .contacts-info-wrap.style3 .content {
        padding: 150px 40px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .contacts-info-wrap.style2 .content-wrap,
    .contacts-info-wrap.style2 .content-item {
        display: block;
    }
    .contacts-info-wrap.style2 .title-main {
        font-size: 24px;
    }
    .contacts-info-wrap.style2 {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .contacts-info-wrap.style2 .input_protected_wrapper {
        margin-top: 10px;
    }
    .contacts-info-wrap.style4 .additional-content-wrap {
        padding: 50px 0 25px;
    }
    .contacts-info-wrap.style4 .additional-content-wrap .col-xs-12:not(:last-of-type) {
        margin: 0;
        text-align: center;
    }
    .contacts-info-wrap.style4 .additional-content-wrap {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .contacts-info-wrap.style4 .content-item {
        text-align: center;
    }
    .contacts-info-wrap.style3 .image-wrap,
    .contacts-info-wrap.style3 .content {
        display: block;
        width: 100%;
    }
    .contacts-info-wrap.style3 .image-wrap {
        min-height: 400px !important;
        height: 400px !important;
        background-position: center;
    }
    .contacts-info-wrap.style3 .content {
        padding-top: 50px;
    }
    .contacts-info-wrap.style3 .content {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 600px) {
    .contacts-info-wrap .content-item.half {
        width: 100%;
        float: none;
    }
}

/*------------------------------------------------------*/

/*---------------------- 10 .CUSTOM TEXT BLOCK ----------------------*/

.about-details {
    padding: 23px 12px 20px;
}

.about-details.style2 {
    padding: 0;
    text-align: center;
}

.about-details.style2 .content .text p {
    margin-top: 0;
    margin-bottom: 5px;
}

.about-details.style1 .content .text {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #5d5959;
    line-height: 1.8;
}

.about-details.style1 .content .text p {
    letter-spacing: 0;
}

.about-details .content .text {
    font-size: 26px;
    line-height: 1.47;
    font-family: "Times New Roman", sans-serif;
    color: #1B1B1B;
    letter-spacing: -.2px;
}

.abimg{
    align-items: center;
}

.about-details .content .text h1,
.about-details .content .text h2,
.about-details .content .text h3,
.about-details .content .text h4,
.about-details .content .text h5,
.about-details .content .text h6 {
    color: #1B1B1B;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.about-details .content .text h6 {
    font-size: 15px;
}

.about-details .content .text h1 {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 8px;
}

.about-details .content .text p {
    margin-top: 0;
    margin-bottom: 25px;
}

.about-details .content .text blockquote {
    margin-top: 25px;
    overflow: hidden;
    border: none;
    background-color: transparent;
    padding: 0;
    font-style: normal;
}

.about-details .content .text blockquote p {
    font-size: 25px;
    line-height: 1.4;
    font-family: "Georgia", sans-serif;
    color: #1B1B1B;
    margin: 0;
    letter-spacing: 0;
}

.about-details .content .button {
    margin-top: 18px;
    margin-left: 0;
    font-size: 14px;
    letter-spacing: 1.2px;
    padding: 15px 36px;
}

.about-details .content .subtitle {
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #b2b2b2;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 0;
    letter-spacing: 2px;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
}

.about-details .content .title {
    font-family: "ArcaMajora3", sans-serif;
    line-height: 1.3;
    font-weight: 900;
    color: #1B1B1B;
    letter-spacing: .1px;
    margin: 0 0 20px;
}

.about-details .content h1.title {
    font-size: 32px;
}

.about-details.style3,
.about-details.style4 {
    text-align: center;
    padding: 38px 70px 20px;
}

.about-details.style3 .content .text,
.about-details.style4 .content .text {
    margin-top: 0;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.about-details.style4 .content .text {
    max-width: 515px;
}

.about-details.style4 .content .button {
    padding: 15px 45px;
}

.about-details[class*='style'].text-left {
    text-align: left;
}

.about-details[class*='style'].text-center {
    text-align: center;
}

.about-details[class*='style'].text-right {
    text-align: right;
}

@media (max-width: 1199px) {
    .about-details .content .subtitle {
        margin-bottom: 20px;
    }
    .about-details .content h1.title {
        font-size: 30px;
        line-height: 1.3;
    }
    .about-details .content .text blockquote {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .about-details.style4,
    .about-details.style3 {
        padding: 30px 0;
    }
    .about-details.style4 .content .text p,
    .about-details.style3 .content .text p {
        margin-top: 15px;
    }
    .about-details.style1 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-details.style2 .content .subtitle {
        margin-bottom: 10px;
    }
    .about-details .content .text h1 {
        font-size: 45px;
        letter-spacing: 5px;
        margin-top: 0;
    }
    .about-details {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .about-details.style2 {
        padding: 0;
    }
    .about-details .content .text h1 {
        font-size: 35px;
        letter-spacing: 4px;
        margin-top: 0;
    }
    .about-details .content .text p {
        margin-bottom: 15px;
    }
    .about-details .content .text blockquote {
        margin-top: 13px;
    }
    .about-details .content .button {
        margin-top: 5px;
    }
    .about-details .content .text {
        font-size: 21px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 11 .FULLSCREEN SLIDER ----------------------*/

.full_screen_slider {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: inherit;
}

.full_screen_slider .swiper-arrow-left,
.full_screen_slider .swiper-arrow-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    width: 33px;
    height: 42px;
    cursor: pointer;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.full_screen_slider .swiper-arrow-left i,
.full_screen_slider .swiper-arrow-right i {
    font-size: 40px;
}

.full_screen_slider .swiper-arrow-left::before,
.full_screen_slider .swiper-arrow-right::before {
    content: '';
    width: 30px;
    background-color: #fff;
    height: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
}

.full_screen_slider .swiper-arrow-left {
    left: 20px;
}

.full_screen_slider .swiper-arrow-left:hover {
    left: 15px;
}

.full_screen_slider .swiper-arrow-left::before {
    left: 3px;
}

.full_screen_slider .swiper-arrow-right {
    right: 30px;
    text-align: right;
}

.full_screen_slider .swiper-arrow-right:hover {
    right: 20px;
}

.full_screen_slider .swiper-arrow-right i {
    left: auto;
    right: 0;
}

.full_screen_slider .swiper-arrow-right::before {
    right: 3px;
}

.full_screen_slider .swiper-wrapper {
    cursor: ew-resize;
}

.full_screen_slider.numbers_arrows .swiper-wrapper {
    cursor: none;
}

.full_screen_slider.simple_arrows .full-screen-slider__img:after {
    display: none;
}

.full_screen_slider.kenburn_slider .swiper-slide {
    overflow: hidden;
}

.full_screen_slider.kenburn_slider .swiper-slide .full-screen-slider__img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 10s ease-in;
    transition: transform 10s ease-in;
}

.full_screen_slider.kenburn_slider .swiper-slide-active .full-screen-slider__img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: transform 10s ease-in;
    transition: transform 10s ease-in;
}

.full_screen_slider .slider-click {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 11px;
    line-height: 40px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    width: 32px;
    height: 32px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.full_screen_slider .slider-click.right {
    right: 0;
}

.full_screen_slider .slider-click.right .arrow {
    left: auto;
    right: 14px;
}

.full_screen_slider .slider-click.right .number {
    right: 0;
    left: auto;
}

.full_screen_slider .slider-click.left {
    left: 0;
}

.full_screen_slider .slider-click .arrow {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-top: -11px;
}

.full_screen_slider .slider-click .arrow::after {
    content: '';
    height: 4px;
    display: block;
    position: absolute;
    width: 27px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.full_screen_slider .slider-click .number {
    position: absolute;
    left: 0;
    width: 57px;
}

.full_screen_slider .slider-click.left .arrow::before {
    content: '\f104';
    left: 3px;
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 35px;
    font-weight: 900;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.full_screen_slider .slider-click.left .arrow::after {
    left: 0;
}

.full_screen_slider .slider-click .left {
    text-align: right;
    float: left;
    width: 23px;
    height: 20px;
    position: relative;
    top: 0;
}

.full_screen_slider .slider-click .middle {
    position: absolute;
    left: 26px;
    top: 0;
    margin-top: -1px;
}

.full_screen_slider .slider-click .middle::before {
    content: '/';
}

.full_screen_slider .slider-click.right .arrow::before {
    content: '\f105';
    right: -6px;
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    font-size: 35px;
    font-weight: 900;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.full_screen_slider .slider-click.right .arrow::after {
    right: 0;
}

.full_screen_slider .slider-click .right {
    float: right;
    width: 23px;
    height: 30px;
    position: relative;
    top: 0;
}

.full-screen-slider__img .full-content-wrap {
    position: relative;
    top: 270px;
    left: 30px;
    padding-right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}

.full-screen-slider__img .full-content-wrap .full-title {
    font-size: 70px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: 300;
    letter-spacing: 5.6px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.full-screen-slider__img .full-content-wrap .full-subtitle {
    font-size: 14px;
    line-height: 28px;
    font-family: "Georgia", sans-serif;
    font-weight: 400;
    letter-spacing: 1.12px;
}

.slider-wrapperok-left,
.slider-wrapperok-right {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 15;
    overflow: hidden;
    cursor: none;
}

.slider-wrapperok-left {
    left: 0;
}

.slider-wrapperok-left:hover .slider-click.left {
    opacity: 1;
    visibility: visible;
}

.slider-wrapperok-right {
    right: 0;
}

.slider-wrapperok-right:hover .slider-click.right {
    opacity: 1;
    visibility: visible;
}

.full_screen_slider .slider-click.right.disabled,
.full_screen_slider .slider-click.left.disabled {
    opacity: 0;
}

.full-screen-slider__img {
    height: 100vh;
    max-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.full-screen-slider__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.full_screen_slider .pagination {
    display: none;
}

.whizz-sound-btn {
    position: absolute;
    right: 35px;
    bottom: 120px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 310;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
}

.whizz-sound-btn:hover {
    background-color: transparent;
}

.whizz-sound-btn:before {
    content: '\f026';
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.whizz-sound-btn.play:before {
    content: '\f028';
}

.whizz-audio-file {
    display: none;
}

@media (max-width: 991px) {
    .full-screen-slider__img .full-content-wrap {
        top: 50%;
    }
    .full-screen-slider__img .full-content-wrap .full-title {
        font-size: 40px;
    }
    .full-screen-slider__img .full-content-wrap .full-subtitle {
        line-height: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .slider-wrapperok-left,
    .slider-wrapperok-right {
        display: none;
    }
    .slider-click {
        display: none;
    }
}

@media (max-width: 600px) {
    .full-screen-slider__img .full-content-wrap {
        text-align: center;
        left: 0;
        padding: 0 15px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 12 .GALLERY WITH LEFT FILTER ----------------------*/

.albums-left-filter .button-group {
    margin-top: 5px;
}

.albums-left-filter .button-group button {
    display: block;
    padding: 0;
    font-size: 11px;
    text-align: left;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #B2B2B2;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2.5px;
    margin: 0 0 11px 0;
    background-color: transparent;
    border: none;
}

.albums-left-filter .button-group button:hover {
    color: #1B1B1B;
}

.albums-left-filter .button-group button.is-checked {
    color: #1B1B1B;
}

.albums-left-filter .portfolio {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.albums-left-filter .img-wrap-item a {
    display: block;
    height: auto;
    width: auto;
}

.albums-left-filter.columns4 .img-wrap-item {
    width: 25% !important;
    padding: 2.5px;
}

.albums-left-filter.columns3 .img-wrap-item {
    width: 33.33% !important;
    padding: 2.5px;
}

.albums-left-filter .portfolio-wrapper {
    height: 100% !important;
}

@media only screen and (max-width: 991px) {
    .albums-left-filter .button-group {
        margin-bottom: 20px;
    }
    .albums-left-filter .button-group button {
        display: inline-block;
        padding-right: 15px;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .albums-left-filter.columns4 .img-wrap-item,
    .albums-left-filter.columns3 .img-wrap-item {
        width: 50% !important;
    }
}

@media only screen and (max-width: 600px) {
    .albums-left-filter.columns4 .img-wrap-item,
    .albums-left-filter.columns3 .img-wrap-item {
        width: 100% !important;
    }
}

/*------------------------------------------------------*/

/*---------------------- 13 .PORTFOLIO ----------------------*/

/*------------------------------------------------------*/

/*---------------------- 14 .INFO BLOCK ----------------------*/

.info-block-parallax-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.info-block-parallax-wrap .image-wrap {
    width: 57%;
    vertical-align: top;
    display: table-cell;
    background-size: cover;
    background-position: left;
}

.info-block-parallax-wrap .content-wrap {
    display: table-cell;
    vertical-align: top;
    padding: 120px 80px 70px;
}

.info-block-parallax-wrap .content-wrap p {
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
    margin-bottom: 25px;
}

.info-block-parallax-wrap .content-wrap a {
    text-decoration: none;
    font-family: "Georgia", sans-serif;
}

.info-block-parallax-wrap .content-wrap blockquote {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: "Georgia", sans-serif;
    color: #1B1B1B;
    letter-spacing: 0;
}

.info-block-parallax-wrap .content-wrap blockquote p {
    color: #1B1B1B;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .info-block-parallax-wrap .content-wrap {
        padding: 90px 40px 40px;
    }
    .info-block-parallax-wrap .content-wrap blockquote {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .info-block-parallax-wrap .content-wrap blockquote p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .info-block-parallax-wrap .image-wrap,
    .info-block-parallax-wrap .content-wrap {
        display: block;
        width: 100%;
    }
    .info-block-parallax-wrap .content-wrap {
        padding: 15px;
    }
    .info-block-parallax-wrap .content-wrap blockquote {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .info-block-parallax-wrap .content-wrap p {
        margin-bottom: 15px;
    }
    .info-block-parallax-wrap .image-wrap {
        height: 400px !important;
        min-height: 0 !important;
        background-position: center;
    }
}

/*------------------------------------------------------*/

/*---------------------- 15 .INSTAGRAM ----------------------*/

.insta-box .insta-box-follow {
    font-size: 36px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1B1B1B;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2.7px;
    line-height: 1.2;
}

.insta-box .insta-box-follow a {
    font-size: 14px;
    font-family: "ArcaMajora3 bold", sans-serif;
    color: #1B1B1B;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 400;
    border: 1px solid #1b1b1b;
    margin-top: 5px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.insta-box .insta-img-wrap {
    overflow: hidden;
    clear: both;
    background-color: #1b1b1b;
}

.insta-box .insta-img-wrap ul {
    margin-left: 0;
    margin-bottom: 0;
}

.insta-box .insta-img-wrap ul::before,
.insta-box .insta-img-wrap ul::after {
    content: '';
    display: table;
}

.insta-box .insta-img-wrap ul::after {
    clear: both;
}

.insta-box .insta-img-wrap li {
    position: relative;
    list-style: none;
    float: left;
}

.insta-box .insta-img-wrap span {
    display: block;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .insta-box .insta-box-follow {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .insta-box .insta-box-follow {
        font-size: 24px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 16 .WHIZZ GALLERY ----------------------*/

.pad_rl_15 {
    padding: 0px 15px;
}

.justified-gallery .dgwt-jg-caption {
    background: rgba(0, 0, 0, 0.5);
}

.dgwt-jg-gallery.justified-gallery .dgwt-jg-caption span {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #ffffff;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

.lg .lg-sub-html h4 {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 22px !important;
    line-height: 30px !important;
    color: #ffffff;
    font-weight: 400 !important;
    letter-spacing: 2px;
}

.lg .lg-sub-html .dgwt-jg-item-desc {
    font-size: 12px;
    line-height: 20px !important;
    letter-spacing: 2.4px;
    font-family: "Times New Roman", sans-serif;
    color: #B2B2B2;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dgwt-jg-gallery>a {
    background-size: cover;
    background-position: center;
}

.thumb-slider-wrapp {
    width: 100%;
    position: relative;
}

.thumb-slider-wrapp .flex-direction-nav {
    display: none;
}

.thumb-slider-wrapp .slides {
    height: 100%;
    display: block;
    margin-bottom: 0;
}

.thumb-slider-wrapp .slides li {
    width: 100%;
    height: 100%;
}

.thumb-slider-wrapp .slides li .thumb-slider-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.thumb-slider-wrapp .main-thumb-slider {
    height: 100%;
}

.thumb-slider-wrapp .sub-thumb-slider {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: #fff;
    padding: 15px 0 15px 15px;
    -webkit-transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.thumb-slider-wrapp .sub-thumb-slider .flex-viewport {
    height: 100%;
    width: 100%;
}

.thumb-slider-wrapp .sub-thumb-slider .slides li {
    padding-right: 10px;
}

.thumb-slider-wrapp .sub-thumb-slider .slides li .thumb-slider-bg {
    cursor: pointer;
}

.thumb-slider-wrapp .sub-thumb-slider.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow {
    position: absolute;
    width: 130px;
    height: 27px;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    cursor: pointer;
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow .hide-images,
.thumb-slider-wrapp .thumb-slider-wrapp-arrow .show-images {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 27px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #B2B2B2;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    -webkit-transition: opacity 0.5s ease, visibility 0.4s ease;
    transition: opacity 0.5s ease, visibility 0.4s ease;
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow .hide-images {
    opacity: 0;
    visibility: hidden;
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow.active {
    bottom: 100px;
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow.active .show-images {
    opacity: 0;
    visibility: hidden;
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow.active .hide-images {
    opacity: 1;
    visibility: visible;
}

.flow-slider {
    position: relative;
}

.flow-slider .swiper-container {
    width: 140vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flow-slider .swiper-container .swiper-slide {
    cursor: pointer;
}

.flow-slider .pagination {
    display: none;
}

.flow-slider .swiper-slide {
    position: relative;
}

.flow-slider .flow-title {
    font-size: 70px;
    font-family: "ArcaMajora3", sans-serif;
    color: #B2B2B2;
    width: 430px;
    max-width: 80%;
    line-height: 1.1;
    text-align: center;
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flow-slider .swiper-slide-active .image-wrap {
    opacity: 1;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.flow-slider .swiper-slide-active .flow-title {
    color: #fff;
    -webkit-transition: color 350ms ease;
    transition: color 350ms ease;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.flow-slider .image-wrap {
    background-size: cover;
    background-position: top;
    width: 470px;
    max-width: 90%;
    margin: auto;
    opacity: 0;
}

.flow-slider .swiper-arrow-left,
.flow-slider .swiper-arrow-right {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.flow-slider .swiper-arrow-left {
    position: absolute;
    top: 27%;
    left: -webkit-calc(50% - 358px);
    left: calc(50% - 358px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flow-slider .swiper-arrow-left::before {
    content: '';
    left: 8px;
    position: absolute;
    color: #1B1B1B;
    top: 50%;
    border-left: 4px solid #1B1B1B;
    border-top: 4px solid #1B1B1B;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 17px;
    height: 17px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flow-slider .swiper-arrow-left::after {
    content: '';
    height: 4px;
    display: block;
    position: absolute;
    width: 30px;
    background-color: #1B1B1B;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.flow-slider .swiper-arrow-right {
    position: absolute;
    top: 27%;
    left: -webkit-calc(50% + 320px);
    left: calc(50% + 320px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flow-slider .swiper-arrow-right::before {
    content: '';
    right: -10px;
    position: absolute;
    color: #1B1B1B;
    top: 50%;
    border-right: 4px solid #1B1B1B;
    border-top: 4px solid #1B1B1B;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 17px;
    height: 17px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flow-slider .swiper-arrow-right::after {
    content: '';
    height: 4px;
    display: block;
    position: absolute;
    width: 30px;
    background-color: #1B1B1B;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

@media only screen and (max-width: 991px) {
    .flow-slider .flow-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .flow-slider .flow-title {
        font-size: 30px;
    }
}

.marg_discriminating {
    margin-left: -5px;
    margin-right: -5px;
}

.portfolio-single-content {
    font-size: 14px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1B1B1B;
    line-height: 1.7;
    letter-spacing: .7px;
}

.portfolio-single-content blockquote {
    border: none;
    margin-top: -7px;
    margin-bottom: 23px;
}

.portfolio-single-content .social-list {
    text-align: right;
}

.portfolio-single-content .social-list li {
    margin: 0px 1px 0 11px;
}

.portfolio-single-content .portfolio-categories a {
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
    letter-spacing: 2.4px;
    margin-bottom: 30px;
    text-decoration: none;
}

.portfolio-single-content .portfolio-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    color: #1b1b1b;
    margin-top: 22px;
    margin-bottom: 0;
}

.portfolio-single-content p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.1px;
    font-weight: 400;
    font-family: "Georgia", sans-serif;
    color: #5d5959;
    margin-top: 17px;
    margin-bottom: 30px;
}

.portfolio-single-content .whizz-portfolio-footer-line {
    border-top: 4px solid #f2f2f2;
    border-bottom: 4px solid #f2f2f2;
    padding: 33px 0;
}

.portfolio-single-content .whizz-portfolio-footer-line .portfolio-client .client-title,
.portfolio-single-content .whizz-portfolio-footer-line .portfolio-jop-type .title-job-type,
.portfolio-single-content .whizz-portfolio-footer-line .title-date {
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.portfolio-single-content .whizz-portfolio-footer-line .portfolio-client .client-value,
.portfolio-single-content .whizz-portfolio-footer-line .portfolio-jop-type .job-type-value,
.portfolio-single-content .whizz-portfolio-footer-line .date-value,
.portfolio-single-content .whizz-portfolio-footer-line .social-list a {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.1px;
    font-weight: 400;
    font-family: "Georgia", sans-serif;
    color: #b2b2b2;
}

.portfolio-single-content .whizz-portfolio-footer-line .single-share .ft-part {
    margin-bottom: 0 !important;
}

.portfolio-single-content .whizz-portfolio-footer-line .social-list {
    margin: 0;
    padding: 0 0 0 5px;
    text-align: left;
}

.portfolio-single-content .whizz-portfolio-footer-line .social-list a {
    font-size: 12px;
}

.portfolio-single-content .single-pagination {
    padding: 50px 0;
    position: relative;
}

.portfolio-single-content .single-pagination::before,
.portfolio-single-content .single-pagination::after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (max-width: 991px) {
    .portfolio-single-content .whizz-portfolio-footer-line .portfolio-client,
    .portfolio-single-content .whizz-portfolio-footer-line .portfolio-jop-type,
    .portfolio-single-content .whizz-portfolio-footer-line .date-value {
        margin-bottom: 20px;
    }
    .portfolio-single-content .whizz-portfolio-footer-line .single-share {
        margin-left: 0;
        margin-right: 0;
    }
    .portfolio-single-content .whizz-portfolio-footer-line .social-list li:first-child {
        margin-left: 0;
    }
    .portfolio-single-content .single-pagination {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-single-content blockquote {
        padding: 23px 25px 14px;
        margin-top: 13px;
    }
    .portfolio-single-content.no-marg {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .portfolio-single-content blockquote {
        font-size: 16px;
        padding: 26px;
    }
}

.portfolio-single-content .gallery-single.infinite_full_gallery {
    margin-right: 0;
    margin-left: 0;
}

.portfolio-single-content .gallery-single.infinite_full_gallery .item-single {
    width: 25%;
}

.portfolio-single-content .gallery-single.infinite_full_gallery .item-single,
.portfolio-single-content .gallery-single.infinite_full_gallery .item-single a {
    height: 270px;
    margin: 0;
}

.portfolio-single-content .gallery-single.infinite_full_gallery .item-single a {
    width: 100% !important;
}

.portfolio-single-content .gallery-single.infinite_full_gallery .item-single a .info-content {
    background-color: rgba(0, 0, 0, 0.4) !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
}

.portfolio-single-content .gallery-single.infinite_full_gallery .item-single a .info-content::before {
    background-color: transparent;
}

.portfolio-single-content .gallery-single.infinite_full_gallery .item-single a .info-content .vertical-align {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    text-align: left;
    bottom: 15px;
    padding: 0 0 8px 28px;
    overflow: hidden;
}

.portfolio-single-content .gallery-single.infinite_full_gallery .item-single a .info-content h5 {
    font-size: 15px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.7px;
    opacity: .9;
    margin-bottom: 0;
    position: relative;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-single-content .gallery-single.infinite_full_gallery .item-single a:hover .info-content {
    opacity: 1;
}

.portfolio-single-content .gallery-single.infinite_full_gallery .item-single a:hover .info-content h5 {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

@media only screen and (max-width: 991px) {
    .portfolio-single-content .gallery-single.infinite_full_gallery .item-single {
        width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-single-content .gallery-single.infinite_full_gallery .item-single {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .portfolio-single-content .gallery-single.infinite_full_gallery .item-single {
        width: 100%;
    }
}

.portfolio-gallery.gallery-single {
    margin: 0 -15px;
}

.portfolio-gallery a.gallery-item {
    float: none;
    padding: 0;
}

.fullwidth.full-single {
    width: 20%;
    display: block;
    float: left;
}

.fullwidth .gallery-item {
    margin: 0 5px 10px 5px;
    height: auto;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    box-sizing: border-box;
}

.fullwidth .gallery-item img {
    width: auto;
}

.fullwidth .gallery-item .info-content {
    height: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.fullwidth .gallery-item .info-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background-color: #fff;
}

.fullwidth .gallery-item .info-content h5 {
    letter-spacing: 1.1px;
    margin-bottom: 6px;
    color: #1b1b1b;
}

.fullwidth .gallery-item .info-content .subtitle {
    font-size: 10px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: 2.6px;
}

.fullwidth .gallery-item:hover .info-content {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.full-single:nth-child(14n+1) {
    width: 20%;
}

.full-single:nth-child(14n+1) .gallery-item {
    height: 227px;
}

.full-single:nth-child(14n+2) {
    width: 40%;
}

.full-single:nth-child(14n+2) .gallery-item {
    height: 227px;
}

.full-single:nth-child(14n+3) {
    width: 40%;
}

.full-single:nth-child(14n+3) .gallery-item {
    height: 464px;
}

.full-single:nth-child(14n+4) {
    width: 20%;
}

.full-single:nth-child(14n+4) .gallery-item {
    height: 227px;
}

.full-single:nth-child(14n+5) {
    width: 40%;
}

.full-single:nth-child(14n+5) .gallery-item {
    height: 464px;
}

.full-single:nth-child(14n+6) {
    width: 20%;
}

.full-single:nth-child(14n+6) .gallery-item {
    height: 464px;
}

.full-single:nth-child(14n+7) {
    width: 20%;
}

.full-single:nth-child(14n+7) .gallery-item {
    height: 227px;
}

.full-single:nth-child(14n+8) {
    width: 20%;
}

.full-single:nth-child(14n+8) .gallery-item {
    height: 464px;
}

.full-single:nth-child(14n+9) {
    width: 20%;
}

.full-single:nth-child(14n+9) .gallery-item {
    height: 227px;
}

.full-single:nth-child(14n+10) {
    width: 40%;
}

.full-single:nth-child(14n+10) .gallery-item {
    height: 464px;
}

.full-single:nth-child(14n+11) {
    width: 40%;
}

.full-single:nth-child(14n+11) .gallery-item {
    height: 464px;
}

.full-single:nth-child(14n+12) {
    width: 20%;
}

.full-single:nth-child(14n+12) .gallery-item {
    height: 227px;
}

.full-single:nth-child(14n+13) {
    width: 20%;
}

.full-single:nth-child(14n+13) .gallery-item {
    height: 227px;
}

.full-single:nth-child(14n+14) {
    width: 40%;
}

.full-single:nth-child(14n+14) .gallery-item {
    height: 227px;
}

@media (max-width: 991px) {
    .full-single:nth-child(14n+1) {
        width: 20%;
    }
    .full-single:nth-child(14n+1) .gallery-item {
        height: 142px;
    }
    .full-single:nth-child(14n+2) {
        width: 40%;
    }
    .full-single:nth-child(14n+2) .gallery-item {
        height: 142px;
    }
    .full-single:nth-child(14n+3) {
        width: 40%;
    }
    .full-single:nth-child(14n+3) .gallery-item {
        height: 294px;
    }
    .full-single:nth-child(14n+4) {
        width: 20%;
    }
    .full-single:nth-child(14n+4) .gallery-item {
        height: 142px;
    }
    .full-single:nth-child(14n+5) {
        width: 40%;
    }
    .full-single:nth-child(14n+5) .gallery-item {
        height: 294px;
    }
    .full-single:nth-child(14n+6) {
        width: 20%;
    }
    .full-single:nth-child(14n+6) .gallery-item {
        height: 294px;
    }
    .full-single:nth-child(14n+7) {
        width: 20%;
    }
    .full-single:nth-child(14n+7) .gallery-item {
        height: 142px;
    }
    .full-single:nth-child(14n+8) {
        width: 20%;
    }
    .full-single:nth-child(14n+8) .gallery-item {
        height: 294px;
    }
    .full-single:nth-child(14n+9) {
        width: 20%;
    }
    .full-single:nth-child(14n+9) .gallery-item {
        height: 142px;
    }
    .full-single:nth-child(14n+10) {
        width: 40%;
    }
    .full-single:nth-child(14n+10) .gallery-item {
        height: 294px;
    }
    .full-single:nth-child(14n+11) {
        width: 40%;
    }
    .full-single:nth-child(14n+11) .gallery-item {
        height: 294px;
    }
    .full-single:nth-child(14n+12) {
        width: 20%;
    }
    .full-single:nth-child(14n+12) .gallery-item {
        height: 142px;
    }
    .full-single:nth-child(14n+13) {
        width: 20%;
    }
    .full-single:nth-child(14n+13) .gallery-item {
        height: 142px;
    }
    .full-single:nth-child(14n+14) {
        width: 40%;
    }
    .full-single:nth-child(14n+14) .gallery-item {
        height: 142px;
    }
}

/*Izotop container portfolio*/

@media (max-width: 767px) {
    .izotope-container .item-single {
        margin-bottom: 5px !important;
    }
    .izotope-container .item-single:last-child {
        margin-bottom: 30px !important;
    }
    .full-single:nth-child(14n+1),
    .full-single:nth-child(14n+2),
    .full-single:nth-child(14n+3),
    .full-single:nth-child(14n+4),
    .full-single:nth-child(14n+5),
    .full-single:nth-child(14n+6),
    .full-single:nth-child(14n+7),
    .full-single:nth-child(14n+8),
    .full-single:nth-child(14n+9),
    .full-single:nth-child(14n+10),
    .full-single:nth-child(14n+11),
    .full-single:nth-child(14n+12),
    .full-single:nth-child(14n+13),
    .full-single:nth-child(14n+14) {
        width: 50%;
    }
    .full-single:nth-child(14n+1) .gallery-item,
    .full-single:nth-child(14n+2) .gallery-item,
    .full-single:nth-child(14n+3) .gallery-item,
    .full-single:nth-child(14n+4) .gallery-item,
    .full-single:nth-child(14n+5) .gallery-item,
    .full-single:nth-child(14n+6) .gallery-item,
    .full-single:nth-child(14n+7) .gallery-item,
    .full-single:nth-child(14n+8) .gallery-item,
    .full-single:nth-child(14n+9) .gallery-item,
    .full-single:nth-child(14n+10) .gallery-item,
    .full-single:nth-child(14n+11) .gallery-item,
    .full-single:nth-child(14n+12) .gallery-item,
    .full-single:nth-child(14n+13) .gallery-item,
    .full-single:nth-child(14n+14) .gallery-item {
        height: 370px;
    }
}

@media (max-width: 480px) {
    .full-single:nth-child(14n+1),
    .full-single:nth-child(14n+2),
    .full-single:nth-child(14n+3),
    .full-single:nth-child(14n+4),
    .full-single:nth-child(14n+5),
    .full-single:nth-child(14n+6),
    .full-single:nth-child(14n+7),
    .full-single:nth-child(14n+8),
    .full-single:nth-child(14n+9),
    .full-single:nth-child(14n+10),
    .full-single:nth-child(14n+11),
    .full-single:nth-child(14n+12),
    .full-single:nth-child(14n+13),
    .full-single:nth-child(14n+14) {
        width: 100%;
    }
}

.portfolio-single-content .gallery-item,
.gallery-item {
    display: block;
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.portfolio-single-content .gallery-item.four,
.gallery-item.four {
    height: 240px;
}

.portfolio-single-content .gallery-item.three,
.gallery-item.three {
    height: 280px;
}

.portfolio-single-content .gallery-item.two,
.gallery-item.two {
    height: 320px;
}

@media (max-width: 600px) {
    .gallery-item.two {
        height: 250px;
    }
}

.gallery-item:hover {
    opacity: 1;
}

.gallery-item .info-content {
    background-color: rgba(19, 19, 19, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.gallery-item .info-content h5 {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
}

.gallery-item:hover .info-content {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.modern .gallery-item {
    height: auto;
    text-align: center;
}

.modern .gallery-item img {
    width: 100%;
}

.modern .gallery-item .info-content {
    background-color: rgba(19, 19, 19, 0.3);
}

.modern .gallery-item .info-content h5 {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
}

.gallery-item:focus {
    opacity: 1;
}

dl.gallery-item {
    height: auto;
}

.modern dl.gallery-item img {
    width: auto;
}

.filmstrim-gallery-outer {
    padding-left: 30px;
    position: relative;
}

@media (max-width: 991px) {
    .filmstrim-gallery-outer {
        padding-left: 0;
    }
}

.filmstrim-gallery-outer .filmstrim-gallery img {
    max-width: 100%;
    display: block;
    float: left;
}

.filmstrim-gallery-outer .filmstrim-gallery .image-wrap {
    float: left;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.filmstrim-gallery-outer .caroufredsel_wrapper {
    width: 100% !important;
}

.filmstrim-gallery-outer .filmstrim-gallery .image-wrap {
    position: relative;
}

.filmstrim-gallery-outer .filmstrim-gallery .image-wrap a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swipe-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swipe-btn:hover:before {
    color: #1b1b1b;
}

.swipe-btn.next {
    right: 10px;
}

.swipe-btn.next:before {
    content: '\f105';
}

.swipe-btn.next:hover {
    right: 0;
}

.swipe-btn.prev {
    left: 30px;
}

@media (max-width: 991px) {
    .swipe-btn.prev {
        left: 10px;
    }
    .swipe-btn.prev:hover {
        left: 0;
    }
}

.swipe-btn.prev:before {
    content: '\f104';
}

.swipe-btn.prev:hover {
    left: 20px;
}

.swipe-btn:before {
    position: absolute;
    color: #1b1b1b;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*------------------------------------------------------*/

/*---------------------- 17. GALLERY HOVERS ----------------------*/

.portfolio.simple .item-link .item-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.item-link:hover .item-overlay {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-item.slip .info-content {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    width: inherit;
    height: inherit;
}

.sliphover-overlay {
    cursor: pointer;
}

.sliphover-overlay:hover {
    opacity: 1;
}

.sliphover-overlay div {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.portfolio.simple .item-link:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*Hover 1 - Zoom out*/

.gallery-single .gallery-item.hover1 .item-img,
.portfolio .item-link.hover1 .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    width: 120%;
    height: 100%;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    left: -10%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover1:hover .item-img,
.portfolio .item-link.hover1:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover1.yes .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover1.yes:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    width: 120%;
    height: 100%;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    left: -10%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*Hover 2 - Slide*/

.gallery-single .gallery-item.hover2 .item-img,
.portfolio .item-link.hover2 .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    width: 120% !important;
    left: -20%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover2:hover .item-img,
.portfolio .item-link.hover2:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 0%;
    width: 120%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover2 .info-content {
    left: -7%;
}

.portfolio .item-link.hover2.yes .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 0%;
    width: 120%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover2.yes:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    width: 120% !important;
    left: -20%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*Hover 3 - Rotate (+ zoom out)*/

.gallery-single .gallery-item.hover3 .item-img,
.portfolio .item-link.hover3 .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: rotate(15deg) scale(1.4);
    -ms-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover3:hover .item-img,
.portfolio .item-link.hover3:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover3.yes .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover3.yes:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: rotate(15deg) scale(1.4);
    -ms-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*Hover 4 - Blur*/

.gallery-single .gallery-item.hover4 .item-img,
.portfolio .item-link.hover4 .item-img {
    -webkit-filter: grayscale(0%) blur(3px);
    filter: grayscale(0%) blur(3px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover4:hover .item-img,
.portfolio .item-link.hover4:hover .item-img {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover4.yes .item-img {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover4.yes:hover .item-img {
    -webkit-filter: grayscale(0%) blur(3px);
    filter: grayscale(0%) blur(3px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*Hover 5 - Greyscale*/

.gallery-single .gallery-item.hover5 .item-img,
.portfolio .item-link.hover5 .item-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover5:hover .item-img,
.portfolio .item-link.hover5:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover5.yes .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover5.yes:hover .item-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*Hover 6 - Sepia*/

.gallery-single .gallery-item.hover6 .item-img,
.portfolio .item-link.hover6 .item-img {
    -webkit-filter: sepia(100%) grayscale(0%);
    filter: sepia(100%) grayscale(0%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover6:hover .item-img,
.portfolio .item-link.hover6:hover .item-img {
    -webkit-filter: sepia(0%) grayscale(0%);
    filter: sepia(0%) grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover6.yes .item-img {
    -webkit-filter: sepia(0%) grayscale(0%);
    filter: sepia(0%) grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover6.yes:hover .item-img {
    -webkit-filter: sepia(100%) grayscale(0%);
    filter: sepia(100%) grayscale(0%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*Hover 7 - Blur + Greyscale*/

.gallery-single .gallery-item.hover7 .item-img,
.portfolio .item-link.hover7 .item-img {
    -webkit-filter: blur(0px) grayscale(0%);
    filter: blur(0px) grayscale(0%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover7:hover .item-img,
.portfolio .item-link.hover7:hover .item-img {
    -webkit-filter: blur(3px) grayscale(100%);
    filter: blur(3px) grayscale(100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover7.yes .item-img {
    -webkit-filter: blur(3px) grayscale(100%);
    filter: blur(3px) grayscale(100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover7.yes:hover .item-img {
    -webkit-filter: blur(0px) grayscale(0%);
    filter: blur(0px) grayscale(0%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*Hover 8 - Opacity*/

.gallery-single .gallery-item.hover8 .item-img,
.portfolio .item-link.hover8 .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover8:hover .item-img,
.portfolio .item-link.hover8:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover8.yes .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover8.yes:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*Hover 9 - Shine*/

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

.gallery-single .gallery-item.hover9 .item-img,
.portfolio .item-link.hover9 .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover9 .item-img::before,
.portfolio .item-link.hover9 .item-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.gallery-single .gallery-item.hover9:hover .item-img,
.portfolio .item-link.hover9:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover9:hover .item-img::before,
.portfolio .item-link.hover9:hover .item-img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.portfolio .item-link.hover9.yes .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover9.yes .item-img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.portfolio .item-link.hover9.yes:hover .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover9.yes:hover .item-img::before {
    -webkit-animation: none;
    animation: none;
}

/*------------------------------------------------------*/

/*---------------------- 18. KENBURNS SLIDER ----------------------*/

.kenburns-wrap.fade-effect .kenburns div.img,
.kenburns-wrap.fade-effect .kenburns div.img.active {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.kenburns {
    height: 100vh;
}

.kenburns .item-ken .img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-transition: transform 6s ease-in, opacity 1s ease-in;
    transition: transform 6s ease-in, opacity 1s ease-in;
    opacity: 0;
}

.kenburns .item-ken:nth-child(even) .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.kenburns .item-ken:nth-child(odd) .img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.kenburns .item-ken.active .img.zoomin {
    opacity: 1;
}

.kenburns .item-ken.active .caption {
    opacity: 1;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.kenburns .item-ken.active .img.zoomout {
    opacity: 1;
}

.kenburns .item-ken:nth-child(1) .img {
    background-image: url(../images/gallery5.jpg);
    transition: transform 6000ms ease-in, opacity 1s ease-in;
}

.kenburns .item-ken:nth-child(2) .img {
    background-image: url(../images/pexels-photo-25410.jpg);
    transition: transform 6000ms ease-in, opacity 1s ease-in;
}

.kenburns .item-ken:nth-child(3) .img {
    background-image: url(../images/gallery1.jpg);
    transition: transform 6000ms ease-in, opacity 1s ease-in;
}

.kenburns .item-ken:nth-child(4) .img {
    background-image: url(../images/pexels-photo-199165.jpg);
    transition: transform 6000ms ease-in, opacity 1s ease-in;
}

.kenburns-wrap {
    position: relative;
    cursor: url(../images/cursor-pause.png), auto;
}

.kenburns-wrap.pause {
    cursor: url(../images/cursor_play.png), auto;
}

.kenburns-wrap .item-ken {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.kenburns-wrap .caption {
    font-size: 69px;
    font-family: "ArcaMajora3", sans-serif;
    color: #fff;
    line-height: 1.2;
    font-weight: 900;
    position: absolute;
    left: 100px;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.kenburns-wrap .kenburns-play {
    display: none;
}

.kenburns-wrap .whizz-sound-btn {
    background-color: transparent;
    bottom: 90px;
    right: 100px;
    height: 45px;
    width: 45px;
    border-radius: 0;
    border: none;
}

.kenburns-wrap .whizz-sound-btn::before {
    color: #fff !important;
}

.kenburns-wrap .whizz-sound-btn:hover {
    background-color: transparent;
}

.kenburns-play {
    position: absolute;
    right: 60px;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 45px;
    width: 45px;
    border-radius: 0;
    border-color: transparent;
    z-index: 9999;
    cursor: pointer;
}

.kenburns-play::before {
    content: "\f04b";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 53%;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.kenburns-play.pause::before {
    content: "\f04c";
    left: 50%;
}

@media only screen and (max-width: 991px) {
    .kenburns-wrap .caption {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .kenburns-wrap .caption {
        font-size: 35px;
        left: 30px;
        text-align: center;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
    .kenburns-wrap .whizz-sound-btn {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*------------------------------------------------------*/

/*---------------------- 19. LINE OF IMAGES ----------------------*/

.line-of-images.logos .line-wrap {
    width: 100%;
    text-align: justify;
    text-align-last: justify;
    padding: 60px 0 62px;
}

.line-of-images.logos a {
    max-width: 19%;
    padding: 25px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-align-last: center;
}

.line-of-images.logos img {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
}

.line-of-images.logos2 .line-wrap {
    padding: 0;
}

.line-of-images.logos2 a {
    max-width: 100%;
    position: relative;
    padding: 20px 15px;
    min-height: 170px;
    margin-top: 25px;
}

.line-of-images.logos2 a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    z-index: -1;
    background-color: #fff;
}

.line-of-images.logos2 a img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.line-of-images.images .line-wrap {
    display: table;
    width: 100%;
}

.line-of-images.images .image-line-wrap {
    display: table-cell;
    height: 268px;
    background-position: center;
    background-size: cover;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    width: 33.3333333333% !important;
}

.line-of-images.images .image-line-wrap:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 991px) {
    .line-of-images.images .image-line-wrap {
        height: 200px;
    }
    .line-of-images.logos2 a {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .line-of-images.logos a {
        width: 49%;
        max-width: 49%;
    }
    .line-of-images.logos .line-wrap {
        text-align: center;
        text-align-last: center;
        padding: 35px 0;
    }
    .line-of-images.images .image-line-wrap {
        height: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .line-of-images.logos2 .line-wrap {
        padding: 0;
    }
    .line-of-images.logos2 .line-wrap a {
        min-height: 150px;
    }
}

@media only screen and (max-width: 600px) {
    .line-of-images.images .image-line-wrap {
        height: 100px;
    }
}

@media only screen and (max-width: 400px) {
    .line-of-images.logos a {
        width: 100%;
        max-width: 100%;
    }
}

/*------------------------------------------------------*/

/*---------------------- 20. FULL MODERN SLIDER ----------------------*/

.modern-slider-wrap {
    padding: 0;
    position: relative;
}

.modern-slider-wrap .modern-slider {
    position: relative;
}

.modern-slider-wrap .item-mod {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.modern-slider-wrap .item-mod.active {
    z-index: 888;
}

.modern-slider-wrap .item-mod.last-active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    z-index: 999;
}

.modern-slider-wrap .item-mod:nth-child(1) .img {
    background-image: url(../images/gallery5.jpg);
}

.modern-slider-wrap .item-mod:nth-child(2) .img {
    background-image: url(../images/6cc8a550520955.58d29862e629d.jpg);
}

.modern-slider-wrap .item-mod:nth-child(3) .img {
    background-image: url(../images/3dd85725685357.5634930636ffe-e1498135352149.jpg);
}

.modern-slider-wrap .img {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: 1;
}

/*------------------------------------------------------*/

/*---------------------- 21. PORTFOLIO LIST ----------------------*/

.fragment-wrapper .fragment-block {
    position: relative;
    width: 100%;
    display: table;
    margin-bottom: 160px;
}

.fragment-wrapper .fragment-block .fragment-item {
    display: table-cell;
    width: 49%;
}

.fragment-wrapper .fragment-block .fragment-text {
    vertical-align: middle;
    position: relative;
    z-index: 100;
}

.fragment-wrapper .fragment-block .fragment-text .wrap-frag-text {
    color: #000;
}

.fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .title {
    font-family: "ArcaMajora2", sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 7px;
    margin-bottom: 18px;
}

.fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .desc {
    opacity: 0.8;
    font-family: "Georgia", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.1px;
    margin-bottom: 15px;
    margin-left: 6px;
}

.fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .desc mark {
    background: transparent;
    color: #1b1b1b;
}

.fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .slide-text-more {
    color: #000;
    position: relative;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 13px;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
    margin-left: 6px;
    text-decoration: none;
    padding-bottom: 5px;
    padding-right: 10px;
    border-bottom: 1px solid #000;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .slide-text-more:hover::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 3px;
}

.fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .slide-text-more::after {
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    border: 4px solid transparent;
    border-left: 4px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .slide-text-more:hover {
    border-bottom: 1px solid transparent;
    opacity: 1;
}

.fragment-wrapper .fragment-block .fragment-img {
    position: relative;
    background: #eee;
    width: 51%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fragment,
.fragment__piece {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.fragment {
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.fragment__piece {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

@media only screen and (max-width: 991px) {
    .fragment-wrapper .fragment-block .fragment-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .fragment-wrapper .fragment-block .fragment-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(17, 17, 17, 0.5);
    }
    .fragment-wrapper .fragment-block {
        margin-bottom: 110px;
    }
    .fragment-wrapper .fragment-block .fragment-item {
        width: 100%;
    }
    .fragment-wrapper .fragment-block .fragment-text .wrap-frag-text {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        position: relative;
        z-index: 9;
        color: #fff;
        padding: 0 40px;
    }
    .fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .desc mark {
        color: #fff;
    }
    .fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .slide-text-more {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .slide-text-more::after {
        border-left: 4px solid #fff;
    }
}

@media only screen and (max-width: 480px) {
    .fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .title {
        font-size: 50px;
        letter-spacing: 5px;
    }
    .fragment-wrapper .fragment-block {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 360px) {
    .swiper-container-vert-slider .swiper-slide .container .wrap-text .desc {
        font-size: 13px;
    }
    .fragment-wrapper .fragment-block .fragment-text .wrap-frag-text {
        padding: 0 20px;
    }
    .fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .title {
        font-size: 50px;
        letter-spacing: 5px;
    }
    .fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .title {
        font-size: 30px;
        letter-spacing: 3px;
    }
}

.portfolio-wrapper {
    margin-bottom: 0;
}

.portfolio-wrapper .load-more.button {
    font-size: 13px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-color: #1B1B1B;
    margin-top: 96px;
    letter-spacing: 2px;
    padding: 11px 28px;
}

.portfolio-wrapper .load-more.button i {
    margin-left: 7px;
    font-size: 11px;
    vertical-align: middle;
}

.portfolio-wrapper .portfolio.grid.grid_modern .item-portfolio-content {
    position: absolute;
    bottom: -3px;
    width: 100%;
    background-color: #fff;
    margin: 0 15px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.portfolio-wrapper .portfolio.grid.grid_modern .item-portfolio-content h5 {
    margin-top: 0;
    text-align: center;
    line-height: 1;
    padding: 13px 0 0 0;
}

.portfolio-wrapper .portfolio.grid.grid_modern .item-portfolio-content h5 a {
    line-height: 1.2;
}

.portfolio-wrapper .portfolio.grid.grid_modern .item-link {
    height: 430px;
}

.portfolio-wrapper .portfolio.grid.grid_modern .item {
    padding-top: 445px;
    margin-bottom: 15px;
    overflow: hidden;
}

.portfolio-wrapper .portfolio.grid.grid_modern .item .item-link:hover+.item-portfolio-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.portfolio-wrapper .portfolio.grid.grid_modern .item .item-link:hover .item-overlay {
    opacity: .4;
}

.portfolio-wrapper .portfolio.grid.grid_modern .item .item-link.yes+.item-portfolio-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.portfolio-wrapper .portfolio.grid.grid_modern .item .item-link.yes .item-overlay {
    opacity: .4;
}

.portfolio-wrapper .portfolio.grid.grid_modern .item .item-link.yes:hover+.item-portfolio-content {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.portfolio-wrapper .portfolio.grid.grid_modern .item .item-link.yes:hover .item-overlay {
    opacity: 0;
}

.item {
    float: left;
    display: block;
}

.portfolio:not(.palaroid) .item {
    height: 280px;
}

.item .item-img {
    margin-left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.item:after {
    padding-top: 0;
    display: block;
    content: "";
}

.col-2 .item {
    width: 50%;
}

.col-4 .item {
    width: 25%;
}

.item.item-singe {
    min-height: 270px;
}

.portfolio:not(.palaroid) .item {
    max-height: 280px !important;
}

.item-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio:not(.classic.big) .item-link {
    margin: 0 10px 20px 10px !important;
}

.portfolio.classic:not(.big) .item-link {
    margin: 0px 15px 30px 15px;
}

.item-link:hover {
    opacity: 1;
}

.item-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
}

.item-img .images {
    width: 33.33%;
    height: 33.33%;
    float: left;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item-img .images-one {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.item-overlay>h5 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 2.5px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #ffffff;
    text-align: center;
}

.portfolio.simple .item-link.yes {
    opacity: 1;
}

.portfolio.simple .item-link.yes .item-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio.simple .item-link.yes .item-overlay {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio.simple .item-link.yes:hover .item-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio.simple .item-link.yes:hover .item-overlay {
    opacity: 1;
}

.portfolio.classic .item-link.yes {
    opacity: 1;
}

.portfolio.classic .item-link.yes .item-overlay {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio.classic .item-link.yes:hover .item-overlay {
    opacity: 1;
}

.portfolio.grid .item-link.yes {
    opacity: 1;
}

.portfolio.grid .item-link.yes .item-overlay {
    opacity: 0.3;
}

.portfolio.grid .item-link.yes:hover .item-overlay {
    opacity: 0;
}

.portfolio.big_gap .item-link.yes .item-overlay {
    opacity: 0;
}

.portfolio.big_gap .item-link.yes:hover .item-overlay {
    opacity: 1;
}

.classic .item-overlay {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.classic .item-overlay h5 {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1.6px;
}

.portfolio.classic .item {
    height: 400px;
    max-height: 400px !important;
}

.portfolio.classic .item-link {
    min-height: 370px;
    height: 370px;
}

.portfolio.classic.big .item {
    height: auto;
    max-height: 1000px !important;
    margin-bottom: 30px;
}

.portfolio.classic.big .item-link {
    min-height: 550px;
    height: 550px;
    position: relative;
    display: block;
    background-color: #000;
    margin-bottom: 20px !important;
}

.portfolio.classic.big .item-overlay {
    display: none;
}

.portfolio.classic.big .portfolio-title {
    text-align: left;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 2.7px;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    color: #1b1b1b;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: auto;
}

.portfolio.classic.big .portfolio-title a {
    text-decoration: none;
}

.portfolio.big_gap .item {
    height: 575px;
    max-height: 575px !important;
}

.portfolio.big_gap .item-link {
    min-height: 495px;
    height: 495px;
}

.portfolio.big_gap .item.block_item_0 {
    height: 905px;
    max-height: 905px !important;
}

.portfolio.big_gap .item.block_item_0 .item-link {
    height: 825px;
    min-height: 825px;
}

.portfolio.big_gap .item.block_item_1 {
    height: 445px;
    max-height: 445px !important;
}

.portfolio.big_gap .item.block_item_1 .item-link {
    height: 365px;
    min-height: 365px;
}

.portfolio.big_gap .item.block_item_2 {
    height: 850px;
    max-height: 850px !important;
}

.portfolio.big_gap .item.block_item_2 .item-link {
    height: 770px;
    min-height: 770px;
}

.portfolio.big_gap .item.block_item_4 {
    height: 625px;
    max-height: 625px !important;
}

.portfolio.big_gap .item.block_item_4 .item-link {
    height: 545px;
    min-height: 545px;
}

.portfolio.big_gap .item.block_item_5 {
    height: 900px;
    max-height: 900px !important;
}

.portfolio.big_gap .item.block_item_5 .item-link {
    height: 820px;
    min-height: 820px;
}

.portfolio.big_gap .item.block_item_6 {
    height: 460px;
    max-height: 460px !important;
}

.portfolio.big_gap .item.block_item_6 .item-link {
    height: 380px;
    min-height: 380px;
}

.portfolio.big_gap.masonry_modern .item {
    height: auto !important;
    min-height: 1px !important;
    margin-bottom: 10px;
}

.portfolio.big_gap.masonry_modern .item .item-link {
    position: relative;
    display: block;
    height: auto !important;
    min-height: 1px !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.portfolio.big_gap.masonry_modern .item .item-link .item-img,
.portfolio.big_gap.masonry_modern .item .item-link .images-one {
    position: relative;
    height: 100% !important;
}

.portfolio.big_gap.masonry_modern .item .item-link .item-img img,
.portfolio.big_gap.masonry_modern .item .item-link .images-one img {
    display: block;
    width: 100%;
}

.portfolio.big_gap .social-icon {
    position: absolute;
    bottom: 15px;
    color: white;
    right: 27px;
}

.portfolio.big_gap .social-icon::before {
    border: 2px solid white;
    padding: 6px 5px;
    font-size: 13px;
}

.portfolio.big_gap .social-icon:hover .big_gap_share {
    visibility: visible;
    opacity: 1;
}

.portfolio.big_gap .portfolio-title {
    width: 100%;
    padding-right: 73px !important;
}

.portfolio.big_gap .portfolio-title,
.portfolio.big_gap.masonry_modern .portfolio-title {
    font-size: 15px;
    letter-spacing: 2.7px;
    line-height: 1.3;
    bottom: 10px;
    left: 0;
    padding: 0 23px;
}

.portfolio.big_gap .portfolio-title {
    position: absolute;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    color: #ffffff;
    bottom: 27px;
    padding: 0 40px;
}

.portfolio.big_gap .item-link:hover .portfolio-title {
    opacity: 1;
}

.portfolio.big_gap:not(.masonry_modern) .social-icon {
    right: 40px;
}

.portfolio.big_gap .big_gap_share {
    position: absolute;
    bottom: 20px;
    padding-bottom: 30px;
    width: 100%;
    visibility: hidden;
    right: 0;
    margin: 0;
    list-style-type: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.portfolio.big_gap .big_gap_share li {
    display: block;
    text-align: center;
    margin: 0;
}

.portfolio.big_gap .big_gap_share li:first-child {
    margin-left: 0;
}

.portfolio.big_gap .big_gap_share li div {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    padding: 0;
    background-color: transparent;
    border: none;
    border-color: transparent;
    transition: opacity 0.3s ease;
}

.portfolio.big_gap .big_gap_share:hover li div {
    opacity: 0.7;
}

.portfolio.big_gap .big_gap_share:hover li div:hover {
    opacity: 1;
}

.portfolio.big_gap .big_gap_share li span {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    padding: 0;
    background-color: transparent;
    border: none;
    border-color: transparent;
    transition: opacity 0.3s ease;
}

.portfolio.big_gap .big_gap_share:hover li span {
    opacity: 0.7;
}

.portfolio.big_gap .big_gap_share:hover li span:hover {
    opacity: 1;
}

.portfolio.masonry .item {
    max-height: none !important;
    height: auto;
}

.portfolio.masonry .item-link {
    position: relative;
    display: block;
    margin: 0 15px 7px 15px;
}

.portfolio.masonry .item-link img {
    width: 100%;
}

.portfolio.masonry .item-overlay {
    background-color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.portfolio.masonry .item-link:hover .item-overlay {
    background-color: #000000;
    opacity: 0.3;
}

.portfolio.masonry .item-portfolio-content {
    margin: 0 15px 24px 15px;
    text-align: center;
    max-height: 56px;
    overflow: hidden;
}

.portfolio.masonry .item-portfolio-content .portfolio-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #1b1b1b;
    margin-bottom: 0;
}

.portfolio.masonry .item-portfolio-content .portfolio-title a {
    text-decoration: none;
    color: inherit;
}

.portfolio.grid .item {
    padding-top: 305px;
    max-height: none !important;
    height: auto;
}

.portfolio.grid .item-link {
    height: 280px;
}

.portfolio.grid .item-overlay {
    background-color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.portfolio.grid .item-link:hover .item-overlay {
    background-color: #000000;
    opacity: 0.3;
}

.portfolio.grid .item-portfolio-content {
    display: block;
    margin: 0px 15px 25px;
    text-align: center;
    overflow: hidden;
    max-height: 56px;
}

.portfolio.grid .post-wrapper {
    padding-top: 275px;
}

.portfolio.grid .post-wrapper .item-link {
    height: 245px;
}

.item-portfolio-content.port.grid_category {
    display: table;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 5px auto 25px;
}

.item-portfolio-content.port.grid_category h5.portfolio-title {
    line-height: 20px;
}

.item-portfolio-content.port.grid_category .portfolio-title,
.item-portfolio-content.port.grid_category .category {
    display: table-cell;
}

.item-portfolio-content.port.grid_category .category {
    text-align: right;
    color: #B2B2B2;
}

.item-portfolio-content.port.grid_category .category a {
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1.3px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: 100;
    line-height: 1;
    padding: 5px 10px 5px 12px;
    position: relative;
}

.item-portfolio-content.port.grid_category .category a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B2B2B2;
    opacity: .2;
}

.portfolio.grid .post-wrapper .item-portfolio-content {
    max-height: 100%;
    text-align: left;
    margin: 0 15px 35px;
}

.portfolio.grid .post-wrapper .item-portfolio-content .portfolio-title {
    font-size: 15px;
    line-height: 1.2;
    color: #1B1B1B;
    letter-spacing: 2.7px;
    margin-bottom: 7px;
    margin-top: 10px;
}

.portfolio.grid .post-wrapper .item-portfolio-content .excerpt p {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #1B1B1B;
    opacity: .7;
    line-height: 1.8;
    letter-spacing: 0.1px;
}

.portfolio.grid .post-wrapper .item-portfolio-content .date {
    font-size: 11px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #B2B2B2;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.portfolio.grid .item-portfolio-content .portfolio-title {
    font-size: 24px;
    font-family: "ArcaMajora2", sans-serif;
    line-height: 30px;
    font-weight: 400;
    color: #1B1B1B;
    margin-bottom: 0;
}

.portfolio.grid .item-portfolio-content.port .portfolio-title {
    text-align: left;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 3px;
}

.portfolio.grid .item-portfolio-content .portfolio-title a {
    text-decoration: none;
}

.portfolio-wrapper .pager-pagination a {
    text-decoration: none;
    display: inline-block;
    padding: 3px;
    color: #1b1b1b;
}

.portfolio-wrapper .pager-pagination a:hover {
    opacity: .7;
}

.portfolio-wrapper .pager-pagination span {
    display: inline-block;
    padding: 3px;
    color: #1b1b1b;
}

.portfolio-wrapper .pager-pagination .current {
    color: #cfac7f;
}

.portfolio-wrapper .load-more.button {
    border: none;
}

.portfolio-wrapper .load-more.button.loading_img span:first-child {
    display: none;
}

.portfolio-wrapper .load-more.button.loading_img span:last-child {
    display: block;
}

.classic_grid_hide {
    display: none !important;
}

.portfolio-pagination {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-pagination::after {
    content: '';
    height: 4px;
    display: block;
    position: absolute;
    width: 30px;
    background-color: #1B1B1B;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-pagination::before {
    position: absolute;
    color: #1B1B1B;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 39px;
    font-weight: 900;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-pagination.swiper-outer-right::after,
.portfolio-pagination.swiper3-outer-right::after {
    right: 0;
}

.portfolio-pagination.swiper-outer-left::after,
.portfolio-pagination.swiper3-outer-left::after {
    left: 0;
}

.portfolio-pagination.swiper-outer-right::before,
.portfolio-pagination.swiper3-outer-right::before {
    content: '\f105';
    right: -10px;
}

.portfolio-pagination.swiper-outer-right,
.portfolio-pagination.swiper3-outer-right {
    right: 45px;
}

.portfolio-pagination.swiper-outer-right:hover,
.portfolio-pagination.swiper3-outer-right:hover {
    right: 35px;
}

.portfolio-pagination.swiper-outer-left::before,
.portfolio-pagination.swiper3-outer-left::before {
    content: '\f104';
    left: 5px;
}

.portfolio-pagination.swiper-outer-left,
.portfolio-pagination.swiper3-outer-left {
    left: 45px;
}

.portfolio-pagination.swiper-outer-left:hover,
.portfolio-pagination.swiper3-outer-left:hover {
    left: 35px;
}

.portfolio-pagination.slider_simple {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-pagination.slider_simple::before {
    color: white;
}

.portfolio-pagination.slider_simple::after {
    background-color: white;
}

.portfolio.grid.masonry .post-wrapper {
    padding-top: 0;
}

.portfolio.grid.masonry .post-wrapper .item-link {
    height: 420px;
}

.portfolio.grid.masonry .post-wrapper:nth-child(3n) .item-link,
.portfolio.grid.masonry .post-wrapper:nth-child(3n - 2) .item-link {
    height: 360px;
}

.portfolio.grid.masonry .post-wrapper .item-portfolio-content {
    margin-bottom: 70px;
}

.post.classic,
.post.modern {
    margin-top: 50px;
}

.post.classic .post-content,
.post.modern .post-content {
    position: relative;
    top: 0;
    z-index: 2;
    -webkit-transform: none;
    transform: none;
    text-align: left;
    display: block;
    margin-bottom: 2.6rem;
}

.post.classic .post-content:hover,
.post.modern .post-content:hover {
    opacity: 1;
}

.post.classic .post-big-letter,
.post.modern .post-big-letter {
    font-size: 16rem;
    line-height: 1.2;
    color: #b2b2b2;
    user-select: none;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: -70px;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: .3;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post.classic .title,
.post.modern .title {
    font-size: 3.2rem;
    margin-bottom: .4rem;
    color: #1b1b1b;
    line-height: 1.2;
    text-decoration: none;
    display: block;
    margin-top: 60px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.post.classic .title:hover,
.post.modern .title:hover {
    opacity: .7;
}

.post.classic .post-info-modern .author a,
.post.classic .post-info-modern .category a,
.post.classic .post-info-modern .date a,
.post.modern .post-info-modern .author a,
.post.modern .post-info-modern .category a,
.post.modern .post-info-modern .date a {
    color: #888;
    text-decoration: none;
    font-family: "Georgia", sans-serif;
    font-weight: 400;
    margin-right: 3px;
    margin-bottom: 5px;
}

.post.classic .post-info-modern .author a::after,
.post.classic .post-info-modern .category a::after,
.post.classic .post-info-modern .date a::after,
.post.modern .post-info-modern .author a::after,
.post.modern .post-info-modern .category a::after,
.post.modern .post-info-modern .date a::after {
    content: '/';
    margin-left: 3px;
}

.post.classic .post-info-modern .author,
.post.modern .post-info-modern .author {
    color: #888;
    font-family: "Georgia", sans-serif;
    font-weight: 400;
}

.post.classic .post-info-modern span:last-child a::after,
.post.modern .post-info-modern span:last-child a::after {
    content: none;
}

.post.classic .post-description,
.post.modern .post-description {
    font-size: 16px;
    font-family: "Georgia", sans-serif;
    color: #1b1b1b;
    line-height: 1.8;
    margin-bottom: 25px;
}

.post-little-banner {
    position: relative;
    text-align: center;
    height: 200px;
    background-color: #f3f3f3;
}

.page-title-blog {
    position: absolute;
    left: 50%;
    font-size: 40px;
    text-transform: uppercase;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.2;
}

.post-paper {
    position: relative;
    top: -50px;
    z-index: 999;
    margin-bottom: 80px;
}

.post-paper>.container {
    background-color: #fff;
    box-shadow: 0 19px 30px 0 rgba(1, 1, 1, 0.15);
}

.post-paper.sidebar-no>.container {
    padding: 0 150px;
}

.post-paper.sidebar-show>.container {
    padding: 0 40px;
}

.post-paper.sidebar-show>.container>.row>.col-md-9 {
    padding: 0 15px 0 70px !important;
}

.post-paper.sidebar-show>.container>.row>.col-md-3 {
    margin-top: 50px;
}

.post img {
    max-width: 100%;
    height: auto;
}

.post.classic {
    position: relative;
}

.post.classic .main-img {
    margin-bottom: 40px;
}

.post.grid_letter .post-big-letter {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post.grid_letter {
    margin-top: 10px;
    margin-bottom: 10px;
}

.post.grid_letter .post-content {
    text-align: center;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    height: 260px;
}

.post.grid_letter .post-content .title {
    font-size: 26px;
    margin-top: 0;
}

.post-paper.sidebar-show.grid_letter>.container>.row>.col-md-9,
.post-paper.sidebar-show.classic>.container>.row>.col-md-9 {
    padding: 0 15px !important;
}

.post-paper.grid_letter>.container>.row {
    padding-top: 50px;
}

.post-paper.sidebar-show.grid_letter>.container>.row>.col-md-3,
.post-paper.sidebar-show.classic>.container>.row>.col-md-3 {
    padding: 0 15px !important;
    margin-top: 23px;
}

.post-paper.sidebar-show.classic>.container>.row>.col-md-3 {
    margin-top: 70px;
}

.post-paper.sidebar-no.classic>.container {
    padding: 0 150px;
}

.post-paper.sidebar-no.grid_letter>.container {
    padding: 0 100px;
}

.post.classic .title {
    margin-top: 30px;
}

.post.classic {
    margin-top: 30px;
}

.post-content h5 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
}

@media only screen and (max-width: 1350px) {
    .portfolio-pagination {
        display: none;
    }
    .portfolio-pagination.slider_simple {
        display: block !important;
    }
}

@media only screen and (max-width: 1199px) {
    .portfolio.classic.big .item-link {
        min-height: 370px;
        height: 370px;
    }
    .post-paper.sidebar-show>.container>.row>.col-md-3 {
        padding-left: 0px !important;
        padding-right: 15px !important;
        width: 30%;
    }
    .post-paper.sidebar-show>.container {
        padding: 0 15px;
    }
}

@media screen and (min-width: 992px) {
    .portfolio.simple .load-more.button {
        margin-top: 123px;
    }
}

@media (max-width: 991px) {
    .portfolio-wrapper .load-more.button {
        margin-top: 55px;
    }
    .item,
    .portfolio-pinterest .item-single {
        width: 50% !important;
    }
    [data-space] .item-img {
        margin-top: 0 !important;
    }
    .portfolio.big_gap .portfolio-title {
        left: 30px;
    }
    .post-paper.sidebar-no>.container,
    .post-paper.sidebar-no.classic>.container {
        padding: 0 110px;
    }
    .post.modern .post-big-letter {
        left: -60px;
    }
    .post.classic,
    .post.modern {
        margin-top: 30px;
    }
    .post-paper>.container {
        margin-bottom: 40px;
    }
    .post-paper.sidebar-show>.container>.row>.col-md-3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100%;
        margin-top: 0;
    }
    .post-paper.sidebar-show>.container>.row>.col-md-9 {
        padding: 0 90px !important;
        width: 100%;
    }
    .post-paper.sidebar-show.grid_letter>.container>.row>.col-md-3 {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .portfolio.col-6.simple .item {
        max-height: 400px !important;
        height: 400px !important;
    }
    .portfolio.classic.col-4 .item .item-link {
        height: 370px;
        min-height: 370px;
    }
    .portfolio.big_gap.col-4 .item.block_item_0 {
        height: 605px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_0 .item-link {
        height: 570px !important;
        min-height: 570px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_1 {
        height: 245px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_1 .item-link {
        height: 205px !important;
        min-height: 205px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_2 {
        height: 650px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_2 .item-link {
        height: 610px !important;
        min-height: 610px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_3 {
        height: 375px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_3 .item-link {
        height: 335px !important;
        min-height: 335px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_4 {
        height: 425px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_4 .item-link {
        height: 385px !important;
        min-height: 385px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_5 {
        height: 700px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_5 .item-link {
        height: 660px !important;
        min-height: 660px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_6 {
        height: 260px !important;
    }
    .portfolio.big_gap.col-4 .item.block_item_6 .item-link {
        height: 220px !important;
        min-height: 220px !important;
    }
}

@media (max-width: 767px) {
    .portfolio-wrapper .portfolio.grid.grid_modern .item {
        padding-top: 345px;
    }
    .portfolio-wrapper .portfolio.grid.grid_modern .item-link {
        height: 330px;
    }
    .portfolio-wrapper .portfolio.grid.grid_modern .item-portfolio-content {
        margin: 0;
    }
    .portfolio-wrapper .load-more.button {
        margin-top: 20px;
    }
    .portfolio-wrapper .load-more.button {
        padding: 9px 28px;
        font-size: 12px;
    }
    .gallery-single .item-single,
    .item,
    .portfolio-pinterest .item-single {
        width: 100% !important;
        left: 0 !important;
    }
    .gallery-single .item-single,
    .portfolio:not(.masonry_modern) .item,
    .portfolio-pinterest .item-single {
        transform: none !important;
        position: relative !important;
        top: 0 !important;
    }
    .portfolio:not(.grid_center) .item-link {
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    .portfolio.grid_center .item-link {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 15px !important;
    }
    .portfolio.classic .item-link {
        margin: 0 !important;
        margin-bottom: 30px !important;
    }
    .portfolio.classic.big {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .portfolio.big_gap .item-link {
        height: 370px;
        min-height: 370px;
    }
    .portfolio.big_gap .item {
        height: 400px;
        max-height: 400px !important;
    }
    .portfolio.big_gap .item.block_item_0,
    .portfolio.big_gap .item.block_item_1,
    .portfolio.big_gap .item.block_item_2,
    .portfolio.big_gap .item.block_item_3,
    .portfolio.big_gap .item.block_item_4,
    .portfolio.big_gap .item.block_item_5,
    .portfolio.big_gap .item.block_item_6 {
        height: 400px;
        max-height: 400px !important;
    }
    .portfolio.big_gap .item.block_item_0 .item-link,
    .portfolio.big_gap .item.block_item_1 .item-link,
    .portfolio.big_gap .item.block_item_2 .item-link,
    .portfolio.big_gap .item.block_item_3 .item-link,
    .portfolio.big_gap .item.block_item_4 .item-link,
    .portfolio.big_gap .item.block_item_5 .item-link,
    .portfolio.big_gap .item.block_item_6 .item-link {
        height: 370px;
        min-height: 370px;
    }
    .portfolio.col-6.simple .item {
        max-height: 270px !important;
        height: 250px !important;
    }
    .portfolio.classic.col-6 .item .item-link {
        height: 370px;
        min-height: 370px;
    }
    .portfolio.big_gap .item.creativity {
        max-height: 100% !important;
    }
    .portfolio.grid .post-wrapper {
        padding-top: 260px;
    }
    .portfolio.grid .post-wrapper .item-portfolio-content {
        margin: 0 15px 15px;
    }
    .portfolio.grid .item-portfolio-content.port .portfolio-title {
        margin-top: -3px;
    }
    .portfolio.grid .item-portfolio-content {
        margin: 0 15px 15px;
    }
    .item-portfolio-content.port.grid_category {
        margin: 1px auto 25px;
        padding: 0 15px;
    }
    .portfolio.grid.masonry .post-wrapper {
        padding: 0 15px;
    }
    .post-paper.grid_letter>.container>.row {
        padding-top: 20px;
    }
    .single-post .post-paper {
        top: 0;
    }
    .post-paper {
        margin-bottom: 0;
    }
    .post-paper>.container {
        box-shadow: none;
        margin-bottom: 0;
    }
    .post.classic,
    .post.modern {
        margin-top: 0;
    }
    .post.classic .main-img {
        margin-bottom: 20px;
    }
    .infinite_gallery {
        padding: 0 15px;
    }
    .container.portfolio-single-content {
        padding: 0 15px !important;
    }
}

@media only screen and (max-width: 600px) {
    .post.classic .title,
    .post.modern .title {
        font-size: 32px;
    }
    .post.classic .post-content,
    .post.modern .post-content {
        margin-bottom: 20px;
    }
    .post-paper.sidebar-no>.container,
    .post-paper.sidebar-no.classic>.container {
        padding: 0 50px;
    }
    .post.modern .post-big-letter {
        font-size: 74px;
        top: 15px;
        left: -15px;
    }
    .post-paper.sidebar-show>.container>.row>.col-md-9 {
        padding: 0 30px !important;
    }
}

.portfolio.big_gap.masonry_modern.col-3 .item .item-link,
.portfolio.big_gap.masonry_modern.col-4 .item .item-link,
.portfolio.big_gap.masonry_modern.col-6 .item .item-link,
.portfolio.big_gap.masonry_modern.col-3 .item,
.portfolio.big_gap.masonry_modern.col-4 .item,
.portfolio.big_gap.masonry_modern.col-6 .item {
    height: auto !important;
    min-height: 1px !important;
}

.gallery-single .item-single.pinterest::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.gallery-single .item-single.pinterest.active::before {
    display: block;
}

.gallery-single .pinterest a {
    opacity: 0;
}

.gallery-single .pinterest .info-content {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
}

.gallery-single .pinterest .info-content h5::before,
.gallery-single .pinterest .info-content h5::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery-single .pinterest .info-content h5::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-single .pinterest .gallery-item {
    height: auto;
}

.gallery-single .pinterest .gallery-item:hover .info-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.gallery-single .pinterest img {
    width: 100%;
}

.filter {
    text-align: center;
}

.filter.grid {
    text-align: left;
}

.filter.grid ul,
.filter.sim ul,
.filter.cla ul {
    margin: 30px 0;
}

.filter.masonry ul {
    margin: 63px 0;
}

.filter ul li {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.8px;
    display: inline-block;
    margin: 8px;
    cursor: pointer;
    opacity: 1;
    color: #B2B2B2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.filter.grid_category {
    margin-bottom: 35px;
}

.filter ul li:hover {
    opacity: 0.7;
}

.filter ul li.is-checked {
    color: #1B1B1B;
    opacity: 1;
}

.filter.grid ul li:first-child {
    margin-left: 0;
}

@media (max-width: 991px) {
    .filter.masonry ul {
        margin: 30px 0;
    }
    .filter.grid_category {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .filter,
    .filter.grid {
        text-align: center;
        padding: 0 15px;
    }
    .filter.grid ul li:first-child {
        margin-left: 8px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 22. SIMPLE FULL SCREEN VIDEO ----------------------*/

.vimeo-wrap {
    position: relative;
}

.vimeo-wrap .vimeo-video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    height: 100%;
}

.youtube-simple-wrap {
    position: relative;
}

.youtube-simple-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------------*/

/*---------------------- 23. VIDEO SHORTCODE ----------------------*/

.iframe-video .video-container iframe {
    background-color: #000;
}

.iframe-video {
    position: relative;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 24px;
}

.iframe-video.play .video-container {
    visibility: visible;
    opacity: 1;
}

.iframe-video.play .video-close-button {
    visibility: visible;
    opacity: 1;
}

.iframe-video .fluid-width-video-wrapper {
    height: 100%;
}

.iframe-video .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.iframe-video .video-container iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.iframe-video .video-content .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    text-align: center;
    display: inline-block;
    height: 45px;
    width: 45px;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    margin: 0 7.5px;
}

.iframe-video .video-content .play-button:before {
    content: '\f04b';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: 55px;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.iframe-video .video-content .play-button:hover {
    opacity: .7;
}

.iframe-video .video-close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 120;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    color: #fff;
}

.iframe-video .video-close-button::before {
    font-size: 18px;
}

.iframe-video-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #1b1b1b;
    margin-bottom: 33px;
    text-align: center;
    font-family: "ArcaMajora3 Bold", sans-serif;
}

/*------------------------------------------------------*/

/*---------------------- 24. VIDEO BANNER ----------------------*/

.iframe-video.banner-video {
    margin-bottom: 0;
}

.iframe-video.banner-video.full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 998;
}

.iframe-video.banner-video.full .fluid-width-video-wrapper {
    height: 100% !important;
}

.iframe-video.banner-video .fluid-width-video-wrapper {
    height: 100%;
}

.iframe-video.banner-video .video-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.iframe-video.banner-video .video-content a {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    background-color: transparent;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    margin: 0 7.5px;
}

.iframe-video.banner-video .video-content a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.iframe-video.banner-video .video-content .play-button::before {
    line-height: normal;
    font-size: 18px;
    color: #fff;
    left: 54%;
}

.iframe-video.banner-video .video-content .play-button.start::before {
    content: "\f04c";
    left: 50%;
}

.iframe-video.banner-video .video-content .mute-button::before {
    content: "\f028";
    font-family: "FontAwesome";
}

.iframe-video.banner-video .video-content .mute-button.mute1::before {
    content: "\f026";
    left: 48%;
}

.iframe-video.banner-video .video-content .full-button::before {
    content: "\f065";
    font-family: "FontAwesome";
}

.iframe-video.banner-video .video-content .full-button.on::before {
    content: "\f066";
}

@media only screen and (max-width: 767px) {
    .iframe-video.banner-video .video-content {
        bottom: 15px;
    }
    .iframe-video.banner-video .video-content a {
        height: 30px;
        width: 30px;
    }
    .iframe-video.banner-video .video-content a::before {
        font-size: 18px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 25. TWITTER POSTS ----------------------*/

.twitter-wrapper.quote .name {
    padding-top: 28px;
}

.twitter-wrapper {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
}

.twitter-wrapper .twitter-wrap {
    padding: 0 30px;
}

.twitter-wrapper span {
    display: block;
    height: 5px;
    position: relative;
    margin-bottom: 40px;
}

.twitter-wrapper span::before {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    font-size: 16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0 7px;
    z-index: 10;
}

.twitter-wrapper span::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #B2B2B2;
    opacity: .2;
}

.twitter-wrapper img {
    border-radius: 50%;
    margin-right: 17px;
    max-width: 70px;
    margin-bottom: 20px;
    height: auto;
    float: left;
    box-shadow: 0px 10px 25px 0px rgba(23, 23, 21, 0.2);
}

.twitter-wrapper .name {
    font-size: 16px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 2px;
    padding-top: 14px;
}

.twitter-wrapper .slug {
    font-size: 14px;
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
    line-height: 1.3;
    position: relative;
    left: -1px;
}

.twitter-wrapper .description {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #1B1B1B;
    font-style: italic;
    clear: both;
    opacity: .7;
    margin-top: 2px;
}

@media only screen and (max-width: 991px) {
    .twitter-wrapper.quote .name {
        padding-top: 2px;
    }
}

.twitter-slider .flow-item-slider .twitter-wrapper {
    margin: 0;
    max-width: 100%;
    padding: 51px 70px;
    position: relative;
    text-align: left;
}

.twitter-slider .flow-item-slider .twitter-wrapper span::after {
    display: none;
}

.twitter-slider .flow-item-slider .twitter-wrapper img {
    box-shadow: 0px 10px 25px 0px rgba(23, 23, 21, 0.2);
}

.twitter-slider .flipster-carousel .flip-current {
    box-shadow: none;
}

.twitter-slider .flipster-carousel .flip-next {
    -webkit-transform: translateX(29%) translateZ(0) rotateY(0) scale(0.7);
    transform: translateX(29%) translateZ(0) rotateY(0) scale(0.7);
}

.twitter-slider .flipster-carousel .flip-prev {
    -webkit-transform: translateX(-29%) translateZ(0) rotateY(0) scale(0.7);
    transform: translateX(-29%) translateZ(0) rotateY(0) scale(0.7);
}

.twitter-slider .flipster-carousel .flip-past {
    -webkit-transform: translateX(-50%) translateZ(0) rotateY(0) scale(0.5);
    transform: translateX(-50%) translateZ(0) rotateY(0) scale(0.5);
}

.twitter-slider .flipster-carousel .flip-future {
    -webkit-transform: translateX(50%) translateZ(0) rotateY(0) scale(0.5);
    transform: translateX(50%) translateZ(0) rotateY(0) scale(0.5);
}

.twitter-slider .flipster-carousel .flip-items {
    height: 100% !important;
}

.twitter-slider .flipster-carousel .flip-content {
    background-color: #f0f0f0;
    max-width: 570px;
    margin: auto;
}

.twitter-slider .twitter-wrapper span {
    margin-bottom: 0;
    position: absolute;
    top: 52px;
    right: 75px;
}

.twitter-slider .twitter-wrapper span::before {
    background-color: transparent;
}

.twitter-slider .twitter-wrap {
    padding: 0;
}

.twitter-slider .slug {
    margin-top: 4px;
}

.flipster {
    width: 100%;
    height: 100% !important;
}

.flipster-carousel .flip-items {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 66% !important;
    height: 72% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flipster-carousel .flip-item {
    width: 100%;
    height: 100%;
}

.flipster-carousel .flip-item .flip-content {
    width: 100%;
    height: 100%;
}

.flipster-carousel .flip-item .flip-content .flow-item-slider {
    width: 100%;
    height: 100%;
}

.flipster-carousel .flip-prev,
.flipster-carousel .flip-next,
.flipster-carousel .flip-past,
.flipster-carousel .flip-future {
    opacity: 1;
}

.flipster-carousel .flip-prev {
    -webkit-transform: translateX(-43%) translateZ(0) rotateY(0) scale(0.7);
    transform: translateX(-43%) translateZ(0) rotateY(0) scale(0.7);
}

.flipster-carousel .flip-next {
    -webkit-transform: translateX(43%) translateZ(0) rotateY(0) scale(0.7);
    transform: translateX(43%) translateZ(0) rotateY(0) scale(0.7);
}

.flipster-carousel .flip-past {
    -webkit-transform: translateX(-80%) translateZ(0) rotateY(0) scale(0.5);
    transform: translateX(-80%) translateZ(0) rotateY(0) scale(0.5);
}

.flipster-carousel .flip-future {
    -webkit-transform: translateX(80%) translateZ(0) rotateY(0) scale(0.5);
    transform: translateX(80%) translateZ(0) rotateY(0) scale(0.5);
}

.flipster-carousel .flip-current {
    box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
}

.flipster-slider .flipster-wrapp-outer {
    max-width: 1170px;
    height: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.flipster-slider .flow-item-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flipster-slider .flip-item {
    text-align: center;
}

.flipster-slider .flip-item .flow-item-title {
    font-weight: 400;
    letter-spacing: 2.88px;
    margin-top: 35px;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

.flipster-slider .flip-item.flip-current .flow-item-title {
    opacity: 1;
    visibility: visible;
}

.flipto {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #f0f0f0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flipto:hover:before {
    color: #1b1b1b;
}

.flipto.flipto-next {
    right: 30px;
}

.flipto.flipto-next:before {
    content: '\f105';
}

.flipto.flipto-next:hover {
    right: 20px;
}

.flipto.flipto-prev {
    left: 30px;
}

.flipto.flipto-prev:before {
    content: '\f104';
}

.flipto.flipto-prev:hover {
    left: 20px;
}

.flipto:before {
    position: absolute;
    color: #1b1b1b;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
    .flipster-slider .flipster-wrapp-outer {
        max-width: 970px;
    }
}

@media only screen and (max-width: 992px) {
    .twitter-slider .flow-item-slider .twitter-wrapper {
        padding: 30px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .flipster-carousel .flip-items {
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60% !important;
        height: 60% !important;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .flipster-slider .flipster-wrapp-outer {
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    .flipster-slider .flip-item .flow-item-title {
        display: none;
    }
    .flipto {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .flipster-slider .flipster-wrapp-outer {
        max-width: 750px;
    }
    .twitter-wrapper {
        text-align: center;
    }
    .twitter-wrapper img {
        float: none;
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .twitter-slider .flipster-slider .flipster-wrapp-outer {
        max-width: 100%;
    }
    .twitter-slider .flow-item-slider .twitter-wrapper {
        text-align: center;
    }
    .twitter-slider .flow-item-slider .twitter-wrapper img {
        margin: auto;
    }
    .twitter-slider .twitter-wrapper span {
        display: none;
    }
    .twitter-wrapper .description {
        margin-top: 7px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 448px) {
    .twitter-slider .flipster-carousel .flip-items {
        width: 80% !important;
    }
    .twitter-slider .flow-item-slider .twitter-wrapper {
        padding: 20px 30px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 26. TESTIMONIAL ----------------------*/

.main-header-testimonial {
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 123px 0 126px;
}

.main-header-testimonial .pagination span {
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    opacity: .4;
    cursor: pointer;
    margin: 0 3px;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.main-header-testimonial .pagination span.swiper-active-switch {
    opacity: 1;
}

.main-header-testimonial .title {
    font-size: 11px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #fff;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    z-index: 99;
    margin-bottom: 70px;
}

.main-header-testimonial .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.main-header-testimonial .content-slide {
    max-width: 875px;
    margin: auto;
}

.main-header-testimonial .content-slide .description h1,
.main-header-testimonial .content-slide .description h2,
.main-header-testimonial .content-slide .description h3,
.main-header-testimonial .content-slide .description h4,
.main-header-testimonial .content-slide .description h5,
.main-header-testimonial .content-slide .description h6 {
    margin-top: 0;
    font-family: "Times New Roman", sans-serif;
    color: #fff;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 19px;
}

.main-header-testimonial .content-slide .description p {
    font-size: 24px;
    font-family: "Times New Roman", sans-serif;
    color: #fff;
    line-height: 1.38;
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.main-header-testimonial .content-slide .description p:empty {
    display: none;
}

.main-header-testimonial .content-slide .author {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    line-height: 1.8;
    opacity: .7;
    display: block;
    letter-spacing: 0px;
    margin-top: 3px;
}

.main-header-testimonial .content-slide .logo-customer {
    display: block;
    margin: 0 auto 45px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.main-header-testimonial .content-slide .logo-customer::before {
    content: '';
    position: absolute;
    bottom: -31px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 74px;
    background-color: #fff;
}

.main-header-testimonial .swiper-slide {
    cursor: ew-resize;
}

.testimonial-content-span {
    color: #1b1b1b;
}

@media only screen and (max-width: 991px) {
    .main-header-testimonial .title {
        margin-bottom: 40px;
    }
    .main-header-testimonial {
        padding: 90px 0 90px;
    }
    .main-header-testimonial .content-slide {
        padding: 0 30px;
    }
    .main-header-testimonial .content-slide .description p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 600px) {
    .main-header-testimonial {
        padding: 70px 0;
    }
    .main-header-testimonial .pagination {
        margin: 33px 0 0 !important;
    }
    .main-header-testimonial .content-slide .description p {
        font-size: 20px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 27. TEAM ----------------------*/

.team-member .social {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 100%;
    height: 100%;
}

.team-member-wrap.default .team-member {
    padding: 40px;
    margin-bottom: 25px;
    position: relative;
}

.team-member-wrap.default .team-member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B2B2B2;
    opacity: .2;
}

.team-member-wrap.default .team-member .avatar {
    position: relative;
    top: 0;
    height: 390px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 25px 40px 0px rgba(23, 23, 21, 0.2);
}

.team-member-wrap.default .team-member:hover .avatar {
    top: -20px;
}

.team-member-wrap.default .team-member:hover .social {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.team-member-wrap.default .team-member .social {
    position: absolute;
    background-color: transparent;
    bottom: 20px;
    left: 50%;
    height: auto;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.team-member-wrap.default .team-member .social .wrap a {
    font-size: 14px;
    color: #1B1B1B;
}

.team-member-wrap.default .info {
    text-align: center;
}

.team-member-wrap.default .info .title {
    font-size: 15px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1B1B1B;
    letter-spacing: 2.7px;
}

.team-member-wrap.default .info .position {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
    line-height: 1.2;
}

.team-member-wrap.classic .avatar {
    height: 370px;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.team-member-wrap.classic:hover .avatar {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.team-member-wrap.classic .info .title,
.team-member-wrap.classic .info .position {
    display: block;
    width: 100%;
    text-align: center;
}

.team-member-wrap.classic .social {
    background-color: rgba(0, 0, 0, 0.6);
}

.team-member .social .wrap:hover a {
    opacity: .5;
}

.team-member .social .wrap a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    padding: 0 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-member .social .wrap a:hover {
    opacity: 1;
}

.team-member:hover .social {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team-member .info {
    margin-top: 30px;
    text-align: center;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
}

.team-member.custom .avatar {
    height: 490px;
    max-width: 490px;
}

.team-member.custom .info {
    display: table;
    padding: 0;
    width: 100%;
    margin-top: 30px;
}

.team-member.custom .info .title,
.team-member.custom .info .position {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.team-member .info .title {
    font-size: 15px;
    line-height: 1.2;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1B1B1B;
    letter-spacing: 3px;
    text-align: left;
}

.team-member .info .position {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.team-member .avatar {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background: no-repeat;
    background-position: center;
    width: 100%;
    height: 370px;
    max-width: 370px;
    margin: auto;
}

.team-member.fullheight .info .title {
    font-size: 40px;
    letter-spacing: 2px;
}

.team-member.fullheight {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    display: flex;
    align-items: flex-end;
}

.team-member.fullheight:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.team-member.fullheight .info {
    width: 100%;
    position: relative;
    z-index: 20;
    padding: 34px 15px 60px;
}

.team-member.fullheight .info .title {
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}

.team-member.fullheight .info .description {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: "Georgia", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 2px;
    opacity: .7;
}

.team-member.fullheight .social {
    position: static;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
    margin-top: 32px;
}

.team-member.fullheight .social .vertical-align {
    position: static;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (max-width: 1200px) {
    .team-member-wrap.default .team-member {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .team-member.custom .avatar {
        height: 370px;
    }
}

@media (max-width: 767px) {
    .team-member .info {
        margin-top: 20px;
    }
    .team-member.fullheight {
        height: 370px !important;
    }
    .team-member .avatar {
        height: 300px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 28. STRIPPED SHORTCODE ----------------------*/

.stripped-wrapper {
    width: 100%;
}

.stripped-wrapper .stripped-link {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.stripped-wrapper .stripped-link:hover {
    opacity: 1;
}

.stripped-wrapper .stripped-link .image-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #867987;
}

.stripped-wrapper .stripped-link .image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.stripped-wrapper .stripped-link .stripped-text {
    position: absolute;
    bottom: 7%;
    left: 15%;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.stripped-wrapper .stripped-link .stripped-text .title {
    color: #fff;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 80px;
    margin-bottom: 0;
}

.stripped-wrapper .stripped-link .stripped-text .subtitle {
    opacity: 0.7;
    color: #fff;
    font-family: "Georgia", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.1px;
    display: inline-block;
}

.stripped-wrapper .stripped-link:hover .image-wrapper::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
}

.stripped-wrapper .stripped-link:hover .stripped-text {
    bottom: 9%;
}

/*------------------------------------------------------*/

/*---------------------- 29. SPLITTED SLIDER ----------------------*/

.header_black.header_top_bg {
    background-color: transparent;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
}

.ms-section {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    background-color: #fff;
}

.ms-section.ms-table {
    display: table;
    width: 100%;
}

.ms-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.ms-easing {
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

#multiscroll-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#multiscroll-nav.right {
    right: 17px;
}

#multiscroll-nav.left {
    left: 17px;
}

#multiscroll-nav ul {
    margin: 0;
    padding: 0;
}

#multiscroll-nav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

#multiscroll-nav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#multiscroll-nav li .active span {
    background: #333;
}

#multiscroll-nav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.multiscroll-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: -2px;
    white-space: nowrap;
    max-width: 220px;
}

.multiscroll-tooltip.right {
    right: 20px;
}

.multiscroll-tooltip.left {
    left: 20px;
}

.multiscroll-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.multiscroll-slider .descr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
}

.multiscroll-slider-left {
    position: relative;
    height: 100%;
    width: 50%;
    overflow: visible;
    float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    .multiscroll-slider-left {
        height: 100% !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .multiscroll-slider-left {
        height: auto;
        width: 50%;
    }
}

@media (max-width: 479px) {
    .multiscroll-slider-left {
        height: auto;
        width: 100%;
    }
}

.multiscroll-slider-left .ms-section {
    padding: 14px 7px 14px 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .multiscroll-slider-left .ms-section {
        padding: 14px 14px 7px 14px;
    }
}

@media (max-width: 479px) {
    .multiscroll-slider-left .ms-section {
        padding: 14px 14px 7px 14px;
    }
}

.multiscroll-slider-right {
    position: relative;
    height: 100%;
    width: 50%;
    overflow: visible;
    float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    .multiscroll-slider-right {
        height: 100% !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .multiscroll-slider-right {
        height: auto;
        width: 50%;
    }
}

@media (max-width: 479px) {
    .multiscroll-slider-right {
        height: auto;
        width: 100%;
    }
}

.multiscroll-slider-right .ms-section {
    padding: 14px 14px 14px 7px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .multiscroll-slider-right .ms-section {
        padding: 7px 14px 14px 14px;
    }
}

@media (max-width: 479px) {
    .multiscroll-slider-right .ms-section {
        padding: 7px 14px 14px 14px;
    }
}

.multiscroll-slider .ms-left,
.multiscroll-slider .ms-right {
    width: 100% !important;
}

.ms-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inherit;
}

.multiscroll-slider .title {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(50%, -50%) translateZ(0);
    transform: translate(50%, -50%) translateZ(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    z-index: 999;
}

.multiscroll-slider .title a {
    font-size: 46px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #fff;
    line-height: 1.1;
    margin: 0;
    text-decoration: none;
}

.multiscroll-slider .ms-section.active .title {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.multiscroll-slider .ms-inner {
    position: absolute;
    left: 0;
    top: 0;
}

.multiscroll-slider .ms-section {
    color: transparent;
}

.multiscroll-slider-left .ms-section,
.multiscroll-slider-right .ms-section {
    padding: 0;
}

@media screen and (max-width: 1050px) and (min-width: 300px) {
    .ms-section,
    .ms-section.ms-table,
    .ms-tableCell {
        min-height: 200px !important;
    }
}

@media only screen and (max-width: 767px) {
    .multiscroll-slider .title a {
        font-size: 36px;
    }
}

@media only screen and (max-width: 480px) {
    .multiscroll-slider-left .ms-section,
    .multiscroll-slider-right .ms-section {
        border: 0;
    }
    .ms-section.ms-table {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .multiscroll-slider .title {
        top: 50%;
        bottom: auto;
        right: auto;
        left: 0;
        width: 200%;
        padding: 0 15px;
        -webkit-transform: translateY(-50%) translateZ(0);
        transform: translateY(-50%) translateZ(0);
    }
    .multiscroll-slider .title a {
        font-size: 26px;
    }
    .albums-sp .scroll-btn.down {
        top: -webkit-calc(48% + 50px);
        top: calc(48% + 50px);
        z-index: 10;
    }
    .albums-sp .scroll-btn.up {
        top: -webkit-calc(48% - 50px);
        top: calc(48% - 50px);
        z-index: 10;
    }
    .albums-sp .multiscroll-slider-right,
    .albums-sp .multiscroll-slider-left {
        width: 50%;
    }
}

@-moz-document url-prefix() {
    .multiscroll-slider .ms-inner {
        position: static;
    }
}

/*------------------------------------------------------*/

/*---------------------- 30. BANNER SLIDER ----------------------*/

.banner-slider-wrap .img-bg {
    height: 100%;
    width: 100%;
}

.banner-slider-wrap .slider-banner {
    min-height: 500px !important;
}

.banner-slider-wrap .title {
    font-size: 70px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 5.6px;
    margin-bottom: 40px;
}

.banner-slider-wrap .subtitle {
    font-size: 12px;
    line-height: 20px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 2.4px;
    margin-bottom: 40px;
    -webkit-font-smoothing: antialiased;
}

.banner-slider-wrap .descr {
    font-size: 14px;
    line-height: 28px;
    font-family: "Georgia", sans-serif;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1.12px;
    max-width: 510px;
}

.banner-slider-wrap .a-btn,
.banner-slider-wrap .a-btn-2 {
    margin-top: 30px !important;
}

.banner-slider-wrap .container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-slider-wrap .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-slider-wrap .swiper-arrow-right {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '\f103';
    font-family: fontAwesome;
    color: #ffffff;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.banner-slider-wrap .swiper-arrow-right .fa {
    font-size: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-name: sliderArrowAnimation;
    animation-name: sliderArrowAnimation;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-slider-wrap .swiper-arrow-right:hover .fa {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.6;
}

@-webkit-keyframes sliderArrowAnimation {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    25% {
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
    50% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    75% {
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
    }
    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@keyframes sliderArrowAnimation {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    25% {
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
    50% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    75% {
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
    }
    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 767px) {
    .banner-slider-wrap {
        text-align: center;
    }
    .banner-slider-wrap .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .banner-slider-wrap .swiper-arrow-right {
        bottom: 0;
    }
    .banner-slider-wrap .descr {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .banner-slider-wrap .subtitle {
        margin-bottom: 20px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 31. SKILLS ----------------------*/

.skill-wrapper .main-title {
    font-weight: 400;
    letter-spacing: 2.88px;
    color: #1b1b1b;
}

.skill-wrapper .skills {
    margin-top: 29px;
    margin-bottom: 29px;
}

.skill-wrapper .skill {
    margin-bottom: 24px;
}

.skill-wrapper .skill .line {
    background-color: #B2B2B2;
    position: relative;
    width: 100%;
    height: 5px;
    margin-top: 13px;
    opacity: .3;
}

.skill-wrapper .skill .line .active-line {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 1.5s ease;
    transition: width 1.5s ease;
    background-color: #1B1B1B;
}

.skill-wrapper .skill .label-skill {
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
    letter-spacing: 2.4px;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 15px;
    font-family: "ArcaMajora3", sans-serif;
    color: #1B1B1B;
}

.skill-wrapper .skill .value {
    display: inline-block;
    float: right;
    font-family: "Georgia", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
    letter-spacing: 0px;
    margin-bottom: 0;
    text-decoration: none;
    color: #B2B2B2;
}

@media (max-width: 767px) {
    .skill-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 32. SIMPLE TEXT BLOCK ----------------------*/

.simple-details {
    margin-bottom: 30px;
}

.simple-details .content .subtitle {
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #b2b2b2;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 0;
    letter-spacing: 2px;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
}

.simple-details .content .subtitle {
    margin-top: -3px;
    margin-bottom: 28px;
}

.simple-details .content .title {
    font-family: "ArcaMajora3", sans-serif;
    line-height: 1.3;
    font-weight: 900;
    color: #1B1B1B;
    letter-spacing: .1px;
    margin: 0 0 20px;
}

.simple-details .content .title {
    font-size: 32px;
}

.simple-details .content .title {
    line-height: 36px;
    margin-bottom: 25px;
}

.simple-details .content .text {
    font-size: 26px;
    line-height: 1.47;
    font-family: "Times New Roman", sans-serif;
    color: #1B1B1B;
    letter-spacing: -.2px;
}

.simple-details .content .text p {
    margin-top: 0;
    margin-bottom: 25px;
}

.simple-details .content .text {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .simple-details .content .subtitle {
        margin-bottom: 20px;
    }
    .simple-details .content .title {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .simple-details {
        text-align: center;
        padding: 0 15px;
    }
    .simple-details .content .text {
        font-size: 21px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 33. SIMPLE SLIDER ----------------------*/

.img-slider {
    position: relative;
}

.img-slider img {
    width: 100%;
}

.img-slider ul {
    list-style: none;
}

/*------------------------------------------------------*/

/*---------------------- 34. SERVICES ----------------------*/

.services {
    padding: 54px 50px;
    max-width: 500px;
    margin: auto;
    position: relative;
    background-size: cover;
    background-position: center;
}

.services::before,
.services::after {
    content: '';
    position: absolute;
    background-color: #B2B2B2;
    opacity: .2;
    height: 5px;
    width: 100%;
    left: 0;
}

.services::before {
    top: 0;
}

.services::after {
    bottom: 0;
}

.services.classic {
    padding: 0;
    text-align: center;
}

.services.classic::before,
.services.classic::after {
    display: none;
}

.no-content-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.services .img-wrap {
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: cover;
    margin: 0 0 26px;
    position: relative;
    box-shadow: 0px 10px 25px 0px rgba(23, 23, 21, 0.2);
}

.services.classic .img-wrap {
    width: 100%;
    height: 270px;
    box-shadow: none;
}

.services.classic .img-wrap {
    margin: 0 0 17px;
}

.services.classic .content .title {
    text-align: center;
}

.services .content {
    padding-top: 3px;
}

.services .content .title {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 2.5px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1B1B1B;
    text-align: left;
    margin-bottom: 13px;
}

.services .content .text {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
    line-height: 1.8;
    letter-spacing: 0px;
}

.services.classic .content .text {
    padding: 0 45px;
}

.services.simple {
    text-align: center;
    padding: 23px 50px;
}

.services.simple::before,
.services.simple::after {
    display: none;
}

.services.simple .img-wrap {
    box-shadow: none;
    width: auto;
    height: auto;
    margin: 0 0 16px;
}

.services.simple .content .title {
    position: relative;
    margin-bottom: 37px;
    text-align: center;
}

.services.simple .content .title::before {
    content: '';
    position: absolute;
    height: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
}

@media only screen and (max-width: 991px) {
    .services .img-wrap {
        margin-right: auto;
        margin-left: auto;
    }
    .services .content .title,
    .services .content {
        text-align: center;
    }
    .services {
        padding: 40px;
    }
    .services.simple {
        padding: 10px;
    }
    .services.classic .content .text {
        padding: 0;
    }
}

/*------------------------------------------------------*/

/*---------------------- 35. PRICING GALLERY ----------------------*/

.pricing-gallery {
    width: 100%;
}

.pricing-gallery .grid-sizer {
    width: 25%;
    display: block;
}

.pricing-gallery .hover-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    opacity: 0;
    visibility: hidden;
}

.pricing-gallery .hover-caption .caption {
    position: absolute;
    bottom: 20px;
    padding: 0 26px;
    letter-spacing: 2.2px;
}

.pricing-gallery .images {
    display: block;
    height: 292px;
    width: 25%;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
}

.pricing-gallery .images a {
    height: 100%;
}

.pricing-gallery .images a:hover .hover-caption {
    opacity: 1;
    visibility: visible;
}

.pricing-gallery .images:nth-of-type(6n),
.pricing-gallery .images:nth-of-type(6),
.pricing-gallery .images:nth-of-type(12n),
.pricing-gallery .images:nth-of-type(1) {
    height: 584px;
    width: 50%;
}

.pricing-gallery .images:nth-of-type(7),
.pricing-gallery .images:nth-of-type(7n) {
    height: 584px;
}

.pricing-gallery .images:nth-of-type(9n),
.pricing-gallery .images:nth-of-type(9),
.pricing-gallery .images:nth-of-type(12n+1),
.pricing-gallery .images:nth-of-type(2) {
    width: 50%;
}

.pricing-gallery .images.content {
    display: table;
}

.pricing-gallery .images.content .content-wrap {
    display: table-cell;
    vertical-align: middle;
}

.pricing-gallery .images.content .content-wrap.bottom {
    vertical-align: bottom;
}

.pricing-gallery .images.content .title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-family: "Times New Roman", sans-serif;
    color: #1B1B1B;
    line-height: 1.3;
    letter-spacing: -.1px;
}

.pricing-gallery .images.content .subtitle {
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #B2B2B2;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 2px;
}

.pricing-gallery .images.content .currency {
    font-size: 22px;
    display: inline-block;
    position: relative;
    top: -22px;
    right: -14px;
}

.pricing-gallery .images.content .price {
    width: 100%;
    text-align: center;
    font-size: 52px;
    font-family: "Georgia", sans-serif;
    color: #1B1B1B;
    letter-spacing: 0;
    margin-top: 15px;
}

.pricing-gallery .images.content .description {
    font-size: 28px;
    font-family: "Times New Roman", sans-serif;
    color: #1B1B1B;
    line-height: 1.3;
    letter-spacing: 0px;
    max-width: 450px;
}

.pricing-gallery .images.content a.a-btn-2 {
    height: auto;
    margin-top: 40px;
    padding: 15px 18px 15px 27px;
    letter-spacing: 2.5px;
    font-size: 12px;
}

@media only screen and (max-width: 992px) {
    .pricing-gallery .images {
        width: 50%;
    }
    .pricing-gallery .images:nth-of-type(6n),
    .pricing-gallery .images:nth-of-type(6),
    .pricing-gallery .images:nth-of-type(12n),
    .pricing-gallery .images:nth-of-type(1),
    .pricing-gallery .images:nth-of-type(7),
    .pricing-gallery .images:nth-of-type(7n) {
        height: 292px;
    }
    .pricing-gallery .images:nth-of-type(9n),
    .pricing-gallery .images:nth-of-type(9) {
        width: 100%;
    }
    .pricing-gallery .images.content .content-wrap.bottom {
        vertical-align: middle !important;
    }
}

@media only screen and (max-width: 600px) {
    .pricing-gallery .images {
        width: 100% !important;
    }
    .pricing-gallery .images.content .description {
        font-size: 25px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 36. PRICING ----------------------*/

.pricing-item {
    padding: 60px 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
}

/*Mask block*/

.pricing-item .mask-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    min-width: 200px;
    height: 320px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}

/*SVG mask*/

.pricing-item .mask-image .pricing_mask {
    fill: #ffffff;
}

.pricing-item .mask-image .pricing-transparent-mask {
    fill: transparent;
}

/*Pricing info*/

.pricing-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pricing-info .subtitle {
    display: block;
    margin: 0;
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 25px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    letter-spacing: 2.4px;
    font-weight: 400;
    color: #1b1b1b;
}

.pricing-info .title {
    display: block;
    margin: 0;
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 40px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    letter-spacing: 2.88px;
    font-weight: 400;
    color: #1b1b1b;
}

.pricing-info .pricing-list p:empty {
    display: none;
}

.pricing-info .pricing-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.pricing-info .pricing-list ul li {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-family: "Georgia", sans-serif;
    color: #b2b2b2;
}

.pricing-info .a-btn-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media (max-width: 1199px) {
    .pricing-item {
        padding: 60px 30px;
    }
}

@media (max-width: 991px) {
    .pricing-item {
        padding: 30px 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
    .pricing-item .mask-image {
        margin: auto;
        margin-bottom: 40px;
        height: 220px;
    }
    .pricing-item .pricing-info {
        width: 100%;
    }
    .pricing-info .a-btn-2 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media (max-width: 767px) {
    .pricing-item {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*------------------------------------------------------*/

/*---------------------- 37. POSTS ----------------------*/

.all-posts-descr {
    margin: 15px 0;
}

.all-posts-descr h6 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.40px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: 400;
    color: #1b1b1b;
    font-style: normal;
    margin-top: -7px;
    margin-bottom: 27px;
    -webkit-font-smoothing: antialiased;
}

.all-posts-descr h5 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2.88px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: 400;
    color: #1B1B1B;
    margin-bottom: 20px;
}

.all-posts-descr p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #B2B2B2;
    margin-bottom: 30px;
}

.post_list .all-posts-descr {
    text-align: center;
    max-width: 770px;
    margin: 50px auto 58px auto;
}

.post_list .all-posts-descr h5 {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: 5px;
    font-weight: 400;
    margin-bottom: 10px;
}

.post-list .portfolio-wrapper {
    height: auto !important;
}

.row.simple .all-posts-descr {
    text-align: left;
    margin: 0 0 40px 0;
}

.post-box {
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 240px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    opacity: 1;
}

.post-box:hover {
    opacity: 1;
}

.post-box:before {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-box .text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-box .text h6 {
    font-size: 24px;
    color: #ffffff;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.92px;
    margin-bottom: 10px;
    font-style: normal;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-box .text span {
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "ArcaMajora3 Bold", sans-serif;
    letter-spacing: 1.1px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-font-smoothing: antialiased;
}

.post-box:hover:before,
.post-box:hover .text h6,
.post-box:hover .text span {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-box .post-descr {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #ffffff;
}

.post-box .post-descr .wrap {
    padding: 15px;
}

.post-box .post-descr h6 {
    font-size: 26px;
    font-family: "Georgia", sans-serif;
    color: #1b1b1b;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4;
    font-style: normal;
}

.post-box .post-descr p {
    font-size: 14px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    opacity: .9;
    line-height: 24px;
}

.post-box .post-descr a {
    margin-top: 20px;
    font-weight: 300;
}

.post-box:hover .post-descr,
.post-box.active .post-descr {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.post_list .post-box {
    height: auto;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.post_list .post-box:before {
    display: none;
}

.post_list .post-box:hover .text .post-box-date {
    opacity: 1;
}

.post_list .post-box .post-box-img-wrapp {
    height: 470px;
    display: block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.post_list .post-box .text {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 30px 0 40px 0;
}

.post_list .post-box .text .post-box-title {
    color: #1b1b1b;
    font-weight: 400;
    letter-spacing: 1.92px;
    margin-bottom: 0;
}

.post_list .post-box .text .post-box-title a {
    text-decoration: none;
}

.post_list .post-box .text .post-box-date {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "ArcaMajora3 Bold", sans-serif;
    letter-spacing: 1.1px;
    color: #1b1b1b;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.row.simple {
    overflow-y: scroll;
    border-right: 2px solid #f0f0f0;
}

.row.simple::-webkit-scrollbar {
    width: 4px;
}

.row.simple::-webkit-scrollbar-thumb {
    background-color: #1B1B1B;
    outline: none;
}

.simple {
    margin-left: 0;
    margin-right: 0;
}

.simple .col-lg-12,
.simple .col-sm-12,
.simple .col-xs-12 {
    padding-right: 15px;
    padding-left: 0;
}

.simple .post-box {
    height: auto;
    text-align: left;
    margin: 0 0 33px 0;
}

.simple .post-box:before {
    display: none;
}

.simple .post-box .text {
    position: static;
    -webkit-transform: none;
    -webkit-transform: none;
    transform: none;
}

.simple .post-box .text .post-box-date {
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: "ArcaMajora3 Bold", sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 14px;
    color: #B2B2B2;
    opacity: .7;
    font-weight: 100;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.simple .post-box .text .post-box-title {
    color: #1B1B1B;
    font-weight: 400;
    letter-spacing: 2.6px;
    margin-bottom: 0;
    margin-top: -5px;
    font-size: 15px;
}

.simple .post-box .text .post-box-title a {
    text-decoration: none;
}

.simple .post-box .text .post-box-desc {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0;
    font-family: "Georgia", sans-serif;
    font-weight: 400;
    color: #B2B2B2;
    margin-bottom: 0;
    margin-top: 5px;
}

.simple .post-box .text .post-box-desc p {
    margin-bottom: 0;
    color: #B2B2B2;
}

@media (max-width: 991px) {
    .all-posts-descr h6 {
        margin-bottom: 10px;
    }
    .post_list .post-box .post-box-img-wrapp {
        height: 370px;
    }
}

@media only screen and (max-width: 767px) {
    .all-posts-descr {
        text-align: center;
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .post_list .all-posts-descr {
        margin: 30px auto;
    }
    .post_list .all-posts-descr h5 {
        font-size: 34px;
        line-height: 40px;
    }
    .post-box {
        margin: 0 0 5px;
    }
    .post-box .text {
        padding: 0 15px;
    }
    .post_list .post-box .text {
        margin: 15px 0;
    }
    .simple {
        margin: 0 15px;
    }
    .simple .post-box .text {
        padding: 0;
    }
}

.post-list .pager-pagination {
    padding: 35px 15px;
    margin: auto;
    max-width: 1000px;
}

.post-list .pager-pagination .page-numbers {
    display: none;
}

.post-list .pager-pagination .page-numbers.next,
.post-list .pager-pagination .page-numbers.prev {
    padding-top: 2px;
    display: inline-block;
    font-size: 11px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #B2B2B2;
    max-width: 50%;
    padding-bottom: 0;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    border: none;
}

.post-list .pager-pagination .page-numbers.next::before,
.post-list .pager-pagination .page-numbers.prev::before {
    position: absolute;
    color: #1B1B1B;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 35px;
    font-weight: 900;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-list .pager-pagination .page-numbers.next.prev::before,
.post-list .pager-pagination .page-numbers.prev.prev::before {
    content: '\f104';
    left: 5px;
}

.post-list .pager-pagination .page-numbers.next.next::before,
.post-list .pager-pagination .page-numbers.prev.next::before {
    content: '\f105';
    right: -10px;
}

.post-list .pager-pagination .page-numbers.next.prev::after,
.post-list .pager-pagination .page-numbers.prev.prev::after {
    left: 0;
}

.post-list .pager-pagination .page-numbers.next.next::after,
.post-list .pager-pagination .page-numbers.prev.next::after {
    right: 4px;
}

.post-list .pager-pagination .page-numbers.next::after,
.post-list .pager-pagination .page-numbers.prev::after {
    content: '';
    height: 4px;
    display: block;
    position: absolute;
    width: 30px;
    background-color: #1B1B1B;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-list .pager-pagination .page-numbers.next {
    float: right;
    padding-right: 40px;
}

.post-list .pager-pagination .page-numbers.next:hover {
    opacity: 1;
}

.post-list .pager-pagination .page-numbers.next:hover::before {
    right: -20px;
}

.post-list .pager-pagination .page-numbers.next:hover::after {
    right: -8px;
}

.post-list .pager-pagination .page-numbers.prev {
    float: left;
    padding-left: 40px;
}

.post-list .pager-pagination .page-numbers.prev:hover {
    opacity: 1;
}

.post-list .pager-pagination .page-numbers.prev:hover::before {
    left: -7px;
}

.post-list .pager-pagination .page-numbers.prev:hover::after {
    left: -10px;
}

@media only screen and (max-width: 767px) {
    .post-list .pager-pagination .page-numbers.prev,
    .post-list .pager-pagination .page-numbers.next {
        padding-left: 15px;
        padding-right: 15px;
    }
    .post-list .pager-pagination .page-numbers.prev::before,
    .post-list .pager-pagination .page-numbers.prev::after,
    .post-list .pager-pagination .page-numbers.next::before,
    .post-list .pager-pagination .page-numbers.next::after {
        display: none;
    }
    .post-list .pager-pagination {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 600px) {
    .next.page-numbers,
    .prev.page-numbers {
        display: none;
    }
}

@media only screen and (min-width: 1020px) {
    .single-product .product .summary .cart .variations .value ul li .price,
    .whizz_product_detail .product .summary .cart .variations .value ul li .price {
        position: absolute;
        right: 0px;
    }
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #1B1B1B;
    color: #fff;
    opacity: 1;
}

.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li a,
.whizz_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li a {
    cursor: pointer;
}

#product-select-size {
    display: none;
}

/*------------------------------------------------------*/

/*---------------------- 38. PORTFOLIO SLIDER ----------------------*/

.swiper3-container.carousel-albums {
    /*This will work for firefox*/
}

.swiper3-container.carousel-albums .swiper3-button-next,
.swiper3-container.carousel-albums .swiper3-button-prev {
    background-image: none;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper3-container.carousel-albums .swiper3-button-next::before,
.swiper3-container.carousel-albums .swiper3-button-prev::before {
    content: '\f105';
    right: -10px;
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 39px;
    font-weight: 900;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swiper3-container.carousel-albums .swiper3-button-prev::before {
    content: '\f104';
    left: 5px;
    right: auto;
}

.swiper3-container.carousel-albums .swiper3-button-next::after,
.swiper3-container.carousel-albums .swiper3-button-prev::after {
    content: '';
    right: 0;
    height: 4px;
    display: block;
    position: absolute;
    width: 35px;
    background-color: #fff;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@-moz-document url-prefix() {
    .swiper3-container.carousel-albums .swiper3-button-next::after,
    .swiper3-container.carousel-albums .swiper3-button-prev::after {
        top: 52%;
    }
}

.swiper3-container.carousel-albums .swiper3-button-prev::after {
    right: auto;
    left: 0;
}

.swiper3-container.carousel-albums .swiper3-button-next {
    right: 30px;
}

.swiper3-container.carousel-albums .swiper3-button-next:hover {
    right: 20px;
}

.swiper3-container.carousel-albums .swiper3-button-prev {
    left: 30px;
}

.swiper3-container.carousel-albums .swiper3-button-prev:hover {
    left: 20px;
}

.swiper3-container.carousel-albums .swiper3-slide {
    width: 75%;
}

.swiper3-container.carousel-albums .swiper3-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 450ms ease-out;
    transition: background-color 450ms ease-out;
}

.swiper3-container.carousel-albums .swiper3-slide .image-wrap .caption {
    opacity: 0;
    -webkit-transition: opacity 450ms ease;
    transition: opacity 450ms ease;
}

.swiper3-container.carousel-albums .swiper3-slide.swiper3-slide-active::before,
.swiper3-container.carousel-albums .swiper3-slide-duplicate-active::before {
    -webkit-transition: background-color 450ms ease-out;
    transition: background-color 450ms ease-out;
    background-color: rgba(0, 0, 0, 0);
}

.swiper3-container.carousel-albums .swiper3-slide.swiper3-slide-active .image-wrap .caption,
.swiper3-container.carousel-albums .swiper3-slide-duplicate-active .image-wrap .caption {
    opacity: 1;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.swiper3-container.carousel-albums .swiper3-pagination {
    display: none;
}

.albums-sp .scroll-btn.down {
    top: -webkit-calc(49% + 70px);
    top: calc(49% + 70px);
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
}

.albums-sp .scroll-btn.up {
    top: -webkit-calc(48% - 70px);
    top: calc(48% - 70px);
    right: -webkit-calc(50% - 15px);
    right: calc(50% - 15px);
}

.scroll-btn {
    position: absolute;
    top: 48%;
    width: 30px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-btn::before {
    content: '';
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 9px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 17px;
    height: 17px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-btn::after {
    content: '';
    height: 4px;
    display: block;
    position: absolute;
    width: 30px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scroll-btn.up {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -webkit-calc(50% - 50px);
    right: calc(50% - 50px);
}

.scroll-btn.down {
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.carousel-albums .image-wrap .caption {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.carousel-albums .image-wrap .caption .title {
    font-size: 50px;
    font-family: "ArcaMajora3", sans-serif;
    color: #fff;
    display: inline-block;
    width: auto;
    line-height: 1.4;
    height: auto;
    position: relative;
    text-decoration: none;
}

.carousel-albums .image-wrap .caption .title:hover {
    opacity: .8;
}

.carousel-albums .image-wrap .caption .descr {
    font-size: 20px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    font-style: italic;
    letter-spacing: 0px;
    line-height: normal;
}

.carousel-albums .image-wrap .caption .descr p {
    margin-bottom: 0;
}

.carousel-albums .image-wrap {
    height: -webkit-calc(100vh - 200px);
    height: calc(100vh - 200px);
    background-size: cover;
    background-position: center;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .swiper3-container.carousel-albums .swiper3-button-prev {
        left: 85px;
    }
    .swiper3-container.carousel-albums .swiper3-button-prev:hover {
        left: 75px;
    }
    .swiper3-container.carousel-albums .swiper3-button-next {
        right: 85px;
    }
    .swiper3-container.carousel-albums .swiper3-button-next:hover {
        right: 75px;
    }
}

@media only screen and (max-width: 992px) {
    .carousel-albums .image-wrap .caption .title {
        font-size: 36px;
    }
    .carousel-albums .image-wrap .caption .descr {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .swiper3-container.carousel-albums .swiper3-button-next,
    .swiper3-container.carousel-albums .swiper3-button-prev {
        display: none;
    }
    .carousel-albums .image-wrap .caption .title {
        font-size: 30px;
    }
    .carousel-albums .image-wrap .caption {
        left: 20px;
        bottom: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .carousel-albums .image-wrap {
        max-height: 380px;
    }
}

.outer-album-swiper {
    position: relative;
}

.outer-album-swiper .album-text-block {
    position: absolute;
    left: 6%;
    bottom: 11%;
    max-width: 360px;
}

.outer-album-swiper .right-content {
    position: absolute;
    right: 6%;
    bottom: 11%;
    max-width: 360px;
    text-align: right;
}

.outer-album-swiper .album-text-title {
    color: #1b1b1b;
    font-family: "ArcaMajora3", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 80px;
}

.outer-album-swiper .album-text-desc {
    color: #808080;
    font-family: "Georgia", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}

.album-text-block.right-content {
    position: absolute;
    right: 6%;
    bottom: 11%;
    text-align: right;
}

.album-text-block.right-content .album-text-desc {
    text-align: right;
}

.swiper-album {
    width: 100%;
    height: -webkit-calc(100vh - 40px);
    height: calc(100vh - 40px);
    margin: 20px auto;
}

.swiper-album .swiper3-wrapper {
    background-color: #fff;
}

.swiper-album .swiper3-slide {
    width: 100%;
    height: 100%;
}

.swiper-album .swiper3-slide::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: -20px;
    background-color: #fff;
}

.swiper-album .swiper3-slide:last-child::before {
    content: '';
    width: 0;
    height: 0;
}

.swiper-album .swiper3-slide .link-album-slide {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-album .swiper3-slide .link-album-slide:hover {
    opacity: 1;
}

.swiper-album .swiper3-slide .link-album-slide .img-wrap {
    background-color: #fff;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.swiper-album .swiper3-slide .link-album-slide .img-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.swiper-album .swiper3-slide .link-album-slide .title-wrap {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 40px;
    z-index: 20;
}

.swiper-album .swiper3-slide .link-album-slide .title-wrap::before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-album .swiper3-slide .link-album-slide .title-wrap .title {
    color: #fffefe;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 15px;
    letter-spacing: 2.5px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.swiper-album .swiper3-slide .link-album-slide:hover .img-wrap::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
}

.swiper-album .swiper3-slide .link-album-slide:hover .img-wrap {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.swiper-album .swiper3-slide .link-album-slide:hover .title-wrap::before {
    width: 40px;
}

.swiper-album .swiper3-slide .link-album-slide:hover .title-wrap .title {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.outer-swiper-wrapper {
    position: relative;
    width: 100%;
    padding: 0 90px;
}

@media only screen and (max-width: 991px) {
    .outer-album-swiper .album-text-block {
        left: 8%;
        max-width: 280px;
    }
    .outer-album-swiper .right-content {
        right: 8%;
        max-width: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .outer-album-swiper .album-text-block,
    .outer-album-swiper .right-content {
        display: none;
    }
    .outer-swiper-wrapper {
        padding: 0 30px;
    }
}

.landing_split .images-wrap {
    width: 50%;
    float: left;
    position: relative;
}

.landing_split .image {
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
    background-position: top;
    background-size: cover;
}

.landing_split .content-wrap {
    position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 80%;
    width: 500px;
    text-align: right;
}

.landing_split .content-wrap .portfolio-title {
    font-size: 40px;
    font-family: "ArcaMajora2", sans-serif;
    color: #fff;
    line-height: 1.3;
}

.landing_split .content-wrap .excerpt {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 17px;
}

.landing_split .content-wrap .a-btn {
    margin-bottom: 15px;
}

.landing_split .content-wrap .a-btn:nth-of-type(2) {
    margin-left: 37px;
}

.landing_split .content-wrap .a-btn:hover {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .landing_split .content-wrap .portfolio-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .landing_split .images-wrap {
        width: 100%;
        float: none;
    }
    .landing_split .images-wrap.one {
        display: none;
    }
    .landing_split .content-wrap .portfolio-title {
        font-size: 24px;
    }
}

.showcase_slider .swiper-slide {
    padding: 0 3px;
}

.showcase_slider+.portfolio-pagination {
    display: none;
}

.showcase_slider .slide-image {
    display: block;
    position: relative;
}

.showcase_slider .slide-image .hover_arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.showcase_slider .slide-image .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    z-index: 99;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 120ms;
    transition-delay: 120ms;
}

.showcase_slider .slide-image .arrow::before {
    content: '\f105';
    right: -10px;
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 39px;
    font-weight: 900;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.showcase_slider .slide-image .arrow::after {
    content: '';
    height: 4px;
    display: block;
    position: absolute;
    width: 30px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.showcase_slider .slide-image:hover {
    opacity: 1;
}

.showcase_slider .slide-image:hover .hover_arrow {
    visibility: visible;
    opacity: 1;
}

.showcase_slider .slide-image:hover .hover_arrow .arrow {
    left: -webkit-calc(50% + 10px);
    left: calc(50% + 10px);
}

.showcase_slider .slide-title {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 15px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #fff;
    letter-spacing: 2.7px;
    z-index: 100;
}

.showcase_slider .pagination {
    display: none;
}

.showcase_slider .images-slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
}

/* ALBUMS SLIDER MASONRY
---------------------------------- */

.portfolio-slider-wrapper.slider_masonry {
    padding: 30px 0;
}

.portfolio-slider-wrapper .pagination {
    margin: 0;
}

.portfolio-slider-wrapper .slide-content {
    width: 33.33%;
    float: left;
    height: 100%;
    position: relative;
    display: table;
}

.portfolio-slider-wrapper .a-btn {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.portfolio-slider-wrapper .slide-image {
    width: 66.66%;
    float: right;
    height: 100%;
}

.portfolio-slider-wrapper .images-slider-wrapper {
    height: 100% !important;
}

.portfolio-slider-wrapper .images-slider-wrapper.main {
    margin-right: -15px;
    margin-left: -15px;
    max-height: 100%;
}

.portfolio-slider-wrapper .images-slider-wrapper .images {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    height: 100%;
    background-position: center;
    background-size: cover;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
}

.portfolio-slider-wrapper .images-slider-wrapper .images:nth-of-type(2) {
    margin-bottom: 30px;
}

.portfolio-slider-wrapper .images-slider-wrapper .images:nth-of-type(2),
.portfolio-slider-wrapper .images-slider-wrapper .images:nth-of-type(3) {
    height: -webkit-calc(50% - 15px);
    height: calc(50% - 15px);
}

.portfolio-slider-wrapper .images-slider-wrapper .images-one {
    height: 100%;
    background-position: center;
    background-size: cover;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
}

.portfolio-slider-wrapper .gallery-content-wrap {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
}

.portfolio-slider-wrapper .gallery-content-wrap p {
    margin-bottom: 30px;
    letter-spacing: .6px;
}

.portfolio-slider-wrapper .portfolio-title {
    font-size: 40px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    margin-bottom: 28px;
    font-weight: 100;
    letter-spacing: 3px;
    line-height: 1.2;
    color: #1B1B1B;
}

.portfolio-slider-wrapper.slider_masonry .swiper-slide {
    cursor: ew-resize;
}

@media only screen and (max-width: 991px) {
    .portfolio-slider-wrapper .slide-content,
    .portfolio-slider-wrapper .slide-image {
        width: 100%;
        display: block;
        height: auto;
    }
    .portfolio-slider-wrapper .slide-image {
        height: 180px;
    }
    .portfolio-slider-wrapper .images-slider-wrapper.main {
        margin-right: 0;
        margin-left: 0;
    }
    .portfolio-slider-wrapper .gallery-content-wrap {
        display: block;
    }
    .portfolio-slider-wrapper .images-slider-wrapper .images-one {
        height: 150px;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
    .portfolio-slider-wrapper .images-slider-wrapper .images:nth-child(3) {
        display: none;
    }
    .portfolio-slider-wrapper .images-slider-wrapper .images:nth-child(1) {
        height: 150px;
        float: left;
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
    .portfolio-slider-wrapper .images-slider-wrapper .images:nth-child(2) {
        margin-bottom: 0;
        height: 150px;
        float: right;
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
    .portfolio-slider-wrapper,
    .portfolio-slider-wrapper .swiper-wrapper {
        min-height: 390px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-slider-wrapper .portfolio-title {
        font-size: 35px;
        letter-spacing: 2px;
    }
    .caption-images-portfolio .popup-wrap {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
    .caption-images-portfolio p {
        margin-bottom: 30px;
    }
    .caption-images-portfolio .caption-images-portfolio-item:last-of-type p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .portfolio-slider-wrapper .images-slider-wrapper .images:nth-child(2),
    .portfolio-slider-wrapper .images-slider-wrapper .images:nth-child(1) {
        height: 130px;
    }
    .portfolio-slider-wrapper .images-slider-wrapper .images-one {
        height: 130px;
    }
    .portfolio-slider-wrapper .portfolio-title {
        font-size: 30px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
}

/* ALBUMS SLIDER SIMPLE
---------------------------------- */

.portfolio-slider-wrapper.slider_simple .swiper-slide {
    padding: 0 !important;
}

.portfolio-slider-wrapper.slider_simple .images-slider-wrapper {
    display: block;
}

.portfolio-slider-wrapper.slider_simple .images-slider-wrapper:hover {
    opacity: 1;
}

.portfolio-slider-wrapper.slider_simple .images-slider-wrapper .images-one {
    margin: 0;
    width: 100%;
}

.portfolio-slider-wrapper.slider_simple .images-slider-wrapper .images-one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.portfolio-slider-wrapper.slider_simple .gallery-content-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 9%;
    text-align: center;
}

.portfolio-slider-wrapper.slider_simple .swiper-wrapper {
    cursor: e-resize;
}

.portfolio-slider-wrapper.slider_simple .portfolio-title {
    font-size: 56px;
    font-family: "ArcaMajora2", sans-serif;
    color: white;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
}

.portfolio-slider-wrapper.slider_simple .info {
    color: #fff;
    font-size: 14px;
    height: 45px;
    width: 45px;
    padding-top: 13px;
    display: inline-block;
    border: 2px solid white;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    font-family: "Georgia", sans-serif;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.portfolio-slider-wrapper.slider_simple .info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: .5;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.portfolio-slider-wrapper.slider_simple .info:hover::before {
    background-color: transparent;
}

.portfolio-slider-wrapper.slider_simple .info-wrap {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
}

.popup-portfolio-hidden.active {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.caption-images-portfolio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 30px 40px 23px 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.caption-images-portfolio .image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(15px);
    /* Safari */
    filter: blur(15px);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.caption-images-portfolio::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
}

.caption-images-portfolio.active {
    visibility: visible;
    opacity: 1;
}

.caption-images-portfolio.active .popup-wrap {
    visibility: visible;
    opacity: 1;
}

.caption-images-portfolio .close-btn {
    display: inline-block;
    height: 45px;
    width: 45px;
    border: 2px solid white;
    padding-top: 7px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    position: absolute;
    right: 0;
    top: 24%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.caption-images-portfolio .close-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .5;
}

.caption-images-portfolio .close-btn:hover::before {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: transparent;
}

.caption-images-portfolio .popup-wrap {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    z-index: 9999;
}

.caption-images-portfolio .popup-wrap>.row {
    height: inherit !important;
}

.caption-images-portfolio .popup-wrap>.row .col-xs-12 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.caption-images-portfolio .caption-images-portfolio-item {
    margin-bottom: 7px;
    padding: 0 35px;
}

.caption-images-portfolio span {
    display: block;
    text-align: center;
    vertical-align: top;
    font-size: 11px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #fff;
    opacity: .7;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.caption-images-portfolio p {
    display: block;
    font-size: 24px;
    font-family: "Times New Roman", sans-serif;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .portfolio-slider-wrapper.slider_simple .portfolio-title {
        font-size: 40px;
        display: block;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .portfolio-slider-wrapper.slider_simple .portfolio-title {
        font-size: 30px;
    }
}

.portfolio-pagination.slider_classic {
    display: none;
}

.portfolio-slider-wrapper.slider_classic::before {
    content: '';
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    box-shadow: 0px 19px 80px -24px #ababab;
}

.portfolio-slider-wrapper.slider_classic .slider-wrap {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
}

.portfolio-slider-wrapper.slider_classic .content-wrap {
    position: absolute;
    left: 50%;
    bottom: 202px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolio-slider-wrapper.slider_classic .content-wrap .portfolio-title {
    font-size: 70px;
    font-family: "ArcaMajora2", sans-serif;
    color: #fff;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.portfolio-slider-wrapper.slider_classic .content-wrap .excerpt {
    margin-bottom: 23px;
}

.portfolio-slider-wrapper.slider_classic .content-wrap .excerpt p {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    line-height: 1.8;
}

.portfolio-slider-wrapper.slider_classic .content-wrap .a-btn:hover {
    color: #fff;
}

.portfolio-slider-wrapper.slider_classic .swiper3-pagination {
    position: absolute;
    bottom: 17px;
    right: 0;
    text-align: right;
    padding-right: 20px;
}

.portfolio-slider-wrapper.slider_classic .swiper3-pagination .swiper3-pagination-bullet {
    display: inline-block;
    background-color: #1B1B1B;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    cursor: pointer;
    margin: 0;
    margin-left: 5px;
    opacity: .2;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.portfolio-slider-wrapper.slider_classic .swiper3-pagination .swiper3-pagination-bullet.swiper3-pagination-bullet-active {
    opacity: .5;
}

.swiper3-container.portfolio-slider-wrapper.slider_classic .swiper3-slide {
    cursor: ew-resize;
}

@media only screen and (max-width: 991px) {
    .portfolio-slider-wrapper.slider_classic .content-wrap .portfolio-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-slider-wrapper.slider_classic .swiper3-pagination {
        display: none;
    }
    .portfolio-slider-wrapper.slider_classic .slider-wrap {
        height: 100%;
    }
    .portfolio-slider-wrapper.slider_classic .content-wrap .portfolio-title {
        font-size: 30px;
        letter-spacing: 4px;
    }
    .portfolio-slider-wrapper.slider_classic .content-wrap .excerpt p {
        line-height: 1.6;
    }
    .portfolio-slider-wrapper.slider_classic .content-wrap {
        width: 100%;
        bottom: 130px;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-slider-wrapper.slider_classic .content-wrap .excerpt p {
        line-height: 1.4;
    }
    .portfolio-slider-wrapper.slider_classic .content-wrap {
        bottom: 80px;
    }
}

.swiper-container-split {
    width: 100%;
    height: 100vh;
}

.swiper-container-split .swiper-slide {
    display: table;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.swiper-container-split .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-container-split .swiper-slide .slide-item {
    display: table-cell;
    width: 50%;
    height: 100vh;
}

.swiper-container-split .swiper-slide .slide-item.slide-text {
    vertical-align: middle;
    color: #000;
}

.swiper-container-split .swiper-slide .slide-item.slide-text .wrap-slide-text {
    width: 100%;
    background-color: rgba(17, 17, 17, 0.05);
    padding: 70px 0;
}

.swiper-container-split .swiper-slide .slide-item.slide-text .subtitle a {
    font-family: "Georgia", sans-serif;
    font-size: 20px;
    font-style: italic;
    line-height: 27px;
    letter-spacing: 0.1px;
    margin-left: 6px;
    margin-bottom: 35px;
    text-decoration: none;
    display: inline-block;
}

.swiper-container-split .swiper-slide .slide-item.slide-text .subtitle a:hover {
    text-decoration: none;
}

.swiper-container-split .swiper-slide .slide-item.slide-text .title {
    font-family: "ArcaMajora2", sans-serif;
    font-size: 70px;
    font-weight: 800;
    line-height: 65px;
    letter-spacing: 11px;
    margin-bottom: 25px;
}

.swiper-container-split .swiper-slide .slide-item.slide-text .desc {
    opacity: 0.8;
    font-family: "Georgia", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.1px;
    margin-left: 6px;
    margin-bottom: 25px;
    padding-right: 120px;
}

.swiper-container-split .swiper-slide .slide-item.slide-text .slide-text-more {
    position: relative;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 13px;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 6px;
    margin-bottom: 50px;
    text-decoration: none;
    padding-bottom: 5px;
    padding-right: 10px;
    border-bottom: 1px solid #000;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.swiper-container-split .swiper-slide .slide-item.slide-text .slide-text-more:hover::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 3px;
}

.swiper-container-split .swiper-slide .slide-item.slide-text .slide-text-more::after {
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    border: 4px solid transparent;
    border-left: 4px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.swiper-container-split .swiper-slide .slide-item.slide-text .slide-text-more:hover {
    border-bottom: 1px solid transparent;
    opacity: 1;
}

.swiper-container-split .swiper-slide .slide-item.slide-img {
    background: rgba(27, 27, 27, 0.7);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.swiper-container-split .swiper-slide .slide-item .swiper-lazy {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
}

@media only screen and (max-width: 1199px) {
    .swiper-container-split .swiper-slide .slide-item.slide-text .title {
        font-size: 49px;
        letter-spacing: 5px;
    }
    .swiper-container-split .swiper-slide .slide-item.slide-text .desc {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .swiper-container-split .swiper-slide {
        position: relative;
    }
    .swiper-container-split .swiper-slide .slide-item.slide-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .swiper-container-split .swiper-slide .slide-item.slide-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(17, 17, 17, 0.5);
    }
    .swiper-container-split .swiper-slide .slide-item.slide-text {
        display: table-cell;
        width: 100%;
        position: relative;
        height: 100vh;
        color: #fff;
        z-index: 9;
    }
    .swiper-container-split .swiper-slide .slide-item.slide-text .wrap-slide-text {
        background-color: transparent;
    }
    .swiper-container-split .swiper-slide .slide-item.slide-text .slide-text-more {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .swiper-container-split .swiper-slide .slide-item.slide-text .subtitle a {
        color: #fff;
    }
    .swiper-container-split .swiper-slide .slide-item.slide-text .slide-text-more::after {
        border-left: 4px solid #fff;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-container-split .swiper-slide .slide-item.slide-text .wrap-slide-text {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 360px) {
    .swiper-container-split .swiper-slide .slide-item.slide-text .title {
        font-size: 35px;
    }
}

.swiper-container-vert-slider {
    position: relative;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 100;
}

.swiper-container-vert-slider .swiper-slide {
    display: flex;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.swiper-container-vert-slider .swiper-slide .container .wrap-text {
    color: #fff;
    display: inline-block;
    max-width: 85%;
}

.swiper-container-vert-slider .swiper-slide .container .wrap-text .subtitle {
    margin-bottom: 35px;
}

.swiper-container-vert-slider .swiper-slide .container .wrap-text .subtitle a {
    font-family: "Georgia", sans-serif;
    font-size: 20px;
    font-style: italic;
    line-height: 27px;
    letter-spacing: 0.1px;
    margin-left: 6px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
}

.swiper-container-vert-slider .swiper-slide .container .wrap-text .subtitle a:hover {
    text-decoration: none;
}

.swiper-container-vert-slider .swiper-slide .container .wrap-text .title {
    font-family: "ArcaMajora2", sans-serif;
    font-size: 70px;
    font-weight: 800;
    line-height: 65px;
    letter-spacing: 11px;
    margin-bottom: 25px;
}

.swiper-container-vert-slider .swiper-slide .container .wrap-text .desc {
    opacity: 0.8;
    font-family: "Georgia", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.1px;
    margin-left: 6px;
    margin-bottom: 25px;
    max-width: 370px;
}

.swiper-container-vert-slider .swiper-slide .container .wrap-text .slide-text-more {
    color: #fff;
    position: relative;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 13px;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 6px;
    margin-bottom: 50px;
    text-decoration: none;
    padding-bottom: 5px;
    padding-right: 10px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.swiper-container-vert-slider .swiper-slide .container .wrap-text .slide-text-more:hover::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 3px;
}

.swiper-container-vert-slider .swiper-slide .container .wrap-text .slide-text-more::after {
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.swiper-container-vert-slider .swiper-slide .container .wrap-text .slide-text-more:hover {
    border-bottom: 1px solid transparent;
    opacity: 1;
}

.swiper-container-vert-slider .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-container-vert-slider .swiper-button {
    position: absolute;
    top: 48%;
    width: 30px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swiper-container-vert-slider .swiper-button::before {
    content: '\f104';
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 39px;
    font-weight: 900;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swiper-container-vert-slider .swiper-button::after {
    content: '';
    height: 4px;
    display: block;
    position: absolute;
    width: 30px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-container-vert-slider .swiper-button-next {
    top: -webkit-calc(48% + 32px);
    top: calc(48% + 32px);
    right: 15%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.swiper-container-vert-slider .swiper-button-prev {
    top: -webkit-calc(48% - 32px);
    top: calc(48% - 32px);
    right: 15%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (max-width: 1199px) {
    .swiper-container-vert-slider .swiper-button {
        right: 4%;
    }
    .swiper-container-vert-slider .swiper-slide .container .wrap-text .title {
        font-size: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .swiper-container-vert-slider .swiper-slide .container .wrap-text .title {
        font-size: 42px;
        line-height: 42px;
    }
    .swiper-container-vert-slider .swiper-slide .container .wrap-text .subtitle {
        margin-bottom: 25px;
    }
    .swiper-container-vert-slider .swiper-slide .container .wrap-text .subtitle a {
        font-size: 15px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-container-vert-slider .swiper-slide .container .wrap-text .title {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 2px;
    }
    .swiper-container-vert-slider .swiper-slide .container .wrap-text {
        max-width: 100%;
    }
    .swiper-container-vert-slider .swiper-button {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    .swiper-container-vert-slider .swiper-slide .container .wrap-text .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .swiper-container-vert-slider .swiper-slide .container .wrap-text .desc {
        font-size: 13px;
    }
    .swiper-container-vert-slider .swiper-slide .container .wrap-text>p {
        display: none;
    }
    .swiper-container-vert-slider .swiper-slide .container .wrap-text .subtitle {
        margin-bottom: 20px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 39 .GALLERY PROOF PAGE ---------------------*/

.single-proof_gallery .single-content>.title,
.single-proof_gallery .title {
    letter-spacing: 2.88px;
    font-weight: 400;
    font-family: "ArcaMajora2", sans-serif;
    color: #1b1b1b;
    margin: 0;
    padding-top: 35px;
}

.post-little-banner .main-top-content .title {
    text-align: center;
}

.single-proof_gallery .mfp-arrow-left {
    left: 5px !important;
}

.single-proof_gallery .mfp-arrow-right {
    right: 100px !important;
}

.single-proof_gallery .pixproof-data .grid {
    font-size: 0px;
}

.single-proof_gallery .pixproof-data .grid__item {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.single-proof_gallery .pixproof-data .grid__item .entry__meta-box {
    display: inline-block;
    vertical-align: bottom;
    line-height: 20px;
}

.single-proof_gallery .pixproof-data .grid__item .entry__meta-box span {
    font-size: 14px;
    line-height: 1.4;
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
    display: inline-block;
    vertical-align: top;
    letter-spacing: .5px;
    padding-top: 22px;
    padding-right: 40px;
}

.single-proof_gallery .pixproof-data .grid__item .entry__meta-box .meta-box__title {
    font-size: 12px !important;
    line-height: 1.4 !important;
    vertical-align: top !important;
    font-family: "ArcaMajora3 Bold" !important;
    color: #1b1b1b;
    text-transform: uppercase !important;
    letter-spacing: 2.4px !important;
    display: inline-block !important;
    padding-top: 25px !important;
    padding-right: 10px !important;
}

.single-proof_gallery .date-post {
    display: none;
}

.single-proof_gallery .pixproof-data .grid__item .a-btn-2 {
    margin-left: 15px;
}

.single-proof_gallery .pixproof-data .grid__item:last-child {
    float: right;
}

.single-proof_gallery #pixproof_gallery {
    margin-bottom: 50px;
}

.single-proof_gallery #pixproof_gallery .proof-photo {
    cursor: pointer;
    margin-bottom: 30px;
}

.single-proof_gallery #pixproof_gallery .proof-photo .img-wrap {
    height: 180px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-proof_gallery #pixproof_gallery .proof-photo .img-wrap:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo .proof-photo__container {
    position: relative;
}

.single-proof_gallery #pixproof_gallery .proof-photo .proof-photo__meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-proof_gallery #pixproof_gallery .proof-photo .proof-photo__status {
    display: none;
}

.single-proof_gallery #pixproof_gallery .proof-photo .meta__action.zoom-action {
    font-size: 0px;
    padding: 0;
    position: absolute;
    background-color: transparent !important;
    width: 100%;
    height: 180px;
    top: 0;
    z-index: 49;
}

.single-proof_gallery #pixproof_gallery .proof-photo .actions-nav {
    margin: 0;
}

.single-proof_gallery #pixproof_gallery .proof-photo .meta__action.select-action {
    font-size: 0px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    padding: 0;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    opacity: 0;
    z-index: 50;
    margin-left: 15px;
    margin-top: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo .meta__action.select-action:hover {
    opacity: 1;
}

.single-proof_gallery #pixproof_gallery .proof-photo .meta__action.select-action .button-text {
    font-size: 0;
    white-space: nowrap;
}

.single-proof_gallery #pixproof_gallery .proof-photo .meta__action.select-action:before {
    content: '\f067';
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo .proof-photo__bg {
    position: relative;
}

.single-proof_gallery #pixproof_gallery .proof-photo .proof-photo__bg .proof-photo__id {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo:hover .proof-photo__id {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo:hover .img-wrap:before {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo:hover .meta__action.select-action {
    opacity: 1;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo:hover .meta__action.select-action:hover:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo.selected .meta__action.select-action {
    opacity: 1;
    border: 1px solid #1b1b1b;
    background-color: #1b1b1b;
}

.single-proof_gallery #pixproof_gallery .proof-photo.selected .meta__action.select-action:before {
    content: '\f00c';
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo.selected:hover .meta__action.select-action:hover:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '\f068';
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-proof_gallery .title {
    text-align: left;
}

.single-proof_gallery .no-thumb .main-top-content {
    margin-bottom: 15px;
}

.single-proof_gallery .pixproof-data {
    margin-bottom: 40px;
}

.single-proof_gallery .recent-post-single {
    display: none;
}

.single-proof_gallery .comments {
    display: none;
}

@media (max-width: 1199px) {
    .single-proof_gallery .pixproof-data {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .single-proof_gallery .pixproof-data {
        margin-bottom: 50px;
    }
    .single-proof_gallery .pixproof-data .grid__item:last-child {
        float: none;
        padding-top: 20px;
    }
    .single-proof_gallery .pixproof-data .grid__item:last-child button:not(:last-child) {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .single-proof_gallery .single-content>.title,
    .single-proof_gallery .title {
        padding-top: 20px;
        text-align: center;
    }
    .single-proof_gallery .pixproof-data {
        text-align: center;
    }
    .single-proof_gallery .no-thumb .main-top-content {
        margin-bottom: 0;
    }
    .single-proof_gallery .pixproof-data .grid__item {
        display: block;
    }
    .single-proof_gallery .pixproof-data .grid__item button {
        margin-bottom: 15px;
    }
    .single-content.no-thumb .main-top-content .title {
        text-align: center;
    }
    .single-proof_gallery .pixproof-data .grid__item .entry__meta-box span {
        padding-right: 0;
    }
    .single-proof_gallery .pixproof-data .grid__item:last-child {
        padding-top: 20px;
        float: none;
    }
    .single-proof_gallery #pixproof_gallery {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .single-proof_gallery .pixproof-data .grid__item .entry__meta-box button {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

/*------------------------------------------------------*/

/*---------------------- 40 .PAGE TEMPLATE ----------------------*/

.single-content.modern {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
    letter-spacing: 0px;
}

.single-content.modern h1,
.single-content.modern h2,
.single-content.modern h3,
.single-content.modern h4,
.single-content.modern h5,
.single-content.modern h6 {
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    letter-spacing: 3.3px;
}

.single-content.modern blockquote {
    margin: 30px auto;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    max-width: 770px;
}

.single-content.modern blockquote div,
.single-content.modern blockquote p {
    font-size: 28px;
    line-height: 1.3;
    font-family: "Times New Roman", sans-serif;
    color: #1B1B1B;
    text-align: center;
    font-style: normal;
    margin: 0;
    letter-spacing: 0px;
}

.single-content.modern .main-template-content>.col-xs-12:not(.col-md-3)>div:not(.vc_row) {
    margin-bottom: 10px;
}

.single-content.modern .content-header .title {
    margin-top: 30px;
    font-family: "ArcaMajora2", sans-serif;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.single-content.modern .content-header .title::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 50px;
    background-color: #1b1b1b;
}

.single-content.modern .content-header .description {
    font-size: 15px;
    color: #B2B2B2;
    text-align: center;
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.single-content.modern .main-template-content {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #1b1b1b;
}

.single-content.modern .main-template-content .vc_row {
    max-width: 100% !important;
    left: 0 !important;
}

.single-content.modern .wp-caption {
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-content.modern .wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 5px;
}

.single-content.modern .dgwt-jg-gallery {
    margin-top: 30px;
    margin-bottom: 25px;
}

/*------------------------------------------------------*/

/*---------------------- 41 .EVENTS ----------------------*/

.events-single-content .swiper-wrapper {
    cursor: e-resize;
}

.events-single-content .post-banner {
    max-height: 600px;
    position: relative;
}

.events-single-content .post-banner.canceled .main-top-content {
    padding-bottom: 63px;
}

.events-single-content .post-banner .fluid-width-video-wrapper {
    padding-top: 600px !important;
}

.events-single-content .main-top-content h2 {
    color: #fff;
    letter-spacing: 10.5px;
    margin: 8px auto 12px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 70px;
    font-family: "ArcaMajora2", sans-serif;
    line-height: 1.3;
    padding: 0 15px;
}

.events-single-content .info-event-wrap {
    display: table;
    margin: 50px auto;
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
}

.events-single-content .info-event-wrap .info-item {
    text-align: center;
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 20px;
}

.events-single-content .info-event-wrap .info-item .title {
    font-family: "ArcaMajora2", sans-serif;
}

.events-single-content .info-event-wrap .info-item .info {
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
    font-weight: 400;
}

.events-single-content .info-event-wrap .info-item .info .end-date {
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
}

.events-single-content .info-event-wrap .info-item .info .end-date::before {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    width: 30px;
    background-color: #1b1b1b;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.events-single-content .info-event-wrap .info-item .info a {
    color: #B2B2B2;
    text-decoration: none;
}

.events-single-content .info-event-wrap .info-item .info a:hover {
    color: #1b1b1b;
    opacity: 1;
}

.events-single-content .pagination {
    display: none;
}

.events-single-content .content-main {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.events-single-content .content-main h1,
.events-single-content .content-main h2,
.events-single-content .content-main h3,
.events-single-content .content-main h4,
.events-single-content .content-main h5,
.events-single-content .content-main h6 {
    letter-spacing: 3.3px;
    margin-bottom: 14px;
}

.events-single-content .content-main p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #B2B2B2;
    margin-bottom: 25px;
    letter-spacing: 0px;
}

.events-single-content .end-event {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 20px 15px;
    left: 0;
    background-color: #1b1b1b;
    width: 100%;
    color: #fff;
    letter-spacing: 2px;
    font-family: "ArcaMajora2", sans-serif;
}

.events-single-content .play-button {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
    display: block;
}

.events-single-content .play-button.start {
    display: none;
}

.events-single-content.protected-page .protected-title {
    margin-top: 0;
    font-size: 26px;
}

.events-single-content.protected-page form {
    padding-bottom: 0;
}

.events-single-content.protected-page .protected-title,
.single-portfolio .protected-page .protected-title {
    color: #1b1b1b;
    font-family: "ArcaMajora2", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    margin-top: 144px;
    margin-bottom: 0;
}

.events-single-content.protected-page form,
.single-portfolio .protected-page form {
    color: #1b1b1b;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 13px;
    line-height: 56px;
    text-transform: uppercase;
    padding-bottom: 175px;
}

.events-single-content.protected-page input[type="password"],
.single-portfolio .protected-page input[type="password"] {
    color: rgba(128, 128, 128, 0.5);
    font-family: "Georgia", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    border-bottom: 2px solid #f2f2f2;
    margin-top: 0;
    padding-top: 0;
}

.events-single-content.protected-page input[type="password"]:focus,
.single-portfolio .protected-page input[type="password"]:focus {
    border-bottom: 2px solid #252525;
}

.events-single-content.protected-page .input_protected_wrapper,
.single-portfolio .protected-page .input_protected_wrapper {
    display: inline-block;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.events-single-content.protected-page .input_protected_wrapper::after,
.single-portfolio .protected-page .input_protected_wrapper::after {
    content: '\f0da';
    position: absolute;
    top: 0;
    right: 32px;
    color: #fff;
    font-size: 12px;
    font-family: "FontAwesome";
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease;
}

.events-single-content.protected-page .input_protected_wrapper:hover::after,
.single-portfolio .protected-page .input_protected_wrapper:hover::after {
    right: 22px;
}

.events-single-content.protected-page input[type="submit"],
.single-portfolio .protected-page input[type="submit"] {
    position: relative;
    color: #fff;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #1b1b1b;
    letter-spacing: 2px;
    padding: 15px 50px 15px 36px;
    margin-top: 0;
    margin-bottom: 0;
}

.item .item-img .end-event {
    position: absolute;
    padding: 10px 15px;
    background-color: #1b1b1b;
    color: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 12px;
    letter-spacing: 3.4px;
    text-align: center;
    font-family: "ArcaMajora2", sans-serif;
}

.events-single-content .video-content {
    position: relative;
}

@media screen and (max-width: 992px) {
    .events-single-content .post-banner {
        min-height: 400px;
    }
    .events-single-content .post-banner {
        max-height: 400px;
    }
    .events-single-content .post-banner .fluid-width-video-wrapper {
        padding-top: 400px !important;
    }
    .events-single-content .main-top-content h2 {
        font-size: 48px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 768px) {
    .events-single-content .main-top-content h2 {
        font-size: 40px;
    }
    .events-single-content .content-main {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .events-single-content .content-main h1,
    .events-single-content .content-main h2,
    .events-single-content .content-main h3,
    .events-single-content .content-main h4,
    .events-single-content .content-main h5,
    .events-single-content .content-main h6 {
        letter-spacing: 1.5px;
    }
    .single-pagination {
        padding: 10px 0;
    }
    .events-single-content.protected-page .protected-title {
        font-size: 22px;
        letter-spacing: 2px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .events-single-content .post-banner.canceled .main-top-content {
        padding-bottom: 0;
    }
    .events-single-content .post-banner {
        padding-bottom: 63px;
    }
}

@media only screen and (max-width: 600px) {
    .events-single-content .post-banner {
        min-height: 300px;
        max-height: 300px;
    }
    .events-single-content .post-banner .fluid-width-video-wrapper {
        padding-top: 300px !important;
    }
    .events-single-content .main-top-content h2 {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .events-single-content .info-event-wrap {
        margin: 10px auto 30px;
        display: block;
        border-top: none;
    }
    .events-single-content .info-event-wrap .info-item {
        display: block;
    }
}

/*------------------------------------------------------*/

/*---------------------- 42 .WOOCOMMERCE ----------------------*/

.button.wc-backward {
    color: #fff !important;
}

body.single-product {
    margin-bottom: 0;
}

.cart-empty {
    text-align: center;
    margin-top: 50px;
}

.woocommerce div.product form.cart .button {
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1.2px;
    line-height: 20px;
    display: inline-block;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 15px 50px 12px 36px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-color: #1B1B1B;
    width: auto;
    border-radius: 0;
}

.woocommerce div.product form.cart .button {
    position: relative;
    padding: 10px 46px 6px 30px;
    font-size: 12px;
}

.woocommerce div.product form.cart .button::after {
    content: '\f0da';
    font-family: "FontAwesome";
    position: absolute;
    top: 52%;
    right: 30px;
    color: #fff;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease;
}

.woocommerce div.product form.cart .button:hover::after {
    right: 20px;
}

.widget_product_search .woocommerce-product-search {
    position: relative;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #984f4f;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #364e24;
}

/* PRODUCT PRICE */

.woocommerce .whizz_product_detail div.product p.price,
.woocommerce .single-product div.product p.price,
.woocommerce .whizz_product_detail div.product span.price,
.woocommerce .single-product div.product span.price,
.woocommerce ul.products.default li.product .price,
.whizz_cart.shop_table ul .cart_item ul .product-price,
.whizz_cart.shop_table ul .cart_item ul .product-subtotal,
#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_price,
.woocommerce table.shop_table .cart_item .product-total {
    font-family: "Georgia";
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2.4px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 0;
}

.woocommerce .whizz_product_detail div.product p.price del,
.woocommerce .single-product div.product p.price del,
.woocommerce .whizz_product_detail div.product span.price del,
.woocommerce .single-product div.product span.price del,
.woocommerce ul.products.default li.product .price del,
.whizz_cart.shop_table ul .cart_item ul .product-price del,
.whizz_cart.shop_table ul .cart_item ul .product-subtotal del,
#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_price del,
.woocommerce table.shop_table .cart_item .product-total del {
    color: #d4d4d4;
    opacity: 1;
    display: inline-block;
    padding-right: 10px;
}

.woocommerce .whizz_product_detail div.product p.price ins,
.woocommerce .single-product div.product p.price ins,
.woocommerce .whizz_product_detail div.product span.price ins,
.woocommerce .single-product div.product span.price ins,
.woocommerce ul.products.default li.product .price ins,
.whizz_cart.shop_table ul .cart_item ul .product-price ins,
.whizz_cart.shop_table ul .cart_item ul .product-subtotal ins,
#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_price ins,
.woocommerce table.shop_table .cart_item .product-total ins {
    padding: 0;
    color: #1b1b1b;
    font-weight: 600;
}

/* BUTTONS */

.woocommerce-page.woocommerce-cart .woocommerce input.button,
.woocommerce-page.woocommerce-checkout .woocommerce input.button {
    display: inline-block;
    width: auto;
    min-width: 144px;
    border-radius: 0;
    box-sizing: border-box;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1.1px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 35px 6px 20px;
    background-color: #1b1b1b;
    color: #fff;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.woocommerce-page.woocommerce-cart .woocommerce input.button:hover,
.woocommerce-page.woocommerce-checkout .woocommerce input.button:hover {
    opacity: 1;
}

.woocommerce-page.woocommerce-cart .woocommerce .shop-wrap {
    display: inline-block;
    position: relative;
}

.woocommerce-page.woocommerce-cart .woocommerce .shop-wrap:hover::after {
    right: 15px;
}

.woocommerce-page.woocommerce-cart .woocommerce .shop-wrap::after {
    content: '\f0da';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 20px;
    color: #fff;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease;
}

.woocommerce-page.woocommerce-cart a.button,
.woocommerce-page.woocommerce-checkout a.button,
.woocommerce-page.woocommerce a.button,
.woocommerce-page.woocommerce button.button.alt,
.woocommerce button.button.alt,
a.button.checkout {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 1.1px;
    background-color: #1B1B1B;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 15px 36px 11px 36px;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.woocommerce-page.woocommerce-cart a.button:hover,
.woocommerce-page.woocommerce-checkout a.button:hover,
.woocommerce-page.woocommerce a.button:hover,
.woocommerce-page.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:hover,
a.button.checkout:hover {
    background-color: #1B1B1B;
    color: #fff;
    opacity: 1;
}

.woocommerce ul.products li.product .whizz-prod-list-image .whizz-add-to-cart a,
.woocommerce-page.woocommerce .woocommerce-message a.button {
    display: inline;
    margin-top: 0;
    opacity: 1;
    color: #fff;
    background-color: transparent;
    position: relative;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 13px;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 0 10px 5px 0;
    border-top: 0;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.woocommerce-page.woocommerce .woocommerce-message a.button {
    line-height: 17px;
}

.woocommerce ul.products li.product .whizz-prod-list-image .whizz-add-to-cart a::after,
.woocommerce-page.woocommerce .woocommerce-message a.button::after {
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.woocommerce ul.products li.product .whizz-prod-list-image .whizz-add-to-cart a:hover,
.woocommerce-page.woocommerce .woocommerce-message a.button:hover {
    border-top: 0;
    border-bottom: 1px solid transparent;
    opacity: 1;
    background-color: transparent;
}

.woocommerce ul.products li.product .whizz-prod-list-image .whizz-add-to-cart a:hover::after,
.woocommerce-page.woocommerce .woocommerce-message a.button:hover::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 3px;
}

.woocommerce ul.products li.product .whizz-prod-list-image .whizz-add-to-cart .added_to_cart {
    display: none;
}

/* PRODUCT RATING */

.woocommerce .single-product .star-rating,
.woocommerce .whizz_product_detail .star-rating {
    font-size: 12px;
    height: 20px;
    color: #1b1b1b;
}

.woocommerce .single-product .star-rating:before,
.woocommerce .whizz_product_detail .star-rating:before {
    color: #e6e6e6;
}

/* PRODUCT ONSALE */

.woocommerce .whizz_images span.onsale,
.woocommerce ul.products li.product .whizz-prod-list-image .onsale {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: auto;
    right: auto;
    border-radius: 0;
    display: inline-block;
    margin: 0;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.40px;
    font-weight: 400;
    background-color: #1b1b1b;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px 6px 20px;
    min-height: 0;
    min-width: 0;
}

/* PRODUCT QUANTITY */

.hide_info {
    display: none;
}

.woocommerce .quantity .qty {
    width: 80px !important;
    height: 40px;
    margin-right: 22px;
    border: 2px solid #f2f2f2;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    color: #1b1b1b;
    padding-right: 7px;
    background-color: transparent;
}

.cart-empty+.return-to-shop {
    text-align: center;
}

/* PRODUCT MESSAGE */

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    font-family: "ArcaMajora3 Bold";
    font-size: 14px;
    border-top: 4px solid #1b1b1b;
    background-color: #1b1b1b;
    color: #f9f5ee;
}

.woocommerce .woocommerce-error {
    background-color: #984f4f;
    border-top: 4px solid #984f4f;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-error:before {
    color: #f9f5ee;
}

.woocommerce .woocommerce-message .showcoupon,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info .showcoupon,
.woocommerce .woocommerce-info .showlogin {
    color: #fff;
}

/* PRODUCT DETAIL PAGE */

.whizz_product_detail,
.single-product {
    margin-top: 0;
    margin-bottom: 20px;
}

/* PRODUCT DETAILS PAGE - IMAGES */

.whizz_product_detail .product .whizz_images,
.single-product .product .whizz_images {
    width: 52%;
    float: left;
    max-width: 630px;
    padding-right: 30px;
    margin-top: 5px;
    position: relative;
}

.whizz_product_detail .product .whizz_images a,
.single-product .product .whizz_images a {
    display: block;
}

/* PRODUCT DETAILS PAGE - SLIDER */

.whizz_images .swiper-slide a {
    display: block;
    min-height: 600px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.whizz_images .pagination {
    position: absolute;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    width: auto;
}

.whizz_images .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.4;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.whizz_images .pagination .swiper-pagination-switch:hover {
    opacity: 0.7;
}

.whizz_images .pagination .swiper-active-switch {
    opacity: 1;
}

/* PRODUCT DETAILS PAGE - INFO */

.single-product .product .summary.entry-summary,
.whizz_product_detail .product .summary.entry-summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 500px;
    margin-bottom: 0;
}

/* PRODUCT DETAILS PAGE - PRICE */

.single-product .product_price,
.whizz_product_detail .product_price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 40%;
    margin-bottom: 27px;
}

/* PRODUCT DETAILS PAGE - RATING */

.single-product .product .summary .woocommerce-product-rating,
.whizz_product_detail .product .summary .woocommerce-product-rating {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 60%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
}

.single-product .product .summary .woocommerce-product-rating .star-rating,
.whizz_product_detail .product .summary .woocommerce-product-rating .star-rating {
    margin-top: 3px;
    margin-right: 5px;
}

.single-product .product .summary .woocommerce-product-rating .woocommerce-review-link,
.whizz_product_detail .product .summary .woocommerce-product-rating .woocommerce-review-link {
    font-family: "ArcaMajora3 Bold";
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.40px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #b2b2b2;
}

/* PRODUCT DETAILS PAGE - TITLE */

.single-product .product .summary .product_title,
.whizz_product_detail .product .summary .product_title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 2.88px;
    margin-bottom: 20px;
    color: #1b1b1b;
}

/* PRODUCT DETAILS PAGE - DESCRIPTION */

.single-product .product .summary .product_desc,
.whizz_product_detail .product .summary .product_desc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-bottom: 22px;
}

.single-product .product .summary .product_desc p,
.whizz_product_detail .product .summary .product_desc p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #b2b2b2;
}

/* PRODUCT DETAILS PAGE - FORM */

.single-product .product .summary .cart,
.whizz_product_detail .product .summary .cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
    width: 100%;
    margin-bottom: 33px;
}

.single-product .product .summary .variations_form.cart,
.whizz_product_detail .product .summary .variations_form.cart {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-product .product .summary .cart .variations,
.whizz_product_detail .product .summary .cart .variations {
    margin-bottom: 42px;
    table-layout: auto;
}

.whizz_product_detail .product .summary .cart .variations {
    margin-bottom: 30px;
}

.single-product .product .summary .cart .group_table,
.whizz_product_detail .product .summary .cart .group_table {
    border: 0;
    margin-bottom: 42px;
    table-layout: auto;
}

.single-product .product .summary .cart .group_table td.label,
.whizz_product_detail .product .summary .cart .group_table td.label {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.4px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.single-product .product .summary .cart .variations .label,
.whizz_product_detail .product .summary .cart .variations .label {
    padding: 0;
}

.single-product .product .summary .cart .variations .label label,
.whizz_product_detail .product .summary .cart .variations .label label {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1.1px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-bottom: 14px;
}

.single-product .product .summary .cart .variations .value,
.whizz_product_detail .product .summary .cart .variations .value {
    padding: 0;
}

.single-product .product .summary .cart .variations .value fieldset,
.whizz_product_detail .product .summary .cart .variations .value fieldset {
    border-top: 4px solid #f2f2f2;
    border-bottom: 4px solid #f2f2f2;
}

.single-product .product .summary .cart .variations .value ul,
.whizz_product_detail .product .summary .cart .variations .value ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 18px 0;
}

.single-product .product .summary .cart .variations .value ul li:empty {
    display: none;
}

.single-product .product .summary .cart .variations .value ul li:not(:last-child),
.whizz_product_detail .product .summary .cart .variations .value ul li:not(:last-child) {
    margin-bottom: 10px;
}

.single-product .product .summary .cart .variations .value ul li:not(:last-child)::after,
.single-product .product .summary .cart .variations .value ul li:not(:last-child)::before,
.whizz_product_detail .product .summary .cart .variations .value ul li:not(:last-child)::after,
.whizz_product_detail .product .summary .cart .variations .value ul li:not(:last-child)::before {
    content: '';
    display: table;
}

.single-product .product .summary .cart .variations .value ul li:not(:last-child)::after,
.whizz_product_detail .product .summary .cart .variations .value ul li:not(:last-child)::after {
    clear: both;
}

.single-product .product .summary .cart .variations .value ul li input,
.whizz_product_detail .product .summary .cart .variations .value ul li input {
    display: none;
}

.single-product .product .summary .cart .variations .value ul li label,
.whizz_product_detail .product .summary .cart .variations .value ul li label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 29px;
    margin-right: 0;
    font-family: "Georgia", sans-serif;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #1b1b1b;
    margin-bottom: 0;
    min-width: 121px;
}

.single-product .product .summary .cart .variations .value ul li label:before,
.whizz_product_detail .product .summary .cart .variations .value ul li label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e6e6e6;
}

.single-product .product .summary .cart .variations .value ul li input:checked+label:before,
.whizz_product_detail .product .summary .cart .variations .value ul li input:checked+label:before {
    background-color: #1b1b1b;
}

.single-product .product .summary .cart .variations .value ul li p,
.whizz_product_detail .product .summary .cart .variations .value ul li p {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.9px;
    font-weight: 400;
    color: #969696;
    position: relative;
}

.single-product .product .summary .cart .variations .value ul li .price,
.whizz_product_detail .product .summary .cart .variations .value ul li .price {
    float: right;
    line-height: 28px;
}

.single-product .single_variation_wrap,
.whizz_product_detail .single_variation_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-product .single_variation,
.whizz_product_detail .single_variation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.whizz_product_detail .single_variation {
    margin-bottom: 20px;
}

.single-product .variations_button,
.whizz_product_detail .variations_button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 1;
    width: 100%;
}

.single-product .product .summary .cart .button,
.whizz_product_detail .product .summary .cart .button {
    float: none;
}

.single-product .product .summary .cart .button:hover,
.whizz_product_detail .product .summary .cart .button:hover {
    color: #fff !important;
}

/* PRODUCT DETAILS PAGE - META */

.single-product .product .summary .product_meta,
.whizz_product_detail .product .summary .product_meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    font-family: "Georgia", sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #b2b2b2;
}

.single-product .product .summary .product_meta a,
.whizz_product_detail .product .summary .product_meta a {
    text-decoration: none;
    color: #1b1b1b;
}

.single-product .product .summary .product_meta .sku_wrapper,
.whizz_product_detail .product .summary .product_meta .sku_wrapper {
    width: 100%;
}

.single-product .product .summary .product_meta .posted_in,
.whizz_product_detail .product .summary .product_meta .posted_in {
    width: 100%;
}

/* PRODUCT DETAIL PAGE TABS */

.single-product .product .woocommerce-tabs,
.whizz_product_detail .product .woocommerce-tabs {
    padding-top: 60px;
}

.single-product .product .woocommerce-tabs .tabs.wc-tabs,
.whizz_product_detail .product .woocommerce-tabs .tabs.wc-tabs {
    padding: 0;
    margin-bottom: 34px;
}

.single-product .product .woocommerce-tabs .tabs.wc-tabs:before,
.whizz_product_detail .product .woocommerce-tabs .tabs.wc-tabs:before {
    border-bottom: 1px solid #f2f2f2;
}

.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li,
.whizz_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.3s ease;
    transition: border-bottom 0.3s ease;
    position: relative;
}

.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li a,
.whizz_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li a {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2.20px;
    font-weight: 400;
    color: #b2b2b2;
    text-transform: uppercase;
    padding: 12px 0;
}

.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li.active,
.whizz_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li.active {
    border-bottom: 1px solid #1b1b1b;
    -webkit-transition: border-bottom 0.3s ease;
    transition: border-bottom 0.3s ease;
}

.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li:before,
.whizz_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li:before,
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li:after,
.whizz_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li:after {
    display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a,
.whizz_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
    color: #1b1b1b;
}

/* PRODUCT DETAILS PAGE - TABS PANEL*/

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel,
.whizz_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
.whizz_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2.88px;
    font-weight: 400;
    margin-bottom: 26px;
    color: #1b1b1b;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel p,
.whizz_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #b2b2b2;
    margin-bottom: 0;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel table,
.whizz_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel table {
    border: none;
    border-collapse: collapse;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel table th,
.whizz_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel table th,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel table td,
.whizz_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel table td {
    border: none;
}

/* PRODUCT DETAILS PAGE - TABS PANEL REVIEWS*/

.single-product .product .woocommerce-Reviews,
.whizz_product_detail .product .woocommerce-Reviews {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* PRODUCT DETAILS PAGE - TABS PANEL COMMENTS*/

.single-product .product .woocommerce-Reviews #comments,
.whizz_product_detail .product .woocommerce-Reviews #comments {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 70%;
}

.single-product .product #reviews #comments .commentlist .comment,
.whizz_product_detail .product #reviews #comments .commentlist .comment {
    margin-bottom: 20px;
}

.single-product .product #reviews #comments .commentlist .comment .avatar,
.whizz_product_detail .product #reviews #comments .commentlist .comment .avatar {
    width: 70px;
    padding: 0;
    background-color: transparent;
    border: none;
    margin-right: 20px;
    margin-top: 6px;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text,
.whizz_product_detail .product #reviews #comments .commentlist .comment .comment-text {
    margin: 0 0 0 90px;
    border: none;
    border-radius: 0;
    padding: 0;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .star-rating,
.whizz_product_detail .product #reviews #comments .commentlist .comment .comment-text .star-rating {
    margin-top: 13px;
    margin-right: 20px;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .meta,
.whizz_product_detail .product #reviews #comments .commentlist .comment .comment-text .meta {
    font-family: "ArcaMajora3 Bold";
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.92px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: #1b1b1b;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .meta strong,
.whizz_product_detail .product #reviews #comments .commentlist .comment .comment-text .meta strong {
    font-weight: inherit;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .date_publish,
.whizz_product_detail .product #reviews #comments .commentlist .comment .comment-text .date_publish {
    font-family: "ArcaMajora3 Bold";
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.40px;
    font-weight: 400;
    color: #1b1b1b;
    margin-left: 10px;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .description,
.whizz_product_detail .product #reviews #comments .commentlist .comment .comment-text .description {
    font-family: "Georgia";
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #b2b2b2;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .description p,
.whizz_product_detail .product #reviews #comments .commentlist .comment .comment-text .description p {
    margin: 0;
}

/* PRODUCT DETAILS PAGE - TABS PANEL FORM*/

.single-product .product .woocommerce-Reviews #review_form_wrapper,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 30%;
    padding-left: 50px;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-reply-title,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
    font-family: "Georgia";
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.92px;
    font-weight: 400;
    margin-top: 8px;
    color: #1b1b1b;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating {
    margin: 10px 0 15px 0;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-rating label,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form-rating label {
    font-family: "ArcaMajora3 Bold";
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.50px;
    font-weight: 400;
    color: #1b1b1b;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 15px;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating .stars,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating .stars {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars a,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars a {
    height: 20px;
    vertical-align: middle;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-comment,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form-comment,
.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-author,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form-author,
.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-email,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form-email {
    margin: 0 0 12px !important;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper input,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper input,
.single-product .product .woocommerce-Reviews #review_form_wrapper textarea,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper textarea {
    font-family: "Georgia";
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #b2b2b2;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper textarea,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper textarea {
    resize: none;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .form-submit,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper .form-submit {
    margin-top: 46px !important;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input#submit,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input#submit {
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1.2px;
    line-height: 20px;
    display: inline-block;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 15px 50px 12px 36px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-color: #1B1B1B;
    width: auto;
    border-radius: 0;
}

.woocommerce #respond input#submit {
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1.2px;
    line-height: 20px;
    display: inline-block;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 15px 50px 12px 36px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-color: #1B1B1B;
    width: auto;
    border-radius: 0;
}

.input_shop_wrapper {
    display: inline-block;
    position: relative;
}

.input_shop_wrapper::after {
    content: '\f0da';
    position: absolute;
    top: 50%;
    right: 30px;
    color: #fff;
    font-size: 12px;
    font-family: "FontAwesome";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease;
}

.input_shop_wrapper:hover::after {
    right: 20px;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input#submit:hover,
.whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input#submit:hover {
    opacity: 1;
}

/* PRODUCT DETAIL PAGE RELATED PRODUCTS */

.single-product .product div.related.products,
.whizz_product_detail .product div.related.products {
    padding-top: 16px;
}

.single-product div.product .up-sells .products,
.whizz_product_detail div.product .up-sells .products,
.single-product .product .related.products .products,
.whizz_product_detail .product .related.products .products {
    margin-top: 31px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

/* PRODUCT DETAILS PAGE - UP SELLS*/

.single-product div.product .up-sells h2,
.whizz_product_detail div.product .up-sells h2,
.single-product .product .related.products h2,
.whizz_product_detail .product .related.products h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2.88px;
    font-weight: 400;
    color: #1b1b1b;
}

.single-product div.product .up-sells .products li.product,
.whizz_product_detail div.product .up-sells .products li.product,
.page .single-product .product div.related.products li.product,
.woocommerce .whizz_product_detail .product div.related.products li.product {
    width: 33.333333%;
}

.single-product div.product .up-sells .products li.product .whizz-prod-list-image,
.whizz_product_detail div.product .up-sells .products li.product .whizz-prod-list-image,
.page .single-product .product div.related.products li.product .whizz-prod-list-image,
.woocommerce .whizz_product_detail .product div.related.products li.product .whizz-prod-list-image {
    min-height: 370px;
}

/* PRODUCT LIST PAGE */

.woocommerce.woocommerce-page ul.products,
.page .woocommerce ul.products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
}

.woocommerce.woocommerce-page ul.products::before,
.page .woocommerce ul.products::before {
    position: absolute;
}

.woocommerce.woocommerce-page ul.products::after,
.page .woocommerce ul.products::after {
    position: absolute;
}

.woocommerce ul.products li.product {
    float: none;
    margin: 0 0 35px 0;
    padding: 0 15px;
    color: #b2b2b2;
    text-align: center;
}

.woocommerce ul.products li.product.product-category a {
    display: block;
}

.woocommerce ul.products li.product .whizz_product_list_name .count {
    display: inline-block;
    margin: 0;
    font-family: "ArcaMajora3 Bold";
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.40px;
    font-weight: 400;
    background-color: #1b1b1b;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 10px;
    vertical-align: middle;
}

.woocommerce ul.products li.product .whizz-prod-list-image {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 27px;
}

.woocommerce ul.products.gutt-col-2 li.product .whizz-prod-list-image {
    margin-bottom: 22px;
}

.woocommerce ul.products li.product .whizz-prod-list-image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.woocommerce ul.products li.product .whizz-prod-list-image:hover:after {
    opacity: 0.7;
}

.woocommerce ul.products li.product .whizz-prod-list-image:hover .product-links-wrapp {
    opacity: 1;
}

.woocommerce ul.products li.product .whizz-prod-list-image .product-links-wrapp {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 10;
    opacity: 0;
}

.woocommerce ul.products li.product .whizz-prod-list-image .whizz-link {
    display: inline-block;
    font-family: "ArcaMajora3 Bold";
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    letter-spacing: 2.5px;
}

.woocommerce ul.products li.product .category-product a {
    display: inline-block;
    font-family: "Georgia";
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #b2b2b2;
    margin-bottom: 4px;
}

.woocommerce ul.products.gutt-col-2 li.product h3 {
    font-size: 36px;
    line-height: 40px;
}

.woocommerce ul.products li.product h3 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2.88px;
    font-weight: 400;
    padding: 0;
    color: #1b1b1b;
}

.woocommerce ul.products li.product .price {
    margin-top: 10px;
}

.woocommerce ul.products.gutt-col-2 li.product .price {
    margin-top: 8px;
}

.page .woocommerce.columns-2 ul.products li.product,
.woocommerce ul.products.gutt-col-2 li.product {
    width: 50%;
}

.page .woocommerce.columns-2 ul.products li.product .whizz-prod-list-image,
.woocommerce ul.products.gutt-col-2 li.product .whizz-prod-list-image {
    min-height: 570px;
}

.page .woocommerce.columns-3 ul.products li.product,
.woocommerce ul.products.gutt-col-3 li.product {
    width: 33.333333%;
}

.page .woocommerce.columns-3 ul.products li.product .whizz-prod-list-image,
.woocommerce ul.products.gutt-col-3 li.product .whizz-prod-list-image {
    min-height: 370px;
}

.page .woocommerce.columns-4 ul.products li.product,
.woocommerce ul.products.gutt-col-4 li.product {
    width: 25%;
}

.page .woocommerce.columns-4 ul.products li.product .whizz-prod-list-image,
.woocommerce ul.products.gutt-col-4 li.product .whizz-prod-list-image {
    min-height: 270px;
}

.page .woocommerce.columns-5 ul.products li.product {
    width: 20%;
}

.page .woocommerce.columns-5 ul.products li.product .whizz-prod-list-image {
    min-height: 210px;
}

.page .woocommerce.columns-6 ul.products li.product {
    width: 16.666666%;
}

.page .woocommerce.columns-6 ul.products li.product .whizz-prod-list-image {
    min-height: 170px;
}

.page .woocommerce.columns-1,
.page .woocommerce.columns-2,
.page .woocommerce.columns-3,
.page .woocommerce.columns-4,
.page .woocommerce.columns-5,
.page .woocommerce.columns-6 {
    margin-left: -15px;
    margin-right: -15px;
}

.page .woocommerce.columns-1 ul.products li.product {
    width: 100%;
}

/* PRODUCT DETAILS PAGE - PAGINATION*/

.whizz-woocommerce-pagination .posts-navigation .screen-reader-text {
    display: none;
}

.whizz-woocommerce-pagination .nav-links {
    padding: 30px 15px 70px;
}

.whizz-woocommerce-pagination .nav-links:after,
.whizz-woocommerce-pagination .nav-links:before {
    content: '';
    display: table;
    clear: both;
}

.whizz-woocommerce-pagination .nav-links .nav-next {
    width: 50%;
    float: left;
}

.whizz-woocommerce-pagination .nav-links .nav-previous {
    width: 50%;
    float: right;
    text-align: right;
}

.whizz-woocommerce-pagination .nav-links .nav-next a {
    padding-left: 40px;
}

.whizz-woocommerce-pagination .nav-links .nav-previous a {
    padding-right: 40px;
}

.whizz-woocommerce-pagination .nav-links .nav-previous a,
.whizz-woocommerce-pagination .nav-links .nav-next a {
    font-size: 11px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #b2b2b2;
    opacity: 0.9;
    line-height: 56px;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    display: block;
    text-transform: uppercase;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.whizz-woocommerce-pagination .nav-links .nav-previous a:hover,
.whizz-woocommerce-pagination .nav-links .nav-next a:hover {
    opacity: .7;
    text-decoration: none;
}

.whizz-woocommerce-pagination .nav-links a::before {
    content: '';
    position: absolute;
    color: #1b1b1b;
    top: 7px;
    font-family: 'FontAwesome';
    font-size: 39px;
    font-weight: 900;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.whizz-woocommerce-pagination .nav-links a::after {
    content: '';
    height: 4px;
    display: block;
    position: absolute;
    width: 30px;
    background-color: #1b1b1b;
    top: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.whizz-woocommerce-pagination .nav-links .nav-previous a::after {
    right: 0;
}

.whizz-woocommerce-pagination .nav-links .nav-next a::after {
    left: 0;
}

.whizz-woocommerce-pagination .nav-links .nav-previous a::before {
    content: '\f105';
    right: -4px;
}

.whizz-woocommerce-pagination .nav-links .nav-next a::before {
    content: '\f104';
    left: -2px;
}

.whizz-woocommerce-pagination .nav-links .nav-next a:hover:before {
    left: -17px;
}

.whizz-woocommerce-pagination .nav-links .nav-next a:hover:after {
    left: -15px;
}

.whizz-woocommerce-pagination .nav-links .nav-previous a:hover:before {
    right: -19px;
}

.whizz-woocommerce-pagination .nav-links .nav-previous a:hover:after {
    right: -15px;
}

/* PRODUCT PAGE - CARD */

.whizz_cart.shop_table {
    margin-top: 26px;
}

.whizz_cart.shop_table ul {
    list-style-type: none;
    margin: 0;
}

/* PRODUCT PAGE - CARD HEADING */

.whizz_cart.shop_table .heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #b2b2b2;
    padding: 14px 0;
    margin-bottom: 40px;
}

.whizz_cart.shop_table .heading li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    font-family: "ArcaMajora3 Bold";
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 2.40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1b1b1b;
}

/* PRODUCT PAGE - CARD ITEMS*/

.whizz_cart.shop_table ul .cart_item {
    margin-bottom: 40px;
}

.whizz_cart.shop_table ul .cart_item ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.animate{
    color: white;
   
    margin-bottom: 150px;
}


.whizz_cart.shop_table ul .cart_item ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.whizz_cart.shop_table .heading .heading-product {
    width: 51%;
    padding-left: 8.5%;
}

.whizz_cart.shop_table ul .cart_item ul .product-remove {
    width: 8.5%;
}

.whizz_cart.shop_table ul .cart_item ul .product-thumbnail {
    width: 17%;
}

.whizz_cart.shop_table ul .cart_item ul .product-name {
    width: 25.5%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.whizz_cart.shop_table .heading .heading-price,
.whizz_cart.shop_table ul .cart_item ul .product-price {
    width: 17.5%;
}

.whizz_cart.shop_table .heading .heading-quantity,
.whizz_cart.shop_table ul .cart_item ul .product-quantity {
    width: 17%;
}

.whizz_cart.shop_table .heading .heading-total,
.whizz_cart.shop_table ul .cart_item ul .product-subtotal {
    width: 14.5%;
}

.whizz_cart.shop_table ul .cart_item ul .product-remove .remove {
    color: #1b1b1b !important;
    font-size: 25px;
    width: auto;
    height: auto;
    font-weight: 700;
}

.whizz_cart.shop_table ul .cart_item ul .product-remove .remove:hover {
    background-color: transparent;
}

.whizz_cart.shop_table ul .cart_item ul .product-thumbnail img {
    max-width: 80px;
    width: 100%;
}

.whizz_cart.shop_table ul .cart_item ul .product-name a {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #1b1b1b;
}

.whizz_cart.shop_table ul .cart_item ul .product-name .variation dt {
    display: inline-block;
    font-family: "Georgia";
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #1b1b1b;
}

.whizz_cart.shop_table ul .cart_item ul .product-name .variation dd {
    display: inline-block;
    margin-bottom: 0;
}

.whizz_cart.shop_table ul .cart_item ul .product-name .variation dd p {
    margin-bottom: 0;
    font-family: "Georgia";
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.9px;
    font-weight: 400;
    color: #969696;
}

#ship-to-different-address input {
    position: relative;
    top: 2px;
    margin-left: 0px;
}

#ship-to-different-address label {
    font-size: 14px;
    display: inline;
    width: auto;
}

/* PRODUCT PAGE - CARD COUMPLEMENT*/

.whizz_cart.shop_table .complement-cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 1px solid #b2b2b2;
    padding: 40px 0;
}

.whizz_cart.shop_table .complement-cart .coupon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.whizz_cart.shop_table .complement-cart .coupon .input-text {
    font-family: "Georgia", sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #b2b2b2;
    border: none;
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 100px;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.whizz_cart.shop_table .complement-cart .coupon .input-text:focus {
    color: #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
}

.whizz_cart.shop_table .complement-cart .action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
}

/* PRODUCT PAGE - CARD TOTALS*/

.whizz-cart-collaterals .cart_totals {
    text-align: center;
    margin-top: 33px;
    margin-bottom: 65px;
}

.whizz-cart-collaterals .cart_totals h2 {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2.88px;
    font-weight: 400;
    margin-bottom: 26px;
    color: #1b1b1b;
}

.whizz-cart-collaterals .cart_totals .shop_table ul {
    list-style-type: none;
    margin: 0;
    margin-bottom: 25px;
}

.whizz-cart-collaterals .cart_totals .shop_table ul li {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #b2b2b2;
    margin-bottom: 0;
    text-transform: uppercase;
}

.whizz-cart-collaterals .cart_totals .shop_table ul li span {
    color: #1b1b1b;
}

.whizz-cart-collaterals .cart_totals a.button {
    margin-bottom: 0;
}

/* PRODUCT PAGE - ICON ADD TO CART ON HOVER */

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: auto;
    width: 20px;
    height: 20px;
    right: 2px;
}

/* PRODUCT PAGE - CHECKOUT */

.woocommerce form .form-row {
    margin: 0 0 40px 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login {
    margin: 0 0 40px 0;
    padding: 20px 0 40px 0;
    border: none;
    border-bottom: 4px solid #f2f2f2;
}

.woocommerce form.login {
    border-bottom: none;
}

.woocommerce form.checkout_coupon .form-row {
    padding: 0;
    margin: 0;
}

.woocommerce form.checkout_coupon .form-row input.input-text {
    font-family: "Georgia", sans-serif;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #1b1b1b;
    border: none;
    padding: 0;
    background-color: transparent;
    max-width: 290px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.woocommerce form.checkout h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 2.88px;
    margin-bottom: 20px;
    color: #1b1b1b;
}

.woocommerce form.checkout #order_review_heading {
    margin-top: 40px;
}

.woocommerce form.checkout .form-row,
.woocommerce form.login .form-row {
    padding: 0;
    margin: 0 0 40px;
}

.woocommerce form.login .form-row label,
.woocommerce form.checkout .form-row label {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.88px;
    font-weight: 400;
    color: #1b1b1b;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.woocommerce form.login .form-row .required,
.woocommerce form.checkout .form-row .required {
    color: inherit;
}

.woocommerce form.login .form-row input,
.woocommerce form.login .form-row textarea,
.woocommerce form.checkout .form-row input,
.woocommerce form.checkout .form-row textarea {
    font-family: "Georgia", sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #1b1b1b;
    border: none;
    border-radius: 0;
    padding: 10px 0;
    background-color: transparent;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    -webkit-transition: color 0.3s ease, border-bottom 0.3s ease;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.woocommerce form.login .form-row textarea,
.woocommerce form.checkout .form-row textarea {
    min-height: 100px;
}

.woocommerce form.login .form-row input:focus,
.woocommerce form.login .form-row textarea:focus,
.woocommerce form.checkout .form-row input:focus,
.woocommerce form.checkout .form-row textarea:focus,
.woocommerce form.checkout_coupon .form-row input.input-text:focus {
    color: #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
}

.woocommerce form.login .form-row input:-webkit-autofill,
.woocommerce form.checkout .form-row input:-webkit-autofill,
.woocommerce form.login .form-row input:-webkit-autofill:hover,
.woocommerce form.checkout .form-row input:-webkit-autofill:hover,
.woocommerce form.login .form-row input:-webkit-autofill:focus,
.woocommerce form.checkout .form-row input:-webkit-autofill:focus {
    background-color: #f9f5ee;
    -webkit-transition: background-color 3000s ease 0s;
    transition: background-color 3000s ease 0s;
    box-shadow: 0 0 0 1000px #f9f5ee inset;
}

.woocommerce form.login .form-row input[type="submit"]:focus,
.woocommerce form.login .form-row input[type="submit"]:visited,
.woocommerce form.login .form-row input[type="submit"]:active,
.woocommerce form.login .form-row input[type="submit"] {
    margin-right: 40px;
    display: inline-block;
    width: auto;
    min-width: 144px;
    border-radius: 0;
    box-sizing: border-box;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1.1px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #1b1b1b;
    color: #fff;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.woocommerce form.login .form-row input[type="checkbox"],
.woocommerce form.checkout .form-row input[type="checkbox"] {
    display: none;
}

.woocommerce form.login .form-row input[type="checkbox"] {
    display: inline-block;
    width: auto;
    position: relative;
    top: 2px;
}

.woocommerce form.login .form-row label.checkbox,
.woocommerce form.checkout .form-row label.checkbox {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 29px;
    margin-bottom: 0;
    margin-top: 0;
}

.woocommerce form.login .form-row label.checkbox:before,
.woocommerce form.checkout .form-row label.checkbox:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e6e6e6;
}

.woocommerce form.login .form-row input[type="checkbox"]:checked+label.checkbox:before,
.woocommerce form.checkout .form-row input[type="checkbox"]:checked+label.checkbox:before {
    background-color: #1b1b1b;
}

.woocommerce form.login .lost_password {
    margin-bottom: 0;
}

.woocommerce form.login .lost_password a {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.88px;
    font-weight: 400;
    color: #1b1b1b;
    text-transform: uppercase;
    text-decoration: none;
}

/* SELECT */

.select2-container .select2-choice {
    font-family: "Georgia", sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #b2b2b2;
    border-color: transparent;
    padding: 10px 5px;
    background-color: transparent;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0;
    box-shadow: none;
}

.select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
    border: none;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border: none;
}

.select2-drop-active {
    border: none;
    border-radius: 0;
    color: #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
    overflow-x: hidden;
}

.select2-search {
    padding: 0;
    position: relative;
}

.select2-search:after {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 28px;
    color: #b2b2b2;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select2-search input {
    font-family: "Georgia", sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #b2b2b2;
    padding: 10px 0 !important;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    background-color: transparent;
    background-image: none !important;
    border-radius: 0;
}

.select2-results {
    border: none;
    padding: 0;
    margin-left: 0 !important;
    margin-right: -20px;
}

.select2-results li {
    font-family: "Georgia", sans-serif;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #b2b2b2;
    border: none;
    padding: 0;
    margin-left: 0 !important;
}

.select2-results li.select2-highlighted {
    background-color: transparent;
    opacity: 0.9;
    border-radius: 0;
    color: #1b1b1b;
}

/*SHOP TABLE*/

.woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
    margin: 0 0 33px 0;
}

.woocommerce table.shop_table .woocommerce-Price-amount {
    color: #1b1b1b;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tr,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    border: none;
    padding: 0;
}

.woocommerce table.shop_table thead {
    border-bottom: 1px solid #b2b2b2;
}

.woocommerce table.shop_table thead .product-name,
.woocommerce table.shop_table thead .product-total {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 2.40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1b1b1b;
    padding: 14px 0 !important;
}

.woocommerce table.shop_table .cart_item .product-name {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1.4px;
    font-weight: 400;
    color: #1b1b1b;
    text-align: left;
    padding: 40px 10px 40px 0;
}

.woocommerce table.shop_table .cart_item .product-name strong {
    font-weight: inherit;
}

.woocommerce table.shop_table .cart_item .product-name .variation dt {
    display: inline-block;
    font-family: "Georgia", sans-serif;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #1b1b1b;
    text-transform: none;
}

.woocommerce table.shop_table .cart_item .product-name .variation dd {
    margin-bottom: 0;
}

.woocommerce table.shop_table .cart_item .product-name .variation dd p {
    margin-bottom: 0;
    font-family: "Georgia";
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.9px;
    font-weight: 400;
    color: #b2b2b2;
    text-transform: none;
}

.woocommerce table.shop_table tfoot {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}

.woocommerce table.shop_table .cart-subtotal th,
.woocommerce table.shop_table .order-total th {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #b2b2b2;
    margin-bottom: 0;
    text-transform: uppercase;
}

.woocommerce table.shop_table .cart-subtotal th {
    padding: 20px 0 10px 0;
}

.woocommerce table.shop_table .order-total th {
    padding: 10px 0 20px 0;
}

.woocommerce-checkout #payment {
    border-radius: 0;
    background-color: transparent;
}

.woocommerce-checkout-review-order #payment .payment_methods.methods {
    padding: 20px 0;
    border-bottom: 0;
}

.woocommerce-checkout-review-order #payment .payment_methods.methods li {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.12px;
    font-weight: 400;
    color: #b2b2b2;
    margin-bottom: 0;
}

.woocommerce-checkout-review-order #payment .payment_methods.methods li label {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.88px;
    color: #b2b2b2;
    margin-bottom: 0;
    display: inline-block;
}

.woocommerce-checkout-review-order #payment .payment_methods.methods li img {
    margin-right: 20px;
}

.woocommerce-checkout-review-order #payment .payment_methods.methods li .about_paypal {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 2.88px;
    color: #b2b2b2;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

.woocommerce-checkout-review-order #payment div.payment_box {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Georgia", sans-serif;
    color: #1b1b1b;
}

.woocommerce-checkout-review-order #payment div.payment_box p {
    color: inherit;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order {
    padding: 20px 0;
}

.shipping-calculator-button {
    font-family: "ArcaMajora3 Bold", sans-serif;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #1b1b1b;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #b2b2b2;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .3em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -.35em;
}

.archive.woocommerce-page .sidebar-item .star-rating {
    font-size: 12px !important;
    font-family: star !important;
    line-height: 1 !important;
}

.widget_product_search .woocommerce-product-search {
    position: relative !important;
}

.woocommerce ul.product_list_widget li img {
    margin-top: 5px;
}

.woocommerce-page.woocommerce .sidebar-item a.button {
    color: #fff !important;
    padding: 8px 25px 4px 25px;
    margin-bottom: 0;
    margin-top: 5px;
}

.woocommerce .sidebar-item a.remove {
    top: 7px !important;
    color: #1b1b1b !important;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    margin-top: 20px;
    border-top: none;
}

.woocommerce a.remove:hover {
    background-color: transparent !important;
    color: #1b1b1b !important;
}

.woocommerce div.product p.stock {
    display: flex;
    clear: both;
    color: #b2b2b2;
    order: 2;
    width: 100%;
    font-family: "ArcaMajora3 Bold", sans-serif;
}

.woocommerce-error {
    margin-left: 0;
}

.woocommerce form.login .form-row input[type="submit"] {
    margin-bottom: 10px;
}

.woocommerce ul.products li.product a h2 {
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    letter-spacing: 3.3px;
    font-size: 15px !important;
    text-transform: uppercase;
    line-height: 2;
}

.woocommerce ul.products li.product span {
    font-family: Georgia, sans-serif;
    color: rgba(27, 27, 27, 0.6);
}

.woocommerce p.stars a::before {
    top: 1.5px;
}

.woocommerce-cart .padding-both>.container {
    padding: 20px 30px 20px !important;
}

.sidebar-item .product-title {
    font-weight: bold !important;
}

.sidebar-item .woocommerce-Price-amount {
    font-size: 12px !important;
}

.sidebar-item .star-rating span {
    font-family: star !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.widget_products a,
.widget_products a .product-title {
    font-weight: 400 !important;
}

.col-md-3 .widget_product_search .woocommerce-product-search {
    position: static;
}

.col-md-3 .widget_product_search input[type="search"],
.col-md-3 .widget_product_search input[type="text"] {
    padding: 5px 10px;
    font-weight: normal;
}

.col-md-3 .widget_product_search input[type="submit"] {
    position: static;
}

@media only screen and (max-width: 1199px) {
    .single-product .product .whizz_images,
    .whizz_product_detail .product .whizz_images {
        max-width: 530px;
        padding-left: 30px;
    }
    .single-product .product .summary.entry-summary,
    .whizz_product_detail .product .summary.entry-summary {
        max-width: 440px;
    }
    /* PRODUCT DETAILS PAGE - FORM */
    .single-product .product .summary .cart .variations .value ul li,
    .whizz_product_detail .product .summary .cart .variations .value ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .single-product .product .summary .cart .variations .value ul li label,
    .whizz_product_detail .product .summary .cart .variations .value ul li label {
        min-width: 100px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .single-product .product .summary .cart .variations .value ul li p,
    .whizz_product_detail .product .summary .cart .variations .value ul li p {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .single-product .product .summary .cart .variations .value ul li .price,
    .whizz_product_detail .product .summary .cart .variations .value ul li .price {
        float: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .single-product .product .woocommerce-Reviews #review_form_wrapper,
    .whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper {
        padding-left: 30px;
    }
    .single-product div.product .up-sells .products li.product .whizz-prod-list-image,
    .whizz_product_detail div.product .up-sells .products li.product .whizz-prod-list-image,
    .page .single-product .product div.related.products li.product .whizz-prod-list-image,
    .woocommerce .whizz_product_detail .product div.related.products li.product .whizz-prod-list-image {
        min-height: 300px;
    }
    .page .woocommerce.columns-2 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-2 li.product .whizz-prod-list-image {
        min-height: 470px;
    }
    .page .woocommerce.columns-3 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-3 li.product .whizz-prod-list-image {
        min-height: 300px;
    }
    .page .woocommerce.columns-4 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-4 li.product .whizz-prod-list-image {
        min-height: 220px;
    }
    .page .woocommerce.columns-5 ul.products li.product {
        width: 25%;
    }
    .page .woocommerce.columns-5 ul.products li.product .whizz-prod-list-image {
        min-height: 210px;
    }
    .page .woocommerce.columns-6 ul.products li.product {
        width: 25%;
    }
    .page .woocommerce.columns-6 ul.products li.product .whizz-prod-list-image {
        min-height: 210px;
    }
    .whizz_cart.shop_table ul .cart_item ul .product-name {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .single-product .product .whizz_images,
    .whizz_product_detail .product .whizz_images {
        width: 50%;
        max-width: 360px;
    }
    .whizz_images .swiper-slide a {
        min-height: 360px;
    }
    .single-product .product .summary.entry-summary,
    .whizz_product_detail .product .summary.entry-summary {
        width: 50%;
        max-width: 360px;
    }
    .single-product .product .woocommerce-Reviews #comments,
    .whizz_product_detail .product .woocommerce-Reviews #comments {
        width: 65%;
    }
    .single-product .product .woocommerce-Reviews #review_form_wrapper,
    .whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper {
        width: 35%;
    }
    .single-product div.product .up-sells .products li.product .whizz-prod-list-image,
    .whizz_product_detail div.product .up-sells .products li.product .whizz-prod-list-image,
    .page .single-product .product div.related.products li.product .whizz-prod-list-image,
    .woocommerce .whizz_product_detail .product div.related.products li.product .whizz-prod-list-image {
        min-height: 230px;
    }
    .page .woocommerce.columns-2 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-2 li.product .whizz-prod-list-image {
        min-height: 360px;
    }
    .page .woocommerce.columns-3 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-3 li.product .whizz-prod-list-image {
        min-height: 230px;
    }
    .page .woocommerce.columns-4 ul.products li.product,
    .woocommerce ul.products.gutt-col-4 li.product {
        width: 33.333333%;
    }
    .page .woocommerce.columns-4 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-4 li.product .whizz-prod-list-image {
        min-height: 230px;
    }
    .page .woocommerce.columns-5 ul.products li.product {
        width: 33.333333%;
    }
    .page .woocommerce.columns-5 ul.products li.product .whizz-prod-list-image {
        min-height: 230px;
    }
    .page .woocommerce.columns-6 ul.products li.product {
        width: 33.333333%;
    }
    .page .woocommerce.columns-6 ul.products li.product .whizz-prod-list-image {
        min-height: 230px;
    }
    .whizz-woocommerce-pagination .nav-links {
        padding: 10px 30px 30px;
    }
    .whizz_cart.shop_table ul .cart_item ul .product-remove {
        width: 3.5%;
    }
    .whizz_cart.shop_table ul .cart_item ul .product-name {
        width: 30.5%;
    }
    .whizz_cart.shop_table ul .cart_item ul .product-name a {
        font-size: 18px;
        line-height: 20px;
    }
    .whizz_cart.shop_table .heading .heading-product {
        padding-left: 3.5%;
    }
    .whizz_cart.shop_table .complement-cart .coupon .input-text {
        margin-right: 20px;
    }
    .whizz-cart-collaterals .cart_totals {
        margin-bottom: 33px;
    }
    .whizz_images .pagination .swiper-pagination-switch {
        height: 13px;
        width: 13px;
    }
    .woocommerce ul.product_list_widget li img {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .woocommerce ul.product_list_widget li .star-rating {
        margin: auto;
    }
    .woocommerce .widget_shopping_cart .cart_list li {
        padding-right: 2em !important;
    }
    .product-categories ul {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce-account .woocommerce>h2 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .single-product .product .whizz_images,
    .whizz_product_detail .product .whizz_images {
        float: none;
        width: 100%;
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }
    .single-product .product .whizz_images a,
    .whizz_product_detail .product .whizz_images a {
        text-align: center;
    }
    .whizz_images .swiper-slide a {
        min-height: 570px;
    }
    .single-product .product .summary.entry-summary,
    .whizz_product_detail .product .summary.entry-summary {
        width: 100%;
        max-width: none;
        margin-top: 30px;
    }
    .single-product .product .summary .variations_form.cart,
    .whizz_product_detail .product .summary .variations_form.cart {
        display: inline-block;
        width: auto;
        min-width: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .whizz_product_detail .product .whizz_images {
        padding-right: 0;
        padding-left: 0;
    }
    .single-product .product,
    .whizz_product_detail .product {
        padding: 0 15px;
    }
    .whizz_images .swiper-slide a {
        min-height: 360px;
    }
    .woocommerce .woocommerce-message,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-error {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .woocommerce .woocommerce-message,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-error {
        line-height: 20px;
    }
    .single-product .product .woocommerce-Reviews #comments,
    .whizz_product_detail .product .woocommerce-Reviews #comments {
        width: 100%;
    }
    .single-product .product .woocommerce-Reviews #review_form_wrapper,
    .whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper {
        width: 100%;
        padding-left: 0;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 40px;
    }
    .single-product .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating,
    .whizz_product_detail .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating {
        text-align: left;
    }
    .single-product div.product .up-sells .products,
    .whizz_product_detail div.product .up-sells .products,
    .page .single-product .product div.related.products .products,
    .woocommerce .whizz_product_detail .product div.related.products .products {
        padding-left: 0;
        padding-right: 0;
    }
    .single-product div.product .up-sells .products li.product,
    .whizz_product_detail div.product .up-sells .products li.product,
    .page .single-product .product div.related.products li.product,
    .woocommerce .whizz_product_detail .product div.related.products li.product {
        width: 100%;
    }
    .single-product div.product .up-sells .products li.product .whizz-prod-list-image,
    .whizz_product_detail div.product .up-sells .products li.product .whizz-prod-list-image,
    .page .single-product .product div.related.products li.product .whizz-prod-list-image,
    .woocommerce .whizz_product_detail .product div.related.products li.product .whizz-prod-list-image {
        min-height: 370px;
    }
    .woocommerce.woocommerce-page ul.products {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page .woocommerce.columns-3 ul.products li.product,
    .woocommerce ul.products.gutt-col-3 li.product {
        width: 50%;
    }
    .page .woocommerce.columns-3 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-3 li.product .whizz-prod-list-image {
        min-height: 360px;
    }
    .page .woocommerce.columns-4 ul.products li.product,
    .woocommerce ul.products.gutt-col-4 li.product {
        width: 50%;
    }
    .page .woocommerce.columns-4 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-4 li.product .whizz-prod-list-image {
        min-height: 360px;
    }
    .page .woocommerce.columns-5 ul.products li.product {
        width: 50%;
    }
    .page .woocommerce.columns-5 ul.products li.product .whizz-prod-list-image {
        min-height: 360px;
    }
    .page .woocommerce.columns-6 ul.products li.product {
        width: 50%;
    }
    .page .woocommerce.columns-6 ul.products li.product .whizz-prod-list-image {
        min-height: 360px;
    }
    .whizz-woocommerce-pagination .nav-links .nav-previous a,
    .whizz-woocommerce-pagination .nav-links .nav-next a {
        letter-spacing: 1.8px;
    }
    .page .woocommerce.columns-1,
    .page .woocommerce.columns-2,
    .page .woocommerce.columns-3,
    .page .woocommerce.columns-4,
    .page .woocommerce.columns-5,
    .page .woocommerce.columns-6 {
        margin-left: 0;
        margin-right: 0;
    }
    .woocommerce table.shop_table .cart_item .product-name {
        font-size: 20px;
        line-height: 30px;
    }
    .woocommerce-cart .woocommerce .whizz_cart.shop_table,
    .woocommerce .whizz_cart.shop_table {
        padding-left: 15px;
        padding-right: 15px;
    }
    .whizz_cart.shop_table .complement-cart .coupon {
        width: 70%;
    }
    .whizz_cart.shop_table .complement-cart .action {
        width: 30%;
    }
    .woocommerce-cart .woocommerce .whizz-cart-collaterals .cart_totals {
        padding-left: 15px;
        padding-right: 15px;
    }
    .whizz-cart-collaterals .cart_totals h2 {
        font-size: 28px;
    }
    .whizz_cart.shop_table ul .cart_item ul .product-price,
    .whizz_cart.shop_table ul .cart_item ul .product-subtotal {
        font-size: 12px;
    }
    .whizz_cart.shop_table ul .cart_item ul .product-thumbnail {
        padding: 5px;
    }
    .cross-sells {
        text-align: center;
    }
    .post-paper .woocommerce .whizz_cart.shop_table {
        padding-left: 0;
        padding-right: 0;
    }
    .woocommerce-cart.woocommerce-page .post-paper.padding-both>.container {
        padding: 10px 15px 20px !important;
    }
    .woocommerce form.login .form-row label {
        display: block;
        margin-top: 15px;
    }
    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.checkout {
        margin-left: 15px;
        margin-right: 15px;
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        width: auto;
    }
}

@media only screen and (max-width: 650px) {
    .page .woocommerce.columns-2 ul.products li.product,
    .woocommerce ul.products.gutt-col-2 li.product {
        width: 100%;
    }
    .page .woocommerce.columns-2 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-2 li.product .whizz-prod-list-image {
        min-height: 370px;
    }
    .page .woocommerce.columns-3 ul.products li.product,
    .woocommerce ul.products.gutt-col-3 li.product {
        width: 100%;
    }
    .page .woocommerce.columns-3 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-3 li.product .whizz-prod-list-image {
        min-height: 370px;
    }
    .page .woocommerce.columns-4 ul.products li.product,
    .woocommerce ul.products.gutt-col-4 li.product {
        width: 100%;
    }
    .page .woocommerce.columns-4 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-4 li.product .whizz-prod-list-image {
        min-height: 370px;
    }
    .page .woocommerce.columns-5 ul.products li.product {
        width: 100%;
    }
    .page .woocommerce.columns-5 ul.products li.product .whizz-prod-list-image {
        min-height: 370px;
    }
    .page .woocommerce.columns-6 ul.products li.product {
        width: 100%;
    }
    .page .woocommerce.columns-6 ul.products li.product .whizz-prod-list-image {
        min-height: 370px;
    }
    .whizz_cart.shop_table .heading li {
        font-size: 9px;
    }
    .whizz_cart.shop_table .heading .heading-product {
        width: 31%;
        padding-left: 5%;
    }
    .whizz_cart.shop_table ul .cart_item ul .product-remove {
        width: 5%;
    }
    .whizz_cart.shop_table ul .cart_item ul .product-remove .remove {
        font-size: 18px;
    }
    .whizz_cart.shop_table ul .cart_item ul .product-thumbnail {
        width: 26%;
    }
    .whizz_cart.shop_table ul .cart_item ul .product-name {
        display: none;
    }
    .whizz_cart.shop_table .heading .heading-price,
    .whizz_cart.shop_table ul .cart_item ul .product-price {
        width: 23%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .whizz_cart.shop_table .heading .heading-quantity,
    .whizz_cart.shop_table ul .cart_item ul .product-quantity {
        width: 23%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .whizz_cart.shop_table ul .cart_item ul .product-quantity .qty {
        width: 100%;
        max-width: 80px;
    }
    .whizz_cart.shop_table .heading .heading-total,
    .whizz_cart.shop_table ul .cart_item ul .product-subtotal {
        width: 23%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .whizz_cart.shop_table .complement-cart {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .whizz_cart.shop_table .complement-cart .coupon {
        width: 100%;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 20px;
    }
    .whizz_cart.shop_table .complement-cart .action {
        width: 100%;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .woocommerce form.checkout_coupon .form-row {
        float: none;
        width: 100%;
        text-align: center;
    }
    .woocommerce form.checkout_coupon .form-row input.input-text {
        margin-bottom: 20px;
    }
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first {
        width: 100%;
    }
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .single-product .product .summary .variations_form.cart,
    .whizz_product_detail .product .summary .variations_form.cart {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: auto;
    }
    .single-product .single_variation_wrap,
    .whizz_product_detail .single_variation_wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 400px) {
    .single-product .single_variation,
    .whizz_product_detail .single_variation {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 30px;
    }
    .single-product .variations_button,
    .whizz_product_detail .variations_button {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
    .whizz_cart.shop_table .complement-cart .coupon .input-text {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .whizz_cart.shop_table .complement-cart .coupon {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .whizz_cart.shop_table .complement-cart .action {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 350px) {
    .single-product div.product .up-sells .products li.product .whizz-prod-list-image,
    .whizz_product_detail div.product .up-sells .products li.product .whizz-prod-list-image,
    .page .single-product .product div.related.products li.product .whizz-prod-list-image,
    .woocommerce .whizz_product_detail .product div.related.products li.product .whizz-prod-list-image {
        min-height: 290px;
    }
    .page .woocommerce.columns-2 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-2 li.product .whizz-prod-list-image {
        min-height: 290px;
    }
    .page .woocommerce.columns-3 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-3 li.product .whizz-prod-list-image {
        min-height: 290px;
    }
    .page .woocommerce.columns-4 ul.products li.product .whizz-prod-list-image,
    .woocommerce ul.products.gutt-col-4 li.product .whizz-prod-list-image {
        min-height: 290px;
    }
    .page .woocommerce.columns-5 ul.products li.product .whizz-prod-list-image {
        min-height: 290px;
    }
    .page .woocommerce.columns-6 ul.products li.product .whizz-prod-list-image {
        min-height: 290px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 43 .ERROR PAGE ----------------------*/

.error404 .hero-inner .bigtext {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 5.6px;
    color: #ffffff;
}

.error404 .hero-inner .title {
    font-family: "Georgia", sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1.12px;
    color: #ffffff;
}

.error404 .main-wrapper {
    min-height: 100vh;
    overflow: hidden;
}

.error404 .main-wrapper.unit .overlay-dark-error {
    background-color: transparent;
}

.error404 .main-wrapper.unit .vertical-align .bigtext,
.error404 .main-wrapper.unit .vertical-align a,
.error404 .main-wrapper.unit .vertical-align .a-btn {
    color: #1b1b1b;
}

.error404 .main-wrapper.unit .vertical-align .a-btn::after {
    border-left-color: #1b1b1b;
}

.error404 .main-wrapper.unit .vertical-align a {
    border-bottom-color: #1b1b1b;
}

.error404 .main-wrapper.unit .vertical-align a::after {
    top: 0;
}

.error404 .main-wrapper.unit .vertical-align a:hover {
    border-bottom: 1px solid transparent;
}

.error404 .main-wrapper.unit .vertical-align a:hover::after {
    top: 6px;
}

.error-height {
    height: 100vh;
}

@media only screen and (max-width: 767px) {
    .error404 .hero-inner .bigtext {
        font-size: 50px;
        letter-spacing: 2px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 44 . POPUP DETAILS ----------------------*/

.fancybox-infobar .fancybox-infobar__body {
    display: none;
}

.fancybox-infobar .fancybox-button {
    position: fixed;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fancybox-infobar .fancybox-button:hover {
    background-color: transparent;
    opacity: 1;
}

.fancybox-infobar .fancybox-button:hover::before {
    color: #fff;
}

.fancybox-infobar .fancybox-button::before {
    content: '\f104';
    position: absolute;
    color: #fff;
    background-color: transparent;
    top: 50%;
    left: 50%;
    opacity: 1;
    border: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 50px;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fancybox-infobar .fancybox-button::after {
    content: none;
}

.fancybox-infobar .fancybox-button.fancybox-button--right {
    left: auto;
    right: 30px;
}

.fancybox-infobar .fancybox-button.fancybox-button--right::before {
    content: '\f105';
}

.fancybox-caption-wrap {
    display: none;
}

.popup-content-details {
    display: none;
    margin: auto;
    padding: 0;
    max-width: -webkit-calc(100% - 240px);
    max-width: calc(100% - 240px);
    text-align: center;
    background: transparent;
    max-height: -webkit-calc(100% - 60px);
    max-height: calc(100% - 60px);
}

.popup-content-details .fancybox-close-small {
    display: none;
}

.popup-content-details .img-wrap {
    max-width: -webkit-calc(100% - 400px);
    max-width: calc(100% - 400px);
    height: auto !important;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 400px;
}

.popup-content-details .img-wrap img {
    display: inline-block;
    max-height: -webkit-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    width: auto;
    height: auto;
}

.popup-content-details .content {
    background: white;
    width: 400px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    text-align: left;
    right: 0;
    padding: 65px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup-content-details .img-title {
    font-size: 36px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 2.9px;
}

.popup-content-details .img-date {
    font-size: 14px;
    font-family: "Georgia", sans-serif;
    color: #b2b2b2;
    line-height: 2;
    letter-spacing: 1.1px;
    margin-bottom: 73px;
    position: relative;
    display: block;
}

.popup-content-details .img-date::before {
    content: '';
    position: absolute;
    bottom: -38px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #F2F2F2;
}

.popup-content-details .caption-images-portfolio-item {
    margin-bottom: 25px;
}

.popup-content-details .caption-images-portfolio-item span {
    font-size: 11px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom: 13px;
    display: block;
}

.popup-content-details .caption-images-portfolio-item p {
    font-size: 14px;
    font-family: "Georgia", sans-serif;
    color: #b2b2b2;
    line-height: 1.2;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1200px) {
    .popup-content-details .content {
        padding: 35px;
        width: 300px;
    }
    .popup-content-details .img-wrap {
        max-width: -webkit-calc(100% - 300px);
        max-width: calc(100% - 300px);
        margin-right: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .popup-content-details {
        background-color: #fff;
    }
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: inline-block !important;
    }
    .popup-content-details .content {
        width: 100%;
        position: static;
        text-align: center;
        padding: 15px 30px;
    }
    .popup-content-details .content .img-title {
        font-size: 30px;
        margin-bottom: 0;
    }
    .popup-content-details .content .img-date {
        margin-bottom: 30px;
        display: inline-block;
        padding: 0 15px;
    }
    .popup-content-details .content .img-date::before {
        bottom: -15px;
    }
    .popup-content-details .img-wrap {
        max-width: 100%;
        margin-right: 0;
    }
    .popup-content-details .img-wrap img {
        max-height: -webkit-calc(100vh / 2);
        max-height: calc(100vh / 2);
        max-width: -webkit-calc(100% - 70px);
        max-width: calc(100% - 70px);
        margin: 35px auto auto;
    }
}

@media only screen and (max-width: 991px) {
    .popup-content-details .img-wrap {
        max-width: 100%;
        margin-right: 0;
    }
    .popup-content-details .img-wrap img {
        max-height: -webkit-calc(100vh / 2);
        max-height: calc(100vh / 2);
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin: 15px auto auto;
    }
    .fancybox-infobar .fancybox-button {
        left: 15px;
    }
    .fancybox-infobar .fancybox-button.fancybox-button--right {
        right: 15px;
    }
    .popup-content-details {
        max-width: -webkit-calc(100% - 140px);
        max-width: calc(100% - 140px);
    }
}

@media only screen and (max-width: 480px) {
    .fancybox-infobar .fancybox-button {
        top: 30px;
    }
    .fancybox-infobar .fancybox-button.fancybox-button--left {
        right: 55px;
        left: auto;
    }
    .popup-content-details {
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-top: 40px;
        height: 100%;
    }
    .fancybox-infobar .fancybox-button::before {
        font-size: 30px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 45 .BLOG ----------------------*/

.blog {
    height: auto !important;
}

.post {
    margin-bottom: 30px;
}

.counter-wrap-port .item-single:not(.count-show) {
    display: none;
}

.post>.post-wrap-item {
    text-decoration: none;
    display: block;
    position: relative;
    opacity: 1 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    background-color: #343434;
}

.post .post-wrap-item .post-content .post-media {
    display: none;
}

.post .post-wrap-item.text,
.post .post-wrap-item .post-media {
    display: block;
    width: 100%;
    height: 240px;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.post .post-wrap-item .post-media iframe {
    height: 240px;
}

.post .post-wrap-item .post-media.iframe-video .video-close-button {
    top: 15px !important;
}

.post .post-wrap-item.text {
    background-color: #1b1b1b;
    color: #fff;
}

.post>.post-wrap-item:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-content {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 3;
    text-align: center;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-wrap-item.video .post-content {
    z-index: 300;
    max-height: -webkit-calc(100% - 60px);
    max-height: calc(100% - 60px);
}

.video .post-content.hide-text,
.video .main-top-content.hide-text {
    display: none;
}

.post-wrap-item.video .video-content .play-button {
    top: auto;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-content.sticky .title {
    position: relative;
}

.post-content.sticky .title::before {
    content: "\f249";
    font-family: "FontAwesome";
    margin-right: 8px;
}

.post-content h5 {
    font-size: 24px;
    line-height: 30px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    letter-spacing: 1.92px;
    margin: 0;
    margin-bottom: 13px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.post-content .date {
    font-size: 13px;
    line-height: 20px !important;
    letter-spacing: 1.1px;
    font-family: "Times New Roman", sans-serif;
    color: #ffffff;
    text-align: center;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

.post-wrap-item.text .post-content i {
    font-size: 1.3em;
    margin-top: 20px;
    color: #ffffff;
}

.post-wrap-item.text .post-content blockquote {
    padding: 0 40px;
    color: #ffffff;
    font-family: "Georgia", sans-serif;
}

.post iframe {
    width: 100%;
    border: none;
    display: block;
}

.post .post-wrap-item:hover {
    opacity: 1 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post .post-wrap-item:hover:before {
    visibility: hidden;
    opacity: 0;
}

.post .post-wrap-item:hover .date,
.post .post-wrap-item:hover h5 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post.no-image a:hover,
.no-image.recent-simple-post a:hover {
    opacity: 1 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post.no-image a:hover:before {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post.no-image a:hover .date {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post.no-image a:hover h5,
.no-image.recent-simple-post .sm-wrap-post a.img:hover .content {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.recent-simple-post.no-image .sm-wrap-post a.img {
    display: none;
}

.empty-post-list {
    padding-bottom: 130px;
    padding-top: 130px;
    text-align: center;
    display: block;
    width: 100%;
}

.empty-post-list input {
    padding: 0 10px;
}

.empty-post-list form {
    padding-top: 20px;
    width: 375px;
    margin: auto;
    display: block;
}

.empty-post-list input {
    display: inline-block;
    margin: 0 auto;
    height: 36px;
}

.empty-post-list input[type=search] {
    border: 1px solid #ccc;
    padding-left: 7px;
}

.empty-post-list label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    float: left;
    width: 182px;
}

.search-no-results .main-wrapper {
    height: auto;
}

@media (max-width: 991px) {
    .banner-gallery .content-wrap .content {
        padding: 15px 30px;
    }
    .banner-gallery .content-wrap .title {
        letter-spacing: 3px;
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .banner-gallery .content-wrap {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .banner-gallery::before {
        content: '';
        background-color: rgba(255, 255, 255, 0.9);
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
    }
    .banner-gallery .content-wrap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
        padding: 30px 15px;
        margin-left: 0;
    }
    .banner-gallery .content-wrap .content {
        padding: 0;
    }
    #searchform label {
        float: none;
        width: 100%;
    }
    .empty-post-list form {
        max-width: 100%;
    }
}

/*Detail post*/

.single-post .date-post {
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.single-post .main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-9 {
    padding: 0 30px !important;
}

.single-post .title {
    letter-spacing: 10.5px;
    margin: 8px auto 12px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 43px;
    font-family: "ArcaMajora2", sans-serif;
    color: #ffffff;
    line-height: 1.3;
    max-width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
}

.single-post p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #B2B2B2;
    margin-bottom: 25px;
    letter-spacing: 0px;
}

.single-post .single-content blockquote {
    margin: 30px 0px;
    text-align: center;
}

.single-post .single-content {
    margin-top: 90px;
}

.single-post .single-content>p,
.single-post .single-content>h1,
.single-post .single-content>h2,
.single-post .single-content>h3,
.single-post .single-content>h4,
.single-post .single-content>h5,
.single-post .single-content>h6,
.single-post .single-content>blockquote,
.single-post .single-content>ul,
.single-post .single-content>address,
.single-post .single-content>table,
.single-post .single-content>pre,
.single-post .single-content>dl,
.single-post .single-content>ol {
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
}

.single-post .single-content blockquote p {
    font-size: 28px;
    line-height: 1.3;
    font-family: "Times New Roman", sans-serif;
    color: #1B1B1B;
    text-align: center;
    font-style: normal;
    margin: 0;
    letter-spacing: 0px;
}

.single-post .single-content a:hover {
    text-decoration: underline;
}

.single-portfolio .dgwt-jg-gallery {
    margin-bottom: 20px;
}

.page ol,
.page ul,
.page ul,
.single-content ol,
.single-content ul {
    margin-left: 20px;
    font-family: "ArcaMajora3 Bold", sans-serif;
}

.page ul.slides {
    margin-left: 0;
}

.single-post .single-content .swiper-container {
    max-width: 970px;
    margin: 42px auto 35px;
    border-bottom: 1px solid #F2F2F2;
}

.single-post .single-content .swiper-container .img-wrap {
    width: 100%;
    height: 650px;
    background-position: center;
    background-size: cover;
}

.single-post .single-content .swiper-container .description {
    padding: 21px 0 18px;
    margin: auto;
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    opacity: 1;
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: 'ArcaMajora3 Bold', sans-serif;
    color: #1B1B1B;
    background-color: #fff;
    line-height: 2;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}

.single-post .single-content .swiper-arrow-right {
    right: 0;
    text-align: right;
}

.single-post .single-content .swiper-arrow-left {
    left: 0;
}

.single-post .single-content .swiper-arrow-right div,
.single-post .single-content .swiper-arrow-left div {
    position: relative;
    top: 50%;
    line-height: 2;
    margin-top: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.single-post .single-content .swiper-arrow-right div i,
.single-post .single-content .swiper-arrow-left div i {
    font-size: 24px;
}

.single-post .single-content .swiper-arrow-right div::before,
.single-post .single-content .swiper-arrow-left div::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 6px;
    background-color: #1B1B1B;
    height: 4px;
    width: 30px;
}

.single-post .single-content .swiper-arrow-right div::before {
    right: 6px;
    left: auto;
}

.single-post .single-content .swiper-arrow-right,
.single-post .single-content .swiper-arrow-left {
    width: 50px;
    background-color: #fff;
    font-size: 14px;
    font-family: 'ArcaMajora3 Bold', sans-serif;
    color: #1B1B1B;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: -webkit-calc((100% - 650px) / 2);
    bottom: calc((100% - 650px) / 2);
    height: -webkit-calc(100% - 650px);
    height: calc(100% - 650px);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.single-post .single-content .swiper-arrow-left {
    text-align: left;
}

.single-post .single-content .swiper-arrow-right {
    text-align: right;
}

.single-post .col-md-3 {
    margin-top: 90px;
}

.post-details.image .post-banner {
    background-color: #1b1b1b;
}

.single-post .post-little-banner {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.post-little-banner .main-top-content {
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
}

.post-little-banner .main-top-content>* {
    color: #1b1b1b;
}

.single-post dl dd,
.comments dl dd {
    color: #b2b2b2;
    font-family: 'Georgia', sans-serif;
}

.single-post .unit .main-top-content .title {
    font-size: 40px;
}

.main-wrapper .wpb_widgetised_column .sidebar-item,
.main-wrapper .col-md-3 .sidebar-item {
    border: 1px solid #d9d9d9;
    padding: 20px;
    margin-left: 0;
}

.main-wrapper .wpb_widgetised_column .sidebar-item #wp-calendar,
.main-wrapper .col-md-3 .sidebar-item #wp-calendar {
    margin-bottom: 5px;
}

.main-wrapper .wpb_widgetised_column .sidebar-item ul li,
.main-wrapper .col-md-3 .sidebar-item ul li {
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 10px;
    padding-top: 8px;
}

.main-wrapper .wpb_widgetised_column .sidebar-item ul li li,
.main-wrapper .col-md-3 .sidebar-item ul li li {
    border-top: 1px dashed #d9d9d9;
    border-bottom: none;
    margin-top: 10px;
    padding-bottom: 0;
}

.main-wrapper .wpb_widgetised_column .sidebar-item>ul>li:last-child,
.main-wrapper .wpb_widgetised_column .sidebar-item>div>ul>li:last-child,
.main-wrapper .col-md-3 .sidebar-item>ul>li:last-child,
.main-wrapper .col-md-3 .sidebar-item>div>ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -10px;
}

.main-wrapper .wpb_widgetised_column .sidebar-item h5,
.main-wrapper .col-md-3 .sidebar-item h5 {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.main-wrapper .wpb_widgetised_column .sidebar-item a,
.main-wrapper .wpb_widgetised_column .sidebar-item li,
.main-wrapper .wpb_widgetised_column .sidebar-item p,
.main-wrapper .col-md-3 .sidebar-item a,
.main-wrapper .col-md-3 .sidebar-item li,
.main-wrapper .col-md-3 .sidebar-item p {
    color: #1b1b1b;
}

.main-wrapper .wpb_widgetised_column .sidebar-item li:hover>a:not(.rsswidget),
.main-wrapper .wpb_widgetised_column .sidebar-item a:hover,
.main-wrapper .col-md-3 .sidebar-item li:hover>a:not(.rsswidget),
.main-wrapper .col-md-3 .sidebar-item a:hover {
    color: #7b7a7a;
    opacity: 1;
}

.main-wrapper .wpb_widgetised_column .sidebar-item .cat-item.current-cat a,
.main-wrapper .col-md-3 .sidebar-item .cat-item.current-cat a {
    color: #7b7a7a;
}

.main-wrapper .wpb_widgetised_column .sidebar-item ul,
.main-wrapper .col-md-3 .sidebar-item ul {
    margin-left: 0;
}

.main-wrapper .wpb_widgetised_column .sidebar-item ul ul,
.main-wrapper .col-md-3 .sidebar-item ul ul {
    margin-left: 20px;
}

.main-wrapper .wpb_widgetised_column .sidebar-item h1,
.main-wrapper .wpb_widgetised_column .sidebar-item h2,
.main-wrapper .wpb_widgetised_column .sidebar-item h3,
.main-wrapper .wpb_widgetised_column .sidebar-item h4,
.main-wrapper .wpb_widgetised_column .sidebar-item h5,
.main-wrapper .wpb_widgetised_column .sidebar-item h6,
.main-wrapper .wpb_widgetised_column .sidebar-item strong,
.main-wrapper .col-md-3 .sidebar-item h1,
.main-wrapper .col-md-3 .sidebar-item h2,
.main-wrapper .col-md-3 .sidebar-item h3,
.main-wrapper .col-md-3 .sidebar-item h4,
.main-wrapper .col-md-3 .sidebar-item h5,
.main-wrapper .col-md-3 .sidebar-item h6,
.main-wrapper .col-md-3 .sidebar-item strong {
    color: #1b1b1b;
}

.main-wrapper .wpb_widgetised_column .sidebar-item.widget_tag_cloud a,
.main-wrapper .col-md-3 .sidebar-item.widget_tag_cloud a {
    line-height: 1.2;
    margin: 3px;
    padding: 0;
    background-color: transparent;
}

.main-wrapper .wpb_widgetised_column .sidebar-item.widget_product_search input[type="submit"],
.main-wrapper .wpb_widgetised_column .sidebar-item.widget_search input[type="submit"],
.main-wrapper .col-md-3 .sidebar-item.widget_product_search input[type="submit"],
.main-wrapper .col-md-3 .sidebar-item.widget_search input[type="submit"] {
    border-radius: 0;
}

.main-wrapper .wpb_widgetised_column .sidebar-item table,
.main-wrapper .col-md-3 .sidebar-item table {
    color: #1b1b1b;
    font-family: "Georgia", sans-serif;
}

.main-wrapper .wpb_widgetised_column .sidebar-item table th,
.main-wrapper .wpb_widgetised_column .sidebar-item table a,
.main-wrapper .col-md-3 .sidebar-item table th,
.main-wrapper .col-md-3 .sidebar-item table a {
    color: #1b1b1b;
    font-weight: bold;
}

.main-wrapper .wpb_widgetised_column .sidebar-item table caption,
.main-wrapper .col-md-3 .sidebar-item table caption {
    color: #1b1b1b;
    opacity: 1;
}

.main-wrapper .single-content+.col-md-3,
.main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-3 {
    position: relative;
    z-index: 9;
    padding: 0 !important;
}

@media only screen and (max-width: 1199px) {
    .single-post .main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-3.pl30md {
        padding-right: 15px !important;
    }
    .main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-9.blog {
        padding: 0 30px 0 85px !important;
    }
    .main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-3.pl30md {
        padding-right: 15px !important;
    }
    .main-wrapper.unit .post-paper.sidebar-show>.container>.row>.col-md-9.not-letter {
        padding: 0 15px !important;
        width: 70%;
    }
    .post-paper.sidebar-show>.container>.row>.col-md-9.not-letter {
        padding: 0 15px !important;
        width: 70%;
    }
}

@media only screen and (max-width: 1024px) {
    .single-post .single-content .swiper-container .img-wrap {
        height: 550px;
    }
    .single-post .single-content .swiper-arrow-right,
    .single-post .single-content .swiper-arrow-left {
        bottom: -webkit-calc((100% - 550px) / 2);
        bottom: calc((100% - 550px) / 2);
        height: -webkit-calc(100% - 550px);
        height: calc(100% - 550px);
    }
}

@media only screen and (max-width: 991px) {
    .single-post .single-content .swiper-container .img-wrap {
        height: 400px;
    }
    .single-post .single-content .swiper-arrow-right,
    .single-post .single-content .swiper-arrow-left {
        bottom: -webkit-calc((100% - 400px) / 2);
        bottom: calc((100% - 400px) / 2);
        height: -webkit-calc(100% - 400px);
        height: calc(100% - 400px);
    }
    .comments.main {
        margin: 15px auto 70px;
    }
    .main-wrapper .single-content+.col-md-3,
    .main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-3 {
        padding: 0 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .single-post .title {
        font-size: 40px;
    }
    .single-post p {
        margin-bottom: 15px;
    }
    .contact-form h2 {
        font-size: 28px;
    }
    .wpcf7 form input[type="submit"],
    form.wpcf7-form #submit {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .single-post .date-post {
        padding-top: 30px;
        text-align: center;
    }
    .single-post .title {
        font-size: 40px;
        line-height: 50px;
    }
    .single-post .single-content blockquote {
        padding: 15px;
    }
    .padding-both>.container {
        padding: 30px 15px 15px !important;
    }
    .single-post .padding-both {
        top: -50px;
    }
    .page-title-blog,
    .single-post .unit .main-top-content .title {
        font-size: 28px;
    }
    .single-post .post-little-banner {
        min-height: 200px;
    }
    .single-post .date-post {
        padding-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .single-post .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .single-post .single-content .swiper-container .img-wrap {
        height: 300px;
    }
    .single-post .single-content .swiper-arrow-right,
    .single-post .single-content .swiper-arrow-left {
        bottom: -webkit-calc((100% - 300px) / 2);
        bottom: calc((100% - 300px) / 2);
        height: -webkit-calc(100% - 300px);
        height: calc(100% - 300px);
    }
    .post-banner {
        min-height: 300px;
    }
    .single-post .title {
        letter-spacing: 5px;
    }
    .single-post .single-content blockquote {
        margin: 15px 0;
    }
}

@media only screen and (max-width: 380px) {
    .single-post .single-content .swiper-container .img-wrap {
        height: 200px;
    }
    .single-post .single-content .swiper-arrow-right,
    .single-post .single-content .swiper-arrow-left {
        bottom: -webkit-calc((100% - 200px) / 2);
        bottom: calc((100% - 200px) / 2);
        height: -webkit-calc(100% - 200px);
        height: calc(100% - 200px);
    }
}

/*Recent posts*/

.recent-post-single .recent-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2.88px;
    font-family: "ArcaMajora3 Bold";
    font-weight: 400;
    margin: 34px 0;
    color: #1b1b1b;
}

.sm-wrap-post a.img {
    display: block;
    position: relative;
    min-height: 240px;
    margin-bottom: 21px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sm-wrap-post a.img:hover {
    opacity: .8;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sm-wrap-post .content {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sm-wrap-post .content .title {
    font-size: 15px;
    line-height: 1.3;
    font-family: "ArcaMajora3 Bold", sans-serif;
    letter-spacing: 2.7px;
    display: inline-block;
    color: #1B1B1B;
    margin-bottom: 10px;
    text-decoration: none;
}

.sm-wrap-post .content .title:hover {
    text-decoration: none;
}

.sm-wrap-post .content .excerpt {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
    line-height: 1.8;
    letter-spacing: 0px;
    margin-bottom: 11px;
}

.sm-wrap-post .content .post-date {
    display: block;
    height: auto;
    line-height: 20px;
}

.sm-wrap-post .content .post-date .date {
    font-size: 11px;
    line-height: 20px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    color: #B2B2B2;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

.sm-wrap-post .content .title {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .sm-wrap-post a.img {
        min-height: 200px;
    }
}

/* PAGINATION */

.pagination {
    width: 100%;
    text-align: center;
    margin: 37px 0 0;
}

.pagination.cs-pager .page-numbers.next:after {
    content: '\f105';
    font-family: FontAwesome;
    display: inline-block;
    color: #1b1b1b;
}

.pagination.cs-pager .page-numbers.prev:after {
    content: '\f104';
    font-family: FontAwesome;
    display: inline-block;
    color: #1b1b1b;
}

.pagination a.img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 150px;
    width: 100%;
    display: block;
    opacity: 1;
    margin: 0;
    background-color: #000;
    text-decoration: none;
    padding-top: 87px;
    margin-bottom: 5px;
}

.post-nav,
.pager-pagination {
    text-align: center;
    clear: both;
    font-family: "ArcaMajora3 Bold", sans-serif;
    padding: 20px 0 50px;
}

.pages,
.page-numbers {
    border: 1px solid #1b1b1b;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    margin-right: 4px;
    text-align: center;
    padding: 6px 13px;
    color: #1b1b1b;
    text-decoration: none;
    background-color: #ffffff;
}

.page-numbers:hover,
.page-numbers:focus {
    color: #fff;
    background-color: #1b1b1b;
    text-decoration: none;
    opacity: 1;
}

.next.page-numbers,
.prev.page-numbers {
    font-family: "ArcaMajora3 Bold", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.next.page-numbers {
    position: relative;
    padding-right: 30px;
}

.next.page-numbers i {
    position: absolute;
    right: 18px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 350ms ease;
    transition: right 350ms ease;
}

.next.page-numbers:hover i {
    right: 14px;
}

.prev.page-numbers {
    position: relative;
    padding-left: 30px;
}

.prev.page-numbers i {
    position: absolute;
    left: 18px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: left 350ms ease;
    transition: left 350ms ease;
}

.prev.page-numbers:hover i {
    left: 14px;
}

.post-nav a {
    display: inline-block;
}

.post-nav a span {
    background-color: transparent !important;
    color: #1b1b1b !important;
}

.post-nav .pages,
.post-nav .current,
.pager-pagination .pages,
.pager-pagination .current {
    color: #ffffff;
    background: #333333;
}

.post-nav a .pages {
    opacity: 1;
}

.single-pagination {
    padding: 15px 0;
    margin-bottom: 65px;
}

.single-pagination>div {
    display: inline-block;
}

.single-pagination>div.pag-prev {
    float: left;
}

.single-pagination>div.pag-prev a {
    padding-left: 40px;
}

.single-pagination>div.pag-next {
    float: right;
}

.single-pagination>div.pag-next a {
    padding-right: 40px;
}

.single-pagination>div a.content {
    font-size: 11px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #b2b2b2;
    opacity: 0.9;
    line-height: 56px;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    display: block;
    text-transform: uppercase;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.single-pagination>div a.content:hover {
    opacity: .7;
    text-decoration: none;
}

.single-pagination>div a.content::before {
    content: '';
    position: absolute;
    color: #1b1b1b;
    top: 7px;
    font-family: 'FontAwesome';
    font-size: 39px;
    font-weight: 900;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-pagination>div a.content::after {
    content: '';
    height: 4px;
    display: block;
    position: absolute;
    width: 30px;
    background-color: #1b1b1b;
    top: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-pagination>div.pag-next a.content::after {
    right: 0;
}

.single-pagination>div.pag-prev a.content::after {
    left: 0;
}

.single-pagination>div.pag-next a.content::before {
    content: '\f105';
    right: -4px;
}

.single-pagination>div.pag-prev a.content::before {
    content: '\f104';
    left: -2px;
}

.single-pagination>div.pag-prev a.content:hover:before {
    left: -17px;
}

.single-pagination>div.pag-prev a.content:hover:after {
    left: -15px;
}

.single-pagination>div.pag-next a.content:hover:before {
    right: -19px;
}

.single-pagination>div.pag-next a.content:hover:after {
    right: -15px;
}

@media screen and (max-width: 991px) {
    .single-pagination {
        padding: 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .single-pagination>div.pag-prev {
        float: left;
        margin-left: 15px;
    }
    .single-pagination>div.pag-next {
        float: right;
        margin-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .single-pagination>div.pag-prev,
    .single-pagination>div.pag-next {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .single-pagination>div a.content {
        display: inline-block;
    }
}

.post-slider-img {
    width: 100%;
    height: 240px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-slider .flex-direction-nav {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.img-slider:hover .flex-direction-nav {
    opacity: 1;
}

.img-slider .flex-direction-nav li {
    display: inline-block;
}

.img-slider .flex-next,
.img-slider .flex-prev {
    display: block;
    padding: 5px;
    font-size: 40px;
    color: #fff;
}

.post .img-slider .flex-next,
.post .img-slider .flex-prev {
    display: none;
    padding: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.post .img-slider .flex-next:hover,
.post .img-slider .flex-prev:hover {
    opacity: .7;
}

.post .img-slider .flex-next i::before,
.post .img-slider .flex-prev i::before {
    font-weight: 900;
}

.post-banner {
    min-height: 600px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-banner::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.post-details .date-post,
.post-details .author {
    font-size: 11px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #fff;
    margin-top: 15px;
    line-height: 1.3;
}

.post-details.slider .img-slider .flex-direction-nav {
    display: none;
}

.post-details.slider .img-slider .post-slider-img {
    min-height: 600px;
}

.post-details.audio .post-banner::before {
    display: none;
}

.post-details.audio .post-media iframe {
    min-height: 600px;
}

.post-details.image .post-media {
    min-height: 600px;
}

.post-details.video .post-media {
    min-height: 600px;
}

.post-details.video .post-media .video-content .play-button {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
}

.post-details .author {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.post-banner .main-top-content {
    position: absolute;
    top: -webkit-calc(50% + 50px);
    top: calc(50% + 50px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
    width: 100%;
}

.single-content.no-thumb .main-top-content {
    margin-bottom: 40px;
}

.single-content.no-thumb .main-top-content .title {
    color: #1b1b1b;
}

.single table td,
.single table th,
table td,
table th {
    padding: 7px;
}

.post-info {
    max-width: 770px;
    margin: 10px auto 15px;
}

.post-info span a,
.post-info span {
    font-family: "Georgia", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .7px;
    text-decoration: none;
    color: #B2B2B2;
}

.post-info span {
    display: block;
}

.post-info span a {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: white;
    background-color: #1B1B1B;
    text-decoration: none;
    padding: 1px 3px;
}

.post-info span a:hover {
    text-decoration: none !important;
}

.post-info span {
    padding-right: 16px;
    border-right: 1px solid #E8E8E8;
}

.post-info span:last-child {
    border: 0 none;
}

.post-info span.author {
    padding: 5px;
    background-color: #ebebeb;
    color: #1b1b1b;
    border: none;
}

.post-info span.author a {
    color: #1b1b1b;
}

.post-content h5 {
    padding-right: 15px;
    padding-left: 15px;
}

.single blockquote {
    border: none;
    margin-top: -7px;
    margin-bottom: 23px;
}

.hero-slider {
    width: 100%;
    height: 70%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero-slider ul {
    list-style: none !important;
}

.hero-slider,
.hero-slider .slides,
.hero-slider .slides .slide {
    margin: 0;
    padding: 0;
}

.hero-slider .slides .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.slide-caption {
    position: absolute;
    left: 50px;
    bottom: 50px;
    right: 50px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}

.flex-active-slide .slide-caption {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.flex-control-paging {
    list-style: none;
    line-height: 0;
    margin: 10px 0 0;
    z-index: 99999;
    text-align: center;
}

.flex-control-paging li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #000;
}

.flex-control-paging li a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background: #000;
}

@media screen and (max-width: 991px) {
    .post-nav,
    .pager-pagination {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    .post-details .title {
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .post {
        width: 100%;
    }
    .slide-caption {
        left: 20px;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 500px) {
    .hero-slider .slides .slide {
        height: 400px !important;
    }
    .side-link .side-title {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .hero-slider .slides .slide {
        height: 300px !important;
    }
}

.toggle {
    margin-bottom: 10px;
}

.toggle-title {
    position: relative;
    display: inline-block;
    font-family: "ArcaMajora3 Bold", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

.toggle-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #000;
    bottom: -3px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.toggle.active .toggle-title:after {
    width: 100%;
}

.toggle-content {
    padding-top: 10px;
    font-size: 14px;
    display: none;
}

.toggle.active .toggle-content {
    display: block;
}

.comments.main {
    max-width: 770px;
    clear: both;
    margin: 0 auto 130px;
}

.comments.main label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.7px;
}

.comments.main label:first-child {
    width: 100%;
}

.comments .comment {
    margin-bottom: 3px;
}

.comments .content {
    position: relative;
    padding-right: 40px;
}

.comments .content .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.6px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    text-transform: uppercase;
    color: #1B1B1B;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-font-smoothing: antialiased;
}

.comments .content .comment-reply-link:hover {
    text-decoration: none;
}

.comments .comment-reply-title {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 2.6px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #1B1B1B;
}

.comments li.comment:nth-last-of-type(1) {
    margin-bottom: 60px;
}

.comments .comment-reply-title a {
    text-decoration: none;
}

.comments .content .comment-reply-link:hover {
    color: #1b1b1b;
}

.comments .content .text {
    font-size: 15px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    overflow: hidden;
    line-height: 22px;
    margin-top: 6px;
    letter-spacing: .6px;
}

.comments .content .text p {
    margin-bottom: 16px;
}

.comments .person img {
    vertical-align: top;
    float: left;
    margin-right: 20px;
    margin-top: 6px;
}

.comments .person .author {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    margin: 0;
    margin-right: 5px;
    text-decoration: none;
    color: #1b1b1b;
}

.comments table a {
    font-weight: bold;
    word-wrap: break-word;
}

.comments .person .author:hover {
    opacity: .7;
    text-decoration: none;
}

.comments .person .comment-date {
    font-size: 12px;
    line-height: 1.2;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #B2B2B2;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.comments-title,
.comments-title span {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 2.6px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    text-transform: uppercase;
    color: #1B1B1B;
}

.comment-title {
    border-bottom: 1px dashed #a6a6a6;
    padding-bottom: 6px;
}

.comments li.comment {
    list-style: none;
}

.comments .comment .content {
    margin-bottom: 30px;
}

.comments-form {
    padding-top: 2px;
    margin-bottom: 80px;
    clear: both;
}

.comments-form label+.input-wrapper {
    text-align: center;
}

#contactform h3,
.comments-form h3 {
    display: block;
    font-size: 16px;
    font-family: "Georgia", sans-serif;
    color: #1b1b1b;
    font-weight: bold;
    letter-spacing: 1.25px;
    margin-bottom: 20px;
}

#contactform textarea,
#contactform input:not([type="submit"]),
.comments-form textarea,
.comments-form input:not([type="submit"]) {
    font-size: 15px;
    line-height: 1.3;
    font-family: "Georgia", sans-serif;
    background: none;
    width: 100%;
    font-weight: 400;
    color: #1B1B1B;
    border: 0;
    border-bottom: 1px solid #1B1B1B;
    padding: 3px 0px 6px;
    letter-spacing: 0px;
    margin-bottom: 27px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#contactform textarea:focus,
#contactform input:focus,
.comments-form textarea:focus,
.comments-form input:focus {
    border-bottom: 1px solid #1B1B1B;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#contactform textarea::-moz-placeholder,
#contactform input::-moz-placeholder,
.comments-form textarea::-moz-placeholder,
.comments-form input::-moz-placeholder {
    color: #B2B2B2;
    opacity: .5;
}

#contactform textarea::-webkit-input-placeholder,
#contactform input::-webkit-input-placeholder,
.comments-form textarea::-webkit-input-placeholder,
.comments-form input::-webkit-input-placeholder {
    color: #B2B2B2;
    opacity: .5;
}

#contactform textarea:-moz-placeholder,
#contactform input:-moz-placeholder,
.comments-form textarea:-moz-placeholder,
.comments-form input:-moz-placeholder {
    color: #B2B2B2;
    opacity: .5;
}

#contactform textarea:-ms-input-placeholder,
#contactform input:-ms-input-placeholder,
.comments-form textarea:-ms-input-placeholder,
.comments-form input:-ms-input-placeholder {
    color: #B2B2B2;
    opacity: .5;
}

#contactform textarea,
.comments-form textarea {
    min-height: 112px;
    max-height: 112px;
    resize: none;
}

.input_post_wrapper {
    position: relative;
    display: inline-block;
    margin-top: 18px;
}

.input_post_wrapper::after {
    content: '\f0da';
    position: absolute;
    top: 50%;
    right: 30px;
    color: #fff;
    font-size: 12px;
    font-family: "FontAwesome";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease;
}

.input_post_wrapper:hover::after {
    right: 20px;
}

#contactform #submit,
.comments-form #submit {
    font-size: 13px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #fff;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    box-sizing: border-box;
    padding: 20px 51px 20px 40px;
    text-decoration: none;
    border: none;
    outline: none;
    background-color: #1B1B1B;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
}

#contactform #submit:hover,
.comments-form #submit:hover {
    opacity: 1;
}

#contactform {
    display: block;
}

.comment-form label,
.comments.main label {
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
}

.comment-reply-title+form {
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .select-for-hovers .content {
        text-align: center;
    }
    .post-banner {
        min-height: 400px;
    }
    .single-post .single-content {
        margin-top: 50px;
    }
    .single-post .title {
        font-size: 48px;
        line-height: 1.2;
    }
    .recent-post-single .recent-title {
        font-size: 25px;
        line-height: 1.2;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .main-wrapper.unit .post-paper.sidebar-show>.container>.row>.col-md-9.not-letter {
        padding: 0 15px !important;
        width: 100%;
    }
    .post-paper.sidebar-show>.container>.row>.col-md-9.not-letter {
        padding: 0 15px !important;
        width: 100%;
    }
    .main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-9,
    .main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-9.blog {
        padding: 0 90px !important;
    }
    .single-post .main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-3.pl30md {
        padding: 0 15px !important;
    }
    .single-post .main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-9 {
        padding: 0 40px !important;
    }
    .main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-3.pl30md {
        padding-left: 15px !important;
    }
}

@media (max-width: 767px) {
    .comments.main label {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .contact-form h2 {
        font-size: 28px;
    }
    .wpcf7 form input[type="submit"],
    form.wpcf7-form #submit {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .comments .comment-reply-title {
        padding-top: 20px;
    }
    .comments .children {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .single blockquote {
        padding: 26px 26px 26px 36px;
    }
    .pagination {
        margin: 15px 0 0;
    }
    .comments {
        margin-top: 15px;
        text-align: left;
    }
    .comments .person .comment-date {
        display: block;
    }
    .comments .content {
        padding-right: 0;
    }
    .comments .person img {
        float: none;
        display: block;
        margin: auto 0 15px;
    }
    .comments .content .comment-reply-link {
        top: auto;
        bottom: -15px;
    }
    .comments .comment {
        margin-bottom: 30px;
    }
    .comments-title {
        margin-bottom: 20px;
    }
    .comments-form {
        margin-bottom: 60px;
    }
    .post-details .title {
        font-size: 30px;
    }
    .single blockquote {
        font-size: 16px;
        padding: 26px;
    }
    .single-content p {
        margin-bottom: 15px;
    }
}

.sidebar-item {
    margin-bottom: 50px;
}

.blog .sidebar-item {
    margin-left: 15px;
}

.sidebar-item>h5,
.sidebar-item .screen-reader-text {
    letter-spacing: .75px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 21px;
    line-height: 21px;
    display: block;
}

.sidebar-item .screen-reader-text,
.screen-reader-text {
    display: none;
}

.widget_product_search label,
.widget_search label {
    display: block;
    width: 100%;
}

.widget_search .searchform {
    position: relative;
}

.widget_product_search input[type="search"],
.widget_search input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    color: #1b1b1b;
    padding: 5px 70px 5px 10px;
    font-weight: 400;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    float: left;
}

.widget_product_search input[type="submit"],
.widget_search input[type="submit"] {
    background: transparent;
    border: 1px solid #1b1b1b;
    border-radius: 2px;
    color: transparent;
    width: 50px;
    height: 38px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    right: 0;
    bottom: 0;
}

.widget_product_search input[type="submit"]:hover,
.widget_search input[type="submit"]:hover {
    opacity: 1;
}

.widget_rss .rss-date {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    opacity: .7;
}

.widget_rss ul li {
    margin-bottom: 15px;
}

.widget_tag_cloud .tagcloud a {
    padding: 2px 5px;
    text-decoration: none;
    margin: 3px;
    display: inline-block;
    font-family: "ArcaMajora3 Bold", sans-serif;
    vertical-align: top;
    font-weight: 600;
}

.widget_calendar table td,
.widget_calendar table th {
    text-align: center;
}

.sidebar-item:first-child {
    margin-top: 0;
}

.sidebar-item h5 {
    padding: 0px 7px 10px 3px;
    width: 100%;
}

.sidebar-item ul {
    margin-left: 20px;
    font-family: "ArcaMajora3 Bold", sans-serif;
}

.sidebar-item ul li {
    color: rgba(19, 19, 19, 0.7);
}

.sidebar-item ul li a {
    text-decoration: none;
    color: #1b1b1b;
}

.sidebar-item select {
    max-width: 100%;
    font-family: "ArcaMajora3 Bold", sans-serif;
    padding: 5px 10px;
}

.sidebar-item select option {
    max-width: 255px;
    width: 100%;
}

.sidebar-item input {
    padding: 4px 5px 6px 9px;
    border: 1px solid #a6a6a6;
    font-family: "ArcaMajora3 Bold", sans-serif;
}

.WhizzInstagramWidget {
    color: white;
}

.WhizzInstagramWidget h3 {
    font-size: 11px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.WhizzInstagramWidget span {
    font-size: 14px;
    font-family: "Georgia", sans-serif;
    display: block;
    margin-top: 10px;
}

.WhizzInstagramWidget a {
    display: inline-block;
    width: 85px;
    max-width: -webkit-calc(25% - (30px / 4));
    max-width: calc(25% - (30px / 4));
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.WhizzInstagramWidget a:last-of-type {
    margin-right: 0;
}

.ContactWidget h3 {
    font-size: 22px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.ContactWidget div.contact_content {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    opacity: .5;
    letter-spacing: 0px;
    line-height: 1.8;
    max-width: 300px;
    margin-bottom: 15px;
}

.ContactWidget .contact_url {
    font-size: 14px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    text-decoration: underline;
    display: block;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.ContactWidget .contact_url:hover {
    opacity: .7;
}

.ContactWidget a.fa {
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    margin-right: 14px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.ContactWidget a.fa:hover {
    opacity: .7;
}

.col-md-3 .sidebar-item {
    margin-bottom: 30px;
}

.col-md-3 .sidebar-item li {
    list-style: none;
    font-size: 15px;
    font-family: Georgia, sans-serif;
    letter-spacing: 0;
    color: rgba(27, 27, 27, 0.5);
    line-height: 1.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.col-md-3 .sidebar-item li:hover>a {
    color: #000;
}

.col-md-3 .sidebar-item a,
.col-md-3 .sidebar-item span,
.col-md-3 .sidebar-item p,
.col-md-3 .sidebar-item strong {
    color: #888;
    font-size: 15px;
    font-family: Georgia, sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.col-md-3 .sidebar-item h5 {
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    letter-spacing: 3.3px;
    margin-bottom: 0;
}

.col-md-3 .sidebar-item a {
    text-decoration: none;
}

.col-md-3 .sidebar-item select {
    width: 100%;
    font-family: Georgia, sans-serif;
    color: #1b1b1b;
    border-color: #d9d9d9;
}

.col-md-3 .widget_search .searchform {
    position: static;
}

.col-md-3 .widget_search input[type="search"],
.col-md-3 .widget_search input[type="text"] {
    padding: 5px 10px;
    font-weight: normal;
}

.col-md-3 .widget_search input[type="submit"] {
    position: static;
}

.col-md-3 .widget_rss a {
    color: #1b1b1b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.col-md-3 .widget_rss a:hover {
    color: rgba(27, 27, 27, 0.5);
}

.col-md-3 .widget_rss span,
.col-md-3 .widget_rss cite {
    color: rgba(27, 27, 27, 0.8);
}

.col-md-3 .widget_tag_cloud a {
    background-color: #1b1b1b;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.col-md-3 .widget_tag_cloud a:hover {
    opacity: 0.8;
}

.col-md-3 .widget_calendar table th {
    padding: 4px 7px;
}

.col-md-3 .ContactWidget .contact_url,
.col-md-3 .ContactWidget div.contact_content,
.col-md-3 .ContactWidget a.fa,
.col-md-3 .whizzInstagramWidget {
    color: #1b1b1b;
}

.col-md-3 .whizzInstagramWidget a {
    max-width: -webkit-calc(25% - (40px / 4));
    max-width: calc(25% - (40px / 4));
}

.col-md-3 .ContactWidget h3 {
    font-size: 15px;
}

.main-wrapper .col-md-3 .sidebar-item ul ul ul ul ul ul {
    margin-left: 0;
}

.main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-9.not-letter {
    padding: 0 30px 0 0 !important;
}

.main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-9.not-letter .post.modern .title {
    margin-top: 0;
}

.post-paper table td a {
    font-weight: bold;
}

.post-paper table td {
    font-family: "Georgia", sans-serif;
}

.post.classic .title,
.post.modern .title {
    word-wrap: break-word;
}

.post-details .single-content>ol,
.post-details .single-content>ul {
    margin-left: 25px;
}

.widget_product_search form,
.widget_search form div {
    position: relative;
    height: 38px;
}

.widget_product_search form::after,
.widget_search form div::after {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    height: 100%;
    top: 50%;
    text-align: center;
    z-index: -1;
    padding: 6px 0;
    width: 50px;
    background-color: #1b1b1b;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-item .price_slider_amount button.button {
    background-color: #1b1b1b;
    color: #fff;
}

.sidebar-item .price_slider_amount button.button:hover {
    opacity: 1;
}

.sidebar-item ins {
    background: #e7e3e3;
}

.sidebar-item span.product-title {
    color: #1b1b1b;
}

@media only screen and (max-width: 991px) {
    .col-md-3 .sidebar-item {
        text-align: center;
        margin-bottom: 25px;
    }
    .col-md-3 .sidebar-item div.contact_content {
        margin-right: auto;
        margin-left: auto;
    }
    .sidebar-item ul {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .widget_product_search form,
    .widget_search form div,
    .widget_product_search input[type="submit"],
    .widget_search input[type="submit"] {
        height: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .main-wrapper .main-top-content {
        top: 50%;
    }
    .main-wrapper .main-top-content .title {
        font-size: 28px;
    }
    .post-paper.sidebar-show>.container>.row>.col-md-9.not-letter .post.modern {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .post-paper.sidebar-show>.container>.row>.col-md-9,
    .main-wrapper .post-paper.sidebar-show>.container>.row>.col-md-9.blog {
        padding: 0 30px !important;
    }
}

/*------------------------------------------------------*/

/*---------------------- 46 .CONTACT FORMS ----------------------*/

form.wpcf7-form input,
form.wpcf7-form textarea {
    background: none;
    width: 100%;
    border: 0;
    border-radius: 0;
    color: #1B1B1B;
    padding: 10px 0px;
    letter-spacing: 1px;
    margin-bottom: 22px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

form.wpcf7-form input:not([type="submit"]),
form.wpcf7-form textarea {
    border-bottom: 2px solid #f2f2f2;
}

.wpcf7 form textarea {
    min-height: 50px;
    max-height: 50px;
    resize: none;
    margin-bottom: 20px;
}

form.wpcf7-form input::-moz-placeholder {
    color: #B2B2B2;
}

.wpcf7 form input::-moz-placeholder {
    color: #B2B2B2;
}

form.wpcf7-form input::-webkit-input-placeholder {
    color: #B2B2B2;
}

.wpcf7 form input::-webkit-input-placeholder {
    color: #B2B2B2;
}

form.wpcf7-form input:-moz-placeholder {
    color: #B2B2B2;
}

.wpcf7 form input:-moz-placeholder {
    color: #B2B2B2;
}

form.wpcf7-form input:-ms-input-placeholder {
    color: #B2B2B2;
}

.wpcf7 form input:-ms-input-placeholder {
    color: #B2B2B2;
}

form.wpcf7-form textarea::-moz-placeholder {
    color: #B2B2B2;
}

.wpcf7 form textarea::-moz-placeholder {
    color: #B2B2B2;
}

form.wpcf7-form textarea::-webkit-input-placeholder {
    color: #B2B2B2;
}

.wpcf7 form textarea::-webkit-input-placeholder {
    color: #B2B2B2;
}

form.wpcf7-form textarea:-moz-placeholder {
    color: #B2B2B2;
}

.wpcf7 form textarea:-moz-placeholder {
    color: #B2B2B2;
}

form.wpcf7-form textarea:-ms-input-placeholder {
    color: #B2B2B2;
}

.wpcf7 form textarea:-ms-input-placeholder {
    color: #B2B2B2;
}

form.wpcf7-form textarea {
    min-height: 127px;
    max-height: 50px;
    resize: none;
    margin-bottom: 24px;
}

.wpcf7 form input:focus,
form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus {
    color: #1B1B1B;
}

.wpcf7 form input[type="submit"],
form.wpcf7-form #submit {
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1.2px;
    line-height: 20px;
    display: inline-block;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 15px 50px 12px 36px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-color: #1B1B1B;
    width: auto;
    border-radius: 0;
}

div.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7 form input[type="submit"]:hover,
form.wpcf7-form #submit:hover {
    color: #ffffff;
    background-color: #1B1B1B;
    opacity: 1;
}

div.wpcf7-mail-sent-ok {
    left: 0;
    right: 0;
}

.wpcf7-not-valid {
    border-bottom: 2px solid red !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: 50px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
    border: none;
}

div.wpcf7 {
    position: relative;
}

div.wpcf7-response-output {
    margin: 0 !important;
    font-size: 13px;
}

.ajax-loader {
    display: none;
}

div.wpcf7-response-output {
    margin: auto auto 20px;
    padding: 15px 0 0;
}

form.wpcf7-form label {
    font-size: 13px;
    font-family: "ArcaMajora3", sans-serif;
    color: #1B1B1B;
    letter-spacing: 1.5px;
    font-weight: bold;
    width: 100%;
}

form.wpcf7-form input:not([type="submit"]),
form.wpcf7-form textarea {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    line-height: 1.8;
    font-weight: 400;
    padding-bottom: 2px;
    margin-bottom: 10px;
    padding-top: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #1B1B1B;
}

form.wpcf7-form input:not([type="submit"]) {
    min-height: 30px;
}

form.wpcf7-form input[type="submit"] {
    padding: 15px 65px 15px 64px;
}

form.wpcf7-form .input_protected_wrapper {
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
}

form.wpcf7-form .input_protected_wrapper::after {
    content: '\f0da';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 45px;
    color: #fff;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: none;
    text-shadow: none;
}

form.wpcf7-form .input_protected_wrapper:hover::after {
    right: 35px;
}

form.wpcf7-form .input_protected_wrapper input[type="submit"] {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #contactform label:not(:first-child),
    .comments-form input:not([type="submit"]) {
        width: 48.5%;
        float: left;
    }
    #contactform input:not([type="submit"]) {
        width: 100%;
    }
    #contactform label:nth-child(2),
    .comments-form input[name="author"] {
        margin-right: 3%;
    }
}

@media (max-width: 767px) {
    .wpcf7 form input[type="submit"],
    form.wpcf7-form #submit {
        margin-bottom: 30px;
    }
    div.wpcf7-response-output {
        position: relative;
        text-align: center;
    }
    .wpcf7 form input,
    form.wpcf7-form input {
        margin-bottom: 10px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 47 .PROTECTED PAGE ----------------------*/

.protected-page form {
    padding-bottom: 280px;
}

.protected-page .protected-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2.88px;
    color: #1b1b1b;
    font-family: "ArcaMajora3 Bold";
    font-weight: 400;
    text-align: center;
    padding: 280px 15px 16px 15px;
}

.protected-page form {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.4px;
    font-weight: 400;
    color: #1b1b1b;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.protected-page input[type="password"] {
    margin-top: 35px;
    display: block;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0px;
    text-align: center;
    font-family: "Georgia", sans-serif;
    letter-spacing: 0.39px;
    font-weight: 400;
    border: none;
    background-color: transparent;
    outline: none;
    border-bottom: 2px solid #1b1b1b;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #b2b2b2;
}

.protected-page input[type="password"]:focus {
    color: #1b1b1b;
    border-bottom: 2px solid #1b1b1b;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.protected-page input[type="password"]::-webkit-input-placeholder {
    color: #b2b2b2;
}

.protected-page input[type="password"]::-moz-placeholder {
    color: #b2b2b2;
}

.protected-page input[type="password"]:-ms-input-placeholder {
    color: #b2b2b2;
}

.protected-page input[type="password"]:-moz-placeholder {
    color: #b2b2b2;
}

.protected-page input[type="submit"] {
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 1.1px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 8px 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    outline: none;
    background-color: #1b1b1b;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
}

.protected-page input[type="submit"]:hover {
    opacity: 1;
}

.single-content.protected-page .post-info {
    display: none;
}

@media screen and (max-width: 1200px) {
    .protected-page .protected-title {
        padding-top: 150px;
    }
    .protected-page form {
        padding-bottom: 150px;
    }
}

@media (min-height: 600px) and (min-width: 1280px) {
    .protected-page .protected-title {
        padding-top: 100px;
    }
    .protected-page form {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 992px) {
    .protected-page .protected-title {
        padding-top: 100px;
    }
    .protected-page form {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .protected-page input[type="password"] {
        margin-top: 10px;
    }
    .protected-page input[type="submit"] {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .protected-page input[type="password"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .protected-page form {
        padding: 0px 15px;
    }
    .protected-page .protected-title {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .single-portfolio .protected-page .protected-title {
        margin-top: 70px;
    }
    .single-portfolio .protected-page form {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 600px) {
    .protected-page .protected-title {
        padding-top: 60px;
        font-size: 26px;
        padding-bottom: 0;
    }
    .protected-page form {
        padding-bottom: 60px;
    }
    .protected-page input[type="submit"] {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .single-portfolio .protected-page .protected-title {
        font-size: 24px;
        line-height: 1.1;
        margin-top: 40px;
    }
    .single-portfolio .protected-page form {
        padding-bottom: 40px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 48 .PARALLAX ----------------------*/

.portfolio-single-content.parallax {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.parallax-window {
    position: relative;
    min-height: 100vh;
}

.parallax-window .content-parallax {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.parallax-window .content-parallax .title {
    font-size: 70px;
    font-family: "ArcaMajora2", sans-serif;
    color: #fff;
    line-height: 1.2;
    margin-top: 0;
    letter-spacing: 10px;
}

.parallax-window .content-parallax .category-parallax {
    margin-bottom: 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.parallax-window .content-parallax .category-parallax {
    font-size: 20px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    font-style: italic;
    line-height: 1.2;
}

.parallax-window .content-parallax .category-parallax a {
    font-size: 20px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    left: 0;
}

.parallax-window .content-parallax .category-parallax a:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@media only screen and (max-width: 991px) {
    .parallax-window .content-parallax .title {
        font-size: 60px;
        letter-spacing: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .parallax-window .content-parallax .title {
        font-size: 30px;
        letter-spacing: 3px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 49 .CLIENTS -------------------*/

.tax-portfolio-client .user-img-wrap {
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    height: 150px;
    width: 150px;
    float: left;
    margin-right: 50px;
}

.tax-portfolio-client .client-content {
    overflow: hidden;
}

.tax-portfolio-client .client-content .title {
    font-size: 20px;
    position: relative;
    font-family: "ArcaMajora2", sans-serif;
    color: #1b1b1b;
    letter-spacing: 2px;
    line-height: 1.3;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.tax-portfolio-client .client-content .title::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #1b1b1b;
}

.tax-portfolio-client .client-content .descr {
    font-size: 15px;
    line-height: 1.75;
    font-family: "Georgia", sans-serif;
    color: #1b1b1b;
    font-weight: 400;
}

.tax-portfolio-client .user-info-wrap {
    max-width: 900px;
    margin: 30px auto 70px;
}

.tax-portfolio-client .portfolio {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .tax-portfolio-client .user-info-wrap {
        display: block;
        margin: 10px auto 30px;
    }
    .tax-portfolio-client .user-info-wrap .user-img-wrap {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 25px;
        height: 120px;
        width: 120px;
    }
    .tax-portfolio-client .user-info-wrap .client-content {
        display: block;
        text-align: center;
    }
    .tax-portfolio-client .user-info-wrap .client-content .title::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*------------------------------------------------------*/

/*---------------------- 50 .KASWARA CUSTOM STYLE -------------------*/

.kswr-row-background,
.kswr-row-element-back {
    z-index: -1 !important;
}

.kswr_pnone a {
    text-decoration: none;
}

.km-progressbar-container[data-style=style_1] .km-progressbar-tooltip,
.km-progressbar-thebar {
    background: #1b1b1b;
}

.km-progressbar-container[data-style=style_2] .km-progressbar-tooltip {
    color: #b2b2b2;
}

.km-progressbar {
    background-color: #b2b2b2;
}

.km-radial-progressbar .inset .percentage {
    background: #b2b2b2;
    color: #1b1b1b;
}

.km-socials-m-icon {
    color: #b2b2b2;
}

.km-modal-video-closer {
    background: #1b1b1b;
    color: #b2b2b2;
    right: 35px;
    top: 120px;
}

.km-close {
    background: #b2b2b2;
}

.km-close:focus,
.km-close:hover {
    background: #1b1b1b;
}

.km-teammate-position,
.km-teammate-soc,
.km-teammate-content {
    color: #1b1b1b;
}

.kswr-pricing-list .kswr-pricing-bottom {
    margin-top: 20px;
}

.kswr-pricing-list .kswr-pricing-bottom span {
    line-height: 22px;
}

.wpb_text_column p {
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
}

.wpb_text_column a {
    text-decoration: none;
    font-family: "Georgia", sans-serif;
}

/*------------------------------------------------------*/

/*---------------------- 52 .FOOTER -------------------*/

#footer {
    display: block;
    padding: 20px 0;
    background-color: #1b1b1b;
    z-index: 99;
    width: 100%;
    margin: auto;
    min-height: 40px;
    bottom: 0;
    -webkit-transition: none !important;
    transition: none !important;
    position: absolute;
    left: 0;
}

#footer.white-footer {
    background-color: #fff;
}

#footer.white-footer .copyright {
    padding-top: 12px;
    padding-bottom: 12px;
}

#footer.white-footer .copyright a,
#footer.white-footer .social-links a,
#footer.white-footer .ContactWidget h3,
#footer.white-footer .ContactWidget div.contact_content,
#footer.white-footer .ContactWidget .contact_url,
#footer.white-footer .WhizzInstagramWidget,
#footer.white-footer .ContactWidget a.fa,
#footer.white-footer .widget_text h5,
#footer.white-footer .widget_text .textwidget>p,
#footer.white-footer .widget_text .wpcf7-response-output,
#footer.white-footer .widget_text form input:not([type="submit"]),
#footer.white-footer .widget_text form::after {
    color: #1B1B1B;
}

#footer.white-footer .widget_text form input[type="submit"] {
    border: 2px solid #1B1B1B;
    background-color: rgba(0, 0, 0, 0.1);
}

#footer.white-footer .widget_text form input[type="submit"]:hover {
    background-color: transparent;
}

#footer.white-footer .widget_text form input:not([type="submit"]) {
    background-color: rgba(0, 0, 0, 0.1);
}

#footer.white-footer .widget_text form input::-webkit-input-placeholder {
    color: #1B1B1B;
    opacity: 1;
}

#footer.white-footer .widget_text form input::-moz-placeholder {
    color: #1B1B1B;
    opacity: 1;
}

#footer.white-footer .widget_text form input:-ms-input-placeholder {
    color: #1B1B1B;
    opacity: 1;
}

#footer.white-footer .widget_text form input:-moz-placeholder {
    color: #1B1B1B;
    opacity: 1;
}

#footer .sidebar-item #wp-calendar caption,
#footer .widget_calendar th,
#footer .sidebar-item.widget_calendar table a {
    color: #fff;
    opacity: 1;
}

#footer .widget_calendar td {
    font-family: 'Georgia', sans-serif;
}

#footer .sidebar-item[class*='widget_'] {
    color: rgba(255, 255, 255, 0.7);
}

#footer .sidebar-item[class*='widget_'] ul {
    list-style: none;
}

#footer .sidebar-item[class*='widget_'] ul li {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#footer .sidebar-item[class*='widget_'] ul li:hover>a {
    text-decoration: none;
    color: #fff;
    opacity: 1;
}

#footer .sidebar-item[class*='widget_'] h5 {
    color: #fff;
}

#footer .sidebar-item[class*='widget_'] a,
#footer .sidebar-item[class*='widget_'] label,
#footer .sidebar-item[class*='widget_'] p,
#footer .sidebar-item[class*='widget_'] strong,
#footer .sidebar-item[class*='widget_'] span,
#footer .sidebar-item[class*='widget_'] caption {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#footer .sidebar-item[class*='widget_'] a:hover {
    text-decoration: none;
    color: #fff;
}

#footer .sidebar-item[class*='widget_'] a.rsswidget,
#footer .sidebar-item[class*='widget_'].widget_rss cite {
    color: white;
}

#footer .sidebar-item[class*='widget_'] a.rsswidget:hover {
    opacity: .7;
}

#footer .sidebar-item[class*='widget_'] select {
    color: #1b1b1b;
    width: 100%;
}

#footer .widget_product_search form::after,
#footer .widget_search form div::after {
    background-color: #b2b2b2;
    color: #fff;
    height: 39px;
}

#footer .widget_product_search form::after:hover,
#footer .widget_search form div::after:hover {
    background-color: #fff;
    color: #1b1b1b;
}

#footer.fix-bottom {
    position: fixed;
    z-index: 300;
    bottom: 0;
    width: 100%;
    background-color: transparent;
}

#footer.fix-bottom.white-footer {
    padding: 0 0 3px;
}

#footer .copyright {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 30px;
    font-family: "Georgia", sans-serif;
    color: #B2B2B2;
}

#footer .copyright a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
}

#footer .copyright a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#footer .social-links {
    float: right;
    line-height: 30px;
}

#footer .social-links .fa {
    font-size: 15px;
}

#footer .social-links a {
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding-left: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#footer .social-links:hover a {
    opacity: .7;
}

#footer .social-links a:hover {
    opacity: 1;
}

.social-list>li {
    position: relative;
    display: inline;
    margin: 0px 11px 0 1px;
    list-style: none !important;
}

.social-list {
    margin-top: 25px;
    margin-left: 0 !important;
    text-align: center;
    padding: 0 15px;
}

.social-list a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-list:hover a {
    opacity: .7;
}

.social-list a:hover {
    opacity: 1;
}

#footer .widget_search input[type="submit"] {
    height: 40px;
    bottom: 1px;
}

footer .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: static;
    font-size: 12px;
}

#footer .widget_text .wpcf7-response-output {
    clear: both;
    font-size: 12px;
}

.social-links.single-post {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.social-links.single-post a {
    padding-left: 20px;
}

.click-on-this {
    text-decoration: none;
}

.social-list-portfolio:hover a {
    opacity: .6;
}

.social-list-portfolio a:hover {
    opacity: 1;
}

.whizz_copyright_overlay {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    display: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.95);
}

.whizz_copyright_overlay.active {
    display: block;
}

.whizz_copyright_overlay_text {
    font-size: 12px;
    padding: 12px;
    text-align: center;
    color: white;
}

#footer.static {
    position: static;
}

#footer.fix-bottom.no-footer {
    display: none;
}

#footer.white-footer .sidebar-item[class*='widget_'] h5 {
    color: #1b1b1b;
}

#footer .sidebar-item {
    margin-bottom: 75px;
    margin-top: 70px;
}

#footer .widg .sidebar-item:nth-of-type(3) {
    float: right;
}

#footer .ContactWidget .whizz-widget-contact {
    max-width: 300px;
}

#footer .widget_text {
    max-width: 300px;
}

#footer .widget_text h5 {
    color: #fff;
    font-size: 11px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top: 7px;
}

#footer .widget_text .textwidget>p {
    font-size: 15px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
}

#footer .widget_text .wpcf7-response-output {
    font-size: 14px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    line-height: 1.8;
    font-weight: 100;
    letter-spacing: 0.5px;
    padding-top: 0;
}

#footer .widget_text form {
    position: relative;
}

#footer .widget_text form::after {
    content: "\f1d8";
    font-family: "FontAwesome";
    color: white;
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: -1;
}

#footer .widget_text form input:not([type="submit"]) {
    font-size: 14px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    min-height: 53px;
    line-height: 1.8;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
    width: 100%;
    font-weight: 100;
    padding: 13px 23px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid transparent;
}

#footer .widget_text form .wpcf7-form-control-wrap {
    width: -webkit-calc(100% - 57px);
    width: calc(100% - 57px);
    float: left;
    margin-right: 4px;
}

#footer .widget_text form input[type="submit"] {
    min-width: 53px;
    width: 53px;
    height: 53px;
    border: 2px solid white;
    background-color: transparent;
    color: transparent;
    margin-top: 0;
    padding: 0;
}

#footer .widget_text form input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#footer .widget_text form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

#footer .widget_text form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#footer .widget_text form input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

#footer .widget_text form input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#footer .input_protected_wrapper::after {
    display: none;
}

.main-wrapper.footer-parallax {
    background-color: #fff;
    z-index: 190;
}

#footer.footer-parallax {
    position: fixed;
}

#footer .sidebar-item ul ul ul ul ul ul {
    margin-left: 0;
}

#footer select,
#footer img {
    max-width: 100%;
    height: auto;
}

.main-wrapper.unit+#footer .sidebar-item {
    margin-left: 0;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    #footer .sidebar-item {
        margin-bottom: 50px;
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    #footer.white-footer .copyright {
        padding: 0;
    }
    #footer .widg .sidebar-item:nth-of-type(3) {
        float: none;
    }
    #footer .sidebar-item {
        text-align: center;
    }
    #footer .sidebar-item .images-wrap {
        display: inline-block;
    }
    #footer .ContactWidget .whizz-widget-contact,
    #footer .ContactWidget .contact_content {
        max-width: 100%;
    }
    #footer .widget_text {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #footer .widget_search input[type="submit"] {
        height: 38px;
    }
    #footer .widget_search form div::after {
        height: 36px;
    }
}

@media (max-width: 767px) {
    #footer {
        padding: 20px 0;
    }
    #footer .copyright,
    #footer .social-links {
        float: none;
    }
    #footer .copyright a,
    #footer .social-links a {
        padding: 0 4px;
    }
    #footer .sidebar-item {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

/*------------------------------------------------------*/

/*---------------------- 53 .OTHER -------------------*/

.main-wrapper.unit .post-paper.sidebar-show>.container>.row>.col-md-9 {
    padding: 0 30px 0 70px !important;
}

.main-wrapper.unit .post-paper.sidebar-show>.container>.row>.col-md-9.not-letter {
    padding: 0 30px 0 0 !important;
}

.main-wrapper.unit .post-paper.sidebar-show>.container>.row>.col-md-9.not-letter .post.modern .title {
    margin-top: 0;
}

.main-wrapper.unit .post-banner {
    background-color: #1b1b1b;
}

.main-wrapper.unit .post.sticky .title::before {
    content: '\f249';
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 10px;
}

.main-wrapper.unit .single-post p,
.main-wrapper.unit .single-content p,
.main-wrapper.unit .single-post ul,
.main-wrapper.unit .single-content ul,
.main-wrapper.unit .single-post ol,
.main-wrapper.unit .single-content ol,
.main-wrapper.unit address,
.main-wrapper.unit .single-post dl dd,
.main-wrapper.unit .single-content dl dd,
.main-wrapper.unit .comments dl dd,
.main-wrapper.unit .sm-wrap-post .content .post-date .date,
.main-wrapper.unit .single-pagination>div a.content,
.main-wrapper.unit .comments .person .comment-date {
    color: #7b7a7a;
}

.main-wrapper.unit .single-post p strong,
.main-wrapper.unit .single-content p strong,
.main-wrapper.unit .single-content li strong,
.main-wrapper.unit .post-info span,
.main-wrapper.unit .single-content blockquote p {
    color: #1b1b1b;
}

.main-wrapper.unit .single-post ul,
.main-wrapper.unit .single-content ul,
.main-wrapper.unit .single-post ol,
.main-wrapper.unit .single-content ol,
.main-wrapper.unit address,
.main-wrapper.unit .single-content table td {
    font-family: "Georgia", sans-serif;
}

.main-wrapper.unit input::-moz-placeholder {
    color: #7b7a7a !important;
}

.main-wrapper.unit input::-webkit-input-placeholder {
    color: #7b7a7a !important;
}

.main-wrapper.unit input:-moz-placeholder {
    color: #7b7a7a !important;
}

.main-wrapper.unit input:-ms-input-placeholder {
    color: #7b7a7a !important;
}

.main-wrapper.unit textarea::-moz-placeholder {
    color: #7b7a7a !important;
}

.main-wrapper.unit textarea::-webkit-input-placeholder {
    color: #7b7a7a !important;
}

.main-wrapper.unit textarea:-moz-placeholder {
    color: #7b7a7a !important;
}

.main-wrapper.unit textarea:-ms-input-placeholder {
    color: #7b7a7a !important;
}

.main-wrapper.unit .single-content a:hover,
.main-wrapper.unit .single-post a:hover {
    opacity: 1;
    text-decoration: none;
}

.main-wrapper.unit .single-content.no-padd-md {
    padding: 0 30px !important;
}

.main-wrapper.unit .single-content+.col-md-3,
.main-wrapper.unit .post-paper.sidebar-show>.container>.row>.col-md-3 {
    margin-bottom: 20px;
}

.main-wrapper.unit .col-md-3 .widget_rss a,
.main-wrapper.unit .col-md-3 .widget_rss span,
.main-wrapper.unit .col-md-3 .widget_rss cite {
    color: #1b1b1b;
}

.main-wrapper.unit .widget_rss a.rsswidget {
    font-weight: bold;
}

.main-wrapper.unit .widget_rss .rss-date {
    color: #1b1b1b;
    position: relative;
}

.main-wrapper.unit .main-top-content .title {
    padding: 0 15px;
}

.fullview {
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    width: 100%;
    z-index: 10001;
}

.fullview--visible {
    opacity: 1;
    pointer-events: auto;
}

.rsArrow {
    color: white;
    display: block;
    position: absolute;
    top: 50%;
    height: 66px;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    z-index: 500;
}

.fullview .rsArrow {
    opacity: 0.5;
    padding: 1.5em;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.fullview .rsArrowLeft {
    left: 3.7em;
    margin-left: -1.5em;
}

.rsArrowLeft .rsArrowIcn {
    border-left: 2px solid black;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fullview .rsArrow {
    opacity: 0.5;
    padding: 1.5em;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.fullview .rsArrow .rsArrowIcn {
    border-color: white;
    height: 1.250em;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 1.250em;
}

.fullview .rsArrowRight .rsArrowIcn {
    -webkit-transform: translate3d(-100%, -50%, 0) rotate(-45deg);
    transform: translate3d(-100%, -50%, 0) rotate(-45deg);
}

.fullview__close {
    background-size: cover;
    cursor: pointer;
    height: 1.5em;
    position: absolute;
    right: 3.5em;
    top: 3.5em;
    width: 1.5em;
    z-index: 10;
    cursor: pointer;
}

.fullview__image {
    background: #000000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.fullview__image img {
    width: 100%;
}

@media only screen and (min-width: 900px) {
    .rsArrow {
        height: 68px;
        opacity: 1;
        width: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .wrap-cont {
        margin: 0 15px !important;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #1b1b1b !important;
}

.lg-outer .lg-thumb-item {
    border-radius: 0 !important;
}

.lg-outer,
.lg-backdrop {
    z-index: 9999 !important;
}

.lg-outer .lg-img-wrap {
    background-color: #000;
}

.pager-pagination .page-numbers:hover,
.pager-pagination .page-numbers:focus,
.pager-pagination .page-numbers:active,
.pager-pagination .page-numbers:visited {
    background-color: transparent !important;
}

/*------------------------------------------------------*/

/*---------------------- 55 .PORTFOLIO PINTEREST ----------------------*/

.portfolio-pinterest .item-link {
    position: relative;
    display: block;
    margin-bottom: 23px;
    opacity: 0;
}

.portfolio-pinterest .item-link .img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.portfolio-pinterest .item-link .img-wrap:hover .info-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.portfolio-pinterest .item-link .info-content {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    display: block;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-pinterest .item-link .info-content i::before,
.portfolio-pinterest .item-link .info-content i::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #1b1b1b;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio-pinterest .item-link .info-content i::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.portfolio-pinterest .item-link h5 {
    color: #1b1b1b;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: -4px;
}

.portfolio-pinterest .item-link img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .portfolio-pinterest .item-link h5 {
        margin-top: 17px;
    }
    .portfolio.big_gap.masonry_modern.col-3 .item .item-link {
        width: 100% !important;
        margin: 0 !important;
    }
}

.single-whizzy_proof_gallery .whizzy-data .grid__item .entry__meta-box .meta-box__title {
    font-weight: 600;
    font-family: "ArcaMajora3 Bold", sans-serif;
}

.portfolio-single-content .gallery_masonry a {
    width: 33.333%;
}

.portfolio-single-content .gallery_masonry a .dgwt-jg-caption {
    display: none;
}

@media only screen and (max-width: 768px) {
    .portfolio-single-content .gallery_masonry a {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .portfolio-single-content .gallery_masonry a {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .single-product .product .summary .cart .variations .value ul li,
    .whizz_product_detail .product .summary .cart .variations .value ul li {
        justify-content: left;
    }
}

@media only screen and (max-width: 992px) {
    #topmenu.open {
        max-height: calc(100vh - 200px) !important;
    }
}

/*# sourceMappingURL=style.css.map */