html,
body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
      color: #848484;
}

h4,
h3 {
    font-weight: 500;
    letter-spacing: 0.2em;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    line-height: 1.8em;
        color: #848484;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 14px;
}

.flickity-viewport {
    background-color: white;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #9b9b9b;
}

.nav-pills > li > a {
    border-radius: 4px;
    font-size: 12px;
}

a {
    color: #000000;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #d3d3d3;
    background-color: transparent;
}

a:hover {
    color: #101010;
}

.btn-link {
    color: #696969;
    font-weight: normal;
    border-radius: 0;
    padding-left: 2%;
    padding-right: 2%;
     letter-spacing: 0.1em;
    font-family: 'Raleway', sans-serif;
    
    font-size: 12px;
    
}

.btn-link:hover, .btn-link:focus {
    color: #292929;
    text-decoration: underline;
    background-color: transparent;
}

.label {
    display: inline;
    padding: .5em .6em .5em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #606060;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.img-gallery img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #3c3c3c;
    background-color: transparent;
}

.top-brand {
    padding-top: 20px;
    padding-bottom: 10px;
}

.navbar {
    position: relative;
    min-height: 65px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #3c3c3c;
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #646464;
}

.panel-body {
    padding: 35px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #ADADAD;
    font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #3b3b3b;
    font-size: 14px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #2e2e2e;
}

@media screen and (min-width: 768px) {
    .navbar {
        margin-top: 1px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

.slider-container {
    height: 100%;
}
/* default full-width cells */

.gallery-cell {
    width: 100%;
    height: 160px;
    margin-right: 10px;
}

@media screen and ( min-width: 768px) {
    /* half-width cells for larger devices */
    
    .gallery-cell {
        width: 50%;
    }
}

.gallery-cell-image {
    transition: opacity 0.4s;
    opacity: 0;
}

.gallery-cell-image.flickity-lazyloaded,
.gallery-cell-image.flickity-lazyerror {
    opacity: 0.2;
}

.gallery-cell-image.flickity-lazyloaded.is-selected,
.gallery-cell-image.flickity-lazyerror.is-selected {
    opacity: 1;
}

.gallery img {
    transition: opacity 0.4s;
    opacity: 0.3
}

.gallery img.is-selected {
    opacity: 1;
}

.gallery img {
    display: block;
    height: 200px;
}

@media screen and ( min-width: 768px) {
    .gallery img {
        height: 600px;
    }
}

@media screen and ( min-width: 1380px) {
    .gallery img {
        height: 750px;
    }
}
/* fade in image when loaded */

.gallery-cell-image {
    transition: opacity 0.4s;
    opacity: 0;
}

.gallery-image {
    min-width: 150px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #ECECEC;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #9d9d9d;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #bababa;
}

footer {
    padding: 5px 10px;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

@media (max-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 99%;
}

.panel-post img {
    padding-bottom: 20px;
    padding-top: 10px;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #5d5d5d;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fdfdfd;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
}