/*
    Theme Name: Oceanvista.ru
    Version: 0.99
    Text Domain: http://oceanvista.ru
    Author: Vadim Beletskyi (skype - mrdexters)
    Author URI: https://www.upwork.com/o/profiles/users/_~01c7c34bad18e9e161/
    
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Yeseva+One&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
footer, nav, header, section, aside {
    display: block
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}
html, body {
    padding: 0;
    margin: 0;
    background-color: #FFF;
    line-height: 20px;
    font-size: 14px;
    color: #242424;
    font-family: 'Lora', serif;
}
a {
    outline: none;
    border: none;
    border-width: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #0065bd;
}
a:active {
    outline: none;
}
a:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
img.size-full {
    height: auto;
    max-width: 100%;
    width: auto;
}
img.alignleft {
    float: left;
    margin: 0 15px 5px 0;
}
img.alignright {
    float: right;
    margin: 0 0 10px 15px;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}
img {
    border: none;
    border-width: 0px;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.container {
    max-width: 1600px;
    width: 100%;
}
.text-link {
  font-size: 16px;
  color: #FF0000;
  border-bottom: 1px solid #FF0000;
  position: relative;
  margin-right: 20px;
  padding-bottom: 1px;
  letter-spacing: .02em;
  text-decoration: none;
  transition: color .2s,border .2s;
  cursor: pointer;
  display: inline-block;
}
.text-link:hover {
  border-bottom: 1px solid #FF0000;
  color: #FF0000;
}
.text-link:after {
  transition: right .2s ease-in-out;
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  padding-left: 20px;
  height: 100%;
  right: -30px;
  font-size: 18px;
  color: #FF0000;
}
.text-link:hover:after {
  transition: right .2s ease-in-out;
  right: -40px;
}

/*******************
*   MARGIN/PADS    *
********************/

.pads50 {
    padding: 80px 0 60px;
}
.pads50-20 {
    padding: 80px 0 80px;
}
.pads-40-top {
    padding-top: 40px;
}
.pads50-200 {
    padding: 50px 0 140px;
}
.pads-100-bottom {
  padding-bottom: 100px;
}
.pads-top-25 {
    padding-top: 25px;
}

/*******************
*      HEADER      *
********************/

#header {
    padding: 22px 0 0;
    position: absolute;;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 997;
    background: #FFF;
    height: 80px;
}
#header .container-fluid, .footer .container-fluid {
    max-width: 1760px;
}
#header #logo {
    float: left;
}
.header-subtitle {
    position: relative;
    padding-left: 50px;
}
.header-subtitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 30px;
    height: 8px;
    background-color: #0065bd;
}
.header-subtitle a {
    font-size: 37px;
    letter-spacing: 0.3px;
    font-family: 'Yeseva One', cursive;
    color: #242424;
}
.header-subtitle a span {
    font-size: 13px;
    letter-spacing: 0;
    font-family: 'Lora', serif;
    color: #242424;
    display: block;
    text-align: right;
    font-weight: normal;
}

/*******************
*       INTRO      *
********************/

