/***
====================================================================
Custom
====================================================================
***/
h1 {
    color: #4e698a;
}

h2 {
    color: #146ca4;
}

a {
    color: #d2172a;
}

.main-header .header-top {
    position: relative;
    background-color: #4e698a;
}

.btn-style-one,
.banner-section .slide-item h2:before {
    background-color: #189de4;
}

.btn-style-one {
    background-color: #d2172a;
}

.main-header .header-top .top-left:before {
    background-color: #4e698a;
}

.main-header .header-top .top-right {
    padding: 0;
}

.main-header .header-upper {
    background: #fff;
}

.main-header .search-box-outer .dropdown-menu,
.main-header .hours-box-outer .dropdown-menu {
    border-top: 3px solid #4e698a;
    border-radius: 0;
}

.main-header .search-box-outer .dropdown-menu {
    top: 48px !important;
}

.main-header .hours-box-outer .dropdown-menu {
    top: 10px !important;
    width: 350px;
}

.main-header .hours-box-outer .dropdown-menu li {
}

.main-header .hours-box-outer .dropdown-menu li span {
    display: block !important;
    position: relative !important;
    color: #000 !important;
}

.main-header .hours-box-outer .dropdown-menu {
    color: #000 !important;
}

.main-header .header-upper .logo {
    padding: 0;
}

.main-header .header-upper .logo img {
    display: inline-block;
    width: 250px;
    height: auto;
    margin-top: 55px;
}

.main-header .header-upper .logo h1 {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 6.8rem;
    font-weight: 500;
}

.main-header .header-top .info-list li {
    padding-left: 30px;
}

.main-header .header-top .info-list li span {
    color: #fff;
    font-size: 1rem;
    line-height: 30px;
    margin-right: 3px;
    display: inline-block;
}

.main-header .header-top .info-list li span:before {
}

.main-header .search-box-outer {
    padding: 15px 30px;
}

.main-header .search-box-outer:before {
    position: absolute;
    left: 0;
    top: 13px;
    height: 24px;
    width: 1px;
    background-color: #e8e8e8;
    content: "";
    display: none;
}

.main-header .search-box-outer .dropdown-menu {
    top: 48px !important;
    border-top: 3px solid #4e698a;
}

@media (max-width:400px) {
    .main-header .search-box-outer .dropdown-menu {
        top: 48px !important;
        left: 0 !important;
        border-top: 3px solid #4e698a;
    }

}

/*.main-header li.nav-item:after {
    content: '';
    width: 100%;
    background-color: #d2172a;
    height: 3px;
    display: block;
}*/

.main-header li.nav-item:hover:after,
.main-header li.nav-item.active:after {
    content: '';
    width: 100%;
    background-color: #d2172a;
    height: 3px;
    display: block;
    margin-top: -3px;
}

li.nav-item.active {
}

/*.main-header .search-panel .form-group,*/
#search-block-form .form-group {
    position: relative;
    margin: 0px;
}

#search-block-form .form-actions {
    position: absolute;
    right: 8px;
    top: 32px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

#search-block-form .form-actions  button {
    font-size: 0;
    background-color: transparent;
    border: none;
}

#search-block-form .form-actions  button:before {
    content: '\f002';
    font-size: 16px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.nav-outer .mobile-nav-toggler {
    color: #4e698a;
}

.main-menu .navigation > li > ul {
    width: auto;
}

.main-menu .navigation > li.dropdown:hover > ul {
    top: 111px;
}

.sticky-header .navigation > li.dropdown:hover > ul {
    top: 88px;
}

.main-menu .navigation > li > ul {
    border-top: 3px solid #4e698a;
    border-radius: 0;
}

.main-menu .navigation .dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #4e698a;
    padding-left: 16px;
}

.main-menu .navigation > li {

    /*padding: 15px 0 0 0;*/
}

