@charset "UTF-8";
.logged-in.admin-bar .navbar-od-main,
.logged-in.admin-bar .navbar-scrolled.nav-fixed {
    top: 46px
}

@media screen and (min-width:783px) {

    .logged-in.admin-bar .navbar-od-main,
    .logged-in.admin-bar .navbar-scrolled.nav-fixed {
        top: 32px
    }
}

.wrap.container .content {
    padding-bottom: 60px;
    padding-top: 20px
}

@media screen and (min-width:768px) {
    .wrap.container .content {
        padding-bottom: 60px;
        padding-top: 40px
    }
}

.search-no-results .wrap.container .content {
    padding-bottom: 0;
    padding-top: 20px
}

a:hover {
    text-decoration: none
}

@media (min-width:1200px) and (max-width:1599px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-xl,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important
}

@media (min-width:1600px) {
    .container {
        width: 1570px
    }

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-pull-11 {
        right: 91.66666667%
    }

    .col-xl-pull-10 {
        right: 83.33333333%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-8 {
        right: 66.66666667%
    }

    .col-xl-pull-7 {
        right: 58.33333333%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-5 {
        right: 41.66666667%
    }

    .col-xl-pull-4 {
        right: 33.33333333%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-2 {
        right: 16.66666667%
    }

    .col-xl-pull-1 {
        right: 8.33333333%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-push-11 {
        left: 91.66666667%
    }

    .col-xl-push-10 {
        left: 83.33333333%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-8 {
        left: 66.66666667%
    }

    .col-xl-push-7 {
        left: 58.33333333%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-5 {
        left: 41.66666667%
    }

    .col-xl-push-4 {
        left: 33.33333333%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-2 {
        left: 16.66666667%
    }

    .col-xl-push-1 {
        left: 8.33333333%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .visible-xl {
        display: block !important
    }

    table.visible-xl {
        display: table
    }

    tr.visible-xl {
        display: table-row !important
    }

    td.visible-xl,
    th.visible-xl {
        display: table-cell !important
    }

    .visible-xl-block {
        display: block !important
    }

    .visible-xl-inline {
        display: inline !important
    }

    .visible-xl-inline-block {
        display: inline-block !important
    }

    .hidden-xl {
        display: none !important
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.comment-list {
    padding-left: 0
}

.comment-list ol {
    list-style: none
}

.search-form label {
    font-weight: 400
}

.main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .main {
        float: left;
        width: 100%
    }
}

.sidebar-primary .main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .sidebar-primary .main {
        float: left;
        width: 83.3333333333%
    }
}

.single.sidebar-primary .main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .single.sidebar-primary .main {
        float: left;
        width: 66.6666666667%
    }
}

.sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .sidebar {
        float: left;
        width: 16.6666666667%
    }
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto
}

.aligncenter {
    display: block;
    margin: 10px auto;
    height: auto
}

.alignleft,
.alignright {
    margin-bottom: 10px;
    height: auto
}

@media (min-width:768px) {
    .alignleft {
        float: left;
        margin-right: 10px
    }

    .alignright {
        float: right;
        margin-left: 10px
    }
}

.wp-caption-text {
    padding: 9px
}

#top-nav {
    background-color: #012368;
    color: #fff;
    font-family: Open Sans;
    font-size: 11px;
    height: 40px;
    line-height: 35px;
    text-transform: uppercase;
    display: none
}

#top-nav .navbar-nav {
    list-style: outside none none;
    margin: 0;
    padding-left: 0
}

#top-nav .navbar-nav>li>a {
    padding: 10px 15px;
    color: #fff;
    opacity: .6
}

#top-nav .navbar-nav>li>a:focus,
#top-nav .navbar-nav>li>a:hover {
    background-color: transparent;
    opacity: 1
}

.navbar-od-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    border: 0 none
}

.navbar-od-main .navbar-header h1 {
    margin: 0
}

.navbar-od-main .navbar-brand {
    color: #fff;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    height: auto;
    line-height: .9em;
    padding: 45px 0 0
}

.navbar-od-main .navbar-brand>img {
    display: block;
    position: absolute;
    right: 0;
    text-align: right
}

.navbar-od-main nav {
    display: inline-block;
    position: relative;
    float: right
}

.navbar-od-main nav ul {
    margin: 0;
    padding: 0;
    list-style: outside none none
}

.navbar-od-main nav li {
    float: left
}

.navbar-od-main nav a {
    line-height: 126px
}

.navbar-od-main .navbar-brand,
.navbar-od-main .navbar-header {
    position: relative;
    margin: 0;
    float: left
}

.navbar-od-main nav li.menu-item {
    display: none
}

.navbar-od-main nav a {
    border: 1px solid hsla(0, 0%, 100%, .3);
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 0 10px;
    padding: 3px 13px
}

.navbar-od-main nav a:focus,
.navbar-od-main nav a:hover {
    border: 1px solid #fff;
    text-decoration: none
}

.menu-search i.fa-search {
    font-size: 16px;
    padding-left: 2px
}

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

    .navbar-od-main nav a,
    .navbar-od-main nav a:focus {
        border: 0 none !important
    }

    .navbar-od-main .navbar-brand {
        font-size: 23px
    }

    #main-menu-nav .navbar-brand img {
        width: 51%
    }
}

