@font-face {
    font-family: 'MavenPro';
    src: url('../fonts/MavenProRegular.eot');
    src: url('../fonts/MavenProRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MavenProRegular.woff') format('woff'),
        url('../fonts/MavenProRegular.ttf') format('truetype'),
        url('../fonts/MavenProRegular.svg#MavenProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MavenPro';
    src: url('../fonts/MavenProMedium.eot');
    src: url('../fonts/MavenProMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MavenProMedium.woff') format('woff'),
        url('../fonts/MavenProMedium.ttf') format('truetype'),
        url('../fonts/MavenProMedium.svg#MavenProMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'MavenPro';
    src: url('../fonts/MavenProBold.eot');
    src: url('../fonts/MavenProBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MavenProBold.woff') format('woff'),
        url('../fonts/MavenProBold.ttf') format('truetype'),
        url('../fonts/MavenProBold.svg#MavenProBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MavenPro';
    src: url('../fonts/MavenProBlack.eot');
    src: url('../fonts/MavenProBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MavenProBlack.woff') format('woff'),
        url('../fonts/MavenProBlack.ttf') format('truetype'),
        url('../fonts/MavenProBlack.svg#MavenProBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}
/* Master layout */
/************************************************************
Global styles */

/* Partial CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 20px 'MavenPro', sans-serif;
    line-height: 1.4;
    color: #353535;
    background: #e7e7e7;
}

/* Links */
a{
   color: inherit; 
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s ease 0s; 
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
}

/* Form elements */
input[type=text]{

}
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
.search-box input[type]:-webkit-autofill,
.search-box input[type]:-webkit-autofill:hover,
.search-box input[type]:-webkit-autofill:focus,
.search-box input[type]:-webkit-autofill:active {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #353535;
}
.search-box input[type]::-webkit-input-placeholder{ 
    color: #353535;
}
.search-box input[type]:-ms-input-placeholder{ 
    color: #353535;
}
.search-box input[type]::placeholder { 
    color: #353535;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/*.form-check input[type="checkbox"]:not(checked) {
    position: absolute;
    visibility: hidden;
}
.form-check input[type="checkbox"]:not(checked) + label{
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}
.form-check input[type="checkbox"]:not(checked) + label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border: 1px solid #aba7a7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}
.form-check input[type="checkbox"]:checked + label:before {
    content: '\f00c';
    font: 9px 'Font Awesome\ 5 Pro';
    font-weight: bold;
    color: #ed1c24;
    z-index: 1;
}*/
.select2-selection, 
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    border-radius: 0;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 0;
    top: 0;
}
.select2-dropdown{
    border-radius: 0;
    border: none;
}
.select2-results__option{
    font-size: 17px;
    text-transform: uppercase;
    padding: 3px 10px;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background: transparent;
    color: inherit;
}
.select2-container--default .select2-results__option:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #ddd;
    color: inherit;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password]{
    font-family: 'MavenPro';
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #000;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #bfbfbf;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    line-height: 0.9;
}
h1, h2{
    font-size: 66px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h3 {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #061349;
}
h4 {
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #061349;
}
h5 {
   
}
h6 {
   
}
.large-text{
    font-size: 80px;
    line-height: 0.9;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 20px;
}
p a {
    
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
ol{
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 6px;
}

.col-left {
	text-align: left;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.container {
    max-width: 1130px;
    margin: 0 auto;
}
.container {
    padding: 0 15px;
}
main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left, .left {
    text-align: left !important;
}
.align-center, .center {
    text-align: center !important;
}
.align-right, .right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}
.top-bar, .header-menu, .nav-menu > li > a:after, 
.ico-wish-list:after, .sub-menu, .sub-ctrl, 
.slick-arrow, .btn, .more-link, .listing-box,
.property-filter .advanced-filters ul,
.listing-nav a:after, .listing-nav a:before{
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.hidden-text{
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-box .relative {
    z-index: 1;
}
.btn{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    color: #89c031;
    background: none;
    border: 3px solid;
    border-color: #89c031;
    text-align: center;
    min-width: 246px;
    padding: 7px 15px;
}
.btn:hover{
    background: #89c031;
    color: #e7e7e7;
}
.btn.btn-light{
    border-color: #e7e7e7;
    color: #e7e7e7;
}
.btn.btn-light:hover{
    background: #e7e7e7;
    color: #89c031;
}
.btn-login, 
.btn-login:hover{
    font-size: 14px;
    min-width: 110px;
    background: #89c031;
    color: #000;
}
.btn-login + .btn-login {
	border-left: 1px solid #000;
}
.btn-login i{
    vertical-align: sub;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.btn-login i.fa-door-open {
	top: -2px;
}
.btn-md{
    font-size: 27px;
    padding: 3px 15px;
}
.btn-lg{
    padding: 5px 30px;
    font-size: 41px;
}
.btn-play{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 118px;
    height: 118px;
    border: 8px solid #ffffff;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: none;
}
.btn-play:hover{
    box-shadow: 0 0px 7px 2px rgba(255, 255, 255, 0.6);
}
.btn-play:after{
    content: '\f04b';
    font: 50px/1 Font Awesome\ 5 Pro;
    color: inherit;
    font-weight: bold;
    margin-left: 7px;
}
.more-link{
    font: bold 25px/1.2 'MavenPro';
    text-transform: uppercase;
    white-space: nowrap;
}
.more-link:after{
    content: '\f105';
    font-family: Font Awesome\ 5 Pro;
    line-height: 1;
    vertical-align: text-top;
    font-weight: 300;
    margin-left: 7px;
    position: relative;
    top: 3px;
}
.more-link.centered:after{
    content: '\f107';
    display: block;
    font-size: 35px;
    font-weight: 400;
    top: -3px;
    margin: 0;
}
.move-down:after{
    content: '\f107';
    font-family: Font Awesome\ 5 Pro;
    line-height: 1;
    vertical-align: text-top;
    font-size: 50px;
    opacity: 0.3;
}
/* List */
.content ul:not([class]) li {
    position: relative;
    padding-left: 17px;
}
.content ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #444;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* Icons */
.ico img{
    max-height: 100%;
}
i{
    font-style: normal;
}
i[class^=ico]{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}
.ico-login{
    width: 16px;
    height: 19px;
    background-image: url(../images/icons/login.png);
}
.ico-wish-list{
    width: 23px;
    height: 20px;
    background-image: url(../images/icons/wish-list.png);
    position: relative;
}
.ico-wish-list:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/wish-list-hvr.png);
    opacity: 0;
    visibility: hidden;
}
.ico-wish-list{
    width: 23px;
    height: 20px;
    background-image: url(../images/icons/wish-list.png);
    position: relative;
}
.ico-bed{
    width: 88px;
    height: 49px;
    background-image: url(../images/icons/bed.png);
}
.ico-bath{
    width: 83px;
    height: 72px;
    background-image: url(../images/icons/bath.png);
}
.ico-square{
    width: 72px;
    height: 72px;
    background-image: url(../images/icons/square.png);
}
.ico-browse-homes{
    background-image: url(../images/icons/browse-homes.png);
}
.ico-add-homes{
    background-image: url(../images/icons/add-homes.png);
}
.ico-garage{
    width: 78px;
    height: 68px;
    background-image: url(../images/icons/garage.png);
}
.ico-home{
    width: 81px;
    height: 69px;
    background-image: url(../images/icons/home.png);
}
.ico-garage-blue{
    width: 47px;
    height: 41px;
    background-image: url(../images/icons/garage-blue.png);
}
.ico-home-blue{
    width: 47px;
    height: 41px;
    background-image: url(../images/icons/home-blue.png);
}
/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-arrow {
    width: auto;
    height: auto;
    color: #e7e7e7 !important;
    z-index: 9;
}
.slick-arrow:after,
.listing-nav a:after,
.listing-nav a:before{
    font: 65px/1 Font Awesome\ 5 Pro;
    font-weight: normal;
    text-shadow: 0 0px 7px rgba(0, 0, 0, 0.6);
	position: relative;
	top: -35px;
}
.slick-arrow.slick-prev {
    left: 35px;
}
.slick-arrow.slick-prev:after,
.listing-nav a:first-child:before {
    content: "\f104";
}
.slick-arrow.slick-next {
    right: 35px;
}
.slick-arrow.slick-next:after,
.listing-nav a:last-child:after {
    content: "\f105";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 24px;
    height: 12px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 7px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #e7e7e7;
}
.slick-dots li.slick-active button {
    background-color: #e7e7e7;
}
.slick-dots li button:before {
    content: none;
}

/*---- Login Section ----*/
.login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 10000;
  opacity: 0;
  visibility:hidden;
  transition: all 0.3s ease 0s;
}

.login-overlay.open {
  opacity: 1;
  visibility: visible;
}

#login {
  background-color: #fff;
  position: absolute;
  left: 0;
  right:0;
  margin: auto;
  top: -100%;
  width:100%;
  height: 100%;
  max-width: 760px;
  max-height: 541px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  
  -webkit-transform: translateY(0);
  -moz-transform:    translateY(0);
  -ms-transform:     translateY(0);
  -o-transform:      translateY(0);
  transform:         translateY(0);
  transition: all 0.3s ease 0s;
}

.open #login {
  top:50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%); 
}

.open #login.register {
  transition: all 0.3s ease 0s !important;
  top:50%;
  max-width: 900px;
  max-height: 760px;
/*   max-height: calc(100% - 40px); use this for responsive styling */ 
}

#login .login-nav {
	background-color: #000;
	border-bottom: solid 10px #89c031;
	height: 64px;
}

