/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1000px) {
	.header-middle.pb-30{padding-bottom:0px!important;}
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.opening-hours ul li .value {
    display: inline-block;float:none!important;
}
	.features-details h3 {
    font-size: 14px;
}
.icon-box.p-30 {
    padding: 15px 0px !important;
}
.border-3px {height: 100%;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.no-bott {
    margin-top: 50px;
}
	.space-bot {
    height: 274px;
}
	.btn-theme-colored {
    height: 36px;
    font-size: 15px;
}
	.border-3px {
    height: 100%;
}
	.header-option h3 {
    font-size: 14px;
}
	.btn-top{margin-top: 0px !important;}
	.sticky {
    position: relative;
    top: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.sticky {
    position: relative;
    top: 0;
}
.btn-top{margin-top: 0px !important;}
.header-middle .menuzord-brand {
    margin: 0;
    margin-bottom: 0px !important;
}

#header .pb-30
{
	padding-bottom: 0px !important;
}

.header-middle

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 453px) {
	.space-bot {
    height: 303px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 393px) {
	.space-bot {
    height: 327px;
}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}