/*
html
{
    overflow: hidden;
}
*/

body
{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #2f2f2f;
    background-color: #fff;
    letter-spacing: -0.01cm;
}

body a
{
    text-decoration: none;
    color: #2f2f2f;
    transition: color .2s linear;
}

body a:hover
{
    color: #476A6F;
}

::selection
{
    background: #476A6F;
    color: #fff;
}

::-moz-selection
{
    background: #476A6F;
    color: #fff;
}

.doc-loader
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: white;
}

.doc-loader td
{
    text-align: center;
    vertical-align: middle;
}

.doc-loader img
{
    width: 90px;
    height: 90px;
}

.nicescroll-rails-vr
{
    z-index: 99 !important;
}

.nicescroll-rails-vr:hover
{
    cursor: pointer !important;
}

.featured-txt
{
    font-size: 60px;
    line-height: 65px;
    font-weight: 300;
}

.content-1170
{
    width: 1170px;
}

.content-1170 img
{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.header-holder
{
    width: 1170px;
    height: 85px;
    padding-bottom: 10px;
}

.header-logo
{
    padding-top: 80px;
    display: inline-block;
}

.header-txt, .footer-txt
{
    display: inline-block;
    padding-left: 50px;
    font-family: 'Raleway', sans-serif;
}

.cd-headline.type .cd-words-wrapper.selected
{
    background-color: #476A6F;
}

.cd-headline.type .cd-words-wrapper.selected b
{
    color: #fff;
}

.header-txt .entry-title
{
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    padding: 0;
}

.header-txt b
{
    font-weight: 700 !important;
    font-size: 24px; font-family: 'Zilla Slab', serif;
    /*font-size: 22px; font-family: 'Raleway', sans-serif;*/
    /*font-size: 28px; font-family: 'Lancelot', cursive;*/
    /*font-size: 18px; font-family: 'Press Start 2P', cursive;*/
}

.cd-headline.type i
{
    font-style: normal !important;
}

.header-txt span.sec-line
{
    display: block;
}

.sm-clean li a.current, .sm-clean .current_page_item a
{
    color: #476A6F;
}


/* BLOG */

#blog-holder
{
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-color: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 10px;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.grid
{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item
{
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border: 15px solid transparent;
}

.grid-item img
{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    border-radius: 2px 2px 0 0;
}

.grid-sizer, .grid-item, .grid-item.p_one_fourth
{
    width: 300px;
}

.grid-item.p_one_half
{
    width: 600px;
}

.grid-item.p_one
{
    width: 1200px;
}

#blog-holder article a.img
{
    display: block;
    overflow: hidden;
}

#blog-holder article a.img:hover
{
    cursor: pointer;
}

#blog-holder article img.hover-img
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s linear;
}

#blog-holder article a.img:hover .hover-img, #blog-holder article a.img:hover .item-info
{
    opacity: 1;
}

.item-info
{
    background: rgba(22,31,50, 0.5);
    padding: 10px;
    border-radius: 2px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    font-size: 16px;
    line-height: 100%;
    color: white;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s linear;
}

span.prev
{
    padding-right: 10px;
}

span.prev:before
{
    content: "\f06e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
}

span.down:before
{
    content: "\f0ed";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
}

#blog-holder article .entry-content
{
    background-color: #fff;
    padding: 7px 25px;
    border-radius: 0 0 2px 2px;
    min-height: 35px;
    text-align: center;
    margin-top: 15px;
}

#blog-holder article .entry-content:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
}

#blog-holder article .entry-content:after {
    clear: both;
    content: "";
    display: block;
}

#blog-holder article .entry-content .cat-links
{
    font-size: 20px;
    line-height: 30px;
}

#blog-holder article .entry-content .cat-links li
{
    display: inline-block;
}

#blog-holder article .entry-content .cat-links a
{
    padding-right: 2px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a5a5a5;
}

#blog-holder article .entry-content .cat-links a:after
{
    content: ",";
    display: inline-block;
}

#blog-holder article .entry-content .cat-links ul li:last-of-type a:after
{
    display: none;
}

#blog-holder article .entry-content .cat-links ul li:last-of-type a
{
    padding-right: 0;
}

#blog-holder article .entry-content h2
{
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    max-width: 70%;
    vertical-align: middle;
    margin: auto;
}

#blog-holder article .entry-content .like-holder
{
    position: absolute;
    right: 15px;
    bottom: 25px;
}

#blog-holder .more-posts-index
{
    display: inline-block;
    width: 85px;
    height: 85px;
    overflow: hidden;
    position: relative;
    margin: 50px 0;
}

