/*body {
    background:#fff !important;
}*/
.no_padding {
    padding: 0;
}
.no_padding_left {
    padding-left: 0;
}
.no_padding_right {
    padding-right: 0;
}
.content {
    padding-top: 0;
}
.icon-bar {
    background: #666;
}
.navbar-right {
    margin-right:0 !important;
}
.canvas {
    padding:125px 50px;
}
@media (max-width:767px) {
    .canvas {
        padding:125px 20px;
    }
}


.menu-container {
    background: #d6f3f3;
}
.header {
    /*padding-bottom:30px;*/
    background: #d6f3f3;
}
.logo {
    display:inline-block;
    /*margin-right:30px;*/
}
.logo h1 {
    font-size:32px;
    font-weight:600;
}

.logo a {
    text-decoration:none;
    color:#71808e;
    display:inline-block;
}

.back-close {
    display:inline-block;
    float:right;
    cursor:pointer;
    position:absolute;
    right:0;
    padding-right:10px;
    top:17px;
}
article.blog {
    position: relative;
    padding-bottom: 70px;
}
article.blog .thumbnails {
    position: relative;
}
.thumbnails>.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out
}

/*.thumbnails:hover>.overlay {
    opacity: 0.20
}*/
article.blog .thumbnails img {
    width: 100%;
    height: auto;
}
article.blog .fade {
    width: 100%;
    height: 187px;
    position: absolute;
    /*top: -75px;*/
    opacity:1;
    /*background-image: url(/images/shadow-top.png);*/
}
.banner .thumbnails div.caption {
    width: 100%;
    top: 10%;
    position: absolute;
    left: 0;
}
.banner .thumbnails span.title {
    width: 100%;
    /*top: 40px;*/
    line-height: 1;
    /*position: absolute;*/
    left: 0;
    color: #fff;
    /* font-family: 'FuturaBT-Book'; */
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    /* text-transform: uppercase; */
    text-align: center;
    letter-spacing: .05em;
    display:block;
    margin-bottom:13px;
}
.banner .thumbnails span.date {
    width: 100%;
    /*top: 85px;*/
    line-height: 1;
    /*position: absolute;*/
    left: 0;
    color: #fff;
    /* font-family: 'FuturaBT-Book'; */
    font-size: 14px;
    font-weight: normal;
    /* font-style: italic; */
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5em;
    display:block;
}

.blog-pagination {
    margin-bottom:30px;
}
.blog-pagination > div {
    width:50%;
}
.blog-pagination > .left, .blog-pagination > .left .prev {
    float:left;
}
.blog-pagination > .right, .blog-pagination > .right .next {
    float:right;
}
.slider {
    /*width: 100%;*/
    width: calc(75% - 30px);
    /*margin: 100px auto;*/
    overflow:hidden;
    display: inline-block;
}

.slick-slide {
    margin: 0px 5px;
}
.banner .slick-slide {
    margin: 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #fff;
}
.slick-dots {
    bottom: 30px;
    width: 100%;
}
.transparent-circle {
    border: 1px solid #fff;
    height:9px !important;
    width:9px !important;
    -webkit-border-radius:75px;
    -moz-border-radius:75px;
    transition:all .3s ease;
}
.transparent-circle.slick-active {
    /*border: 2px solid #000;
    background:#000;*/
    /*background: #1c1c1c;*/
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius:75px;
    -moz-border-radius:75px;
}
.transparent-circle:not(.slick-active):hover {
    border: 2px solid #c8c8c8;
    background:#aaa;
    -webkit-border-radius:75px;
    -moz-border-radius:75px;
}

/*.active{
    background-color: rgba(126, 222, 186, 1);
    border: 2px solid #7EDEBA !important;
}*/
/*@keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.banner {
    opacity:0;
    animation:fadeIn ease;
    animation-duration:1s;
    animation-delay:.5s;
}*/

.banner-wrapper {
    background:#d6f3f3;
}
.slick-prev, .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-shadow: 0 0 5px #000;
}
.related .slick-prev, .related .slick-next {
    bottom: 0px;
}
.slick-prev:before, .slick-next:before {
    font-family:FontAwesome;
}
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 25px;
}
.banner-image {
    width:100%;
    background-position: center center !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    /*border: 20px solid #fff;*/
    /*padding-bottom: 56.66666%;*/
}

/*.banner-image::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(bottom, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%)
}*/

.right-caption {
    width:25%;
    float:right;
    /*top:0;
    right:0;
    position: absolute;*/
    text-align:center;
}
.right-top {
    background:#fff;
    padding:15px;
    text-align:center;
}
.right-photo-wrapper {
}
.right-photo {
    width:100%;
    background-position: center center !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    padding-bottom:130%;
}
.right-caption-title {
    font-size:30px;
    font-family: 'BrainFlower',sans-serif;
    letter-spacing:1px;
    font-weight:bold;
    margin-bottom:0;
}
.right-caption-desc {
    padding:15px;
    font-size:15px;
}