.navbar-od-main #main-menu-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 126px;
    z-index: 1000
}

.navbar-od-main .navbar-scrolled {
    position: fixed;
    top: -65px;
    left: 0;
    background: #039 none repeat scroll 0 0;
    height: 60px;
    width: 100%;
    margin-top: 0;
    overflow: visible;
    z-index: 1100;
    transition: all .3s ease 0s
}

.navbar-od-main .navbar-scrolled.nav-fixed {
    top: 0
}

.navbar-od-main .navbar-scrolled .navbar-header {
    display: inline-block;
    height: 60px;
    padding-right: 15px
}

.navbar-od-main .navbar-scrolled .navbar-brand {
    padding: 15px 0 0;
    font-size: 19px
}

.navbar-od-main .navbar-scrolled nav a {
    line-height: 60px
}

@media screen and (max-width:767px) {
    .navbar-od-main #main-menu-nav {
        top: -30px
    }
}

.navbar-od-main .navbar-scrolled .navbar-brand>img {
    max-height: 12px
}

.navbar-od-main .navbar-scrolled-bottom {
    position: fixed;
    bottom: -60px;
    left: 0;
    border-top: 1px solid #eee;
    background: #fff none repeat scroll 0 0;
    height: 60px;
    width: 100%;
    margin-top: 0;
    overflow: visible;
    z-index: 1100;
    transition: all .3s ease 0s
}

.navbar-od-main .navbar-scrolled-bottom.nav-fixed {
    bottom: 0
}

@media screen and (min-width:768px) {
    .navbar-od-main .navbar-scrolled-bottom {
        bottom: -80px;
        height: 80px
    }
}

.navbar-od-main .navbar-scrolled-bottom .next-header,
.navbar-od-main .navbar-scrolled-bottom .prev-header,
.navbar-od-main .navbar-scrolled-bottom .share-header,
.navbar-od-main .navbar-scrolled-bottom .title-header {
    float: left;
    font-weight: 400;
    font-size: .9em;
    color: #433f33;
    line-height: 1.2em;
    margin: 0;
    border-left: 1px solid #eee;
    white-space: nowrap
}

.navbar-od-main .navbar-scrolled-bottom .share-header {
    padding: 0
}

.navbar-od-main .navbar-scrolled-bottom .title-header {
    padding: 17px 15px;
    background-color: #f9fbfd
}

.navbar-od-main .navbar-scrolled-bottom .next-header:hover,
.navbar-od-main .navbar-scrolled-bottom .prev-header:hover {
    background-color: #f9fbfd
}

.navbar-od-main .navbar-scrolled-bottom .title-header span {
    color: #039;
    font-size: 1.1em;
    font-style: italic;
    font-weight: 600;
    text-align: left
}

.navbar-od-main .navbar-scrolled-bottom .title-header>a {
    color: #433f33
}

.navbar-od-main .navbar-scrolled-bottom .next-header span,
.navbar-od-main .navbar-scrolled-bottom .prev-header span,
.navbar-od-main .navbar-scrolled-bottom .share-header span {
    font-weight: 500;
    font-size: 1.1em;
    color: #433f33;
    text-align: left
}

.navbar-od-main .navbar-scrolled-bottom .next-header img,
.navbar-od-main .navbar-scrolled-bottom .prev-header img,
.navbar-od-main .navbar-scrolled-bottom .title-header img {
    margin-top: 4px
}

.navbar-od-main .navbar-scrolled-bottom .next-header span .fa,
.navbar-od-main .navbar-scrolled-bottom .prev-header span .fa {
    font-size: .8em
}

.navbar-od-main .navbar-scrolled-bottom .next-header br,
.navbar-od-main .navbar-scrolled-bottom .prev-header br,
.navbar-od-main .navbar-scrolled-bottom .title-header br {
    margin-bottom: 5px
}

.navbar-od-main .navbar-scrolled-bottom .next-header a,
.navbar-od-main .navbar-scrolled-bottom .prev-header a {
    color: #999;
    font-weight: 300;
    padding: 17px 0;
    display: block
}

.navbar-od-main .navbar-scrolled .followus-header {
    font-size: .85em;
    color: #433f33;
    padding: 0 20px;
    border-left: 1px solid #eee;
    display: inline-block;
    float: left;
    line-height: 58px
}

.followus-header i,
.followus-header span {
    display: inline-block;
    vertical-align: middle
}

.followus-header>span {
    margin-right: 15px
}

.followus-header .fa {
    font-size: 27px;
    margin-right: 5px
}

.followus-header .fa-facebook-square {
    color: #1562bd
}

.followus-header .fa-twitter {
    color: #4a90e2
}

.followus-header .fa-instagram {
    color: #f5a623
}

