@charset "UTF-8";
html {
    height: 100%;
}

body {
    height: 100%;
    padding-top: 70px;
    font-family: 'Raleway', sans-serif;
}


a {
    color: #318185;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    color: #119285;
}

.reset-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar {
    height: 70px;
}

.navbar-brand {
    height: 70px;
}

.navbar-brand > img {
    width: 50px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: 0;
}

.navbar-toggle {
    margin-top: 17px;
}

.navbar-nav.main-menu {
    font-family: 'Raleway', sans-serif;
}

@media screen and (min-width: 768px) {
    .navbar-nav.main-menu {
        margin: 15px 0 0 55px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav.main-menu .dropdown-menu.dropdown-menu {
        margin-top: 17px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav.main-menu .dropdown-menu.dropdown-menu a {
        color: #333;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav.main-menu li:nth-child(2),
    .navbar-nav.main-menu li:nth-child(4),
    .navbar-nav.main-menu li:nth-child(3) {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav.main-menu li:nth-child(2),
    .navbar-nav.main-menu li:nth-child(3) {
        display: none;
    }
}

.navbar-nav.main-menu > li .dropdown-toggle {
    border-width: 1px;
    border-color: #318185;
    border-style: solid;
}

.navbar-nav.main-menu > li .dropdown-toggle:focus {
    background: 0;
    border-radius: 4px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
}

.navbar-nav.main-menu > li .dropdown-menu.dropdown-menu a {
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0px;
}

@media screen and (min-width: 768px) {
    .navbar-nav.main-menu > li .dropdown-menu.dropdown-menu a:hover {
        background: 0;
        opacity: 1;
        font-weight: 400;
        background: #318185;
        color: #fff;
        border: 0;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav.main-menu > li .dropdown-menu.dropdown-menu a:hover {
        background: 0;
        opacity: 1;
        font-weight: 400;
        background: #fff;
        color: #318185;
        border: 0;
    }
}

.navbar-nav.main-menu > li a {
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #318185;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-nav.main-menu > li a:hover {
    background: 0;
    opacity: 1;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #fff;
}

.sign-in.active {
    background: 0;
    border-radius: 4px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    padding: 8px 10px;
    margin: 15px 0;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.sign-in.active:hover {
    background: #fff;
    color: #318185;
    text-decoration: none;
}

.mobile-search-block {
    display: none;
    padding-top: 40px;
}

.mobile-search-block .navbar-form button {
    top: 13px;
}

.mobile-service-block {
    float: right;
    margin: 18px 0;
}

.mobile-service-block .mobile-search {
    color: #fff;
    cursor: pointer;
    margin: 0px 0px;
    font-size: 18px;
}

.mobile-service-block * {
    display: inline-block;
}

.mobile-service-block .sign-in.mobile {
    padding: 5px 5px;
    margin: 0 15px;
}

.navbar-collapse {
    background: #318185;
}

.navbar-form {
    margin: 15px 15px;
    position: relative;
    border: 0;
    box-shadow: none;
}

.navbar-form input[type="text"] {
    background: transparent;
    border-color: #98c0c2;
    height: 38px;
}

.navbar-form button {
    background: 0;
    border: 0;
    color: #98c0c2;
    position: absolute;
    top: 3px;
    right: 20px;
    outline: none;
}

@media screen and (max-width: 767px) {
    .navbar-form button {
        top: 12px;
    }
}

.navbar-form button:hover,
.navbar-form button:focus,
.navbar-form button:active,
.navbar-form .btn-default:active:focus,
.navbar-form .btn-default:active:hover {
    background: 0;
    background-color: transparent;
    color: #98c0c2;
    outline: none;
    box-shadow: none;
}

.navbar-form::-webkit-input-placeholder {
    color: #98c0c2;
}

.navbar-form::-moz-placeholder {
    color: #98c0c2;
}

.navbar-form:-moz-placeholder {
    color: #98c0c2;
}

.navbar-form:-ms-input-placeholder {
    color: #98c0c2;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

.img-hover:hover {
    opacity: 0.8;
}

.topten-navbar {
    background: #318185;
}

.most-popular-wrap {
    overflow: hidden;
}

@media screen and (min-width: 271px) {
    .slick-item img {
        max-width: 270px;
        min-width: 270px;
        width: 270px;
        height: 270px;
    }
}

.category-content p strong {
    font-weight: 400;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.category-list {
    padding: 0;
    margin: 50px 0;
    list-style: none;
}

.category-list li {
    margin: 15px 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px 0;
}

.category-list h2,
.category-list .h2{
    margin: 5px 0;
    font-size: 26px;
}

@media screen and (max-width: 1199px) {
    .category-list h2,
    .category-list .h2
    {
        margin: 0;
        font-size: 24px;
    }
}

@media screen and (max-width: 520px) {
    .category-list h2 {
        margin: 0;
        font-size: 20px;
    }

    .category-list h2 a,
    .category-list .h2 a
    {
        color: #4e595a;
        text-transform: capitalize;
    }

    .category-list h2 a:hover,
    .category-list .h2 a:hover
    {
        text-decoration: none;
        opacity: 0.7;
        color: #333a3b;
    }
}

.category-list h2 a,
.category-list .h2 a
{
    color: #4e595a;
}

.category-list h2 a:hover,
.category-list .h2 a:hover
{
    text-decoration: none;
    opacity: 0.7;
    color: #333a3b;
}

.sidebar {
}

@media screen and (min-width: 992px) {
    .sidebar {
        padding-left: 40px;
    }
}

.sidebar .tagcloud03 ul {
    padding: 0;
    list-style: none;
}

@media screen and (min-width: 768px) {
    .sidebar .tagcloud03 {
        margin: 107px 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .sidebar .tagcloud03 {
        margin: 40px 0 0 0;
    }
}

.sidebar-title{
    color: #555;
    cursor: default;
    font-size: 18px;
    padding: 0 0 10px 0;
    font-weight: 500;
    line-height: 1;
}

.sidebar .tagcloud03 b {
    font-weight: 400;
}

.sidebar .tagcloud03 ul li {
    display: inline-block;
    margin: 0 .3em .3em 0;
    padding: 0;
    text-align: center;
}

.sidebar .tagcloud03 ul li a {
    position: relative;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 0.5em 0 0.5em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    max-width: 130px;
}

.sidebar .tagcloud03 li span {
    position: relative;
    z-index: 2;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #318185;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    margin: 3px;
    display: inline-block;
}

.sidebar .tagcloud03 ul li a:hover {
    background-color: #318185;
    border: 1px solid #318185;
    color: #fff;
}

.sidebar .tagcloud03 ul li a:hover span {
    background-color: #fff;
    color: #318185;
}

.sidebar .post-widget {
    margin-top: 50px;
}

.sidebar .post-widget .nav-tabs > li > a {
    font-size: 16px;
    padding: 5px 15px;
}

.sidebar .post-widget ul.lists {
    list-style: none;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
}

.sidebar .post-widget ul.lists {
    padding: 12px 15px;
}

.sidebar.bottom .post-widget ul.lists li {
    padding: 8px 0;
}

.sidebar.bottom .post-widget ul.lists li {
    padding: 14px 0;
    line-height: 1;
}

.sidebar .post-widget ul.lists li {
    padding: 8px 0;
}


.sidebar .post-widget ul.lists li a {
    color: #318185;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .post-widget ul.lists li a:hover {
    opacity: 0.9;
    text-decoration: none;
}

.sidebar.bottom .post-widget h3 {
    margin-top: 6px;
}

.sidebar.bottom .post-widget .wow--title figure {
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    min-height: initial;
    min-width: initial;
    margin: 4px auto;
}

@media screen and (max-width: 768px) {
    .sidebar.bottom .post-widget .effect-bubba figcaption .wow-post-widget-title {
        top: 20px;
        overflow: hidden;
        word-wrap: break-word;
        font-size: 16px;
    }

    .sidebar.bottom .post-widget .wow--title figure {
        width: 100%;
        height: 100%;
        max-height: 250px;
        max-width: 250px;
        min-height: initial;
        min-width: initial;
        margin: 4px auto;
        float: none;
    }
}

@media screen and (min-width: 1200px) {
    .sidebar.bottom .post-widget .wow--title figure img {
        min-height: 163px;
        min-width: 163px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar.bottom .post-widget .wow--title figure img {
        min-height: 130px;
        min-width: 130px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar.bottom .post-widget .wow--title figure img {
        min-height: 154px;
        min-width: 154px;
    }
}

@media screen and (max-width: 767px) {
    .sidebar.bottom .post-widget .wow--title figure img {
        min-height: 200px;
        min-width: 200px;
    }
}

.number,
.list-wrapper:first-child .number,
.list-wrapper:nth-child(2) .number,
.list-wrapper:nth-child(3) .number {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 28px;
    color: #5e5e5e;
    border-radius: 50%;
    margin: 20px 0 35px 0;
    font-weight: 600;
    font-size: 28px;
    border: 3px solid #dddddd;
}

.list {
    margin-top: 40px;
}

.list-wrapper:first-child .number {
    color: #fff;
    background: #f0ad4e;
    border-color: #f0ad4e;
}

.list-wrapper:nth-child(2) .list-wrapper:first-child .number,
.list-wrapper:nth-child(2) .number {
    color: #fff;
    background: #b3b3b3;
    border-color: #b3b3b3;
}

.list-wrapper:nth-child(3) .list-wrapper:first-child .number,
.list-wrapper:nth-child(3) .number {
    color: #fff;
    background: #cd7f32;
    border-color: #cd7f32;
}

.list-wrapper {
    margin: 15px 0;
    border: 1px solid #dddddd;
    padding: 0 0 30px 0;
    clear: both;
    display: inline-block;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 400px) {
    .list-wrapper .list-info {
        overflow: hidden;
    }
}

.list-wrapper .list-info a,
.list-wrapper .list-info h2 {
    color: #333;
    font-size: 28px;
    font-weight: 800;
}

.list-wrapper .list-info .list-wrapper-title{
    color: #333;
    font-size: 28px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 400px) {
    .list-wrapper .list-info a {
        font-size: 18px;
    }
}

.list-wrapper .list-info a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.list-wrapper .list-info p {
    font-size: 15px;
    color: #4e595a;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 767px) {
    .list-wrapper .thumb .img-responsive {
        margin: 0 auto;
        /*max-width: 200px;*/
    }
}

.list-wrapper .thumb .img-responsive {
    margin: 0 auto;
    /*max-width: 200px;*/
}


.list-wrapper .blockquote-wrap:first-child {
    margin-top: 10px;
}

.list-wrapper .blockquote-wrap:before,
.comments-list-body:before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
    color: #568689;
}

.list-wrapper .blockquote-wrap p,
.comments-list-body p {
    border: 0;
    padding: 0;
    margin: 5px 0 5px 0;
    color: #568689;
    font-family: 'Raleway', sans-serif;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
}

.list-wrapper .blockquote-wrap p strong {
    font-weight: 400;
}

.list-wrapper .like-group {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.list-wrapper .like-group [role="button"],
.list-wrapper .like-group input[type="submit"],
.list-wrapper .like-group input[type="reset"],
.list-wrapper .like-group input[type="button"],
.list-wrapper .like-group button {
    box-sizing: content-box;
}

.list-wrapper .like-group input[type="submit"],
.list-wrapper .like-group input[type="reset"],
.list-wrapper .like-group input[type="button"],
.list-wrapper .like-group button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.list-wrapper .like-group input[type="submit"]:focus,
.list-wrapper .like-group input[type="reset"]:focus,
.list-wrapper .like-group input[type="button"]:focus,
.list-wrapper .like-group button:focus {
    outline: 0;
}

.list-wrapper .like-group li {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .list-wrapper .like-group li {
        display: inline-block;
        margin: 0px 10px;
    }
}

.list-wrapper .like-group .like {
    color: #3fad46;
    opacity: 0.7;
}

.list-wrapper .like-group .unlike {
    color: #d9534f;
    opacity: 0.7;
}

.list-wrapper .like-group button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.list-wrapper .like-group button:hover {
    opacity: 1;
}

.list-wrapper .like-group .count {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

@media screen and (min-width: 340px) and (max-width: 550px) {
    .list-wrapper {
        padding: 0 0 25px 0;
    }

    /*   .to-comment {
        position: absolute;
        right: 42px;
        bottom: 15px;
    } */
}

@media screen and (max-width: 340px) {
    .list-wrapper {
        padding: 0 0 25px 0;
    }

    /*
    .to-comment {
        position: absolute;
        right: 10%;
        bottom: 15px;
    }*/
}

.to-comment a {
    font-size: 24px;
    color: #568689;
}

.comment-block .form-group {
    margin-bottom: 10px;
}

.comment-form .form-error {
    display: none;
}

@media screen and (min-width: 992px) {
    .post-widget.google-add {
        width: 300px;
    }
}

.single-list-wrap {
    margin-top: 50px;
}

.single-list-wrap h1 {
    margin-top: 35px;
    margin-bottom: 28px;
    font-size: 38px;
    font-weight: 600;
    color: #4e595a;
}

@media screen and (max-width: 768px) {
    .single-list-wrap h1 {
        margin-top: 0px;
    }

    .single-list-wrap {
        margin-top: 10px;
    }

    #share {
        padding: 0 15px;
        margin: 20px 0 0 0;
    }
}

.single-list-wrap p {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 16px;
}

#images-list {
    float: right;
    margin: 0 0 25px 25px;
    box-sizing: border-box;
    width: 50%;
    max-width: 400px;
    z-index: 1;
}

#images-list img {
    cursor: pointer;
    float: left;
    width: 22%;
    margin: 25px 4% 0 0;
    z-index: 1;
}

#images-list img:first-of-type {
    width: 100%;
    margin: 0;
    float: none;
    z-index: 1;
}

#images-list .more-images {
    width: 22%;
    margin: 25px 4% 0 0;
    float: left;
    position: relative;
    background: #FFFFFF;
}

#images-list .add-images {
    margin: 25px 0 0 0;
}

#images-list .more-images img {
    width: 100%;
    opacity: .05;
    margin: 0;
}

#images-list .more-images span {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 0;
    color: #DDDDDD;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

#images-list .add-images img {
    opacity: 0;
}

.clearfix {
    clear: both;
}

#sitemask {
    position: fixed;
    left: 0px;
    top: -50%;
    z-index: 6;
    height: 200%;
    width: 100%;
    background: #000000;
    opacity: .25;
}

#popup-wrap {
    z-index: 9999;
    background: #FFFFFF;
    text-align: left;
}

#popup-wrap #tmdisclaimer-wrap {
    position: absolute;
    width: 90%;
    padding: 5%;
    background: #fff;
    display: none;
    font-size: 12px;
}

#popup-wrap img {
    width: 100%;
}

