@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i);
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700);
.scrollToTop,
.scrollToTop:hover,
a,
button {
    text-decoration: none
}

.btn,
.center-title {
    text-transform: uppercase
}

body,
html {
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.2rem;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #888;
    
}

.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Dosis, sans-serif
}

blockquote,
blockquote p {
    font-weight: 400
}

a,
button {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn,
.scrollToTop {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s
}

a {
    color: #bfa67a
}

a:hover {
    color: #aeaeae
}

a,
a:focus,
a:hover,
button:focus,
button:hover {
    outline: 0!important;
    text-decoration: none
}

blockquote {
    font-style: normal
}

button:focus {
    outline: 0!important
}

::-moz-selection {
    background-color: #191b1d;
    color: #fff
}

::selection {
    background-color: #191b1d;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    margin-top: 0;
    color: #000;
    font-weight: 400
}

.border-width {
    width: 60px;
    height: 2px;
    background: #bfa67a;
    margin: 10px 0
}

.full-img,
.full-wid,
.space-10,
.space-100,
.space-20,
.space-30,
.space-40,
.space-50,
.space-70,
.space-80,
.space-90,
div#preloader {
    width: 100%
}

.overflow-hidden {
    overflow: hidden
}

.no-padd {
    padding: 0
}

.no-margin {
    margin: 0
}

.space-10 {
    height: 10px
}

.space-20 {
    height: 20px
}

.space-30 {
    height: 30px
}

.space-40 {
    height: 40px
}

.space-50 {
    height: 50px
}

.space-60 {
    width: 100%;
    height: 60px
}

.space-70 {
    height: 70px
}

.space-80 {
    height: 80px
}

.space-90 {
    height: 90px
}

.space-100 {
    height: 100px
}

.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: #bfa67a
}

.gray-bg {
    background: #f7f9fa
}

.form-control,
input[type=text],
input[type=email],
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 2px solid #eee
}

.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: #bfa67a
}

.progress,
.progress .progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none
}

.dropcap:first-letter {
    font-size: 30px;
    color: #bfa67a
}

.scrollToTop {
    text-align: center;
    font-size: 30px;
    background: 0 0;
    font-weight: 700;
    color: #bfa67a;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    display: none;
    opacity: .5;
    line-height: 0;
    transition: all .3s
}

.scrollToTop:hover {
    opacity: 1;
    color: #bfa67a
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    overflow: visible;
    background: url(../images/loader.gif) center center no-repeat #fff
}

.demo-box,
.person-col,
.post-comments .comment-content,
.services-list .content,
.video-section {
    overflow: hidden
}

.center-img {
    display: block;
    margin: 0 auto;
    text-align: center
}

.full-img {
    height: auto
}

.center-title {
    letter-spacing: 7px;
    text-align: center;
    font-weight: 400
}

.center-border {
    width: 100px;
    margin: 0 auto 20px;
    height: 2px;
    background: #f5f5f5;
    position: relative
}

.navbar-default.navbar-transparent .navbar-brand img,
.top-bar {
    position: absolute
}

.center-border:before {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #bfa67a;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -3px
}

.text-color {
    color: #bfa67a
}

.video-link {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding-left: 6px;
    padding-top: 1px;
    text-align: center;
    background-color: #bfa67a;
    color: #fff;
    -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: #fff;
    background-color: #333
}

.btn {
    font-size: 1.2rem;
    letter-spacing: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    transition: all .3s
}

.btn-lg {
    padding: 12px 25px
}

.btn-dark-border {
    border: 2px solid #333;
    color: #333
}

.btn-dark-border:focus,
.btn-dark-border:hover {
    background: #333;
    color: #fff
}

.btn-skin-border {
    border: 2px solid #bfa67a;
    color: #bfa67a;
    background-color: transparent
}

.btn-skin-border:focus,
.btn-skin-border:hover {
    background: #bfa67a;
    color: #fff
}

.btn-white-border {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent
}

