﻿/*.v-desc {
    height: 85px;
}*/

body {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    background-image: url(/images/grungebg.jpg) !important;
}

    body.dark .content-wrapper {
        background: initial;
        background-image: url(/images/grungebg.jpg) !important;
    }

.innerbodycontent {
    background: initial;
    background-image: url(/images/grungebg.jpg) !important;
}

    .v-history .h-video {
        padding-top: 15px;
    }


body.dark .list-inline.menu li a{
    color:white;
}

body.dark .loginsignup a {
    color: white;
}

.b-video{
    /*padding-bottom:10px;*/
}


    .b-video .v-img .time {
        position: absolute;
        bottom: 10px;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        border-bottom-right-radius: 2px;
        border-top-left-radius: 2px;
        color: #fff;
        font-size: 15px;
        padding: 10px;
        line-height: 15px;
        font-weight: 500;
    }

        .b-video .v-img .time:hover {
            color: #ff2525 !important;
        }

body.dark .b-video .v-desc, body.dark .b-playlist .v-desc, body.dark .b-category .v-desc, body.dark .h-video .v-desc, body.dark .b-video .name, body.dark .b-playlist .name, body.dark .b-category .name, body.dark .h-video .name, body.dark .b-video .v-desc a, body.dark .b-playlist .v-desc a, body.dark .b-category .v-desc a, body.dark .h-video .v-desc a, body.dark .b-video .name a, body.dark .b-playlist .name a, body.dark .b-category .name a, body.dark .h-video .name a {
    color: white;
}

.v-history .h-video .v-views {
    font-size: 15px;
    color: #a9a9a9;
    padding-bottom: 5px;
    padding-top: 5px;
}

.content-block .cb-header {
    color: white;
    font-size: 34px;
    line-height: 42px;
}

.single-video .content-wrapper{
    padding-bottom:30px;
}

.single-video .info p{
    color:white;
}

.single-video h1 {
    margin: 0;
    font-size: 34px;
    line-height: 42px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: black;
}

h1 {
    color: #ff2525 !important;
    font-size: 26px;
}

h2 {
    color: #ff2525 !important;
    font-size:26px;
}


.innerbodycontent .input-group .form-control {
    color: black;
    padding-top: 10px;
}

a {
    color: #E3C05A;
}
a:hover {
    color: lawngreen
}

.nav-tabs > li > a:hover {
    color: lawngreen
}

ul.menu ul {
    background: black;
    border: 0px;
}

    ul.menu ul li:not(:last-child) {
        border: #494951;
    }


h1, h2, h3, h4, h5 {
    color: #c6a859 !important;
}




.homeleftphoto {
    border-radius: 20px 20px 0 0;
    padding-left: 10px;
    padding-right: 10px;
}

.homerighttext {
    border-radius: 0 0 10px 10px;
    background: white;
    color: #171c21;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;

}



@media (min-width: 450px) 

{

    .homeleftphoto {
        border-radius: 10px 0 0 10px;
        background: white;
        height: 100%;
        padding-left: initial;
        padding-right: initial;
    }

    .homerighttext {
        border-radius: 0 10px 10px 0;
        background: white;
        color: #171c21;
        padding: 20px;
        margin-left: initial;
        margin-right: initial;
    }


}


.loginsignup{
    margin-top:15px;
}

@media only screen and (max-width: 767px) {
    footer .list-inline li a {
        color:white !important;
    }
}

