/* Unzipping Fonts Here
=================================== */
@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/brandonBold/BrandonText-Bold.eot');
    src: url('../fonts/brandonBold/BrandonText-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/brandonBold/BrandonText-Bold.woff') format('woff'), url('../fonts/brandonBold/BrandonText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Some Custom Styling
=================================== */
.snapModal {
        width:470px; 
        height:550px;
        margin: auto;
        text-align: center;
    }
        .snapModal img {
            width: 360px;
            height: 380px;
        }
.snapModal h3{
    color:#D22A94; 
}
    .snapModal p {
        color:#D22A94;  margin-top:20px; 
    }

hr{
    border-color:#D22A94;
}
.vision{
    border-bottom: 1px solid #D22A94;
    width:64px;
}
.mission{
    border-bottom: 1px solid #D22A94;
    width:80px;
}
a {
    cursor: pointer;
    outline: none;
}

    a:focus {
        outline: none;
    }

header {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0;
    position: fixed;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.5);
    z-index: 999;
    top: 0;
}

.cstm-menu .navbar-nav li a {
    font-family: 'Brandon Text';
    font-weight: bold;
    font-style: normal;
    color: #D22A94;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 49px 20px;
    margin-top: -1px;
    margin-bottom: -1px;
    -webkit-transition: box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: inset 0 0 0 0 #000;
}

.cstm-menu .navbar-brand {
    height: auto;
    padding: 20px 15px;
}

nav.cstm-menu.navbar {
    margin-bottom: 0;
}

.cstm-menu .navbar-nav li > a:hover, .cstm-menu .navbar-nav li.active-menu > a {
    background: transparent;
    box-shadow: inset 0 119px 0 0 #D22A94;
    cursor: pointer;
    color: #fff;
}

.cstm-menu .navbar-nav li a:focus {
    box-shadow: inset 0 119px 0 0 #D22A94;
    color: #fff;
}

.mega-menus {
    background-color: rgba(238, 238, 238, 0.8);
    font-family: 'Brandon Text';
    font-weight: bold;
    font-style: normal;
    float: left;
    width: 100%;
    position: relative;
}

.leftside-mega {
    float: left;
    width: 100%;
}

.submenu-ul {
    float: left;
    width: 16.666%;
}

    .submenu-ul h3 {
        margin: 0;
        background: #fff;
        height: 50px;
        text-transform: uppercase;
        font-size: 15px;
        border-right: 1px solid #CECECE;
        color: #000;
        display: block;
    }

        .submenu-ul h3 a {
            color: #000;
            text-decoration: none;
            display: block;
            padding: 16px 17px;
        }

    .submenu-ul:first-child h3, .submenu-ul:last-child h3, .submenu-ul:nth-child(5) h3 {
        border: 0;
    }

    .submenu-ul ul {
        list-style: none;
        padding: 17px;
        border-right: 1px solid #CECECE;
        margin-bottom: 0;
        padding-bottom: 27px;
    }

        .submenu-ul ul li a {
            color: inherit;
            padding: 5px 0;
            display: inline-block;
            text-decoration: none;
            transition: all ease 300ms;
        }

            .submenu-ul ul li a:hover {
                color: #999;
            }

#makeup .rightside-menu a {
    background-image: url(../img/menu1.jpg);
}

#skincare .rightside-menu a {
    background-image: url(../img/skincare.jpg);
}

.rightside-menu a {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 29%;
    bottom: 0;
    height: 394px;
    top: 0;
}

.submenu-ul:first-child ul, .submenu-ul:last-child ul, .submenu-ul:nth-child(5) ul {
    border: 0;
}

.submenu-ul > ul {
    height: 344px;
}

.drop-mega {
    float: left;
    width: 100%;
    position: fixed;
    margin-top: -470px;
    background-color: rgba(238, 238, 238, 0.97);
    z-index: 99;
}

main {
    margin-top: 118px;
}

div#carousel-cos {
    /* min-height: 666px; */
}

.carousel-control.left, .carousel-control.right {
    background: transparent;
}

.carousel-control {
    font-weight: 100;
    color: #000;
}

.carousel-indicators .active {
    background-color: #000;
    width: 10px;
    height: 10px;
    margin: 1px;
}