#popup-wrap #popupcontent {
    border: 2px solid #318185;
}

#popup-wrap .graybutton,
#popup-wrap .orangebutton,
#popup-wrap .bluebutton {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background: #BEBEBE;
    text-align: center;
    line-height: 40px;
    height: 40px;
    min-width: 112px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

#popup-wrap .bluebutton {
    background: #318185;
}

#popup-wrap .graybutton,
#popup-wrap .orangebutton,
#popup-wrap .bluebutton {
    padding: 0 10px;
}

.allimagepopupbox {
    height: 200px;
    width: 200px;
    float: left;
    margin: 10px;
    cursor: pointer;
}

#comments-wrap.single-commets-wrapper {
    border-width: 0;
}

#comments-wrap.single-commets-wrapper .list-answer {
    margin: 15px 0;
}

.btn-post {
    background: #1e4f52;
    color: #fff;
    min-width: 100px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-post:hover {
    background: #fff;
    color: #1e4f52;
}

.single-commets-wrapper {
    margin: 15px 0;
    border-radius: 5px;
    padding: 10px 0;
    clear: both;
    width: 100%;
}

.single-commets-wrapper .list-info a {
    color: #333;
    font-size: 28px;
    font-weight: 800;
}

.single-commets-wrapper .list-info a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.single-commets-wrapper .list-info p {
    font-size: 15px;
    color: #4e595a;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 767px) {
    .single-commets-wrapper .thumb .img-responsive {
        margin: 0 auto;
        max-width: 200px;
    }
}

.single-commets-wrapper .blockquote-wrap:first-child {
    margin-top: 10px;
}

.single-commets-wrapper .blockquote-wrap:before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
    color: #568689;
}

