@font-face{
        font-family: "Helvetica-N";
        src: url(" ../fonts/HelveticaNeueLTCyr-57-Condenced_0.ttf");
        src: url("../fonts/HelveticaNeueLTCyr-57-Condenced_0.ttf") format("truetype");
    }

/* Import Bold Weight Font */
@font-face{
        font-family: "Helvetica-B";
        src: url("../fonts/HelveticaNeueLTCyr-77-BoldCondenced_0.ttf");
        src: url("../fonts/HelveticaNeueLTCyr-77-BoldCondenced_0.ttf") format("truetype");
    }

html {
    height: 100%;
}

body {
    height: 100%;
	font-family: 'Helvetica-N', Helvetica, Arial, sans-serif;
	background-color: #252525;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}
	
a, input { 
    outline: none;
}

a:hover {
    color: #0096eb;
    text-decoration: none;
}

#epaygo_wrapper {
    position: relative;
    min-height: 100%;
}

header {
	position: fixed;
	width: 100%;
	background-color: rgba(37,37,37,0.9);
	z-index: 20;
	top: 0;
}

header .navbar-brand img {
    width: 170px;
	height: 100%;
}

header .navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.cities-selection {
    width: 145px;
    border: 2px solid #5a5a5a;
    border-radius: 25px;
    margin: 0 0  0 25px;
    padding: 0.43rem 3.5rem 0.43rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/cities-select-arrow.png) no-repeat right center #525252;
    background-position: calc(100% - 10px) calc(0.74em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
    color: #b0b0b0;
    font-size: 1rem;
}

.cities-selection::-ms-expand, .search_button::-ms-expand {
  background-color: transparent;
  border: 0;
}

.cities-selection:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: none;
}
/*
.cities-selection::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.cities-selection:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.cities-selection::placeholder {
  color: #868e96;
  opacity: 1;
}
*/
    
.search_box input::-webkit-input-placeholder { 
    color: #b0b0b0;
}
.search_box input::-moz-placeholder { 
    color: #b0b0b0;
}
.search_box input:-ms-input-placeholder {
    color: #b0b0b0;
}
.search_box input:-moz-placeholder {
    color: #b0b0b0;
}

.search_box {
    position: relative;
}

.search_button {
    width: 300px !important;
	background-color: #d3d3d3;
	border-radius: 25px !important;
	padding: 0.43rem 3.5rem 0.30rem 1.5rem;
	-webkit-appearance: none;
  	-moz-appearance: none;
	appearance: none;
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
    color: #b0b0b0;
	font-size: 1rem;
    background: transparent;
    background-color: #525252;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #5a5a5a;
}
  
.search_button:focus {
    color: #b0b0b0;
	background-color: #fff;
	border-color: #80bdff;
	outline: none;
    box-shadow: none;
}

.search-btn {
 	background-color: transparent;
	border: none; 
	position:  absolute; 
    right: 10px;
    padding: 0.5rem 0.75rem;
    transition: all 0.15s ease-in-out;
    z-index: 998;
}

.search-btn:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

.search-btn:focus {
  outline: 0;
}

#epaygo_search .tt-dropdown-menu, #epaygo_search_m .tt-dropdown-menu {
    min-width: 100%;
    margin-top: 4px;
    padding: 4px 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 2px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    color: #444;
}

#epaygo_search .tt-wrapper, #epaygo_search .twitter-typeahead   { width: 100% }
#epaygo_search .tt-hint                          { color: #999 }
#epaygo_search .tt-suggestion                    { padding: 3px 6px; cursor: pointer; }
#epaygo_search .tt-suggestion.tt-cursor          { color: #261501; background-color: #FFB414; }
.mob-icon {
	display: none;
	border: none;
	background: none;
	margin: 0 0 0 2px;
	cursor: pointer;
}

#lang {
    width: 40px;
    height: 40px;
    padding-right: 14px;
    font-size: 27px;
    padding-top: 2px;
}

.choose_epaygo_date {
    padding: 5px;
}

.calendar {
    position: relative;
	border: none;
	background: none;
	padding: 0 15px 0 15px;
}

#datepicker_box {
    position: relative;
}

.datepicker-dropdown {
    width: 225px;
    top: 19px !important;
    left: -100px !important;
}

.datepicker-dropdown:before, .datepicker-dropdown:after {
    content: none !important;
}

#choose_epaygo_date {
    cursor: pointer;
}

.toggled-right-button {
	display: flex;
}

.navbar-toggler {
    display: block;
    position: relative;
    overflow: hidden;
    margin-right: 0px;
    /*margin-top: 7px;*/
    padding: 0;
    width: 35px;
    height: 40px;
/*    font-size: 0; */
    text-indent: -9999px;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    background-color: transparent;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    height: 3px;
    background: #118ddc;
    border-radius: 2.5px;
    transition: background 0s 0.3s;
}

.navbar-toggler span::before,
.navbar-toggler span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #118ddc;
  border-radius: 2.5px;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.navbar-toggler span::before {
  top: -10px;
}

.navbar-toggler span::after {
  bottom: -10px;
}

.navbar-toggler span::before {
  transition-property: top, transform;
}

.navbar-toggler span::after {
  transition-property: bottom, transform;
}

.navbar-toggler[aria-expanded=true] {
  background-color: transparent;
}