.followus-header .fa-google-plus-official {
    color: #d94e43
}

.followus-header .fa-youtube-play {
    color: #e32524
}

.navbar-od-main .share-header {
    display: none;
    font-size: .85em;
    color: #433f33;
    padding: 0 20px;
    width: 100%;
    transition: all .3s
}

.navbar-od-main .navbar-scrolled-bottom .share-header .heading {
    display: none
}

.share-header ul.od-social-share {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: table
}

.share-header ul.od-social-share>li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    border-left: 1px solid #f2f2f2
}

.share-header a {
    color: #666;
    font-size: 32px;
    margin: 0;
    display: block;
    height: 60px;
    padding-top: 15px
}

@media screen and (min-width:992px) {
    .navbar-od-main nav li.menu-item {
        display: block
    }
}

@media screen and (min-width:768px) {
    #top-nav {
        display: block
    }

    .navbar-od-main {
        margin-top: 40px
    }
}

@media screen and (max-width:767px) {
    .overlay.overlay-mobile {
        background: transparent url(../images/pattern-white.png) repeat scroll 0 0;
        padding: 60px 20px
    }

    .overlay.overlay-mobile .logo-mobile {
        left: 20px;
        position: absolute;
        top: 25px;
        vertical-align: middle
    }

    .overlay.overlay-mobile .overlay-close {
        width: auto;
        height: auto;
        padding: 0;
        color: #666
    }

    .overlay.overlay-mobile ul li a {
        color: #666;
        text-align: left
    }

    .overlay.overlay-mobile .search-mobile label {
        display: block
    }

    .overlay.overlay-mobile .search-mobile label:after {
        color: #999;
        content: "\f002";
        font-family: fontawesome;
        font-size: 17px;
        padding: 7px;
        position: absolute;
        right: 0;
        top: 0
    }

    .overlay.overlay-mobile .search-mobile input.search-field {
        background-color: rgba(0, 0, 0, .05);
        border: 0;
        box-shadow: 0 0;
        font-size: 22px;
        height: 38px
    }

    .overlay.overlay-mobile .search-mobile input.search-submit {
        background-color: transparent;
        border: 0 none;
        height: 38px;
        padding: 0;
        position: absolute;
        right: 0;
        text-indent: -10000px;
        top: 0;
        width: 25px
    }

    .overlay.overlay-mobile ul li.followus-mobile {
        border-top: 1px solid #ccc;
        font-size: 16px;
        margin-top: 15px;
        padding-top: 15px;
        text-align: left
    }

    .overlay.overlay-mobile ul li.followus-mobile>span {
        display: block;
        color: #666
    }

    .overlay.overlay-mobile ul li.followus-mobile>a {
        display: inline-block;
        font-size: 28px;
        margin: 5px 20px 5px 0
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent url(../images/pattern-white.png) repeat scroll 0 0;
    z-index: 10010
}

.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: transparent;
    color: #039;
    outline: none;
    z-index: 100;
    font-size: 30px
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 80%;
    font-size: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative
}

.overlay ul li {
    display: block;
    min-height: 54px;
    line-height: 1.42857
}

.overlay ul li a {
    font-weight: 500;
    display: block;
    color: #039
}

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s .3s
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.overlay-hugeinc nav ul {
    opacity: .4
}

.overlay-hugeinc.open nav ul {
    opacity: 1
}

@media screen and (max-height:736px) {
    .overlay nav {
        height: 90%;
        font-size: 35px
    }

    .overlay ul li {
        min-height: 48px
    }
}

.overlay-search.close {
    line-height: 1.42857
}

.overlay.overlay-search nav {
    padding: 40px 10%;
    height: 100%
}

.overlay.overlay-search nav>p {
    color: #039;
    font-size: .8em;
    font-weight: 500;
    text-align: left;
    padding: 0 12px
}

.overlay.overlay-search .search-form {
    text-align: left
}

.overlay.overlay-search .search-field {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    font-size: 2em;
    height: auto
}

.overlay.overlay-search .search-submit {
    display: none
}

.overlay.overlay-search .search-field::-webkit-input-placeholder {
    color: transparent
}

.overlay.overlay-search .search-field:-moz-placeholder,
.overlay.overlay-search .search-field::-moz-placeholder {
    color: transparent
}

.overlay.overlay-search .search-field:-ms-input-placeholder {
    color: transparent
}

progress {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #f2f2f2;
    color: #fc0
}

progress::-webkit-progress-bar {
    background-color: #f2f2f2
}

progress::-webkit-progress-value {
    background-color: #fc0
}

progress::-moz-progress-bar {
    background-color: #fc0
}

.navbar-od-main.navbar-scrolled progress {
    display: block
}

#pathway {
    background-color: #fafafa;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    font-size: .75em;
    min-height: 60px;
    padding: 12px 0;
    color: #999
}

#pathway #breadcrumbs {
    float: left;
    padding: 8px 0
}