.single-commets-wrapper .blockquote-wrap p {
    border: 0;
    padding: 0;
    margin: 5px 0 5px 0;
    color: #568689;
    font-family: 'Raleway', sans-serif;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
}

.single-commets-wrapper .blockquote-wrap p strong {
    font-weight: 400;
}

.single-commets-wrapper .like-group {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.single-commets-wrapper .like-group [role="button"],
.single-commets-wrapper .like-group input[type="submit"],
.single-commets-wrapper .like-group input[type="reset"],
.single-commets-wrapper .like-group input[type="button"],
.single-commets-wrapper .like-group button {
    box-sizing: content-box;
}

.single-commets-wrapper .like-group input[type="submit"],
.single-commets-wrapper .like-group input[type="reset"],
.single-commets-wrapper .like-group input[type="button"],
.single-commets-wrapper .like-group button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.single-commets-wrapper .like-group input[type="submit"]:focus,
.single-commets-wrapper .like-group input[type="reset"]:focus,
.single-commets-wrapper .like-group input[type="button"]:focus,
.single-commets-wrapper .like-group button:focus {
    outline: 0;
}

.single-commets-wrapper .like-group li {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .single-commets-wrapper .like-group li {
        display: inline-block;
        margin: 0px 10px;
    }
}

.single-commets-wrapper .like-group .like {
    color: #3fad46;
    opacity: 0.7;
}

.single-commets-wrapper .like-group .unlike {
    color: #d9534f;
    opacity: 0.7;
}

.single-commets-wrapper .like-group button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.single-commets-wrapper .like-group button:hover {
    opacity: 1;
}

.single-commets-wrapper .like-group .count {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.lis-style-counter,
.fresh-tops-list li:nth-child(1):before,
.fresh-tops-list li:nth-child(2):before,
.fresh-tops-list li:nth-child(3):before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    display: block;
    position: absolute;
    left: -15px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border-radius: 50%;
}

h3.entry-title,
h1.top {
    margin: 0 0 35px 0;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #333333;
}

h1.entry-title {
    margin-top: 35px;
    margin-bottom: 28px;
    font-size: 38px;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    h1.entry-title {
        font-size: 28px;
    }
}

.most-popular,
.more-tops-wrap,
.fresh-list-wrap,
.front-content {
    padding: 65px 0 0px 0;
}

.fresh-tops-item {
    position: relative;
    width: 100%;
    padding: 25px 15px 25px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: table;
}

@media screen and (max-width: 767px) {
    .fresh-tops-item {
        margin: 15px 0;
    }
}

.fresh-tops-item h2,
.fresh-tops-item .h2{
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    clear: both;
}

@media screen and (min-width: 767px) {
    .fresh-tops-item h2,
    .fresh-tops-item .h2{
        white-space: nowrap;
        overflow: hidden;
        padding: 5px 0;
        text-overflow: ellipsis;
        width: 240px;
        margin-left: -5px;
    }
}

.fresh-tops-item h2 a,
.fresh-tops-item .h2 a
{
    color: #4e595a;
    text-decoration: none;
}

.fresh-tops-item h2 a:hover,
.fresh-tops-item .h2 a:hover
{
    color: #4e595a;
    text-decoration: none;
}


.fresh-tops-item ul.cat-list {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .fresh-tops-item ul.cat-list {
        text-align: left;
    }
}

.fresh-tops-item ul.cat-list li {
    display: inline-block;
}

.fresh-tops-item ul.cat-list li a {
    display: block;
    padding: 3px 5px;
    font-size: 12px;
    background: #5bc0de;
    border-radius: 3px;
    color: #fff;
    margin: 0px 10px 0px 0px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .fresh-tops-item ul.cat-list li a {
        margin-top: 10px;
    }
}

.fresh-tops-item ul.cat-list li a:hover {
    text-decoration: none;
    background: #fff;
    color: #5bc0de;
    border: 1px solid #5bc0de;
}

.more-tops {
    padding: 40px 0;
}

.fresh-tops-list {
    padding: 0;
    font-family: Georgia;
    counter-reset: myCounter;
    list-style: none;
}

.fresh-tops-list li {
    position: relative;
    font-size: 14px;
    margin: 10px;
}

.fresh-tops-list li p {
    margin: 0;
    padding-left: 15px;
}

@media screen and (min-width: 768px) {
    .fresh-tops-list li p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 220px;
    }
}