.btn-white-border:focus,
.btn-white-border:hover {
    background: #fff;
    color: #333
}

.btn-dark {
    background-color: #333;
    color: #fff
}

.btn-dark:focus,
.btn-dark:hover {
    background: #bfa67a;
    color: #fff
}

.btn-skin {
    background-color: #bfa67a;
    color: #fff
}

.btn-skin:focus,
.btn-skin:hover {
    background: #333;
    color: #fff
}

.btn-link {
    color: #bfa67a
}

.btn-link:hover {
    color: #999
}

.top-bar {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999
}

.top-bar ul {
    margin: 0;
    padding: 0
}

.top-bar ul li {
    padding: 0;
    vertical-align: middle
}

.top-bar ul li:last-child a {
    border-right: 0
}

.top-bar ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    text-align: center
}

.top-bar ul li a:hover {
    color: #bfa67a
}

.top-bar ul.top-socials li a {
    font-size: 20px;
    width: auto;
    padding: 0 3px;
    text-align: center
}

.top-bar ul.top-socials li a.active {
    color: #bfa67a;
}

.menu-drop-toggle,
.navbar-default.header-fullscreen .navbar-nav>li>a {
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: Dosis, sans-serif;
    letter-spacing: 4px
}

.navbar-default.header-fullscreen {
    background-color: #fff;
    border: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

.navbar-default.header-fullscreen .navbar-nav>li>a {
    color: #777
}

.navbar-default.header-fullscreen .navbar-nav>li>.menu-drop-toggle:hover,
.navbar-default.header-fullscreen .navbar-nav>li>a:hover {
    color: #bfa67a
}

.menu-drop-toggle {
    display: block;
    color: #777;
    padding: 15px;
    cursor: pointer;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

li.active .menu-drop-toggle {
    color: #bfa67a
}

.header-fullscreen.navbar-default .navbar-nav>.active>a,
.header-fullscreen.navbar-default .navbar-nav>.active>a:focus,
.header-fullscreen.navbar-default .navbar-nav>.active>a:hover,
.header-fullscreen.navbar-default .navbar-nav>.open>a,
.header-fullscreen.navbar-default .navbar-nav>.open>a:focus,
.header-fullscreen.navbar-default .navbar-nav>.open>a:hover {
    color: #bfa67a;
    background-color: transparent
}

.navbar-default .navbar-brand {
    color: #000!important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Dosis, sans-serif;
    font-size: 25px
}

.navbar-brand img {
    display: block;
    margin: 0 auto
}

.navbar-default.navbar-transparent {
    background-color: transparent;
    border: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.partners img,
.services-list li {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s
}

.navbar-default.navbar-transparent .navbar-brand img.logo-scroll {
    opacity: 0
}

.navbar-default.navbar-transparent.shrink {
    background-color: rgba(255, 255, 255, .95);
    padding: 5px 0;
    border-bottom: 1px solid #eee
}

.navbar-default.navbar-transparent.shrink .navbar-brand img.logo-scroll {
    opacity: 1
}

.navbar-default.navbar-transparent.shrink .navbar-brand img.logo-default {
    opacity: 0
}

.navbar-default.navbar-transparent .navbar-nav>li>a {
    color: #fff;
    display: block;
    font-family: Dosis, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 4px
}

.navbar-default.navbar-transparent .navbar-nav>li>a:hover {
    color: #bfa67a;
    background-color: transparent
}

.navbar-default.navbar-transparent .menu-drop-toggle {
    color: #fff
}

.navbar-default.navbar-transparent .menu-drop-toggle:hover {
    color: #bfa67a;
    background-color: transparent
}

.navbar-default.navbar-transparent .navbar-brand {
    color: #fff!important
}

.navbar-default.navbar-transparent .navbar-nav>.active>a,
.navbar-default.navbar-transparent .navbar-nav>.active>a:focus,
.navbar-default.navbar-transparent .navbar-nav>.active>a:hover {
    color: #bfa67a;
    background-color: transparent
}

.navbar-default.navbar-transparent.shrink .navbar-brand {
    color: #000!important
}

.navbar-default.navbar-transparent.shrink .navbar-brand:hover {
    color: #bfa67a
}

.navbar-default.navbar-transparent.shrink .menu-drop-toggle,
.navbar-default.navbar-transparent.shrink .navbar-nav>li>a {
    color: #999
}

.navbar-default.navbar-transparent.shrink .menu-drop-toggle:hover,
.navbar-default.navbar-transparent.shrink .navbar-nav>li>a:hover {
    color: #bfa67a
}

.navbar-default.navbar-transparent.shrink .navbar-nav>.active>a,
.navbar-default.navbar-transparent.shrink .navbar-nav>.active>a:focus,
.navbar-default.navbar-transparent.shrink .navbar-nav>.active>a:hover {
    color: #bfa67a;
    background-color: transparent
}

.dropdown-menu>li>a {
    font-family: Dosis, sans-serif;
    font-weight: 300;
    display: block;
    padding: 8px 20px;
    text-transform: capitalize
}

.flexslider {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent
}

.flexslider .slides li h1 {
    color: #fff;
    font-size: 6rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    font-family: Dosis, sans-serif
}

.price-box h1 sup,
.testi-slider p {
    font-family: "Open Sans", sans-serif
}

.flexslider .slides li p {
    color: #fff
}

.testi-slider {
    text-align: center
}

.testi-slider p {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    margin: 20px 0
}

.testi-slider h5 {
    color: #bfa67a;
    font-weight: 400;
    text-transform: uppercase
}

.testi-slider i {
    display: block;
    font-size: 3rem;
    color: #fff
}

.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: #fff;
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300
}

.slider-banner .slider-table .slider-vm p {
    color: #fff;
    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: 0
}

.main-slider:hover .flex-direction-nav .flex-next {
    right: 0
}

.main-slider .flex-direction-nav a {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-shadow: none
}

.main-slider .flex-direction-nav a i {
    display: block
}

.main-slider:hover .flex-direction-nav a {
    opacity: 1
}

.services-list i {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 35px
}

.services-list li {
    padding: 30px 15px;
    transition: all .3s
}

.person-col .person-overlay,
.person-col img {
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s
}

.services-list li h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 2px
}

.services-list li:hover {
    background-color: #bfa67a;
    border-color: #bfa67a;
    color: #fff
}

.services-list li:hover h4 {
    color: #fff
}

.process-box h2 {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px
}

@media (min-width:768px) {
    .services-list li:nth-child(1),
    .services-list li:nth-child(3),
    .services-list li:nth-child(5) {
        border-right: 1px solid #eee
    }
    .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 #eee
    }
}