#login .login-content {
	background: url(../images/layout/bg-coach-sm.png) no-repeat right bottom -35px transparent;
	background-size: 250px 250px;
	padding-top: 25px;
}

#login button {
  cursor: pointer;
  text-transform: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: normal;
  color: inherit;
  border: inherit;
  outline: inherit;
  background: inherit;
}

#login .login-close {
  position: absolute;
  right: 15px;
  top: 13px;
  height: 29px;
  width: 29px;
  background-color: transparent;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
}

#login .login-close:before,
#login .login-close:after {
  content:"";
  display: block;
  height: 3px;
  width: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

#login .login-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
}

#login .login-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
}

#login .account-btns {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 0px;
}

#login .account-btns i {
  position: absolute;
  bottom:0px;
  height: 10px;
  background-color: #fec524;
  z-index: 0;
  transition: all 0.3s ease 0s;
}

#login .account-btns button {
  display: inline-block;
  font-family: 'Univers-Condensed-Medium';
  font-size: 22px;
  line-height: 26px;
  padding: 19px 17px;
  background: transparent;
  color: #FFF;
  position: relative;
  z-index: 1;
}

#login .account-btns button + button {
  margin-left: 29px;
}

#login h2 {
  font: 38px/1 'MavenPro', sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 34px;
}