.fresh-tops-list li:nth-child(1):before {
    background: #f0ad4e;
}

.fresh-tops-list li:nth-child(2):before {
    background: #b3b3b3;
}

.fresh-tops-list li:nth-child(3):before {
    background: #cd7f32;
}

.btn-success {
    color: #fff;
    background-color: #3fad46;
    border-color: #3fad46;
}

.breadcramps {
    padding-top: 30px;
}

.breadcramps .breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1e4f52;
    border-color: #1e4f52;
}

.arrow {
    position: relative;
    margin-top: 30px;
    margin-left: 0px;
    display: inline-block;
    font-size: 14px;
    color: #3fad46;
    text-align: center;
    width: 80px;
    height: 40px;
    line-height: 35px;
    border: 3px solid #3fad46;
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .arrow {
        margin-top: 15px;
    }
}

@media screen and (max-width: 380px) {
    .arrow {
        width: 60px;
    }
}

.arrow:focus {
    outline: 0;
}

.arrow:not(.is-active):hover,
.c-hamburger.is-active {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: rgba(179, 195, 58, 0);
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}

.arrow.is-active {
    border: 3px solid #b2deb5;
}

.c-hamburger.is-active:after {
    content: " ";
    display: block;
    width: 10px;
    height: 17px;
    border: solid #b2deb5;
    border-width: 0 3px 3px 0;
    position: absolute;
    left: 56%;
    top: 28%;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow:not(.is-active):hover:before,
.arrow.auto:before {
    -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
    animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.arrow:not(.is-active):hover:after,
.arrow.auto:after {
    -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
    animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.arrow:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #3fad46;
    width: 3px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -1px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    color: #3fad46;
    border-top: 3px solid;
    border-left: 3px solid;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    -webkit-transform: translateY(50px) rotateZ(45deg);
    transform: translateY(50px) rotateZ(45deg);
}

@-webkit-keyframes tipUp {
    0% {
        -webkit-transform: translateY(50px) rotateZ(45deg);
        transform: translateY(50px) rotateZ(45deg);
    }
    100% {
        -webkit-transform: translateY(-70px) rotateZ(45deg);
        transform: translateY(-70px) rotateZ(45deg);
    }
}

@keyframes tipUp {
    0% {
        -webkit-transform: translateY(50px) rotateZ(45deg);
        transform: translateY(50px) rotateZ(45deg);
    }
    100% {
        -webkit-transform: translateY(-70px) rotateZ(45deg);
        transform: translateY(-70px) rotateZ(45deg);
    }
}

@-webkit-keyframes lineUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}

@keyframes lineUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}