.team-wrapper {
    background: #fff
}

.person-col {
    position: relative
}

.person-col img {
    transition: all .4s;
    display: block;
    margin: 0 auto
}

.person-col .person-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;
    background-color: rgba(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: 0;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.person-col .person-overlay .person-inner h4 {
    margin-bottom: 0;
    color: #fff
}

.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: #bfa67a
}

.person-col:hover .person-overlay {
    opacity: 1;
    visibility: visible
}

.person-col:hover .person-overlay .person-inner {
    margin-top: -40px
}

.progress {
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.progress .progress-bar {
    background: #bfa67a;
    box-shadow: none;
    font-size: 16px;
    text-align: left;
    padding-left: 20px
}

.progress .progress-bar .value {
    display: inline-block;
    margin-right: 20px
}

.pricing-wrapper {
    padding: 80px 0 30px
}

.price-box {
    background: #fff;
    text-align: center;
    border: 1px solid #eee
}

.price-box h3 {
    margin: 0;
    padding: 20px 15px;
    border-bottom: 1px solid #eee
}

.price-box h1 {
    font-size: 6rem;
    padding: 0 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 solid #eee;
    padding: 7px 0
}

.price-box ul li:last-child {
    border-bottom: 0
}

.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: #bfa67a;
    color: #fff
}