#pathway #info {
    padding: 8px 0;
    width: 100%;
    text-align: center
}

#pathway a {
    color: #999
}

@media screen and (min-width:768px) {
    #pathway #info {
        float: right;
        width: auto;
        text-align: right
    }
}

.banner-title {
    background-position: 50%;
    background-size: cover;
    height: 430px;
    width: 100%;
    overflow: hidden
}

.author .banner-title,
.single .banner-title {
    height: 430px
}

.category .banner-title {
    height: 390px
}

.bg-shadow {
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    padding-top: 80px
}

@media screen and (min-width:768px) {
    .bg-shadow {
        padding-top: 125px
    }
}

#page-title {
    margin-top: 20px;
    margin-bottom: 20px
}

#page-title hr {
    border-width: 2px 0 0;
    width: 30px
}

#page-title .page-header {
    border: 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin: 20px 0;
    padding: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.page #page-title .page-header {
    margin-top: 60px
}

.author #page-title,
.author .page-header {
    margin-top: 0
}

#page-title .page-header h1 {
    font-size: 2em;
    padding: 0 5%;
    margin: 0;
    line-height: 1.2em;
    font-weight: 500
}

#page-title .page-header h1 span {
    font-weight: 400;
    font-size: .7em
}

#page-title .author {
    text-align: center;
    color: #fff;
    font-size: .85em;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

#page-title .author a {
    color: #fff;
    font-weight: 600
}

#page-title .author .fa-heart {
    font-size: .7em
}

#page-title .desc-header {
    color: #fff;
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    font-size: .95em
}

#page-title .cats-header {
    font-size: .85em;
    text-align: center
}

#page-title .cats-header a {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 100px;
    padding: 5px 15px;
    margin: 5px;
    line-height: 2.5em
}

@media screen and (max-width:767px) {
    .banner-title {
        height: 370px
    }

    .category .banner-title {
        height: 390px
    }

    .search .banner-title {
        height: 270px
    }

    #page-title hr {
        display: none
    }

    #page-title .page-header {
        margin-top: 0
    }
}

@media screen and (min-width:768px) {
    #page-title .page-header h1 {
        font-size: 2.8em
    }

    #page-title .desc-header {
        font-size: 1.1em
    }
}

.sidebar-footer-top {
    background: transparent url(../images/pattern-white.png) repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    padding: 30px 0
}

.sidebar-footer-top h3 {
    font-size: 1.35em;
    margin: 0 0 20px
}

.content-info {
    background: #02153b url(../images/pattern-dark.png) repeat scroll 0 0;
    color: hsla(0, 0%, 100%, .6);
    font-size: .9em;
    font-weight: 300;
    padding: 10px 0;
    border-bottom: 1px solid #010b1f
}

@media screen and (min-width:768px) {
    .content-info {
        padding: 30px 0
    }
}

.content-info section>h3 {
    color: #fc0;
    font-size: 1.1em;
    margin-bottom: 20px
}

.content-info section:first-child>h3 {
    color: #fff;
    font-size: 1.3em;
    font-style: italic;
    margin-top: 18px
}

.content-info ul {
    list-style: outside none none;
    padding: 0
}

.content-info ul li {
    margin-bottom: .8em
}

.content-info ul li a {
    color: hsla(0, 0%, 100%, .6)
}

.content-info ul li a:hover {
    text-decoration: underline;
    color: #fff
}

.content-info form .col-sm-8,
.content-info form .col-xs-8 {
    padding: 0
}

.comment-form .content-info form input[type=email],
.comment-form .content-info form input[type=text],
.comment-form .content-info form input[type=url],
.comment-form .content-info form textarea,
.content-info form .comment-form input[type=email],
.content-info form .comment-form input[type=text],
.content-info form .comment-form input[type=url],
.content-info form .comment-form textarea,
.content-info form .form-control,
.content-info form .search-form .search-field,
.search-form .content-info form .search-field {
    background-color: #03112e;
    border: 1px solid #010721;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    margin-bottom: 10px
}

.debug {
    background-color: #02153b;
    padding: 15px 0 10px;
    color: #4e5b76;
    font-size: .9em
}

.debug .fa-heart {
    font-size: 11px
}

.affix {
    position: fixed;
    top: 200px
}

.affix-bottom {
    position: absolute
}

.slider-home {
    height: 600px;
    width: 100%
}

.slider-home .carousel,
.slider-home .carousel-inner,
.slider-home .fill,
.slider-home .item {
    height: 100%;
    width: 100%;
    background-position: 50%;
    background-size: cover
}

.slider-home .carousel-caption {
    bottom: 10%;
    left: 0;
    padding: 0;
    right: 0;
    text-align: left
}

.slider-home .carousel-caption .container>div {
    position: relative
}

.slider-home .wrap-caption,
.slider-home .wrap-next {
    bottom: 0;
    position: absolute;
    width: 100%
}

.slider-home .wrap-caption {
    text-align: left;
    width: 90%
}

@media screen and (min-width:768px) {
    .slider-home .wrap-caption {
        width: 95%
    }
}

