body, html {
    height: 100% !important;
}
body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: .05em;
    font-size: 13px;
    line-height: 1.5;
    color: #222;
    position: relative;
    background: #fff;
}
body {-ms-overflow-style: scrollbar;}
::selection {
    background: #97824b;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
:focus {
    outline: 0
}

a, a:hover, a:focus {
    color: #000;
    outline: 0;
    text-decoration: none;
}
a {
    text-decoration: none;
}
.text-light a {
    color: #fff;
}
.text-dark a {
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: none;
}

::-webkit-input-placeholder {color: inherit}
:-moz-placeholder           {color: inherit}
::-moz-placeholder          {color: inherit}
:-ms-input-placeholder      {color: inherit}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
h1 { font-size: 50px; line-height: 64px; }
h2 { font-size: 40px; line-height: 50px; }
h3 { font-size: 28px; line-height: 36px; }
h4 { font-size: 21px; line-height: 27px; }
h5 { font-size: 17px; line-height: 22px; }
h6 { font-size: 14px; line-height: 18px; }
@media (max-width: 1024px) {
    body { font-size: 14px; line-height: 23px}
    h1   { font-size: 34px; line-height: 40px}
    h2   { font-size: 30px; line-height: 35px}
    h3   { font-size: 26px; line-height: 29px}
    h4   { font-size: 22px; line-height: 24px}
    h5   { font-size: 17px; line-height: 19px}
    h6   { font-size: 13px; line-height: 15px}
}
.title{
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.title-tooltip{
    position: relative;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}
.title-tooltip:after{
    content: '';
    position: absolute;
    left: 10px;
    bottom: -14px;
    border: 7px solid transparent;
    border-top-color: #000;
}
.title-tooltip-white{
    background-color: #fff;
    color: #000;
}
.title-tooltip-white:after{
    border-top-color: #fff;
}

.bottom-line{
    position: relative;
    margin-bottom: 30px;
}
.bottom-line:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #111;
    bottom: -13px;
}
.text-light .bottom-line:after{
    background: #fff;
}
p{
    color: #666;
}
.text-light p{
    color: #fff;
}
.text-dark p{
    color: #000;
}
.text-grey{
    color: #c1c1c1;
}

.serif{
    font-family: 'Georgia', serif;
    letter-spacing: 2px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child
{
    margin-top: 0
}
.bigtext {
    font-size: 160px;
    line-height: 1
}
.small, p.small{
    font-size: 90%;
    font-weight: 300;
}
@media (max-width: 992px) {
    .bigtext{font-size: 130px;}
}
@media (max-width: 1024px) {
    .bigtext{font-size: 70px;}
}
.text-light { color: #fff }
.text-dark  { color: #000 }
.text-center { text-align: center }
.text-left   { text-align: left }
.text-right  { text-align: right }
.uppercase  { text-transform: uppercase }
.capitalize { text-transform: capitalize }
.bold   { font-weight: bold }
.bolder { font-weight: bolder }
.italic { font-style: italic }
.underline{ text-decoration: underline }
.fullwidth  { width: 100% }
.fullheight { height: 100% }
.fullscreen-width { width: 100vw }
.fullscreen-height{ height: 100vh }
.bg-grey{ background-color: #F7F7F7; }
.bg-dark{ background-color: rgba(0, 0, 0, 0.9); }

.vcenter-outer{
    display: table;
    height: 100%;
}
.vcenter-inner{
    display: table-cell;
    vertical-align: middle;
}

.vCenter {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.centered {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.highlight {
    background-color: #000;
    color: #fff;
}
.overflow{
    overflow: hidden;
}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.fixed{
    position: fixed !important;
}
.video-container iframe {
    border: 0;
}
.p0   { padding: 0px !important  }
.p10  { padding: 10px !important }
.p20  { padding: 20px !important }
.p30  { padding: 30px !important }
.p40  { padding: 40px !important }
.p50  { padding: 50px !important }
.p60  { padding: 60px !important }
.p70  { padding: 70px !important }
.p80  { padding: 80px !important }
.p90  { padding: 90px !important }
.p100 { padding: 100px !important}
.p110 { padding: 110px !important}
.p120 { padding: 120px !important}
.p130 { padding: 130px !important}
.p140 { padding: 140px !important}

.m0   { margin: 0px !important  }
.m10  { margin: 10px !important }
.m20  { margin: 20px !important }
.m30  { margin: 30px !important }
.m40  { margin: 40px !important }
.m50  { margin: 50px !important }
.m60  { margin: 60px !important }
.m70  { margin: 70px !important }
.m80  { margin: 80px !important }
.m90  { margin: 90px !important }
.m100 { margin: 100px !important}
.m110 { margin: 110px !important}
.m120 { margin: 120px !important}
.m130 { margin: 130px !important}
.m140 { margin: 140px !important}

.pt0   { padding-top: 0px !important  }
.pt10  { padding-top: 10px !important }
.pt20  { padding-top: 20px !important }
.pt30  { padding-top: 30px !important }
.pt40  { padding-top: 40px !important }
.pt50  { padding-top: 50px !important }
.pt60  { padding-top: 60px !important }
.pt70  { padding-top: 70px !important }
.pt80  { padding-top: 80px !important }
.pt90  { padding-top: 90px !important }
.pt100 { padding-top: 100px !important}
.pt110 { padding-top: 110px !important}
.pt120 { padding-top: 120px !important}
.pt130 { padding-top: 130px !important}
.pt140 { padding-top: 140px !important}

.pb0   { padding-bottom: 0px !important  }
.pb10  { padding-bottom: 10px !important }
.pb20  { padding-bottom: 20px !important }
.pb30  { padding-bottom: 30px !important }
.pb40  { padding-bottom: 40px !important }
.pb50  { padding-bottom: 50px !important }
.pb60  { padding-bottom: 60px !important }
.pb70  { padding-bottom: 70px !important }
.pb80  { padding-bottom: 80px !important }
.pb90  { padding-bottom: 90px !important }
.pb100 { padding-bottom: 100px !important}
.pb110 { padding-bottom: 110px !important}
.pb120 { padding-bottom: 120px !important}
.pb130 { padding-bottom: 130px !important}
.pb140 { padding-bottom: 140px !important}

.mt0   { margin-top: 0px !important  }
.mt10  { margin-top: 10px !important }
.mt20  { margin-top: 20px !important }
.mt30  { margin-top: 30px !important }
.mt40  { margin-top: 40px !important }
.mt50  { margin-top: 50px !important }
.mt60  { margin-top: 60px !important }
.mt70  { margin-top: 70px !important }
.mt80  { margin-top: 80px !important }
.mt90  { margin-top: 90px !important }
.mt100 { margin-top: 100px !important}
.mt110 { margin-top: 110px !important}
.mt120 { margin-top: 120px !important}
.mt130 { margin-top: 130px !important}
.mt140 { margin-top: 140px !important}

.mb0   { margin-bottom: 0px !important  }
.mb10  { margin-bottom: 10px !important }
.mb20  { margin-bottom: 20px !important }
.mb30  { margin-bottom: 30px !important }
.mb40  { margin-bottom: 40px !important }
.mb50  { margin-bottom: 50px !important }
.mb60  { margin-bottom: 60px !important }
.mb70  { margin-bottom: 70px !important }
.mb80  { margin-bottom: 80px !important }
.mb90  { margin-bottom: 90px !important }
.mb100 { margin-bottom: 100px !important}
.mb110 { margin-bottom: 110px !important}
.mb120 { margin-bottom: 120px !important}
.mb130 { margin-bottom: 130px !important}
.mb140 { margin-bottom: 140px !important}

.negative-margin{
    margin-top: -100px;
}
.separator, .separator-left, .separator-right {
    width: 100%;
    display: inline-block;
    position: relative;
}
.separator:after,
.separator-left:after,
.separator-right:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.separator:after {
    left: 50%;
    margin-left: -20px;
}
.separator-left:after {
    left: 0;
    margin-left: 0;
}
.separator-right:after {
    right: 0;
    margin-left: 0;
    left: auto;
}
.text-light [class*="separator"]:after {
    background-color: #fff
}
.darkbg [class*="separator"]:after {
    background-color: #fff
}
blockquote{
    border: none;
    border-left: 4px solid #555;
    font-size: 15px;
    padding: 10px 0;
    padding-left: 20px;
    letter-spacing: .1em;
    text-align: left;
}
blockquote footer{
    font-size: 85%;
}
.button {
    font-size: 13px;
    padding: 8px 26px 6px;
    display: inline-block;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: background .2s, color .2s, border-color .2s;
    transition: background .2s, color .2s, border-color .2s;
}
.button:hover {
    text-decoration: none;
    background: #ae9a64;
    color: #fff;
}
.button.light {
    background: #fff;
    color: #000;
}
.button.light:hover {
    background: #DCDCDC;
}
.button.outline {
    background: none;
    color: #000;
    border: 2px solid;
    padding: 7px 24px 5px;
}
.button.outline.light {
    color: #fff;
}
.button.outline:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.button.outline.light:hover {
    background: #fff !important;
    border-color: #fff;
    color: #000;
}



/*LIGHTCASE LIGHTBOX*/
#lightcase-overlay{
    background: #000;
}
@media screen and (min-width: 641px){
    #lightcase-case[data-lc-type=image] #lightcase-content,
    #lightcase-case[data-lc-type=video] #lightcase-content{
        background-color: transparent;
    }
}

.youtube-bg{
    background-color: #000;
    width: 100vw;
    height: 100vh;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
[class*="overlay-light"],
[class*="overlay-dark"]{
    position: relative;
}
[class*="overlay-light"]:before,
[class*="overlay-dark"]:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
[class*="overlay-light"] > *,
[class*="overlay-dark"] > *{
    position: relative;
}
.overlay-light:before    { background-color: rgba(255, 255, 255, 0.25) }
.overlay-light-2x:before { background-color: rgba(255, 255, 255, 0.5) }
.overlay-light-3x:before { background-color: rgba(255, 255, 255, 0.75) }
.overlay-light-4x:before { background-color: rgba(255, 255, 255, 0.9) }

.overlay-dark:before    { background-color: rgba(0, 0, 0, 0.25) }
.overlay-dark-2x:before { background-color: rgba(0, 0, 0, 0.5) }
.overlay-dark-3x:before { background-color: rgba(0, 0, 0, 0.75) }
.overlay-dark-4x:before { background-color: rgba(0, 0, 0, 0.9) }
[data-background]{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
[data-stellar-background-ratio] {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center 0;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    position: relative;
}
.bg-cover{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.bg-fixed{
    background-attachment: fixed !important;
}
@media (max-width: 1024px) {
    [data-stellar-background-ratio] {
        background-attachment: scroll;
        background-position-y: center !important;
    }
    .bg-fixed{
        background-attachment: scroll;
    }
}
.main-wrapper{
    height: 100%;
}
.container, .section, section{
    position: relative;
}
.container.fullwidth{
    padding: 0;
}
.container.no-padding [class*="col-"],
.container-fluid.no-padding [class*="col-"]{
    padding: 0;
    margin-bottom: 0;
}
.col-center {
    float: none;
    margin: 0 auto;
}
.col-right {
    float: right;
}
@media (max-width: 991px) {
    [class*="col-md"] {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    [class*="col-sm"] {
        margin-bottom: 40px;
    }
}
.equal-height-cols [class*="col-"]{
    margin-bottom: 0;
}
.p0{
    margin-bottom: 0;
}
.animsition-loading{
    background: none !important;
    text-indent: -9999px !important;
}
.animsition-loading:after{
    content: "";
    display: block;
    position: fixed;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #000;
    -webkit-animation: load 1.1s infinite ease;
    animation: load 1.1s infinite ease;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#header{
    position: relative;
    width: 100%;
    background-color: #fff;
    text-align: center;
}
#header.fixed{
    position: fixed;
}
#header.has-border{
    border-bottom: 1px solid #F1F1F1;
}
#header .logo{
    font-family: 'Oswald', serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
#header .logo img{
    height:65px;
}
#header nav{
    display: block;
    text-align: center;
    margin: 0;
}
.main-menu{
    display: inline-block;
    margin-bottom: 0;
}
.main-menu > li{
    display: inline-block;
    float: left;
    position: relative;
    margin: 20px 13px 0;
}
.main-menu > li > a{
    display: block;
    float: left;
    text-decoration: none;
    padding: 0px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    line-height: 1.4;
}
.main-menu > li > a:before{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: #97824b;
    bottom: 6px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.main-menu > li:hover > a:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.main-menu > li > ul{
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: #fff;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 4px solid #000;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(6, 6, 6, 0.14);
    box-shadow: 0px 0px 3px 0px rgba(6, 6, 6, 0.14);
}
.main-menu ul{
    padding: 1px 0;
}
.main-menu > li > ul > li{
    position: relative;
}
.main-menu > li > ul li a{
    text-decoration: none;
    text-align: left;
    width: 100%;
    display: block;
    padding: 11px 17px 9px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    color: #444;
    white-space: nowrap;
    border-bottom: 1px solid #f1f2f3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.main-menu > li > ul li:last-child > a{
    border-bottom: 0 !important;
}
.main-menu > li:hover > ul{
    visibility: visible;
    opacity: 1;
}
.main-menu > li > ul li:hover > a{
    opacity: .7;
    text-indent: 5px;
}
.main-menu ul ul{
    opacity: 0;
    visibility: hidden;
    list-style: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 4px solid #000;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(6, 6, 6, 0.14);
    box-shadow: 0px 0px 3px 0px rgba(6, 6, 6, 0.14);
}
.main-menu > li > ul > li:hover > ul{
    visibility: visible;
    opacity: 1;
}
.main-menu .dropdown:after{
    content: '\f105';
    font-family: 'FontAwesome';
    position: relative;
    float: right;
    top: -1px;
    font-size: 12px;
}
.mob-menu{
    display: none;
    position: absolute;
    left: 30px;
    top: 24px;
}
@media( max-width: 1024px ){
    .mob-menu{
        display: block;
    }
    #header .logo{
        margin-top: 17px;
        margin-bottom: 17px;
    }
    #header nav{
        text-align: left;
        padding-left: 20px;
        max-height: calc(100vh - 153px);
        overflow-y: auto;
        overflow-x: hidden;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .main-menu .dropdown:after{
        display: none;
    }
    .main-menu{
        display: none;
    }
    .main-menu > li {
        display: block;
        float: none;
    }
    .main-menu > li > a{
        float: none;
    }
    .main-menu > li > a:before{
        display: none;
    }
    .main-menu > li > ul{
        position: relative;
        opacity: 1;
        visibility: visible;
        border-bottom: 0;
        left: 10px;
    }
    .main-menu ul ul{
        position: relative;
        opacity: 1;
        visibility: visible;
        border-bottom: 0;
        left: 20px;
        margin: 10px 0;
    }
}
@media( min-width: 1025px ){
    .main-menu{
        display: inline-block !important;
    }
}

.slider-expanded .gallery-thumbs{
    opacity: 0;
}
.portfolio .grid-item a{
    color: #000 !important;
    position: absolute;
    overflow: hidden;
    left: 0; right: 0; bottom: 0; top: 0;
}
.portfolio .grid-item a .img{
    position: absolute;
    left: 0; right: 0; bottom: 0; top: 0;
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.portfolio .grid-item a:hover .img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.portfolio .grid-item .hover{
    position: absolute;
    left: 0; right: 0; bottom: 0; top: 0;
    background-color: rgba(255, 255, 255, .78);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.portfolio .grid-item a:hover .hover{
    opacity: 1;
}
.portfolio .grid-item a .hover .centered{
    width: 100%;
    padding: 0 20px;
}
.portfolio .grid-item a .hover h5{
    text-transform: uppercase;
    font-family: 'Oswald';
    letter-spacing: .05em;
}
.portfolio .grid-item a .hover p{
    font-size: 13px;
}
.justified{
    padding: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-bottom: 0;
    overflow: hidden;
}
.justified a img{
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.justified a:hover img{
    opacity: .7;
}
.gallery .grid-item [data-background]{
    position: absolute;
    left: 0; right: 0; bottom: 0; top: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.gallery .grid-item:hover [data-background]{
    opacity: .7;
}
.albums .grid-item [data-background]{
    position: absolute;
    left: 0; right: 0; bottom: 0; top: 0;
    overflow: hidden;
}
.albums .grid-item .expand, .albums .grid-item .visited{
    background-color: rgba(0, 0, 0, 0.84);
    color: white;
    font-size: 14px;
    position: absolute;
    top: 15px;
    display: block;
    text-align: center;
    line-height: 35px;
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}
.albums .grid-item .expand{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    right: 15px;
}
.albums .grid-item .visited {
    left: 15px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 20px;
    text-decoration: none;
}
.albums .grid-item .visited i{
    margin-right: 4px;
}
.albums.video-portfolio .grid-item .expand, .albums.video-portfolio .grid-item .visited{
    background-color: #fff;
    color: #000;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-indent: 1px;
    font-size: 16px;
    box-shadow: 0 1px 10px -3px #000;
}
.albums.video-portfolio .grid-item .expand{
    right: 50%;
    margin-right: -30px;
}
.albums.video-portfolio .grid-item .visited{
    left: 50%;
    margin-left: -30px;
}
.albums .grid-item:hover .expand, .albums .grid-item:hover .visited{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.albums .grid-item .expand:hover, .albums .grid-item .expand:visited{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.albums .grid-item .title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.albums .grid-item .title:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.albums .grid-item:hover .title:before{
    opacity: .5;
}
.albums .grid-item .title a{
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    color: white;
    font-family: 'Oswald';
    font-size: 17px;
    text-decoration: none;
}
.albums .grid-item .title a.link:after{
    content: '\f0c1';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 10px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.albums .grid-item:hover .title a.link:after{
    opacity: 1;
}

@media (max-width: 1024px) {
    .grid-item {
        width: 100% !important;
    }
}
.filter {
    text-align: center;
    margin: 25px 0 20px;
}
.filter ul{
    display: inline-block;
    padding: 10px 20px;
    background: #f7f7f7;
}
.filter ul li{
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    margin: 8px;
    cursor: pointer;
    opacity: .7;
    letter-spacing: 1px;
}
.filter ul li.active{
    opacity: 1;
}
.filter ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #97824b;
    opacity: 0;
    bottom: -4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.filter ul li.active:after{
    opacity: 1;
    bottom: 2px;
}

.intro{
    font-family: 'Oswald';
    font-size: 40px;
    padding: 34px 20px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
}
@media (max-width: 992px){
    .intro{
        padding: 24px 15px;
        margin-bottom: 0;
    }
}
@media (max-width: 1024px){
    .intro{
        font-size: 29px;
        padding: 20px 10px;
    }
}
.intro.text-light{
    color: #fff;
}
.social{
    margin-top: 20px;
}
.social a{
    font-size: 15px;
    margin-right: 7px;
    color: #999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.social a:hover{
    color: #000;
}
.page-navigation{
    margin: 80px 0;
    text-align: center;
}
.page-navigation a{
    display: inline-block;
    margin: 5px;
}
.page-navigation a:hover{
    opacity: .6;
}
.owl-slider .owl-stage {
    position: relative;
    -webkit-transition-timing-function: cubic-bezier(0.1,0.57,0.1,1) !important;
    transition-timing-function: cubic-bezier(0.1,0.57,0.1,1) !important;
}
.owl-slider{
    overflow: hidden;
}
.owl-slider,
.owl-slider .owl-stage,
.owl-slider .owl-stage-outer,
.owl-item{
    position: relative;
    z-index: 1;
}
.equal-height-cols .owl-slider,
.equal-height-cols .owl-slider .owl-stage,
.equal-height-cols .owl-slider .owl-stage-outer,
.equal-height-cols .owl-item{
    height: 100% !important;
}
.owl-carousel{
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -ms-grab;
    cursor: -o-grab;
    cursor: grab;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -ms-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}
.owl-nav{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -40px;
    z-index: 2;
}
.owl-prev,
.owl-next{
    display: block;
    width: 40px;
    height: 35px;
    background-color: white;
    text-indent: -9999px;
    float: left;
    color: #444;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-prev:hover,
.owl-next:hover{
    opacity: .8;
}
.owl-next:before,
.owl-prev:before{
    font-family: 'FontAwesome';
    display: inline-block;
    float: left;
    text-indent: 0;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    width: 100%;
}
.owl-prev:before{
    content: "\f104";
}
.owl-next:before{
    content: "\f105";
}
.clients{
    text-align: center;
}
.clients img{
    width: 50%;
}
#google-map{
    width: 100%;
    height: 400px;
}
#google-map img{
    max-width: none;
}
.contact-info{
    position: relative;
    z-index: 11;
}
.contact-info a{
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}
#contact{}
form{
    text-align: left;
}
form input,
form textarea{
    background: none;
    width: 100%;
    border: 0;
    border: 1px solid #eee;
    padding: 11px 16px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
form textarea{
    min-height: 60px;
    resize: none;
}
form input:focus,
form textarea:focus{
    border: 1px solid #97824b;
}
#submit{
    width: auto;
}
#submit:hover{
    background-color: #ae9a64;
    border-color: #ae9a64;
}
.contact-message{
    display: none;
    text-transform: capitalize;
    text-align: center;
    margin: 50px 0;
}
#footer{
    border-top: 1px solid #F1F1F1;
    padding: 30px 0;
}
.copyrights {
    line-height: 38px;
}

@keyframes top-in{
    from{
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to{
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes top-out{
    from{
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to{
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes right-in{
    from{
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to{
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes right-out{
    from{
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to{
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes left-in{
    from{
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to{
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes left-out{
    from{
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to{
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes bottom-in{
    from{
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to{
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes bottom-out{
    from{
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to{
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
#header, #footer, .controls-wrapper{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body.slider-expanded #header{
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
body.slider-expanded #footer{
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.controls-wrapper.slider-expanded{
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.controls-wrapper.slider-expanded button:first-child{
    border-left: none;
}
.horizontal-slider-mode .controls-wrapper{
    right: 10px;
}
.horizontal-slider-mode .controls-wrapper.slider-expanded{
    bottom: 10px;
}
.horizontal-slider-mode .controls-wrapper.slider-expanded button{
    border-bottom: 1px solid #ddd;
}
.horizontal-slider-mode .controls-wrapper button:last-child{
    -webkit-box-shadow: -4px 1px 3px -5px #000 inset;
    box-shadow: -4px 1px 3px -5px #000 inset;
}
@media( max-width: 1000px ){
    .footer-links.pull-left{
        display: none;
    }
    .footer-links{
        line-height: 40px;
    }
    #footer{
        height: 40px;
    }
    .controls-wrapper button{
        width: 50px;
        height: 40px;
        line-height: 40px;
        font-size: 10px;
    }
}
@media( max-width: 520px ){
    .controls-wrapper button{
        width: 42px;
    }

}
.copyright{
    color: #97824b;
}
.pricing {
    position:relative;
    border-radius:3px;
    margin-bottom:15px;
    box-shadow:0 0 5px #eee;
}
.pricing:hover {
    box-shadow:0 0 15px #b5b5b5;
}
.pricing:hover h4 {
    color:#ae9a64;
}
.pricing-head {
    text-align:center;
}
.pricing h3,
.pricing h4 {
    margin:0;
    line-height:normal;
    font-weight:bold;
}
.pricing p {
    padding: 10px 0;
    font-size: 11px;
}
.pricing-head h3 span,
.pricing-head h4 span {
    display:block;
    margin-top:5px;
    font-size:12px;
    font-style:italic;
}
.pricing-head h3 {
    color: #fafafa;
    padding: 12px 0;
    font-size: 22px;
    font-family: Arial;
    background: #333;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 #333;
}
.pricing-head h4 {
    color: #888;
    padding:5px 0;
    font-size:70px;
    text-shadow:0 1px 0 #fff;
    border-bottom:solid 1px #f5f9e7;
}
.pricing-head h4 i {
    top:-8px;
    font-size:28px;
    font-style:normal;
    position:relative;
}
.pricing-head h4 span {
    top:-10px;
    font-size:14px;
    font-style:normal;
    position:relative;
}
.pricing-content  {
    margin-bottom: 0px;
}
.pricing-content li {
    color:#888;
    font-size:12px;
    padding:7px 15px;
    border-bottom:solid 1px #f5f9e7;
}
.pricing-content li i {
    color:#97824b;
    font-size:16px;
    margin-right:5px;
    position:relative;
}
.pricing-footer {
    color:#777;
    font-size:11px;
    line-height:17px;
    text-align:center;
    padding:20px;
    border-radius:0 0 3px 3px;
}
.price-active,
.pricing-rounded .pricing:hover {
    margin-top: 0;
}
.pricing-rounded .pricing {
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #eee;
}
.pricing-rounded .easy-bg-v2 {
    letter-spacing: 1px;
    border: 1px solid #fff;
    background-color:rgba(255, 255, 255, 0.1);
}
.pricing-rounded .easy-bg-v2 i {
    padding-left: 3px;
}
.pricing-rounded h3 {
    padding-bottom: 80px;
    padding-top: 15px;
}
.pricing-rounded h4 {
    width: 140px;
    height: 140px;
    padding-top: 22px;
    padding-left: 6px;
    font-size: 55px;
    margin: -75px auto 20px;
    border-radius: 140px !important;
    font-weight: normal !important;
    background: #fff;
}
.pricing-rounded .pricing-head h4 i{
    margin-right: 2px;
}
.pricing-rounded h6 {
    color: #888;
    font-size: 13px;
    font-style: normal;
    padding-bottom: 5px;
}
.pricing-rounded .pricing-content span {
    float: left;
}
.pricing-rounded .pricing-content span i {
    font-size: 13px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .sticker-right {
        top: 10px;
        right: -58px;
        padding: 3px;
        font-size: 10px;
    }
    .sticker-left {
        top: 10px;
        left: -58px;
        font-size: 10px;
        padding: 3px;
    }
}
@media (max-width: 991px) {
    /*Pricing Page*/
    .price-active,
    .pricing:hover {
        margin-top: 0;
    }
    .no-space-pricing [class^="col-"],
    .no-space-pricing [class*=" col-"] {
        padding: 10px;
    }
    .pricing-zoom .price-active .pricing-head h4,
    .pricing-zoom .pricing:hover .pricing-head h4 {
        padding: 5px 0;
        font-size: 70px;
    }
    .pricing-mega-v3 .pricing h4,
    .pricing-mega-v3 .pricing h3,
    .pricing-mega-v3 .pricing-content {
        border-left: 1px solid #eee;
    }

    .pricing-mega-v3 .block h5 {
        text-align: center;
        visibility: visible;
    }
}

.sticker-right,
.sticker-left {
    color: #fff;
    width: 150px;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
}

.sticker-right {
    top: 13px;
    right: -49px;
    background: #ae9a64;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.sticker-left {
    top: 9px;
    left: -48px;
    background: #ae9a64;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #ae9a64;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.btn-u:hover{
    color: #84754e;
    opacity: 0.8;
}
.social-link-footer {
    font-size: 16px;
    color: #666;
    padding: 0 5px;
}
.social-link-footer:hover{
    color: #ffb900;
}
.pricing-rounded{
    padding-top: 30px;
}
.journal-categories .filter{
    margin: 0;
}
.journal-categories .filter ul{
    border: 0;
    padding: 0;
    width: 100%;
}
.journal-categories .filter ul li {
    display: block;
    border: 2px solid #F5F5F5;
    padding: 10px 20px;
    text-align: left;
    padding-right: 30px;
}

.journal-categories .filter ul li span {
    position: absolute;
    right: 10px;
    background-color: #97824b;
    color: #fff;
    border-radius: 100%;
    top: 8px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-weight: normal;
}
.journal-categories .filter ul li:after{
    background: transparent;
}
a.sub-titles {
    color: rgba(117, 116, 116, 0.44);
    text-decoration: none;
    margin-top: 15px;
    display: block;
    font-weight: bold;
}
a.sub-titles:hover{
    color: #97824b;
}
@media (max-width: 991px) {
    .fullscreen-height {
        height: auto;
    }
}
.swip-slider.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
.swip-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative;
    margin-bottom: 50px;

}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin-top: 20px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #97824b;
}
.swip-slider .swiper-slide p{
    display: none;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.swip-slider .swiper-slide.swiper-slide-active p{
    display: block;
}
.home-about {
    background: #f7f7f7;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    z-index: 0;
    margin-top: 120px;
    padding-bottom: 60px;
}
.home-about:before {
    /*background: rgba(0, 0, 0, 0.8);*/
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
}
#album-12{
    display: none !important;
}
.counter-item{
    margin-bottom: 30px;
}
.counter-block-value {
    color: #000;
    font-size: 24px !important;
    font-weight: 600;
}
.counter-block {
    border: 10px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, .2) inset;
    position: relative;
    position: relative;
    display: inline-block;
    z-index: 9;
    line-height: 180px;
    border-radius: 50%;
    width: 175px;
    height: 175px;
}
.counter-block:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.97);
    width: 135px;
    height: 135px;
    border-radius: 50%;
    z-index: -1;
    margin: 0 10px;
    top: 10px;
}
.counter-block i {
    font-size: 35px;
    color: #97824b;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.counter-item:hover i {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.counter-item h6{
    color: #777;
    margin-top: 20px;
}
.author-box{
    padding: 50px;
    background-color: #fff;
    box-shadow: 10px 10px 100px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: -70px;
}
.author-box-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #f5f5f5;
    padding: 5px;
    overflow: hidden;
}
.author-box-avatar img{
    width: 100%;
    border-radius: 50%;
}
.author-box-title h5{
    text-transform: uppercase;
    letter-spacing: 2px;
}
.author-box-title h3{
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.author-box-title h3 .pink{
    color: #97824b;
}
.author-box-social a {
    margin-left: 5px;
    font-size: 16px;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    color: #c5c5c5;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.author-box-social a:hover {
    background: #000;
    color: #fff;
}
.home-sessions{
    padding-top: 50px;
}
.inner-title{
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}
.inner-title span {
    padding-bottom: 10px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:
        #878d8d;
}
.inner-title h2 {
    font-size: 30px;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: 500;
    margin-top: 0;
}
.inner-title h2::after {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgb(165, 165, 165), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,
        rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    content: "";
    bottom: -30px;
}
.hire-me {
    background: url(../images/hire.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 100px 0;
}
.hire-me::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2a2d35;
    z-index: -1;
    opacity: 0.5;
}
.section-head {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.section-head h2 {
    font-size: 30px;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: 500;
    color:
        #fff;
}
.btn-outline {
    background-color:  transparent;
    color:#fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
}
.home-sessions {
    padding: 80px 0;
}
.testimonial {
    padding: 30px 0 50px 0;
}
.testimonial-slide{
    width: 100%;
    height: 300px;
}
.testimonial-slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}
.single-testimonial{
    background: #f9f9f9;
    width: 60%;
    margin: auto;
    padding: 40px;
}
.single-testimonial p{
    font-size: 13px;
    color: #666;
}
.testimonial-avatar{
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    overflow: hidden;
    position: relative;
}
.testimonial-avatar img{
    width: 100%;
    border-radius: 50%;
}
.testimonial-name{
    color: #000;
    font-weight: 600;
}
.ttm-page-title-row {
    display: block;
    padding-top: 100px;
    padding-bottom: 85px;
    z-index: 11;
}

.ttm-page-title-row {
    position: relative;
    background-image: url(../images/gallery/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.title-box {
    text-align: center;
}
.page-title-heading .title{
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.breadcrumb-wrapper span, .breadcrumb-wrapper a{
    color: #fff;
    text-decoration: none;
}
.sessions-page{
    margin-bottom: 30px;
}
.widget-title {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
}
.widget-title:after {
    display: block;
    height: 3px;
    margin-top: 0;
    margin-bottom: -13px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
    background-color: #000;
}
.contact-m {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.contact-m:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.contact-m b {
    color: #888;
}
.packages{
    padding: 50px 0;
}
.featured-imagebox-post {
    -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-imagebox-post:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 17px rgba(32,46,60,.1);
}
.featured-thumbnail {
    position: relative;
    overflow: hidden;
    height: 250px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.featured-imagebox-post .featured-content.featured-content-post {
    padding: 22px 27px 22px 27px;
}
.featured-imagebox-post .featured-content.featured-content-post .post-title h5 {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta {
    display: block;
    padding: 7px 0 3px 3px;
    font-size: 12px;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span {
    padding-right: 10px;
    position: relative;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span i {
    padding-right: 5px;
}
.journal-page{
    padding: 60px 0;
}
.single-post h3{
    font-size: 22px;
}
.single-post .post-meta {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.single-post .post-meta span {
    padding-right: 10px;
    position: relative;
}
.single-post .post-meta span i{
    margin-right: 4px;
}
.single-post .post-meta span:not(:last-child):after {
    background-color: #eaeaea;
    display: inline-block;
    content: "";
    width: 1px;
    height: 20px;
    vertical-align: middle;
    margin-left: 15px;
}

#preloader {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
}
#preloader img {
    position:absolute;
    top: 45%;
    margin: 0 auto;
    left: 47%;
}
@media (max-width: 900px) {
    .testimonial-slide {
        height: auto;
    }
    .single-testimonial {
        width: 80%;
        padding: 20px;
    }
}

.swiper-container {
    width: 100%;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    background: #f9f9f9;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
@media (max-width: 1024px) {
    .swip-slider.swiper-container {
        padding-top: 0px;
        height: auto;
    }
    .swip-slider .swiper-slide p{
        padding-top: 10px;
    }
    .swiper-container.testimonial-slide{
        height: 350px;
    }
    .single-testimonial p {
        height: 160px;
        overflow-y: scroll;
    }

}
