/* Layout */
html { font-size: var(--siteScale); position: relative; }
body { font-size: var(--bodyFontSize); font-family: var(--bodyFont); font-weight: var(--wRegular); background-color: hsl(var(--white)); color: hsl(var(--bodyFontColor)); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.admin-bar-active .i-wrapper { margin-top: 2.5rem; }
.i-wrapper { width: 100%; position: relative; }
.container { position: relative; }
p, li { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }

/* Header */
.i-header { position: relative; padding-top: 2.5rem; }
.i-header .container { max-width: 90rem; }
.i-header-info { width: 100%; position: absolute; top: 0; left: 0; z-index: 4; padding: 0.9375rem 0 0; font-family: var(--siteFont2), sans-serif; font-size: 0.9375rem; line-height: 1; text-align: right; font-weight: 500; }
.i-header-info a:hover, .i-header-info a:active, .i-header-info a:focus { text-decoration: none; }
.i-header-info .fa { vertical-align: middle; position: relative; top: -0.1875rem; font-size: 150%; }
.i-header-viewed, .i-header-favorites, .i-header-login { cursor: pointer; display: inline-block; vertical-align: middle; margin-left: 0.9375rem; position: relative; /* text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.25); */ }
.i-header-phone  { cursor: pointer; display: inline-block; vertical-align: middle; font-size: 1rem; font-weight: 500; }
.i-header-phone a { display: inline-block; margin-left: 0.9375rem; }
.i-header-phone .fa { top: 0; font-size: 115%; }
.i-header-favorites .fa-heart { color: #d02025; }
/* START RECENTLY VIEWED/FAVORITES - WITH DROPBOX */
.i-header-actions .header-dropbox { width: 25rem; position: absolute; top: 100%; right: 0; z-index: 3; padding: 1.375rem; background: #fff; box-shadow: rgba(0,0,0,0.5) 0 0.3125rem 0.9375rem -0.3125rem; font: 0.875rem/1.43 'Helvetica Neue', helvetica, arial, sans-serif; text-align: left; text-shadow: none; }
.i-header-actions .header-dropbox .compare-favs-btn { margin-right: 2.5rem; padding: 0.3125rem 0.625rem; font-size: 0.6875rem; }
.i-header-actions .header-dropbox-close { cursor: pointer; width: 2.25rem; height: 2.25rem; position: absolute; top: 1.0625rem; right: 0.9375rem; background: #ddd; border-radius: 50%; font-size: 0.75rem; line-height: normal; }
.i-header-actions .header-dropbox-close:hover { background: #444; color: #fff; }
.i-header-actions .header-dropbox-close .fa { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.i-header-actions .header-dropbox-title { display: block; margin-bottom: 0.625rem; font-size: 1.375rem; color: #333; font-weight: 700; text-align: left; }
.i-header-actions .header-dropbox-list { max-height: 22.1875rem; overflow: auto; margin: 0; padding: 0; border-bottom: 0.0625rem #eee solid; }
.i-header-actions .header-dropbox-list-item { list-style: none; padding-bottom: 0.625rem; border: 0.0625rem #eee solid; border-bottom: none; }
.i-header-actions .header-dropbox-list-item .row { margin: 0 -0.3125rem; }
.i-header-actions .header-dropbox-list-item [class^=col] { padding-left: 0.3125rem; padding-right: 0.3125rem; }
.i-header-actions .header-dropbox-list-item .btn { display: block; width: calc(100% - 1.25rem); margin: 0 0.625rem; }
.i-header-actions .header-dropbox-list-link { display: block; padding: 0.625rem; }
.i-header-actions .header-dropbox-list-link:hover { background: rgba(0,0,0,0.025); }
.i-header-actions .header-dropbox-list-img { display: block; position: relative; z-index: 1; padding-bottom: 65%; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.i-header-actions .header-dropbox-list-title { display: block; margin: 0 0 0 0.125rem; }
.i-header-actions .header-dropbox-list-title strong { display: block; width: 95%; overflow: hidden; font-size: 1.25rem; line-height: normal; white-space: nowrap; text-overflow: ellipsis; }
.i-header-actions .header-dropbox-list-title em { display: block; width: 95%; overflow: hidden; font-size: 0.9375rem; font-style: normal; font-weight: normal; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; }
.i-header-actions .header-dropbox-list-price { display: block; margin: 0 0 0 0.125rem; font-size: 1.0625rem; color: #333; line-height: normal; }
.i-header-actions .header-dropbox-list-price small { display: block; opacity: 0.75; font-size: 0.875rem; color: #333; }
/* END RECENTLY VIEWED/FAVORITES - WITH DROPBOX */
.i-header-nav-bar { padding: 0; background: #fff; }
.i-header-logo-wrap { display: block; width: 20.25rem; height: 4.5rem; position: absolute; top: -0.9375rem; left: 0.9375rem; z-index: 4; }
.i-header-logo { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; background: url("/images/layout/florida-rentals-logo.png") no-repeat center center; background-size: contain; text-indent: -6250rem; }
.i-header-qs-scroller, .i-header-mobileToggle { display: none; }

/* Navigation */
.i-header-navigation { padding-left: 20.625rem; position: relative; z-index: 3; font-family: var(--siteFont2), sans-serif; text-transform: capitalize; }
.i-header-navigation ul { margin: 0; padding: 0; position: relative; }
.i-header-navigation ul li { list-style: none; position: relative; line-height: 1; }
.i-header-navigation ul a { display: block; }
.i-header-navigation ul a:hover, .i-header-navigation ul a:active, .i-header-navigation ul a:focus, .i-header-navigation ul li:hover > a { background: none; text-decoration: none; }
.i-header-navigation ul i { display: none; }
.i-header-navigation ul ul { width: 15.625rem; opacity: 0; visibility: hidden; margin: 0; padding: 0; position: absolute; line-height: normal; text-align: left; background: #fff; box-shadow: 0 0.125rem 0.25rem -0.125rem rgba(0,0,0,0.5); transition: all, ease-in-out 0.2s; }
.i-header-navigation ul li:hover > ul { opacity: 1; visibility: visible; }
.i-header-navigation ul ul li { display: block; padding: 0; }
.i-header-navigation ul ul a:hover { background: hsl(var(--siteColor1)); }
.i-header-navigation ul.nav-tier-1 { text-align: right; }
.i-header-navigation ul.nav-tier-1 > li { display: inline-block; }
.i-header-navigation ul.nav-tier-1 > li > a { padding: 1.875rem 1.25rem 2.5rem; font-size: 1.125rem; }
.i-header-navigation ul.nav-tier-1 a[href="javascript:;"] { cursor: default; }
.i-header-navigation ul.nav-tier-1 a[href="javascript:;"]:hover { color: #000 !important; }
.i-header-navigation ul.nav-tier-1 > li.active > a { color: hsl(var(--siteColor1)) !important; }
.i-header-navigation ul.nav-tier-2 a, .i-header-navigation ul.nav-tier-3 a { padding: 0.9375rem; font-size: 1rem; }
.i-header-navigation ul.nav-tier-2 { top: 80%; left: 50%; z-index: 1; transform: translate(-50%, 0); }
.i-header-navigation ul.nav-tier-1 li:hover > .nav-tier-2 { top: 100%; }
.i-header-navigation ul.nav-tier-1 li:last-child > ul.nav-tier-2 { right: 0; left: auto; transform: none; }
.i-header-navigation ul.navmod-tier-3 { top: 0; right: 80%; left: auto; z-index: 1; transform: none; }
.i-header-navigation ul.nav-tier-2 li:hover > .nav-tier-3 { right: 100%; }

/* Hero */
.i-hero-wrap { position: relative; z-index: 2; background-color: #333; }
.i-hero-wrap .i-hero-img-wrap,
.i-hero-wrap.int .i-hero-img-wrap { height: 14.375rem; }
.i-hero-wrap .i-hero-img { display: block; width: 100%; height: 100%; max-height: none !important; position: absolute; top: 0; left: 0; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }

.i-hero-tagline { display: flex; justify-content: center; width: 100%; max-width: 62.5rem; padding: 0.9375rem; position: absolute; bottom: 70%; left: 50%; z-index: 2; transform: translate(-50%, 70%); font-family: var(--siteFont1); font-size: 5rem; color: hsl(var(--white)); line-height: 1.25; text-align: center; text-shadow: 0.125rem 0.125rem 0.3125rem hsla(var(--black), 50%); }
@media (max-width: 1024px) {
  .i-hero-tagline { padding: 0.9375rem 0.9375rem 1.875rem; position: relative; top: auto; left: auto; transform: none; background: rgba(0,0,0,0.5); font-size: 2.5rem; }
}

/* Content */
.i-content { padding: 0; background: #fff; position: relative; }
.i-content.int { padding: 3.125rem 0; }
.i-wrapper h1, .i-wrapper .h1, .mce-content-body h1, .mce-content-body .h1, .cell-block-options .h1 { font-size: 2.75rem; font-family: var(--siteFont2), sans-serif; font-weight: 300; margin: 0 0 0.3125rem; }
.i-wrapper h2, .i-wrapper .h2, .mce-content-body h2, .mce-content-body .h2, .cell-block-options .h2 { font-size: 2.5rem; font-family: var(--siteFont2), sans-serif; font-weight: 300; }
.i-wrapper h3, .i-wrapper .h3, .mce-content-body h3, .mce-content-body .h3, .cell-block-options .h3 { font-size: 2.125rem; font-family: var(--siteFont2), sans-serif; font-weight: 300; }
.i-wrapper h4, .i-wrapper .h4, .mce-content-body h4, .mce-content-body .h4, .cell-block-options .h4 { font-size: 1.75rem; font-family: var(--siteFont2), sans-serif; font-weight: 300; }
.i-wrapper h5, .i-wrapper .h5, .mce-content-body h5, .mce-content-body .h5, .cell-block-options .h5 { font-size: 1.3125rem; font-family: var(--siteFont2), sans-serif; font-weight: 300; }
.i-wrapper h6, .i-wrapper .h6, .mce-content-body h6, .mce-content-body .h6, .cell-block-options .h6 { font-size: 1.0625rem; font-family: var(--siteFont2), sans-serif; font-weight: 300; margin: 0 0 0.625rem; text-transform: uppercase; }

.i-content p { margin: 0 0 1.5625rem; }
.i-content p:last-child { margin-bottom: 0; }
.i-content a, .mce-content-body a, .i-content button, .mcs-content-body button { color: hsl(var(--siteColor1)); } /* Site Color 1 */
.i-content img { max-width: 100%; height: auto; }

.i-wide { padding: 0 2.1875rem; }

.content-builder-wrap { margin-bottom: 1.5625rem; padding: 0; }
.content-builder-wrap > .row { margin: 0 -0.9375rem; }
.content-builder-wrap .column { padding: 0 0.9375rem; }
/*
.content-builder-wrap p,
.content-builder-wrap span,
.content-builder-wrap div { font-size: inherit; line-height: inherit; color: inherit; font-weight: inherit; }
*/

/* Welcome on HP */
.i-welcome { padding: 5rem 0; }
.i-welcome .welcome-img-wrap { width: 100%; height: 25rem; margin-bottom: 1.25rem; position: relative; overflow: hidden; box-shadow: 0 0 1.25rem hsla(var(--siteColor1), 0.15), 0 0 1.25rem hsla(var(--siteColor1), 0.15); }
.i-welcome .welcome-img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

/* Site Search */
.site-search-wrap .nav { border-bottom: none; }
.site-search-wrap .nav .nav-link { background: #fff; border: none !important; }
.site-search-wrap .nav .nav-link.active { background: hsl(var(--siteColor1)) !important; color: #fff; }
.site-search-wrap .tab-content .card { border-radius: 0; }

/* Social Media */
.i-social { margin: 0; padding: 0; }
.i-social-item { list-style: none; display: inline-block; }
.i-social-item a { cursor: pointer; display: block; width: 2rem; height: 2rem; position: relative; background: hsl(var(--siteColor1)); border-radius: 50%; font-size: 1rem; text-decoration: none; }
.i-social-item a .fa { font: normal normal normal 0.875rem/1 FontAwesome; font-size: inherit; color: #fff; display: block; }
.i-social-link-facebookURL { background: hsl(221, 44%, 41%); }
.i-social-link-facebookURL:hover { background: hsl(221, 44%, 61%); }
.i-social-link-twitterURL { background: hsl(196, 100%, 46%); }
.i-social-link-twitterURL:hover { background: hsl(196, 100%, 66%); }
.i-social-link-pinterestURL { background: hsl(358, 73%, 46%); }
.i-social-link-pinterestURL:hover { background: hsl(358, 73%, 66%); }
.i-social-link-youtubeURL { background: hsl(0, 100%, 37%); }
.i-social-link-youtubeURL:hover { background: hsl(0, 100%, 57%); }
.i-social-link-linkedinURL { background: hsl(201, 100%, 35%); }
.i-social-link-linkedinURL:hover { background: hsl(201, 100%, 55%); }
.i-social-link-instagramURL { background: hsl(230, 77%, 58%); }
.i-social-link-instagramURL:hover { background: hsl(230, 77%, 78%); }
.i-social-link-yelpURL { background: hsl(0, 93%, 35%); }
.i-social-link-yelpURL:hover { background: hsl(0, 93%, 55%); }
.i-social-link-blogURL { background: hsl(31, 100%, 48%); }
.i-social-link-blogURL:hover { background: hsl(31, 100%, 68%); }
.i-social-link-flickrURL { background: hsl(213, 100%, 43%); }
.i-social-link-flickrURL:hover { background: hsl(213, 100%, 63%); }
.i-social-link-text { display: none; }

/* Footer */
.i-footer { position: relative; padding: 6.25rem 0 0; font-family: var(--siteFont2), sans-serif; color: #fff; }
.i-footer .return-to-top { opacity: 1; width: 3.125rem; height: 3.125rem; position: absolute; top: -1.5625rem; left: 50%; transform: translate(-50% ,0); border: 0.0625rem solid #fff; color: #fff; }
.i-footer .return-to-top:focus, .i-footer .return-to-top:active { outline: none; }
.i-footer [class^=col] { position: relative; min-height: 15.625rem; }
.i-footer-logo { display: block; margin: 3.125rem 0; text-align: center; }
.i-footer-logo img { width: 100%; max-width: 18.75rem; }
.i-footer-search-wrap { display: block; width: 100%; margin: 0 auto 0.9375rem; padding: 0; position: relative; text-align: left; }
.i-footer-search-form { position: relative; width: 100%; }
.i-footer-search { width: calc(100% - 3.75rem); height: 2.625rem; padding: 0.375rem 0.875rem; background: transparent; border: 0.0625rem solid rgba(255,255,255,0.5); border-radius: 0; color: #fff; }
.i-footer-search::placeholder { color: rgba(255,255,255,0.5); }
.i-footer-search:-ms-input-placeholder { color: rgba(255,255,255,0.5); }
.i-footer-search::-ms-input-placeholder { color: rgba(255,255,255,0.5); }
.i-footer-search-submit { width: 3.75rem; padding: 0.375rem 0.875rem; position: absolute !important; top: 0; right: 0; bottom: 0; background: none; border: 0.0625rem solid rgba(255,255,255,0.5); border-left: none; border-radius: 0; color: #fff; }
.i-footer .h4 { display: block; position: relative; margin: 0 0 0.9375rem; padding-bottom: 1.25rem; border-bottom: 0.0625rem solid rgba(255,255,255,0.5); font-size: 1.125rem; font-weight: 600; text-transform: uppercase; }
.i-footer .h4:after { content: ''; width: 3.125rem; position: absolute; bottom: -0.125rem; left: 0; border-bottom: 0.1875rem solid #fff; }
.i-footer-links { margin: 0; padding: 0; }
.i-footer-links li { list-style: none; }
.i-footer-links a { color: #fff; font-size: 0.9375rem; text-decoration: none; }
.i-footer .footer-address { margin: 0.625rem 0 0; }
.i-footer .footer-email, .i-footer .footer-phone { display: block; margin-top: 0.625rem; white-space: normal; word-wrap: break-word; }
.i-footer .footer-email { text-decoration: underline; font-style: italic; }
.i-footer .footer-phone { font-weight: 700; }
.i-footer .i-social { display: inline-block; margin: 0.625rem 0 0; padding: 0; }
.i-footer-e-newsletter-form input { width: 100%; border-radius: 0; margin: 0 0 0.625rem; padding: 0.5rem 0.625rem; border: none; font-size: 0.875rem; }
.i-footer-e-newsletter-form .row { margin: 0 -0.3125rem; }
.i-footer-e-newsletter-form [class^=col] { padding: 0 0.3125rem; min-height: 0; }
.i-footer-e-newsletter-form [class^=col]:after { display: none; }
.i-footer-e-newsletter-form .btn.reset-btn { width: 100%; padding: 0.5625rem 0.1875rem; border: 0.0625rem solid #fff; font-size: 0.875rem; text-transform: uppercase; }
.i-footer-e-newsletter-form .btn { width: 100%; padding: 0.625rem 0.1875rem; font-size: 0.875rem; text-transform: uppercase; }
.i-footer-e-newsletter-form .btn:focus { outline: none !important; }
div#footerCaptcha { transform: scale(0.87); transform-origin: 0 0; }
.i-baseline { margin: 1.5625rem 0 0; padding: 0.9375rem 0; font-size: 0.875rem; }
.i-baseline a { color: #fff; }

/* ALL PROPERTIES PAGE */
.dataTables_wrapper { margin: 0.625rem 0; border-top: 0.0625rem solid #ccc; }
.dataTables_filter { float: none !important; padding: 1.25rem 0; text-align: left !important; }
.dataTables_filter label { display: block; margin: 0; font-family: 'Lato', sans-serif; font-size: 1.3125rem; color: hsl(var(--siteColor1)); line-height: 1.25; font-weight: 500; text-transform: uppercase; }
.dataTables_filter input[type=search] { width: 18.75rem; max-width: 100%; border: 0.0625rem solid #ccc; }

/* ROOT STYLES FOR BE */
.properties-abc { display: block; width: 100%; white-space: normal; }
.properties-abc:after { content: ""; display: block; clear: both; }
.properties-abc a, .properties-abc span { display: block; float: left; margin-right: 0.3125rem; }

/* RESPONSIVE */
@media (max-width: 1200px) {
  .container { max-width: 100%; }
  div#footerCaptcha { transform: scale(0.71); }
}
@media (max-width: 1024px) {
  body { padding-top: 3.125rem; overflow-x: hidden; }
  body.nav-open { overflow: hidden; }
	#tinymce { padding-top:0; }
  .i-wrapper { width: 100%; position: relative; left: 0; transition: all, ease-in-out 0.3s; }
  .i-wrapper, .i-header .container { z-index: 1; }
  .i-header { width: 100%; position: relative; top: auto; left: auto; z-index: 999; padding: 0; background: rgba(255,255,255,0.75); }
  .i-header .container { width: 100% !important; padding: 0 0.9375rem; }
  .i-header-logo-wrap { position: relative; top: 0; left: auto; margin: 0 auto; }
  .i-header-nav-bar { padding: 0.625rem 0; background: transparent; }
  .i-header-nav-bar .container { padding: 0; }
  .i-header-qs-scroller { display: block; width: 3.75rem; height: 3.125rem; position: fixed; top: 0; right: 0; z-index: 999999; text-align: right; }
  .i-header-qs-scroller:hover, .i-header-mobileToggle:active, .i-header-mobileToggle:focus { color: #fff; }
  .i-header-qs-scroller span { display: block; width: 100%; height: 100%; color: #fff; line-height: normal; font-size: 2rem; }
  .i-header-qs-scroller span .fa { position: relative; top: 0.3125rem; right: 0.75rem; }
  .i-header-mobileToggle { display: block; position: fixed; top: 0; left: 0; right: 0; z-index: 99999; box-shadow: 0 0 0.9375rem -0.3125rem #000; text-align: left; }
  .i-header-mobileToggle:hover, .i-header-mobileToggle:active, .i-header-mobileToggle:focus { color: #fff; }
  .i-header-mobileToggle span { background: hsl(var(--siteColor2)); display: block; color: #fff; line-height: normal; font-size: 2rem; height: 3.125rem; }
  .i-header-mobileToggle span .fa { position: relative; top: 0.3125rem; left: 0.75rem; }
  .i-header-navigation { margin: 0; padding: 0; }
  .i-header-navigation .container { width: auto; padding: 0; margin: 0; }
  .i-header-navigation ul li { border-top: 0.0625rem rgba(0,0,0,0.15) solid; }
  .i-header-navigation ul li.sub { padding-right: 0; }
  .i-header-navigation ul li.sub > a { padding-right: 3.75rem; }
  .i-header-navigation ul i {display: block; height: 2.875rem; padding: 0.875rem 1rem; position: absolute; top: 0; right: 0; background: hsl(var(--siteColor1)) !important; /*Site Color 1*/}
  .i-header-navigation li:hover ul { display: none; }
  .i-header-navigation ul ul { visibility: visible; opacity: 1; width: 100%; }
  .i-header-navigation ul.nav-tier-1 { width: 100%; overflow: auto;  display: block; position: fixed; top: 3.125rem; bottom: 0; z-index: 9999; background: #fff; text-align: left; margin: 0; transform: translate(-100%,0); transition: transform 0.35s; transition: all, ease-in-out 0.3s; }
  .i-header-navigation ul.nav-tier-1.open { transform: translate(0,0); left: 0; }
  .i-header-navigation ul.nav-tier-1 > li { float: none; display: block; border-top: 0.0625rem rgba(0,0,0,0.15) solid; }
  .i-header-navigation ul.nav-tier-1 > li > a, .header-nav ul.nav-tier-1 > li.active > a { padding: 0.9375rem; color: #333 !important; }
  .i-header-navigation ul.nav-tier-2, .i-header-navigation ul.nav-tier-3 { display: none; visibility: visible; opacity: 1; position: relative; top: auto; left: auto; right: auto; width: 100%; box-shadow: none; transition: none; transform: translate(0, 0); }
  .i-header-navigation ul.nav-tier-2 > li > a { padding: 0.9375rem 1.875rem; }
  .i-header-navigation ul.nav-tier-3 > li > a { padding: 0.9375rem 2.8125rem; }
  .i-header-navigation ul.nav-tier-2 li:hover > .nav-tier-3 { right: auto; }
  .i-header-info { position: relative; padding: 0.75rem 0; border-top: 0.0625rem solid #ccc; }
  .i-hero-wrap .i-hero-img-wrap,
  .i-hero-wrap.int .i-hero-img-wrap { height: 100%; }
}
@media (max-width: 992px) {
  .table-wrap { overflow-y: auto; width: 100%; }
  .i-footer > .container > .row > [class^=col] { margin-bottom: 1.875rem; }
  div#footerCaptcha { transform: scale(1); }
  .i-baseline { text-align: center; }
  .i-baseline .float-right { float: none !important; display: block;}
}
@media (max-width: 768px) {
  .i-header-actions .header-dropbox { width: 18.75rem; }
  .i-welcome { padding: 3.125rem 0; }
  .i-content { padding: 1.5625rem 0; }
  .i-wide { padding: 0 1.5625rem; }
  .i-footer { text-align: center; }
  .i-footer .container > .row > [class^=col] { min-height: 0; padding: 0.9375rem; }
  .i-footer .h4 { width: 18.75rem; max-width: 100%; margin: 0 auto 0.9375rem; }
  .i-footer-logo { margin-top: 0; }
  .i-footer-search-wrap { width: 90%; }
  .i-footer .i-social { font-size: 1.25rem; }
  .i-baseline { margin: 0; font-size: 0.9375rem; }
}
@media (max-width: 736px) {
  .i-header-viewed, .i-header-favorites, .i-header-login { font-weight: 500; }
  .i-welcome [class^=col] { max-width: 100%; flex: 0 0 100%; }
  .i-welcome [class^=col] img { display: block; margin: 0 auto 1.25rem; }
}
@media (max-width: 568px) {
  .i-header-info { text-align: center; }
  .i-header-phone { display: block; float: none !important; margin: 0 0 1.25rem; }
  .i-header-viewed, .i-header-favorites, .i-header-login { margin: 0 0.625rem; }
  .i-header-actions .header-dropbox.brecentlist { right: auto; left: 0; }
  .i-header-actions .header-dropbox.bfavoriteslist { right: 0; left: auto; }
  .i-wide { padding: 0 0.9375rem; }
}
@media (max-width: 480px) {
  .i-header-logo-wrap { width: 18.125rem; height: 4rem; }
  .i-header-viewed.i-header-actions .header-dropbox { right: auto; left: 0; }
}
@media (max-width: 414px) {
  .i-header-viewed, .i-header-favorites, .i-header-login, .i-header-phone { display: block; width: 100%; margin: 0 0 0.9375rem; }
  .i-header-actions .header-dropbox { width: 100%; }
}