/*** 3. Basic Default ***/
body {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    color: var(--black-color);
    background: #fff; }
a,
button{
    cursor:pointer;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
a:hover,
a:focus{
    text-decoration: none; }
ul{
    margin: 0;
    padding: 0;
    list-style-type: none; }
button:focus,
input:focus,
a:focus{
    outline: 0;
    background: transparent; }
::-webkit-input-placeholder { color: #b2b2b2 !important; }
::-moz-placeholder { color: #b2b2b2 !important; }
:-ms-input-placeholder { color: #b2b2b2 !important; }
input:-moz-placeholder { color: #b2b2b2 !important; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type=number] { -moz-appearance:textfield; }

/* content */
.columns-container{ padding: var(--columns-padding); }
.nc-padding{ padding: var(--nc-padding); }

#smallbanner{
    height: 170px;
    background-image: url(../img/bg-breadcrumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
    padding-top: 70px; }
#smallbanner h1{
    margin: 0;
    font-family: var(--second-font);
    font-weight: var(--second-font-normal);
    color: var(--primary-color);
    font-size: 30px;
    text-transform: uppercase; }
#smallbanner .path{
    margin-top: 20px;
    line-height: 20px;
    color: var(--second-color); }
#smallbanner .path a{ color: var(--primary-color); }
#smallbanner .path .pipe{
    margin: 0 15px;
    position: relative;
    color: var(--primary-color);
    top: 0;
    font-size: 13px; }

.home-top{ padding-bottom: 0; }
.home-middle{
    padding-top: 30px;
    background-image: url(../img/bg-home-middle2.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover; }
.about-img{ padding-right: 0; }
.about-img p{ margin: 0; }
.about-img p img{
    display: block;
    max-width: 100%;
    height: auto; }
.about-txt{
    padding-top: 30px;
    padding-left: 30px; }
.about-txt h2{
    margin: 25px 0 15px 0;
    position: relative;
    font-family: var(--second-font);
    font-weight: var(--second-font-normal);
    font-size: 20px;
    color: var(--second-color); }
.about-txt p{
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300; }
.about-txt h3{
    margin: 30px 0 0 0;
    text-align: right;
    position: relative; }

.pagination-box{ text-align: center; }
.pagination-box .product-count{
    display: inline-block;
    line-height: 30px;
    vertical-align: middle; }
.pagination-box .pagination{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px; }
#category .pagination-box .pagination{ margin: 0; }
.pagination-box .pagination>li>a,
.pagination-box .pagination>li>span {
    border: none;
    margin: 0 2px;
    border-radius: 50% !important;
    font-size: 14px;
    height: 30px;
    width: 30px;
    color: var(--gray-color); }
.pagination-box .pagination>li>a i,
.pagination-box .pagination>li>span i {
    font-size: 13px;
    position: relative;
    top: 0; }
.pagination-box .pagination>li>a:focus,
.pagination-box .pagination>li>a:hover{
    color: var(--black-color) !important;
    background-color: var(--second-color) !important; }
.pagination-box .pagination>.active>a,
.pagination-box .pagination>.active>a:focus,
.pagination-box .pagination>.active>a:hover,
.pagination-box .pagination>.active>span,
.pagination-box .pagination>.active>span:focus,
.pagination-box .pagination>.active>span:hover {
    color: var(--black-color) !important;
    background-color: var(--second-color); }
.pagination-box .pagination>.disabled>a,
.pagination-box .pagination>.disabled>a:focus,
.pagination-box .pagination>.disabled>a:hover,
.pagination-box .pagination>.disabled>span,
.pagination-box .pagination>.disabled>span:focus,
.pagination-box .pagination>.disabled>span:hover {
    cursor: default;
    color: #999 !important; }

#confirmation_box{
    position: relative;
    width: 82%;
    margin: 0 auto;
    padding-top: 20px; }
#confirmation_box img{ border-radius: 30px 50px; }
#confirmation_box .conf-block{
    position: absolute;
    background: #f4f1ef;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    width: 440px;
    border-radius: 30px;
    text-align: center;
    left: 245px;
    top: 70px; }
#confirmation_box .conf-block h1{
    font-family: var(--second-font);
    font-weight: var(--second-font-normal);
    font-size: 24px;
    margin: 0 0 20px 0;
    line-height: 1;
    position: relative;
    color: var(--primary-color);
    text-transform: uppercase; }
#confirmation_box .conf-block p{
    margin: 0;
    color: var(--gray-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 300; }

#consultame{
    padding: 20px 0;
    position: relative; }
#consultame #map_container{
    position: absolute;
    left: 90px;
    top: 0;
    width: 410px; }
