/*-----------------------------------------------------------------------------------

	Theme Name: Nichos Santa Fé
	Theme URI: http://localhost:8888/nichos/
	Description: Sitio Web de Nichos Santa Fé
	Author: Oscar López
	Author URI: http://www.grupoautofin.com
	Version: 1.0.0

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

@font-face {
    font-family: 'news_gothic_mtregular';
    src: url('../fonts/newsgothicmt-webfont.woff2') format('woff2'),
         url('../fonts/newsgothicmt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'news_gothic_mtbold';
    src: url('../fonts/newsgothicmtbold-webfont.woff2') format('woff2'),
         url('../fonts/newsgothicmtbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'news_gothic_mtitalic';
    src: url('../fonts/newsgothicmtitalic-webfont.woff2') format('woff2'),
         url('../fonts/newsgothicmtitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


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

#header {
    width: 100vw;
    position: absolute;
    background-color: transparent;
    transition: 800ms;
}
#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden;
}
.logo {
    max-width: 40%;
    padding: 1em;
    height: auto;
}
.fixed {
    position: fixed !important;
    z-index: 100;
}
.sticky {
    position: fixed !important;
    background-color: #8e1e2f !important;
    top: 37px;
    left: 0;
    height: 85px;
    z-index: 15;
}
@media (min-width: 576px) {
    nav#breadcrumb {
        height: 37px;
        line-height: 13px;
    }
}
.was-validated .form-control:invalid {
    border: 1px solid #dc3545;
}
.logo-sm {
    max-width: 30%;
    padding: 0.5em;
}
.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #8e1e2f;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav ul li a {
    padding: 8px;
    text-decoration: none;
    font-size: 40px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: 'news_gothic_mtregular';
    line-height: 2;
}
.sidenav ul li a:hover {
    color: #fccd00;
}
.border-top {
    border-top: 1px solid #d5d9ea;
    margin-left: 45%;
    margin-right: 45%;
}
.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #FFFFFF;
}
.sidenav .titleMenu {
    position: absolute;
    top: 15px;
    left: 25px;
    margin-left: 50px;
}
div#menu a {
    cursor: pointer;
    text-transform: uppercase;
}
div#menu {
    color: #FFFFFF;
    font-family: 'news_gothic_mtbold';
}
@media (max-width: 418px) {
    .logo {
        max-width: 60%;
    }
    .sticky {
        height: 55px;
    }
    .sidenav ul li a {
        font-size: 17px;
        line-height: 1.5;
        padding: 5px;
    }
    .logo-sidenav {
        max-width: 50%;
    }
    .copyright {
        font-size: 14px !important;
    }
    #page-title {
        height: 150px !important;
    }
    .label-step {
        font-size: 0.9rem !important;
    }
    .sidenav .titleMenu {
        left: 15px;
        margin-left: 0px;
        max-width: 60%;
    }
}
@media (min-width: 419px) and (max-width: 506px) {
    .logo {
        max-width: 50%;
    }
    .sticky {
        height: 60px;
    }
    .sidenav ul li a {
        font-size: 24px;
        line-height: 2;
        padding: 0px;
    }
    .logo-sidenav {
        max-width: 50%;
    }
    .copyright {
        font-size: 14px !important;
    }
    #page-title {
        height: 150px !important;
    }
    .label-step {
        font-size: 0.9rem !important;
    }
}
@media (min-width: 507px) and (max-width: 576px) {
    .logo {
        max-width: 45%;
    }
    .sticky {
        height: 65px;
    }
    .sidenav ul li a {
        font-size: 24px;
        line-height: 2.2;
        padding: 4px;
    }
    .logo-sidenav {
        max-width: 50%;
    }
    .copyright {
        font-size: 14px !important;
    }
    #page-title {
        height: 180px !important;
    }
    .label-step {
        font-size: 0.9rem !important;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .logo {
        max-width: 50%;
    }
    .sticky {
        height: 65px;
    }
    .sidenav ul li a {
        font-size: 24px;
        line-height: 2.3;
        padding: 5px;
    }
    .logo-sidenav {
        max-width: 60%;
    }
    .copyright {
        font-size: 14px !important;
    }
    #page-title {
        height: 180px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        max-width: 40%;
    }
    .sticky {
        height: 70px;
    }
    .sidenav ul li a {
        font-size: 28px;
        line-height: 2;
        padding: 5px;
    }
    .logo-sidenav {
        max-width: 80%;
    }
    .copyright {
        font-size: 14px !important;
    }
    #page-title {
        height: 200px !important;
    }
}
@media (min-width: 992px) {
    .logo-sidenav {
        max-width: 60%;
    }
}
.flex-right {
    justify-content: flex-end !important;
}
.title-gallery {
    color: #fffc02;
    font-size: 14px;
    text-align: center;
    background-color: #8b2131;
    text-transform: uppercase;
    font-family: 'news_gothic_mtbold';
    padding: 0.5em 0;
}
@media (max-height: 515px) and (min-height: 480px) {
    .sidenav ul li a {
        line-height: 2;
        font-size: 23px;
    }
}
@media (max-height: 479px) and (min-height: 440px) {
    .sidenav ul li a {
        line-height: 1.9;
        padding: 4px;
        font-size: 23px;
    }
}
@media (max-height: 439px) and (min-height: 400px) {
    .sidenav ul li a {
        line-height: 1.8;
        padding: 4px;
        font-size: 22px;
    }
}
@media (max-height: 399px) and (min-height: 365px) {
    .sidenav ul li a {
        line-height: 1.5;
        font-size: 21px;
    }
    #mySidenav ul {
        margin-bottom: 0;
    }
}
@media (max-height: 364px) and (min-height: 310px) {
    .sidenav ul li a {
        line-height: 1.3;
        font-size: 20px;
    }
    #mySidenav ul {
        margin-bottom: 0;
    }
}
@media (max-height: 309px) {
    .sidenav ul li a {
        line-height: 1;
        font-size: 0.9em;
    }
    #mySidenav ul {
        margin-bottom: 0;
    }
}


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

#footer {
    position: relative;
    background-color: #8e1e2f;
    min-height: 196px;
    border-top: 10px solid #721425;
    color: #FFFFFF;
}
.logo-footer {
    padding-bottom: 1em;
}
#copyright li a {
    color: #FFFFFF;
    font-size: 11px;
}
@media(max-width: 767px) {
    .center-vertically-left {
        text-align: -webkit-center;
    }
    #footer {
        min-height: auto;
        padding: 1em 0;
    }
}


/* ----------------------------------------------------------------
	General CSS
-----------------------------------------------------------------*/

