
body 
{
    margin: 0;
    padding: 0;
}


body div,
body section
{
    -moz-outline: none !important;
    outline: none !important;
}


#page-wrapper
{
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    background-color: #F9F7F7;
}


.fancybox-bg
{
    background: #000 !important;
}


.fancybox-container
{
    background: rgba(0,0,0,.5) !important;
}


h1,h2,h3,h4,h5,h6 { font-family: 'Padauk', sans-serif; }


.no-padding
{
    padding: 0;
}


.no-padding-left
{
    padding-left: 0;
}


.no-padding-right
{
    padding-right: 0;
}



















/*--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------- TOP BAR NAV ----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

#navbar
{
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 60px;
    
    --webkit-transition: background, 0.5s;
    -moz-transition: background, 0.5s;
    -ms-transition: background, 0.5s;
    -o-transition: background, 0.5s;
    transition: background, 0.5s;
}


.top-logo
{
    display: none;
    max-width: 200px;
    height: auto;
    margin-top: 15px;
    margin-left: 5%;
}


.shy-menu 
{ 
    position: absolute;
    right: 20px;
    top: 12px;
}


.shy-menu-panel
{
    position: absolute;
    top: 55px;
    right: -500px;
    width: 300px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.shy-menu-panel ul 
{
    float: left;
    list-style: none;
}


.shy-menu-panel li 
{
    float: right;
    width: 100%;
    height: auto;
    text-align: right;
    margin-bottom: 15px;
}


.shy-menu-panel li a 
{
    color: white;
    text-align: left;
    line-height: 20px;
    padding: 1px 5px 3px 8px;
    letter-spacing: 2px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    font-size: 20px;
    background-color: rgba(0,0,0,0.65);
    border-color: transparent; 
    text-transform: uppercase;
}


.shy-menu-panel li a:hover 
{
    background-color: #BE202E;
    text-decoration: none;
}


.shy-menu-hamburger 
{
    width: 54px;
    height: 54px;
    display: block;
    cursor: pointer;
}


.shy-menu-hamburger > .layer 
{
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 1px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.shy-menu-hamburger .top
{
    top: 8px;
}


.shy-menu-hamburger .mid
{
    top: 16px;
}


.shy-menu-hamburger .btm
{
    top: 24px;
}


.top-rotate
{
    top: 16px !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btm-rotate
{
    top: 16px !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




@media only screen and (max-width: 767px)
{
    .shy-menu-panel
    {
        width: 150px;
    }


    .shy-menu-panel li 
    {
        margin-bottom: 10px;
    }


    .shy-menu-panel li a 
    {
        font-size: 14px;
    }


    .slider-container
    {
        margin-top: 50px;
    }


    .big-image
    {
        height: calc(100vh - 120px) !important;
    }


    .slider-control
    {
        height: 70px;
    }
}



















/*--------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------- SLIDER -------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

.big-image
{
    height: calc(100vh - 75px);
    background: black;
}


.slider-image
{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}


.slider-image .caption
{
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    text-transform: capitalize;
    z-index: 9;
}


.slider-image img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    object-fit: cover;
}


.video-player
{
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.video-player video
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.slider-control
{
    height: 80px;
    background: #010101;
}


.curve
{
    position: relative;
    float: left;
    width: 28%;
    height: 100%;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}


.curve img.tanjim-icon
{
    position: absolute;
    right: -94px;
    top: -1px;
    width: auto;
    height: calc(100% + 3px);
    z-index: 5;
}


.curve .logo
{
    width: 220px;
    height: 35px;
    margin-top: 20px;
}


.small-images
{
    position: relative;
    float: right;
    width: 72%;
    height: 100%;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}


.slider-thumbnail
{
    float: left;
    width: 14.28571%;
    height: 100%;
}


.slider-thumbnail img,
.slider-thumbnail video
{
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer; 
    z-index: 3;
}


.video-thumbnail 
{
    position: relative;
}


.video-thumbnail .fa
{
    position: absolute;
    left: 40%;
    right: 40%;
}


.small-images .fa
{
    position: absolute;
    top: 33%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 9;
}


.small-images .fa-angle-double-right 
{
    right: 20px;
}


.small-images .fa-angle-double-left
{
    left: 18vh;
}




@media only screen and (max-width: 767px)
{
    #navbar
    {
        height: 20px;
        background: rgba(0,0,0,.9) !important;
    }


    .top-logo
    {
        display: block;
        max-width: 50%;
        max-height: 30px;
        height: auto;
        margin-top: 12px;
        margin-left: 20px;  
    }


    .shy-menu
    {
        top: 8px;
        right: 5%;
    }


    .shy-menu-hamburger
    {
        width: 25px;
        height: 30px;
    }


    .shy-menu-hamburger > .layer
    {
        width: 25px;
    }


    .big-image
    {
        height: 88vh;
    }


    .slider-image .caption
    {
        right: 20px;
        bottom: 0px;
        font-size: 20px;
    }


    .video-player
    {
        width: 100%;
        height: 100%;
    }


    video
    {
        margin-top: 0;
    }


    .slider-control
    {
        height: 12vh;
    }


    .small-images
    {
        width: 100%;
    }


    .small-images
    {
        padding: 0px 25px;
    }


    .curve
    {
        display: none;
    }


    .slider-thumbnail
    {
        width: 25%;
    }


    .video-thumbnail .fa
    {
        top: 15px;
        left: 35%;
        right: 50%;
    }


    .small-images .fa-angle-double-left,
    .small-images .fa-angle-double-right
    {
        font-size: 20px;
    }


    .small-images .fa-angle-double-left
    {
        left: 8px;
    }


    .small-images .fa-angle-double-right
    {
        right: 8px;
    }
}




@media only screen and (min-width: 768px) and (max-width: 1180px)
{
    .curve
    {
        width: 32%;
        padding-left: 2.5%;
    }


    .small-images
    {
        width: 68%;
    }


    .video-thumbnail .fa
    {
        left: 35%;
        right: 50%;
    }


    .small-images .fa
    {
        font-size: 25px;
    }


    .small-images .fa-angle-double-left
    {
        left: 10vh;
    }


    .small-images .fa-angle-double-right 
    {
        right: 2.5%;
    }
}




@media only screen and (min-width: 1070px) and (max-width: 1249px)
{
    .curve
    {
        padding-left: 2.5%;
    }


    .curve .logo
    {
        margin-top: 3.5vh;
    }
}




@media only screen and (min-width: 1450px)
{
    .small-images .fa-angle-double-left
    {
        left: 8%;
    }
}


















/*--------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------ ABOUT -------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

.about
{
    padding: 100px 0px 0px 0px;
}


.about-video
{
    text-align: center;
    padding: 0px 5% 0px 2.5%;
}


.about-player
{
    max-width: 550px !important;
    margin: 0px auto;
    height: 350px !important;
}


.about-text
{
    height: auto;
    padding-right: 5%;
}


.about-text h2
{
    position: relative;
    float: left;
    width: auto;
    color: #333;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 2px solid #565656;
    margin-top: 10px;
    margin-bottom: 18px;
}


.about-text h2 span
{
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 30%;
    height: 4px;
    background: #BE202E;
}


.about-text p
{
    float: left;
    width: 100%;
    color: #777;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}




@media only screen and (max-width: 575px)
{
    .about
    {
        padding: 30px 0px;
    }


    .about-video
    {
        padding: 0px 2.5%;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .about-player
    {
        max-width: 100% !important;
        height: 200px !important;
    }
}


@media only screen and (min-width: 576px) and (max-width: 767px)
{
    .about
    {
        width: 100%;
        padding: 40px 2.5%;
    }


    .about-video
    {
        padding: 0 2.5%;
    }


    .about-player
    {
        max-width: 98% !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1279px)
{
    .about
    {
        padding: 70px 0px;
    }


    .about-player
    {
        height: 250px !important;
    }


    .about-video
    {
        padding: 2% !important;
    }
}



















/*--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------- IMAGE GRID -----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

#lookbook
{
    float: left;
    width: 100%;
}


#lookbook h2
{
    position: relative;
    float: left;
    min-width: 150px;
    color: #333;
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 5px;
    border-bottom: 2px solid #565656;
    margin-left: 2.5%;
    margin-bottom: 40px;
}


#lookbook h2 span
{
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 30%;
    height: 4px;
    border: 0;
    padding: 0;
    background: #BE202E;
}


.image-grid 
{
    float: left;
    width: 100%;
    color: #fff;
    display: grid;
    grid-gap: 1px;
    grid-auto-rows: 200px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 0 auto;
    grid-auto-flow: dense;
}


.image-grid__item 
{
    background: #eee;
    background-size: cover;
    border-radius: 2px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    position: relative;
}


.image-grid__item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.image-grid__item:before 
{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(35, 159, 133, 0.85);
}


.image-grid__item--featured 
{
    position: relative;
    grid-column: span 2;
    grid-row: span 2;
}


.image-grid__item--featured .featured-small
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    background: rgba(0,0,0,.9);
    padding: 0 7%;
    overflow: hidden;
}


.featured-small img
{
    display: inline-block;
    float: left;
    width: 33.33333333%;
    height: 100%;
    cursor: pointer;
}


.featured-small .fa
{
    position: absolute;
    padding-top: 22px;
    padding-left: 7%;
    padding-right: 7%;
    color: #fff;
    font-size: 20px;
    height: 100%;
    cursor: pointer;
}


.featured-small .fa-angle-double-left
{
    left: 0;
    padding-left: 2%;
}


.featured-small .fa-angle-double-right
{
    right: 0;
    padding-right: 2%;
}


.image-grid__item--wide 
{
    grid-column: span 2;
}


.share
{
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    text-align: right;
    z-index: 99999;
}


#share-trigger
{
    display: none;
    position: absolute;
    right: -1px;
    bottom: 98px;
    width: 123px;
    height: 40px;
    background: #f7f7f7;
    border: 0;
    color: #444;
    border-radius: 3px;
    -webkit-transform : rotate(90deg);
    -moz-transform : rotate(90deg);
    -ms-transform : rotate(90deg);
    -o-transform : rotate(90deg);
    transform : rotate(90deg);
}


.social-share
{
    display: none;
}


.social-share a
{
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}


.social-share a:nth-child(1)
{
    background: #4267b2;
    bottom: 139px;
}


.social-share a:nth-child(2)
{
    background: #00abf0;
    bottom: 99px;
}


.social-share a:nth-child(3)
{
    background: #d95232;
    bottom: 59px;
}


.social-share .fa
{
    color: #fff;
    font-size: 15px;
    line-height: 40px;
}


.facebook-share
{
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    padding-top: 5px;
    opacity: 0;
}


@media only screen and (max-width: 767px)
{
    #lookbook .resizable-h2
    {
        margin-bottom: 0;
        padding-top: 0;
    }
    .image-grid
    {
        padding-top: 40px;
    }
}



















/*--------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------- PRODUCTS ------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

.products
{
    padding-top: 90px;
    padding-bottom: 12px;
}


.products h2
{
    position: relative;
    float: left;
    min-width: 150px;
    color: #333;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #565656;
    margin-left: 2.5%;
    margin-bottom: 20px;
}


.products h2 span
{
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 30%;
    height: 4px;
    border: 0;
    padding: 0;
    background: #BE202E;
}


.products-triggers
{
    float: right;
    max-width: calc(100% - 350px);
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 2.5%;
}


.products-triggers span
{
    width: auto;
    height: auto;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: capitalize;
    color: #888;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
}


.products-triggers span:hover
{
    text-decoration: none;
}


.products-triggers span.selected
{
    color: #fff;
    background: #BE202E;
    border: 1px solid #BE202E;
}


.product-image 
{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.product-image a
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    text-align: center;
    text-decoration: none;
    background: rgba(0,0,0,.7);

    -webkit-transition: top, 0.5s;
    -moz-transition: top, 0.5s;
    -ms-transition: top, 0.5s;
    -o-transition: top, 0.5s;
    transition: top, 0.5s;
}


.product-image a h4
{   
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    margin-top: 80px;
}


.product-image:hover a
{
    top: 0;
}


.product-image img
{
    width: 100%;
    height: 200px;
    object-fit: cover;
}




@media only screen and (max-width: 767px)
{
    .products
    {
        padding-top: 40px;
    }


    .products h2
    {
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
    }


    .products-triggers
    {
        width: calc(100% - 5%);
        max-width: calc(100% - 5%);
        text-align: center;
        box-sizing: border-box;
        padding-left: 2.5%;
    }


    .products-triggers span
    {
        margin-top: 10px;
        margin-left: 0;
    }


    .image-grid
    {
        grid-auto-rows: 150px;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}


@media only screen and (max-width: 575px)
{
    .product-image img
    {
        height: 170px;
    }


    .product-image a h4
    {
        font-size: 17px;
        margin-top: 73px;
    }
}


@media only screen and (min-width: 576px) and (max-width: 767px)
{
    .product-image img
    {
        height: 220px;
    }


    .product-image a h4
    {
        font-size: 18px;
        margin-top: 86px;
    }
}



















/*--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------- INSTAGRAM ------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

.instagram
{
    margin-top: 100px;
    padding-bottom: 12px;
}


.instagram h2
{
    position: relative;
    float: left;
    min-width: 150px;
    color: #333;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #565656;
    margin-left: 2.5%;
    margin-bottom: 20px;
}


.instagram h2 span
{
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 30%;
    height: 4px;
    border: 0;
    padding: 0;
    background: #BE202E;
}


.instagram-image 
{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.instagram-image a
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    text-align: center;
    text-decoration: none;
    background: rgba(0,0,0,.7);

    -webkit-transition: top, 0.5s;
    -moz-transition: top, 0.5s;
    -ms-transition: top, 0.5s;
    -o-transition: top, 0.5s;
    transition: top, 0.5s;
}


.instagram-image a .fa-instagram
{
    color: #f5f5f5;
    background: rgba(0,0,0,.7);
    font-size: 35px;
    padding: 12px 15px;
    border-radius: 100px;
    margin-top: 60px;
}


.instagram-image:hover a
{
    top: 0;
}


.instagram-image img
{
    width: 100%;
    height: 200px;
    object-fit: cover;
}




@media only screen and (max-width: 767px)
{
    .instagram
    {
        margin-top: 40px;
    }


    .instagram h2
    {
        font-size: 20px;
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 575px)
{
    .instagram-image img
    {
        height: 170px;
    }


    .instagram-image a h4
    {
        font-size: 17px;
        margin-top: 73px;
    }
}


@media only screen and (min-width: 576px) and (max-width: 767px)
{
    .instagram-image img
    {
        height: 220px;
    }


    .instagram-image a h4
    {
        font-size: 18px;
        margin-top: 86px;
    }
}



















/*--------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------- CONTACT -------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

.contact
{
    padding: 0px 7%;
    padding-top: 50px;
    padding-bottom: 0;
}


.contact h2
{
    position: relative;
    float: left;
    min-width: 150px;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #565656;
    margin-left: 2.5%;
    margin-bottom: 30px;
    letter-spacing: 1px;
}


.contact h2 span
{
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 30%;
    height: 4px;
    border: 0;
    padding: 0;
    background: #BE202E;
}


.contact h2 .fa
{
    margin-left: 20px;
}


.contact label
{
    font-size: 14px;
    font-weight: bolder;
    letter-spacing: 1px;
}


.contact label span
{
    color: #BE202E;
}


.contact form 
{
    padding: 0px;
}


.contact form div
{
    margin-bottom: 15px;
}


.contact form input
{
    font-size: 13px;
    height: 40px;
    border-radius: 0;
    background: #fff;
    margin-bottom: 5px;
}


.contact select
{
    font-size: 13px;
    padding-left: 10px;
    height: 40px;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}


.contact select option
{
    color: #777;
    font-size: 13px;
}


.contact textarea
{
    padding-top: 10px;
    resize: none;
    height: 100px;
}


.contact button
{  
    width: 160px;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    background: #BE202E;
    margin-top: 20px;
    border-radius: 2px;
}


.contact button:hover
{
    color: #fff;
}




@media only screen and (max-width: 767px)
{
    .contact
    {
        padding-top: 40px;
        padding-bottom: 12px;
    }


    .contact h2
    {
        font-size: 20px;
        margin-bottom: 10px;
    }


    .contact form div
    {
        margin-bottom: 20px;
    }


    .contact form div label
    {
        font-size: 15px;
    }


    .contact textarea
    {
        height: 250px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1023px)
{
    .contact 
    {
        padding: 0px 4%;
        padding-top: 80px;
    }


    .contact form div label
    {
        font-size: 15px;
    }


    .contact form div input
    {
        height: 35px;
        font-size: 12px;
    }


    .contact form textarea
    {
        height: 200px;
    }


    .contact select
    {
        height: 35px;
        font-size: 13px;
    }
}



















/*--------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------- FOOTER --------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

footer.soft-container 
{
    float: left;
    width: 100%;
    color: #858585;
    background: #f2f2f2;
    padding-top: 40px;
    margin-top: 20px;
}


footer.gray-container h6,
footer.soft-container h5,
footer.soft-container h6 
{
    color: #333;
}


footer .office-contact,
footer .recent-portfolio 
{
    display: block;
    margin: 0;
    padding: 0;
}


footer .office-contact li 
{
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 35px;
    position: relative;
}


footer .office-contact li:last-child 
{
    margin: 0;
}


footer .office-contact li h6 
{
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}


footer .office-contact li .fa 
{
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    left: 0;
    top: 0;
    color: #be202e;
}


.widget h5
{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans',sans-serif;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}


.widget h5 span
{
    font-weight: normal;
}


footer .link-list 
{
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}


footer .link-list,
footer .link-list.full li 
{
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 3px;
}


footer.soft-container .link-list li a 
{
    color: #858585;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 1px;
}


footer.soft-container .link-list li a:hover
{
    color: #be202e;
}


footer .social-network 
{
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 3px;
}


footer .social-network:hover 
{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}


footer .social-network .fa 
{
    display: block;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
}


footer .social-network .fa-facebook 
{
    background: #3f9bd5;
}


footer .social-network .fa-twitter 
{
    background: #41dee4;
}


footer .social-network .fa-google-plus 
{
    background: #e45c41;
}


footer .social-network .fa-instagram 
{
    background: #d5ad74;
}


footer .social-network .fa-youtube-play 
{
    background: #d22c2c;
}


.subfooter 
{
    background: #343747;
    color: #9496a0;
    padding: 30px 0;
    margin-top: 20px;
}


footer.gray-container .subfooter 
{
    background: #d5dde2;
    color: #6b6b6b;
}


footer.soft-container .subfooter 
{
    background: #e9efef;
    color: #858585;
}


footer.soft-container .subfooter a
{
    color: #be202e;    
    text-transform: capitalize;
}




@media only screen and (max-width: 991px)
{
    .widget
    {
        margin-bottom: 50px;
    }
}