.slick-slider {
    position: relative;
    display: block;
    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 {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

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

.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    display: table;
    content: '';
    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 {
    margin-right: 30px;
}

.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;
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
}

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

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

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

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

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

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
}

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

.slick-prev:before {
    content: "\f104";
}

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

.slick-next {
    right: 0px;
}

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

.slick-next:before {
    content: "\f105";
}

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

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: FontAwesome;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.wow--title figure {
    position: relative;
    overflow: hidden;
    min-width: 270px;
    max-width: 270px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    margin: 10px auto;
    width: 270px;
    height: 270px;
}

@media screen and (min-width: 1200px) {
    .wow--title figure {
        position: relative;
        overflow: hidden;
        min-width: 270px;
        max-width: 270px;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
        margin: 10px auto;
        width: 270px;
        height: 270px;
    }
}

@media screen and (min-width: 271px) {
    .wow--title figure {
        width: 270px;
        height: 270px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .wow--title figure {
        width: 200px;
        height: 200px;
        min-width: inherit;
        max-height: none;
    }
}

.wow--title figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.wow--title figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wow--title figure figcaption::before,
.wow--title figure figcaption::after {
    pointer-events: none;
}

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

.wow--title figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.effect-bubba:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-image: -webkit-linear-gradient(to bottom, #020202 100%, rgba(29, 29, 29, 0.9) 25%, rgba(47, 47, 47, 0.98) 15%);
    background-image: -webkit-linear-gradient(top, #020202 100%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.98) 0%);
    background-image: linear-gradient(to bottom, #020202 100%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.98) 0%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.effect-bubba figcaption h2,
.effect-bubba figcaption .h2,
.effect-bubba figcaption .wow-post-widget-title {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding: 0 25px;
    text-align: left;
    left: 0;
    text-transform: none;
    top: 0;
    font-weight: 600;
    color: #fff;
}

.effect-bubba figcaption a {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    -webkit-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
    outline: none;
}

.effect-bubba figcaption span.title {
    position: absolute;
    top: 30px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 15px;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2,
figure.effect-bubba .h2,
figure.effect-bubba figcaption .wow-post-widget-title {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover .h2,
figure.effect-bubba:hover .wow-post-widget-title,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect-chubs:hover {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.effect-chubs:hover:before {
    background-image: -webkit-linear-gradient(bottom, #020202 0%, rgba(29, 29, 29, 0.2) 19%, rgba(47, 47, 47, 0.87) 100%);
    background-image: linear-gradient(to top, #020202 0%, rgba(29, 29, 29, 0.2) 19%, rgba(47, 47, 47, 0.87) 100%);
    opacity: 1;
}

.effect-chubs {
    position: relative;
}

.effect-chubs:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-image: -webkit-linear-gradient(bottom, #020202 0%, rgba(29, 29, 29, 0.2) 19%, rgba(47, 47, 47, 0.87) 100%);
    background-image: linear-gradient(to top, #020202 0%, rgba(29, 29, 29, 0.2) 19%, rgba(47, 47, 47, 0.87) 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.effect-chubs figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect-chubs figcaption h2,
.effect-chubs figcaption .h2{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 18px;
    padding: 0 30px;
}

.effect-chubs figcaption a {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    -webkit-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
    outline: none;
}

.effect-chubs figcaption span.title {
    position: absolute;
    bottom: 30px;
    line-height: 24px;
    font-weight: 500;
}

.post-widget .wow--title figure {
    position: relative;
    overflow: hidden;
    max-height: 270px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    float: left;
}

/* expand */

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

    .body-expand-container {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        height: 105px;
    }

    .body-expand-container-hide {
        text-align: center;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.72) 18%, #fff 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        transition: all 0.3s ease;
        padding-top: 10px;
        display: block;
    }

    .body-expand-container-hide.ex-open {
        position: relative;
    }

    .body-expand-container-hide.ex-close {
        position: absolute;
    }

    .body-expand-container-hide button {
        background: transparent;
        border: none;
        width: 30px;
        height: 30px;
        display: block;
        margin: 0 auto;
        position: relative;
        padding: 0;
        font-size: 28px;
        outline: none;
        transition: all 0.3s ease;
    }

    .body-expand-container-hide button:focus,
    .body-expand-container-hide button:hover {
        opacity: 0.89;
        outline: none;
    }
}


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

    .body-expand-container-hide {
        display: none;
    }
}

@media screen and (min-width: 155px) {
    .post-widget .wow--title figure {
        max-width: 155px;
    }
}

@media screen and (min-width: 155px) and (max-width: 400px) {
    .post-widget .wow--title figure {
        margin: 10px auto !important;
        float: none;
    }
}

@media screen and (min-width: 301px) {
    .post-widget li .wow--title figure {
        margin-right: 3.5%;
    }
}

.post-widget .effect-bubba figcaption h2,
.post-widget .effect-bubba figcaption .h2,
.post-widget .effect-bubba figcaption .wow-post-widget-title {
    font-size: 17px;
    padding: 15px;
}

@media screen and (min-width: 280px) {
    .post-widget .effect-bubba figcaption h2,
    .post-widget .effect-bubba figcaption .h2,
    .post-widget .effect-bubba figcaption .wow-post-widget-title {
        padding: 18px;
        font-size: 18px;
    }
}

.post-widget .effect-bubba figcaption span.title {
    line-height: 22px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #1e4f52;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    z-index: 99;
}

.back-to-top:focus,
.back-to-top:hover {
    color: #fff;
    background: #1e4f52;
    border: 1px solid #fff;
}

footer {
    background: #1e4f52;
    color: #fff;
    padding: 10px 0;
    margin-top: 100px;
}

footer img {
    width: 50px;
    margin: 15px 0;
}

footer ul {
    padding: 0;
    list-style: none;
    font-weight: 400;
    float: right;
    margin: 15px 0;
}

footer ul li {
    padding: 10px 0px;
}

footer ul li a {
    color: #fff;
    border-radius: 4px;
    padding: 0px 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 13px;
    position: relative;
    display: inline-block;
}

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

    footer ul li {
        display: inline-block;
        text-align: right;
    }

    footer ul li a:after {
        content: '|';
        position: absolute;
        right: -3px;
        color: #fff;
        display: inline-block;
    }

    footer ul li:last-child a:after {
        content: '';
    }

    footer ul li a:hover,
    footer ul li a:active,
    footer ul li a:focus {
        text-decoration: none;
        color: #a0cd4b;
    }
}

footer .copyright {
    padding: 25px 0;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    footer .logo-wrap {
        text-align: center;
    }

    footer ul {
        float: none;
        text-align: center;
    }

    footer .copyright {
        padding: 5px 0;
        text-align: center;
    }
}

@font-face {
    font-family: 'Glyphter';
    src: url("../fonts/Glyphter.eot");
    src: url("../fonts/Glyphter.eot?#iefix") format("embedded-opentype"), url("../fonts/Glyphter.woff") format("woff"), url("../fonts/Glyphter.ttf") format("truetype"), url("../fonts/Glyphter.svg#Glyphter") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class*='icon-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ranktopten-logo:before {
    content: '\0041';
}

.icon-thumb-down:before {
    content: '\0042';
}

.icon-thumb-up:before {
    content: '\0043';
}

.icon-check:before {
    content: '\0044';
}

/*  Inline Form */

.inlineform {
    transition: all 0.5s ease;
    opacity: 1;
}

.comment-form div[class*='col-'] {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .comment-form .form-group-name.form-group-name {
        padding-right: 15px;
    }
}

div[class*="inlineform col-"] {
    padding: 0;
}

.single-comment-block .btn-trans {
    display: none;
}

.inlineform-title {
    font-size: 20px;
    margin: 5px 0;
}

.btn-trans {
    background: transparent;
    color: #1e4f52;
    border-color: transparent;
    outline: none;
}

.btn-trans:hover,
.btn-trans:focus {
    opacity: 0.8;
    border-color: transparent;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}

.success-comment {
    padding-left: 0;
    padding-right: 0;
}

.success-comment .bg-success {
    background-color: rgba(49, 129, 133, 0.16);
    padding: 5px;
    text-align: center;
}

/* comments-list */

.comments-list {
    margin-top: 50px;
}

.comments-list .comments-list-item {
    padding: 15px 0 10px 0;
    border-bottom: 1px #E1DEDE solid;
}

.comments-list .comments-list-item:not(:first-child) {
    margin-top: 15px;
}

.comments-list .comments-list-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.comments-list .comments-list-body {
    margin-top: 10px;
}

.comments-list .comments-list-body p {
    color: #333;
}

.top-ten-lists .list-wrapper {
    padding-bottom: 0;
}

.top-ten-lists .thumb img {
    margin: 0 auto;
}

.top-ten-lists .list-wrapper {
    padding: 25px 15px;
}

.top-ten-lists-2 .list-wrapper {
    padding: 0 15px 20px 15px;
}

.top-ten-lists-2 .list-wrapper h2{
    color: #333;
    font-size: 28px;
    font-weight: 800;
}


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

    .top-ten-lists-2 .list-wrapper:nth-child(2n+1) .list-btn {
        float: right;
        margin: 0 15px 15px 0;
    }

    .top-ten-lists-2 .list-wrapper:nth-child(2n+1) .thumb {
        float: left;
        margin: 0 15px 15px 0;
    }

    .top-ten-lists-2 .list-wrapper:nth-child(2n) .thumb {
        float: right;
        margin: 0 0 15px 15px;
    }


    .top-ten-lists-2 .list-wrapper:nth-child(2n) h2 {
        text-align: right;
        margin-bottom: 15px;
    }

    .top-ten-lists-2 .list-wrapper:nth-child(2n+1) h2 {
        text-align: left;
        margin-bottom: 15px;
    }

}

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

    .top-ten-lists-2 .thumb {
        margin: 15px 0;
    }

}

.top-ten-lists-2 .list-btn a{
    color: #318185;
    font-size: 14px;
    font-weight: 500;
}

span.toggler-toggle {
    font-weight: 400;
    font-size: 90%;
    padding-left: 5px;
    display: inline-block;
}

span.toggler-toggle a {
    text-decoration: none;
    text-shadow: none;
}


.toggler-title{
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.toggler-pull-right {
    border: 1px solid #318185;
    margin: 0 0 15px 10px;
    padding: 10px 10px;
}

@media screen and (min-width: 768px){
    .toggler-pull-right {
        float: right;
        min-width: 250px;
        width: 29%;
        max-width: 29%;
        margin: 0 0 15px 50px;
    }
}

@media screen and (max-width: 767px){
    .toggler-pull-right {
        margin: 15px 0;
    }
}

.toggler-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.toggler-list ul {
    list-style: none;
    margin-left: 10px;
    padding-left: 5px;
    margin-top: 5px;
}

.toggler-list li{
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px 0 0;
    text-overflow: ellipsis;
}

.singleSidebar .feature-tops-item {
    margin: 0;
}

.singleSidebar.sidebar .tagcloud03 {
    margin: 30px 0 0 0;
}
.sticky {
    position: fixed;
    z-index: 101;
}
.stop {
    position: relative;
    z-index: 101;
}


.relatedSidebar .wow--title figure figcaption{
    padding: 15px;
}

.relatedSidebar figure.effect-bubba figcaption:before,.relatedSidebar figure.effect-bubba figcaption:after {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

.relatedSidebar  .post-widget .effect-bubba figcaption .wow-post-widget-title {
    padding: 15px;
    font-size: 14px;
}