footer{
    background-color: var(--primary-color);
    padding: 50px 0 0 0;
    min-height: 474px;
    background-image: url(../img/bg-footer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
footer .footer-right{
    width: 60%;
    float: right; }
footer .aboutus.last{ padding-left: 55px; } 
footer .aboutus .widget-html{ margin-bottom: 30px; }
footer .aboutus .widget-html:last-of-type{ margin-bottom: 0; }
footer .aboutus .widget-html h2{
    margin: 0 0 20px 0;
    font-size: 16px;
    color: var(--second-color);
    font-weight: var(--primary-font-bold);
    line-height: 22px; }
footer .aboutus .widget-html h2 a{ color: var(--second-color); }
footer .aboutus .widget-html h2 a:hover{ color: var(--third-color); }
footer .aboutus .widget-html ul{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
footer .aboutus .widget-html ul.mail,
footer .aboutus .widget-html ul.web{
    margin-bottom: 0; }
footer .aboutus .widget-html ul:before{
    font-family: "FontAwesome5";
    font-weight: 900;
    position: absolute;
    left: 1px;
    top: -1px;
    font-size: 15px;
    color: rgba(255,255,255,0.5); }
footer .aboutus .widget-html ul.address:before{ content: "\f3c5"; }
footer .aboutus .widget-html ul.mobile:before{
    content: "\f232";
    font-weight: 300; }
footer .aboutus .widget-html ul.mail:before{
    content: "\f0e0";
    font-size: 14px;
    left: 0; }
footer .aboutus .widget-html ul.phone:before{
    content: "\f879";
    font-size: 13px; }
footer .aboutus .widget-html ul.web:before{
    content: "\f35d";
    font-size: 14px; }
footer .aboutus .widget-html li,
footer .aboutus .widget-html li a{
    color: var(--silver-color); }
footer .aboutus .widget-html li a:hover{ text-decoration: underline; }

footer .info{ padding-left: 45px; }
footer .info .contact .row{
    margin-left: -6px;
    margin-right: -6px; }
footer .info .contact .col-nc{ padding: 0 6px; }
footer .info .contact .form-group {
    overflow: hidden;
    position: relative;
    margin-bottom: 12px; }
footer .info .contact .form-group.alice { display: none; }
footer .info .contact .form-control {
    padding: 0 15px;
    height: 40px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    color: var(--black-color); }
footer .info .contact .form-control:focus {
    border-color: var(--third-color);
    outline: 0;
    box-shadow: none; }
footer .info .contact .form-group textarea {
    height: 120px;
    line-height: 20px;
    padding: 10px 15px;
    text-align: justify; }
footer .info .contact .ptd{ margin-bottom: 18px; }
footer .info .contact .ptd label {
    font-weight: var(--primary-font-normal);
    margin: 0;
    max-width: 95%;
    line-height: 21px;
    color: var(--silver-color);
    font-size: 13px; }
footer .info .contact .ptd label a {
    font-weight: var(--primary-font-medium);
    color: var(--silver-color);
    text-decoration: underline; }
footer .info .contact .ptd label a:hover{ text-decoration: none; }
footer .info .contact .ptd div.checker {
    cursor: pointer;
    margin-right: 10px;
    float: left;
    width: 20px;
    height: 20px; }
footer .info .contact .ptd div.checker span {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px; }
footer .info .contact .ptd div.checker input {
    width: 20px;
    height: 20px; }
footer .info .contact .submit{ margin-bottom: 0; }
footer .info .contact .submit button{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: none;
    color: #fff;
    height: 44px;
    background: var(--second-color);
    font-weight: var(--primary-font-medium);
    padding: 0 30px;
    text-transform: uppercase; }
footer .info .contact .submit button:hover{
    background: var(--third-color);
    color: #fff; }
footer .info .contact .submit .sending{
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 0 30px 0 55px;
    background: var(--third-color);
    font-weight: var(--primary-font-medium);
    font-size: 14px;
    color: #fff;
    position: relative;
    line-height: 44px;
    cursor: default;
    text-transform: uppercase; }
footer .info .contact .submit .sending:before{
    content: "";
    position: absolute;
    left: 22px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/ajax-loader.gif) no-repeat;
    background-size: cover; }

#consultame .footer-end{
    text-align: center;
    color: var(--gray-color);
    margin-top: 25px; }

.wa-mobile {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
    z-index: 9000; }
.compensate-for-scrollbar .wa-mobile { right: 42px; }
.wa-mobile a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 34px;
    background: #25d366; }
.wa-mobile a:hover { background: #128c7e; }

.content_only #privacy_box { padding: 30px; }

/* alerts */
.alert { font-weight: bold; }
.alert:before { cursor: pointer; }
.alert ul,
.alert ol {
    padding-left: 20px;
    margin-bottom: 0; }
.alert ul li,
.alert ol li {
    list-style-type: circle;
    font-weight: var(--primary-font-normal);
    margin-top: 12px; }
.alert.alert-success:before,
.alert.alert-danger:before {
    font-family: "FontAwesome5";
    font-weight: 900;
    font-size: 18px;
    content: "\f058";
    padding-right: 8px;
    float: left;
    margin-top: -1px; }
.alert.alert-danger:before { content: "\f057"; }


/*** 3. Basic Default (Responsive) ***/
@media (min-width: 1500px) {
    #consultame #map_container{ left: 170px; }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #header_logo { padding-right: 0; }
    .navbar-content li { margin: 0 14px !important; }
    .navbar-content li.first-item { display: none; }
    .navbar-content li.first-tablet { margin-left: 0 !important; }
    .navbar-content li.last-item { margin-right: 0 !important; }
    .navbar-content .dropdown-menu li { margin: 0 !important; }
    #header_menu .social-block { margin-left: 26px !important; }

    .nc-padding { padding: 60px 0; }

    #featuredservices h1.title { width: 90% !important; }
    #featuredservices .item-container {
        width: 360px;
        margin: 0 auto; }

    .about-img p img { max-width: 90%; }
    .about-txt p {
        font-size: 14px;
        line-height: 26px; }
    .about-txt h3 { display: none; }

    #smallbanner {
        height: 140px;
        padding-top: 50px; }
    #smallbanner h1 { font-size: 26px; }

    #company_box .company-one .widget-html { padding-top: 10px !important; }
    #company_box .company-one p,
    #company_box .company-txt p {
        font-size: 14px !important;
        line-height: 26px !important; }

    .special-list .item-container,
    .product-list .item-container{
        width: 320px;
        margin: 0 auto; }
    .special-list .img-box:before {
        width: 282px !important;
        height: 282px !important; }
    .special-list .info-box { width: 310px !important; }

    .special-box .product-right .panel a {
        line-height: 20px !important;
        padding: 10px 50px 10px 40px !important; }
    .special-box .product-right .panel a span,
    .special-box .product-right .panel a:after{
        top: 9px !important; }
    .special-box .product-img:before {
        width: 252px !important;
        height: 252px !important; }
    .special-box .product-right,
    .standard-box .product-right{
        padding-left: 15px !important; }

    #listblog { width: 100% !important; }
    #article_blog { width: 100% !important; }
    #article_blog .image { height: 380px !important; }
    #article_blog .image img { margin-top: -30px !important; }

    #confirmation_box { width: 100%; }

    #consultame { padding: 0 0 20px 0; }
    #consultame #map_container {
        left: 0;
        top: inherit;
        bottom: 65px;
        width: 100%; }
    #map_container #map { height: 320px !important; }
    footer {
        padding: 50px 0 50px 0;
        min-height: inherit; }
    footer .footer-right {
        width: 80%;
        float: inherit;
        margin: 0 auto; }

    .fancybox-slide{ padding: 40px 30px !important; }
    .fancybox-slide--iframe .fancybox-content { max-width: 90% !important; }
}