.slider-home .wrap-caption span {
    font-size: 2.4em;
    color: #fff;
    margin: 20px 0;
    text-align: left;
    font-weight: 500;
    display: block;
    line-height: 1.1
}

@media screen and (max-width:767px) {
    .slider-home .wrap-caption span {
        font-size: 2.2em
    }
}

.slider-home .carousel-caption a {
    color: #fff
}

.comment-form .slider-home .carousel-caption input[type=submit],
.search-form .slider-home .carousel-caption .search-submit,
.slider-home .carousel-caption .btn,
.slider-home .carousel-caption .comment-form input[type=submit],
.slider-home .carousel-caption .search-form .search-submit {
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 1em
}

.comment-form .slider-home .carousel-caption input[type=submit]:hover,
.search-form .slider-home .carousel-caption .search-submit:hover,
.slider-home .carousel-caption .btn:hover,
.slider-home .carousel-caption .comment-form input[type=submit]:hover,
.slider-home .carousel-caption .search-form .search-submit:hover {
    background-color: #fff;
    color: #333
}

.slider-home .author {
    color: #fff;
    font-size: .85em;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.slider-home .author a {
    color: #fff;
    font-weight: 600
}

.slider-home .author .fa-heart {
    font-size: .7em
}

.slider-home .wrap-next {
    text-align: right;
    font-size: .75em;
    right: 15px
}

.slider-home .wrap-next span {
    font-size: 1.1em;
    font-weight: 500
}

.slider-home .wrap-next img {
    border-radius: 4px;
    float: right;
    height: auto;
    margin-left: 15px;
    width: 40px
}

.slider-home .carousel-inner .item {
    transition-property: opacity
}

.slider-home .carousel-inner .active.left,
.slider-home .carousel-inner .active.right,
.slider-home .carousel-inner .item {
    opacity: 0
}

.slider-home .carousel-inner .active,
.slider-home .carousel-inner .next.left,
.slider-home .carousel-inner .prev.right {
    opacity: 1
}

.slider-home .carousel-inner .active.left,
.slider-home .carousel-inner .active.right,
.slider-home .carousel-inner .next,
.slider-home .carousel-inner .prev {
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slider-home .carousel-control {
    z-index: 2
}

.home-ad-1-wrap .thumbnail,
.home-ad-1-wrap .wp-caption {
    background: transparent url(../images/pattern-green.png) repeat scroll 0 0;
    display: table;
    padding: 10px !important;
    width: 100%
}

.home-ad-1 {
    border: 1px solid #fff;
    color: #fff;
    display: table-cell;
    height: 100%;
    padding: 10px;
    text-align: center;
    vertical-align: middle
}

.home-ad-1 a,
.home-ad-3 a {
    color: #fff
}

.home-ad-1 a:hover,
.home-ad-3 a:hover {
    text-decoration: underline;
    color: #fff
}

.home-ad-2-wrap .thumbnail,
.home-ad-2-wrap .wp-caption {
    background: transparent url(../images/pattern-white.png) repeat scroll 0 0
}

.home-ad-1-wrap .thumbnail,
.home-ad-1-wrap .wp-caption,
.home-ad-2-wrap .thumbnail,
.home-ad-2-wrap .wp-caption {
    padding: 10px !important
}

.home-ad-3-wrap .thumbnail .widget_od-quote,
.home-ad-3-wrap .wp-caption .widget_od-quote {
    display: table;
    height: 100%;
    width: 100%
}

.home-ad-3 .quote-inner {
    color: #fff;
    display: table-cell;
    height: 100%;
    padding: 10px;
    font-size: 1.6em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase
}

.home-ad-3 hr {
    width: 35%
}

.home-ad-3.widget_od-quote ul {
    list-style: outside none none;
    padding: 0
}

.home-ad-3.widget_od-quote li {
    display: inline-block;
    font-size: 25px;
    margin: 0 8px
}

.home-ad-2 {
    display: table;
    width: 100%;
    height: 100%
}

.home-ad-2>div {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.home-footer-1,
.home-footer-2,
.home-footer-3 {
    padding: 60px 0 100px
}

.home-footer-1,
.home-footer-3 {
    background-color: #fafafa
}

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

    .home-footer-1,
    .home-footer-2,
    .home-footer-3 {
        padding: 10px 0 40px
    }
}

.grid-item figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    height: 100%;
    background-color: #000
}

.grid-item figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8
}

.grid-item figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid-item figure figcaption:after,
.grid-item figure figcaption:before {
    pointer-events: none
}

.grid-item figure figcaption,
.grid-item figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

figure.destination img {
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
}

figure.destination:hover img {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

figure.destination figcaption {
    padding: 3em .7em
}

figure.destination figcaption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: "";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    transition: opacity .35s, transform .35s
}

figure.destination:hover figcaption:before {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2)
}

figure.destination h2 {
    margin-top: 9%;
    font-size: 2em;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0)
}

