/* CSS Document */

/**   
#D4291F - red
#E4534B - light red
#B3231A - dark red
#002F0F - green
#006421 - light green
#323232 - gray
rgba(212, 41, 31, 1) - red
rgba(0, 47, 15, 1) - green
**/

.cd-top{
	bottom: 10px;
	right: 10px;
	font-size: 36px;
	color: #D4291F;
	transition: all .3s ease !important;
	z-index: 1000;
}
.cd-top:hover,
.cd-top:focus{
	color: #E4534B;
}
img{
	border: 0px;
}
p{
	margin: 0 !important;
	padding: 0 !important;
}
a{
	transition: all 0.3s ease;	
}
a:hover,
a:focus{
	text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
	font-family: 'zilla_slab', serif !important;
	font-weight: 700 !important;
}
.remodal{
	max-width: 1200px !important;
	text-align: left !important;
}
.remodal.sm{
	max-width: 500px !important;
}
.remodal.xl{
	max-width: 95% !important;
}
.remodal-close{
	top: 3px !important;
	right: 3px !important;
	left: auto !important;
	font-size: 30px;
	outline: none !important;
}
.remodal-close:hover{
	color: var(--secondary-color) !important;
}
.remodal-close:before{
	content: "" !important;
}
.remodal-overlay{
	background: rgba(0, 0, 0, .9) !important;
}
.remodal.clear{
	max-width: 525px !important;
	padding: 0 !important;
	background-color: transparent !important;
}
.remodal.clear .remodal-close{
	top: -10px !important;
	right: -40px !important;
}
.text.lg{
	font-size: 1.2rem
}
footer .built a{
	color: #FFF;
}
footer .built a:hover,
footer .built a:focus{
	color: #FF9900;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){
	

}

/* Tablet (portrait) */
@media(min-width:768px){
	.cd-top {
		font-size: 44px;
	}
	.remodal h2,
	.remodal h3{
		font-size: 26px;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){
	.remodal h2,
	.remodal h3{
		font-size: 30px;
	}
	header .phone{
		position: relative;
		top: -6px;
	}
	
}

/* Desktop */
@media(min-width:1200px){
	.cd-top {
		right: 20px;
		font-size: 50px;
	}
	.remodal{
		max-width: 900px !important;
		padding: 30px !important;
	}
	.remodal h2,
	.remodal h3{
		font-size: 36px;
	}
    
    header #book-now-btn{
        position: absolute;
        top: -35px;
        right: 130px;
    }
	
}

@media(min-width:1400px){
	

}

@media(min-width:1600px){
	.remodal{
		max-width: 1050px !important;
	}
	
}

@media(min-width:1800px){
	.remodal{
		max-width: 1200px !important;
	}	
	
}