.sub-title {
    text-transform:uppercase;
    letter-spacing:.15em;
    font-size: 14px;
    margin-top: 0;
    font-family: 'Times New Roman',serif;
}
.portofilio-sub-date {
    font-size: 12px;
    font-style:italic;
    font-family: 'Times New Roman',serif;
}
.portfolio-name, .portfolio-name:focus {
    /*font-size: 40px;*/
    font-size: 3.2vw;
    color:#fff;
    /*text-transform: uppercase;
    letter-spacing: .15em;*/
    font-family: 'HighTide';
}

.right-photo-wrapper {
    position:relative;
}

.right-photo-wrapper:before {
    content: " ";
    position: absolute;
    /* background: #000; */
    background: url(/images/532770f8d84f552eebfba03b888177b1.png) no-repeat center center;
    width: 100%;
    height: 60px;
    right: 0;
    left: 0;
    z-index: 2000;
    top: -42px;
    margin: auto;
}

@media (max-width:767px) {
    .portfolio-name, .portfolio-name:focus {
        font-size: 8.2vw;
    }
}
.portfolio-caption {
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 100%;
    padding: 30px;
    /* background: rgba(255, 53, 53, 0.3); */
    z-index: 3;
    font-family: 'HighTide';
    transform: translate(-50%,-0%);
    text-align: center;
    color: #fff;
    margin: auto;
}
.portfolio-subtitle {
    font-size: 3.2vw;
    color:#fff;
}

.slider .thumbnails {
    position: relative;
    overflow:hidden;
    /*margin-right: 25%;*/
}
/*.slider .thumbnails .fade {
    width: 100%;
    height: 187px;
    position: absolute;
    top: -75px;
    opacity:1;
    background-image: url(/images/shadow-top.png);
}*/
.related .thumbnails span {
    width: 100%;
    /* top: 5.51948052%; */
    /* position: absolute; */
    left: 0;
    color: #000;
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    /* text-transform: uppercase; */
    margin: 10px 0;
    text-align: center;
    display: block;
    letter-spacing: .05em;
}
.related .thumbnails>.overlay {
    background-color: #fff;
}
@media (max-width:767px) {
    
    .slider .thumbnails span {
        font-size: 25px;
    }
}
.recent-post h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .18em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px
}
.recent-image {
    width:100%;
    background-position: center center !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
}
.related .thumbnails span {
    font-size: 15px;
}
.recent-post-wrapper {
    margin-bottom:100px;
}



.post-header .date {
    margin-bottom: 20px;
    display: block;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.1em;
 }
.post-header .date:before {
    content:'\f02b';
    font-family:FontAwesome;
    margin-right:5px;
 }
.post-category, .blog-container .category, .section-1-content .category {
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 8px;
    font-size: .8rem;
    margin: 0 0 2em 0;
    display: inline-block;
}
.blog-container .category a, .section-1-content .category a{
    padding: 1em 0;
    /*border-bottom: 2px solid #000;*/
    letter-spacing: .3em;
    font-size: 11px;
}
.bottom-line {
    width: 43%;
    height: 2px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
}
@media (min-width:992px) {
    .text-align-left .bottom-line {
        margin-left:0;
        margin-right:0;
    }
    .text-align-right .bottom-line {
        margin-left:0;
        margin-right:0;
        float: right;
    }
}
.white-line {
    background: #fff;
}
.black-line {
    background: #000;
}
.category-wrapper {
    display:inline-block;
}
.category-wrapper a {
    color:#000;
}
.blog-container .title a, .blog-container .category a, .blog-container  .meta a {
    color: inherit;
    border-bottom-color: inherit;

}
@media (min-width:768px) {
    .blog-overview-photos-left > .row {
        display: flex;
        align-items: center;
    }
}
.blog-container .blog-desc {
    font-weight: 400;
    padding: 0 20em;
    margin: 0em 0 1em 0;
    font-size:15px;
}
@media (max-width:767px) {
    .blog-container .blog-desc {
        margin: 0em auto 3em auto;
    }
}

@media only screen and (max-width: 95em) {
    .blog-container .blog-desc {
        padding: 0 10em;
    }
}
@media only screen and (max-width: 75em) {
    .blog-container .blog-desc {
        padding: 0 10em;
        /*display:none;*/
    }
}