figure.destination p {
    margin: 2em 0 0;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1)
}

figure.destination:hover h2 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 6%
}

figure.destination:hover p {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

figure.destination a.btn-destination {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    margin: 0 0 8px;
    padding: 8px 15px;
    display: block;
    width: 100%
}

.destination a.btn-destination:focus,
figure.destination a.btn-destination:hover {
    border: 1px solid #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .3)
}

.slick-list .grid-item {
    margin-bottom: 15px
}

.slick-slide {
    opacity: .25;
    transition: opacity 1s ease 0s
}

.slick-slide.slick-active {
    opacity: 1
}

@media (max-width:767px) {

    .home-footer-1>.container .home-row-1,
    .home-footer-3>.container .home-row-3 {
        padding: 0
    }

    .slick-list .grid-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

#container-async-tags .nav-filter {
    margin: 0 10% 60px;
    text-align: center
}

@media (max-width:767px) {
    #container-async-tags .nav-filter {
        margin: 0 0 30px;
        overflow-x: auto;
        width: 100%;
        white-space: nowrap;
        text-align: center
    }
}

#container-async-tags .nav-filter>li {
    display: inline-block;
    float: none
}

#container-async-tags .nav-filter>li>a {
    background-color: hsla(0, 0%, 84%, .5);
    border-radius: 100px;
    color: #666;
    margin: 5px;
    padding: 3px 17px
}

#container-async-tags .nav-filter>li.active>a,
#container-async-tags .nav-filter>li>a:focus,
#container-async-tags .nav-filter>li>a:hover {
    background-color: rgba(255, 204, 0, .5);
    color: #705a03
}

#container-async-tags>h3 {
    color: #666;
    font-size: 2em;
    font-weight: 300;
    margin: 0 15px 40px;
    text-align: center
}

#container-async-dropdown .btn-wrap {
    margin-bottom: 60px;
    text-align: center
}

#container-async-dropdown .btn-wrap>.btn-group,
#container-async-dropdown .btn-wrap>h3 {
    display: inline-block
}

#container-async-dropdown .btn-wrap>h3 {
    color: #666;
    font-size: 2em;
    font-weight: 300;
    margin: 0 15px 40px
}

#container-async-dropdown .btn-group .btn-terms {
    border: none;
    background-color: transparent;
    border-color: -moz-use-text-color;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-style: none none dotted;
    border-width: 0 0 3px;
    color: #039;
    font-size: 2em;
    font-weight: 600;
    margin: -14px 10px 0;
    padding: 0
}

#container-async-dropdown .btn-group .btn-terms:focus,
#container-async-dropdown .btn-group.open .btn-terms {
    box-shadow: none
}

#container-async-dropdown .btn-group.open .btn-terms {
    border-bottom-color: transparent
}

#container-async-dropdown .dropdown-menu>.active>a,
#container-async-dropdown .dropdown-menu>.active>a:focus,
#container-async-dropdown .dropdown-menu>.active>a:hover {
    background-color: #039
}

#container-async-dropdown .dropdown-menu {
    font-size: 20px
}

@media (max-width:767px) {
    #container-async-dropdown .btn-wrap>h3 {
        margin-bottom: 26px
    }
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) 50% no-repeat
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f2f2f2 none repeat scroll 0 0
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: fontawesome;
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: #ccc;
    background: #f2f2f2 none repeat scroll 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -35px
}

[dir=rtl] .slick-prev {
    right: -35px;
    left: auto
}

.slick-prev:before,
[dir=rtl] .slick-prev:before {
    content: "\f104"
}

.slick-next {
    right: -35px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -35px
}

.slick-next:before,
[dir=rtl] .slick-next:before {
    content: "\f105"
}

.epyt-gallery {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    text-align: left !important
}

.epyt-gallery-thumb {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0
}

.epyt-gallery-thumb:hover {
    background-color: #fce27c
}

.epyt-gallery .epyt-pagination {
    padding: 0
}

.epyt-gallery .epyt-gallery-img-box {
    float: left;
    width: 35%;
    padding: 10px 0 0
}

.epyt-gallery .epyt-gallery-title {
    float: left;
    font-size: 80%;
    line-height: 120%;
    padding: 10px;
    width: 65%
}

@media (min-width:768px) {
    .epyt-gallery {
        overflow: hidden
    }

    .epyt-gallery,
    .epyt-gallery .epyt-gallery-list {
        height: 285px
    }

    .epyt-gallery .fluid-width-video-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 70%
    }

    .epyt-gallery .fluid-width-video-wrapper iframe {
        height: 70%
    }

    .epyt-gallery .epyt-gallery-list {
        display: inline-block;
        height: 285px;
        overflow: auto;
        padding: 0 0 0 20px;
        width: 30%
    }
}

@media (min-width:992px) {

    .epyt-gallery,
    .epyt-gallery .epyt-gallery-list {
        height: 371px
    }
}

@media (min-width:1200px) {

    .epyt-gallery,
    .epyt-gallery .epyt-gallery-list {
        height: 450px
    }
}