.main-menu .navigation > li > a {
    padding: 30px 0px !important
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li > ul > li > a:before {

    /*color: #4e698a;*/
}

.main-menu .navigation > li > ul > li > a:before {
    background-color: #4e698a;
}

.hours-box-outer button {
    color: #fff !important;
}

.hours-box-outer button:hover {
    color: #d2172a !important;
}

.hours-box-outer i.far {
    font-weight: 900;
    color: #fff;
    font-size: 1.2rem;
    margin-right: 5px;
}

.sticky-header {
    background: url(../images/bg-sticky.png);
}

.sticky-header .main-menu .navigation > li > a {
    padding: 30px 0px !important;
}

.fixed-header .sticky-header .logo {
    padding: 0;
}

.fixed-header .sticky-header .logo img {
    width: 200px;
    margin-top: 20px;
}

.fixed-header .sticky-header .logo h1 {
    font-size: 1.4rem;
    line-height: 2.9rem;
    font-weight: 500;
}

li.slide-item .btn-style-one {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
}

li.slide-item .btn-style-one:hover {
    color: #000;
}

/* Homepage */
.banner-section .bx-wrapper {
    position: relative;
}

.banner-section .slide-item .text p {
    position: relative;
    font-size: 28px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 45px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fa-search:before {
    content: "\f002";
    font-size: 1.2rem;
    color: #fff;
}

.banner-section .active-slide .text p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-section .bx-controls {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    display: block;
}

.banner-section a.bx-prev,
.banner-section a.bx-next {
    display: block;
    padding: 30px 15px;
    background: url(../images/bg-arrows.png);
    font-size: 0;
}

.banner-section a.bx-prev:before,
.banner-section a.bx-next:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    margin-top: 20px;
    display: block;
    color: #676565;
}

.banner-section a.bx-prev:before {
    content: "\f104";
}

.banner-section a.bx-next:before {
    content: "\f105";
}

.banner-section a.bx-prev {
    float: left;
}

.banner-section a.bx-next {
    float: right;
}

.banner-section .bx-controls-auto {
    display: none;
}

.video-section:after {
    background-color: #4e698a;
    opacity: 1;
}

.parallax-window {
    position: relative;
}

.parallax-window .sec-title {
    width: 100%;
    width: 60%;
    margin: 0 auto;
}

.parallax-window .btn-style-one {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 1.4rem;
}

.banner-section .slide-item .content-box:before,
.parallax-window:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #070c15;
    opacity: .40;
    content: "";
}

.services-and-skills .services {
    position: relative;
    padding: 110px 0;
}

.services-and-skills .services:before {
    background-repeat: repeat;
    background-position: center top;
    background-image: url(../images/icons/pattern-2.jpg);
}

.services-and-skills .services .sec-title {
    margin-bottom: 0;
}

.flippers {
    padding: 0;
}

.flippers.residential {
    margin: 50px 0 100px 0;
}

.flippers.commercial {
    margin: 50px 0 100px 0;
}

@media (min-width:768px) {
    .flippers {
        padding: 0 100px;
    }

}

.flippers h1 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 2rem;
}

.flip-container h1 {
    font-weight: 500;
}

.flippers .btn-flip {
    background-color: #fff;
    color: #4e698a;
    border-radius: 0;
    margin-top: 15px;
}

/* entire container, keeps perspective */

/*.flip-container {
perspective: 1000px;
margin-bottom: 30px;
}*/

/* flip the pane when hovered */

/*.flip-container:hover .flipper,
.flip-container.hover .flipper {

}*/

/*.flip-container,
.card-front,
.card-back {
height: 380px;
width: 100%;
}*/

/* flip speed goes here */

/*.flipper {

}*/

/* hide back of pane during swap */

/*.card-front,
.card-back {

top: 0;
left: 0;
padding: 30px;
}*/

/* front pane, placed above back */
.card-front {
    background-color: #ccc;
}

.card-front h1 {
    margin-top: 20px;
}

.card-front i {
    font-size: 4rem;
    color: #4e698a;
}

.card-front > div,
.card-front > div {
    text-align: center;
    width: 100%;
}

/* back, initially hidden pane */
.card-back {
    color: #fff;
}

.card-back  p {
    color: #fff;
}

.parallax-window {
    min-height: 500px;
    background: transparent;
}

.parallax-window h2 {
    margin-bottom: 30px;
}

.parallax-window .btn-style-one:hover {
    color: #d2172a;
}

.main-footer {
    position: relative;
    background-color: #000;
}

.sidebar {
    position: relative;
    background-color: #fff;
    padding-right: 0;
}

#main-wrapper,
#main {
    background-color: #fff;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: .25rem;
}

.sec-title h2:before {
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    width: 5px;
    background-color: #d2172a;
    content: "";
}

.clients-section h2 {
    color: #4e698a !important;
}

.clients-section .owl-next:hover,
.clients-section .owl-prev:hover {
    color: #ffffff;
    background-color: #4e698a;
    border: 1px solid #4e698a;
}

.clients-section:after {
    background-color: #f1f1f1;
}

.testimonials-section {
    position: relative;
    padding: 20px 0px 110px 0;
    z-index: 1;
    margin-top: 50px;
}

