/*Global Style Sheet Start*/
html,
body {
    font-family: 'Century Gothic', sans-serif;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    background: url('../images/bg.png');
    color: #93886c;
    font-size: 100%;
    line-height: 125%;
}


/*@font-face {
    font-family: 'Aerolite';
    src: url('../fonts/Aerolite.eot');
    src: local('Aerolite'), url('../fonts/Aerolite.woff') format('woff'), url('../fonts/Aerolite.ttf') format('truetype');
}*/
@font-face {
    font-family: 'GOTHIC';
    src: url('../fonts/Aerolite.eot');
    src: local('Aerolite'), url('../fonts/Aerolite.woff') format('woff'), url('../fonts/GOTHIC.ttf') format('truetype');
}

h1, h2, h3, h4 {
    color: #93886c;
    /*font-family: 'Aerolite', calibri,sans-serif;*/
    /*font-family: 'Great Vibes', cursive;*/
    font-family: 'Century Gothic', sans-serif;
    text-align: center !important;
}

    h2 span {
        color: #fff;
        margin-bottom: 10px;
    }

img {
    max-width: 100%;
}

.image-border {
    border: 1px solid #ccc;
}

.logo {
    padding: 10px 0px;
}

.top-menu {
    border-top: double;
    border-bottom: double;
    border-color: #93886c;
    background: #000;
}

    .top-menu .top-nav {
        color: #93886c;
        /*font-family: 'Aerolite', calibri,sans-serif;*/
        font-family: 'Century Gothic', sans-serif;
        font-size: 18px;
    }

        .top-menu .top-nav ul {
            padding: 0px;
            margin: 0px;
        }

            .top-menu .top-nav ul li {
                margin: 0px;
                padding: 0px;
                line-height: 40px;
            }

                .top-menu .top-nav ul li > a {
                    color: #93886c;
                    text-decoration: none;
                    padding: 11px 18px;
                }

                    .top-menu .top-nav ul li > a:hover {
                        background: #93886c;
                        color: #000;
                    }

                .top-menu .top-nav ul li.active {
                    background: #fff;
                    color: #93886c;
                }

                    .top-menu .top-nav ul li.active > a {
                        color: #93886c;
                    }

.toggle-menu {
    padding: 5px 0px;
    color: #fff;
}

    .toggle-menu img {
        cursor: pointer;
    }

.dropdown-menu {
    background: #000;
    font-size: 100%;
}

    .dropdown-menu > li > a {
        color: #fff;
        padding: 8px 10px !important;
    }

.slider {
    padding: 15px 0px;
}