@media (min-width:1600px) {

    .epyt-gallery,
    .epyt-gallery .epyt-gallery-list {
        height: 608px
    }
}

@media (min-width:992px) and (max-width:1599px) {
    .related-posts .grid-item:last-child {
        display: none
    }
}

.above-post {
    margin-bottom: 40px
}

.below-post {
    margin-top: 40px;
    text-align: center
}

.above-post>h3,
.below-post>h3 {
    margin-top: 0;
    margin-bottom: 15px
}

.entry-content {
    font-size: 16px;
    color: #433f33;
    word-wrap: break-word
}

.entry-content img {
    display: block;
    height: auto;
    max-width: 100%
}

.grid-item,
.grid-item .thumbnail,
.grid-item .wp-caption {
    height: 315px
}

.grid-item.double-height,
.grid-item.double-height .thumbnail,
.grid-item.double-height .wp-caption {
    height: 620px
}

.grid-item.grid-title {
    height: auto !important;
    margin-bottom: 20px
}

.grid-item {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {

    .grid-item,
    .grid-item .thumbnail,
    .grid-item .wp-caption {
        height: 300px
    }

    .grid-item.double-height,
    .grid-item.double-height .thumbnail,
    .grid-item.double-height .wp-caption {
        height: 630px
    }
}

@media screen and (min-width:1200px) {

    .grid-item,
    .grid-item .thumbnail,
    .grid-item .wp-caption {
        height: 325px
    }

    .grid-item.double-height,
    .grid-item.double-height .thumbnail,
    .grid-item.double-height .wp-caption {
        height: 680px
    }
}

.grid-item .thumbnail,
.grid-item .wp-caption {
    overflow: hidden;
    padding: 0;
    position: relative;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.grid-item .thumbnail:hover,
.grid-item .wp-caption:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .25), 0 2px 5px rgba(0, 0, 0, .19)
}

.grid-item .thumbnail a.post-thumbnail,
.grid-item .wp-caption a.post-thumbnail {
    max-height: 195px;
    overflow: hidden;
    display: block
}

.grid-item .thumbnail img,
.grid-item .wp-caption img {
    width: 100%
}

.grid-item .thumbnail .caption,
.grid-item .wp-caption .caption {
    padding: 15px
}

.grid-item .thumbnail .caption h2,
.grid-item .wp-caption .caption h2 {
    margin: 0;
    padding: 0;
    font-size: 1.32em
}

.grid-item .thumbnail .caption h2 a,
.grid-item .wp-caption .caption h2 a {
    color: #433f33
}

.grid-item .thumbnail .item-meta,
.grid-item .wp-caption .item-meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 300;
    color: #999;
    padding: 0 15px;
    font-size: .7em
}

.grid-item .thumbnail .item-meta a,
.grid-item .wp-caption .item-meta a {
    font-weight: 500;
    color: #999
}

.grid-item .thumbnail .item-meta .fa-heart,
.grid-item .wp-caption .item-meta .fa-heart {
    font-size: .8em
}

.grid-item .thumbnail .item-meta span.span-reading-time,
.grid-item .wp-caption .item-meta span {
    float: right
}

#more_posts {
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 20px auto 0;
    text-align: center;
    color: #666;
    width: 200px;
    padding: 5px;
    font-size: 1.1em;
    cursor: pointer
}

.search-no-results #more_posts {
    display: none
}

@media screen and (max-width:767px) {
    #more_posts {
        margin-top: 40px
    }
}

#more_posts.post_no_more_posts {
    display: none
}

#more_posts.post_loading_loader {
    background: #fff;
    border: 0
}

.post_loading_loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background: #666;
    background: linear-gradient(90deg, #666 10%, hsla(0, 0%, 40%, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.post_loading_loader:before {
    width: 50%;
    height: 50%;
    background: #666;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

.post_loading_loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.single .container.wrap {
    max-width: 1170px
}

@media screen and (min-width:1200px) {
    .single.sidebar-primary .main {
        padding-left: 30px;
        padding-right: 30px
    }
}

.entry-content a {
    color: #433f33;
    border-bottom: 3px dotted #039;
    position: relative;
    z-index: 1;
    transition: all, .1s, linear
}

.entry-content a:focus,
.entry-content a:hover {
    color: #fff;
    background-color: #039
}

figure.wp-caption {
    width: auto !important;
    border: 0 none;
    text-align: center
}

.wp-caption-text {
    font-size: .8em;
    color: #999;
    padding-top: 5px
}

.related-posts {
    background-color: #fafafa;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 30px 0
}

h2.title,
h3.title {
    font-size: 35px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 20px;
    width: 100%
}

h2.title>span,
h3.title>span {
    font-weight: 300;
    font-style: italic;
    font-size: 30px;
    float: right;
    line-height: 1.5em;
    display: none
}

h3.title {
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    h3.title {
        margin-bottom: 50px
    }

    h2.title,
    h3.title {
        font-size: 40px
    }

    h2.title>span,
    h3.title>span {
        display: inline-block
    }

    .related-posts {
        padding: 10px 0
    }
}

@media screen and (max-width:767px) {
    h2.title {
        margin: 0
    }
}

#comments {
    padding: 30px 0
}

