.fana-b img, .fana-f img {
    background-color: #ffffff73;
    border-radius: 50%;
    padding: 7px;
    -webkit-transition: all 130ms ease-in-out;
    -moz-transition: all 130ms ease-in-out;
    -ms-transition: all 130ms ease-in-out;
    -o-transition: all 130ms ease-in-out;
    transition: all 130ms ease-in-out;
    filter: invert(1);
}

.fana-b img:hover, .fana-f img:hover {
    background-color: #fff;
    filter: invert(0);
    
}

footer ul.sub-menu {
    display: none!important;
}

.login-username, .login-password {
    display: flex;
    flex-direction: column;
}

.login-username input, .login-password input{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.login-submit input{
    background-color: rgb(219, 182, 118);
    border-color: rgba(204, 204, 204, 0);
    color: rgb(255, 255, 255);
    width: 100%;
    height: 45px;
}


#googleMaps iframe{
    width:100vw;
}

.fana-form{
    display: none;
}

input#hidden-property {
    display: none!important;
}

label span {
    color: rgb(219, 182, 118)!important;
}

/*MENU---------------------------------*/
.fana-menu li {
    display: inline-block;
    padding: 10px;
}

body{
    background-color: #292e3b;
}

.fana-menu li::after {
    content: "|";
    padding-left: 1vw;
    color: #0054a3;
}

.fana-menu li:last-child::after {
    content: "";
    padding-left: 1vw;
    color: #0054a3;
}


.fana-menu a {
    color: #a7a7a7;
    font-family: 'Frank Ruhl Libre', serif!important;
}

.fana-menu{
	margin-top: 2vh;
}

.main-logo img{
	width: 15vh;
}

.fana-content{
	min-height: 75vh;
    /*background-color: #292e3b;*/
    /*padding-top: 15%;*/
    /*padding-bottom: 5%;*/
    position: relative;
}

.fana-header{
    position: fixed;
    background: #292e3b;
    z-index: 30;
    min-width: 69vw;
}

.fana-content-column{
	padding-top: 25vh;
	padding-bottom: 20vh;
}

.fana-content-column-filter{
    padding-top: 20vh;
}

#fana-filter {
    background-color: #fff0;
    border-radius: 0;
    color: #fff;
    width: 25vw;
}

.loading{
    background-color: #313746;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 5;
}

#loading{
    background-color: #313746;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 5;
}



#fana-filter option{
    background-color: #7f7f7f;
}

#fana-view-all {
    border: none;
    border-radius: 0;
    background-color: #dbb676;
}

h1,h2,h3,h4{
	font-family: 'Frank Ruhl Libre', serif!important;
	color: #fff;
}

.fana-page-title{
	font-size: 3em;
}

.fana-menu li a {
    color: #fff;
    font-family: sans-serif!important;
    font-size: small;
}

.fana-page-content{

    padding: 0 17% 0 0;

}

.fana-image-container{
    height: 40vh;
    background-color: #0054a3;   
    background-repeat: no-repeat;
    background-size: 100vw;
    background-attachment: fixed;
}

.fana-content p {
    color: #fff;
    font-family: sans-serif;
}

.fana-slider{
	overflow-x: scroll;
        margin-top: 15px;
}

.fana-slider::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}

.prop-slide {
    display: table-cell;
    background-color: #888888;
    position: relative;
    width: 66%;
}

.prop-slide img {
    height: 100vh;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.2;

    -webkit-transition: all 330ms ease-in-out;
-moz-transition: all 330ms ease-in-out;
-ms-transition: all 330ms ease-in-out;
-o-transition: all 330ms ease-in-out;
transition: all 330ms ease-in-out;
}


.prop-slide:nth-child(1) img{
    height: 100vh;
    object-fit: cover;
    mix-blend-mode: unset;
    opacity: 1;

    -webkit-transition: all 330ms ease-in-out;
-moz-transition: all 330ms ease-in-out;
-ms-transition: all 330ms ease-in-out;
-o-transition: all 330ms ease-in-out;
transition: all 330ms ease-in-out;
    
}

.prop-name{
	transform: rotate(-90deg);
	font-family: 'Frank Ruhl Libre', serif!important;
	color: #fff;
	font-size: xx-large;
	transform-origin: top left;
	background-color: #565656e6;
	padding: 22px;
}

.prop-name .address{
	font-size: 15px;
}

.slide-content {
    position: absolute;
    bottom: 0;
    /* left: 2vw; */
}

#fana-slider-wagon {
    transition: transform 330ms ease-in-out;
}

.fana-nav {
    position: absolute;
    top: 40vh;
    width: 100%;
    z-index: 2;
}