@media only screen and (max-width: 991px) {
    .blog-container .blog-desc {
        padding: 0 10em;
        display:block;
    }
}
@media only screen and (max-width: 56.25em) {
    .blog-container .blog-desc {
        padding: 0 6em;
    }
}
@media only screen and (max-width: 31.25em) {
    .blog-container .blog-desc {
        padding: 0 1em;
    }
}
.blog-container {
    text-align:center;
}
.blog-container h2 {
    font-weight: 400;
    font-style: normal;
    margin: 0.4em 0 0;
    font-size: 62px;
    font-size: 3.2rem;
    line-height: 1.1em;
    overflow:hidden;
    text-overflow:ellipsis;
    /* text-transform: uppercase; */
    /* font-weight: normal; */
    /* letter-spacing: .1em; */
    font-family: 'AngelFace','Times New Roman';
}
/*@media only screen and (max-width: 87.5em) {
    .blog-container h2 {
        font-size: 35px;
    }
}*/
.blog-container .read-more {
    position: relative;
    z-index: 200;
    text-align: center;
}
.white-btn {
    padding-top: 1em;
    padding-right: 1.44em;
    padding-right: calc(1.44em - .2em);
    padding-bottom: 1em;
    padding-left: 1.44em;
}
.white-btn {
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    letter-spacing: 3px;
    border: 2px solid #fff;
    border-color: inherit;
    text-align: center;
    font-size: 13px;
    /*font-family:'Lato',sans-serif;*/
    text-transform:uppercase;
    -webkit-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -moz-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -ms-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -o-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    display:inline-block;
}
.white-btn:hover {
    background-color: #fff;
    color:#000;
    -webkit-transition: background-color 170ms ease-in-out;
    -moz-transition: background-color 170ms ease-in-out;
    -ms-transition: background-color 170ms ease-in-out;
    -o-transition: background-color 170ms ease-in-out;
    transition: background-color 170ms ease-in-out;
}
    .white-btn.white-bg:hover {
        background-color: #000;
        color:#fff;
    }
/*.white-btn{
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-size: 1rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000;
    text-transform: uppercase;
    background: #FFF;
    color: #000;
    letter-spacing: 2px;
    padding: .5em 1em;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
    .white-btn:focus {
        color: #000;
    }
.white-btn:hover{
    background: #000;
    color: #FFF;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}*/
.blog-container .comments:before, .blog-container .location:before {
    font-family:FontAwesome;
    margin: 0 0.2em;
    line-height: 1;
    vertical-align: middle;
}

.blog-container .location:before {
    content: "\f041";
}
.blog-container .comments:before {
    content: "\f075";
}
.blog-overview-photos {
    margin-top: 90px;
}
.blog-overview-photos img{
    width:100%;
}
.blog-overview-photos-left img {
    width:100%;
}
.blog-overview-photos-right img {
    width:100%;
}
.blog-container .blog-desc.left {
    padding:0;
}
@media (max-width:767px) {
    .blog-container .blog-desc.left {
        max-width: 400px;
        
    }
}
/*@media (min-width:768px) {
    .blog-left {
        display:flex;
        align-items:center;
    }
    .text-align-left {
        text-align: left !important;
    }
    .text-align-right {
        text-align: right !important;
    }
}
@media (max-width:767px) {
    article {
        margin-bottom:20px;
    }
    .blog-overview-photos {
        margin-top: 40px;
    }
    .image-margin-bottom {
        margin-bottom:20px;
    }
}*/
@media (min-width:992px) {
    .blog-left {
        display:flex;
        align-items:center;
    }
    .text-align-left {
        text-align: left !important;
    }
    .text-align-right {
        text-align: right !important;
    }
}
@media (max-width:991px) {
    article {
        margin-bottom:20px;
    }
    .blog-overview-photos {
        margin-top: 40px;
    }
    .image-margin-bottom {
        margin-bottom:20px;
    }
}

.full-image-2 {
    background-position: center top !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
}
.image-bottom-mobile {
    margin-bottom:30px;
}
.blog-main-image, .blog-main-image-mobile {
    display:block;
    background-position: center center !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    border: 20px solid #fff;
}


.image-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height:300px;
}

/* ---- grid ---- */

/*.grid {
  background: #DDD;
}*/

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
@media (min-width:768px) {
    .grid-item {
        width: 33.333%;
        padding: 3px;
    }
}
@media (max-width:767px) {
    .grid-item {
        width: 50%;
        padding: 3px;
    }
}

@media (max-width:480px) {
    .grid-item {
        width: 100%;
        padding: 3px;
    }
}

.grid-item {
  float: left;
}

.grid-item:hover {
    opacity:.8;
    transition:all .15s linear;
}
.grid-item img {
  background:rgba(34,34,34,.3);
    opacity:0;
    visibility:hidden;
  display: block;
  max-width: 100%;
}
.grid-item img.open {
  animation:fadeIn ease;
  animation-duration:1s;
  opacity:1;
}
@keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.image-wrapper {
    width:100%;
    height:100%;
    background:#eee;
    display: block;
}

.load-more-btn {
    text-align:center;
    display:none;
    padding:20px 0;
    cursor:pointer;
    margin-top: 50px;
}
.load-more-btn a {
    display:inline-block;
    padding:10px 15px;
    border:1px solid #000;
    color:#000;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.1em;
    transition:all .3s ease-in-out;
}
.load-more-btn a:hover {
    background:#000;
    border:1px solid #000;
    color:#fff;
}
.bottom-text {
    padding:15px 30px 30px;
    text-align:center;
    display:block;
    background:#fff;    
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'BrainFlower',sans-serif;
}
@media (min-width:768px) {
    .blog-overview-photos-left .image-photo {
        padding-right: 40px;
    }
}
@media (max-width:767px) {
    .bottom-text {
        font-size: 5.2vw;
    }
}
@media (max-width:991px) {
    .slider {
         width: 100%; 
    }
    .right-caption {
        width: 100%;
        float: none;
        position: relative;
        text-align: center;
            margin: 35px 0 0;
    }
}
.landing.exists {
    display: table !important;
}
