/*
    Theme Name: Default tooShark Theme
    Theme URI: https://e-mk.ro/
    Description: This is the default tooShark theme created for the Genesis Framework.
    Author: tooShark
    Author URI: https://www.2shark.ro/

    Version: 4.3

    Template: genesis
    Template Version: 2.4

    License: GPL-2.0+
    License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* # START Customization
---------------------------------------------------------------------------------------------------- */

/* ## Generic
------------------------ */

body > div {
    font-size: 1.5rem;
}

body {
    background-color: #fff;
    color: #050708;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 125%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 90%;
}

h6 {
    font-size: 80%;
}

a {
    color: #860518;
    text-decoration: none;
    cursor: pointer !important;
}

a:hover,
a:focus {
    color: #422754;
    text-decoration: none;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

b, strong {
    font-weight: bold;
}

img {
    border-style: none;
}

input, select, textarea {
    padding: 3px 5px;
}

textarea:focus, input:focus, img, *:focus {
    outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #860518;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 8px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}
/* ## Utility
------------------------ */

.fw-300 {
    font-weight:300;
}

.fw-400 {
    font-weight:400;
}

.fw-500 {
    font-weight:400;
}

.fw-600 {
    font-weight:600;
}

.fw-700 {
    font-weight:700;
}

.fw-800 {
    font-weight:800;
}

.fs-050 {
    font-size: 50%;
}

.fs-060 {
    font-size: 60%;
}

.fs-070 {
    font-size: 70%;
}

.fs-080 {
    font-size: 80%;
}

.fs-090 {
    font-size: 90%;
}

.fs-100 {
    font-size: 100%;
}

.fs-110 {
    font-size: 110%;
}

.fs-120 {
    font-size: 120%;
}

.fs-125 {
    font-size: 125%;
}

.fs-150 {
    font-size: 150%;
}

.fs-175 {
    font-size: 175%;
}

.fs-200 {
    font-size: 200%;
}
.lh-10 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-19 {
  line-height: 1.9;
}

.lh-20 {
  line-height: 2;
}

.mw-40 {
    min-width: 40px;
}

.mw-60 {
    min-width: 60px;
}

.mw-80 {
    min-width: 80px;
}

.mw-100 {
    min-width: 100px;
}

.mw-120 {
    min-width: 120px;
}

.mw-140 {
    min-width: 140px;
}

.mw-160 {
    min-width: 160px;
}

.mw-180 {
    min-width: 180px;
}

.mw-200 {
    min-width: 200px;
}

.mw-250 {
    min-width: 250px;
}

.text-right {
    text-align:right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align:center;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.text-justify,
.text-justify .fl-heading{
    text-align:justify !important;
}

.clear {
    clear: both;
}

.italic {
    font-style: italic;
}

.bold {
    font-stule:bold;
}

.mobile-left-center {
    text-align: left;
}

.mobile-right-center {
    text-align: right;
}

.mobile-left-justify {
    text-align: justify;
}

p:empty { display:none; }

.tooltip {
    font-size:10px !important;
    font-weight:600;
}

.hide {
    display:none;
}

.clear {
    clear: both;
}

.bg-darkred {
    background-color: #860518;
}

.bg-grey-1 {
    background: #eeeeee;
}

.bg-grey-2 {
    background: #eeeeee;
}

td {
    line-height: 1.2;
}

.red-box {
    background: #860518 url("https://www.unbr.ro/wp-content/uploads/2019/11/ro-jud-transp.png") no-repeat center center;
    background-size: contain;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.66);
}

.yellow {
  color: #fdc410;
}

.yellow a:hover {
  color:#ffffff;
}

.text-red {
  color:#860518;
}
/* ## Layout
------------------------ */
#genesis-content {
    margin:0;
}

.container {
    width: 1280px;
}

.page-content {
    padding:40px 0;
}

.sidebar .widget {
    padding:0;
}

.entry {
    padding:0;
}

.site-inner {
    padding: 0;
}

.breadcrumb {
    font-size: 13px;
    text-align: right;
    color: #666;
    font-style: italic;
    background:#f5f5f5;
    margin:0;
    line-height:15px;
}

.post-views {
    display: block;
    width: 100%;
    height: 10px;
    margin-bottom:20px;
    max-width:1200px;
    margin:0 auto;
}

.promo h3 {
    margin-bottom:0;
}

.promo h3 a {
    color:#000;
    font-size:16px;
}

.promo h3 span {
    padding:2px 5px;
    color:#fff;
    background:#000;
}

.pp-announcement-bar-content p {
}

.page-id-10691 .breadcrumb,
.page-id-10691 .post-views {
    display:none;
}

.art-m img{
    float:left;
    max-width:100px;
    margin: 0 10px 10px 0;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.ticker-wrap {
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    overflow: hidden;
    height: 5rem;
    background-color: rgba(255, 208, 0, 1);
    padding-left: 100%;
    z-index:99999;
}

.ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
}
.ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    color: black;
}