.fana-b {
    left: 2vw;
    position: inherit;
    cursor: pointer;
    /* background-color: #fff; */
}

.fana-f {
    position: inherit;
    right: 5vw;
    color: #fff;
    cursor: pointer;
}

#stripe{
	position: fixed;
	z-index: 2;
	height: 100vh;
}

#stripe path{
	stroke:#ffffff1f;
}


.page-id-65 #stripe {
    position: fixed;
    z-index: 2;
    right: 0;
    margin-top: 15px;
}

/*FOOTER------------------------------*/

.fana-footer{
	background-color:#212529;
	padding-top: 2%;
	padding-bottom: 2%;
	position: absolute;
	width: 100vw;
	z-index: 3;
}

footer p {
    text-align: center;
    color:#fff;
}

footer a {    
    color:#fff;
    text-decoration: underline;
}

.footer-brand{
	margin-left: 41%;
	margin-right: auto;
	width: 15%;
	padding-bottom: 50px;
	padding-top: 50px;
}

.fana-menu .sub-menu {
    position: absolute;
    visibility: hidden;
    padding: 0;
    background-color: #fff;
}

/*
.fana-menu .sub-menu:last-child{
    display: none;
}
*/

.fana-menu .sub-menu li {
    display: block;
    font-size: smaller;
    padding: 15px;
}

.fana-menu .sub-menu li::after {
    content: "";
    
}

.fana-menu .sub-menu li a {
    color: #919191;
}


.fana-menu ul li:hover > ul,
.fana-menu .sub-menu:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}


.prop-container-1 {
    /*height: 40vh;*/
    border: solid 1px #fff;
    margin-bottom: 5vh;
    width: 75vw;    
    position: relative;
}

.prop-container-2{
    width: 100%;
    height: 100%;
    padding: 2% 2% 2% 0;
}

.prop-info-box {    
    background-color: #fff;
}

.prop-info{
    padding:15%;
    min-height: 100%;
}

.prop-container-2 div[class*="col"] {
    padding: 0;
    height: inherit;
}

.prop-container-2 .row{
    margin: 0;
}

.prop-container-2 div[class*="col"] img {
    width: 100%;
    object-fit: cover;
    max-height: 40vh;
}

.prop-container-2 p{
    color: #a3a3a3;
}

.prop-top-line{
    position: absolute;
    right: 0;
    border-top: solid 1px #fff;
    width: 100%;
}

#bg {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #292e3b;
    width: 97.5vw;
    margin: 15px 15px 0 0;
}

#v1{
        mix-blend-mode: luminosity;
    opacity: 0.2;
    width: inherit;
    height: 100%;

}

.prop-options li {
    list-style-type: none;
    margin-right: 1vw;
}

.prop-options li:first-child {
    list-style-type: none;
}

ul.prop-options {
    font-size: 13px;
    padding: 0;
    margin: 0;
    /* white-space: nowrap; */
    /* position: absolute; */
    /* bottom: 25%; */
    display: flex;
    justify-content: normal;
}

.prop-options li::after {
    /* content: "|"; */
    /* padding-left: 30%; */
    color: #c8c8c8;
}

.prop-options li:last-child::after {
    content: "";
    padding-left: 30%;
    color: #c8c8c8;
}

.prop-options a {
    color: #292e3b;
    text-decoration: underline;
}

.seeMore {
    margin-top: 20px;
    position: absolute;
    bottom: 10%;
}


.property-slider{
    height: 70vh;
    background-color: #292e3b;
    padding: 15px 15px 0 15px;
    position: relative;

}

.property-slider img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}

.fana-property-content-column {
    padding-top: 10vh;
    padding-bottom: 2vh;
}

.fana-property-content-column h1{
        font-size: 3.5rem;
}

.fana-property-content-column h2 {
    font-size: 2.7rem;
}


.prop-specs{
    width: 54%;
    height: 100px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 2%;
}


.prop-specs td {
    padding-right: 20px;
}


.prop-specs td::after {
    content: "|";
    padding-left: 1vw;
    color: #0054a3;
}

.prop-specs td:last-child::after {
    content: "";
    padding-left: 1vw;
    color: #0054a3;
}

.logo-outline {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.02;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position-x: 20vh;
    background-size: 80vw;
    z-index: -1;
    background-position-y: 10vh;
}


.fana-property-content-column p{
    line-height: 200%;    
}



.prop-img-r  {
    height: 500px;
    width: 100%;
    position: relative;
}

.prop-img-r img {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 95%;
    height: -webkit-fill-available;
    object-fit: cover;
    z-index: 1;
}