.navbar-toggler[aria-expanded=true] span {
  background: none;
}

.navbar-toggler[aria-expanded=true] span::before {
  top: 0;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded=true] span::before,
.navbar-toggler[aria-expanded=true] span::after {
  transition-delay: 0s, 0.3s;
}

#navbarMenu {
    position: absolute;
    right: 0px;
    top: 75px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: center;
    align-items: center;
    /* -Edited- added new items */
    z-index: 999;
    background-color: rgba(130,130,130,0.95);
    width: 25%;
    min-width: 250px;
    right: 0px;
    font-size: 1.4rem;
}

#navbarMenu .active .nav-link, #navbarMenu .nav-link:hover, .dropdown-menu .dropdown-item:hover {
    background-color: #fff3d6;
}

#navbarMenu .nav-link {
    display: block;
    color: #dcdcdc;
    padding: 0.5rem 1rem;
}

#content {
    padding: 92px 0px 76px 0px !important;
}

footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 56px;
    background-color: #e1e1e1;
    color: #261501;
    border-top: 2px solid #e0e0e0;
}

footer a {
    color: #261501;
}

footer a:hover {
	color: #ffffff;
}

.page-footer {
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
}

footer img {
	width: 90px;
}
	
.form-inline_m {
    display: none;
} 

.p_t10 {
    padding-top: 10px;    
}

.categories {
	display: flex;
    /*justify-content: space-evenly; */
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}


.categories a {
	color: #ffffff;
	position: relative;
    margin-left: 15px;
}

.categories a:first-child {
    margin-left: 0px;
}

.cat-bb {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.25);
	transition: 0.15s;
}

.cat-bb:hover {
	background-color: transparent;
}

.categories a img {
	width: 100%;
}

.categories a span {
	position: absolute;
	left: 50%;
	bottom: 32px;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 100%;
}

#top_box {
    margin-left: 0px;
    margin-right: 0px;
}

#top_box > div {
    padding: 0px;
}

#banners .card-img {
    border-radius: 0px !important;
}

#banners {
    width: 275px;
    padding-left: 10px !important;
    text-align: right;
}

.clear {
    clear: both;    
}

.events-slide-bar {
	display: flex;
	justify-content: space-evenly;
}

.event-link {
	color: #e5e5e5;
}

.event-link:first-child {
    margin-left: 40px;
}

.event-link:last-child {
    margin-right: 40px;
}

#venues_slider img, #pos3_slider img {
    border-radius: 8px;
}

#venues_slider .event-link {
    position: relative;
}

#venues_slider .title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 10px 5px 10px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 8px 8px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

#venues_slider a:hover .title {
    color: #fff;
}

#pos3_slider .c_info, .page_events .c_info {
    position: relative;
    margin-top: 5px;    
    
}

#pos3_slider .title, .page_events .title {
    width: 100%;
}

#pos3_slider .date_box, .page_events .date_box {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0px;
    right: 0px;
    text-align: center;
    border-left: 1px solid #959595;
}

#pos3_slider .date, .page_events .date {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 18px;
}

.page_events .date div:last-child {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#pos3_slider .title, .page_events .title {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
    padding-right: 65px;
    font-size: 1.1rem;
}

.page_events .title div:last-child, .page_events a:hover .title div:last-child {
    color: #969696;
}


#catsCarousel, #eventsCarousel {
    padding-top: 20px;
}

#catsCarousel .carousel-control-prev-icon, #eventsCarousel .carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 72px;
    background-image: url("../img/arrow-left.svg");
}

#catsCarousel .carousel-control-next-icon, #eventsCarousel .carousel-control-next-icon {
    display: inline-block;
    width: 35px;
    height: 72px;
    background-image: url("../img/arrow-right.svg");
}


#catsCarousel .carousel-control-prev, #catsCarousel .carousel-control-next, #eventsCarousel .carousel-control-prev, #eventsCarousel .carousel-control-next {
    top: 15px;
    width: 4%;
}

.concert-halls {
    display: flex;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;

    width: 100%;
}


.concert-halls a {
	color: #ffffff;
	position: relative;
    margin-left: 5px;
    margin: 0 5px 15px 5px;
    width: 100%;
}

.concert-halls a:first-child {
    margin-left: 0px;
}


.concert-halls a img {
    width: 200px;
}

.concert-halls .c_info {
    width: 200px;    
}

.concert-halls .c_info .title {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
}

.container {
    transition: 0.5s all;
}

.event-link {
    width: 20%;
}

.events-slide-bar a:first-child {
    margin-left: 40px;
}

.events-slide-bar a:last-child {
    margin-right: 40px;
}

.event-link {
    font-size: 0.95rem;
}

.all-events {
    margin-top: 25px;
    background-color: #373737;
    border: 1px solid #464646;
    border-radius: 3px; 
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 8px 30px;
}

.business-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    background: url(../img/bussiness-info-2.jpg) fixed center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}


.business-info h1 {
    font-size: 25px; 
    color: #373737;
    font-weight: bold;
    margin-top: 50px !important; 
}

.business-info p {
    font-size: 18px;
    color: #0766c0;
    font-weight: normal;
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    margin: 0 auto;
    width: 48%;
}

