
/* * Body */
@import url('https://fonts.googleapis.com/css?family=Pangolin');
* {
    font-family: 'Pangolin', cursive;
}
body {
   
    overflow-x: hidden;
}
.photo-about {
    margin-top: 20px;
}
.read {
    float:right;
    margin-right:20px !important;
}
.sidebar-search input {
    border: 1px solid #ddd;
    color: #999;
    display: block;
    float: left;
    font-size: 16px;
    height: 40px;
    padding: 7px 12px;
    width: 100%;
}

.contact-form form label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.contact-form form input[type="text"], .contact-form form input[type="email"] {
    border: 1px solid #ddd;
    height: 40px;
    padding: 7px 15px;
    width: 100%;
}

.contact-form form textarea {
    border: 1px solid #ddd;
    display: block;
    height: 100px;
    padding: 7px 15px;
    width: 100%;
}

.contact-form form button[type="submit"] {
    background-color: rgba(214, 71, 134, 1);
    border: medium none;
    color: #fff;
    height: 40px;
    margin: 0;
    padding: 7px 50px;
    text-transform: uppercase;
    width: auto;
}
.a-color {
    color: #333 !important;
}

.sidebar-search .submit {
    background-color: rgba(214, 71, 134, 1);
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.float-img:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(214, 71, 134, 1);
    text-indent: 100%;
    background: url(../img/ui.totop.png) no-repeat left top;
    z-index: 9999;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#toTopHover {
    background: url(../img/ui.totop.png) no-repeat left -40px;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
}	
	
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

    #quote-carousel .carousel-indicators li {
        width: 50px;
        height: 50px;
        margin: 5px;
        cursor: pointer;
        border: 4px solid #CCC;
        border-radius: 50px;
        opacity: 0.4;
        overflow: hidden;
        transition: all 0.4s;
    }

    #quote-carousel .carousel-indicators .active {
        background: #333333;
        width: 128px;
        height: 128px;
        border-radius: 100px;
        border-color: rgba(214, 71, 134, 1);
        opacity: 1;
        overflow: hidden;
    }
img {
    max-width: 100%;
    height: auto;
}
.modal-backdrop {
position:static;
}
a {
    outline: 0 !important;
}
.nav-tabs > li.active > a {
    color: rgba(214, 71, 134, 1) !important;
}
.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.menu-bar {
    color: #1daaa3;
}
.fade-carousel {
    position: relative;
    height: 100vh;
}

    .fade-carousel .carousel-inner .item {
        height: 100vh;
    }

    .fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        background-color: #eeeeee;
        border-color: #eeeeee;
        opacity: .7;
    }

        .fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

    .hero h1 {
        font-size: 6em;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}


.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../img/slider-1.jpg);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../img/slider-2.jpg);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../img/slider-1.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}

.jumbotron {
    /*background-color: white;*/
    color: rgba(214, 71, 134, 1);
    /*padding: 100px 25px;*/
}



.bg-grey {
    background-color: #f6f6f6;
}

.nav li a i {
    font-size: 20px;
}

.nav li a {
    font-weight: bold;
}



.logo-small {
    color: #f4511e;
    font-size: 50px;
}