.work-header {
    padding-top: 100px;
    padding-bottom: 80px;
    background: #bfa67a
}

.work-header .center-title {
    color: #fff;
    text-align: center
}

.work-header .center-border {
    margin: 0 auto 15px
}

.work-header .center-border:before {
    background: #fff
}

.work-header p {
    color: #eee
}

.cbp-l-filters-work {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    margin-top: 40px
}

.post blockquote,
.post-comments .comment-content p {
    margin-bottom: 0
}

.cbp-l-filters-work .cbp-filter-counter,
.cbp-l-filters-work .cbp-filter-item {
    background-color: transparent;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: #bfa67a
}

.cbp-l-filters-work .cbp-filter-item:hover {
    color: #bfa67a;
    background: 0 0
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
    color: #bfa67a;
    background: 0 0;
    cursor: default
}

.cbp-popup-wrap {
    z-index: 9999
}

.cbp-l-grid-work-title {
    font-family: Dosis, sans-serif;
    font-weight: 400;
    letter-spacing: 4px
}

.cbp-l-grid-work .cbp-item-wrapper {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
    color: #bfa67a;
    border-color: #bfa67a;
    font-family: Dosis, sans-serif;
    font-weight: 600
}

.popular-posts,
.post {
    border: 1px solid #eee
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.cbp-l-loadMore-button .cbp-l-loadMore-link:hover {
    color: #fff;
    background-color: #bfa67a
}

.cbp-l-project-desc-text {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 2.7rem
}

.cbp-l-project-desc-title span,
.cbp-l-project-details-list>div,
.cbp-l-project-details-list>li,
.cbp-l-project-details-title span,
.cbp-l-project-details-visit,
.cbp-l-project-related-title {
    font-family: Dosis, sans-serif;
    font-weight: 500
}

.cbp-l-project-details-visit {
    font-weight: 600;
    background-color: #bfa67a
}

.cbp-l-project-desc-title {
    font-weight: 600;
    text-transform: uppercase
}

.cbp-l-project-title {
    font-weight: 600;
    font-family: Dosis, sans-serif
}

.cbp-l-project-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem
}

.about-tabs li a,
.demo-box span,
.left-menu .navbar-default .navbar-nav>li a,
.parallax-text h2 {
    font-family: Dosis, sans-serif
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    z-index: 99999;
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%
}

.post .post-content {
    padding: 0 15px 20px;
    background: #fff
}

.post .post-content h3 {
    font-weight: 500;
    margin-top: 20px
}

.post .post-content h3 a {
    color: #333
}

.post .post-content h3 a:hover {
    color: #bfa67a
}

.post .post-meta {
    margin: 0;
    padding: 0
}

.post .post-meta>li>a {
    color: #999
}

.post .post-meta>li>a:hover {
    text-decoration: underline
}

.popular-posts li a {
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #eee
}

.popular-posts li a h4 {
    font-size: 15px;
    color: #555
}

.popular-posts li a:hover h4 {
    color: #bfa67a
}

.popular-posts li:last-child a {
    border-bottom: 0
}

.post-comments li {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.post-comments li:last-child {
    border-bottom: 0
}

.post-comments li:nth-child(even) {
    padding-left: 20px
}

.post-comments .comment-thumb {
    float: left;
    margin-right: 20px
}

.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
}

.about-tabs {
    padding-bottom: 0
}

.about-tabs li {
    padding: 0 20px
}

.about-tabs li a {
    text-transform: uppercase;
    font-size: 1.6rem;
    display: block;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    color: #999;
    font-weight: 500
}

.about-tabs li.active a {
    color: #bfa67a;
    border-bottom-color: #bfa67a
}

.pagination>li>a,
.pagination>li>span {
    color: #bfa67a
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border-color: #bfa67a;
    background: #bfa67a
}