.advantages {
    color: #fff;
    background-color: #252525;
    text-align: left;
    padding: 25px 10px 20px 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.advantages-list {
    display: flex;
    justify-content: space-around;
}

.advantages-list ul {
    list-style-type: none;
    list-style-image: url(../img/bullet-c.png); 
    font-size: 18px;
}

.advantages-list ul li {
    list-style: none;
    margin-bottom: 8px;
}

.advantages-list ul li::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-image: url("../img/bullet.svg");
    background-size: 25px 25px;
}

.advantages .goast-button {
    padding: 8px 30px; 
    border-radius: 3px;
    color: #FFFFFF;
    border: 1px solid #464646;
    background-color: #373737;
    max-width: 300px;
    font-size: 18px;
    margin-top: 10px;
}

#bottom_info {
    margin-top: -20px;
    padding-bottom: 56px;
}

.event-ad {
    display: block;
    margin-bottom: 6px;    
}

.ev_b {
    position: relative;
    width: 100%;
}

.info_box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 2px 10px 2px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
}

#datepicker {
    position: absolute;
    top: 0px;
    left: 15px;
    width: 35px;
    height: 35px;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    outline-width: 0;
}

#datepicker_box table {
    width: 100%;
}

#datepicker_box table tr td {
    font-size: 14px;
}
    
#datepicker_box table tr th {
    font-size: 16px;
}

.events_highlight {
   background-color: #129cc8 !important;     
}

#cat_box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d0d8;
}

.tags_form {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
}

#posts_form {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.cats {
    background-color: #464646;
    color: #afaeb4;
    border: 2px solid #5a5a5a;
    padding: 5px 8px 3px 8px;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.tags {
    color: #afaeb4;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

#posts_form .cats, #posts_tags_form .tags {
    padding: 8px 5px 5px 5px;
    color: #666;
    background-color: transparent;
    border: 1px solid #555;
}

.tags input, .cats input {
    display: none;    
}

#cat_box .active, .cats:hover {
    color: #020202;
    background-color: #b4b4b4;
}

#cat_box .cats:first-child {
    margin-left: 0px;
}

.tags_form .active, .tags:hover {
    color: #449ef4;
}

#posts_form .active, #posts_tags_form .active {
    background-color: #5b5b5b;
    color: #fff;
}

.page_events {
    float: left;
    max-width: 280px;
    width: 100%;
    padding: 10px;
}

.page_events a {
    padding: 0px !important;    
    margin: 0px !important;    
}

.page_box {
    width: 100%;
}

#show_box {
    padding-right: 20px;
    margin-bottom: 10px;
    display: none;
}

#show_box input, #page_error, #tag_no_data, #post_add_error1, #post_add_error2, #url_img_box, #editor_img_upload, #epaygo_post_tabs #mainimg_upload_btn, #post_upload_err, #post_complete_err, #post_complete_success {
    display: none;
}

.show_btn {
    float: right;
    width: 24px;
    height: 24px;
}

.list_btn {
	background: url(../img/grid-list-icon.png) -32px -5px no-repeat;
}

.grid_btn {
	background: url(../img/grid-list-icon.png) -36px -37px no-repeat;
}

#show_all {
    margin-left: 10px;
	background: url(../img/grid-list-icon.png) -5px -37px no-repeat;
}

#show_all:hover {
	background: url(../img/grid-list-icon.png) -36px -37px no-repeat;
    cursor: pointer;
}

#show_list {
    margin-right: 10px;
	background: url(../img/grid-list-icon.png) 0px -5px no-repeat;
}

#show_list:hover {
	background: url(../img/grid-list-icon.png) -32px -5px no-repeat;
    cursor: pointer;
}

#page_data, #page_list {
    padding-bottom: 20px;
}

#page_data img, #page_list img {
    max-width: 250px;
}

#page_list .list_data {
    font-size: 1.1rem;
}

#page_list .row {
    margin: 0px;
    padding: 10px 0px 10px 10px;
    border-top: 1px solid #5a5a5a;
}

#page_list .title {
    border-top: 0px;
}

#page_list .title .show_btn {
    float: left;
}

#page_list .row > div {
    padding: 0px 10px 0px 0px;
}    

#page_list .row > div:last-child {
    padding-right: 0px;    
}
    
#page_list .ev_name {
    font-weight: bold;
}

#cal_search_box {
    cursor: default;
    border-bottom: 1px solid #cacaca;
}

#cal_search_date {
    float: left;
    padding: 10px;
}

#cal_search_close, #cal_search_back, #cal_search_reset {
    float: right;
    width: 40px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    border-left: 1px solid #cacaca;
}

.ac_tab .card-header button {
    width: 100%;
    text-align: left;
    padding: 10px 0px 10px 0px;
	/*background: url(../img/arrow-down-black.png) right 15px no-repeat;*/
	background: url(../img/arrow-down-blue.png) right 15px no-repeat;
	background-size: 20px 10px;
}

.ac_tab .card-header button:hover {
	background: url(../img/arrow-down-blue.png) right 15px no-repeat;
	background-size: 20px 10px;
}

.ac_tab .card-header button.collapsed {	
    /*background: url(../img/arrow-right-black.png) right 10px no-repeat;*/
    background: url(../img/arrow-right-blue.png) right 10px no-repeat;
	background-size: 10px 20px;
}

.ac_tab .card-header button.collapsed:hover {	
	background: url(../img/arrow-right-blue.png) right 10px no-repeat;
	background-size: 10px 20px;
}