body {
	font-family: 'news_gothic_mtregular';
    background-color: #f3f3f3;
    color: #424242;
}
strong {
    font-family: 'news_gothic_mtbold';
}
.uppercase {
    text-transform: uppercase;
}
.title-payment {
    color: #8b2131;
    font-size: 24px;
    padding: 10px;
}
.color {
    color: #8e1e2f!important;
}
#wrapper {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
    float: none;
}
#content {
    position: relative;
    overflow: hidden;
    width: 100vw;
}
main {
    display: grid;
}
a:hover {
    text-decoration: none;
}
.table td, .table th {
    text-align: -webkit-center;
}
.content-wrap {
	position: relative;
    padding: 80px 0;
}
.parallax-window {
    min-height: 480px;
    background: transparent;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.parallax-mirror {
    border-bottom: solid 10px #8b2131;
    border-top: solid 10px #8b2131;
}
.bar-church {
	width: 100vw;
	background-color: #8b2131;
	height: 425px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-church {
	color: #FFFFFF;
	font-size: 24px;
	font-family: 'news_gothic_mtbold';
}
.text-church {
    color: #FFFFFF;
    font-size: 14px;
}
.accout-summarise {
    border: 0.7em solid #e9e7e7;
    background-color: #FFFFFF;
    padding: 1.5em;
}
#accout-summarise > tbody> tr > th {
    color: #424242;
    font-family: 'news_gothic_mtregular';
    font-size: 14px;
}
#accout-summarise > tbody> tr > td {
    color: #8b2131;
    font-family: 'news_gothic_mtbold';
    font-size: 14px;
}
#account-note-title {
    font-size: 14px;
    color: #8b2131;
    font-family: 'news_gothic_mtbold';
}
#account-note {
    font-size: 14px;
}
.account-description {
    background-color: #e9e7e7;
    padding: 1em;
}
#label-confirm {
    color: #8b2131;
    font-size: 14px;
    font-family: 'news_gothic_mtbold';
}
.cruz {
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 430px;
    position: absolute;
    z-index: 10;
    top: 470px;
}
@media(max-width: 576px) {
    .bar-church {
        height: auto;
        padding: 2em 0;
    }
    .text-church, .title-church  {
        text-align: center !important;
    }
    #cruz-sm {
        max-width: 50%;
    }
}
@media (max-width: 991px) {
    .cruz {
        display: none;
    }
}
.form-control-lg {
    height: calc(2.875rem + 10px);
}
.form-control {
    background-color: #f3f3f3;
    border-radius: 0;
    border: 0;
}
.btn-border {
    border: 1px solid #8b2131;
    color: #8b2131 !important;
    text-transform: uppercase;
    font-family: 'news_gothic_mtbold';
    border-radius: 0;
    font-size: 14px;
    padding: 1em;
}
.niches-box {
    border: 4px solid #fbcc24;
    border-radius: 6px;
}
.niches-title {
    color: #8b2131;
    font-size: 20px;
    font-family: 'news_gothic_mtbold';
}
.niches-text {
    color: #424242;
    font-size: 14px;
    line-height: 1rem;
}
.w100 {
    width: 100%;
}
.accout-summarise-title {
    background-color: #8b2131;
    color: #f4ed20;
    font-size: 20px;
    font-family: 'news_gothic_mtbold';
    padding: 5px;
}
.accout-summarise-title span {
    color: #FFFFFF;
    font-size: 14px;
    display: grid;
    line-height: 1;
    padding-left: 1em;
}
.available-light {
    background-color: #ffba00;
    width: 25px;
    height: 25px;
    float: left;
}
.available-standard {
    background-color: #37d63b;
    width: 25px;
    height: 25px;
    float: left;
}
.unavailable-niche {
    background-color: #ff0000;
    width: 25px;
    height: 25px;
    float: left;
}
.btn-border:hover {
    color: #FFFFFF !important;
}
.img-about {
    position: relative;
}
@media (min-width: 1200px) {
    #mistery {
        margin-top: -80px;
    }
    .img-about {
        position: absolute;
        left: 0;
        top: -430px;
    }
}
.imghvr-flip-vert {
    background-color: transparent;
}
.label-step {
    font-size: 1.1rem;
}
figcaption ul li {
    font-size: 12px;
    line-height: 1;
}
figcaption ul li a {
    color: #8b2131;
}
figcaption ul li a:hover {
    text-decoration: underline;
    color: #8b2131;
}
[class^=imghvr-] figcaption {
    padding: 0;
}
[class^=imghvr-] a {
    position: relative;
}
.center-vertically {
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-vertically-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.muro-rosario-hvr {
    background-color: transparent !important;
    background-image: url('../img/misterios-de-santo-rosario-hvr.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.muro-letanias-hvr {
    background-color: transparent !important;
    background-image: url('../img/muro-de-las-letanias-hvr.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.muro-apariciones-hvr {
    background-color: transparent !important;
    background-image: url('../img/muro-de-las-apariciones-hvr.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.box-parallax {
    color: #424242;
    background-color: rgba(242, 242, 242, 0.90);
    padding: 2em;
    margin: 0 auto;
}
.box-parallax h2 {
    font-size: 24px;
}
.box-parallax p {
    line-height: 1.8;
    font-size: 14px;
}
#buttons  {
    padding-bottom: 2em;
}
input::-webkit-input-placeholder {
    font-size: 14px;
    color: #424242;
}
input::-moz-placeholder {
    font-size: 14px;
    color: #424242;
} /* Firefox 19+ */

input:-moz-placeholder {
    font-size: 14px;
    color: #424242;
}  /* Firefox 18- */

input:-ms-input-placeholder {
    font-size: 14px;
    color: #424242;
} /* IE */

textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #424242;
}
textarea::-moz-placeholder {
    font-size: 14px;
    color: #424242;
} /* Firefox 19+ */

textarea:-moz-placeholder {
    font-size: 14px;
    color: #424242;
}  /* Firefox 18- */

textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #424242;
} /* IE */

.ohidden {
    overflow: hidden;
}
@keyframes slide {
  from { left: 100%;}
  to { left: 0%;}
}
@-webkit-keyframes slide {
  from { left: 100%;}
  to { left: 0%;}
}
.thead-bg {
    background-color: #8b2131;
    color: #FFFFFF;
    text-align: center;
}
.info-church-title {
    font-size: 40px;
    color: #8b2131;
}
.info-church-text {
    font-size: 14px;
}
.info-church {
    border-left: 2px solid #8b2131;
    padding-left: 1em;
}
#page-title {
    background-color: #311c00;
    width: 100vw;
    height: 297px;
    background-image: url('../img/page-title.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #FFFFFF;
}
#page-title h3 {
    padding-bottom: 1em;
}
nav#breadcrumb {
    background-color: #e9e7e7;
    width: 100vw;
}
.breadcrumb-item > a {
    color: #424242;
}
.breadcrumb-item.active {
    color: #424242;
    font-family: 'news_gothic_mtbold';
}
#thank-you {
    color: #8b2131;
}
#tel-thank a {
    color: #FFFFFF;
    font-family: 'news_gothic_mtbold';
}
.info-deposit-title {
    font-size: 40px;
    color: #8b2131;
    margin-bottom: 1em;
}
.info-deposit-text {
    font-size: 20px;
}
.parallax-sky {
    border: 0;
    min-height: 400px;
}
.text-parallax-sky {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
#box-parallax-sky {
    border: 1px solid #8b2131;
    border-radius: 4px;
    padding: 0.8em;
}
.mb-6 {
    margin-bottom: 4rem!important;
}
.mb-7 {
    margin-bottom: 5rem!important;
}
.box-gray {
    width: 100vw;
    height: 250px;
    background-color: #f3f3f3;
}
.text-about {
    color: #424242;
    font-size: 14px;
}
.title-about {
    color: #8b2131;
    font-size: 40px;
}
.subtitle-about {
    color: #424242;
    font-size: 24px;
}
.about-parallax {
    border-right: 1px solid #8f1b2d;
    padding-right: 2em;
    text-align: right;
}
.corners {
  position: relative;
  width: 100%; /* for demo purposes */
  padding: 20px;
}
.top, .bottom {
  position: absolute;
  width: 20px;
  height: 20px;
}
.top {
  top: 0;
  border-top: 5px solid #8f1b2d;
}
.bottom {
  bottom: 0;
  border-bottom: 5px solid #8f1b2d;
}
.left {
  left: 0;
  border-left: 5px solid #8f1b2d;
}
.right {
  right: 0;
  border-right: 5px solid #8f1b2d;
}
.dark {
    color: #FFFFFF;
}
.box-gray-quote {
    width: 100vw;
    min-height: 290px;
    background-color: #ebebeb;
}
.box-yellow-quote {
    font-family: 'news_gothic_mtbold';
    background-color: #fbcc24;
    color: #8f1b2d;
    font-size: 20px;
    text-align: center;
    max-width: 30%;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.stick-bar-yellow {
    top: 60px;
}
.box-docum {
    padding: 1.5em;
    font-size: 14px;
}
.box-docum-1 {
    background-color: #f3e5ab;
}
.box-docum-2 {
    background-color: #dca85c;
}
.box-docum-3 {
    background-color: #b9935a;
}
@media (min-width: 1200px) {
    .box-docum {
        min-height: 130px;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .box-docum {
        min-height: 190px;
    }
    .box-yellow-quote {
        max-width: 80%;
        position: relative;
        margin-bottom: 1.5em;
    }
}
@media (min-width: 536px) and (max-width: 767px){
    .box-docum {
        max-width: 80%;
        margin: 0 auto;
    }
    .box-yellow-quote {
        max-width: 90%;
        position: relative;
        top: 0;
    }
    div.parallax-window > .container {
        padding-top: 1em;
    }
    .niches-box {
        margin-bottom: 1em;
    }
}
@media (max-width: 535px){
    .box-yellow-quote {
        max-width: 100%;
        position: relative;
        top: 0;
    }
    div.parallax-window > .container {
        padding-top: 1em;
    }
    .niches-box {
        margin-bottom: 1em;
    }
}
.mt-25{
    margin-top: -25px!important;
}


/* ----------------------------------------------------------------
	Top bar
-----------------------------------------------------------------*/

#top-bar {
    position: relative;
    width: 100vw;
    height: 37px;
    background-color: #721425;
    transition: 800ms;
}
#top-bar div.container ul li {
	padding: 0 15px;
}
#top-bar div.container ul li:hover {
	background-color: #bd152f;
	transition: 500ms;
	cursor: pointer;
}
#top-bar div.container ul {
	line-height:35px;
}
#top-bar div.container ul li a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'news_gothic_mtbold';
	font-size: 11px;
}
#top-bar div.container ul li.order {
    background-color: #fffa00;
}
#top-bar div.container ul li.order a {
    color: #8d1f2f;
}
.download-pdf {
    color: #FFFFFF;
    transition: 300ms;
}
.download-pdf:hover {
    color: inherit;
}
@media(max-width: 575px) {
    .sticky {
        top: 0 !important;
    }
}
@media (max-width: 1199px){
    .box-gray {
        height: 100%;
        padding: 2em 0;
    }
    .img-about {
        max-width: 80%;
        padding-bottom: 1em;
    }
    #text-about {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .title-about, .subtitle-about {
        text-align: center;
    }
    .text-about {
        text-align: justify;
    }
    .video {
        max-width: 100%;
        height: auto
    }
}