@media (min-width: 992px) {
    .container-overload {
        width: 970px;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .container-overload {
        width: 600px;
        margin: auto;
    }
}


.btn-success a {
    color: #fff;
}

.btn-black {
    color: #93886c;
    background: #000;
    border-color: #93886C !important;
}

.testimonial {
border-top: 2px solid #93886c;
  /*  background: #000;
    
    border-bottom: 1px dashed #444; */
    margin-top: 20px;
    padding: 0px 0px 20px 0px;   
}

.about {
}

    .about h3 {
        font-weight: bolder;
        color: #fff;
        font-size: 24px;
        margin-top: 0px;
        padding-top: 0px;
    }

.accessories {
}

    .accessories img {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .accessories button > a {
        color: #fff;
        text-decoration: none;
    }

.email-letter {
    background: #BFB05F;
    padding: 15px 0px;
    margin-top: 20px;
}

    .email-letter .letter-textfield {
        border: 1px solid #ccc;
        color: #696969;
        font-size: 19px;
    }

    .email-letter h4 {
        color: #000;
        font-size: 26px;
        padding-bottom: 10px;
    }

.footer {
    text-align: center;
    padding: 10px 0px 20px 0px;
    color: #93886c;
    font-family: 'Century Gothic', sans-serif;
}

.social-icons {
    background: #000;
    padding: 10px 0px;
    border-top: double;
    border-bottom: double;
    border-color: #93886c;
}

    .social-icons ul {
        padding: 0px;
        margin: 0px;
    }

        .social-icons ul li {
            text-align: center;
            padding: 0px 5px;
        }

            .social-icons ul li i {
                color: #93886c;
                padding-bottom: 5px;
            }

    .social-icons a small {
        color: #93886c;
        text-decoration: none;
        font-family: 'Century Gothic', sans-serif;
        font-size:13px!important;
    }

    .social-icons a:hover {
        color: #BFB05F;
    }

.footer-link {
    font-size: 14px;
    padding-top: 15px;
    line-height: 22px;
}

    .footer-link a {
        color: #fff;
    }

        .footer-link a:hover {
            color: #ccc;
        }

    .footer-link span {
        font-size: 13px;
        color: #93886c;
        font-family: 'Century Gothic', sans-serif;
    }

.contact {
}

    .contact input, textarea {
        width: 100%;
        padding: 8px;
        border: 1px solid #e5e5e5;
        color: black;
    }

    .contact textarea {
        min-height: 120px;
    }

    .contact label {
        line-height: 35px;
        font-weight: normal;
        font-size: 18px;
    }

    .contact .row {
        margin-bottom: 10px;
    }

.map h2 {
    background: #222;
    color: #fff;
    padding: 5px 0px 10px 10px;
}

.map iframe {
    width: 100%;
    height: 300px;
}

.contact-right {
}

    .contact-right h2 {
        margin: 0px;
        padding: 10px;
        background: #000;
        color: #93886c;
    }

.contact-right-box {
    background: #000;
    color: #93886c;
    padding: 15px;
    font-size: medium;
}

    .contact-right-box > h3 {
        color: #fff;
        margin-top: 0px;
    }

    .contact-right-box a {
        color: #fff;
    }

    .contact-right-box h4 {
        padding: 5px 0px 20px 20px;
        color: #fff;
    }

.client-testimonial () .testimonial-hd h5 {
    font-size: 120% !important;
    font-family: 'Century Gothic', sans-serif;
}

.panel-testimonial {
    color: #000;
}

    .panel-testimonial img {
        border: 1px solid #000;
        margin: 2px 0px;
    }

@media only screen and (max-width: 480px) {
    .footer-link {
        font-size: 11px;
    }
     .social-icons a small {
         font-size: 11px;
}
    .email-letter input {
        margin-bottom: 5px;
    }

    .social-icons ul li {
        width: 31%;
        margin: 5px 0px;
    }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 768px) {
    .navbar {
        margin-bottom: 0px;
    }

    .navbar-default {
        background: none;
        border: none;
        font-size: 130%;
        /*font-family: 'Aerolite', calibri,sans-serif;*/
        font-family: 'Century Gothic', sans-serif;
    }

    .navbar-brand {
        color: #93886c !important;
    }

        .navbar-brand:hover {
            color: #93886c !important;
        }

    .navbar-default .navbar-nav > li > a {
        color: #93886c;
    }

        .navbar-default .navbar-nav > li > a:hover {
            background: #93886c;
            color: #000;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #93886c;
        font-size: 70%;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            background: #93886c;
            color: #000;
        }

    .icon-bar {
        background-color: #93886c !important;
    }

    .navbar-default .navbar-toggle:focus, .navbar-toggle:hover {
        background-color: #333 !important;
    }

    .email-letter input {
        margin-bottom: 5px;
    }

    .social-icons ul li {
        width: 31%;
        margin: 5px 0px;
    }
}

@media only screen and (max-width: 800px) {
    .social-icons ul li {
        width: 31%;
        margin: 5px 0px;
    }
}

@media only screen and (max-width: 980px) {
    .top-menu .top-nav ul li {
        line-height: 40px;
    }

    .top-menu .top-nav {
        font-size: 14px;
    }

        .top-menu .top-nav ul li > a {
            padding: 8px 7px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .top-menu .top-nav ul li {
        line-height: 46px;
    }

    .top-menu .top-nav {
        font-size: 20px;
    }

        .top-menu .top-nav ul li > a {
            padding: 11px 12px;
        }
}





/********************************************************/



.view-slide-in.ng-enter {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    opacity: 0.5;
    position: relative;
    opacity: 0;
    top: 10px;
    left: 20px;
}

.view-slide-in.ng-enter {
    opacity: 0;
}

    .view-slide-in.ng-enter.ng-enter-active {
        top: 0;
        left: 0;
        opacity: 1;
    }

.view-slide-in.ng-leave.ng-leave-active {
    top: 5px;
    left: 5px;
    opacity: 1;
}

.view-slide-in.ng-leave {
    top: 0;
    left: 0;
    opacity: 0;
}



@media (min-width: 768px) {
    .carousal-height {
        height: 550px;
    }
}

blockquote {
    width: 100% !important;
    /*//background: #f9f9f9;
  border-left: 5px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";*/
}
/*blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}*/



/*thumbnail inside timeline*/
.timeline-panel img.ng-thumb {
    height: 250px;
    float: left;
    display: block;
    cursor: pointer;
    margin: 2px 2px 0 0;
}


/*Sample sale css*/
.gold-color {
    border-color: #93886C;
    background-color: black;
}

    .gold-color h3 {
        color: #93886C;
        font-family: 'Century Gothic', sans-serif;
        font-size: 95%;
    }

    .gold-color p {
        font-size: small;
    }


.btn-success {
    background-color: #93886C !important;
    border-color: #93886C !important;
    color: #000;
}

    .btn-success:hover {
        background-color: #000 !important;
        border-color: #93886C !important;
        color: #93886C;
    }

.thumbnail .caption {
    color: #93886C !important;
}

/*Caption font etc.*/
.carousel-caption-font h2 {
    color: #93886C;
    width: inherit;
    z-index: 5;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.2);
    font-family: 'Century Gothic', sans-serif;
}

.carousel-control > span.glyphicon {
    top: 40%;
}

.view-loading-spin {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 200px;
}



/*pager correction*/
.pagination > li > a, .pagination > li > span {
    background-color: black !important;
    color: #93886C;
    border: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #000 !important;
    cursor: default;
    background-color: #93886C !important;
    border-color: #93886C;
    border-radius: 4px;
}

.pagination {
    font-size: small;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: small;
}
/*video*/
video {
  width: 100%    !important;
  height: auto   !important;
} 

a:link {
  color: #93886c;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
   color: #93886c;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #93886c;
  background-color: transparent;
  text-decoration: underline;
}