.ac_tab .card-body {
    color: #000;
}

#tabs_box a.active {
    background-color: #f2f2f2;
}

.ac_tab .card {
    background-color: #f2f2f2;
}

#tabs {
    display: flex !important;
}

.faq .btn-link {
    white-space: normal;
    padding-right: 20px !important;
}

.faq .card {
    border: 0px;
	background-color: #252525;
}

.faq .card .btn-link {
    color: #fff;
    text-decoration: none;
}

.faq .card-body {
    color: #fff;
    background-color: #4a4a4a; 
}

.faq .card-body ul, .faq .card-body ol, .faq .card-body p:last-child {
    margin: 0px;    
}

.faq .card-header {
    background-color: #252525;
    border-bottom: 1px solid #52b4f5;    
}

.tabs_btns li a {
    border: 1px solid #fff !important;
    border-bottom: 0px !important;
    border-radius: 5px 5px 0px 0px !important;
}

.tabs_btns li:last-child a {
    margin-left: 10px;
}

.line_title {
    float: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #fafafa;  
}

.cat_imgb, .page_imgb {
    position: relative
}

.cat_imgb .img_title, .page_imgb .img_title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 15%;
    padding-right: 8%;
    text-align: right;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 4px 4px 10px #000;
}

.cat_imgb .concerts-and-festivals {
    padding-top: 21% !important;
    padding-right: 22% !important;
}

.page_imgb .today {
    padding-top: 21% !important;
    padding-right: 44% !important;
}

.page_imgb .this-week, .page_imgb .calendar {
    padding-top: 24% !important;
    padding-right: 33% !important;
}

.page_imgb .recommend {
    padding-top: 21% !important;
    padding-right: 25% !important;
}

.page_imgb .pb_title {
    padding-top: 24% !important;
    padding-right: 5% !important;
}

.month {
    text-transform: capitalize;   
}

#epaygo_editor1, #epaygo_editor2 {
    position: relative;
    padding: 6px;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #fff;
    color: #000;
    display: block;
    background-color: #fff;
    border: 1px solid #999;
    outline: none;
}

#epaygo_editor1 img, #epaygo_editor2 img, #post_content img {
    max-width: 100%;
    height: auto;
    padding: 0px;
}

.w_100 {
    width: 100% !important;    
}

.box_btn input {
    width: 45% !important;
    cursor: pointer;
}

.checkbox-epaygo {
    cursor: pointer;    
}
.checkbox-epaygo input[type="checkbox"] { display: none; }
.checkbox-epaygo input[type="checkbox"] + span { position: relative; }
.checkbox-epaygo input[type="checkbox"] + span:before {
    content: "";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1em;
    width: 15px;
    height: 15px;
    line-height: 14px;
    background-color: #fff;
    border: 1px solid #AAA;
    border-radius: 2px;
    color: #494949;
}
.checkbox-epaygo input[type="checkbox"] + span:before { position: absolute; top: 0px; left: -20px; }
.checkbox-epaygo:hover input[type="checkbox"] + span:before { border: 1px solid #08C; color: #08C; }
.checkbox-epaygo input[type="checkbox"]:checked + span:before { content: "\f00c"; }

#link_check_img {
    padding: 5px 0px 0px 20px;
}

.req {
    color: #ff0000;    
}

.eg_ed_row {
    padding-bottom: 10px;
}

#editor_img_prev {
    float: left;
    width: 253px;
    height: 253px;
    margin: 20px 0px 10px 0px;
    line-height: 250px;
    text-align: center;
    border: 1px solid #cacaca;
}

.editor_img_w img {
    width: 100%;
}

.editor_img_h img {
    height: 100%;
}

#img_up_box {
    overflow-y: auto;
}

.editor_img_info {
    height: 390px;
    padding: 20px 0px 20px 0px;
}

#img_box {
    float: left;
    width: 252px;
    height: 325px;
}

.img_error {
    padding: 10px;
    color: #ff0000;
    line-height: normal;
}

#editor_img_size_box {
    float: left;
    width: 195px;
    margin-left: 15px;
    display: none;
}

#editor_img_size_box .img_s input {
    width: 80px;
}

#epaygo_wrapper .modal {
    color: #494949;
}

#modal_link_box input {
    width: 100%;
}

.img_label {
    float: left;
    padding-top: 5px; 
}

.i_w100 {
    width: 100% !important;
}

#editor_img_size_box #img_w {
    padding-bottom: 10px;
}

#editor_img_size_box #img_t {
    padding: 5px 0px 5px 0px;
}

#new_img_box {
    margin: 0px;
}

#epaygo_post_tabs #tabs .active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

#epaygo_post_tabs > .tab-content {
    color: #000;
    background-color: #f2f2f2;
}

.write_box {
    margin: 0px; 
}

#write_comments {
    padding: 12px;
    border: 1px solid #999;
}

#write_comments input {
    width: 100%;
}

#write_comments textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    resize: none;
}

#comments_box, #comments_box h2 {
    padding: 0px;
    margin: 0px;
}

#comments_box.row .col-md-8 {
    padding-left: 0px;
}

#comments .comments_list{
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #333;
}

#comments .comments_author {
    border: 1px solid #999;
}

#post_box, #posts_box {
    color: #000;
    padding: 36px 30px 36px 30px;
    background-color: #fff;
}

