/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
    overflow-x: hidden;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-x: hidden;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.header{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}
.contact-link {
    color: black;
}
.contact-link .co-link{
    margin-top: 15px;
    margin-right: 10px;
    font-size: 18px;
}
div ul li a {
    color: white !important;
    font: bolder;
}

/* div ul{
    margin-top: 100px !important ;
}*/
.demo
{
    /*    filter: grayscale(0%);
        filter: gray;
        -webkit-filter: grayscale(0%);
        filter: none;
        transition: 2s ease-out;*/
}

.demo:hover
{
    /*    filter: gray;
        -webkit-filter: grayscale(100%);
        -webkit-transition: all 1s ease;*/
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 100px
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }
    #wrapper.toggled {
        padding-left: 250px;
    }
    #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

#social-fb:hover {
    color: #3B5998;
}
#social-tw:hover {
    color: #4099FF;
}
#social-gp:hover {
    color: #d34836;
}
#social-em:hover {
    color: #f39c12;
}




/* zoom */

/*.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}

.zoom1 {
    transition: transform .1s;  Animation 
}
.zoom1:hover {
    transform: scale(2.5);  (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) 
}

 hover

.content {
    position: relative;
    width: 90%;
    overflow: hidden;
}
.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
    opacity: 1;
    transform: scale(1.1);
}
.content-image{
    width: 100%;
}
.content-details {
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
    top: 10%;
    left: 50%;
    opacity: 1;
    color:white;
    background: black;
}

.content-details-buy {
    position: absolute;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%);
}
.content:hover .content-details-buy{
    bottom: 30%;
    left: 50%;
    opacity: 1;
    color: #ffffff;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all .2s ease-in-out;
    margin: 48% 0 0;
    padding: 7px 14px;
    text-decoration: none;
}
*/

.btn-viewmore {
    background: transparent;
    border: 2px solid #FFF; 
    color: #FFF;
    padding: 7px;
}
.viewmore {
    text-decoration: none;
    color: #FFF;
}
.viewmore:hover {
    color: #FFF;
    text-decoration: none; 
}
.view-sec{
    background-color: #f1e1d1;
    padding: 40px 0px;

}
.view-sec .collection-img{

    position: relative;
    /*height: 450px;*/
    width: 500px;
    ;
}
.view-sec .collection-img img{
    max-height: 450px;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
}
/*FOOTER CLASS*/

.footer {
    /*position: fixed;*/
    height: 30px !important;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: white;
    text-align: center;
}
.footer-page{
    text-align: center;
    padding: 20px 0px;
}
.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}
.social li a i {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #EDEFF1 !important;
}
.links{
    text-decoration: none;
    color: #000;
}
.links:hover{
    color: #0000FF;
}

/*HOVER EFFECT */
.content {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    /*background: rgba(0,0,0,0.2);*/
    position: absolute;
    opacity: 0;
    /*transition: all 0.4s ease-in-out 0s;*/
}

.content:hover .content-overlay{
    /*opacity: 1;*/
}

.content-image{
    width: 100%;
    height: auto;
}
.content-details{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.gallery-hover{
    padding: 40px 0px;
}
/*.content-details {
    position: absolute;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s; 
}*/

.content:hover .content-details{
    opacity: 1;
}

.content-details h3{
    color: #fff;
    margin-top: 75px;;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: white;
    font-size: 20px;
    padding: 10px;
}

.content-details button{
    color: #fff;
    font-size: 1.2em;
}

/*GALLERY & CATAGERIES CONTENT DETAILS*/
.g-content {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.g-content .g-content-overlay {
    background: rgba(0,0,0,0.2);
    position: absolute;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.g-content:hover .g-content-overlay{
    opacity: 1;
}

.g-content-image{
    width: 100%;
    height: auto;
}
.g-content-details {
    position: absolute;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 80%;
    top: 50%;
    left: 45%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s; 
}

.g-content:hover .g-content-details{
    opacity: 1;
}

.g-content-details h3{
    color: #fff;
    margin-top: 0px;;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: white;
    font-size: 20px;
    padding: 10px;
}

.g-content-details button{
    color: #fff;
    font-size: 1.2em;
}
.info{
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width:767px){
    .view-sec .collection-img{

        position: relative;
        /*height: 450px;*/
        width: 340px;
        /*margin-left: 60px;*/
    }
    .contact-link .co-link {
        margin-top: 15px;
        margin-right: 10px;
        font-size: 15px;
    }
}

/*inner slider media query*/
@media only screen and (max-width: 700px) {
    .slide-img {
        background-image: url("../images/mob-slide_res.svg");
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 600px) {
    .mobile {
        height: 200px;
        width: 50%;
        margin: 0 auto;
    }
    a.left carousel-control
    {
        min-height: 20px;
    }
}

.text-white{
    color: #FFF;
}
.break{
    line-height: 1.5em;
    height: 4.6em;
    overflow: hidden;
}

.card{
    color: rgba(54,117,170,1.00);
    margin-left: 10px;
}

.slider-img-square{
    height: 317px !important;  
}
.slider-img-portrait{
    height: 293px !important;
}
.slider-img-landscape{
    height: 300px !important;
    width: 100% !important;
}


/*@media screen and (max-width:499px){
    .view-sec .collection-img{
        margin-left: 10%;
    }
}*/