/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/

#slider {
	position: relative;
	background-color: #311c00;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: white;
    text-transform: uppercase;
    min-height: 665px;
    margin-right: 0!important;
}
.subtitle-church {
    letter-spacing: 5px;
    font-family: 'news_gothic_mtbold';
}
.jc-s {
    justify-content: start;
}
.box-slide-grad {
    background-image: url('../img/grad-slide.png');
    width: 590px;
    height: 135px;
}
.box-slide-2 {
    margin-left: 5em;
    border-left: 2px solid #f5cc40;
    padding-left: 2em;
}
.title-yellow {
    color: #FFFFFF;
    font-family: 'news_gothic_mtregular';
    font-size: 40px;
}
.subtitle-yellow {
    color: #f4cb4e;
    font-family: 'news_gothic_mtbold';
    font-size: 24px;
}
.yellow-subtitle {
    font-family: 'news_gothic_mtbold';
    font-size: 26px;
    letter-spacing: 0.4rem;
}
.yellow-subtitle span {
    color: #f4cb4e;
}
.border-bottom-yellow {
    width: 50px;
    color: #f4cb4e;
    border: 1px solid;
    margin: 0 auto;
}
@media (min-width: 1200px){
    #slider {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .swiper-slide {
        min-height: 500px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .swiper-slide {
        min-height: 400px;
    }
    .inline-grid-sm {
        display: inline-grid;
    }
    .box-slide-2 {
        margin-left: 0;
    }
}
@media (max-width: 575px) {
    .swiper-slide {
        min-height: 350px;
        width: 100%!important;
    }
    .box-slide-2 {
        margin-left: 0;
        border-left: none;
        padding-left: 0;
    }
    .title-yellow {
        font-size: 2rem;
        text-align: center;
    }
    .subtitle-yellow {
        font-size: 1.2rem;
        text-align: center;
    }
    .yellow-subtitle {
        font-size: 1.2rem;
        letter-spacing: 0.5rem;
    }
    .header-church {
        font-size: 2rem;
    }
    .inline-grid-sm {
        display: inline-grid;
    }
    main {
        display: block;
    }
    .info-church-title {
        text-align: center;
        font-size: 34px;
        margin-bottom: 1em;
    }
    .info-church-text {
        text-align: justify;
    }
    #carouselExampleControls {
        margin-bottom: 3em;
    }
    .accout-summarise-title {
        text-align: center;
    }
    #label-confirm {
        text-align: center;
    }
    #buttons {
        float: none !important;
        text-align: center;
    }
    #buttons > div a.btn-border {
        width: 100%;
        margin-bottom: 1em;
    }
    .info-church {
        padding-left: 0;
        border-left: none;
    }
    .accout-summarise-title span {
        font-size: 12px;
    }
    #mistery {
        margin-top: 3em;
    }
}