.carousel-indicators li {
    border: 2px solid #000;
    border-radius: 10px;
}
/* .first-slide{
	background-image: url(../img/banner3_slider.jpg);
}
.second-slide{
	background-image: url(../img/slider1.jpg);
}
.third-slide{
	background-image: url(../img/slider2.jpg);
} */
.item {
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 666px; */
}

.all-zooms {
    float: left;
    /* width: 33.33%; */
    text-align: center;
    font-family: Brandon Text;
    text-transform: uppercase;
    /* min-height: 634px; */
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease 300ms;
    position: relative;
    padding: 0;
}

.caption-zoom h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 3px;
    color: #fff;
    padding: 0 70px;
}

.caption-zoom a {
    padding: 10px 30px;
    line-height: 20px;
    background: #fff;
    color: #000;
    display: inline-block;
    margin-top: 20px;
    transition: all ease 300ms;
    text-decoration: none;
    border: 2px solid #fff;
}


.two-cols .first-column.all-zooms .caption-zoom h2 {
    color: #fff;
}

.second-column.all-zooms .caption-zoom a {
    background: #000;
    border-color: #000;
    color: #fff;
}

    .second-column.all-zooms .caption-zoom a:hover {
        border-color: #fff;
    }

.caption-zoom a:hover {
    border: 2px solid #000;
}

.overlay-img {
    position: absolute;
    top: 0;
    min-height: 100%;
    float: left;
    width: 100%;
    transition: background ease 300ms;
}

.caption-zoom {
    position: absolute;
    width: 100%;
    bottom: 35px;
    transition: all ease 300ms;
}

.all-zooms:hover .overlay-img a {
    margin-top: 50px;
}

.all-zooms:hover .overlay-img {
    background: rgba(0,0,0,0.3);
    cursor: pointer;
}

.all-zooms > img {
    width: 100%;
    position: relative;
    left: 0;
    transition: all ease 300ms;
}

.all-zooms {
    overflow: hidden;
}

    .all-zooms:hover img {
        transform: scale(1.2);
    }

.two-cols .all-zooms .overlay-img {
    /* min-height: 528px; */
}

.two-cols.zoom-images {
    float: left;
    width: 100%;
}

.two-cols .all-zooms {
    /* width: 50%; */
    min-height: 100%;
}

.two-cols .caption-zoom h2 {
    font-size: 50px;
    padding-left: 0;
}

.two-cols .caption-zoom {
    text-align: left;
    padding-left: 50px;
}

.instagram-widget {
    float: left;
    width: 100%;
}

.count-footer {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #EEEEEE;
    font-family: Brandon Text;
}

    .count-footer p {
        line-height: 23px;
    }

.social-dvs {
    font-family: Brandon Text;
    padding: 30px 0;
}

