.content{
    padding-top : 70px;
    padding-bottom : 70px;
}
.content.no-padding-top{
    padding-top : 0px;
}
.content.no-padding-bottom{
    padding-bottom : 0px;
}

.content > .container > .row > .col-lg-12{
    min-height: 0px;
}

.mythemes-page-header{
    background-color: #f5f5f5;
}
.mythemes-page-header h1,
.mythemes-page-header nav{
    margin-top: 0px;
    text-align: left;
}
.mythemes-page-header h1{
    margin-top: 10px;
}
.mythemes-page-header nav{
    margin-left: 3px;
}
.mythemes-page-header nav{
    font-size: 13px;
}
.mythemes-page-header nav a{
    color: #000000;
}
.mythemes-page-header nav a:hover{
    text-decoration: underline;
}
.mythemes-page-header nav li{
    color: #666666;
    text-shadow: 1px 1px rgba( 255, 255, 255, 0.5 );
}
.mythemes-page-header nav.mythemes-nav-inline li{
    padding: 0px;
}
.mythemes-page-header nav li:first-child:before{
    content: '';
    padding: 0px;
}
.mythemes-page-header .mythemes-author-avatar div.author-details{
    text-align: center;
}

.mythemes-page-header .mythemes-author-avatar img{
    border: 5px solid #ffffff;
    display: block;
    margin: 0px auto 0px auto;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.15 );
       -moz-box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.15 );
            box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.15 );
}
.mythemes-page-header .mythemes-author-avatar span.found-posts{
    display: inline-block;
    background: #303030;
    color: #ffffff;
    font-style: italic;
    padding: 4px 15px;
    margin: 5px 0px 0px 0px;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.mythemes-page-header nav li:before{
    content: '\eaa1';
    color: rgba( 0, 0, 0, 0.5 );

    font-family: fontello;
    font-size: 15px;

    padding: 0px 8px;
}
.mythemes-page-header div.mythemes-posts-found{
    text-align: center;
}
.mythemes-page-header div.mythemes-posts-found div.found-details{
    margin-top: 25px;
}
.mythemes-page-header div.mythemes-posts-found span{
    color: #999999;
    font-family: "Open Sans", sans-serif, Arial, serif;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

@media ( max-width: 767px ){
    .mythemes-page-header h1,
    .mythemes-page-header nav{
        text-align: center;
    }
    .mythemes-page-header div.mythemes-author-avatar{
        padding-top: 20px;
    }
    .mythemes-page-header div.mythemes-posts-found{
        padding-top: 5px;   
    }
}
.content-border.right{
    border-right: 1px solid #eeeeee;
    padding-right: 40px;
    margin-right: 10px;
}
.content-border.left{
    border-left: 1px solid #eeeeee;
    padding-left: 40px;
    margin-left: 10px;
}
/* RESPONSIVE RULES */
@media (min-width: 1200px ){
}
@media ( min-width: 980px ) and (max-width: 1199px ){
}
@media ( min-width: 768px ) and ( max-width: 979px ){
    article{
        border-bottom: 0px;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    .content-border.right,
    .content-border.left{
        border: none;
        
        margin: 0px;

        padding-left: 0px;
        padding-right: 0px;
    }
}
@media ( max-width: 480px ){
    .content-border.right,
    .content-border.left{
        border: none;
        
        margin: 0px;

        padding-left: 0px;
        padding-right: 0px;
    }
}
article .delimiter-item{
    margin-top: 60px;
    margin-bottom: 60px;
}
article:last-child .delimiter-item{
    display: none;
}

.hentry,
article{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.hentry img,
.hentry div[id^="attachment"],
article img,
article div[id^="attachment"]{
    max-width: 100% !important;
    height: auto !important;
}
.hentry embed,
.hentry iframe,
article embed,
article iframe{
    max-width: 100% !important;
}
div.wp-playlist.wp-audio-playlist.wp-playlist-light{
    border: 1px solid #f0f0f0;
}
article .post-thumbnail{
    background-position: center top;

    margin-top: 15px;
    margin-bottom: 5px;
    max-height: 360px;
    overflow: hidden;

    -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;
}
article div.post-content{
    padding-top: 20px;
}

.hentry .post-thumbnail img,
article .post-thumbnail img{
    position: relative;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
.hentry h2.post-title,
article h2.post-title{
    margin-top: 0px;
    margin-bottom: 10px;
}
.hentry h2 a,
article h2 a{
    color: #000000;
}
.hentry,
.hentry p,
article p{
    font-family: Helvetica, Arial,sans-serif;
    color: #999999;
    font-size: 13px;
    line-height: 24px;
}
.hentry p,
article p{
    margin: 20px 0px 20px 0px;
}
.mythemes-classic .hentry p + div.clearfix,
.mythemes-classic article p + div.clearfix{
    margin-top: -20px;
}
.post-content > p:first-child,
.hentry > p:first-child,
article > p:first-child{
    margin-top: 0px;
}
.post-content > p:last-child,
.hentry > p:last-child,
article > p:last-child{
    margin-bottom: 0px;
}
article > div.meta + form > p:first-child,
article > div.meta + p{
    margin-top: 0px;
}
.post-content > form > p:first-child{
    margin-top: 0px;
}
article div.meta{
    font-family: Helvetica, Arial,sans-serif,serif;
    font-size: 11px;
    margin: 0px;
    text-transform: uppercase;
}

article div.meta ul.post-categories{
    list-style: none;
    display: inline-block;
    margin: 10px 0px;
    padding: 0px;
}
article div.meta ul.post-categories li{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

article div.meta ul.post-categories li a{
    background-color: #f6f6f6;
    padding: 4px 8px;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
article div.meta ul.post-categories li a:hover{
    color: #ffffff;
}

article div.meta time{
    display: inline-block;
    margin: 0px 0px 10px 0px;
}

article div.meta a{
    margin: 10px 0px;
}
article div.meta > time:before,
article div.meta > a:before{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;

    content: '\eae5';
    margin: 0px 10px;
}

article a.more-link{
    font-size: 12px;
    background: #f0f0f0;
    border: 3px solid #f0f0f0;
    color: #333333;
    display: block;
    float: right;
    padding: 4px 17px;
    margin-top: 10px;
    text-transform: uppercase;
}
article a.more-link:hover{
    background: #ffffff;
    padding: 4px 17px;
}

.mythemes-post-social{
    float: left;
    height: 38px;
    margin-top: 10px;
}

.mythemes-post-social span.mythemes-post-views{
    font-size: 11px;
    float: left;
    height: 38px;
    display: inline-block;
    color: #666666;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #cdcdcd;

    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
}
.mythemes-post-social span.mythemes-post-views span{
    margin-left: 3px;
}

.mythemes-post-social span.mythemes-post-views strong{
    color: #000000;
    font-family: "Roboto",sans-serif,Arial,serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin-bottom: 2px;
    letter-spacing: 0px;
    text-align: center;
}

/* TERMS */
article div.post-meta-terms{
    margin: 20px 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

article div.post-meta-tags{
    margin: 20px 0px;
}

article div.post-meta-tags a,
article div.post-meta-tags span{
    font-family: Helvetica, Arial,sans-serif;
    font-size: 11px;
    font-variant: normal;
    font-style: normal;
    font-weight: normal;

    float: left;

    line-height: 17px;

    color: #ffffff;
    display: inline-block;

    padding: 6px 12px 3px 12px;
    margin: 2px 3px;

    text-transform: uppercase;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
article div.post-meta-tags span,
article div.post-meta-tags span i,
article div.post-meta-tags span i:before{
    font-size: 13px;
}
article div.post-meta-tags span,
article div.post-meta-tags span:hover{
    cursor: default;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

/* STICKY */
article.sticky .post-thumbnail{
    margin-bottom: 0px;
}
article.sticky div.post-content{
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    background-color: #f3f3f3;
    padding: 20px;
}
article.sticky div.post-content p{
    color: #666666;
    font-size: 14px;

}
article.sticky a.more-link{
    color: #ffffff;
    font-size: 12px;
    display: block;
    float: right;
    padding: 4px 17px;
    margin-top: 10px;
    text-transform: uppercase;

    -webkit-box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0 );
       -moz-box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0 );
            box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0 );
}
article.sticky a.more-link:hover{
    background: #ffffff;
    border: 3px solid #ffffff;
    padding: 4px 17px;

    -webkit-box-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.15 );
       -moz-box-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.15 );
            box-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.15 );
}
article.sticky .delimiter-item{
    margin-top: 0px;
}

/* PAGINATION */
div.pagination{
    width: 100%;
    border-top: 1px solid #eeeeee;
    padding-top: 70px;

    margin-top: 60px;
    margin-bottom: 0px;

    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}
div.comments-list div.pagination{
    padding: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
} 
div.pagination nav{
    height: 36px;
}
div.pagination nav ul{
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
div.pagination nav ul li{
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 7px;
}
div.pagination nav ul > li:first-child{
    margin-left: 0px;
}
div.pagination nav a{
    background-color: #e6e6e6;
    border-bottom: 1px solid #c6c6c6;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

div.pagination nav span{
    color: #ffffff;
}
div.pagination nav li,
div.pagination nav a,
div.pagination nav span{
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
div.pagination nav span,
div.pagination nav a{
    padding: 8px 16px;
}
div.pagination nav ul li span,
div.pagination nav ul li a{
    display: block;
    font-weight: bold;
    width: 100%;
    height: 100%;
    text-align: center;
 }
 div.pagination nav a:hover{
    background-color: #f1f1f1;
    border-bottom: 1px solid #e3e3e3;
 }

div.mythemes-paged-post{
    border-top: 1px dashed #eeeeee;
    margin-top: 20px;
    padding-top: 20px;

}
div.mythemes-paged-post span{
    color: #000000;
    font-family: Helvetica, Arial,sans-serif;
    font-size: 11px;

    font-variant: normal;
    font-style: normal;
    font-weight: normal;

    line-height: 17px;

    text-transform: uppercase;
}
div.mythemes-paged-post span.mythemes-pagination-title{
    color: #666666;
    padding: 4px 0px 4px 0px;
    margin: 2px 3px;
}
div.mythemes-paged-post > span.mythemes-pagination-item{
    padding: 4px 12px;
    margin: 2px 1px;
}
div.mythemes-paged-post > a > span{
    border: 2px solid #eeeeee;
    color: #999999;

    padding: 4px 12px;
    margin: 2px 1px;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}
div.mythemes-paged-post > a:hover > span{
    border: 2px solid #000000;
    color: #000000;
}

h1.error-404{
    font-size: 200px;
    text-align: center;
    margin-top: 0px;
}
big.error-404-message{
    color: #adadad;
    display: block;
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 60px;
    text-align: center;    
}

p.error-404-description{
    color: #999999;

    display: block;
    font-size: 16px;
    line-height: 26px;

    max-width: 80%;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

div.error-404-search{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}

div.error-404-search input[type="text"]{
    width: calc( 100% - 55px );
    width: -webkit-calc( 100% - 55px );
    padding: 5px 12px;
    height: 32px;
}
div.error-404-search button{
    margin-left: 5px;
}

div.error-404-search div#searchbox{
    text-align: center;
}

/* RESPONSIVE RULES */
@media (min-width: 1200px ){
    h1.error-404{
        font-size: 200px;
    }
    big.error-404-message{
        font-size: 72px;
        line-height: 80px;
    }

    p.error-404-description{
        font-size: 16px;
        line-height: 26px;
        max-width: 60%;
    }
}
@media ( min-width: 992px ) and (max-width: 1199px ){
    h1.error-404{
        font-size: 180px;
    }
    big.error-404-message{
        font-size: 62px;
        line-height: 70px;
    }
    p.error-404-description{
        font-size: 15px;
        line-height: 25px;
        max-width: 70%;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
    h1.error-404{
        font-size: 160px;
    }
    big.error-404-message{
        font-size: 52px;
        line-height: 60px;
    }
    p.error-404-description{
        font-size: 14px;
        line-height: 24px;
        max-width: 80%;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    h1.error-404{
        font-size: 140px;
    }
    big.error-404-message{
        font-size: 42px;
        line-height: 50px;
    }
    p.error-404-description{
        font-size: 13px;
        line-height: 24px;
        max-width: 90%;
    }
}
@media ( max-width: 480px ){
    h1.error-404{
        font-size: 120px;
    }
    big.error-404-message{
        font-size: 32px;
        line-height: 40px;
    }
    p.error-404-description{
        font-size: 13px;
        line-height: 24px;
        max-width: 100%;
    }
}