/* ----------------------------------------------------------------
    Select Niche
-----------------------------------------------------------------*/

.row-select {
    display: table-row;
}
.cell {
    position: relative;
    display: table-cell;
    border-left:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    text-align: center;
    /*text-indent:-9999px;*/
/*    cursor: pointer;*/
    transition: 400ms;
}
.cell > a {
    color: #444;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cell:nth-child(4n+2) {
    border-left:1px solid #FFFFFF;
}
.row-select:nth-child(4n+2) .cell {
    border-top:1px solid #FFFFFF;
}
.cell:nth-child(2n+1) {
    border-left:1px solid #FFFFFF;
}
.row-select:nth-child(2n+1) .cell {
    border-top:1px solid #FFFFFF;
}
.row-select:first-child .cell {
    border-top: 0 !important;
}
.row-select .cell:first-child {
    border-left: 0;
}
.table-grid {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 8px;
    background: #e9e7e7;
    color: #4e6894;
}
@media (min-width: 768px) {
    .table-grid {
        height: 50%;
    }
}
@media (max-width: 767px){
    .table-grid {
        height: 45%;
    }
    .info-deposit-title {
        text-align: center !important;
    }
    .info-deposit-text {
        text-align: center !important;
    }
    .center-on-xs {
        text-align: center;
        justify-content: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .unavailable-niche, .available-standard, .available-light {
        width: 20px;
    }
    .accout-summarise-title span {
        font-size: 13px;
        padding-left: 0.5em;
    }
}
.center-th {
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    text-indent: 0px;
    width: 20px;
    background-color: #cbcbcb;
    color: #424242;
}
.selected {
    background-color: #8b2131 !important;
}
.alight {
    background-color: #ffba00;
    width: auto;
    height: auto;
    position: relative;
}
.astandard {
    background-color: #37d63b;
    width: auto;
    height: auto;
    position: relative;
}
.unavailable {
    background-color: #ff0000;
    width: auto;
    height: auto;
    position: relative;
}
.input-selected {
    background-color: #f4ed20 !important;
    color: #8e1e2f;
}
.page-link {
    color: #8b2131;
}
.bar-contact {
    width: 100vw;
    height: 550px;
    background-color: #8e1e2f;
}
#info-contact li {
    font-size: 14px;
    font-family: 'news_gothic_mtbold';
    line-height: 6em;
    color: #FFFFFF;
}
#info-contact li a {
    color: #FFFFFF;
}
.yellow {
    color: #fffa00;
}
.title-contact {
    font-size: 40px;
    color: #8b2131;
    text-align: right;
}
.subtitle-contact {
    font-size: 20px;
    color: #424242;
    text-align: right;
}
.lh-2 {
    line-height: 2;
}
@media (min-width: 1200px){
    .map {
        position: absolute;
        top: -155px;
    }
    .parallax-mirror {
        margin-top: -40px;
    }
}
@media (min-width: 992px)and (max-width: 1199px){
    .map {
        height: 100%;
        width: 100%;
    }
}
@media (min-width: 768px)and (max-width: 991px){
    .map {
        height: 100%;
        width: 100%;
    }
}
@media (max-width: 767px){
    .map {
        height: 100%;
        width: 100%;
    }
    .img-about {
        max-width: 60%;
    }
    #info-contact{
        text-align: center;
        margin-bottom: 0;
    }
    #info-contact, #info-contact li a {
        line-height: 3em;
    }
    .bar-contact {
        height: auto;
        padding: 1em;
    }
    .title-contact, .subtitle-contact {
        text-align: center;
    }
}
@media (max-width: 576px){
    #info-contact li {
        line-height: 0;
    }
}
.border-panel {
    border: 1em solid #e9e7e7;
    padding: 2em;
}
.f11 {
    font-size: 11px;
}
.lightbox-padding-up-down {
    padding: 1.5em 0;
}
.title-lightbox {
    font-size: 24px;
}
.subtitle-lightbox {
    font-size: 14px;
}
.modal-content {
    background-color: #8b2131;
    color: white;
    border-radius: 0;
    padding: 2em 0;
}
.modal-header {
    border-bottom: 0;
    display: block;
}
.modal-footer {
    justify-content: center;
    border-top: 0;
}
.button-login {
    background-color: yellow;
    border-radius: 0;
    color: #8b2131;
    font-family: 'news_gothic_mtbold';
    padding: 0.8em 3em;
    font-size: 14px;
}
.info-sections {
    line-height: 1.5;
    font-size: 14px;
    padding: 0em 2em;
}
.icon-up {
    font-size: 1.5rem;
    color: #8b202f;
}
::-moz-selection { /* Code for Firefox */
  color: #FFFFFF;
  background: #8e1e2f;
}
::selection {
  color: #FFFFFF; 
  background: #8e1e2f;
}
.rotateOnHover {
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.rotateOnHover:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.table#table-request .thead-bg th {
    font-size: 14px;
    font-family: 'news_gothic_mtbold';
    vertical-align: middle;
}
.table#table-request td {
    font-size: 14px;
}