.prop-img-r-decor {
    width: 97%;
    border: solid #fff 1px;
    position: absolute;
    height: 100%;
    top: 5%;
    right: 0;
    z-index: 0;
}

.prop-img-l  {
    height: 500px;
    width: 100%;
    position: relative;
}

.prop-img-l img {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 95%;
    height: -webkit-fill-available;
    object-fit: cover;
    z-index: 1;
}

.prop-img-l-decor {
    width: 97%;
    border: solid #fff 1px;
    position: absolute;
    height: 100%;
    top: 5%;
    z-index: 0;
}



.prop-feats-amen li{
    color: #fff;
}



.prop-feats-amen {
    list-style: square;
    line-height: 250%;
}

.prop-feats-amen  {
  list-style: none; /* Remove default bullets */
}

.prop-feats-amen li::before {
    content: "\25C6";
    color: #dbb676;
    display: inline-block;
    width: 1.5em;
    margin-left: -1em;
}

table.leasing-info {
    table-layout: fixed;
    color: #fff;
    width: 100%;
}

.leasing-info td { 
    width: 20%;
    padding: 2% 2% 2% 0;
}


.leasing-info th {
    text-align: inherit;
    font-family: 'Frank Ruhl Libre', serif!important;
    font-size: larger;
    font-weight: lighter;
    padding: 0 0 12px 0;
}



.leasing-info tr:first-child {
    border-bottom: solid #dbb676 1px;
}

.leasing-info tr {
    border-bottom: solid #fff 1px;
}

.leasing-info tr:last-child {
    border-bottom: none;
}


.row-slider{
    flex-direction: unset;
}

.mobile-menu-btn{
    display: none;
}

.fana-menu-mobile{
    display: none;
}

.fana-menu-mobile-container{
    display: none;
}

#mobile-menu{}

.menu-out{display: none!important;}
.menu-in{display: block!important;}

.menu-btn-container{display: none;}


/*PHONE///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 550px) {

.menu-btn-container{display: block;height: auto;position: fixed;right: 0;top: 0;padding: 4vh;}

.fana-menu li::after {
    content: "|";
    padding-left: 1vw;
    color: #0054a3;
}

.fana-menu li:last-child::after {
    content: "";
    padding-left: 1vw;
    color: #0054a3;
}
.fana-menu-mobile-container{
    display: block;
    width: 104vw;
    height: 110vh;
    left: 0;
    position: fixed;
    top: 11vh;
}
.fana-menu-mobile-bg{
    background-color: #1d1f25c4;
    height: 120vh;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.fana-menu-mobile{
    display: block;
    background-color: #f7f7f7;
    width: 95%;
    /* margin: auto; */
    right: 0;
    position: absolute;
}

.fana-menu-mobile ul{display: flex;flex-direction: column;padding: 0;margin: 0;}


.mobile-menu-btn{
    display: block;
    filter: invert(1);
    width: 6vw;
    /* margin: auto; */
}


.row-slider{
    flex-direction: column-reverse;
    
}

.fana-menu li {
    display: inline-block;
    padding: 10px;
}


.fana-menu-mobile li {
    display: block;
    margin: auto;
    padding: 25px;
    width: 100%;
    border-bottom: solid 1px #cacaca;
}

body{
    background-color: #292e3b;
}

.fana-menu-mobile li::after {
    content: none;
    padding-left: 0;
    color: unset;
}

.fana-menu-mobile li:last-child::after {
    content: "";
    padding-left: unset;
    color: unset;
}


.fana-menu a {
    color: #a7a7a7;
    font-family: 'Frank Ruhl Libre', serif!important;
}

.fana-menu{
    margin-top: 2vh;
    padding: 0 0 0 2vw!important;
}

.main-logo img{
    width: 15vh;
}

.fana-content{
    min-height: 75vh;
    /*background-color: #292e3b;*/
    /*padding-top: 15%;*/
    /*padding-bottom: 5%;*/
    position: relative;
    /* margin-left: 2vw; */
}

.fana-header{
    background: #292e3b;
    z-index: 30;
    min-width: 100vw;
        top: 0;
}

.fana-content-column{
    padding-top: 5vh;
    padding-bottom: 20vh;
}

.fana-content-column-filter{
    padding-top: 20vh;
}

#fana-filter {
    background-color: #fff0;
    border-radius: 0;
    color: #fff;
    width: 91vw;
    margin-left: 5px;
}

.loading{
    background-color: #313746;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 5;
}

#loading{
    background-color: #313746;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 5;
}



#fana-filter option{
    background-color: #7f7f7f;
}

#fana-view-all {
    border: none;
    border-radius: 0;
    background-color: #dbb676;
}