#posts_box .row {
    margin: 0px;
}

#posts_box .col-md-9 {
    padding: 0px;
}
/*
.post_info {
    padding: 0px 20px 0px 0px;
}
*/

#page_data .row {
    padding-bottom: 25px;
}


.p_size_1 {
    padding: 0px !important;
    max-width: 250px;
    margin: 0px auto 0px auto;
}

.p_size_2 {
    padding: 0px 10px 0px 10px !important;
    max-width: 250px;
    margin: 0px auto 0px auto;
}

.post_info img {
    width: 100%;
    height: auto;
} 

.post_box {
    box-shadow: 0 0 5px #999; 
    border-radius: 0px 0px 10px 10px;
    border-top: 4px solid #0097ed;
}

#posts_back {
    padding-bottom: 10px;
}

#posts_back a {
    color: #333;
}

#posts_back a:hover {
    color: #555;
}

#post_content, .write_content {
    padding: 20px 0px 0px 0px;
    text-align: justify;
    text-justify: inter-word;
    word-wrap: break-word;
}

/*
#post_banners {
    padding-right: 0px;
}


#post_banners img {
    width: 288px;
    height: 90px;
}
*/

#post_not_miss {
    padding-right: 0px;
}

#post_not_miss img {
    width: 100%;
}

.p_b_list {
    position: relative;
    padding-bottom: 20px;
}

.no_miss_label {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}

#post_b_label {
    padding: 0px 0px 20px 0px;
}

#post_b_label h3 {
    margin: 0px;
    text-align: center;
    border-bottom: 2px solid #e1e1e1;
}

#post_title {
    word-wrap: break-word;
    padding: 20px 0px 0px 0px;
}

#post_info {
    padding: 10px 0px 10px 0px;
    margin: 0px;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}

#post_data {
    padding-top: 20px;
    margin: 0px;
}

#post_data .col-md-9 {
    padding: 0px 9px 0px 0px;
}

.post_title {
    overflow: hidden;
    color: #050124;
    height: 65px;
    padding: 10px;    
    word-wrap: break-word;
}

#page_title_h {
    padding-left: 10px;
    padding-right: 10px;
}

.post_title2 {
    padding: 10px;
    color: #666;
    height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post_author {
    height: 45px;
    position: relative;
    padding: 10px 50px 10px 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #e4e4e4; 
}

.post_dot {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 30px;
    padding: 10px 15px 10px 15px;
    border-left: 1px solid #e4e4e4;
}

.s_icon a {
    font-family: 'FontAwesome';
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 3px 10px 0px 0px;
    font-size: 16px;
    text-align: center;
    color: #fff !important;
    background-color: #333;
    border-radius: 50%;
    text-decoration: none !important;
}

#post_share_ic .fbi a:before {
    content: "\f09a"; 
}

#post_share_ic .twi a:before {
    content: "\f099"; 
}

#post_share_ic .gli a:before {
    content: "\f0d5"; 
}

#post_share_ic .lni a:before {
    content: "\f0e1"; 
}

#post_share_ic .mli a:before {
    content: "\f0e0"; 
}

.s_icon_last a {
    margin-right: 0px;
}

.post_btn {
    width: 110px !important;
    padding: 3px 0px 3px 0px;
    box-shadow: none !important;
}

#post_complete_ok, #post_complete_send, #post_complete_close, .post_save {
    box-shadow: none !important;
}

#post_mainimg_save {
    position: relative;
    display: none;
    box-shadow: none !important;
}

#post_mainimg_save img, #comment_add img, .post_save img, #post_complete_send img, #editor_save_img img {
    position: absolute;
    top: 2px;
    left: 40%;
}

#comment_add, .post_save, #post_complete_send, #editor_save_img {
    position: relative;
}

#modal_img_box .modal-footer button, #editor_img_upload_btn {
    box-shadow: none !important;
}

#post_label, #post_share {
    padding: 0px; 
}

.title_box input {
    width: 100%;
    padding: 5px 10px 5px 10px;
    color: #000;
    background: #fff;
    border: 1px solid #999;
}

.post_save_btn {
    padding-top: 10px;    
}

#post_img img {
    width: 100%;
    height: auto;
}

#post_content img[alt$="-(-"], #epaygo_editor1 img[alt$="-(-"] {
    float: left;
    margin: 5px 10px 0px 0px;
}

#post_content img[alt$="-)-"], #epaygo_editor1 img[alt$="-)-"] {
    float: right; 
    margin: 5px 0px 0px 10px;
}

#post_content img[alt$="-(-)-"], #epaygo_editor1 img[alt$="-(-)-"] {
    float: none;
    display: block;
    margin: 5px auto 0px auto;
}

.rib {
    min-width: 75px;
    min-height: 75px; 
}

.rib .ui-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cacaca;
}

.rib .ui-icon:before {
    content: "\f065"; 
}

.rib .rib_close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cacaca;
}

.rib .rib_close:before {
    content: "\f1f8"; 
}

.rib .rib_edit {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cacaca;
}

.rib .rib_edit:before {
    content: "\f040"; 
}

.img_up {
    position: relative;
    float: left;
    width: 102px;
    height: 102px;
    display:flex;
    align-items: center;
    justify-content: center; 
    margin: 5px;
    border: 1px solid #cacaca;    
}