.btn-warning {
    color: white;
  
    border-radius:5px;
    border-color: #E3C05A;
    border-top: 1px solid #d4b867;
    background: none;
    font-weight: bold;
    filter: drop-shadow(0 0 1rem black);
    background:black;

}

    .btn-warning:hover {
        /*background: #f3d67c;*/
        background: #E3C05A;
        background: -moz-linear-gradient(left, #E3C05A 0%, #E3C05A 50%, #deb73c 100%);
        background: -webkit-linear-gradient(left, #E3C05A 0%, #E3C05A 50%, #deb73c 100%);
        background: linear-gradient(to right, #E3C05A 0%, #E3C05A 50%, #deb73c 100%);
        color: black;
        text-decoration: none;
    }

.btn-danger {
    border-color: #3D4985;
    background: #3D4985;
    background: -moz-linear-gradient(top, #3D4985 0%, #3D4985 50%, #080F3B 100%);
    background: -webkit-linear-gradient(top, #3D4985 0%, #3D4985 50%, #080F3B 100%);
    background: linear-gradient(to bottom, #3D4985 0%, #3D4985 50%, #080F3B 100%);
}

    .btn-danger:hover, .btn-danger:active {
        background: #1840a5;
        border-color: #1840a5;
    }



.btn-black {
    color: black;
    /*border-radius: 5px;*/
    border-radius: 0px;
    border-color: black;
   
    background: none;
    font-weight: bold;
   
}

    .btn-black:hover {
        /*background: #f3d67c;*/
        background: #E3C05A;
        background: -moz-linear-gradient(left, #E3C05A 0%, #E3C05A 50%, #deb73c 100%);
        background: -webkit-linear-gradient(left, #E3C05A 0%, #E3C05A 50%, #deb73c 100%);
        background: linear-gradient(to right, #E3C05A 0%, #E3C05A 50%, #deb73c 100%);
        color: black;
        text-decoration: none;
    }


/*.btn{
    border-color:white;
}*/

.btn:hover {
    /*border-color: white;
    background-image:none;*/

}

.liner {
    background: #bc9c51 none;
    height: 2px;
    width: 100%;
    /*background-image: url('/images/goldpattern.jpg');*/
    /* background-image: url('/images/gold-background-vector.jpg');*/
    /*background-repeat: repeat-x;*/
    background-size: cover;
    }





.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}



.animation-element {
    opacity: 0;
    position: relative;
}
    /*animation element sliding left*/

    .animation-element.slide-left {
        opacity: 0;
        -moz-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-100px, 0px);
        -ms-transform: translate(-100px, 0px);
        transform: translate3d(-100px, 0px, 0px);
    }

        .animation-element.slide-left.in-view {
            opacity: 1;
            -moz-transform: translate3d(0px, 0px, 0px);
            -webkit-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }
        /*animation slide left styled for testimonials*/

        .animation-element.slide-left.testimonial {
            float: left;
            width: 47%;
            margin: 0% 1.5% 3% 1.5%;
            background: #F5F5F5;
            padding: 15px;
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            border: solid 1px #EAEAEA;
        }

            .animation-element.slide-left.testimonial:hover,
            .animation-element.slide-left.testimonial:active {
                box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
            }

            .animation-element.slide-left.testimonial:nth-of-type(odd) {
                width: 48.5%;
                margin: 0% 1.5% 3.0% 0%;
            }

            .animation-element.slide-left.testimonial:nth-of-type(even) {
                width: 48.5%;
                margin: 0% 0% 3.0% 1.5%;
            }

            .animation-element.slide-left.testimonial .header {
                float: left;
                width: 100%;
                margin-bottom: 10px;
            }

            .animation-element.slide-left.testimonial .left {
                float: left;
                margin-right: 15px;
            }

            .animation-element.slide-left.testimonial .right {
                float: left;
            }

            .animation-element.slide-left.testimonial img {
                width: 65px;
                height: 65px;
                border-radius: 50%;
                box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
            }

            .animation-element.slide-left.testimonial h3 {
                margin: 0px 0px 5px 0px;
            }

            .animation-element.slide-left.testimonial h4 {
                margin: 0px 0px 5px 0px;
            }

            .animation-element.slide-left.testimonial .content {
                float: left;
                width: 100%;
                margin-bottom: 10px;
            }

            .animation-element.slide-left.testimonial .rating {
            }

            .animation-element.slide-left.testimonial i {
                color: #aaa;
                margin-right: 5px;
            }



/*media queries for small devices*/
@media screen and (max-width: 678px) {
    /*testimonials*/
    .animation-element.slide-left.testimonial,
    .animation-element.slide-left.testimonial:nth-of-type(odd),
    .animation-element.slide-left.testimonial:nth-of-type(even) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

        .animation-element.slide-left.testimonial .right,
        .animation-element.slide-left.testimonial .left,
        .animation-element.slide-left.testimonial .content,
        .animation-element.slide-left.testimonial .rating {
            text-align: center;
            float: none;
        }

        .animation-element.slide-left.testimonial img {
            width: 85px;
            height: 85px;
            margin-bottom: 5px;
        }
}







.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

    .animation-element.slide-right.in-view {
        opacity: 1;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
    /*animation slide right styled for testimonials*/

    .animation-element.slide-right.testimonial {
        float: right;
        width: 47%;
        margin: 0% 1.5% 3% 1.5%;
        background: #F5F5F5;
        padding: 15px;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
        border: solid 1px #EAEAEA;
    }

        .animation-element.slide-right.testimonial:hover,
        .animation-element.slide-right.testimonial:active {
            box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
        }

        .animation-element.slide-right.testimonial:nth-of-type(odd) {
            width: 48.5%;
            margin: 0% 1.5% 3.0% 0%;
        }

        .animation-element.slide-right.testimonial:nth-of-type(even) {
            width: 48.5%;
            margin: 0% 0% 3.0% 1.5%;
        }

        .animation-element.slide-right.testimonial .header {
            float: right;
            width: 100%;
            margin-bottom: 10px;
        }

        .animation-element.slide-right.testimonial .left {
            float: right;
            margin-right: 15px;
        }

        .animation-element.slide-right.testimonial .right {
            float: right;
        }

        .animation-element.slide-right.testimonial img {
            width: 65px;
            height: 65px;
            border-radius: 50%;
            box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
        }

        .animation-element.slide-right.testimonial h3 {
            margin: 0px 0px 5px 0px;
        }

        .animation-element.slide-right.testimonial h4 {
            margin: 0px 0px 5px 0px;
        }

        .animation-element.slide-right.testimonial .content {
            float: right;
            width: 100%;
            margin-bottom: 10px;
        }

        .animation-element.slide-right.testimonial .rating {
        }

        .animation-element.slide-right.testimonial i {
            color: #aaa;
            margin-right: 5px;
        }



/*media queries for small devices*/
@media screen and (max-width: 678px) {
    /*testimonials*/
    .animation-element.slide-right.testimonial,
    .animation-element.slide-right.testimonial:nth-of-type(odd),
    .animation-element.slide-right.testimonial:nth-of-type(even) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

        .animation-element.slide-right.testimonial .right,
        .animation-element.slide-right.testimonial .left,
        .animation-element.slide-right.testimonial .content,
        .animation-element.slide-right.testimonial .rating {
            text-align: center;
            float: none;
        }

        .animation-element.slide-right.testimonial img {
            width: 85px;
            height: 85px;
            margin-bottom: 5px;
        }
}


/*	10.	Gallery
-------------------------------------------------------------------*/
/* Swiper Modification */
.swiper-button-next {
    background-image: url(/img/next.svg);
    right: 0;
}

.swiper-button-prev {
    background-image: url(/img/prev.svg);
    left: 0;
}

.swiper-button-next, .swiper-button-prev {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 100px;
    background-size: 40px;
}

@media (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        width: 50px;
        background-size: 30px;
    }
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.lazyload .swiper-slide {
    background-image: url(../img/preloader.svg);
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}
/* Featured Gallery */
.featured-gallery.item-listing.grid .item {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
}

    .featured-gallery.item-listing.grid .item .item-image {
        margin: 0;
        height: 520px;
    }

        .featured-gallery.item-listing.grid .item .item-image .image {
            background-size: cover;
            background-position: center;
            height: 100%;
        }

        .featured-gallery.item-listing.grid .item .item-image > a:not(.save-item) {
            height: 100%;
        }

    .featured-gallery.item-listing.grid .item .item-price {
        font-weight: 600;
    }

    .featured-gallery.item-listing.grid .item .item-meta {
        padding: 20px;
    }

    .featured-gallery.item-listing.grid .item .item-title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 5px;
        color: #FFF;
    }

    .featured-gallery.item-listing.grid .item .item-location {
        font-size: 15px;
        color: #ccc;
    }

@media (max-width: 991px) {
    .featured-gallery.item-listing.grid .item .item-image {
        height: 300px;
    }

    .featured-gallery.item-listing.grid .item .item-title {
        font-size: 18px;
    }

    .featured-gallery.item-listing.grid .item .item-location {
        font-size: 13px;
        color: #ccc;
        margin-bottom: 5px;
    }

    .featured-gallery.item-listing.grid .item .item-price {
        font-size: 15px;
    }

        .featured-gallery.item-listing.grid .item .item-price small {
            font-size: 12px;
        }
}

.featured-gallery.item-listing.grid .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60%;
}

.featured-gallery.item-listing.grid .swiper-slide-active {
    opacity: 1;
}

@media (min-width: 992px) {
    .featured-gallery.item-listing.grid .swiper-slide-prev, .featured-gallery.item-listing.grid .swiper-slide-next {
        opacity: 0.7;
        pointer-events: none;
    }
}

.item-gallery.item-listing.grid .item .item-image .item-meta {
    padding: 20px;
}

.item-gallery.item-listing.grid .item .item-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #FFF;
}

.item-gallery.item-listing.grid .item .item-location {
    font-size: 15px;
    color: #ccc;
}

.featured-gallery.v2 .item {
    margin-bottom: 20px !important;
}

    .featured-gallery.v2 .item .item-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100% !important;
    }

.featured-gallery.v2 .item-lg, .featured-gallery.v2 .item-lg img {
    height: 450px;
}

.featured-gallery.v2 .item-md, .featured-gallery.v2 .item-md img {
    height: 225px;
}

.featured-gallery.v2 .item-sm, .featured-gallery.v2 .item-sm img {
    height: 205px;
}

.featured-gallery.v2 .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .featured-gallery.v2 .row > * {
        padding-left: 10px;
        padding-right: 10px;
    }



.swiper-button-next {
    background-image: url('/images/right.png') !important;
    width: 167px !important;
    height: 167px !important;
}

.swiper-button-prev {
    background-image: url('/images/left.png') !important;
    width: 166px !important;
    height: 167px !important;
}



.swiper-button-next, .swiper-button-prev{
    position:relative !important;
    margin-top:150px !important;
    
}

.swiper-button-next{right:0px !important;}

.navbar-container{
    font-size:15px;
}

body.dark .loginsignup a{
    color:black;
    font-weight:normal;
}




.btn-blackbutton {
    color: white;
    border-radius: 5px;
    border-color: #E3C05A;
    border-top: 1px solid #d4b867;
    background: #E3C05A;
    background: -moz-linear-gradient(left, #4b4a4d 0%, #000000 50%, #000000 100%);
    background: -webkit-linear-gradient(left, #4b4a4d 0%, #000000 50%, #000000 100%);
    background: linear-gradient(to right, #4b4a4d 0%, #000000 50%, #000000 100%);
    font-weight: bold;
}

    .btn-blackbutton:hover {
        background: #5d5d5d;
        color: white;
        text-decoration: none;
    }

body.dark .loginsignup a {
    color: #E3C05A !important;
}



body.dark .loginsignup a:hover {
    color: black !important;
}

.innerbodycontent {
    background: #171c21;
}


.headerpadding {
    padding-top: 0px;
    padding-bottom: 150px;
}

@media (max-width: 767px) {
    .headerpadding {
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

.navbar-container{
    border-bottom:0px;
}

ul.menu{
    margin-top:0px;
}
.navbar-container{
    height:initial;
}

body.dark .list-inline.menu li a {
    color: #E3C05A !important;
}

body.dark .list-inline li a:not(.color-active):hover {
    color: white !important;
}

.btn-menu-toggle{
    margin-top:15px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 100%;
    /*background-color: red;
  opacity: 0.5;*/
    z-index: 0;
    background: linear-gradient(to bottom, black 0%, transparent 100%);
}

.mobile-menu-list > ul > li > a {
    color: white !important;
}


body.dark .list-inline.menu li{
    text-align:left;
}


body.dark .form-group input, body.dark .form-group textarea, body.dark .form-group select {
    background: #424242;
    border-color: #424242;
    color: white;
}



.table-hover > tbody > tr:hover {
    background-color: black;
}



.toppattern {
    height: 16px;
    background-image: url(/images/toppattern.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

.headersection {
    background: #121212;
    padding-bottom: 10px;
    border-bottom: #bc9c51 1px solid;
}

.navbar-nav li a{
    text-transform:uppercase;
    font-size:12px;
    color:white;
}

    .navbar-nav li a:hover {
      
        color: #E3C05A;
    }

.nav > li > a:hover, .nav > li > a:focus{
    background-color:none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #121212;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #121212;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #121212;
}

ul.dropdown-menu li:nth-child(even) {
    background-color: #121212;
}

ul.dropdown-menu li:nth-child(odd) {
    background-color: #121212;
}

ul.dropdown-menu li{
    border-bottom:black;
}

ul.dropdown-menu{
    border-color:black;
}


.navbar-brand{
    width:initial;
}

.swiper-button-next{
    background-image:none !important;
}

.swiper-button-prev {
    background-image: none !important;
}

.footer {
    background: #171c21;
    background-image: none;
}

.testimonials {
    background-image: url(/images/testimonialback.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}



.panel {
    background-color: black;
}

.panel-default > .panel-heading {
    color: white;
    background-color: #c6a859;
    border-color: #ddd;
}

.panel h3{
    color:black !important;
}

    .panel h3 a {
        color: black !important;
    }