h1,h2,h3,h4{
    font-family: 'Frank Ruhl Libre', serif!important;
    color: #fff;
}

.fana-page-title{
    font-size: 3em;
}

.fana-menu li a {
    color: #adadad;
    font-family: sans-serif!important;
    font-size: small;
    display: block;
}

.fana-page-content{
padding: 0;
}

.fana-image-container{
    height: 40vh;
    background-color: #0054a3;   
    background-repeat: no-repeat;
    background-size: 100vw;
    background-attachment: fixed;
}

.fana-content p {
    color: #fff;
    font-family: sans-serif;
}

.fana-slider{
    overflow-y: hidden;
    margin-top: 15px;
    height: 65vh;
}

.fana-slider::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}

.prop-slide {
    display: flex;
    background-color: #888888;
    position: relative;
    /* overflow: hidden; */
}

.prop-slide img {
        height: max-content;
    object-fit: unset;
    mix-blend-mode: luminosity;
    opacity: 0.2;

    -webkit-transition: all 330ms ease-in-out;
-moz-transition: all 330ms ease-in-out;
-ms-transition: all 330ms ease-in-out;
-o-transition: all 330ms ease-in-out;
transition: all 330ms ease-in-out;
}


.prop-slide:nth-child(1) img{
    height: -webkit-fill-available;
    min-width: 100%;
    object-fit: unset;
    mix-blend-mode: unset;
    opacity: 1;
    -webkit-transition: all 330ms ease-in-out;
    -moz-transition: all 330ms ease-in-out;
    -ms-transition: all 330ms ease-in-out;
    -o-transition: all 330ms ease-in-out;
    transition: all 330ms ease-in-out;
}

.prop-slide:nth-child(1) .slide-content{
    position: absolute;
    bottom: 0;
    left: 0vw;
    width: 59vw;
    padding: 0px;
    top: unset;
    background-color: #292e3b;
    display: block;
}

.prop-name{
    transform: unset;
    font-family: 'Frank Ruhl Libre', serif!important;
    color: #fff;
    font-size: xx-large;
    padding: 10px;
    transform-origin: top left;
}

.prop-name .address{
    font-size: 15px;
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0vw;
    width: 100%;
    padding: 2vw;
    top: unset;
    background-color: #292e3b;
    display: none;
}

#fana-slider-wagon {
    transition: transform 330ms ease-in-out;
}

.fana-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
}


.fana-b {
    left: 3vw;
    position: inherit;
    cursor: pointer;
}

.fana-f {
    position: inherit;
    right: 10vw;
    color: #fff;
    cursor: pointer;
}

#stripe{
    position: fixed;
    z-index: 2;
    display: none;
}

#stripe path{
    stroke:#ffffff1f;
}


.page-id-65 #stripe {
    position: fixed;
    z-index: 2;
    right: 0;
    margin-top: 15px;
}

/*FOOTER------------------------------*/

.fana-footer{
    background-color:#212529;
    padding-top: 2%;
    padding-bottom: 5%;
    position: absolute;
    width: 100vw;
    z-index: 3;
}

footer .fana-menu {
    padding: 0!important;
}

footer p {
    text-align: center;
    color:#fff;
    font-size: smaller;
    width: 85%;
    display: block;
    margin: auto;
}

footer a {    
    color:#fff;
    text-decoration: underline;
}

.footer-brand{
    margin-left: 27%;
    margin-right: auto;
    width: 45%;
    padding-bottom: 50px;
    padding-top: 50px;
}

.fana-menu .sub-menu {
    position: absolute;
    visibility: hidden;
    padding: 0;
    background-color: #fff;
    display: none;
}

/*
.fana-menu .sub-menu:last-child{
    display: none;
}
*/

.fana-menu .sub-menu li {
    display: block;
    font-size: smaller;
    padding: 15px;
}

.fana-menu .sub-menu li::after {
    content: "";
    
}

.fana-menu .sub-menu li a {
    color: #919191;
}


.fana-menu ul li:hover > ul,
.fana-menu .sub-menu:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}


.prop-container-1 {
    /* height: 40vh; */
    border: solid 1px #fff;
    margin-bottom: 5vh;
    width: 100%;
    position: relative;
}

.prop-container-2{
    /* width: 100%; */
    height: 100%;
    padding: 2% 2% 2% 0;
}

.prop-info-box {
    background-color: #fff;
}

.prop-info{
    padding: 5%;
    height: max-content;
}

.prop-container-2 div[class*="col"] {
    padding: 0;
    height: inherit;
}

.prop-container-2 .row{
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
}

