.wrap > .main-container {
    padding: 0 0 0 0;
}

.header-menu {
    background: #F5F5F5;
    padding: 5px 0 5px 0;
    min-width: 320px;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.1);
}
.header-menu ul {
    list-style-type: none;
}
.header-menu li {
    float: left;
    padding: 0 20px 0 0;
}
.header-menu a {
    color: #777777;
    text-decoration: none;
    line-height: 30px;
}
.header-menu a:hover {
    color: #aaaaaa;
}
.header-menu a:visited {
    color: #777777;
}



.main-object-view .pic-container {
    width: 100%;
    min-width: 320px;
    height: 370px;
    overflow: hidden;
}

.main-form {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 10%
}



.main-form label {
    color: #fff;
    text-shadow: 1px 1px 1px black;
    font-weight: normal;
    font-size: 18px;
}


@media all and (min-width: 960px) {
    .main-object-view .pic-container .object-description h1 {
        font-size: 68px;
    }
}

@media all and (max-width: 959px) and (min-width: 50px) {
    .main-object-view .pic-container .object-description h1 {
        font-size: 7vw;
    }
}

@media all and (max-width: 599px) and (min-width: 50px) {
    .main-object-view .pic-container .object-description h1 {
        font-size: 10vw;
    }
}

.main-object-view .pic-container .object-description {
    position: relative;
    z-index: 2;
    height: 400px;
}
.main-object-view .pic-container .object-description h1 {
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
}
.main-object-view .pic-container .object-description h2 {
    color: #ffffff;
    font-size: 20px;
    text-shadow: 1px 1px 1px black;
}



@media all and (min-width: 960px) {
    .main-object-view .pic-container .poi-description h1 {
        font-size: 48px;
    }
}

@media all and (max-width: 959px) and (min-width: 50px) {
    .main-object-view .pic-container .poi-description h1 {
        font-size: 6vw;
    }
}

@media all and (max-width: 599px) and (min-width: 50px) {
    .main-object-view .pic-container .poi-description h1 {
        font-size: 7vw;
    }
}


.main-object-view .pic-container .poi-description {
    position: relative;
    z-index: 2;
    height: 400px;
}
.main-object-view .pic-container .poi-description h1 {
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
}
.main-object-view .pic-container .poi-description h2 {
    color: #ffffff;
    font-size: 20px;
    text-shadow: 1px 1px 1px black;
}

.image_author {
    color: #ffffff;
    font-size: 13px;
    position: absolute;
    top: 350px;
    text-align: right;
    text-shadow: 0 0 3px #000000;
    width: 96%;
}


.pic-container ul.cityButtons {
    list-style: none;
    position: absolute;
    left: -23px;
    top: 196px;
}

.pic-container ul.airport-schedule {
    list-style: none;
    position: absolute;
    left: 330px;
    top: 246px;
}

