@font-face {
    font-family: 'Mj_Two';
    src: url('../../fonts/Mj_TwoLight.eot') format('eot'),  /* IE6–8 */
        url('../../fonts/Mj_TwoLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../../fonts/Mj_TwoLight.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
/*
Base csss
*/
html, body {
    height: 100%;
}

body {
    font-family: "Mj_Two";
    background: #FFFFFF;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.2rem;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #545454;
}

a, button {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a {
    color: #A0491A;
}
a:hover {
    color: #999;
}

a, a:hover, a:focus, button:hover, button:focus {
    outline: 0 !important;
    text-decoration: none;
}

blockquote {
    font-style: normal;
    font-weight: 400;
    border-left-color: #A0491A;
}
blockquote p {
    font-weight: 400;
}

button:focus {
    outline: 0 !important;
}

::-moz-selection {
    background-color: #191b1d;
    color:#94857D;
}

::selection {
    background-color: #191b1d;
    color:#94857D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
    margin-top: 0px;
    color:#94857D;
    font-weight: 700;
}

.border-width {
    width: 60px;
    height: 2px;
    background: #A0491A;
    margin: 10px 0;
}

.overflow-hidden {
    overflow: hidden;
}

.full-wid {
    width: 100%;
}

.no-padd {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

/***spaces**/
.space-10 {
    width: 100%;
    height: 10px;
}

.space-20 {
    width: 100%;
    height: 20px;
}

.space-30 {
    width: 100%;
    height: 30px;
}

.space-40 {
    width: 100%;
    height: 40px;
}

.space-50 {
    width: 100%;
    height: 50px;
}

.space-60 {
    width: 100%;
    height: 60px;
}

.space-70 {
    width: 100%;
    height: 70px;
}

.space-80 {
    width: 100%;
    height: 80px;
}

.space-90 {
    width: 100%;
    height: 90px;
}

.space-100 {
    width: 100%;
    height: 100px;
}

/**margins**/
.margin-b-10 {
    margin-bottom: 10px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-40 {
    margin-bottom: 40px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.skin-bg {
    background-color: #A0491A;
}

.gray-bg {
    background: #f7f9fa;
}

hr {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.form-control, input[type="text"], input[type="email"], textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 0px;
    background-color: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color:#94857D;
}
.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-bottom-color: #A0491A;
}

.dropcap:first-letter {
    font-size: 30px;
    color: #A0491A;
}

/**********back to top*************/
.scrollToTop {
    text-align: center;
    font-size: 30px;
    background: transparent;
    font-weight: bold;
    color: #A0491A;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    display: none;
    opacity: 0.5;
    line-height: 0px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.scrollToTop:hover {
    text-decoration: none;
    opacity: 1;
    color: #A0491A;
}

/**preloader**/
div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #141414 url("../images/loader.gif") no-repeat center center;
}

.center-img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.full-img {
    width: 100%;
    height: auto;
}

.center-title {
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
}

.center-border {
    width: 100px;
    margin: 0 auto;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    margin-bottom: 20px;
}
.center-border:before {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #A0491A;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -3px;
}

.text-color {
    color: #A0491A;
}

.video-link {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #A0491A;
    color:#94857D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.video-link i {
    font-size: 40px;
    display: block;
}
.video-link:hover {
    color:#94857D;
    background-color: #333;
}

/*
Button style
*/
.btn {
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-weight: 600;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-lg {
    padding: 12px 25px;
}

.btn-dark-border {
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #999;
}
.btn-dark-border:hover, .btn-dark-border:focus {
    background: #333;
    border-color: #333;
    color:#94857D;
}

.btn-skin-border {
    border: 2px solid #A0491A;
    color: #A0491A;
    background-color: transparent;
}
.btn-skin-border:hover, .btn-skin-border:focus {
    background: #A0491A;
    color:#94857D;
}

.btn-white-border {
    border: 2px solid #fff;
    color:#94857D;
    background-color: transparent;
}
.btn-white-border:hover, .btn-white-border:focus {
    background: #fff;
    color: #333;
}

.btn-dark {
    background-color: #333;
    color:#94857D;
}
.btn-dark:hover, .btn-dark:focus {
    background: #A0491A;
    color:#94857D;
}

.btn-skin {
    background-color: #A0491A;
    color:#94857D;
}
.btn-skin:hover, .btn-skin:focus {
    background: #333;
    color:#94857D;
}

.btn-link {
    color: #A0491A;
}
.btn-link:hover {
    color: #999;
}

/*
Top bar style
*/
.top-bar {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    position: absolute;
}
.top-bar ul {
    margin: 0px;
    padding: 0px;
}
.top-bar ul li {
    padding: 0px;
    vertical-align: middle;
}
.top-bar ul li:last-child a {
    border-right: 0px;
}
.top-bar ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    color:#94857D;
    text-align: center;
}
.top-bar ul li a:hover {
    color: #A0491A;
}
.top-bar ul.top-socials li a {
    font-size: 20px;
    width: auto;
    padding: 0px 3px;
    text-align: center;
}

/*
navigation start
*/
/********navbar fullscreen ***********/
.navbar-inverse.header-fullscreen {
    background-color: #000;
    border: 0px;
    z-index: 9999;
    width: 100%;
    left: 0;
    padding: 10px 0;
}

.navbar-inverse.header-fullscreen .navbar-nav > li > a {
    color:#94857D;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.navbar-inverse.header-fullscreen .navbar-nav > li > a:hover, .navbar-inverse.header-fullscreen .navbar-nav > li > .menu-drop-toggle:hover {
    color: #A0491A;
}

.menu-drop-toggle {
    display: block;
    color:#94857D;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
    padding: 15px;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

li.active .menu-drop-toggle {
    color: #A0491A;
}

.header-fullscreen.navbar-inverse .navbar-nav > .active > a, .header-fullscreen.navbar-inverse .navbar-nav > .active > a:focus, .header-fullscreen.navbar-inverse .navbar-nav > .active > a:hover {
    color: #A0491A;
    background-color: transparent;
}

.header-fullscreen.navbar-inverse .navbar-nav > .open > a, .header-fullscreen.navbar-inverse .navbar-nav > .open > a:focus, .header-fullscreen.navbar-inverse .navbar-nav > .open > a:hover {
    color: #A0491A;
    background-color: transparent;
}

.navbar-inverse .navbar-brand {
    color:#94857D !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}

/***dropdown menu***/
.dropdown-menu {
    background-color: #000;
    border-color: #000;
}
.dropdown-menu > li > a {
    color:#94857D;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #A0491A;
    background-color: transparent;
}

/************navbar transparent**************/
.navbar-inverse.navbar-transparent {
    background-color: transparent;
    border: 0px;
    padding: 15px 0;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.navbar-inverse.navbar-transparent.shrink {
    background-color:rgb(252, 229, 215);
    padding: 5px 0;
}

.navbar-inverse.navbar-transparent .navbar-nav > li > a {
    color:#530303;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.navbar-inverse.navbar-transparent .navbar-nav > li > a:hover {
    color: #A0491A;
    background-color: transparent;
}

.navbar-inverse.navbar-transparent .menu-drop-toggle {
    color:#94857D;
}
.navbar-inverse.navbar-transparent .menu-drop-toggle:hover {
    color: #A0491A;
    background-color: transparent;
}

.navbar-inverse.navbar-transparent .navbar-brand {
    color:#94857D !important;
}

.navbar-inverse.navbar-transparent .navbar-nav > .active > a, .navbar-inverse.navbar-transparent .navbar-nav > .active > a:focus, .navbar-inverse.navbar-transparent .navbar-nav > .active > a:hover {
    color: #FFFFFF;
    background-color: transparent;
}

.navbar-inverse.navbar-transparent.shrink .navbar-brand {
    color:#94857D !important;
}
.navbar-inverse.navbar-transparent.shrink .navbar-brand:hover {
    color: #A0491A;
}

.navbar-inverse.navbar-transparent.shrink .menu-drop-toggle, .navbar-inverse.navbar-transparent.shrink .navbar-nav > li > a {
    color:#94857D;
}
.navbar-inverse.navbar-transparent.shrink .menu-drop-toggle:hover, .navbar-inverse.navbar-transparent.shrink .navbar-nav > li > a:hover {
    color: #A0491A;
}

.navbar-inverse.navbar-transparent.shrink .navbar-nav > .active > a, .navbar-inverse.navbar-transparent.shrink .navbar-nav > .active > a:focus, .navbar-inverse.navbar-transparent.shrink .navbar-nav > .active > a:hover {
    color: #545454;
    background-color: transparent;
}

/*
Sliders
*/
.flexslider {
    padding: 0;
    margin: 0;
    border: 0px;
    background-color: transparent;
}
.flexslider .slides li h1 {
    color:#94857D;
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: capitalize;
    position: relative;
}
.flexslider .slides li p {
    color:#94857D;
}

.testi-slider {
    text-align: center;
}
.testi-slider p {
    color:#94857D;
    font-style: italic;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    margin: 20px 0;
}
.testi-slider h5 {
    color: #A0491A;
    font-weight: 400;
    text-transform: capitalize;
}
.testi-slider i {
    display: block;
    font-size: 3rem;
    color:#94857D;
}

/***home slider**/
.slider-banner {
    position: relative;
}
.slider-banner .slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slider-banner .slider-table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-banner .slider-table .slider-vm {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}
.slider-banner .slider-table .slider-vm h1 {
    color:#94857D;
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 700;
}
.slider-banner .slider-table .slider-vm p {
    color:#94857D;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px;
}
.slider-banner .flex-direction-nav a:before {
    content: "";
    display: none;
}

.main-slider:hover .flex-direction-nav .flex-prev {
    left: 0px;
}

.main-slider:hover .flex-direction-nav .flex-next {
    right: 0px;
}

.main-slider .flex-direction-nav a {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color:#94857D;
    text-shadow: none;
}
.main-slider .flex-direction-nav a i {
    display: block;
}

.main-slider:hover .flex-direction-nav a {
    opacity: 1;
}

/*
icon-boxes
*/
.services-list i {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 35px;
}
.services-list .content {
    overflow: hidden;
}
.services-list li {
    padding: 30px 15px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.services-list li h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.services-list li:hover {
    background-color: #A0491A;
    border-color: #A0491A;
    color:#94857D;
}
.services-list li:hover h4 {
    color:#94857D;
}

@media (min-width: 768px) {
    .services-list li:nth-child(1) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .services-list li:nth-child(3), .services-list li:nth-child(5) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .services-list li:nth-child(1), .services-list li:nth-child(2), .services-list li:nth-child(3), .services-list li:nth-child(4) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}
/*
The team
*/
.team-wrapper {
    background: #A0491A;
}

.person-col {
    position: relative;
    overflow: hidden;
}
.person-col img {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    margin: 0 auto;
}
.person-col .person-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
}
.person-col .person-overlay .person-inner {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: 0px;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.person-col .person-overlay .person-inner h4 {
    margin-bottom: 0px;
    color:#94857D;
}
.person-col .person-overlay .person-inner span {
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
}
.person-col .person-overlay .person-inner ul li a {
    color: #999;
    font-size: 30px;
    display: block;
}
.person-col .person-overlay .person-inner ul li a i {
    display: block;
}
.person-col .person-overlay .person-inner ul li a:hover {
    color: #A0491A;
}
.person-col:hover .person-overlay {
    opacity: 1;
    visibility: visible;
}
.person-col:hover .person-overlay .person-inner {
    margin-top: -40px;
}

/*
Progess bars
*/
.progress {
    background-color: rgba(255, 255, 255, 0.2);
}

.progress {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.progress .progress-bar {
    background: #A0491A;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
}
.progress .progress-bar .value {
    display: inline-block;
    margin-right: 20px;
}

/*
Pricing tables
*/
.pricing-wrapper {
    padding: 80px 0;
    padding-bottom: 30px;
}

.price-box {
    background: #222;
    text-align: center;
}
.price-box h3 {
    margin: 0px;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.price-box h1 {
    font-size: 6rem;
    padding: 0px 15px;
    line-height: 3rem;
    margin: 34px 0;
}
.price-box h1 sup {
    font-size: 1.4rem;
    font-weight: 400;
    vertical-align: top;
}
.price-box ul li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    padding: 7px 0;
}
.price-box ul li:last-child {
    border-bottom: 0px;
}

.price-footer {
    padding: 25px 15px;
}

.best-label {
    display: inline-block;
    margin: 20px 0;
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #A0491A;
    color:#94857D;
}

/* 
Portfolio styles
*/
.work-header {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(252, 228, 215, 0.50);
}
.work-header .center-title {
    color: #6B6B6B;
    text-align: center;
}
.work-header .center-border {
    margin: 0 auto;
    margin-bottom: 15px;
}
.work-header .center-border:before {
    background: #C77441;
}
.work-header p {
    color: #C77441;
}

.cbp-l-grid-work .cbp-item-wrapper {
    background-color: transparent;
}

.cbp-l-filters-work {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    margin-top: -85px;
}

.cbp-l-filters-work .cbp-filter-item {
    background-color: transparent;
    color: #6B6B6B;
    font-family: "Mj_Two";
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: #160E09;
}

.cbp-l-filters-work .cbp-filter-item:hover {
    color:#94857D;
    background: transparent;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
    color: #94857D;
    background: transparent;
    cursor: default;
}

.cbp-popup-wrap {
    z-index: 9999;
}

.cbp-l-grid-work-title {
    font-weight: 600;
}

.cbp-l-grid-work .cbp-item-wrapper {
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.cbp-l-grid-work-title {
    color:#94857D;
    font-family: "Mj_Two";
}

.cbp-popup-singlePage {
    background: #141414;
}

.cbp-l-grid-work-title, .cbp-l-project-title, .cbp-l-project-related-title {
    color:#94857D;
}

.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
    border-bottom: 1px solid #A0491A;
    color:#94857D;
}

.cbp-l-project-desc-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
    color: #A0491A;
    border: 2px solid #A0491A;
    font-family: "Mj_Two";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
}
.cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-link:focus {
    color:#94857D;
    background-color: #A0491A;
}

.cbp-l-project-desc-text {
    font-family: "Mj_Two";
    font-size: 1.5rem;
    line-height: 2.7rem;
}

.cbp-l-project-desc-title span, .cbp-l-project-details-title span, .cbp-l-project-details-list > li, .cbp-l-project-details-list > div, .cbp-l-project-related-title, .cbp-l-project-details-visit {
    font-family: "Mj_Two";
    font-weight: 500;
    text-align: right;
}

.cbp-l-project-details-visit {
    font-weight: 600;
    background-color: #A0491A;
}

.cbp-l-project-desc-title {
    font-weight: 600;
    text-transform: uppercase;
}

.cbp-l-project-title {
    font-weight: 600;
    font-family: "Mj_Two";
}

.cbp-l-project-subtitle {
    font-family: "Mj_Two";
    font-size: 1.5rem;
}

/*
Blog styles
*/
.post {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.post .post-content {
    padding: 0px 15px;
    padding-bottom: 20px;
    background: transparent;
}
.post .post-content h3 {
    font-weight: 500;
    padding-top: 20px;
}
.post .post-content h3 a {
    color:#94857D;
}
.post .post-content h3 a:hover {
    color: #A0491A;
}
.post .post-meta {
    margin: 0px;
    padding: 0px;
}
.post blockquote {
    margin-bottom: 0px;
}

.popular-posts {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.popular-posts li a {
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.popular-posts li a h4 {
    font-size: 15px;
    color:#94857D;
}
.popular-posts li a:hover h4 {
    color: #A0491A;
}
.popular-posts li:last-child a {
    border-bottom: 0px;
}

.post-comments li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.post-comments li:last-child {
    border-bottom: 0px;
}
.post-comments li:nth-child(even) {
    padding-left: 20px;
}
.post-comments .comment-thumb {
    float: left;
    margin-right: 20px;
}
.post-comments .comment-content {
    overflow: hidden;
}
.post-comments .comment-content h5 {
    font-weight: 500;
}
.post-comments .comment-content h5 a {
    display: inline-block;
    margin-left: 5px;
}
.post-comments .comment-content h5 a:before {
    content: "|";
    color: #999;
    margin-right: 5px;
    display: inline-block;
}
.post-comments .comment-content p {
    margin-bottom: 0px;
}

/*
Tab style
*/
.about-tabs {
    padding-bottom: 40px;
}
.about-tabs li a {
    font-family: "Mj_Two";
    text-transform: capitalize;
    font-size: 1.7rem;
    display: block;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    color: #999;
    font-weight: 600;
}
.about-tabs li.active a {
    color: #A0491A;
    border-bottom-color: #A0491A;
}

/*
Pagination styles
*/
.pagination > li > a, .pagination > li > span {
    color: #A0491A;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #A0491A;
    color:#94857D;
    border-color: #A0491A;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #A0491A;
    background: #A0491A;
}

/*
Footer styles
*/
.footer {
    padding-top: 30px;
    background: #222;
}
.footer span {
    color: #94857D;
    display: block;
    font-family: arial;
    font-size: 0.7em;
    direction: ltr;
    float: right;
}
.footer ul {
    margin: 0;
    padding: 0px;
}
.footer ul li a {
    color:#94857D;
}
.footer ul li a:hover {
    color: #A0491A;
}

/**parallax hero**/
.dzsparallaxer {
    background-color:#94857D;
}

.parallax-hero {
    position: relative;
}

.hero-parallax {
    height: 100%;
    width: 100%;
}
.hero-parallax .hero-inner {
    display: table;
    width: 100%;
    height: 100%;
}
.hero-parallax .hero-inner .hero-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.mouse-down {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
    z-index: 99;
}
.mouse-down a {
    color:#94857D;
    font-size: 3rem;
}
.mouse-down a:hover {
    color: #A0491A;
}

.parallax-text h2 {
    color:#94857D;
    font-size: 3.5rem;
    line-height: 5.5rem;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Mj_Two";
}

/************Hero static with parallax bg************/
.hero-static h1 {
    color:#94857D;
    text-transform: capitalize;
    font-size: 7rem;
}
.hero-static p {
    color:#94857D;
    font-size: 20px;
    line-height: 35px;
}

.buttons {
    margin-top: 20px;
}
.buttons a {
    margin: 10px;
}

/*newsletter*/
.newsletter-form .form-control {
    height: 45px;
    max-width: 350px;
    margin: 0 auto;
}
.newsletter-form .form-control.error {
    color: red;
}
.newsletter-form .form-control.success {
    color: #A0491A;
}

/**contact**/
.contact-section {
    background-color: rgba(252, 228, 215, 0.50);
}

.amaze-contact .form-control {
    min-height: 45px;
}

.contact-details ul li a {
    font-size: 30px;
    color: #999;
}
.contact-details ul li a:hover {
    color: #A0491A;
}
.contact-details .logo{
    display: inline-block;
    margin-bottom: 30px;
}
.sidebar-widget ul li {
    padding: 5px 0;
}
.sidebar-widget ul li a {
    font-size: 16px;
    color: #999;
}
.sidebar-widget ul li a:hover {
    color: #A0491A;
}

/**partners**/
.partners {
    padding: 60px 0;
    background: #160E09;
}
.partners img {
    display: block;
    margin: 0px auto;
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.partners a:hover img {
    opacity: 1;
}

/**video modal**/
.modal {
    z-index: 1;
}

.modal-dialog {
    margin-top: 120px;
}

.modal-header, .modal-body {
    padding: 0px;
}

.modal {
    z-index: 99999;
}

.modal-header {
    min-height: 100%;
    border: 0px;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: -22px;
    right: 0px;
    opacity: 1;
    color: #aeaeae;
}
.modal-header .close:hover {
    color: #A0491A;
}

.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

/***self hosted video css***/
.video-section {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    overflow: hidden;
}

.video-section .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-section .fs-background-container {
    left: 0;
}

.video-section .video-overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 2;
}

.video-section .video-overlay h1 {
    font-weight: 700;
    color:#94857D;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.video-section .video-overlay p {
    color:#94857D;
    margin-bottom: 25px;
    margin-top: 20px;
}

/*******Responsive style**************/
@media (max-width: 991px) {
    .slider-banner .slider-table .slider-vm h1 {
        font-size: 4rem;
    }
    ul.tab_small li {
        max-width:30%!important;
    }
}
@media (max-width: 767px) {
    ul.tab_small li {
        max-width:90%!important;
    }
    .hero-static h1 {
        font-size: 3rem;
    }
    .hero-static .buttons {
        display: none;
    }

    .flexslider .slides li h1 {
        font-size: 3rem;
    }

    .parallax-text h2 {
        font-size: 2rem;
        line-height: 3.5rem;
    }

    .testi-slider p {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 10px 0;
    }

    .contact-details {
        text-align: center;
    }

    .footer span, .footer .text-right {
        text-align: center;
    }

    .top-bar ul li a {
        padding: 0px 4px;
    }

    .cbp-l-filters-work .cbp-filter-item {
        margin: 0 0px 7px 0;
        padding: 0 0px;
        line-height: 18px !important;
    }

    .slider-banner .slider-table .slider-vm p, .slider-banner .slider-table .slider-vm .btn {
        display: none;
    }

    .slider-banner .slider-table .slider-vm h1 {
        font-size: 2rem;
    }

    .main-slider .flex-direction-nav a {
        font-size: 20px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #A0491A;
    }

    .navbar-inverse.navbar-transparent, .navbar-inverse.navbar-transparent.shrink {
        padding: 0px;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
        border: 0px;
    }

    .navbar-inverse.navbar-transparent .navbar-nav {
        background-color: rgba(0, 0, 0, 0.95);
        margin: 0px -15px;
    }
    .navbar-inverse.navbar-transparent .navbar-nav > li > a, .navbar-inverse.navbar-transparent .navbar-nav .menu-drop-toggle {
        color:#94857D;
    }
    .navbar-inverse.navbar-transparent .navbar-nav > li > a:hover, .navbar-inverse.navbar-transparent .navbar-nav .menu-drop-toggle:hover {
        color: #A0491A;
    }
}
.product-tabs-container-slider { margin:40px 0 0; text-transform: capitalize;}
/* ul.tabs {
margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
  background: url(../../image/producttabs.png) repeat-x 0 50%;
}
ul.tabs li {
        display: inline-block;
        background-color: #fff;
}
ul.tabs li span {
  font-size: 2.2em;
  margin: 0;
  font-weight: 700;
  padding: 0 30px 0 15px;
  cursor: pointer;
  background: url(../../image/border_tabs.png) no-repeat 100% 50%;
}
ul.tabs li:last-child span {
    background: none;
}
ul.tabs li span:hover, ul.tabs li.active span {
    cursor: pointer;
} */
.tab_container {
    width: 100%;
    display: inline-block;
}
.product-tabs-container-slider .owl-carousel{padding-top:30px;direction: ltr;}
.product-tabs-container-slider .productTabContent li {
    border: 0 none;
    float: left;
    margin: 0;
    position: relative;
    text-align: center;
}
.tab_content {
    padding:0;
    float:left;
    width:100%;
    display: none;
    transition: all 0.5s ease 0s;
}
.tab_content.animate1 {
    opacity:1;
    transition: all 0.5s ease 0s;
}
.product-tabs-container-slider .tab-grid {
    margin-bottom: 30px;
}
.product-tabs-container-slider .productTabContent {position:relative; display:inline-block;}	
.product-tabs-container-slider .productTabContent li { float:left; list-style:none; width:210px; position:relative; border:1px solid #dedede; margin:15px 0px 15px 10px;text-align:center;}

.product-tabs-container-slider .productTabContent h5.s_title_block a,.productTabContent .price_container {
    color:#000;
}
.product-tabs-container-slider .productTabContent .sale {
    width:30px; height:30px; border:1px solid #fff; border-radius:40px; background-color:#e84c3d;
    display:block; color:#fff;padding:2px; position:absolute; right:0; top:0;

}

.product-tabs-container-slider .productTabContent .new {
    width:30px; height:30px; border:1px solid #fff; border-radius:40px; background:#27ae61;
    display:block; color:#fff; padding:2px; position:absolute; left:0; font-size:12px;top:0; text-indent:0;


}
.product-tabs-container-slider .bx-wrapper .bx-viewport {height: auto !important;}

/* #tab_new_product, #tab_besseller_product{
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
}

#tab_special_product, #tab_feature_product {
    -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -o-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
} */
ul.tab_small {
    border-bottom: 2px solid rgb(252, 229, 215);
    height: 42px;
    direction: rtl;
}
ul.tab_small li{display:inline-block;width:30%;}
ul.tab_small li span {
    color: #fff;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    padding: 10px 20px;
    cursor: pointer;
    color: #afafaf;
    font-size: 1.4em;
    font-weight: normal;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
ul.tab_small li span:hover,
ul.tab_small li.active span{
    background: rgb(252, 229, 215);
    color: #94857D;
}
/********end tab-tabcategory**********/
/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */

.row.products-category {
    margin-top: 30px;
}
.item-inner .new-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    font-family: inherit;
    font-weight: 400;
}
.item-inner .sale {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    background: #e32916;
    float: left;
    border-radius: 100%;
    position: relative;
    margin-right: -10px;
}
.item-inner .new {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    background: #1889e0;
    float: right;
    border-radius: 100%;
}
.item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.item-inner .image {
    margin: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.item-inner .image a {
    position: relative;
    display: block;
}
.item-inner .image a:before{
    background: rgba(0,0,0,0.19);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
}
.item-inner:hover .image a:before{opacity: 1;}
.item-inner .image a .img2 {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.item-inner .image a:hover .img2 {
    opacity: 1;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.product-thumb .image {
    text-align: center;
}
.actions {
    position: absolute;
    bottom: -42px;
    left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    background: #1889e0;
}
.item-inner:hover .actions{bottom:0;}
.actions .button-group {
    position: relative;
    height: 42px;
    display:inline-block;
}
.item-inner .box-view-actions{
    background: #eeeef9;
    padding: 20px;
}
::-webkit-input-placeholder { /* Chrome */
    color: red;
}
:-ms-input-placeholder { /* IE 10+ */
    color: red;
}
::-moz-placeholder { /* Firefox 19+ */
    color: red;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: red;
    opacity: 1;
}
.ltren{
    direction: ltr;
    text-align: left;
    font-family: arial;
}
.rtlfa{
    direction: rtl;
    text-align: left;
    font-family: tahoma;
}
.langs{
    float: left;
}
.lang{
    float: right;
    padding: 0px 6px;
    font-size: 0.8em;
    color: #e2e2e2;
}
.lang.selected{
    color: #000;
    background-color: #fce5d7;
    border-radius: 45px;
    font-weight: bold;
}