.prop-container-2 div[class*="col"] img {
    width: 100%;
    object-fit: cover;
    max-height: 38vh;
}

.prop-container-2 p{
    color: #a3a3a3;
    /* display: none; */
}

.prop-top-line{
    position: absolute;
    right: 0;
    border-top: solid 1px #fff;
    width: 100%;
}

#bg {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #292e3b;
    width: 97.5vw;
    margin: 15px 15px 0 0;
    display: none;
}

#v1{
        mix-blend-mode: luminosity;
    opacity: 0.2;
    width: inherit;
    height: 100%;

}

.prop-options li {
    display: contents;
    width: min-content;
    list-style-type: none;
    padding-left: 30px;
}

.prop-options li:first-child {
    display: contents;
    width: max-content;
    list-style-type: none;
    padding-left: 0px;
}

ul.prop-options {
    font-size: 13px;
    padding: 0;
    margin: 5vh 0 0 0;
    white-space: nowrap;
    bottom: 0;
    position: inherit;
    width: unset;
    display: flex;
    justify-content: normal;
    margin-bottom: 2vh;
}

.prop-options li::after {
    content: none;
    padding-left: 0;
    color: #c8c8c8;
}

.prop-options li:last-child::after {
    content: "";
    padding-left: 0;
    color: #c8c8c8;
}

.prop-options a {
    color: #c8c8c8;
    text-decoration: underline;
    font-size: medium;
    margin-right: 15px;
}

.seeMore {
    margin-top: 20px;
    position: unset;
    bottom: 10%;
}


.property-slider{
    height: 70vh;
    background-color: #292e3b;
    padding: 0;
    width: 102vw;
    position: relative;
}

.property-slider img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}

.fana-property-content-column {padding: 5vh;}

.fana-property-content-column h1{
        font-size: 3.5rem;
}

.fana-property-content-column h2 {
    font-size: 2.7rem;
}


.prop-specs{
    width: 54%;
    height: 100px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 2%;
}


.prop-specs td {
    padding-right: 20px;
}


.prop-specs td::after {
    content: "|";
    padding-left: 1vw;
    color: #0054a3;
}

.prop-specs td:last-child::after {
    content: "";
    padding-left: 1vw;
    color: #0054a3;
}

.logo-outline {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.02;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position-x: 20vh;
    background-size: 80vw;
    background-position-y: 10vh;
}


.fana-property-content-column p{
    line-height: 200%;    
}



.prop-img-r  {
    height: 500px;
    width: 100%;
    position: relative;
}

.prop-img-r img {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 95%;
    height: -webkit-fill-available;
    object-fit: cover;
    z-index: 1;
}

.prop-img-r-decor {
    width: 97%;
    border: solid #fff 1px;
    position: absolute;
    height: 100%;
    top: 5%;
    right: 0;
    z-index: 0;
}

.prop-img-l  {
    height: 500px;
    width: 100%;
    position: relative;
}

.prop-img-l img {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 95%;
    height: -webkit-fill-available;
    object-fit: cover;
    z-index: 1;
}

.prop-img-l-decor {
    width: 97%;
    border: solid #fff 1px;
    position: absolute;
    height: 100%;
    top: 5%;
    z-index: 0;
}



.prop-feats-amen li{
    color: #fff;
    line-height: normal;
    margin-bottom: 5vh;
}



.prop-feats-amen {
    list-style: square;
    line-height: 250%;
}

.prop-feats-amen  {
  list-style: none; /* Remove default bullets */
  padding-left: 5vw;
}

.prop-feats-amen li::before {
    content: "\25C6";
    color: #dbb676;
    display: inline-block;
    width: 1.5em;
    margin-left: -1em;
}

table.leasing-info {
    table-layout: fixed;
    color: #fff;
    width: 100%;
}

.leasing-info td {
    width: 20%;
    padding: 2% 2% 2% 0;
    font-size: smaller;
}


.leasing-info th {
    text-align: inherit;
    font-family: 'Frank Ruhl Libre', serif!important;
    font-size: larger;
    font-weight: lighter;
    padding: 0 0 12px 0;
}



.leasing-info tr:first-child {
    border-bottom: solid #dbb676 1px;
}

.leasing-info tr {
    border-bottom: solid #fff 1px;
}

.leasing-info tr:last-child {
    border-bottom: none;
}

.l-devices .menu-menu-1-container{
    display:none;
}

.prop-name h2{
    font-size:20px;
}


footer .menu li::after {
    content: none;
}
footer .menu li a {
    text-align: center;
}
footer .menu li {
    padding: 1vh;
}

footer .menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: inherit;
}

    
}/*END OF MOBILE*/