#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
	position: relative;
}
#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.44);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.bottom-text {
    position: absolute;
    right: 50%;
    top: auto;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 0;
    padding-bottom: 50px;
    z-index: 2;
    font-family: 'Yeseva One', cursive;
}
.bottom-text .line-container {
    position: absolute;
    right: 50%;
    top: auto;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 0;
    height: 30px;
    width: 1px;
}
.bottom-text .line-container .line {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}
.mb0 {
    font-size: 12px;
    line-height: 10px;
    letter-spacing: .12em;
    color: #FFF;
    text-transform: uppercase;
}
.middle-text {
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    max-width: 100%;
}
.main-wrapper {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 90px;
    padding-right: 90px;
}
.middle-text h1 {
    font-size: 55px;
    line-height: 50px;
    letter-spacing: .02em;
    color: #FFF;
    text-transform: none;
    margin-bottom: 50px;
    font-family: 'Yeseva One', cursive;
}
.middle-text h1 span, .infoblock h2 span {
    font-size: 26px;
    font-family: 'Yeseva One', cursive;
}
.play-section {
    color: #FFF;
    font-size: 20px;
    line-height: 34px;
    max-width: 850px;
}
.play-section i {
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 23px 1px hsla(0, 0%, 100%, .2);
    font-size: 52px;
    padding: 5px 10px;
    margin-right: 40px;
    transition: border .2s;
    float: left;-webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
    -moz-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
    animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 1px 0 #abcbe9;
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 1px 0 #abcbe9;
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 1px 0 #abcbe9;
    }
}
.play-section a i {
    color: #FFF;
}
.play-section i:hover {
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid hsla(0, 0%, 100%, 1);
    box-shadow: 0 0 23px 1px hsla(0, 0%, 100%, .2);
    font-size: 52px;
    padding: 5px 10px;
    margin-right: 40px;
    transition: border .2s;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

/*******************
*   HEADER-PAGE    *
********************/

#header3, #header4 {
    background-size: cover;
    display: table;
    width: 100%;
    max-height: 500px;
    height: 500px;
    background-image: url('/wp-content/uploads/2018/07/noimages.jpg');
    background-position: center;
    max-height: 70vh;"
}
#header3 {
    background-image: url('/wp-content/uploads/2018/07/noimages.jpg');
}
#header4 {
    background-image: url('/wp-content/uploads/2018/10/shashlyki-iz-mjasa.jpg');
}
.bg-color {
    background-color: rgba(0, 0, 0, 0.64);
    height: 100%;
    display: table;
    width: 100%;
}
#header3 .hero-container, #header4 .hero-container {
    display: table-cell;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    padding-top: 70px;
}
.bnr-sub-title2 {
    color: #FFF;
    font-size: 20px;
    line-height: 34px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.bnr-sub-title2 h1 {
    font-size: 55px;
    line-height: 50px;
    letter-spacing: .02em;
    margin-bottom: 30px;
    font-family: 'Yeseva One', cursive;
}
#header3 .play-section {
    max-width: 1000px;
}
#header3 .play-section i {
    float: none;
    margin-top: 30px;
    margin-right: 0;
}

/*******************
*   COUNTER TITLE   *
********************/

.counter-title {
    font-family: 'Yeseva One', cursive;
    text-align: center;
}
.counter-title span {
    font-size: 45px;
    letter-spacing: .02em;
    line-height: normal;
    color: #000;
    white-space: nowrap;
    padding-left: 10px;
}
.counter-title.featured span {
    color: #0065bd;
}
.counter-subtitle {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.3px;
    position: relative;
    color: #333;
    font-family: 'Yeseva One', cursive;
}
.counter-title.featured {
    color: #000;
}
sup {
    vertical-align: super;
    font-size: 22px;
}
.counter-info {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    text-align: center;
}

/*******************
*   INFOBLOCK    *
********************/

.infoblock {
    background: #f8f8f8;
}
.infoblock h2 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: .02em;
    color: #111;
    text-transform: none;
    margin-bottom: 50px;
    font-family: 'Yeseva One', cursive;
}
.infoblock h2 span {
    font-size: 20px;
    font-family: 'Yeseva One', cursive;
}
p.lead {
    line-height: 34px;
    color: #111;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
    font-size: 20px;
}

/*******************
*    PHOTOBLOCK     *
********************/