/* ----------------------------------------------------------------
    Select Wall 
-----------------------------------------------------------------*/

.border-container {
    border: 4px solid #e4e4e4;
    background-color: white;
}
#map-1 {
    position: relative;
    width: 100%;
}
.box-map {
    background-color: transparent;
    margin-top: -18px;
    transition: 500ms;
    border-radius: 0;
    color: #4b3621;
}
.box-map:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transform: scale(1.1);
    z-index: 10;
}
.box-yellow {
    border: 1px solid #FFFFFF;
    background-color: #ffbf00;
}
.box-yellow:hover {
    background-color: #FFFFFF;
}
.box-blue {
    background-color: #f3e5ab;
    border: 1px solid #FFFFFF;
}
.box-blue:hover {
    background-color: #FFFFFF;
}
.box-pink {
    border: 1px solid #FFFFFF;
    background-color: #dca85c;
}
.box-pink:hover {
    background-color: #FFFFFF;
}
.box-green {
    border: 1px solid #FFFFFF;
    background-color: #b9935a;
}
.box-green:hover {
    background-color: #FFFFFF;
}
.box-no-hover {
    background-color: #e4e4e4;
}
.box-no-hover:hover {
    box-shadow: none;
    transform: none;
    background-color: #e4e4e4;
}
.mb3{
    margin-bottom: 3em;
}
.box-map-left-1 {
    height: 250px;
}
.box-map-left-2 {
    height: 375px;
}
.box-map-left-3 {
    height: 250px;
}
.box-map-left-4 {
    height: 250px;
}
.box-map-left-5 {
    height: 280px;
}
.entry {
    background-color: #8f1b2d;
    color: white;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0.4em 0;
    font-size: 0.8rem;
}
.bg-lightgray {
    background-color: #f3f3f3;
}
.plane { 
    width:100%;
    text-align:center;
    border-bottom: 1px solid #8d1f2f;
    line-height:0.1em;
    margin:15px 0 20px;
}
.plane span {
        background: #8d1f2f;
    padding: 5px 20px;
    color: white;
}
#map-3 {
    margin-top: 2em;
}
@media (min-width: 1920px){
    a div.box-map {
        font-size: 0.7rem;
        padding: 0.35rem;
    }
    .box-map-left-1 {
        height: 175px;
    }
    .box-map-left-2 {
        height: 269px;
    }
    .box-map-left-3 {
        height: 206px;
    }
    .box-map-left-4 {
        height: 207px;
    }
    .box-map-left-5 {
        height: 247px;
    }
    .box-map-middle {
        padding: 0.7em !important;
        height: 67px;
    }
    .box-map-right-1 {
        height: 212px;
    }
    .box-map-right-2 {
        height: 106px;
    }
    .box-map-right-3 {
        height: 80px;
    }
    .box-map-right-4 {
        height: 80px;
    }
    .box-map-right-5 {
        height: 81px;
    }
    .box-map-right-6 {
        height: 158px;
    }
    .box-map-right-7 {
        height: 212px;
    }
    .box-map-right-8 {
        height: 132px;
    }
    .box-map-right-9 {
        height: 106px;
    }
    .box-map-right-10 {
        height: 107px;
    }
}
@media (min-width: 1600px) and (max-width: 1919px){
    a div.box-map {
        font-size: 0.7rem;
        padding: 0.35rem;
    }
    .box-map-left-1 {
        height: 175px;
    }
    .box-map-left-2 {
        height: 269px;
    }
    .box-map-left-3 {
        height: 206px;
    }
    .box-map-left-4 {
        height: 207px;
    }
    .box-map-left-5 {
        height: 247px;
    }
    .box-map-middle {
        height: 80px;
    }
    .box-map-right-1 {
        height: 212px;
    }
    .box-map-right-2 {
        height: 106px;
    }
    .box-map-right-3 {
        height: 80px;
    }
    .box-map-right-4 {
        height: 80px;
    }
    .box-map-right-5 {
        height: 81px;
    }
    .box-map-right-6 {
        height: 158px;
    }
    .box-map-right-7 {
        height: 212px;
    }
    .box-map-right-8 {
        height: 132px;
    }
    .box-map-right-9 {
        height: 107px;
    }
    .box-map-right-10 {
        height: 106px;
    }
}
@media (min-width: 1293px) and (max-width: 1599px){
    a div.box-map {
        font-size: 0.7rem;
        padding: 0.35rem;
    }
    .box-map-left-1 {
        height: 175px;
    }
    .box-map-left-2 {
        height: 269px;
    }
    .box-map-left-3 {
        height: 206px;
    }
    .box-map-left-4 {
        height: 207px;
    }
    .box-map-left-5 {
        height: 247px;
    }
    .box-map-middle {
        height: 90px;
    }
    .box-map-right-1 {
        height: 212px;
    }
    .box-map-right-2 {
        height: 106px;
    }
    .box-map-right-3 {
        height: 80px;
    }
    .box-map-right-4 {
        height: 80px;
    }
    .box-map-right-5 {
        height: 81px;
    }
    .box-map-right-6 {
        height: 158px;
    }
    .box-map-right-7 {
        height: 211px;
    }
    .box-map-right-8 {
        height: 135px;
    }
    .box-map-right-9 {
        height: 105px;
    }
    .box-map-right-10 {
        height: 106px;
    }
}
@media (min-width: 1281px) and (max-width: 1292px){
    a div.box-map {
        font-size: 0.7rem;
        padding: 0.3rem;
    }
    .box-map-left-1 {
        height: 168px;
    }
    .box-map-left-2 {
        height: 260px;
    }
    .box-map-left-3 {
        height: 200px;
    }
    .box-map-left-4 {
        height: 200px;
    }
    .box-map-left-5 {
        height: 237px;
    }
    .box-map-right-1 {
        height: 204px;
    }
    .box-map-right-2 {
        height: 101px;
    }
    .box-map-right-3 {
        height: 77px;
    }
    .box-map-right-4 {
        height: 77px;
    }
    .box-map-right-5 {
        height: 77px;
    }
    .box-map-right-6 {
        height: 153px;
    }
    .box-map-right-7 {
        height: 204px;
    }
    .box-map-right-8 {
        height: 150px;
    }
    .box-map-right-9 {
        height: 77px;
    }
    .box-map-right-10 {
        height: 103px;
    }
}
@media (min-width: 1200px) and (max-width: 1280px){
    .box-map-left-1 {
        height: 158px;
    }
    .box-map-left-2 {
        height: 244px;
    }
    .box-map-left-3 {
        height: 159px;
    }
    .box-map-left-4 {
        height: 144px;
    }
    .box-map-left-5 {
        height: 204px;
    }
}
@media (min-width: 1065px) and (max-width: 1199px){
    .box-map-left-1 {
        height: 158px;
    }
    .box-map-left-2 {
        height: 244px;
    }
    .box-map-left-3 {
        height: 187px;
    }
    .box-map-left-4 {
        height: 186px;
    }
    .box-map-left-5 {
        height: 218px;
    }
}
@media (min-width: 1031px) and (max-width: 1064px){
    .box-map-left-1 {
        height: 158px;
    }
    .box-map-left-2 {
        height: 244px;
    }
    .box-map-left-3 {
        height: 187px;
    }
    .box-map-left-4 {
        height: 186px;
    }
    .box-map-left-5 {
        height: 218px;
    }
}
@media (min-width: 1065px) and (max-width: 1280px){
    a div.box-map {
        font-size: 0.6rem;
        padding: 0.3rem;
    }
    .box-map-middle {
        height: 70px;
    }
    .box-map-right-1 {
        height: 194px;
    }
    .box-map-right-2 {
        height: 95px;
    }
    .box-map-right-3 {
        height: 73px;
    }
    .box-map-right-4 {
        height: 73px;
    }
    .box-map-right-5 {
        height: 73px;
    }
    .box-map-right-6 {
        height: 145px;
    }
    .box-map-right-7 {
        height: 193px;
    }
    .box-map-right-8 {
        height: 118px;
    }
    .box-map-right-9 {
        height: 100px;
    }
    .box-map-right-10 {
        height: 95px;
    }
}
@media (width: 1030px){
    .box-map-left-1 {
        height: 158px;
    }
    .box-map-left-2 {
        height: 244px;
    }
    .box-map-left-3 {
        height: 186px;
    }
    .box-map-left-4 {
        height: 187px;
    }
    .box-map-left-5 {
        height: 206px;
    }
}
@media (min-width: 1030px) and (max-width: 1064px){
    a div.box-map {
        font-size: 0.6rem;
        padding: 0.3rem;
    }
    .box-map-middle {
        height: 70px;
    }
    .box-map-right-1 {
        height: 193px;
    }
    .box-map-right-2 {
        height: 96px;
    }
    .box-map-right-3 {
        height: 73px;
    }
    .box-map-right-4 {
        height: 73px;
    }
    .box-map-right-5 {
        height: 73px;
    }
    .box-map-right-6 {
        height: 145px;
    }
    .box-map-right-7 {
        height: 193px;
    }
    .box-map-right-8 {
        height: 118px;
    }
    .box-map-right-9 {
        height: 99px;
    }
    .box-map-right-10 {
        height: 96px;
    }
}
@media (min-width: 992px) and (max-width: 1029px){
    a div.box-map {
        font-size: 0.6rem;
        padding: 0.3rem;
    }
    .box-map-left-1 {
        height: 158px;
    }
    .box-map-left-2 {
        height: 244px;
    }
    .box-map-left-3 {
        height: 187px;
    }
    .box-map-left-4 {
        height: 186px;
    }
    .box-map-left-5 {
        height: 218px;
    }
    .box-map-middle {
        height: 70px;
    }
    .box-map-right-1 {
        height: 193px;
    }
    .box-map-right-2 {
        height: 96px;
    }
    .box-map-right-3 {
        height: 72px;
    }
    .box-map-right-4 {
        height: 72px;
    }
    .box-map-right-5 {
        height: 75px;
    }
    .box-map-right-6 {
        height: 145px;
    }
    .box-map-right-7 {
        height: 193px;
    }
    .box-map-right-8 {
        height: 118px;
    }
    .box-map-right-9 {
        height: 98px;
    }
    .box-map-right-10 {
        height: 97px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    a div.box-map {
        font-size: 0.8rem;
        padding: 0.5rem;
        text-align: center;
    }
    .box-map-left-1 {
        height: 190px;
    }
    .box-map-left-2 {
        height: 284px;
    }
    .box-map-left-3 {
        height: 190px;
    }
    .box-map-left-4 {
        height: 190px;
    }
    .box-map-left-5 {
        height: 282px;
    }
    .box-map-right-1 {
        height: 251px;
    }
    .box-map-right-2 {
        height: 129px;
    }
    .box-map-right-3 {
        height: 96px;
    }
    .box-map-right-4 {
        height: 96px;
    }
    .box-map-right-5 {
        height: 96px;
    }
    .box-map-right-6 {
        height: 190px;
    }
    .box-map-right-7 {
        height: 250px;
    }
    .box-map-right-8 {
        height: 164px;
    }
    .box-map-right-9 {
        height: 121px;
    }
    .box-map-right-10 {
        height: 131px;
    }
    .border-container {
        padding-top: 2em;
    }
}
@media (min-width: 711px) and (max-width: 767px){
    a div.box-map {
        font-size: 0.8rem;
        padding: 0.5rem;
        text-align: center;
    }
    .box-map-left-1 {
        height: 209px;
    }
    .box-map-left-2 {
        height: 322px;
    }
    .box-map-left-3 {
        height: 247px;
    }
    .box-map-left-4 {
        height: 247px;
    }
    .box-map-left-5 {
        height: 301px;
    }
    .box-map-right-1 {
        height: 250px;
    }
    .box-map-right-2 {
        height: 130px;
    }
    .box-map-right-3 {
        height: 96px;
    }
    .box-map-right-4 {
        height: 96px;
    }
    .box-map-right-5 {
        height: 96px;
    }
    .box-map-right-6 {
        height: 190px;
    }
    .box-map-right-7 {
        height: 250px;
    }
    .box-map-right-8 {
        height: 165px;
    }
    .box-map-right-9 {
        height: 120px;
    }
    .box-map-right-10 {
        height: 131px;
    }
    .border-container {
        padding-top: 2em;
    }
}
@media (min-width: 675px) and (max-width: 710px){
    a div.box-map {
        font-size: 0.8rem;
        padding: 0.5rem;
        text-align: center;
    }
    .box-map-left-1 {
        height: 209px;
    }
    .box-map-left-2 {
        height: 322px;
    }
    .box-map-left-3 {
        height: 247px;
    }
    .box-map-left-4 {
        height: 247px;
    }
    .box-map-left-5 {
        height: 301px;
    }
    .box-map-right-1 {
        height: 250px;
    }
    .box-map-right-2 {
        height: 130px;
    }
    .box-map-right-3 {
        height: 95px;
    }
    .box-map-right-4 {
        height: 95px;
    }
    .box-map-right-5 {
        height: 98px;
    }
    .box-map-right-6 {
        height: 190px;
    }
    .box-map-right-7 {
        height: 250px;
    }
    .box-map-right-8 {
        height: 165px;
    }
    .box-map-right-9 {
        height: 115px;
    }
    .box-map-right-10 {
        height: 136px;
    }
    .border-container {
        padding-top: 2em;
    }
}
@media (min-width: 651px) and (max-width: 674px){
    a div.box-map {
        font-size: 0.8rem;
        padding: 0.5rem;
        text-align: center;
    }
    .box-map-left-1 {
        height: 209px;
    }
    .box-map-left-2 {
        height: 322px;
    }
    .box-map-left-3 {
        height: 247px;
    }
    .box-map-left-4 {
        height: 247px;
    }
    .box-map-left-5 {
        height: 301px;
    }
    .box-map-right-1 {
        height: 250px;
    }
    .box-map-right-2 {
        height: 130px;
    }
    .box-map-right-3 {
        height: 95px;
    }
    .box-map-right-4 {
        height: 95px;
    }
    .box-map-right-5 {
        height: 98px;
    }
    .box-map-right-6 {
        height: 190px;
    }
    .box-map-right-7 {
        height: 250px;
    }
    .box-map-right-8 {
        height: 165px;
    }
    .box-map-right-9 {
        height: 120px;
    }
    .box-map-right-10 {
        height: 131px;
    }
    .border-container {
        padding-top: 2em;
    }
}
@media (min-width: 642px) and (max-width: 650px){
    a div.box-map {
        font-size: 0.8rem;
        padding: 0.5rem;
        text-align: center;
    }
    .box-map-left-1 {
        height: 209px;
    }
    .box-map-left-2 {
        height: 322px;
    }
    .box-map-left-3 {
        height: 247px;
    }
    .box-map-left-4 {
        height: 247px;
    }
    .box-map-left-5 {
        height: 301px;
    }
    .box-map-right-1 {
        height: 250px;
    }
    .box-map-right-2 {
        height: 130px;
    }
    .box-map-right-3 {
        height: 95px;
    }
    .box-map-right-4 {
        height: 95px;
    }
    .box-map-right-5 {
        height: 98px;
    }
    .box-map-right-6 {
        height: 190px;
    }
    .box-map-right-7 {
        height: 250px;
    }
    .box-map-right-8 {
        height: 165px;
    }
    .box-map-right-9 {
        height: 120px;
    }
    .box-map-right-10 {
        height: 131px;
    }
    .border-container {
        padding-top: 2em;
    }
}
@media (min-width: 576px) and (max-width: 641px){
    a div.box-map {
        font-size: 0.8rem;
        padding: 0.5rem;
        text-align: center;
    }
    .box-map-left-1 {
        height: 209px;
    }
    .box-map-left-2 {
        height: 322px;
    }
    .box-map-left-3 {
        height: 247px;
    }
    .box-map-left-4 {
        height: 247px;
    }
    .box-map-left-5 {
        height: 301px;
    }
    .box-map-right-1 {
        height: 250px;
    }
    .box-map-right-2 {
        height: 130px;
    }
    .box-map-right-3 {
        height: 95px;
    }
    .box-map-right-4 {
        height: 95px;
    }
    .box-map-right-5 {
        height: 98px;
    }
    .box-map-right-6 {
        height: 190px;
    }
    .box-map-right-7 {
        height: 250px;
    }
    .box-map-right-8 {
        height: 165px;
    }
    .box-map-right-9 {
        height: 120px;
    }
    .box-map-right-10 {
        height: 131px;
    }
    .border-container {
        padding-top: 2em;
    }
}
@media (max-width: 575px) {
    a div.box-map {
        font-size: 0.6rem;
        padding: 0.3rem;
        text-align: center;
    }
    .box-map-left-1 {
        height: 144px;
    }
    .box-map-left-2 {
        height: 216px;
    }
    .box-map-left-3 {
        height: 144px;
    }
    .box-map-left-4 {
        height: 145px;
    }
    .box-map-left-5 {
        height: 204px;
    }
    .box-map-right-1 {
        height: 195px;
    }
    .box-map-right-2 {
        height: 94px;
    }
    .box-map-right-3 {
        height: 73px;
    }
    .box-map-right-4 {
        height: 73px;
    }
    .box-map-right-5 {
        height: 73px;
    }
    .box-map-right-6 {
        height: 144px;
    }
    .box-map-right-7 {
        height: 194px;
    }
    .box-map-right-8 {
        height: 118px;
    }
    .box-map-right-9 {
        height: 98px;
    }
    .box-map-right-10 {
        height: 97px;
    }
    .border-container {
        padding-top: 2em;
    }
}
@media (max-width: 511px) and (min-width: 496px){
    .box-map-left-1 {
        height: 152px;
    }
    .box-map-left-2 {
        height: 222px;
    }
    .box-map-left-3 {
        height: 145px;
    }
    .box-map-left-4 {
        height: 144px;
    }
    .box-map-left-5 {
        height: 204px;
    }
}
@media (max-width: 495px) and (min-width: 493px){
    .box-map-left-1 {
        height: 159px;
    }
    .box-map-left-2 {
        height: 236px;
    }
    .box-map-left-3 {
        height: 152px;
    }
    .box-map-left-4 {
        height: 144px;
    }
    .box-map-left-5 {
        height: 192px;
    }
}
@media (max-width: 492px) and (min-width: 477px){
    .box-map-left-1 {
        height: 158px;
    }
    .box-map-left-2 {
        height: 244px;
    }
    .box-map-left-3 {
        height: 158px;
    }
    .box-map-left-4 {
        height: 145px;
    }
    .box-map-left-5 {
        height: 204px;
    }
}
@media (min-width: 472px) and (max-width: 476px) {
    .box-map-left-1 {
        height: 158px!important;
    }
    .box-map-left-2 {
        height: 244px!important;
    }
    .box-map-left-3 {
        height: 158px!important;
    }
    .box-map-left-4 {
        height: 144px!important;
    }
    .box-map-left-5 {
        height: 204px!important;
    }
}
@media (width: 471px) {
    .box-map-left-1 {
        height: 158px!important;
    }
    .box-map-left-2 {
        height: 244px!important;
    }
    .box-map-left-3 {
        height: 158px!important;
    }
    .box-map-left-4 {
        height: 144px!important;
    }
    .box-map-left-5 {
        height: 204px!important;
    }
}
@media (min-width: 466px) and (max-width: 471px) {
    .box-map-left-1 {
        height: 158px!important;
    }
    .box-map-left-2 {
        height: 243px!important;
    }
    .box-map-left-3 {
        height: 159px!important;
    }
    .box-map-left-4 {
        height: 151px!important;
    }
    .box-map-left-5 {
        height: 212px!important;
    }
}
@media (min-width: 464px) and (max-width: 465px) {
    .box-map-left-1 {
        height: 158px!important;
    }
    .box-map-left-2 {
        height: 243px!important;
    }
    .box-map-left-3 {
        height: 159px!important;
    }
    .box-map-left-4 {
        height: 151px!important;
    }
    .box-map-left-5 {
        height: 212px!important;
    }
}
@media (min-width: 451px) and (max-width: 463px) {
    .box-map-left-1 {
        height: 158px!important;
    }
    .box-map-left-2 {
        height: 244px!important;
    }
    .box-map-left-3 {
        height: 158px!important;
    }
    .box-map-left-4 {
        height: 159px!important;
    }
    .box-map-left-5 {
        height: 218px!important;
    }
}
@media (width: 450px) {
    .box-map-left-1 {
        height: 158px!important;
    }
    .box-map-left-2 {
        height: 244px!important;
    }
    .box-map-left-3 {
        height: 158px!important;
    }
    .box-map-left-4 {
        height: 159px!important;
    }
    .box-map-left-5 {
        height: 205px!important;
    }
}
@media (min-width: 400px) and (max-width: 449px) {
    .box-map-left-1 {
        height: 158px!important;
    }
    .box-map-left-2 {
        height: 244px!important;
    }
    .box-map-left-3 {
        height: 186px!important;
    }
    .box-map-left-4 {
        height: 186px!important;
    }
    .box-map-left-5 {
        height: 219px!important;
    }
}
@media (min-width: 370px) and (max-width: 399px) {
    .box-map-left-1 {
        height: 158px!important;
    }
    .box-map-left-2 {
        height: 244px!important;
    }
    .box-map-left-3 {
        height: 186px!important;
    }
    .box-map-left-4 {
        height: 186px!important;
    }
    .box-map-left-5 {
        height: 219px!important;
    }
}
@media (min-width: 368px) and (max-width: 369px) {
    .box-map-left-1 {
        height: 158px!important;
    }
    .box-map-left-2 {
        height: 244px!important;
    }
    .box-map-left-3 {
        height: 186px!important;
    }
    .box-map-left-4 {
        height: 186px!important;
    }
    .box-map-left-5 {
        height: 219px!important;
    }
}
@media (min-width: 341px) and (max-width: 367px) {
    .box-map-left-1 {
        height: 173px!important;
    }
    .box-map-left-2 {
        height: 271px!important;
    }
    .box-map-left-3 {
        height: 201px!important;
    }
    .box-map-left-4 {
        height: 186px!important;
    }
    .box-map-left-5 {
        height: 219px!important;
    }
}
@media (min-width: 339px) and (max-width: 340px) {
    .box-map-left-1 {
        height: 173px!important;
    }
    .box-map-left-2 {
        height: 271px!important;
    }
    .box-map-left-3 {
        height: 201px!important;
    }
    .box-map-left-4 {
        height: 186px!important;
    }
    .box-map-left-5 {
        height: 218px!important;
    }
}
@media (min-width: 327px) and (max-width: 338px) {
    .box-map-left-1 {
        height: 173px!important;
    }
    .box-map-left-2 {
        height: 271px!important;
    }
    .box-map-left-3 {
        height: 200px!important;
    }
    .box-map-left-4 {
        height: 200px!important;
    }
    .box-map-left-5 {
        height: 233px!important;
    }
}
@media (min-width: 279px) and (max-width: 326px) {
    .box-map-left-1 {
        height: 172px!important;
    }
    .box-map-left-2 {
        height: 300px!important;
    }
    .box-map-left-3 {
        height: 200px!important;
    }
    .box-map-left-4 {
        height: 200px!important;
    }
    .box-map-left-5 {
        height: 233px!important;
    }
}
@media (width: 278px) {
    .box-map-left-1 {
        height: 201px!important;
    }
    .box-map-left-2 {
        height: 299px!important;
    }
    .box-map-left-3 {
        height: 201px!important;
    }
    .box-map-left-4 {
        height: 200px!important;
    }
    .box-map-left-5 {
        height: 233px!important;
    }
}
@media (min-width: 266px) and (max-width: 277px) {
    .box-map-left-1 {
        height: 200px!important;
    }
    .box-map-left-2 {
        height: 299px!important;
    }
    .box-map-left-3 {
        height: 229px!important;
    }
    .box-map-left-4 {
        height: 228px!important;
    }
    .box-map-left-5 {
        height: 233px!important;
    }
}