.testimonial-block .text p {
    position: relative;
    display: block;
    font-size: 18px;
    color: #222222;
    font-style: italic;
    line-height: 32px;
    margin-bottom: 32px;
}

/* Main content */
main.main-content {
    padding-bottom: 80px;
}

.node__content {
    padding-bottom: 80px;
}

.block-page-title-block h1.title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 1.2em;
    color: #4e698a;
    font-weight: 700;
}

.block-page-title-block h1.title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background-color: #d2172a;
    display: inline-block;
}

.node__content h2,
.node__content h3,
.lower-content h2,
.node_search-results h3 a {
    margin: 30px 0 20px 0;
    color: #4e698a;
    font-size: 24px;
    line-height: 1.2em;
    color: #4e698a;
    font-weight: 500;
    margin-bottom: 30px;
}

.node__content hr {
    margin-top: 20px;
}

.node__content ul {
    margin-top: 20px;
}

.node__content ul li {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #222222;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 13px;
}

.node__content ul li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 0px;
    color: #d2172a;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.book-navigation {
    display: none;
}

aside {
    padding-right: 20px;
    padding-bottom: 80px;
}

aside .category-list li {
    margin-bottom: 0;
}

/*aside .category-list li a {
position: relative;
font-size: 14px;
font-weight: 400;
color: #1a2940;
line-height: 26px;
padding: 10px 25px;
display: block;
padding-left: 25px;
border-radius: 3px;
}*/
.main-footer .footer-widget .title:before {
    background-color: #d2172a;
}

.main-footer .footer-bottom {
    border-top: 1px solid #d2172a;
}

footer img.foot-logo {
    max-width: 200px;
}

footer .webform-submission-contact-add-form {
    padding: 0 15px;
}

footer ul.footer-list li {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1.8rem;
}

footer ul.footer-list li span {
    display: inline-block;
    margin-right: 5px;
}

.main-footer .footer-bottom .copyright,
.main-footer .footer-links li a {
    color: rgba(255, 255, 255, .65);
}

.webform-submission-contact-add-form .form-control,
.webform-submission-contact-add-form button {
    border-radius: 0;
}

.webform-submission-contact-add-form .form-text {
    margin-top: 0;
}

.webform-submission-contact-add-form button {
    border-color: #d2172a;
    background-color: #d2172a;
}

.webform-submission-contact-add-form button:hover {
    color: #000 !important;
}

.webform-submission-contact-add-form button:hover:before {
    background-color: #ccc !important;
}

.webform-flex > fieldset {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .webform-flex fieldset.form-group {
        margin-bottom: 0;
    }

}

.scroll-to-top {
    background: #189de4;
}

.scroll-to-top:hover {
    background: #ccc;
}

.sidebar-widget.contact-widget {

    /*    border: 1px solid #ccc;*/
    padding: 10px;
}

.news-block .lower-content .read-more {
    color: #d2172a;
    !important;
}

.sidebar .contact-widget .widget-content {
    position: relative;
    background-color: #ffffff;
    padding: 0;
}

.sidebar .popular-posts .post .post-inner {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
    padding-top: 0;
}

.single-item-carousel .owl-item {
    background-color: #189de4;
    color: #fff !important;
    padding: 30px 15px;
    display: flex;
}

.single-item-carousel .owl-item.center {
    background-color: #4e698a;
    color: #fff !important;
}

.testimonial-block .text p {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    line-height: 32px;
    margin-bottom: 32px;
}

.testimonial-block .rating span {
    font-size: 20px;
    color: #ffce4a;
}

.testimonial-block .icon {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}

.testimonial-block .inner-box h3,
.testimonial-block .designation {
    color: #fff;
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    line-height: 32px;
    margin-bottom: 32px;
}

.client-block .image {
    background-color: transparent;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.client-block .image:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

.clients-section {
    padding: 60px 0;
}

.clients-section .owl-nav {
    display: none;
}

.clients-section .sponsors-carousel {
    padding-bottom: 0;
}

/* Carousel Video */
.carousel {

    /*height: 700px;*/
}

.carousel-inner h5 {
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
}

.carousel-item {
    overflow: hidden;
    height: 500px;
    z-index: 100;
}

.carousel-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .50;
    content: "";
    z-index: 200;
}

.carousel-item img {
    width: auto !important;
    max-width: none;
}

