/**8-mar-22**/
/**barkers**/
/**#58595b**/
/**#c10c0f**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#contentWrapper{
	width:100%;
	float:left;
}
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#banner{
	width:100%;
	margin-bottom:20px;
	float:left;
}

#bannerImage{
	width:100%;
	float:left;
}

#bannerImage img{
	width:100%;
	position: relative;
	float:left;
}

#bannerHeader{
	width:1200px;
	margin:0 auto;
	display:table;
}

#bannerHeader h1{
	margin:0px;
	font-weight:100;
	font-size:27px;
	color:#000000;;
}

#bannerHeader h2{
	margin:0px;
	font-weight:100;
	font-size:15px;
	color:#000000;;
}

#bannerHeader h2 a{
	color:#000000;;
}

#bannerHeader p a{
	color:#000000;;
}

/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#bannerHeader{
	width:1200px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#bannerHeader{
	width:1100px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#bannerHeader{
	width:1000px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#bannerHeader{
	width:900px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#bannerHeader{
	width:800px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#bannerHeader{
	width:700px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#bannerHeader{
	width:94%;
	margin-left: 3%;
	margin-right: 3%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
.googleMapOuter{
	margin: 0 auto;
	display:table;
}

.googleMapsContactDetails{
	width:600px;
	height:600px;
	padding:25px;
	box-sizing: border-box;
	background:#d7e0e7;
	float:left;
}

.googleMapsContactDetails p{
	font-size:14px;
	color:black;
}

.contactHeader{
	margin-top:0px;
	font-weight:700;
}

.openingHoursHeader{
	margin-top:40px;
	font-weight:700;
}

.googleMapBox{
	width:600px;
	height:600px;
	position:relative;
	float:left;
}

.googleMapBox iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#aboutText{
	width:1200px;
	margin:0 auto;
	margin-bottom:40px;
	font-size:14px;
	color:black;
	display:table;
}

#aboutText a{
	color:black;
}

/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
.googleMapOuter, #aboutText{
	width:1200px;
}

.googleMapsContactDetails, .googleMapBox, .googleMapBox iframe{
	width:600px;
	height:600px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1140px) and (max-width: 1219px){
.googleMapOuter, #aboutText{
	width:1100px;
}

.googleMapsContactDetails, .googleMapBox, .googleMapBox iframe{
	width:550px;
	height:550px;
}

.googleMapsContactDetails p{
	line-height:90%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1040px) and (max-width: 1139px){
.googleMapOuter, #aboutText{
	width:1000px;
}

.googleMapsContactDetails, .googleMapBox, .googleMapBox iframe{
	width:500px;
	height:500px;
}

.googleMapsContactDetails p{
	line-height:90%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 940px) and (max-width: 1039px){
.googleMapOuter, #aboutText{
	width:900px;
}

.googleMapsContactDetails, .googleMapBox, .googleMapBox iframe{
	width:450px;
	height:450px;
}

.googleMapsContactDetails p{
	line-height:80%;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 840px) and (max-width: 939px){
.googleMapOuter, #aboutText{
	width:800px;
}

.googleMapsContactDetails{
	padding:15px;
}

.googleMapsContactDetails, .googleMapBox, .googleMapBox iframe{
	width:400px;
	height:400px;
}

.googleMapsContactDetails p{
	line-height:70%;
}

.openingHoursHeader{
	margin-top:25px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 740px) and (max-width: 839px){
.googleMapOuter, #aboutText{
	width:700px;
}

.googleMapOuter{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.googleMapsContactDetails{
	width:700px;
	height:auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.googleMapsContactDetailsOne{
	width:325px;
	float:left;
}

.googleMapsContactDetailsTwo{
	width:325px;
	float:left;
}

.googleMapsContactDetails p{
	line-height:70%;
}

.openingHoursHeader{
	margin-top:0px;
}

.googleMapBox{
	width:700px;
	height:700px;
	margin-bottom:25px; 
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 1;
}

.googleMapBox iframe{
	width:700px;
	height:700px;
}


}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 739px){
.googleMapOuter, #aboutText{
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
}

.googleMapOuter{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.googleMapsContactDetails{
	width:100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.googleMapBox{
	width:100%;
	height:auto;
	padding-bottom:75%;
	margin-bottom:25px; 
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 1;
}

.googleMapBox iframe{
	width:100%;
	height:100%;
}

}/**@media**/