.img_up:hover {
    border-color: #333;
    cursor: pointer;
}

.img_up img {
    max-width: 100px;
    max-height: 100px;
}

.img_up_del {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    background-color: #fff;    
    border: 1px solid #cacaca;
}

.edit_actions {
    padding-top: 45px;
    padding-right: 0px;
}

.editor_btn {
    width: 40px;
    padding: 10px;
    text-align: center;
    margin: 0px 0px 12px 12px;
    background-color: #fff;
    border: 1px solid #cacaca;
}

.editor_btn:hover {
    border-color: #333;
    cursor: pointer;    
}

.del_img_conf {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid red;
    z-index: 99;
}

.del_img_title {
    padding: 10px 0px 10px 0px;
}

.del_img_err {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid red;
    z-index: 999;
}

#post_mainimg_add {
    position: relative;
    width: 800px;
    height: 400px;
    background-color: #cacaca;
    margin: 0px auto 0px auto;
}

#post_mainimg_add span {
    font-size: 20px;
    margin: 0px 0px 0px 5px;
}

#img_empty_msg {
    width: 100%;
    height: 356px;
    padding-top: 170px;
    color: #000;
    text-align: center;
    font-size: 30px;
    background-color: #cacaca;
}

#epaygo_post_tabs {
    position: relative;
}

#epaygo_post_tabs #req, #epaygo_post_tabs #com, #epaygo_post_tabs #write, #epaygo_post_tabs #write2, #epaygo_post_tabs #post_complete {
    padding: 20px 16px 20px 16px;
}

#post_btns_box {
    text-align: center;
}

#post_btns_box input {
    margin: 20px;
    box-shadow: none;
}

#mainimg_reset {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    color: #000;
    background-color: #fff;
    border: 1px solid #999;
}

#mainimg_reset:hover {
    border-color: #333;
}

#post_sale_btn {
    display: flex;
    margin: 0px;
    justify-content: flex-end;
}

#post_sale_btn a {
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 5px;
}

#post_author {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    word-wrap: break-word;
}

#post_share_ic {
    display: flex;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    justify-content: flex-end;
}

#share_author {
    margin: 0px;
}
    
.post_dest  {
    display: flex;
    align-items: center;
}

#mobile_search {
    position: relative;
    padding: 10px 5px 10px 5px;
    margin-right: 10px;
}

#m_data_search {
    position: absolute;
    top: 59px;
    left: 0px;
    width: 100%;
    color: #000;
    background-color: #fff;
    z-index: 9999;
}

#epaygo_search_m {
    background-color: #212529;
}

#m_data_search, #m_data_search .search_box, #epaygo_search_m .search_button, #epaygo_search_m .twitter-typeahead {
    width: 100% !important;
}

#page_cats {
    position: relative;
}

#go-read {
    position: fixed;
    top: 44.1%;
    right: 0px;
    color: #fff;
    display: block;
    padding: 37px 10px 33px 20px;
    background-color: #7d7d7d;
    border-radius: 50% 0% 0% 50%;
    z-index: 10;
}

#go-read span {
    padding-left: 5px;
    padding-right: 5px;
}

#posts_pages .active {
    color: #ff0000;
}

#page_info, #page_info div {
    display: inline-block;
}

#posts_pages a {
    width: 36px;
    display: inline-block;
    padding: 4px 0px 4px 0px;
    color: #5b5b5b;
    text-align: center;
}

#posts_pages a.active {
    color: #fff;
    background-color: #5b5b5b;
}

#posts_pages, #news_pages {
    text-align: center;
}

#news_pages {
    padding-top: 10px;
}

#news_pages a {
    width: 36px;
    display: inline-block;
    padding: 4px 0px 4px 0px;
    text-align: center;
}

#banners_posts a {
    display: block;
}

.posts_img {
   position: relative;     
}

.posts_date {
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 40px;
    height: 40px;
    background-color: #0096eb;
    border-radius: 0px 50% 50% 0px;
}

.posts_date_day {
    color: #fff;
    padding: 2px 0px 0px 10px;
    margin: 0px;
}

.posts_date_month {
    position: absolute;
    top: 15px;
    left: 5px;
    color: #fff;
    padding: 0px;
}

.header_blue {
    float: right;
    text-align: right;    
    padding: 20px 20px 12px 20px;
    margin-top: 20px;
    color: #000;
    background-color: #53bcfe;
    border-bottom: 3px solid #3a83b0;
}

.header_yellow {
    padding: 10px;
    color: #000;
    background-color: #ffb500;    
}

.header_yellow .line_title {
    border-color: #000;
}

.header_yellow p:last-child {
    margin-bottom: 10px;
}

.news_row {
    position: relative;
    display: block;
    padding: 10px 150px 10px 100px;
    color: #aaaaaa;
    word-wrap: break-word;
    background: url(../img/arrow-right-blue.png) right center no-repeat;
	background-size: 10px 20px;
    border-bottom: 1px solid #515151;
}

.news_date {
   position: absolute;
   left: 0px;
   top: 50%;
   transform: translateY(-50%);
   vertical-align: middle;
   text-transform: capitalize;
}

.news_state {
   position: absolute;
   right: 30px;
   top: 50%;
   transform: translateY(-50%);
   width: 80px;
}

.state_type1 {
    color: #aaaaaa;
}