.social-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.contact-info {
    margin-bottom: 10px;
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

    .social-icons li a {
        color: #000;
        font-size: 35px;
        line-height: 41px;
    }

.download-apps a img {
    height: 40px;
    margin: 0 5px;
}

@media (min-width: 768px) {
    .contact-info, .social-icons, .download-apps {
        width: auto;
    }

    .social-wrap {
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    .contact-info {
        width: 100%;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
        margin: 10px 0;
    }

    .download-apps {
        justify-content: center;
    }
}

/*.social-dvs {*/
    /*float: left;*/
    /*width: 100%;*/
    /*font-family: Brandon Text;
    padding: 60px 0;
}

ul.social-icons {
    list-style: none;
    padding: 0;
}

    ul.social-icons li a {
        color: #000;
        font-size: 35px;
        line-height: 41px;
    }

ul.social-icons {
    float: left;
    margin-bottom: 0;
}

footer ul.social-icons {
    padding-right: 40px;
    padding: 7px 30px 7px 10px;
}*/

.contact-info {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 16px;
}

    .contact-info p {
        color: #000;
        font-size: 20px;
        line-height: 16px;
        font-weight: 700;
        font-family: Brandon Text;
    }

.social-wrap {
    display: table;
    float: none;
    margin: 0 auto;
}

ul.social-icons li {
    float: left;
    padding: 0 40px;
}

ul.social-icons {
    padding-right: 40px;
}

.scrollToTop a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 9px 0;
    border-radius: 18px;
}

.scrollToTop {
    position: fixed;
    bottom: 31px;
    right: 40px;
    background: #000;
    display: none;
    z-index: 999;
}

.footer-wrap {
    background: #252525;
    padding: 40px 0;
}

footer {
    width: 100%;
    float: left;
}

h3.col-title {
    font-family: Brandon Text;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

footer p {
    font-family: Montserrat;
    color: #ccc;
    line-height: 23px;
    font-weight: 300;
    font-size: 15px;
}

footer ul li a {
    color: #ccc;
    font-family: Montserrat;
    line-height: 28px;
    transition: all ease 300ms;
    text-decoration: none;
}

    footer ul li a:hover {
        color: #fff;
        text-decoration: none;
    }

footer ul {
    list-style: none;
    padding: 0;
}

.copyright {
    background: #111;
    padding: 15px 0;
    text-align: center;
    font-family: Brandon Text;
    color: #fff;
}

div#slider-dv img {
    width: 100%;
}
/* FOR TIME BEING */

.navbar-header {
    /* background: #000;
    padding-left: 20px; */
}

/* /FOR TIME BEING/ */

/* Product Page CSS
===================================== */
.content-product {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.makeup-pro {
    background-image: url(../img/makeup-bg.jpg);
}

.makeup-pro {
    background-image: url(../img/bbcream.jpg);
}
.hair-color{
    background-image: url(../img/colorbg.jpg);
}
.makeup-eyes {
    background-image: url(../img/eyes.jpg);
}

.makeup-lips {
    background-image: url(../img/lips-bg.jpg);
}

.makeup-nail {
    background-image: url(../img/nail.jpg);
}

.makeup-cleanser {
    background-image: url(../img/cleanser-bg.jpg);
}

.makeup-handmoist {
    background-image: url(../img/hand-moist-bg.jpg);
}

.makeup-perfume {
    background-image: url(../img/perfume-bg.jpg);
}

.makeup-faceacc {
    background-image: url(../img/faceacc-bg.jpg);
}

.makeup-about {
    background-image: url(../img/aboutus.jpeg);
}

.shoes-bg {
    background-image: url(../img/BG/shoesBg.jpg);
}
.content-product .page-titl h1 {
    font-family: Brandon Text;
    font-size: 80px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.main-prodiv {
    background: #fff;
    padding: 20px;
}

    .main-prodiv ul {
        list-style: none;
        padding: 0;
        float: left;
        width: 100%;
    }

.main-prodiv {
    background: #fff;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

li.product img {
    width: 100%;
    margin-bottom: 15px;
}

li.product a {
    text-decoration: none;
}

span.some-des {
    float: left;
    width: 100%;
    display: block;
    font-family: Brandon Text;
    text-transform: uppercase;
    color: #ccc;
}

span.product-title {
    color: #000;
    font-family: Brandon Text;
    display: block;
    letter-spacing: 2px;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
    margin-bottom: 1px;
    margin-top: 14px;
}

a.quick-view {
    background: #eee;
    color: #000;
    font-family: Brandon Text;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    display: none;
    /* transition: all ease 300ms; */
}

    a.quick-view:hover {
        background: #000;
        color: #fff;
    }

.main-prodiv ul li {
    width: 23%;
    float: left;
    margin: 1%;
}

a.quick-view {
    /* display: none; */
}

.main-prodiv ul li {
    width: 24%;
    float: left;
    margin: 0.5%;
    min-height: 453px;
}

a.quick-view {
    float: left;
    width: 100%;
    transition: background ease 300ms;
    height: auto !important;
}

.main-prodiv ul li.two-span {
    width: 48.9%;
    position: relative;
    height: 100%;
}

    .main-prodiv ul li.two-span .over-img {
        height: 100%;
        background: rgba(0,0,0,0.2);
        top: 0 !important;
        position: absolute;
    }

    .main-prodiv ul li.two-span img {
        margin-bottom: 0;
    }

.over-img p {
    font-family: Montserrat;
    color: #fff;
    padding: 20px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.over-img {
    width: 100%;
}

.modal-open .modal {
    z-index: 9999;
}

.modal-content, .modal-body {
    float: left;
    width: 100%;
}

.modal button.close {
    font-size: 37px;
    line-height: normal;
    background: #000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #fff;
    transition: opacity ease 300ms;
    position: absolute;
    right: -21px;
    top: -19px;
    opacity: 1;
    font-weight: 100;
    outline: none;
}

.modal-header {
    border: 0;
    padding: 0;
}

.modal-body h3 {
    font-family: Brandon Text;
    font-size: 28px;
    color: #dd0d63;
    letter-spacing: 2.79px;
    padding: 0px 0 0;
    margin-top: 0;
}

.modal-body p {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
}

.pro-imagepop, .pro-imagedes {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}

.pro-popup {
    float: left;
    width: 100%;
    display: table;
    height: 100%;
    position: relative;
}

.product-des > a {
    display: table-cell;
    vertical-align: baseline;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.product-des {
    min-height: 68px;
    display: table;
    position: relative;
    width: 100%;
}

.cstm-menu .navbar-brand > img {
    max-width: 190px;
}

.cstm-menu .navbar-brand {
    padding: 8px;
    background: transparent;
}

ul.color-images {
    list-style: none;
    padding: 0;
}

    ul.color-images li {
        float: left;
        width: 50px;
        margin-right: 6px;
        height: 50px;
        transition: all ease 300ms;
    }

        ul.color-images li img {
            width: 100%;
            height: 100%;
            transition: all ease 300ms;
        }

            ul.color-images li img:hover {
                width: 100%;
                height: 70px;
                cursor: pointer;
            }

.content-product .page-titl {
    margin-top: 30px;
    background: rgba(255,255,255,0.7);
}

.submenu-ul ul li a {
    text-transform: uppercase;
}

.parablock {
    padding: 30px 38px;
    float: left;
    width: 100%;
}

.main-prodiv h2 {
    font-family: Brandon Text;
    text-transform: uppercase;
    font-size: 60px;
    color: #D22A94;
}

.vision-one {
    float: left;
    width: 100%;
}

.main-prodiv p, .main-prodiv .vision-one ul li {
    font-family: Montserrat;
    line-height: 29px;
    font-size: 16px;
    display: block;
    width: 100%;
    list-style: circle;
}

.main-prodiv .vision-one ul li {
    float: left;
    width: 100%;
    min-height: inherit;
    list-style: circle;
    font-family: Montserrat;
    margin-left: 0;
}

table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

thead th, tfoot th, tfoot td {
    border-spacing: 60px;
    width: 30%;
    text-align: center;
    padding: 10px 10px;
    box-sizing: border-box;
}

thead, tfoot {
    background: #D22A94;
    font-family: Brandon Text;
    color: #fff;
    font-size: 20px;
    border: 1px solid #D22A94;
}

tbody {
    font-family: Montserrat;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

    tbody th {
        text-align: center;
        font-size: 16px;
    }

    tbody tr {
        border-bottom: 1px solid #ccc;
    }

        tbody tr:last-child {
            border: 0;
        }

tbody {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.copyright {
    float: left;
    width: 100%;
}

.contact-map .form-group {
    padding-left: 0;
    font-family: Montserrat;
}

.contact-map textarea.form-control {
    height: 160px;
}

.contact-map button.btn.btn-primary, submitButton {
    background: #d22a94 !important;
    border: 0;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 50px;
    transition: all ease 300ms;
}

    .contact-map button.btn.btn-primary:hover {
        background: #99286f;
    }

ul.contact-details li {
    float: left;
    width: 100%;
    min-height: inherit;
    font-family: Montserrat;
    line-height: 27px;
}

body .contact-map {
    margin-bottom: 50px;
}

.city-col h3 {
    text-align: center;
    margin: 0;
    padding: 12px;
    font-family: Brandon Text;
    text-transform: uppercase;
    background: #D22A94;
    color: #fff;
    font-size: 22px;
    border-radius: 20px 0 20px 0;
    margin-bottom: 12px;
}

.shop-col h4 {
    font-family: Montserrat;
    text-transform: uppercase;
    text-align: center;
    margin-top: 16px;
    font-weight: 600;
}

    .shop-col h4 ~ p {
        margin-bottom: 0;
        text-align: center;
        line-height: 22px;
    }

.shop-col {
    margin-bottom: 36px;
}

    .shop-col img {
        border-radius: 0px 20px 0px 20px;
    }

.city-col {
    margin-top: 20px;
}

.wrap-shops {
    padding: 20px 20px;
    background: #f1f1f1;
    border-radius: 20px 0 20px 0;
    margin-bottom: 32px;
}

.fa-facebook {
    color: #3B5998;
}

.fa-twitter {
    color: #1da1f2;
}

.fa-youtube {
    color: #cd201f;
}

.fa-instagram {
    color: #003569;
}

.fa-google-plus {
    color: #dd4b39;
}

.fa-pinterest {
    color: #bd081c;
}

span.product-title {
    text-transform: uppercase;
}

.stores-page .main-prodiv {
    background: rgba(255,255,255,0.8);
}
ul.social-icons li a i.fa-snapchat-square {
    color: #dcda4b;
}

@media all and (max-width: 1200px){
    .city-col {
    width: 33.3%;
}
}
@media all and (max-width:1170px){
    .contact-info {
    text-align: center;
    width: 100%;
}
footer ul.social-icons {
    float: none;
    margin-bottom: 69px !important;
}
.social-wrap {
    text-align: center;
}
}

@media all and (max-width:991px){
    .main-prodiv ul li {
    width: 49%;
    float: left;
    margin: 0.5%;
    min-height: 453px;
}
.main-prodiv ul li.product.two-span {
    width: 100%;
    min-height: inherit;
}
.cstm-menu .navbar-nav li a {
    padding: 12px 14px;
    font-size: 12px;
}
.cstm-menu ul.nav.navbar-nav.navbar-right {
    padding: 35px 0;
}
.pro-popup > div {
    width: 100%;
    text-align: center;
    display: block;
}
.pro-imagepop {
    margin-bottom: 30px;
}

.modal button.close {
    right: 4px;
    top: 7px;
    z-index: 999999;
}
.city-col {
    width: 50%;
}
ul.contact-details > li {
    height: auto;
    float: left;
    width: 100%;
    display: block;
    min-height: inherit;
}
}

@media all and (min-width: 768px) {
    .modal-dialog {
        width: 100%;
        margin: 30px auto;
        padding: 20px 30px;
        max-width: 900px;
    }
  .snapModal {
        width:470px; 
        height:550px;
        margin: auto;
        text-align: center;
    }
        .snapModal img {
            width: 360px;
            height: 380px;
        }
        .snapModal h3 {
            margin-top: 5px;
            font-size: 16px;
            line-height: 10px;
        }
        .snapModal p {
            font-size: 12px;
        }
}

@media all and (max-width:767px) {
    .navbar-toggle .icon-bar {
        border-color: #000;
        background: #000;
        width: 40px;
        height: 5px;
        margin-bottom: 7px;
    }

    .navbar-toggle {
        padding: 30px 20px;
    }

    .cstm-menu .navbar-nav li a {
        font-size: 25px;
    }

    header {
        position: relative;
        top: 0;
        z-index: 999;
    }

    main {
        margin-top: 0;
    }

    .cstm-menu .navbar-nav li a {
    font-size: 17px;
    padding: 20px;
    float: left;
    width: 100%;
}
.submenu-ul ul {
    padding-top: 0;
    padding-bottom: 0;
}

    .drop-mega {
    position: inherit;
    width: 100%;
    background: transparent;
    margin: 0 !important;
}
    ul.social-icons li {
    float: left;
    padding: 0 8px;
}
ul.social-icons li a {
    color: #000;
    font-size: 26px;
    line-height: 41px;
}
.navbar-toggle {
    padding: 35px 8px;
}
.navbar-toggle .icon-bar {
    border-color: #000;
    background: #000;
    width: 33px;
    height: 3px;
    margin-bottom: 6px;
}
.mega-wrap .submenu-ul {
    float: left;
    width: 100%;
    height: inherit;
    min-height: inherit;
    padding-left: 30px;
    display: block;
}
.submenu-ul > ul {
    height: auto;
    padding-top: 0;
}
.submenu-ul h3:empty, .submenu-ul h3 > a:empty, .submenu-ul ul:empty {
    display: none;
}
.submenu-ul:first-child, .submenu-ul:last-child {
    display: none;
}
.content-product .page-titl h1 {
    font-size: 48px;
}
header {
    top: 0 !important;
    position: absolute;
}
main {
    margin-top: 111px;
}
.modal-body h3 {
    font-size: 20px;
}
.modal-body p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
}
.pro-popup img.img-respnsive {
    width: 100%;
    height: auto;
}
.submenu-ul ul {
    border: 0;
}
.cstm-menu .submenu-ul ul li a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
}
.submenu-ul > h3 > a {
    color: #000 !important;
}
.cstm-menu ul.nav.navbar-nav.navbar-right > li:after {
    content: "\f067";
    font-family: fontAwesome;
    float: right;
    position: absolute;
    right: 15px;
}
.submenu-ul h3 {
    border: 0;
}
.drop-mega {
    display: none;
}
.cstm-menu ul.nav.navbar-nav.navbar-right > li {
    float: left;
    width: 100%;
}
.cstm-menu ul.nav.navbar-nav.navbar-right > li:after {
    content: "\f067";
    font-family: fontAwesome;
    float: right;
    position: absolute;
    right: 15px;
    top: 19px;
    color: #D22A94;
}
.cstm-menu ul.nav.navbar-nav.navbar-right > li.active-menu:after {
    color: #fff;
    background: #D22A94;
}
.cstm-menu ul.nav.navbar-nav.navbar-right > li.active-menu{
    background: #D22A94;
}
.cstm-menu ul.nav.navbar-nav.navbar-right > li > a {
    background: transparent;
    float: left;
    width: auto;
}
.cstm-menu ul.nav.navbar-nav.navbar-right > li.active-menu a {
    box-shadow: none;
}
.drop-mega {
    background: #fff;
}
.cstm-menu ul.nav.navbar-nav.navbar-right > li:first-child:after, .cstm-menu ul.nav.navbar-nav.navbar-right > li:last-child:after {
    display: none;
}
.caption-zoom h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 3px;
    color: #fff;
    padding: 0 70px;
}
.two-cols .caption-zoom h2 {
    font-size: 28px;
    padding-left: 0;
}
.caption-zoom a {
    padding: 5px 19px;
    line-height: 20px;
    background: #fff;
    color: #000;
    display: inline-block;
    margin-top: 20px;
    transition: all ease 300ms;
    text-decoration: none;
    border: 2px solid #fff;
}
.footer-wrap, .footer-wrap p, .footer-wrap ul li {
    text-align: center;
}
.main-prodiv h2 {
    font-size: 40px;
}
.main-prodiv p, .main-prodiv .vision-one ul li {
    line-height: 24px;
    font-size: 13px;
}
.parablock table {
    width: 550px;
    overflow-y: scroll;
}
.parablock {
    overflow-y: scroll;
}
.city-col {
    width: 100%;
}
.main-prodiv ul.contact-details > li {
    height: auto;
    float: left;
    width: 100%;
    display: block;
    min-height: inherit;
}
a.navbar-brand {
    padding-left: 0 !important;
}
.content-product {
    background-size: 100% 100%;
}

    .snapModal {
        width:470px; 
        height:550px;
        margin: auto;
        text-align: center;
    }
        .snapModal img {
            width: 360px;
            height: 380px;
        }
}

@media all and (max-width:480px) {
.snapModal {
        width:300px; 
        height:550px;
        margin: auto;
        text-align: center;
    }
        .snapModal img {
            width: 360px;
            height: 380px;
        }



    .main-prodiv ul li {
        width: 100%;
        float: left;
        margin: 0.5%;
        min-height: 453px;
        text-align: center;
    }

    .parablock {
        padding: 0;
    }

    .main-prodiv ul.contact-details > li {
        height: auto;
        float: left;
        width: 100%;
        display: block;
        min-height: inherit;
    }

    .vision-one ul li {
        text-align: left;
    }

    ul.contact-details li {
        text-align: left;
    }

        ul.contact-details li:last-child, li.call-link {
            font-size: 17px;
            font-weight: 900;
            margin-top: 3px;
        }
}
ul.contact-details li:last-child, li.call-link {
    font-size: 17px;
    font-weight: 900;
    margin-top: 3px;
}
.submitButton {
    background: #d22a94 !important;
    border: 0;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 50px;
    transition: all ease 300ms;
}
.submitButton:hover {
        background: #99286f !important;
    }