.blog-background
{
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    position: absolute;
    top: 0;
    z-index: -1;
}

.blog-img
{
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 100%;
    width: auto;
    height: auto;
    padding-bottom: 50px;
}

.like-holder a
{
    display: inline-block;
}

.like-holder a:hover
{
    cursor: pointer;
}

.heart-holder
{
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: -6px;
    cursor: pointer;
    background-image: url(images/like_heart.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 0 0;
}

.heart-holder:hover
{
    background-position: 0 -50px;
}

.heart-holder.alreadyvoted
{
    cursor: auto;
    background-position: 0 -25px;
}

.heart-holder.alreadyvoted:hover
{
    animation: none;
}

.like-holder .count
{
    padding-left: 5px;
    display: inline-block;
    font-size: 18px;
    line-height: 100%;
    color: #a5a5a5;
}

.like-holder .count.alreadyvoted
{
    margin-left: -1px;
}

@-webkit-keyframes kudospulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(242,119,174, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(242,119,174, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(242,119,174, 0);
    }
}
@keyframes kudospulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(242,119,174, 0.4);
        box-shadow: 0 0 0 0 rgba(242,119,174, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(242,119,174, 0);
        box-shadow: 0 0 0 10px rgba(242,119,174, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(242,119,174, 0);
        box-shadow: 0 0 0 0 rgba(242,119,174, 0);
    }
}

.more-posts-index img
{
    width: 85px;
    height: 85px;
    transition: opacity .3s linear;
}

.more-posts-index img:hover
{
    cursor: pointer;
    opacity: 0.5;
}

/* END BLOG */




/* SINGLE POST */

.single-post .single-header-content
{
    padding-bottom: 75px;
}

.single-post .single-header-content .carousel_pagination
{
    margin-bottom: 0;
}

.single-post h1.entry-title
{
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 40px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.single-post .post-info
{
    font-size: 17px;
    width: 360px;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-top: 120px;
}

.single-post .post-info.mob
{
    display: none;
}

.single-post .post-info .post-date, .single-post .post-info .cat-links,
.single-post .post-info .tags-holder, .single-post .post-info .views-count,
.single-post .post-info .download-count, .single-post .post-info .download-button,
.single-post .post-info .more-info
{
    display: block;
    line-height: 100%;
    padding-bottom: 15px;
}

.single-post .post-info a
{
    font-weight: bold;
}

.single-post .post-info div p
{
    display: inline-block;
    color: #8d8d8d;
}

.single-post .post-info div span
{
    font-weight: bold;
}

.single-post .post-info .cat-links ul, .single-post .post-info .tags-holder ul
{
    display: inline;
}

.single-post .post-info .cat-links a
{
    text-decoration: none;
    padding-right: 2px;
}

.single-post .post-info .cat-links a:after, .single-post .post-info .tags-holder a:after
{
    content: ",";
    display: inline-block;
}

.single-post .post-info .cat-links ul li:last-of-type a:after, .single-post .post-info .tags-holder ul li:last-of-type a:after
{
    display: none;
}

.single-post .post-info .cat-links ul li:last-of-type a, .single-post .post-info .tags-holder ul li:last-of-type a
{
    padding-right: 0;
}

.single-post .post-info .cat-links ul li, .single-post .post-info .tags-holder ul li
{
    display: inline-block;
    line-height: 20px;
}

.single-post .post-info .download-button
{
    padding-top: 55px;
}

.single-post .post-info .like-holder
{
    padding-top: 20px;
}

.single-post .entry-content-holder
{
    width: 770px;
    display: inline-block;
    float: right;
}

.wp-caption p.wp-caption-text
{
    font-size: 18px;
    line-height: 30px;
}

.single-post .wp-link-pages span
{
    color: #191919;
}

.single-post .wp-link-pages
{
    color: #FD3137;
}

.single-post .nav-links
{
    margin: 50px 0;
    float: right;
    width: 770px;
}

.single-post .nav-previous
{
    display: inline-block;
    max-width: 450px;
}

.single-post .nav-next
{
    display: inline-block;
    max-width: 450px;
}

.single-post .nav-previous a, .single-post .nav-next a
{
    font-size: 34px;
    display: table-cell;
    max-width: 365px;
    color: #222222;
}

.single-post .nav-previous a
{
    float: right;
}

.single-post .nav-next a
{
    float: left;
    text-align: right;
}

.single-post .nav-previous-text img, .single-post .nav-next-text img
{
    width: 40px;
    height: 40px;
    transition: opacity .3s linear;
}

.single-post .nav-previous-text img:hover, .single-post .nav-next-text img:hover
{
    opacity: 0.5;
}

.single-post .nav-previous-text
{
    float: left;
}

.single-post .nav-next-text
{
    float: right;
    margin-left: 30px;
}

/* END SINGLE POST */




/* RESPONSIVE PART */

@media screen and (max-width: 1220px) {

    .content-1170
    {
        max-width: 870px;
    }

    .one_half,  .one_third,  .two_third,  .three_fourth, .one_fourth
    {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }

    .one_half{
        width: 46%;
    }
    .one_third{
        width: 28%;
    }
    .two_third{
        width: 64%;
    }
    .one_fourth{
        width: 19%;
    }
    .three_fourth{
        width: 73%;
    }

    blockquote
    {
        margin-top: 0;
        margin-bottom: 0;
    }

    blockquote:before
    {
        line-height: 95px;
        font-size: 150px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        display: block;
    }

    .header-holder
    {
        width: 870px;
    }

    .grid, .grid-item.p_one
    {
        width: 900px;
    }

    .grid-item.p_one_half
    {
        width: 450px;
    }

    .grid-sizer, .grid-item, .grid-item.p_one_fourth
    {
        width: 225px;
    }

    .single-post .entry-content-holder, .single-post .nav-links
    {
        width: 510px;
    }

}

@media screen and (max-width: 1020px) {

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth
    {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    #blog-holder
    {
        margin-bottom: 0 !important;
    }

    .footer
    {
        position: static !important;
    }

    .one_half.margin-0, .one_third.margin-0, .two_third.margin-0, .one_fourth.margin-0, .three_fourth.margin-0
    {
        float: left;
    }

    .single-post .post-info
    {
        display: none;
    }

    .single-post .post-info.mob
    {
        width: 100%;
        display: block;
        float: none;
        position: relative !important;
        float: none;
        padding-top: 70px;
        padding-bottom: 0;
        text-align: center;
    }

    .single-post .post-info .post-date, .single-post .post-info .cat-links,
    .single-post .post-info .tags-holder, .single-post .post-info .views-count,
    .single-post .post-info .download-count, .single-post .post-info .more-info
    {
        display: inline-block;
        padding-right: 35px;
    }

    .single-post .post-info .download-button
    {
        padding-top: 30px;
        text-align: center;
    }

    .single-post .entry-content-holder, .single-post .nav-links
    {
        width: 100%;
    }

    .single-post .nav-links
    {
        text-align: center;
    }

}


@media screen and (max-width: 925px) {

    .header-holder, .content-1170
    {
        width: 660px;
    }

    .grid, .grid-item.p_one
    {
        width: 690px;
    }

    .grid-sizer, .grid-item, .grid-item.p_one_half, .grid-item.p_one_fourth
    {
        width: 345px;
    }

    .main-menu
    {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
    }

    .main-menu ul
    {
        width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active
    {
        padding-right: 0;
        padding-left: 0;
    }



}

@media screen and (max-width: 805px) {

    .header-holder, .content-1170
    {
        width: 540px;
    }

    .header-txt, .footer-txt
    {
        display: block;
        padding-left: 0;
    }

    .grid, .grid-item.p_one
    {
        width: 570px;
    }

    .grid-sizer, .grid-item, .grid-item.p_one_half, .grid-item.p_one_fourth
    {
        width: 285px;
    }

    .single-post .entry-content
    {
        font-size: 20px;
        line-height: 35px;
    }

    .single-post .nav-previous a, .single-post .nav-next a
    {
        font-size: 22px;
        line-height: 25px;
        max-width: 75%;
    }

}

@media screen and (max-width: 782px)
{

    blockquote:before
    {
        line-height: 75px;
        font-size: 110px;
    }
}


@media screen and (max-width: 650px) {

    .header-holder, .content-1170
    {
        width: 90%;
    }

    .grid, .grid-item.p_one
    {
        width: 100%;
    }

    .grid-sizer, .grid-item, .grid-item.p_one_half, .grid-item.p_one_fourth
    {
        width: 50%;
    }
}


@media screen and (max-width: 550px) {
    .grid-sizer, .grid-item, .grid-item.p_one_half, .grid-item.p_one_fourth
    {
        width: 100%;
    }

    .single-post .post-info .post-date, .single-post .post-info .cat-links,
    .single-post .post-info .tags-holder, .single-post .post-info .views-count,
    .single-post .post-info .download-count, .single-post .post-info .more-info
    {
        display: block;
        padding-right: 0;
    }

    .one_half.margin-0, .one_third.margin-0, .two_third.margin-0, .one_fourth.margin-0, .three_fourth.margin-0
    {
        float: none;
        width: 100%;
    }

}