.state_type2 {
    color: #df1e17;
}

.state_type3 {
    color: #6fa4da;
}

#news_data {
    padding: 10px 0px 0px 0px;
}

#news_data .news_row:last-child {
    border: 0px;
}

#news_e_data {
    display: none;
}

#news_img {
    float: left;
    width: 100%;
    max-width: 600px;
    padding: 0px 10px 10px 0px;
}

#news_content ul {
    list-style-position: inside;
}

#news_data hr {
    border-bottom: 1px solid #cacaca;
}

.pos2_show  {
    padding: 0px;
}

#banners.pos2_show  {
    padding-top: 39px;
}

#poster_img {
    width: 100%;
}

.carousel-indicators, .carousel-control-next, .carousel-control-prev {
    color: white;
    filter: drop-shadow(.05em .05em orange);
    mix-blend-mode: difference;
}

.ol_ul ul {
    list-style-type: disc;
}

.evideo_box {
    text-align: center;
}

.evideo_box iframe {
    max-width: 480px;
    width: 100%;
    height: 360px;
}

.lang_switcher, .lang_switcher:hover {
    color: #0050ab; 
}

.mg_submit img {
    width: 22px;
    padding-top: 2px;
}
 
#page_title_h h1 {
    font-size: 2.2rem;    
}

#tabs {
    border-bottom: 0px;
}

#tabs .nav-item a {
    background-color: #fff !important;
    color: #261501 !important;
    border: 1px solid #ffb414 !important;
    padding: 5px 8px 3px 8px !important;
    border-radius: 2px !important; 
    margin-bottom: 25px;
}

#tabs .nav-item a.active {
    color: #261501 !important;
    background-color: #fff3d6 !important;
}

/*****************/

@media (min-width: 1200px) {
    .hour_label {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
	.categories a {
		width: 11%;
        margin-left: 16px;
	}
	
	.categories {
		font-size: 16px;
	}

    .event-link, #pos3_slider .title div {
        font-size: 0.95rem;
    }

    .business-info p {
        width: 60%;
    }

    .cat_imgb .img_title, .page_imgb .img_title {
        font-size: 42px;
    }
}