@media (min-width:768px) {
    .main-content {
        padding-left: 220px;
        position: relative
    }
    .main-content .container {
        width: 100%
    }
    .left-menu {
        width: 220px;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 9999;
        border-right: 1px solid #eee;
        text-align: center
    }
    .left-menu .container {
        width: 100%;
        padding: 0
    }
    .left-menu .navbar-default .navbar-nav>.active>a,
    .left-menu .navbar-default .navbar-nav>.active>a:focus,
    .left-menu .navbar-default .navbar-nav>.active>a:hover {
        color: #bfa67a;
        background-color: transparent
    }
    .left-menu .navbar-default .navbar-nav>li a,
    .left-menu .navbar-header {
        display: block;
        float: none
    }
    .left-menu .navbar-default .navbar-brand {
        float: none;
        display: block;
        text-align: center;
        margin: 20px 0
    }
    .left-menu .navbar-nav {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .left-menu .dropdown-menu {
        left: 100%;
        top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background-color: #222;
        padding: 0;
        min-width: 200px
    }
    .left-menu .dropdown-menu>li>a {
        padding: 10px 20px
    }
    .left-menu .dropdown-menu>li>a:focus,
    .left-menu .dropdown-menu>li>a:hover {
        color: #bfa67a;
        background-color: transparent
    }
    .left-menu .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px
    }
    .top-socials {
        padding: 10px 0
    }
    .top-socials li {
        margin: 0;
        padding: 0 3px
    }
    .top-socials li a {
        display: block;
        font-size: 22px;
        color: #999
    }
    .top-socials li a:hover {
        color: #bfa67a
    }
    .top-socials li a i {
        display: block
    }
}

.left-menu .navbar-default {
    background-color: #fff;
    border: 0;
    margin: 0;
    position: relative
}

.left-menu .navbar-default .navbar-nav>li {
    display: block;
    float: none
}

.left-menu .navbar-default .navbar-nav>li a {
    display: block;
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 2px
}

.left-menu .navbar-default .navbar-nav>li .menu-drop-toggle:hover,
.left-menu .navbar-default .navbar-nav>li a:hover {
    color: #bfa67a
}

.footer {
    padding-top: 30px;
    background: #222
}

.footer span {
    color: #fff;
    display: block
}

.footer ul {
    margin: 0;
    padding: 0
}

.footer ul li a {
    color: #fff
}

.footer ul li a:hover {
    color: #bfa67a
}

.dzsparallaxer {
    background-color: #fff
}

.parallax-hero {
    position: relative
}

.hero-parallax {
    height: 100%;
    width: 100%
}

.hero-inner {
    display: table;
    width: 100%;
    height: 100%
}

.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: #fff;
    font-size: 3rem
}

.mouse-down a:hover {
    color: #bfa67a
}

.parallax-text h2 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 5.5rem;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 20px
}