.photoblock {
    margin-top: -110px;
}
.bg-img {
  position: relative;
  margin-top: 25px;
}
.bg-img:before {
    content: '';
    background: linear-gradient(180deg,transparent 0,transparent 5%,#000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0);
    opacity: .8;
    transition: opacity .6s;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.content {
    position: absolute;
    bottom: 0px;
    padding: 40px;
    font-family: 'Yeseva One', cursive;
    color: #FFF;
    font-size: 18px;
    opacity: 1;
  }

/*******************
*      FOOTER      *
********************/

.maps {
    background: #f8f8f8;
    position: relative;
    color: #131316;
}
.maps .row {
    margin-right: -15px;
    margin-left: -15px;
}
.maps-right {
    position: relative;
    float: right;
    max-width: 870px;
    padding: 110px 110px 140px 0;
}
.maps-right-big-title {
    font-family: 'Yeseva One', cursive;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.maps-right-big-title2 {
    font-family: 'Yeseva One', cursive;
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 25px;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
}
.maps-right-info {
    font-size: 17px;
    line-height: 24px;
    margin-top: 30px;
}
.maps-right-info-icon {
    float: left;
    width: 50px;
    height: 50px;
}
.maps-right-info-icon i {
    font-size: 30px;
    color: #131316;
}
.maps-right-info a, .maps-right-info span {
    color: #0065bd;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
}
@media (max-width: 1440px) {
    .maps-right {
        padding: 80px 30px 80px 30px;
    }
    .maps-right-info {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 1024px) {
    .icons-bus {
        height: 80px;
    }
}
@media (max-width: 768px) {
    .maps .row {
        margin-right: 0;
        margin-left: 0;
    }
    .maps-right {
        padding: 40px 0 20px;
    }
    .maps-right-big-title {
        font-size: 18px;
    }
    .maps-right-big-title2 {
        font-size: 32px;
        margin-top: 15px;
    }
}
@media (max-width: 375px) {
    .maps-right-big-title {
        font-size: 14px;
    }
    .maps-right-big-title2 {
        font-size: 24px;
        margin-top: 10px;
    }
    .icons-bus {
        height: 120px;
    }
    .icons-bus2 {
        height: 80px;
    }
}
.dark-footer {
    background: #131316;
    color: #ffffff;
    padding: 40px 0 20px 0;
}
.footer-title {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Yeseva One', cursive;
    letter-spacing: 1px;
    padding: 0 0 10px;
    z-index: 9999999;
}
.social-links-footer {
    margin-top: 10px;
}
.social-links-footer i {
    margin: 0 10px 0 10px;
    background: #FFF;
    color: #131316;
    border-radius: 50%;
    font-size: 20px;
    padding-top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.social-links-footer i:hover {
    background: #0065bd;
    color: #FFF;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.social-links-footer i:first-child {
    margin: 0 10px 0 0;
}
.copyright a {
    color: #868691;
    font-size: 12px;
}
.copyright, .copyright-creating {
    color: #868691;
    font-size: 12px;
    text-align: right;
}
.copyright-creating a {
    color: #FFF;
    font-size: 12px;
}

/*******************
*   PAGES STYLE    *
********************/

.detail-title-city {
    font-size: 16px;
    color: #62696f;
    margin-bottom: 10px;
}
.stars-detail {
    color: #ffcd1f;
}
.stars-detail i {
    font-size: 15px;
}
.detail-title-big {
    font-size: 30px;
    font-weight: bold;
    color: #323232;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: 'Yeseva One', cursive;
    letter-spacing: 0.6px;
}
.addt-detail {
    font-size: 13px;
    color: #323232;
    margin: 10px 0 20px;
    font-family: 'Yeseva One', cursive;
}
.addt-detail img {
    margin-right: 8px;
    margin-left: 8px;
}
.borders {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
}
.borders-right {
    border-right: 1px solid #dfdfdf;
}
.title-block-detail {
    color: #141414;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}
.security-page-p {
    font-size: 15px;
    color: #606060;
    margin: 0 0 20px;
}
.inners202 {
    padding: 0 0 0 20px;
}
ul.list-ul li {
  margin: 3px 0;
}
ul.list-ul li span {
  font-weight: bold;
  color: #000;
}
.security-page-p-detail {
  font-size: 15px;
  color: #606060;
  margin: 0 0 5px;
}
.borders-bottom {
    border-bottom: 1px solid #dfdfdf;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.borders-bottom p {
    font-size: 11px;
}
.mobilebooking {
    display: none;
}
.details h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
.pb30px {
    margin-bottom: 30px;
}
/*******************
*   MEDIA STYLE    *
********************/

@media (max-width: 980px) {
    .counter-title {
        padding-left: 50px;
        text-align: left;
    }
    .counter-subtitle:before {
        content: "";
        position: absolute;
        left: 0;
        top: 13px;
        width: 30px;
        height: 8px;
        background-color: #0065bd;
    }
    .counter-subtitle {
        text-align: left;
        padding-left: 50px;
    }
    .counter-info {
        text-align: left;
    }
    .header-subtitle:before {
        top: 8px;
    }
    .mobilebooking {
        display: block;
    }
    .header-subtitle a {
        font-size: 30px;
    }
    .main-wrapper {
        margin: 0 auto;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .middle-text h1, .bnr-sub-title2 h1 {
        font-size: 35px;
        line-height: 30px;
        margin-bottom: 50px;
        font-family: 'Yeseva One', cursive;
    }
    .middle-text h1 span, .infoblock h2 span {
        font-size: 20px;
        font-family: 'Yeseva One', cursive;
    }
    .bnr-sub-title2 {
        font-size: 20px;
        padding: 0 50px;
    }
    .play-section {
        color: #FFF;
        font-size: 18px;
        line-height: 24px;
    }
    .pads-40-top-mobile {
        padding-top: 40px;
    }
    .inners202 {
        padding: 0;
    }
    .borders {
        border-bottom: none;
    }
}
.big-img2 {
    display: none;
}
@media (max-width: 768px) {
    #header {
        padding: 12px 0 0;
        height: 60px;
    }
    .header-subtitle:before {
        top: 8px;
        height: 4px;
    }
    .header-subtitle {
        padding-left: 40px;
    }    
    .header-subtitle a {
        font-size: 22px;
    }
    .pads50, .pads50-20 {
        padding: 40px 0;
    }
    .pads50-200 {
        padding: 40px 0;
    }
    .infoblock h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    p.lead {
        line-height: 28px;
        font-size: 18px;
    }
    .copyright, .copyright-creating {
        text-align: center;
        margin-top: 20px;
    }
    .centers768 {
        text-align: center;
        margin-bottom: 10px;
    }
    .big-img {
        display: none;
    }
    .big-img2 {
        display: block;
    }
    .photoblock {
        margin-top: 0px;
    }
    .pads-100-bottom {
        padding-bottom: 40px;
    }
}
@media (max-width: 640px) {
    #header {
        padding: 8px 0 0;
        height: 50px;
    }
    .header-subtitle:before {
        top: 9px;
        height: 4px;
    }
    .header-subtitle a {
        font-size: 18px;
    }
    .middle-text h1, .bnr-sub-title2 h1, .detail-title-big {
        font-size: 30px;
        line-height: 25px;
        margin-bottom: 30px;
        font-family: 'Yeseva One', cursive;
    }
     .detail-title-big {
        line-height: 35px;
    }
    .play-section {
        color: #FFF;
        font-size: 16px;
        line-height: 22px;
    }
    .bottom-text {
        padding-bottom: 40px;
    }
    .mb0 {
        font-size: 11px;
    }
    .bnr-sub-title2 {
        font-size: 16px;
        padding: 0 20px;
        line-height: 24px;
    }
    .details h3 {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width: 575px) {    
    .pads-40-top-mobile-575 {
        padding-top: 40px;
    }
    .infoblock h2 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    p.lead {
        line-height: 22px;
        font-size: 16px;
    }
    .maps-right-info {
        margin-top: 35px;
    }
    .content {
        font-size: 16px;
    }
    .addt-detail {
        line-height: 24px;
    }
    img.size-full {
        height: auto;
        width: 100%;
    }
    img.alignleft, img.alignright {
        float: none;
        margin: 0 0 10px;
        padding: 0;
        height: auto;
        width: 100%;
    }
    img.aligncenter {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .play-section i {
        font-size: 32px;
        padding: 7px 10px;
        margin-right: 20px;
        margin-top: 20px;
    }
    .play-section i:hover {
        font-size: 32px;
        padding: 7px 10px;
        margin-right: 20px;
    }
    .infoblock h2 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    p.lead {
        line-height: 22px;
        font-size: 14px;
    }
    .content {
        font-size: 15px;
    }
    .details h3 {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width: 375px) {
    .play-section {
        color: #FFF;
        font-size: 14px;
        line-height: 22px;
    }
    .middle-text h1, .bnr-sub-title2 h1, .detail-title-big {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .detail-title-big {
        line-height: 32px;
    }
    .middle-text h1 span, .infoblock h2 span {
        font-size: 16px;
    }
    .details h3 {
        font-size: 15px;
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width: 320px) {
    .play-section i {
        margin-top: 23px;
    }
    .play-section {
        color: #FFF;
        font-size: 12px;
        line-height: 17px;
    }
    .middle-text h1, .bnr-sub-title2 h1, .detail-title-big {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .middle-text h1 span, .infoblock h2 span {
        font-size: 15px;
    }
    .bnr-sub-title2 {
        font-size: 15px;
        padding: 0 10px;
    }
}


/*******************
*   SCROLLUP       *
********************/

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: #0065bd;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    z-index: 9999;
}
a.scrollup {
    outline: 0;
    text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}
a.scrollup i {
    margin-top: 10px;
    color: #FFF;
    opacity: 0.9;
}
a.scrollup i:hover {
    text-decoration: none;
    opacity: 1;
}
/*******************
*   ENTRY          *
********************/

.entry {
    line-height: 22px;
    font-size: 16px;
}
.entry strong {
    font-weight: 700;
}
.entry h1 {
    font-family: 'Yeseva One', cursive;
    font-size: 33px;
    color: #242424;
    margin-bottom: 30px;
}
.entry h2 {
    font-family: 'Yeseva One', cursive;
    font-size: 30px;
    color: #242424;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry h3 {
    font-family: 'Yeseva One', cursive;
    font-size: 26px;
    color: #242424;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry h4 {
    font-family: 'Yeseva One', cursive;
    font-size: 24px;
    color: #242424;
    margin-bottom: 20px;
    margin-top: 15px;
}
.entry h5 {
    font-family: 'Yeseva One', cursive;
    font-size: 20px;
    color: #242424;
    margin-bottom: 20px;
    margin-top: 10px;
}
.entry h6 {
    font-family: 'Yeseva One', cursive;
    font-size: 20px;
    color: #242424;
    margin-bottom: 20px;
    margin-top: 10px;
}
.entry a {
    color: #0065bd;
    line-height: 22px;
    font-size: 16px;
}
.entry a img {
    border: none;
}
.entry ul {
    list-style: square inside;
    padding-left: 20px;
}
.entry ol {
    padding-bottom: 14px;
    list-style: decimal inside;
    padding-left: 20px;
}
.entry li {
    padding: 2px 0px 2px 10px;
    font-size: 16px;
    line-height: 20px;
}
.entry li a {
    font-size: 16px;
    text-decoration: none;
    color: #fee74f;
}
.entry li a:hover {
    font-size: 16px;
    text-decoration: underline;
}
.entry li ul {
    margin: 0px;
    padding: 0px;
}
blockquote {
    background: #F6F5F5;
    margin: 0px 0px 23px 0px;
    padding: 2px 10px 2px 10px;
    color: #333333;
    clear: both;
    border-left: 4px solid #ff0000;
}
code {
    color: #444444;
    display: block;
}
blockquote p {
    margin: 5px 0px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 20px;
}
blockquote li {
    padding: 2px 0px 2px 10px;
    font-size: 15px;
    line-height: 18px;
}
blockquote a {
    text-decoration: underline;
}
.advertNew {
	text-align: center;
	margin-top: 30px;
	padding: 0 15px;
}
@media (max-width: 575px) {
	.advertNew {
		margin-top: 10px;
	}
}