/********************************************************** Helper Classes ******************************************************************/
.b5{
	margin-bottom: 5px !important;
}
.b10{
	margin-bottom: 10px !important;
}
.b15{
	margin-bottom: 15px !important;
}
.b20{
	margin-bottom: 20px !important;
}
.b25{
	margin-bottom: 25px !important;
}
.b30{
	margin-bottom: 30px !important;
}
.b45{
	margin-bottom: 45px !important;
}
.lastRight{
	margin-right: 0 !important;
}
hr{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.hrGray{
	border-color: #DDD !important;
}
.modal-backdrop{
	opacity: .5 !important;
}
.modal-open{
	padding-right: 0 !important;
}
.jumbotron{
	margin-bottom: 0 !important;
}
.posRel{
	position: relative;
}
input,
textarea,
select{
	border: 1px solid #DDD !important;
	color: #D4291F !important;
	font-weight: 700 !important;
	background-color: #FFF !important;
}
input:focus,
textarea:focus,
select:focus{
	border-color: transparent !important;
  	box-shadow: 0 0 0 0.2rem rgba(212, 41, 31, .3) !important;
}
input[type="checkbox"] + span,
input[type="checkbox"] + label + span,
input[type="radio"]+ span{
	cursor: pointer;
}
input[type="checkbox"]:checked + span,
input[type="checkbox"]:checked + label + span,
input[type="radio"]:checked + span{
    color: #D4291F !important;
}
label{
	font-family: 'zilla_slab', serif !important;
	font-size: 18px;
	font-weight: 700 !important;
}
.asterisk,
label.error{
	color: #BF171A !important;		
}
label.error{
	position: absolute;
	font-family: 'open_sans', sans-serif !important;
	font-size: 11px !important;
	margin: 0 !important;
}
#hiddenRecaptcha-error{
	top: 56px;
}
.input-group label.error{
	top: 34px;
	left: 0;
}
.input-group-lg label.error{
	top: 46px;
	left: 0;
}
.input-group .btn{
	padding: inherit !important;
	border-radius: 0 10px 10px 0 !important;
}
.form-control::-moz-placeholder{
 	color: #DDD !important;
	font-weight: 400 !important;
}
.form-control:-ms-input-placeholder{
 	color: #DDD !important;
	font-weight: 400 !important;
}
.form-control::-webkit-input-placeholder{
  	color: #DDD !important;
	font-weight: 400 !important;
}
.btn{
	font-family: 'zilla_slab', serif;
	font-weight: 700 !important;
	border-radius: 10px !important;
	transition: all 0.3s ease !important;
}
.btn:focus{
	outline: none !important;
}
.btnMain,
.btn-outline-secondary{
	background-color: #D4291F !important;
	border-color: #D4291F !important;
	color: #FFF !important;
}
.btnMain:hover,
.btnMain.active,
.btnMain:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary.active,
.btn-outline-secondary:focus{
	background-color: #B3231A !important;
	border-color: #B3231A!important;
}
.btnMain:focus,
.btn-outline-secondary:focus{
  	box-shadow: 0 0 0 0.2rem rgba(212, 41, 31, .25) !important;
}
.btnGreen{
	background-color: #002F0F !important;
	border-color: #002F0F !important;
	color: #FFF !important;
}
.btnGreen:hover,
.btnGreen.active,
.btnGreen:focus{
	background-color: #006421 !important;
	border-color: #006421!important;
}
.btnGreen:focus{
  	box-shadow: 0 0 0 0.2rem rgba(0, 47, 15, .25) !important;
}
.btnBg{
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.btnBg:hover,
.btnBg:focus{
	opacity: .8;
}
::selection{
	background: #D4291F;
	color: #FFF;
}
::-moz-selection{
	background: #D4291F;
	color: #FFF;
}
::-webkit-selection{
	background: #D4291F;
	color: #FFF;
}
b,
strong{
	font-weight: 700 !important;
}
.googleCaptcha{
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
	transform-origin: 0 0 !important;
	-webkit-transform-origin: 0 0 !important;
}
.grecaptcha-badge{
	z-index: 1999;
	visibility: hidden;
}
.slick-slide,
.slick-slide a{
	outline: none !important;
}
.blueimp-gallery>.close,
.blueimp-gallery>.prev,
.blueimp-gallery>.next{
    color: #FFF !important;
}
.checkBox,
.radioItem{
	position: relative;
}
.checkBox label,
.radioItem label{
	cursor: pointer;
	margin-bottom: 0 !important;
	height: 26px;
}
.checkBox label.error,
.radioItem label.error{
	top: 25px;
	left: 0;
}
.checkBox.top label.error,
.radioItem.top label.error{
	top: -15px;
}
.checkBox label span:last-child,
.radioItem label span:last-child{
	position: relative;
	top: -3px;
}
.checkBox .icon-stack,
.radioItem .icon-stack{
	font-size: 26px !important;
	color: #323232;
	width: auto;
}
.checkBox input[type="checkbox"],
.radioItem input[type="radio"],
.checkBox input[type="checkbox"] + label .fa-check-square,
.radioItem input[type="radio"] + label .fa-check-circle,
.checkBox input[type="checkbox"] + label + label .fa-check-square
.radioItem input[type="radio"] + label + label .fa-check-circle{
	display: none;
}
.checkBox input[type="checkbox"]:checked + label .fa-check-square,
.radioItem input[type="radio"]:checked + label .fa-check-circle,
.checkBox input[type="checkbox"]:checked + label + label .fa-check-square,
.radioItem input[type="radio"]:checked + label + label .fa-check-circle{
	display: inline-block;
	color: #D4291F;
}
.checkBox input[type="checkbox"]:checked + label span:last-child,
.radioItem input[type="radio"]:checked + label span:last-child,
.checkBox input[type="checkbox"]:checked + label + label span:last-child,
.radioItem input[type="radio"]:checked + label + label span:last-child{
	display: inline-block;
	color: #D4291F;
}
.checkBox input[type="checkbox"]:checked + label .fa-square,
.radioItem input[type="radio"]:checked + label .fa-circle,
.checkBox input[type="checkbox"]:checked + label + label .fa-square,
.radioItem input[type="radio"]:checked + label + label .fa-circle{
	display: none;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div{
    background-color: #D4291F !important;
    border-color: #D4291F !important;
}
.gj-picker-bootstrap table tr td.today div{
    color: #D4291F !important;
}
label img {
    margin-top: -20px;
}
.text-red{
	color: #D4291F !important;
}
.text-green{
	color: #002F0F !important;
}
.bg-red{
	background-color: #D4291F !important;
}
.bg-wood{
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
}
.bg-green{
	background-color: #002F0F !important;
}
.card{
	border: 1px solid #DDD !important;
}
.list-group-item-action{
	color: #212529 !important;
}
.list-group-item-action:hover,
.list-group-item-action:focus{
	background-color: #D4291F !important;
	color: #FFF !important;
}
.pointer{
	cursor: pointer;
}

/**   
#D4291F - red
#E4534B - light red
#B3231A - dark red
#002F0F - green
#006421 - light green
#323232 - gray
rgba(212, 41, 31, 1) - red
rgba(0, 47, 15, 1) - green
**/