.carousel-item video {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.carousel-caption {
    bottom: 50px;
    z-index: 300;
}

.carousel-caption .btn-box {
    margin-top: 40px;
}

.carousel-caption .btn-box a {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 1.4rem;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 500;
}

@media (min-width:1200px) {
    .carousel-inner h5 {
        font-size: 3rem;
    }

    .carousel-item {
        height: 500px;
    }

    .carousel-item img {
        width: 100% !important;
        max-width: 100%;
    }

}

/* Pages - general */
#block-city-breadcrumbs {
    margin-left: -15px;
}

/* Contact page */
.page-node-21 .node__content {
    padding-bottom: 0;
}

table.table-contacts tr th {
    background: transparent;
    color: #666;
    font-weight: 700;
    width: 50%;
}

table.table-contacts td,
table.table-contacts th {
    border: 2px solid #fff !important;
}

.single-item-carousel .owl-stage {
    display: table;
    width: 100%;
}

.single-item-carousel .owl-item {
    height: 800px;
}

.video-section .video-column .inner-column {
    padding: 60px 15px 60px 15px;
}

.video-section .video-column h4 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 10px;    /* margin-bottom: 50px; */
}

section.news {
    margin: 30px 0;
    padding: 0 30px;
}

@media (min-width:768px) {
    section.news {
        margin: 50px 100px;
        padding: 0 30px;
    }

}

tr {
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
    background: transparent;
    background: rgba(0, 0, 0, 0);
}

.image-box .image > a {
    display: none;
}

.image-box .image > a:first-child {
    display: inherit;
}

a.more-items {
    margin-top: 20px;
}

@media (min-width:768px) {
    a.more-items {
        float: right;
        margin-top: 0;
    }

}

aside ul.contact-list {
}

.sidebar-getquote {
    background-color: #f7f7f7;
    border: 1px solid #4e698a;
    padding: 25px;
}

.sidebar .contact-list .number {
    padding-left: 0;
}

aside .main-menu {
    float: none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #d2172a;
}

.main-header .header-top .info-list li a:hover {
    color: #d2172a;
}

.btn-style-one:hover {
    color: #d2172a;
}

.scroll-to-top {
    background: #d2172a;
}

.project-detail .info-box {
    border: 1px solid
    #d2172a;
}

.project-detail h2::before {
    background-color: #d2172a;
}

.content-column .project-detail h2::before {
    background-color: #df6512;
}

.projects-page-section .filters .filter.active,
.projects-page-section .filters .filter:hover {
    color: #ffffff;
    background-color: #d2172a;
}

.sidebar-title h3::before {
    background-color: #d2172a;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width:576px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width:768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width:992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
}

.category-list {
    margin-bottom: 50px;
}

.category-list .nav-link {
    background: #f7f7f7;
    margin-bottom: 2px;
}

.category-list .nav-link:hover,
.category-list .nav-link.active {
    background-color: #d2172a;
    color: #fff;
}

.category-list .nav-link:hover {
    background-color: #fff;
    color: #666;
}

/**/

/***
* CSS3 FLIP CARDS
* Markup for an element that a user can hover to reveal content on the back, like a card
* Browser Support: Safari, Firefox, Chrome, IE8+, and Touch Devices; (IE9 and below will not have any flip effect but will just change on hover)
***/
.flip-card {
    display: block;
    position: relative;
    z-index: 1000;
    height: 380px;
    width: 100%;
    margin-bottom: 30px;
}

.flip-card .card-front,
.flip-card .card-back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.9s;
    -o-transition: -o-transform 0.9s;
    -webkit-transition: -webkit-transform 0.9s;
    transition: transform 0.9s;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.flip-card .card-front {

    /*  -moz-transform: perspective(300) rotateY(0);
      -webkit-transform: perspective(300) rotateY(0);
      transform: perspective(300) rotateY(0);*/
    background-color: #f1f1f1;
    z-index: 900;
}

.flip-card .card-back {
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 800;
    background-color: #4e698a;
}

.flip-card:hover .card-front {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);/*  -moz-transform: perspective(300) rotateY(180deg);
      -webkit-transform: perspective(300) rotateY(180deg);
      transform: perspective(300) rotateY(180deg);*/
}

.flip-card:hover .card-back {
    z-index: 950;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);/*  -moz-transform: perspective(300) rotateY(0deg);
      -webkit-transform: perspective(300) rotateY(0deg);
      transform: perspective(300) rotateY(0deg);*/
}

.webform-button--submit:hover {
    background: #ccc;
}

.carousel-inner-sm > .carousel-item {
}

section.cov19 {
    padding: 50px 0;
}

section.cov19 h1 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #d2172a;
    font-weight: 700;
}

.page-banner {
    display: none;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

span.fa-facebook {
    font-size: 20px!important;
}