.pic-container ul {
    list-style: none;
    position: absolute;
    left: -23px;
    top: 246px;
}
.pic-container ul li {
    font-size: 18px;
    height: 54px;
}
.pic-container ul a {
    color: #ffffff;
    font-size: 18px;
    line-height: 33px;
    padding: 10px 20px 8px 20px;
    height: 50px;
    width: 340px;
    display: block;
    text-shadow: 1px 1px 1px black;
    background: rgba(20, 20, 20, 0.8);
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.pic-container ul a:hover {
    text-decoration: none;
    background: rgba(20, 20, 20, 0.6);
}


.container h1 {
    font-size: 30px;
}
.container h2 {
    font-size: 25px;
}
.container h3 {
    font-size: 20px;
}











.navbar-dark {
    background-color: #5b5b5b;
}
.navbar-dark .navbar-brand {
    color: #fff;
    font-size: 21px;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #ddd;
    background-color: transparent;
}
.navbar-dark .navbar-text {
    color: #9d9d9d;
}
.navbar-dark .navbar-nav > li > a {
    color: #fff;
}
.navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav > li > a:focus {
    color: #ddd;
    background-color: transparent;
}
.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-dark .navbar-nav > .disabled > a,
.navbar-dark .navbar-nav > .disabled > a:hover,
.navbar-dark .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-dark .navbar-toggle {
    border-color: #333;
}
.navbar-dark .navbar-toggle:hover,
.navbar-dark .navbar-toggle:focus {
    background-color: #333;
}
.navbar-dark .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-dark .navbar-collapse,
.navbar-dark .navbar-form {
    border-color: #101010;
}
.navbar-dark .navbar-nav > .open > a,
.navbar-dark .navbar-nav > .open > a:hover,
.navbar-dark .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-dark .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-dark .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-dark .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-dark .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-dark .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-dark .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-dark .navbar-link {
    color: #9d9d9d;
}
.navbar-dark .navbar-link:hover {
    color: #fff;
}
.navbar-dark .btn-link {
    color: #9d9d9d;
}
.navbar-dark .btn-link:hover,
.navbar-dark .btn-link:focus {
    color: #fff;
}
.navbar-dark .btn-link[disabled]:hover,
fieldset[disabled] .navbar-dark .btn-link:hover,
.navbar-dark .btn-link[disabled]:focus,
fieldset[disabled] .navbar-dark .btn-link:focus {
    color: #444;
}


.main-country-badge {
    height: 150px;
    background: #cecece;
    margin-top: 20px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    position: relative;
}
.main-country-badge .transparency {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.main-country-badge .object-description {
    z-index: 2;
    position: relative;
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    text-shadow: 1px 1px 1px black;
    padding: 10px;
}
.main-country-badge .object-description .small {
    font-size: 14px;
    line-height: 20px;
}

.main-poi-badge {
    height: 150px;
    background: #cecece;
    margin: 5px 0 15px 0;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    position: relative;
}
.main-poi-badge .transparency {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.main-poi-badge .object-description {
    z-index: 2;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 1px 1px 1px black;
    padding: 6px;
}
.main-poi-badge .object-description .small {
    font-size: 12px;
    line-height: 15px;
}


.copyright {
    padding: 10px 0 0 10px;
    color: #999;
    font-size: 12px;
}

.main-object-view .map {
    height: 250px;
    margin-bottom: 20px;
}

.main-object-view .map-clicked {
    cursor: pointer;
}

.poi-info {
    background-color: #eee;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    width: 250px;
}

.countryBadge {
    padding-bottom: 20px;
}
.footer-small {
    color: #999;
}

.main_page_description {
    padding-top: 40px;
    color: #777;
}



.hotel_short_desc {
    border: 1px solid #ccc;
    margin: 0 -15px 20px -15px;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.hotel_short_desc:hover {
    background: #f9f9f9;
}

.hotel_short_desc h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
}
.hotel_small_photo {
    width: 250px;
    margin: 0 15px 0 0;
    border: 1px solid;
}
.hotel_desc {
    border: 1px solid;
}

.hotel_filter {
    background: #ffbb39;
    border: 1px solid #daa300;
    margin: 0 0 15px -15px;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.hotel_filter strong {
    font-size: 26px;
    font-weight: normal;
}
.hotel_filter label {
    font-weight: normal;
}

.poi_small_image {
    background-color: #fff;
    padding: 5px;
    margin: 5px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    height: 100px;
    box-shadow: 1px 1px 3px rgba(100, 100, 100, .5);;
}

.poiAviaActions {
    position: relative;
    width: 90%;
    left: -25px;
    padding: 0 0 20px 0;
}

.ui-autocomplete-loading {
    background: white url("/img/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-menu-item:hover {
    background: #cecece;
}

.ui-menu-item div:hover, .ui-menu-item div:active {
    background: rgba(212, 151, 104, 0.36);
}

.ui-menu-item div {
    font-size: 17px;
    line-height: 17px;
}

.ui-menu-item div small {
    font-size: 11px;
    color: #666;
}

ul.ui-autocomplete {
    width: 250px;
}

.ui-menu-item:nth-child(even) {
    background: #eee
}
.ui-menu-item:nth-child(odd) {
    background: #fff
}



.social-list {
    width: 34px;
    height: 34px;
    float: left;
    background: url('/img/icon-social.png') no-repeat;
    margin-right: 10px;
    display: block;
}

footer .facebook {
    background-position: 0 -44px;
}
footer .facebook:hover {
    background-position: 0 0;
}

footer .vkontakte {
    background-position: -133px -44px;
}
footer .vkontakte:hover {
    background-position: -133px 0;
}

footer .instagram {
    background-position: -265px -44px;
}
footer .instagram:hover {
    background-position: -265px 0;
}

footer .twitter {
    background-position: -45px -44px;
}
footer .twitter:hover {
    background-position: -45px 0;
}

footer .ok {
    background-position: -177px -44px;
}
footer .ok:hover {
    background-position: -177px 0;
}

.footer b {
    color: #666;
    line-height: 28px;
}

.footer ul li {
    color: #999;
}

.footer ul li a {
    color: #999;
    line-height: 28px;
}

.footer a {
    color: #999;
}

.footer #Rambler-counter img {
    border: 0;
}

.poi_photo_layer {
    font-size: 11px;
}



/* Blog */

.blog-panel {
    padding-top: 25px;
}
.blog {
    margin: 0 0 60px;
}

.blog h4 {
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
    background: transparent;
    text-transform: none;
    font-weight: normal;
    text-shadow: none;
    text-decoration: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    letter-spacing: -1px;
    word-spacing: -1px;
    color: #393c3d;
    border-bottom: 1px solid #f1f1f1;
}

.blog_header {
    padding: 0 0 27px 0;
}

.blog_header li, .blog_header div, .blog_header span {
    background:transparent;
    border:0;
    font-size:100%;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline
}

.blog_header ol, .blog_header ul {
    list-style: none;
    list-style-position: outside;
    padding-left: 0;
}

.blog_header h1 {
    font-size: 30px;
    margin: 0;
}

.photo_author {
    color: #959595;
    font-size: 11px;
    line-height: 8px;
}

.post-meta .header-view {
    border-bottom: 1px dotted #e5e5e5;
    padding: 8px 0;
}

.post-meta .author-view, .post-meta .social-share {
    color: #959595;
}

.post-meta .social-share {
    text-align: right;
}

.post-meta .social-share a {
    padding-left: 8px;
    text-decoration: none;
}

.post-meta .author {
    color: #959595;
    border-bottom: 1px dotted #e5e5e5;
    padding: 5px 0;
}

.post-meta .date, .post-meta .tags, .post-meta .comments, .post-meta .views {
    font-size: 13px;
    color: #959595;
    display: inline-block;
    margin-right: 15px;
    padding: 12px 0 0 0;
}
.post-meta .date a, .post-meta .tags a, .post-meta .comments a {
    color: #959595;
}

.post-meta .date {
    padding-left: 15px;
    background: url(/img/blog_icon_date.png) no-repeat 0 16px;
}
.post-meta .tags {
    padding-left: 17px;
    background: url(/img/blog_icon_tags.png) no-repeat 0 16px;
}
.post-meta .comments {
    padding-left: 17px;
    background: url(/img/blog_icon_comments.png) no-repeat 0 15px;
}
.post-meta .views {
    padding-left: 15px;
    background: url(/img/blog_icon_views.png) no-repeat 0 17px;
}

.post-entry {
    display: block;
    position: relative;
}

.post-entry h1 {
    font-size: 32px;
}

.post-entry h2, .post-entry h3, .post-entry h4 {
    border-bottom: 1px solid #f1f1f1;
}

.post-entry h2 {
    margin-top: 35px;
    font-size: 27px;
}

.post-entry h3 {
    margin-top: 30px;
    font-size: 24px;
}

.post-entry h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
}

.post-entry .image:not(:first-child), .post-entry .image-slider, .post-entry .video, .poi-desc-block .image {
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
}

.post-entry .image:first-child {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media all and (min-width: 960px) {
    .post-entry p {
        display: block;
        font-size: 20px;
        font-family: Georgia, Times, "Times New Roman", serif;
        line-height: 30px;
    }

    .post-entry ul {
        font-size: 20px;
    }
}

@media all and (max-width: 959px) and (min-width: 599px) {
    .post-entry p {
        display: block;
        font-size: 18px;
        font-family: Georgia, Times, "Times New Roman", serif;
        line-height: 28px;
    }

    .post-entry ul {
        font-size: 18px;
    }
}

@media all and (max-width: 599px) {
    .post-entry p {
        display: block;
        font-size: 16px;
        font-family: Georgia, Times, "Times New Roman", serif;
        line-height: 26px;
    }

    .blog_header h1 {
        font-size: 20px;
        margin: 0;
    }

    .post-entry ul {
        font-size: 16px;
    }
}

.post-entry .widget {
    background: #F5F5F5;
    padding: 20px;
}

.post-entry .widget p {
    padding: 0;
    margin: 0;
}

.post-entry .google-maps {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
}
.post-entry .google-maps iframe, .post-entry .google-maps p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.more-tags-link {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    cursor: pointer;
    color: #337ab7;
    text-align: center;
    margin: 20px;
}

/*  Blog (Alt. Version)  --------------------------------*/

.post-block {
    display: block;
    margin-bottom: 60px;
}
.post-block .post-entry {
    margin: 13px 0 15px;
}
.post-block .post-entry p {
    color: #333;
    font-size: 13px;
    line-height: 19px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post-block .post-entry h3 {
    border-bottom: 1px dotted #b5b5b5;
    color: #333;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 14px;
}
.post-block .post-entry h2:hover {
    color: #333;
}

.post-block img {
    display: block;
    width: 100%;
}
.post-block .post-meta {
    padding: 11px 0;
}
.post-block a {
    color: #333 !important;
}
.post-block a:hover {
    color: #343434 !important;
    text-decoration: none;
}
.post-block .link, .post-block .comments {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.post-block .comments {
    float: right;
}

.post-one-block {
    float: left;
    margin-right: 20px !important;
    position: relative;
}

.more-posts {
    background: url(/img/sep_d.png) repeat-x 0 0;
    padding-top: 40px;
}


.tagcloud a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px !important;
    line-height: 20px;
    font-weight: 400 !important;
    color: #494d52;
    text-transform: capitalize;
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 6px 10px;
    position: relative;
    display: inline-block;
    margin: 0 1px 1px 0;
    float: left;
}
.tagcloud a:hover {
    color: #fff;
    background: #337ab7 !important;
    text-decoration: none;
}
.tagcloud a.active {
    color: #fff;
    background: #337ab7 !important;
    text-decoration: none;
}

.textWidget {
    padding: 0 0 20px 0;
}

.airports-block {
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
    color: #cfcfcf;
    font-size: 11px;
}

.airports-block ul {
    padding: 0;
    margin: 0;
}

.airports-block li {
    padding: 0;
    list-style-type: none;
    border-top: solid 1px #cfcfcf;
}

.airports-block li:hover {
    background: #f5f5f5;
}

.airports-block a {
    padding: 10px;
    display: block;
    text-decoration: none;
    font-size: 13px;
}

.airports-block a i {
    color: #cfcfcf;
}

.airports-block h4 {
    background: #337ab7;
    color: #ffffff;
    padding: 20px;
    margin: 0;
}

.airports-block h5 {
    background: #337ab7;
    color: #ffffff;
    padding: 20px;
    margin: 0;
}

.airports-block h4 i {
    margin-right: 10px;
}


.foursquare {
    font-size: 11px;
    color: #666;
}






.more-by-theme {
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
    color: #cfcfcf;
    font-size: 11px;
}

.more-by-theme ul {
    padding: 0;
    margin: 0;
}

.more-by-theme li {
    padding: 0px;
    list-style-type: none;
    border-top: solid 1px #cfcfcf;
}

.more-by-theme li:hover {
    background: #f5f5f5;
}

.more-by-theme li a {
    padding: 15px;
    display: block;
    text-decoration: none;
    font-size: 13px;
}

.more-by-theme li a i {
    color: #cfcfcf;
}

.more-by-theme h4 {
    background: #337ab7;
    color: #ffffff;
    padding: 20px;
    margin: 0;
}

.more-by-theme h5, a h5 {
    background: #3eb792;
    color: #ffffff;
    padding: 20px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
}

.more-by-theme a:hover {
    text-decoration: none;
}

.more-by-theme h4 i {
    margin-right: 10px;
}


.header_logo {
    background-color: #5b5b5b;
    height: 50px;
    border-bottom: 1px solid #fff;
}

.header_logo a {
    color: #fff;
    text-decoration: none;
}

.header_logo #logo {
    display: inline-block;
    margin: 13px 0 0 0;
    font-size: 21px;
    line-height: 21px;
}

.header_logo #logo:hover {
    color: #ddd;
}

.currency_selector {
    float: right;
    padding: 0 10px 0 10px;
    height: 49px;
    display: table;
    text-align: right;
    color: #fff;
    cursor: pointer;
}

.currency_selector div {
    display: table-cell;
    vertical-align: middle;
}

.currency_selector a {
    font-size: 13px;
}

.currency_selector:hover, .currenciesMenu li:hover, .currenciesMenu .active {
    background: #666;
}

.currenciesMenu {
    background: #5b5b5b;
    padding: 10px;
    color: #fff;
    border-radius: 0;
    font-size: 11px;
}

.currenciesMenu li {
    padding: 5px;
}

.currenciesMenu li b {
    color: #acc8d2;
}

.bottomDescription {
    color: #aaa;
}

.bottomDescription a {
    color: #aaa;
    text-decoration: underline;
}

table.blogRelatedPosts tr td a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #666;
    font-size: 13px;
}

@media screen and (max-width: 600px) {
    table.blogRelatedPosts {
        border: 0;
    }

    table.blogRelatedPosts tr {
        display: block;
        margin-bottom: .625em;
    }

    table.blogRelatedPosts td {
        display: block;
        font-size: .8em;
    }

    table.blogRelatedPosts td:last-child {
        border-top: 0 !important;
    }
}

.cookie_agreement {
    border-top: 1px solid #000;
    z-index: 30;
    position: fixed;
    bottom: 0;
    padding: 20px;
    border-radius: 3px;
    background: rgba(55, 55, 55, .8);
    color: white;
}

.index-h1 {
    padding-bottom: 20px;
}

.index-post-child .blog-image img {
    width: 100%;
}

.index-post-main h2 {
    margin: 0 0 18px 0;
    padding: 0;
    font-size: 20px;
}

.index-pois-main {
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 30px;
    background: #faddc0;
}

.index-pois-main .index-post-child .read-more  {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .index-post-main {
        display: block;
    }

    .index-post-main .blog-image {
        width: 100%;
        margin-right: 0;
    }

    .index-post-main .blog-image img {
        width: 100%;
    }

    .index-post-main h2 {
        margin: 10px 0 10px 0;
    }

    .index-post-child h3 {
        margin: 10px 0 10px 0;
        padding: 0;
        font-size: 20px;
    }

    .index-post-main .read-more, .index-post-child .read-more  {
        display: block;
        padding-top: 0;
        margin-bottom: 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
}

@media (min-width: 992px) {
    .index-post-main {
        display: block;
        margin-bottom: 30px;
    }

    .index-post-main .blog-image {
        width: 50%;
        float: left;
        padding-right: 15px;
    }

    .index-post-main .blog-content {
        width: 50%;
        padding-left: 15px;
        float: right;
    }

    .index-post-main .blog-image img {
        width: 100%;
    }

    .index-post-main .read-more, .index-post-child .read-more {
        display: inline-block;
        padding-top: 15px;
    }

    .index-post-child h3 {
        margin: 14px 0 14px 0;
        padding: 0;
        font-size: 16px;
    }
}