@media (max-width: 991px) {

	.form-inline {
		display: none;
	} 
	
    .form-inline_m {
		display: block;
	} 
	
    .container {
		margin: 0;
		min-width: 100% !important;
		padding: 0 !important;
	}
    
    #datepicker {
        left: 0px;
    }

    .datepicker-dropdown {
        top: 10px !important;
    }

    .search_box {
        width: 220px !important;
    }
    
    .search_box input {
        color: #fff;    
    }

    .search-btn {
        right: 5px;
        padding: 0.3rem 0.75rem;
    }

    .search_box input::-webkit-input-placeholder { 
        color: #fff;
    }
    .search_box input::-moz-placeholder { 
        color: #fff;
    }
    .search_box input:-ms-input-placeholder {
        color: #fff;
    }
    .search_box input:-moz-placeholder {
        color: #fff;
    }
    
    select.cities-selection {
        width: 197px !important;
        margin-bottom: 15px;
        color: #fff;
    }

    .navbar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #navbarMenu {
        top: 59px;
        max-height: 460px;
        overflow-y: auto;
    }

    #content {
        padding-top: 76px !important;
    }
	
    .categories::before {
		content: "";
		flex: 0 0 5px;
	}
	
	.categories::after {
		content: "";
		flex: 0 0 5px;
	}

    .categories {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		justify-content: flex-start;
	}
	
	.categories a {
		margin: 0 10px 1px 10px !important;
		width: 100%;
	}
	
	.categories a img {
		width: 110px;
	}
   
    
    .search_button {
        width: 197px !important;
    }

    .calendar {
	    padding-left: 0px;
    }

    .advantages-list ul {
        font-size: 16px;
    }
    
    #page_list .row > div:first-child {
        padding-left: 10px;
    }    

    #page_list .row > div:last-child {
        padding-right: 10px;    
    }

    #tag_no_data, #page_error, #page_no_data {
        margin: 0px 10px 0px 10px;    
    }

    #tabs_box {
        padding: 0px 10px 0px 10px;
    }
    
    .cat_imgb .img_title, .page_imgb .img_title {
        font-size: 40px;
    }
    
    .cat_imgb .img_title, .page_imgb .img_title {
        font-size: 4vw;
    }
    
    #editor_img_prev {
        float: none;    
    }

    #editor_img_size_box {
        float: none;
        width: 100%;
        margin: 0px;
    }

    #post_box {
        color: #000;
        padding: 26px;
    }
    
    .post_info {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #news_data {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pos2_show  {
        padding-right: 10px !important;
    }
    
    #buy, #sell, .p_l_10 { 
        padding-left: 10px;
    }

    #banners.pos2_show  {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #eg_text_box {
        padding: 0px 10px 0px 10px; 
    }

    #cat_box .cats:first-child {
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
	.categories span.city {
		color: #555;
	}
   
    /*
    #catsCarousel .carousel-inner, .carouselTheatre .carousel-inner {
		overflow: scroll;
		overflow-y: hidden;
	}

    
    #catsCarousel .carousel-item.active, .carouselTheatre .carousel-item.active {
		width: 170%;
	}
    */
	
    .categories::before {
		content: "";
		flex: 0 0 8px;
	}
	
	.categories::after {
		content: "";
		flex: 0 0 8px;
	}

    #banners::before, #banners_posts::before {
		content: "";
		flex: 0 0 5px;
	}
	
	#banners::after, #banners_posts::after {
		content: "";
		flex: 0 0 5px;
	}

    #banners, #banners_posts {
	    display: flex;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		justify-content: flex-start;
        text-align: left;
        padding-top: 20px !important;
        padding-left: 0px !important;
	}

	#banners a, #banners_posts a {
		margin: 0 10px 1px 10px !important;
		width: 100%;
	}
	
	#banners a img {
		width: 275px;
        padding: 0px;
        margin: 0px;
	}
	
    #banners_posts a img {
		width: 280px;
        padding: 0px;
        margin: 0px;
	}
	
    .concert-halls::before {
		content: "";
		flex: 0 0 5px;
	}
	
	.concert-halls::after {
		content: "";
		flex: 0 0 5px;
	}
	
	.concert-halls a {
		margin: 0 10px 1px 10px !important;
		width: 100%;
	}

    .business-info h1 {
        font-size: 24px; 
        width: 90%;
        margin: 0 auto;
    }

    .business-info p {
        font-size: 18px;
        width: 90%;
    }

    .advantages-list {
       display: block;
    }

    .advantages-list ul {
        font-size: 18px;
    }

    .advantages-list ul li {
        margin-bottom: 10px;
    }

    #pos3_slider .date div:first-child {
        font-size: 22px !important;
    }

    #venues_slider .title {
        font-size: 12px;    
    }
    
    #page_list .row > div {
        padding: 10px 0px 0px 0px;
    }
    
    #page_list .row > div:first-child {
        padding: 0px;    
    }

    #page_list .title > div {
        display: none;    
    }
    
    #page_list .title > div:first-child {
        display: block;    
    }
    .cat_imgb .img_title, .page_imgb .img_title {
        font-size: 6vw;
    }

    /*
    #post_banners {
        padding-left: 0px;    
    }
    */

    
    .post_sale_no #post_share_ic {
        padding-top: 10px;
        justify-content: flex-start;
    }

    .s_icon a {
        margin-top: 10px;
    }

    #post_sale_btn a {
        margin-top: 7px;
    }

    #post_share_ic {
        padding-bottom: 20px;    
    }

    #page_title_h h1 {
        font-size: 1.8rem;    
    }

    #post_not_miss {
        padding: 50px 0px 0px 0px;
    }

    .p_b_list {
        margin-right: 10px;
        padding-bottom: 2px;
    }

    #banners_posts {
        padding-top: 0px !important;    
    }

    #banners_posts a {
        margin: 0px !important;    
    }

    .no_miss_label {
        bottom: 2px; 
    }

    #banners_posts .p_b_list:last-child {
        margin: 0px;
    }
    
    #post_box, #posts_box {
        padding: 26px 15px 36px 15px;
    }

    #post_data .col-md-9 {
        padding: 0px;
    }

    #go-read {
        top: 44.1%;
        right: 0px;
        color: #fff;
        display: block;
        padding: 18px 5px 15px 10px;
        font-size: 13px;
        background-color: #7d7d7d;
        border-radius: 50% 0% 0% 50%;
        z-index: 10;
    }

    .contacts_box {
        padding: 10px 10px 0px 10px;
    }

    #banners.pos2_show {
        padding-top: 0px !important;
    }

    .tabs_btns li:last-child a {
        margin-left: 0px;
    }
}

@media (max-width: 630px) {
    #news_img {
        padding: 0px;
    }
}

@media (max-width: 575px) {
    #navbarMenu {
        width: 100%;
        top: 55px;
    } 

    header .navbar-brand img {
		width: 156px;
	}
    
    #content {
        padding-top: 65px !important;
    }
	
    .categories a img {
		width: 100px;
	}
	
	.categories a {
		margin: 0 5px 15px 5px;
		width: 100%;
	}
	
	.categories {
		font-size: 14px;
	}

    .advantages {
        padding: 30px 10px 30px 10px;
    }
    .advantages-list ul li {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .advantages-list ul {
        list-style-image: url(../img/bullet-m.png);
    }
    
    .datepicker-dropdown {
        top: 9px !important;
    }
    
    #post_box {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #m_data_search {
        top: 55px;
    }
    
    .navbar-brand {
        margin-right: 0px;    
    }

    #posts_pages a {
        width: 26px;
    }
    
    #page_title_h h1 {
        font-size: 1.4rem;    
    }
    
    #navbar_footer_menu ul li {
        padding: 0px !important;
    }

    #navbar_footer_menu ul li a {
        display: block;
        padding: 10px 0px 10px 0px;
    }

    .news_row {
        padding-right: 20px;    
    }

    .news_state {
        position: relative;
        transform: none;
        right: 0px;
        top: 0px;
    }
}

@media (max-width: 340px) {
    #editor_img_prev {
        width: 100%;    
    }
    
    header .navbar-brand img {
		width: 120px;
	}
    
    #navbarMenu {
        top: 44px;
    } 
    
    #m_data_search {
        top: 44px;
    }
    
    .datepicker-dropdown {
        top: 3px !important;
    }
    
    #posts_pages a {
        width: 22px;
    }
}