.logo {
    color: #f4511e;
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

    .thumbnail img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

.carousel-control.right, .carousel-control.left {
    
    color: rgba(214, 71, 134, 1);
    padding-top: 100px;
}
.slide-opinion {
    padding-top: 50px;
}
.left-curser {
    border-left: none;
}
.carousel-indicators li {
    border-color: rgba(214, 71, 134, 1);
}

    .carousel-indicators li.active {
        background-color: rgba(214, 71, 134, 1);
    }
.opinion {
    background-color: #bdd8d7;
}
.l-color {
    color: rgba(214, 71, 134, 1);
}

.h {
    display: none;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.btn-success {
    background-color: #1daaa3;
}

    .btn-success:hover {
        background-color: #78c7b9;
    }


.alert.success {
    background-color: #4CAF50;
}

.alert.info {
    background-color: #2196F3;
}

.alert.warning {
    background-color: #ff9800;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        text-decoration: none;
        color: black;
    }
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid #f4511e;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

    .panel:hover {
        box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    }

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #fff !important;
    background-color: rgba(214, 71, 134, 1) !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

    .panel-footer h3 {
        font-size: 32px;
    }

    .panel-footer h4 {
        color: #aaa;
        font-size: 14px;
    }

    .panel-footer .btn {
        margin: 15px 0;
        background-color: #f4511e;
        color: #fff;
    }

.navbar {
    margin-bottom: 0;
    background-color: transparent;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
}

    .navbar li a, .navbar .navbar-brand {
        color: rgba(214, 71, 134, 1) !important;
    }



.shop-button, .navbar-nav li a:hover, .navbar-nav li.active a {
    padding: 10px;
    border-radius: 7px;
    background-color: rgba(141, 214, 209, 1) !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    /*color: #fff !important;*/
}


.account a {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}

@media(max-width:768px) {
    /*.img-logo {
                margin: -25px;
            }*/

    .navbar {
        padding: 15px;
    }

        .navbar li a {
            padding: 10px;
        }
}
    
fieldset {
    border: thin solid #ccc;
    border-radius: 4px;
    padding: 20px;
    padding-left: 40px;
    background: #fbfbfb;
}

legend {
    color: #678;
}

.form-control {
    width: 95%;
}

label small {
    color: #678 !important;
}

span.req {
    color: maroon;
    font-size: 112%;
}
/* - Padding/Margin */
.no-padding {
    padding: 0;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

.no-top-padding {
    padding-top: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.no-margin {
    margin: 0;
}

.no-left-margin {
    margin-left: 0;
}

.no-right-margin {
    margin-right: 0;
}

.no-top-margin {
    padding-top: 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}



main, footer {
    overflow-x: hidden;
}

 .cart {
    
    padding: 0px;
    list-style: none;
}

    .cart li a {
        position: relative;
        padding-top: 15px;
        padding-left: 10px;
        text-align: left;
        
    }

       

/* * Footer */


.footer-main {
    background-color: #eeeeee;
    text-align: center;
    padding-top: 85px;
    padding-bottom: 45px;
}

    .footer-main .footer-header a {
        color: rgba(214, 71, 134, 1);
        display: inline-block;
        font-size: 50px;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 1px;
        margin-bottom: 22px;
        text-transform: uppercase;
        text-decoration: none;
    }

        .footer-main .footer-header a span {
            color: rgba(214, 71, 134, 1);
        }

    .footer-main .footer-social ul {
        padding-left: 0;
        margin-bottom: 60px;
    }

        .footer-main .footer-social ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .footer-main .footer-social ul li a {
                border: 1px solid #999;
                border-radius: 100%;
                color: rgba(214, 71, 134, 1);
                display: inline-block;
                font-size: 15px;
                height: 42px;
                width: 42px;
                line-height: 42px;
                -webkit-transition: all 1s ease 0s;
                -moz-transition: all 1s ease 0s;
                -o-transition: all 1s ease 0s;
                transition: all 1s ease 0s;
            }

                .footer-main .footer-social ul li a:hover {
                    background-color: #1daaa3;
                    border-color: #1daaa3;
                    color: rgba(214, 71, 134, 1);
                }

    .footer-main .ftr-widget h3 {
        color: rgba(214, 71, 134, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.45px;
        margin-bottom: 30px;
        margin-top: 0;
        padding-bottom: 22px;
        position: relative;
        text-transform: uppercase;
        text-align: left;
    }

        .footer-main .ftr-widget h3::before {
            content: "";
            width: 40px;
            height: 3px;
            left: 0;
            bottom: 0;
            background-color: rgba(214, 71, 134, 1);
            display: inline-block;
            position: absolute;
        }

    .footer-main .ftr-widget p,
    .footer-main .ftr-widget p a {
        color: rgba(214, 71, 134, 1);
    }

    .footer-main .ftr-widget p {
        line-height: 26px;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
        text-align: left;
    }

/* - About Widget */
.about-widget p i {
    padding-right: 12px;
}

.about-widget {
    padding-right: 46px;
}


/* - Link Widget */
.link-widget ul,
.instagram-widget ul,
.contact-widget ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
}

    .link-widget ul li {
        margin-bottom: 15px;
    }

        .link-widget ul li a,
        .contact-widget ul li a {
            font-size: 15px;
            color: rgba(214, 71, 134, 1);
            font-family: 'Lato', sans-serif;
            letter-spacing: 0.51px;
            text-decoration: none;
        }

        .link-widget ul li a,
        .footer-main .ftr-widget p a {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            text-decoration: none;
        }

            .link-widget ul li a:hover,
            .footer-main .ftr-widget p a:hover,
            .contact-widget ul li a:hover {
                color: #1daaa3;
            }

/* - Contact Widget */
.contact-widget p {
    padding-left: 40px;
    position: relative;
    margin-bottom: 17px;
}

    .contact-widget p i {
        position: absolute;
        left: 0;
    }

.contact-widget li {
    margin-bottom: 15px;
}

/* - Bottom Footer */
.bottom-footer {
    background-color: #eeeeee;
    padding: 22px 0;
}

    .bottom-footer .footer-content {
        border-top: 1px solid rgba(214, 71, 134, 1);
        padding-top: 35px;
        padding-bottom: 15px;
        text-align: left;
    }

    .bottom-footer .breadcrumb {
        background-color: transparent;
        margin-bottom: 0;
        padding: 0;
    }

        .bottom-footer .breadcrumb > li + li::before {
            display: none;
        }

        .bottom-footer .breadcrumb > .active {
            color: #1daaa3;
        }

        .bottom-footer .breadcrumb li {
            margin: 0 14px;
        }

            .bottom-footer .breadcrumb li:last-of-type {
                margin: 0;
            }

            .bottom-footer .breadcrumb li,
            .bottom-footer .breadcrumb li a {
                color: rgba(214, 71, 134, 1);
                font-family: 'latomedium';
                font-size: 11px;
                text-decoration: none;
                letter-spacing: 0.88px;
                text-transform: uppercase;
                -webkit-transition: all 1s ease 0s;
                -moz-transition: all 1s ease 0s;
                -o-transition: all 1s ease 0s;
                transition: all 1s ease 0s;
            }

                .bottom-footer .breadcrumb li a:hover {
                    color: #1daaa3;
                }

    .bottom-footer .footer-copyright {
        display: inline-block;
    }

        .bottom-footer .footer-copyright p {
            color: rgba(214, 71, 134, 1);
            font-family: 'latomedium';
            font-size: 11px;
            letter-spacing: 0.44px;
            margin-bottom: 0;
            text-transform: uppercase;
        }


@media (min-width: 1200px) {
}
/* - Add To Cart */
.header-main .add-to-cart .cart .dropdown-menu {
    border-radius: 0;
    background-color: #1daaa3;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease-in-out 0s;
    display: block;
    border: none;
    right: 0;
    left: auto;
    top: 100%;
    width: 350px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.header-main .add-to-cart .cart:hover .dropdown-menu {
    padding:5px;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
}

.header-main .add-to-cart .cart .dropdown-menu > li > a {
    display: inline-block;
   
    background-color: transparent;
}

    .header-main .add-to-cart .cart .dropdown-menu > li > a:hover {
        color: #fff;
    }

.header-main .add-to-cart .cart .dropdown-menu > li.button {
    text-align: center;
}

    .header-main .add-to-cart .cart .dropdown-menu > li.button a {
        padding: 6px 15px;
        background-color: #fff;
        border: 1px solid #fff;
        color: #222;
        margin-right: 5px;
        font-family: 'latomedium';
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }

        .header-main .add-to-cart .cart .dropdown-menu > li.button a:hover {
            background-color: transparent;
            border: 1px solid #fff;
        }

.header-main .cart .mini_cart_item {
    margin-bottom: 12px;
}

    .header-main .cart .mini_cart_item .shop-thumbnail img {
        margin-right: 15px;
    }

}