#login .input {
  display: block;
  width: 100%;
  height: 54px;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  border: 5px solid #000;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}
#login .input + .input {
	margin-top: 25px;
}

#login #form-register .input.highlight {
  background-color: rgba(251, 105, 105, 0.6) !important;
}

#login .input label {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  padding: 0 12px;
  margin: auto;
}

#login .input :not(label):not(i):not(span):not(br):not(strong) {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top:0px;
  padding: 12px;
  background: none !important;
  text-align: center;
  border-radius: inherit;
  box-shadow: none;
  outline: none;
  border: none;
}

#login .input + .table {
  margin: 30px 0 50px;
}
#login .input.on label {
  opacity: 0;
}

#login .alt-options li {
	display: inline-block;
	font-weight: bold;
}
#login .alt-options li:first-child {
	padding-right: 10px;
}
#login .alt-options li:first-child:after {
	content: '|';
	display: inline-block;
	padding-left: 10px;
}
.popup {
	background-color: #fff;
	color: #000;
	padding: 25px;
}

.button_strength {
	position: absolute;
	top: 6px;
	right: 30px;
}

/* ---- Alerts ----- */

.alert {
    padding: 10px;
    margin: 1em 0;
    border: 1px solid transparent;
    border-radius: 3px;
}

.alert:before {
    font-family: "Font Awesome 5 Pro";
    font-weight:300;
    display: inline-block;
    padding: 0 5px;
    font-size: 13pt;
    vertical-align: top;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success:before {
    content: '\f058';
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-error:before {
    content: '\f06a';
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-heading {
    color: inherit;
}

.alert-list {
    list-style-type: disc;
    padding-left: 40px;
    display: inline-block;
}

.prop-rows {
	display: flex;
	flex-wrap: wrap;
	max-width: 1130px;
	margin: 0 auto;
	justify-content: space-between;
}
.prop-rows > div {
	margin-top: 15px;
	width: 31%;
}
.prop-rows > div *:not(i) {
	color: #fff;
}