.comments-area {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, .1);
    padding: 7.6923%
}

.comments-area>:last-child {
    margin-bottom: 0
}

.comment-list+.comment-respond {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, .1)
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
    padding-top: 1.6em
}

.comment-reply-title,
.comments-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3333;
    margin: 0
}

.comments-title {
    margin-bottom: 1.3333em
}

.comment-list {
    list-style: none;
    margin: 0
}

.comment-list .pingback,
.comment-list .trackback,
.comment-list article {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, .1);
    padding: 1.6em 0
}

.comment-list .children {
    list-style: none;
    margin: 0
}

.comment-list .children>li {
    padding-left: .8em
}

.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    margin-bottom: .4em
}

.comment-author .fn span {
    background-color: #eee;
    padding: 0 10px;
    border-radius: 15px;
    color: #999
}

.says {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.comment-author .avatar {
    float: left;
    margin-right: .8em
}

.comment-metadata,
.pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, .7)
}

.comment-metadata a:focus,
.comment-metadata a:hover,
.pingback .edit-link a:focus,
.pingback .edit-link a:hover {
    color: #333
}

.comment-metadata {
    margin-bottom: 1.6em
}

.comment-metadata .edit-link,
.pingback .edit-link {
    margin-left: 1em
}

.pingback .edit-link:before {
    top: 5px
}

.comment-content ol,
.comment-content ul {
    margin: 0 0 1.6em 1.3333em
}

.comment-content>:last-child,
.comment-content li>ol,
.comment-content li>ul {
    margin-bottom: 0
}

.comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, .1);
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: .4167em .8333em;
    text-transform: uppercase
}

.comment-list .reply a:focus,
.comment-list .reply a:hover {
    border-color: #333;
    color: #333;
    outline: 0
}

.comment-form {
    padding-top: 1.6em
}

.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: .04em;
    line-height: 1.5;
    text-transform: uppercase
}

.comment-awaiting-moderation,
.comment-notes,
.form-allowed-tags,
.logged-in-as {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2em
}

.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, .1);
    color: #707070;
    color: rgba(51, 51, 51, .7);
    font-weight: 700;
    padding-top: 1.6em
}

.comment-navigation+.no-comments {
    border-top: 0
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace
}

.form-submit {
    margin-bottom: 0
}

.comment-reply-title small {
    font-size: 100%
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px
}

.comment-reply-title small a:before {
    content: "\f00d";
    font-family: fontawesome;
    font-size: 32px;
    color: #333;
    position: relative;
    top: -3px
}

.comments .page-numbers {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 5px 2px
}

.comments .page-numbers.current,
.comments .page-numbers:hover {
    background-color: #f2f2f2
}

.thim-about-author {
    text-align: center;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 15px 15px 10px
}

.search-form .thim-about-author a.search-submit,
.thim-about-author .search-form a.search-submit,
.thim-about-author a.btn {
    border: 1px solid #666;
    border-radius: 100px;
    padding: 3px 15px
}

.thim-about-author .author-avatar img {
    height: auto;
    width: 60px
}

.thim-about-author .author-name h3 {
    font-size: 16px
}

@media screen and (min-width:992px) {
    .thim-about-author .author-avatar img {
        height: auto;
        width: auto
    }

    .thim-about-author .author-name h3 {
        font-size: 24px
    }

    .thim-about-author {
        padding: 30px 15px 15px
    }
}

.stickyel {
    margin-top: 100px
}

.stickyel>.sticky-wrap {
    text-align: center;
    font-weight: 300
}

.stickyel>.sticky-wrap a {
    color: #333;
    font-size: 28px
}

.stickyel>.sticky-wrap a:hover {
    opacity: .8
}

.stickyel>.sticky-wrap p {
    font-size: .85em
}

.stickyel.affix-top .sticky-wrap,
.stickyel.sticky-top .sticky-wrap {
    opacity: 0;
    transition: visibility 0s linear .3s, opacity .3s ease 0s;
    visibility: hidden
}

.stickyel.affix .sticky-wrap,
.stickyel.sticky-fix .sticky-wrap {
    opacity: 1;
    transition: visibility 0s linear 0s, opacity .3s ease 0s;
    visibility: visible
}

@media screen and (min-width:768px) {
    .stickyel>.sticky-wrap {
        width: 95px
    }
}

@media screen and (min-width:992px) {
    .stickyel>.sticky-wrap {
        width: 132px
    }
}

@media screen and (min-width:1200px) {
    .stickyel>.sticky-wrap {
        width: 165px
    }
}

.related-link {
    font-size: 21px;
    margin: 30px 0
}

body#tinymce {
    margin: 12px !important
}

.testodigeocss {
    display: none;
}

.menu-search
{
	display:none
}