@media (min-width: 767px) and (max-width: 991px) {
    #header_fixed { padding: 0 !important; }
    header{ padding-bottom: 20px; }
    #header_top .widget-html li.mail { display: none; }
    #header_logo a{
        display: block;
        width: 320px;
        margin: 0 auto; }
    #header_logo img{ margin: 0 auto; }
    #header_menu {
        padding-top: 0 !important;
        padding-left: 15px !important; }
    #header_menu .social-block { margin-left: 36px !important; }
    .navbar-content li { margin: 0 18px !important; }
    .navbar-content li.first-item { margin-left: 0 !important}
    .navbar-content li.last-item { margin-right: 0 !important; }
    .navbar-content .dropdown-menu li { margin: 0 !important; }

    .banner-box {
        width: 41% !important;
        bottom: 21% !important; }
    .banner-box h1 { font-size: 40px !important; }
    .banner-box p {
        font-size: 20px !important;
        line-height: 30px !important; }
    .banner-box li a {
        line-height: 54px !important;
        font-size: 16px !important; }

    .nc-padding { padding: 60px 0; }
    .columns-container { padding: 30px 0 40px 0; }

    #smallbanner {
        height: 130px;
        padding-top: 50px; }
    #smallbanner h1 { font-size: 22px; }
    #smallbanner .path { margin-top: 15px; }

    #featuredservices h1.title { width: 90% !important; }
    #featuredservices .item-container,
    .special-list .item-container,
    .product-list .item-container{
        width: 330px;
        margin: 0 auto; }
    #featuredservices .img-box:before,
    .special-list .img-box:before{
        width: 270px !important;
        height: 270px !important; }
    #featuredservices .info-box,
    .special-list .info-box{
        width: 330px !important;
        right: 0 !important; }
    .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 5px !important; }
    .owl-theme .owl-controls .owl-buttons div.owl-next { right: 5px !important; }

    .home-middle {
        padding-top: 20px;
        padding-bottom: 40px; }
    .home-middle .container { position: relative; }
    .home-middle .about-img{
        position: absolute;
        bottom: -40px;
        right: 0; }
    .about-img p img { max-width: 90%; }
    .about-txt p:first-of-type { }
    .about-txt h3 { margin: 20px 0 0 0; }
    .about-txt h3 img{
        max-height: 50px;
        width: auto; }

    .special-box .product-right .panel a {
        line-height: 20px !important;
        padding: 10px 50px 10px 40px !important; }
    .special-box .product-right .panel a span,
    .special-box .product-right .panel a:after{
        top: 9px !important; }
    .special-box .product-img:before {
        width: 265px !important;
        height: 265px !important; }

    #feedblog li:last-child{ display: none; }
    #listblog { width: 100% !important; }
    #article_blog { width: 100% !important; }
    #article_blog .image { height: 380px !important; }
    #article_blog .image img { margin-top: -35px !important; }

    #company_box .company-one .widget-html { padding-top: 35px !important; }
    #company_box .company-one p,
    #company_box .company-txt p {
        font-size: 14px !important;
        line-height: 26px !important; }

    #confirmation_box {
        width: 96%;
        padding-top: 0; }
    #confirmation_box .conf-block { top: 50px; }

    #consultame { padding: 0 0 15px 0; }
    #consultame #map_container {
        top: inherit;
        left: 0;
        bottom: 50px;
        width: 100%; }
    #map_container #map { height: 320px !important; }
    footer {
        padding: 30px 0 40px 0;
        min-height: inherit; }
    footer .footer-right { width: 100%; }
    footer .aboutus{
        padding-left: 30px;
        padding-right: 15px; }
    footer .info {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 40px; }
    footer .info .contact .ptd label {
        max-width: 90%;
        line-height: 18px; }
    #consultame .footer-end { margin-top: 15px; }

    .fancybox-slide{ padding: 40px 30px !important; }
    .fancybox-slide--iframe .fancybox-content { max-width: 90% !important; }
}