.ticker__item a {
    color:#000;
    font-size: 1.7rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.ticker__item span {
    background:#000;
    color:#fff;
    padding:2px 5px;
    margin-right:10px;
    font-size: 1.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

body {
    padding-bottom: 5rem;
}

h1, h2, p {
    padding: 0 5%;
}

table {
    margin:0 6% 3%;
    max-width:86%;
    font-family: 'Roboto Condensed';
    word-break: normal;
}

th {
    padding:2px 6px;
    border:2px solid #fff;
    background:#eee;
    line-height:1.1;
}

td {
    padding:5px 10px;
}

td:first-child, th:first-child {
    padding-left: 6px;
}

table .thead {
    background: #efefef;
}

table .thead td {
    padding:5px 10px;
}

.text-center td {
    text-align:center;
}

.entry-content ul > li {
    list-style-type:none;
    margin-left:60px;
}

div.tabel table tr:nth-child(odd) {
    background: #eeeeee;
}

div.tabel table tr:nth-child(1) {
    background: #860518;
    color:#ffffff;
}

.bg-dark a {
  color:#f8f9fa;
}


/* ## Header
------------------------ */

.site-header {
    min-height: 110px;
    padding:5px 0;
    background: #860518;
    min-height: 110px;
    background: radial-gradient(#7a0516 15%, transparent 16%) 0 0,
    radial-gradient(#7a0516 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-color: #860518;
    background-size: 12px 12px;
}

.header-image .site-title > a {
    min-height:110px;
}

.title-area {
    width: 360px;
    padding: 5px 0;
}

.site-header .wrap {
    padding: 0;
    position: relative;
}

.nav-header .genesis-nav-menu a {
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 12px;
    padding: 2px 5px;
}

.nav-header .genesis-nav-menu li {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, .8)
}

.nav-header .genesis-nav-menu li:last-child {
    border-right: 0px;
}

.widget {
    margin-bottom:0;
}
.widget_search {
    margin: auto
}

.site-header .search-form {
    width:140px;
    margin: 0 auto;
    position: relative;
    float:none;
}

.search-form input {
    color: #444;
    padding-right: 25px;
    font-size:12px;
    line-height:1;
}

.search-form:after {
    content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 12px/2 'dashicons';
    position: absolute;
    top: 0px;
    right: 5px;
}

.google-search a:hover {
    text-decoration:underline;
}

/* ## Nav
------------------------ */

.main-nav {
    background: radial-gradient(#000 15%, transparent 16%) 0 0,
    radial-gradient(#000 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-color: #282828;
    background-size: 12px 12px;
    padding: 10px 0 5px;
    text-align: center;
    border:0;
}

.main-nav .menu {
    text-align: center;
}

.main-nav ul li a,
.secondary-nav ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
}

.main-nav ul li a {
    text-transform: uppercase;
}

.main-nav ul li a:hover,
.secondary-nav ul li a:hover{
    text-shadow: 0 0 3px #fff;
}

.main-nav ul li.menu-item,
.secondary-nav ul li.menu-item{
    float:none;
    display:inline-block;
}

.main-nav .fl-menu-toggle,
.secondary-nav .fl-menu-toggle{
    color:#fff;
}

.fl-menu-toggle:before {
    width: 4px !important;
    height: 4px !important;
    margin: -2px -2px 0 0 !important;
    border-right: 1px solid !important;
    border-bottom: 1px solid !important;
}

.fl-menu .fl-has-submenu .sub-menu a{
    font-size:16px;
}

.main-nav ul.sub-menu,
.secondary-nav ul.sub-menu {
    padding:10px 5px;
    background: rgba(255,255,255,0.9)
}

.main-nav ul.sub-menu li,
.secondary-nav ul.sub-menu li{
    display:block;
}

ul.sub-menu > li > a,
ul.sub-menu > li > .fl-has-submenu-container > a{
    color: #050708 !important;
    font-family: 'Roboto Condensed' !important;
    font-size:14px !important;
}

.main-nav .sub-menu li a:hover {
    color: #860518 !important;
}

.secondary-nav {
    background: #666;
    background: radial-gradient(#666 15%, transparent 16%) 0 0, radial-gradient(#666 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-color: #666;
    background-size: 12px 12px;
    padding: 4px 0 2px;
    text-align: center;
    font-size:16px;
}

.secondary-nav ul.sub-menu > li > a {
    color: #050708 !important;
    font-family: 'Roboto Condensed' !important;
    font-size:12px !important;
}

.modal-open .site-container {
    background: rgba(0,0,0,0.2);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.modal-dialog {
    margin-top:15%;
}

.modal-content {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-radius: 3px;
}

.modal-content input[type="search"]{
    width:80%;
    height:42px;
}

.modal-content input[type="submit"]{
    width:20%;
    margin:0;
    height:42px;
}


/* ## Page
------------------------ */

.page .site-inner {
    padding-top: 0px;
}

.rssinpage li {
    margin-bottom:20px;

}

.rssinpage li a {
    font-family: "Roboto Condensed";
    font-size:20px;
    line-height:1.2;
    margin-bottom:3px;
}

.rssinpage li small {
    color:#aaa;
    font-style: italic;
}

.fl-rich-text li:before {
    content: '»';
    color:#860518;
    margin:0 5px;
}

.fl-rich-text ul {
    margin:3px 0;
}

.lista-arhiva li:before {
    content: '';
    margin:0;
    padding:0;
}

.lista-arhiva li {
    display:inline-block;
    border-left:1px solid #ccc;
    line-height:22px;
    padding-top: 2px;
    margin: 2px 0;
}

.lista-arhiva,
.lista-arhiva li a {
    font-size:22px;
    padding:0 15px;
    font-family:'Roboto Condensed';
    font-weight:bold;
}

.lista-arhiva li:first-child {
    border-left:1px solid #fff;
}

/* ## Homepage
------------------------ */

.galleryTextThumbs .rsThumbs h5 {
    font-size: 13px;
    font-weight:normal;
    display: block;/* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 60px;
    line-height: 15px;
    text-overflow: ellipsis;
}

.galleryTextThumbs .rsTmb {
    padding: 7px 10px 10px 15px !important;
}

.new-royalslider-1 .rsThumb {
    height: 75px !important;
}

.slide-excerpt {
    position: absolute;
    left: 20px;
    bottom: 15px;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.75);
    width: 90%;
    font-size: 11px;
    border-radius: 4px;
}

.slide-excerpt a {
    color:#fff;
}

.rsUni .rsThumb.rsNavSelected {
    background: #860518 !important;
}

.home .post-views {
    display:none;
}

.fl-post-slider-title a {
    font-weight:normal;
}

.slider .fl-post-slider-title {
    margin-bottom:10px !important;
}

.fl-post-slider-feed-meta,
.fl-post-slider-feed-more {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-size:12px;
    margin-bottom:0px !important;
}

.home-title h2 {
    position:relative;
}

.home-title h2 {
    font-size:18px;
    font-weight:normal;
}

.home-title h2 a:after {
    content: "";
    width: 90px;
    border-top: 2px solid #860518;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.home-title-box {
    background: #860518;
    height:64px
}

.home-title-box-gold {
    background: #FFD001;
    height:64px;
    box-shadow:inset 0px 0px 0px 4px #860518;
}

.home-title-box h2 {
    font-size:18px;
    font-weight:normal;

}

.home-title-box h2 a {
    color:#ffffff;
    text-align:center;
    line-height:1;
}
.home-title-box h2 a:hover {
    text-shadow: 0 0 5px #fff;
}


.examene {
    border:1px solid #860518;
    margin: 0 5px;
}

.stiri,
.articol {
    padding:7px 12px;
    text-align:justify;
    font-size:14px;
    line-height:16px;
    min-height:62px;
}

.articol:nth-child(even),
.stiri:nth-child(odd){
    background:#eeeeee;
}

.stiri:last-child {
    border-bottom:0;
}

.articol a,
.stiri a {
    color:#050708;
}

.articol aȘhover,
.stiri a:hover {
    color:#860518;
}

.articol {
    min-height:64px;
}

.proiecte-unbr {
    background: #860518;
    padding: 20px 10px;
}

.proiecte-unbr h3 {
    text-align:center;
    color:#fdc410;
    font-size:22px;
}

.proiecte-unbr ul {
    margin:0;
}
.proiecte-unbr ul li {
    list-style: none;
    padding: 10px 0 10px 20px;
    margin-left:0;
}
.proiecte-unbr ul li a{
    color:#ffffff;
    font-size:18px;
}

.proiecte-unbr ul li a:after {
    content: "";
    width: 90px;
    border-top: 2px solid #860518;
    position: absolute;
    left: 0;
    bottom: -5px;
}

/* ## Articles List
------------------------ */
.archive .site-inner {
    min-height:450px;
}

.archive-date {
    text-align: right;
    margin-bottom:0;
}

.after-entry, .author-box {
    padding:0;
}

.archive-title {
  font-weight:700;
}

.archive-description {
    text-align:center;
    padding:20px 20px 40px;
    margin-bottom:0;
    background: #f5f5f5;
}

.archive-description h1 {
    max-width:1200px;
    margin:0 auto;
    font-size:32px;
    font-weight:normal;
    color:#860518;
}

.date-archive-description {
    background: transparent;
    text-align: right;
    padding: 0 40px 20px 40px;
}

.date-archive-description h1 {
    font-size:24px;
    color: #050708;
}

.archive-pagination ul > li:before {
    content: ''
}

.archive-title {
    font-size:24px;
}

.archive-pagination ul {
    margin: 20px 0
}

ul.wpv-pagination-nav-links-container {
  margin-bottom:0;
  margin-left:0;
}

ul.wpv-pagination-nav-links-container > li {
  margin-left:0 !important;
  margin-top:10px;
}

.wpv-filter-pagination-link,
.wpv-filter-last-link,
.wpv-filter-last-link {
    margin:3px;
    font-size: 14px;
    border:0;
}

.page-link {
  color: #860518;
}

.page-link:hover {
  color:#222222;
}

.art {
    margin: 5px 0px;
    display: inline-block;
    border: 1px solid #ddd;
    width: 100%;
    min-height: 120px;
}

.art-data {
    float: left;
    width: 12%;
    height: 100%;
    font-family: Roboto Condensed;
}

.art-data p {
    text-align: center;
    margin: 0;
}

.art-data .zi {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    line-height: 70px;
    vertical-align: middle;
    color: #aaa;
}

.art-data .luna,
.art-data .an {
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #aaa;
}

.art-content {
    float: left;
    width: 85%;
    border-left: 1px dashed #ddd;
    padding: 20px;
    min-height: 115px;
}

.art-content p {
    margin: 0;
}

.art-content h2 a {
    color: #860518;
    font-size: 20px;
    font-weight:400;
    font-family: 'Roboto Condensed';
}

.art-content h2 a:hover {
    color:#422754
}

.more {
    font-size:80%;
}

/* ## Siebar
------------------------ */

/* ## Single Product
------------------------ */


/* ## Checkout
------------------------ */


/* ## Footer Widget
------------------------ */


/* ## Footer
------------------------ */

.footer-widgets {
    background: #860518;
    background: radial-gradient(#7a0516 15%, transparent 16%) 0 0,
    radial-gradient(#7a0516 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-color: #860518;
    background-size: 12px 12px;
    color: #eee;
    font-family: sans-serif;
    margin-top: 20px;
    padding:20px 0 10px;
}

.footer-widgets .menu li {
    margin: 0;
    border: 0;
}

.footer-widgets .menu li a {
    color: #fafafa;
    display: inline;
    font-size:14px;
}

.footer-widgets .menu li a:hover {
    color: #fff;
    text-shadow: 0 0 2px #fff;
}

.footer-widgets .menu li a:before {
    content: '\f101';
    font-family: FontAwesome;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.footer-map {
    margin-left:30px;
}

.footer-map p {
    font-size:13px;
    margin:0;
}

.footer-map span {
    font-size:13px;
    padding:4px;
}

.footer {
    border:0;
    font-size: 14px;
    background: radial-gradient(#000 15%, transparent 16%) 0 0,
    radial-gradient(#000 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-color: #282828;
    background-size: 12px 12px;
    padding: 5px 0 ;
}

.copy {
    color: #888;
    float: left;
    width: 67%;
    text-align: left;
}

.dev {
    float: right;
    width: 33%;
    text-align: right;
}

.dev, .dev a {
    color: #888;
}

.dev a:hover {
    color: #121212;
}

/* Agenda Presedintelui */
.box-head {
  background:#860518;
  padding: 2px 10px 2px 100px;
  color:#fff;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size:20px;
}
.box-head span.day {
  background: #C3171A;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  border: 3px solid #ffffff;
  line-height: 50px;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: -11px;
  width: 56px;
  text-align: center;
  height: 56px;
}

.box-content {
  border-left: 3px solid #860518;
  margin: 20px 20px 20px 55px;
  padding:10px;
}

.box-content span.details a{
  font-size:14px;
  font-style: italic;
  margin-left:5px;
}

/* # Plugins
------------------------ */

form.gsc-search-box {
    max-width:800px;
}

form.gsc-search-box tbody,
form.gsc-search-box tbody td,
.gsc-table-result tbody {
    border:0 !important;
}

input.gsc-search-button {
    width:100px;
    height: 40px !important;
    font-size: 16px !important;
}

.gsc-selected-option-container {
    width:125px;
}

.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
    border:0 !important;
    margin-left:0px !important;
}

table.gsc-table-result {
    margin-bottom:0;
}

.gsc-adBlock {
    margin:0 100px !important;
    margin-left: 0 !important;
    border-left:40px solid #e9e9e9 !important;
}

/* #GenesisChild  - Beaver Builder Full Width
---------------------------------------------------------------------------------------------------- */

.fl-builder .site-inner {
    padding: 0;
    border-top: none;
    max-width:100%;
    background:transparent;
    min-height:350px;
}

.fl-theme-builder-singular .site-inner {
    max-width:100%;
    padding-top:0;
    min-height:450px;
}

.fl-builder .site-inner .wrap {
    max-width: none;
}

.fl-builder .entry {
    padding: 0;
    margin-bottom: 0;
    border-top: none;
}

.fl-builder .entry-header {
    display: none;
}

.fl-rich-text p:last-of-type {
    margin-bottom: 0;
}

.fl-builder ul.menu > li {
    list-style-type: none;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

}

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

}

@media only screen and (max-width: 460px) {
    .art-data {
        width:100%;
        padding: 10px 20px;
        border-bottom: 1px dashed #ddd;
        height:unset;
    }
    .art-data .zi,
    .art-data .luna,
    .art-data .an {
        float:left;
        margin:0 3px;
        font-size:24px;
        line-height:28px;
    }
    .art-content {
        border-left:0;
        width:100%;
    }
    .main-nav ul.sub-menu > li > a {
        color:#fff !important;
    }
    .mobile-left-center,
    .mobile-right-center {
        text-align: center;
    }

    .footer-map {
        max-width:100%;
        margin:0 auto;
    }

    promo h3 a {
        color:#000;
        font-size:13px;
    }

    .promo h3 span {
        padding:1px 4px;
        color:#fff;
        background:#000;
    }

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

}
