body{
	 font-family: 'Merienda';font-size: 15px;
}
.nav-item{
	padding-right: 12px;
	padding-left: 12px;
}
.flag{
	max-height: 20px;
	max-width: 20px;
	margin-top: 10px;
}
.nav-link.active{
	background-color: lightgrey !important;
}

.reserve-container{
	position: relative;
}
.card-body{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}
.card-body:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.reserve-text{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-reserve{
	opacity:1;
	width:100%;
}

.carousel-caption{
	top: 40%;
}

.img-slider{
	min-height: 320px;
}

.navMenu{
	padding-top: 75px;
	padding-bottom: 20px;
}

.card-img-top{
	height: 200px;
}

.map{
	height: 320px;
}

@media screen and (max-width : 1920px){
  .only-mobile{
  visibility:hidden;
  }
}

@media screen and (max-width : 506px){
 
 .only-mobile{
  visibility:visible;
  }
}

.footer{
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 20px;
}
.social-icon{
	font-size:28; 
}
.pricing-table {
    border: 1px dotted #B3B3B3;
    background: rgba(255,255,255,0.90);
    margin-left: 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 10px 30px;
}
.pricing-table .price {
    background-color: transparent;
    color: #141414;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 20px 0;
    text-align: center;
}
.pricing-table.style-3 h5 {
    color: #fff;
    background-color: #136e28;
    font-size: 18px;
    margin-bottom: 30px;
    font-style: normal;
    border: 2px solid #111;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
}
.pricing-table .bullet-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #136e28;
    background-color: transparent;
    border-bottom: 1px dotted #B3B3B3;
}
.pricing-table .bullet-item i {
    padding-left: 20px;
    padding-right: 20px;
}
.text-color-primary {
    color: #57d155;
}
.pricing-table .bullet-item span {
    display: block;
    font-weight: 600;
    text-align: right;
    visibility: hidden;
}
.special-treatment-notes {
    margin-top: 15px;
    font-weight: bold;
}
ul, ol {
    list-style: none;
}
.hand-right {
    padding-left: 30px;
    background-image: url(../images/hand-right.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 3px;
    background-position-y: 3px;
}

footer{
	position: fixed;
	bottom: 0px;
	padding-top: 20px;
}


@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.3;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}