@media (max-width: 767px) {
    #header_top .widget-html { text-align: left !important; }
    #header_top .widget-html li.address,
    #header_top .widget-html li.mail{
        display: none; }
    #header_top .widget-html li.mobile { margin-left: 0; }
    #header_logo {
        padding-top: 15px !important;
        padding-bottom: 15px !important; }
    #header_logo a{
        display: block;
        width: 260px;
        margin: 0 auto; }
    #header_logo img{
        margin: 0 auto;
        max-height: 50px; }
    #header_menu {
        padding-top: 0 !important;
        width: 110px;
        top: 0;
        right: 40px;
        position: absolute; }
    #header_menu .social-block { margin-left: 0 !important; }
    #header_menu .social-block li a { width: 30px !important; }
    #header_menu .social-block li.instagram a,
    #header_menu .social-block li.facebook a{
        background-image: none !important; }

    .banner-box h1 {
        font-size: 46px !important;
        line-height: 1.3 !important;
        margin: 0 0 20px 0 !important; }
    .banner-box p { display: none; }
    .banner-box li a {
        line-height: 70px !important;
        font-size: 24px !important; }

    .nc-padding { padding: 40px 0; }
    .columns-container { padding: 30px 0 40px 0; }

    #smallbanner {
        height: 100px;
        background-image: url(../img/bg-breadcrumb-mobile.jpg);
        padding-top: 35px; }
    #smallbanner h1 { font-size: 18px; }
    #smallbanner .path {
        margin-top: 10px;
        font-size: 13px;
        height: 20px;
        overflow: hidden; }
    #smallbanner .path .pipe {
        margin: 0 10px;
        font-size: 12px, }

    #featuredservices h1.title {
        font-size: 14px !important;
        line-height: 22px !important;
        width: 100% !important;
        margin: 0 auto 30px auto !important;
        padding-bottom: 20px !important; }
    #featuredservices .owl-carousel .owl-item { padding: 0 30px !important; }
    #featuredservices .item-container,
    .special-list .item-container{
        padding-right: 0 !important;
        padding-bottom: 130px !important;
        width: 300px;
        margin: 0 auto; }
    #featuredservices .img-box:before,
    .special-list .img-box:before{
        width: 270px !important;
        height: 270px !important; }
    #featuredservices .info-box,
    .special-list .info-box{
        width: 300px !important;
        padding: 15px 15px 20px 15px !important;
        right: 0 !important; }
    .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 5px !important; }
    .owl-theme .owl-controls .owl-buttons div.owl-next { right: 5px !important; }
    .product-list .item-container{
        width: 300px;
        margin: 0 auto; }

    .special-box .product-right,
    .standard-box .product-right{
        padding-left: 15px !important;
        margin-top: 20px; }
    .special-box .product-right .panel a {
        line-height: 20px !important;
        padding: 10px 50px 10px 40px !important; }
    .special-box .product-right .panel a span,
    .special-box .product-right .panel a:after{
        top: 9px !important; }
    .special-box .product-img,
    .standard-box .product-img{
        width: 280px;
        margin: 0 auto; }
    .special-box .product-img:before {
        width: 260px !important;
        height: 260px !important; }

    .home-middle {
        padding-top: 30px;
        padding-bottom: 30px; }
    .about-img{
        padding-right: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.2); }
    .about-img p img { 
        max-width: 240px;
        margin: 0 auto; }
    .about-txt {
        padding-top: 20px;
        padding-left: 15px; }
    .about-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        text-align: center; }
    .about-txt h2 {
        margin: 20px 0 15px 0;
        font-size: 18px;
        text-align: center; }
    .about-txt h3 { 
        margin: 15px 0 0 0;
        text-align: center; }
    .about-txt h3 img{
        max-height: 50px;
        width: auto; }

    #feedblog .title h1 {
        margin: 0 0 20px 0 !important;
        line-height: 26px !important;
        font-size: 16px !important;
        padding-right: 20px !important; }
    #feedblog li{ margin-bottom: 30px; }
    #feedblog li:last-child{ margin-bottom: 0; }
    #feedblog .article-box,
    #listblog .article-box{
        width: 300px;
        margin: 0 auto; }
    #feedblog .article-box .article,
    #listblog .article-box .article{
        padding: 30px 0 0 0 !important; }
    #feedblog .article-box .article h5,
    #listblog .article-box .article h5{
        height: inherit !important; }
    #listblog { width: 100% !important; }
    #article_blog { width: 100% !important; }
    #article_blog h1.title {
        line-height: 24px !important;
        font-size: 20px !important; }
    #article_blog .article p {
        line-height: 24px !important;
        font-size: 14px !important; }
    #article_blog .image { height: inherit !important; }
    #article_blog .image img{ margin-top: 0 !important; }

    #company_box .company-one p,
    #company_box .company-txt p {
        font-size: 14px !important;
        line-height: 24px !important; }
    #company_box .company-one .widget-html {
        padding-left: 0 !important;
        padding-top: 0 !important;
        min-height: inherit !important;
        margin-bottom: 30px !important;
        padding-bottom: 400px !important;
        background-position: center bottom !important;
        background-size: 200px !important; }
    #company_box .company-txt { margin-bottom: 20px !important; }

    #privacy_box h1 {
        margin: 0 0 20px 0 !important;
        font-size: 18px !important; }

    #confirmation_box {
        width: 100%;
        padding-top: 0; }
    #confirmation_box img { display: none; }
    #confirmation_box .conf-block {
        position: relative;
        background: transparent;
        padding: 10px 20px 0 20px;
        box-shadow: none;
        width: 100%;
        border-radius: 20px;
        left: 0;
        top: 0; }
    #confirmation_box .conf-block p {
        font-size: 16px;
        line-height: 24px; }

    #consultame { padding: 0 0 15px 0; }
    #consultame #map_container {
        top: inherit;
        left: 0;
        bottom: 50px;
        width: 100%; }
    #map_container #map { height: 320px !important; }
    footer {
        padding: 40px 0 40px 0;
        min-height: inherit;
        background-image: url(../img/bg-footer-mobile.jpg);
        background-position: center top;
        background-size: cover; }
    footer .footer-right { width: 100%; }
    footer .aboutus {
        padding-left: 30px;
        padding-right: 30px; }
    footer .aboutus.last {
        padding-left: 30px;
        margin-top: 30px; }
    footer .aboutus .widget-html {
        width: 260px;
        margin: 0 auto 30px auto; }
    footer .aboutus .widget-html h2 { margin: 0 0 15px 0; }
    footer .aboutus .widget-html ul { margin-bottom: 13px; }
    footer .info {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 30px; }
    footer .info .contact .ptd label {
        max-width: 90%;
        line-height: 18px; }
    #consultame .footer-end { margin-top: 15px; }

    .wa-mobile {
        right: 10px;
        bottom: 10px;
        width: 54px;
        height: 54px; }
    .wa-mobile a {
        line-height: 54px;
        font-size: 32px; }

    .fancybox-slide{ padding: 40px 15px !important; }
    .fancybox-slide--iframe .fancybox-content { max-width: 100% !important; }
}