.intro-ytp {
    height: 100%;
    width: 100%;
    background: url(../images/yt-fallback.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    position: relative
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.hero-static h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 6rem;
    letter-spacing: 4px;
    font-weight: 300
}

.hero-static p {
    color: #fff;
    font-size: 20px;
    line-height: 35px
}

.buttons {
    margin-top: 20px
}

.buttons a {
    margin: 10px
}

.newsletter-form .form-control {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    max-width: 350px;
    margin: 0 auto
}

.newsletter-form .form-control.error {
    color: red
}

.newsletter-form .form-control.success {
    color: #bfa67a
}

.contact-section {
    background-color: #fff
}

.xone-contact .form-control {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    min-height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #f5f5f5
}

.xone-contact .form-control:focus {
    border-bottom-color: #bfa67a
}

.contact-details ul li a {
    font-size: 30px;
    color: #999
}

.contact-details ul li a:hover {
    color: #bfa67a
}

.sidebar-widget ul li {
    padding: 5px 0
}

.sidebar-widget ul li a {
    font-size: 16px;
    color: #999
}

.sidebar-widget ul li a:hover {
    color: #bfa67a
}

.partners {
    padding: 60px 0;
    background: #bfa67a
}

.partners img {
    display: block;
    margin: 0 auto;
    opacity: .8;
    transition: all .3s
}

.partners a:hover img {
    opacity: 1
}

.modal-dialog {
    margin-top: 120px
}

.modal-body,
.modal-header {
    padding: 0
}

.modal {
    z-index: 99999
}

.modal-header {
    min-height: 100%;
    border: 0
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: -22px;
    right: 0;
    opacity: 1;
    color: #aeaeae
}

.modal-header .close:hover {
    color: #bfa67a
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.video-section {
    width: 100%;
    height: 100%;
    position: relative;
    display: table
}

.video-section .overlay {
    background-color: rgba(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: #fff;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0;
    text-transform: capitalize
}

.video-section .video-overlay p {
    color: #fff;
    margin-bottom: 25px;
    margin-top: 20px
}

.intro-header h1,
.intro-header p {
    color: #fff
}

.intro-header p {
    margin-bottom: 0
}

.intro-header h1 {
    letter-spacing: 5px
}

.demo-content h3 {
    letter-spacing: 6px
}

.demo-box {
    position: relative;
    display: block
}

.demo-box span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    margin-left: -60px;
    margin-top: -20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 3px
}

.demo-box:hover span {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.new-arrival {
    display: inline-block;
    vertical-align: middle;
    background-color: #bfa67a;
    padding: 5px 10px;
    color: #fff
}

.demo-subtitle {
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 4px
}

.copyright-demo {
    padding-bottom: 10px;
    padding-top: 20px
}

@media (max-width:991px) {
    .slider-banner .slider-table .slider-vm h1 {
        font-size: 4rem
    }
}

@media (max-width:767px) {
    .flexslider .slides li h1,
    .hero-static h1 {
        font-size: 3rem
    }
    .hero-static .buttons,
    .slider-banner .slider-table .slider-vm .btn,
    .slider-banner .slider-table .slider-vm p {
        display: none
    }
    .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,
    .footer .text-right,
    .footer span {
        text-align: center
    }
    .top-bar ul li a {
        padding: 0 4px
    }
    .cbp-l-filters-work .cbp-filter-item {
        margin: 0 0 7px;
        padding: 0;
        line-height: 18px!important
    }
    .slider-banner .slider-table .slider-vm h1 {
        font-size: 2rem
    }
    .main-slider .flex-direction-nav a {
        font-size: 20px
    }
    .navbar-default .navbar-toggle {
        border: 0
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #bfa67a
    }
    .navbar-default.navbar-transparent,
    .navbar-default.navbar-transparent.shrink {
        padding: 0
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
        border: 0
    }
    .navbar-default.navbar-transparent .navbar-nav {
        background-color: rgba(255, 255, 255, .95);
        margin: 0 -15px
    }
    .navbar-default.navbar-transparent .navbar-nav .menu-drop-toggle,
    .navbar-default.navbar-transparent .navbar-nav>li>a {
        color: #999
    }
    .navbar-default.navbar-transparent .navbar-nav .menu-drop-toggle:hover,
    .navbar-default.navbar-transparent .navbar-nav>li>a:hover {
        color: #bfa67a
    }
    .left-menu .navbar-default {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        border-bottom: 1px solid #eee
    }
}

#bigpic {
    
    position: fixed;
    background: rgba(0,0,0,0.6);
    z-index: 9999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
}
#bigpic img {
    
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
    
}

.navbar-default { z-index: 999999 !important; }

#cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150000000;
    display: none;
    background: rgba(0,0,0,0.7);
    
}

.datasheet {
    
    width: 80%;
    max-height: 85%;
    min-width: 600px;
    max-width: 900px;
    overflow-y: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 28px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px 2px rgba(0,0,0,0.75);
}

@media(max-width: 768px) {
    .datasheet { width: 95%; min-width: initial }
    
}

.cableHeader {
    font-size: 16px;
    line-height: 40px;
    background: #eee;
    border-bottom: 1px solid #ddd;
   
}
#closer {
    height: 40px;
}

.cableProp {
    border-bottom: 1px solid #eee;
}

a.normal { color: #000; }