/**barkers**/
/**#000000**/
/**11-apr-23**/
/****************************************************************************************************************************************************************************************************************************/
/***generic******************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
#mainBannerOuter{
	width:100%;
	padding-bottom:30%;/**0.30 ratio**/
	margin-bottom:10px;
	float:left;
}

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

.mainBanner{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	float:left;
}

.mainBanner img{
	width:100%;
	float:left;
}

.dualBanner{
	width:50%;
	float:left;
}

.dualBanner img{
	width:100%;
	float:left;
}

/****************************************************************************************************************************************************************************************************************************/
/***size1********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#mainBannerOuter{
	margin-bottom:10px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size2********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size3********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size4********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size5********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size6********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size7********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***generic******************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
#carouselOuter{
	width:100%;
	max-height:190px;
	margin-top: 30px;
	overflow: hidden;
	float:left;	
}

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

#carouselHeader{
	width: 1200px;
	margin-bottom:7px;
	font-size:22px;
	color: #58595b;
	float:left;
}

#carouselViewer{
	width:1128px;
	max-height:210px;
	margin-bottom:40px;
	overflow:hidden;
	float:left;
}

#carouselReel{
	width: 200%;
	position:relative;
	z-index:1;
}


#carouselSlide{
	width:282px;
	float:left;
}

#carouselSlide a{
	text-decoration:none;
}

#slideImage{
	float: left;
}

#slideImage img{
	float: left;
}

#slideTitle{
	width:100%;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	font-size:16px;
	color:#58595b;
	float:left;
}

#slidePrice{
	width:100%;
	margin-bottom:10px;
	text-align:center;
	font-size:16px;
	color:#58595b;
	float:left;
}

#slideViewButton{
	margin:0 auto;
	padding:3px;
	font-weight:300;
	font-size:16px;
	color:white;
	background:#58595b;
	display:table;
}

#leftArrow{
}

#rightArrow{
}

#leftArrow img, #rightArrow img{
}

#leftArrow:hover, #rightArrow:hover{
	cursor: pointer;
}

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

#carouselHeader{
	width:1200px;
}

#carouselViewer{
	width:1128px;
	max-height:210px;
	margin-bottom:40px;
}

#carouselReel{
	width:200%;
}

#carouselSlide{
	width:282px;
}

#slideImage{
	width:222px;
	height:127px;
	padding-left:30px;
	padding-right:30px;
}

#slideImage img{
	width:222px;
	height:127px;
}

#slideTitle{
	width:222px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:3px;
	font-size:13px;
}

#slidePrice{
	width:222px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow, #rightArrow{
	width:36px;
	padding-bottom:36px;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#leftArrow img, #rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

#leftArrowInner{
	display: block;
}

#leftArrowInnerDummy{
	display: none;
}

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

#carouselHeader{
	width:1100px;
}

#carouselViewer{
	width:1028px;
	max-height:178px;
	margin-bottom:40px;
}

#carouselReel{
	width:200%;
}

#carouselSlide{
	width:257px;
}

#slideImage{
	width:197px;
	height:112px;
	padding-left:30px;
	padding-right:30px;
}

#slideImage img{
	width:197px;
	height:112px;
}

#slideTitle{
	width:197px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:3px;
	font-size:13px;
}

#slidePrice{
	width:197px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow, #rightArrow{
	width:36px;
	padding-bottom:36px;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#leftArrow img, #rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

#leftArrowInner{
	display: block;
}

#leftArrowInnerDummy{
	display: none;
}

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

#carouselOuter{
	display: none;
}

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

#carouselOuter{
	display: none;
}

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

#carouselOuter{
	display: none;
}

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

#carouselOuter{
	display: none;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size7********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#carouselOuter{
	display: none;
}

}/**@media**/
/*************************************************************************************************************************************************************************************************************************/
/***generic***************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
#departmentsHeading{
	width:1200px;
	margin:0 auto;
	margin-bottom:20px;
	box-sizing: border-box;
	text-align:center;
	font-weight:100;
	font-size:50px;
	color:#000000;
	display:table;
}

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

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


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

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

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

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

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

}/**@media**/
/*************************************************************************************************************************************************************************************************************************/
/***generic***************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
#categoryImageLinkWrapper{
	margin: 0 auto;
	display: table;
}

#imageWrapper{
	float:left;
}

#imageWrapper a{
	text-decoration:none;
}

#imageWrapper #image{
	float:left;
}

#imageWrapper #image img{
	display: block; 
}

#imageWrapper #image img:hover{
	opacity:0.5;
}


#imageWrapper #imageLabel{
	width:100%;
	height: 20px;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
	font-weight:100;
	font-size:20px;
	color:#000000;
	float:left;
}

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

#imageWrapper{
	width:384px;
	margin-right: 23px;
	margin-bottom:23px;
}

#imageWrapper:nth-child(3), #imageWrapper:nth-child(6), #imageWrapper:nth-child(9), #imageWrapper:nth-child(12){
	margin-right: 0px;
}

#imageWrapper #image, #imageWrapper #image img{
	width:384px;
	height:219px;
}

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

#imageWrapper{
	width:351px;
	margin-right: 23px;
	margin-bottom:23px;
}

#imageWrapper:nth-child(3), #imageWrapper:nth-child(6), #imageWrapper:nth-child(9), #imageWrapper:nth-child(12){
	margin-right: 0px;
}

#imageWrapper #image, #imageWrapper #image img{
	width:351px;
	height:200px;
}

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

#imageWrapper{
	width:319px;
	margin-right: 21px;
	margin-bottom:21px;
}

#imageWrapper:nth-child(3), #imageWrapper:nth-child(6), #imageWrapper:nth-child(9), #imageWrapper:nth-child(12){
	margin-right: 0px;
}

#imageWrapper #image, #imageWrapper #image img{
	width:319px;
	height:181px;
}

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

#imageWrapper{
	width:287px;
	margin-right: 19px;
	margin-bottom:19px;
}

#imageWrapper:nth-child(3), #imageWrapper:nth-child(6), #imageWrapper:nth-child(9), #imageWrapper:nth-child(12){
	margin-right: 0px;
}

#imageWrapper #image, #imageWrapper #image img{
	width:287px;
	height:163px;
}

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

#imageWrapper{
	width:255px;
	margin-right: 17px;
	margin-bottom:17px;
}

#imageWrapper:nth-child(3), #imageWrapper:nth-child(6), #imageWrapper:nth-child(9), #imageWrapper:nth-child(12){
	margin-right: 0px;
}

#imageWrapper #image, #imageWrapper #image img{
	width:255px;
	height:145px;
}

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

#imageWrapper{
	width:223px;
	margin-right: 15px;
	margin-bottom:15px;
}

#imageWrapper:nth-child(3), #imageWrapper:nth-child(6), #imageWrapper:nth-child(9), #imageWrapper:nth-child(12){
	margin-right: 0px;
}

#imageWrapper #image, #imageWrapper #image img{
	width:223px;
	height:127px;
}

}/**@media**/
/*************************************************************************************************************************************************************************************************************************/
/***size7*****************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#categoryImageLinkWrapper{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	float: left;
}

#imageWrapper{
	width:100%;
	margin-bottom:20px;
}

#image, #image img{
	width:100%;
}

#imageLabel{
	width:100%;
}

}/**@media**/
/*************************************************************************************************************************************************************************************************************************/
/***generic***************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
.googleMapBox{
	margin:0 auto;
	margin-bottom:18px;
	padding-top:22%;
	position:relative;
	display:table;
}

iframe{
	width:100%;
	height:100%;
	border:none;
	position:absolute;
	top:0;
	left:0;
}
/*************************************************************************************************************************************************************************************************************************/
/***size1*****************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
.googleMapBox{
	width:1200px;
}

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

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

}/**@media**/
/*************************************************************************************************************************************************************************************************************************/
/***size4*****************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
.googleMapBox{
	width:900px;
	padding-top:35%;
}

}/**@media**/
/*************************************************************************************************************************************************************************************************************************/
/***size5*****************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
.googleMapBox{
	width:800px;
	padding-top:35%;
}

}/**@media**/
/*************************************************************************************************************************************************************************************************************************/
/***size6*****************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
.googleMapBox{
	width:700px;
	padding-top:35%;
}

}/**@media**/
/*************************************************************************************************************************************************************************************************************************/
/***size7*****************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
.googleMapBox{
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-top:55%;
	float: left;
}

}/**@media**/
/*************************************************************************************************************************************************************************************************************************/
/***generic***************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
#homeText{
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #000000;
	display: table;
}

#homeText a{
	font-weight: bold;
	color: #000000;
}

#homeText h1{
	margin: 0px;
	font-weight: 300;
	font-size: 24px;
}

#homeText h2{
	margin: 0px;
	font-weight: 300;
	font-size: 20px;
}

/*************************************************************************************************************************************************************************************************************************/
/***size1*****************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

#homeText{
	width:1200px;
}

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

#homeText{
	width:1100px;
}

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

#homeText{
	width:1000px;
}

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

#homeText{
	width:900px;
}

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

#homeText{
	width:800px;
}

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

#homeText{
	width:700px;
}

}/**@media**/
/*************************************************************************************************************************************************************************************************************************/
/***size7*****************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#homeText{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	float: left;
}

}/**@media**/
/*************************************************************************************************************************************************************************************************************************/
/***generic***************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
#enquiryFormOuter{
	width: 100%;
	margin-top:5px;
	margin-bottom:50px;
	text-align:center;
	float: left;	
}

#enquiryFormInner{
	width: 400px;
	margin: 0 auto;
	display: table;	
}		

#enquiryFormInner label{
	width: 400px;	
	margin-top: 9px;
	float:left;
}

#enquiryFormInner label #labelText{
	font-size: 14px;
	text-align:left;
	float:left;
}

#enquiryFormInner label #labelManatory{
	margin-top:4px;
	font-size: 10px;
	text-align:right;
	float:right;
}

#enquiryFormInner input[type=text]{
	width: 400px;	
	padding: 5px;
	box-sizing: border-box;
	border-radius:0;
	-webkit-border-radius:0; 
	-webkit-appearance: none;
	font-size: 14px;
	float:left;
}

#enquiryFormInner textarea{
	width: 400px;	
	height: 150px;
	padding:7px;
	box-sizing: border-box;
	border: black 2px solid;
	border-radius:0;
	-webkit-border-radius:0; 
	-webkit-appearance: none;
	font-size:12px;
	opacity: 0.7;
	outline:none;
	resize: none; 
	overflow-y: hidden; 
	overflow-x: hidden; 
	float:left;
}

.emailSpecial{
	display:none;	
}

#imageInput{
	width: 400px;	
	height:50px;
	float:left;
}

#enquiryFormInner input[type=file]{
	margin-top:10px;
	border:none;
	outline:none;
	font-size: 14px;
	text-align:left;
	float:left;
}

#enquiryFormInner img{
	height:50px;
	border:none;
	margin-top:10px;
	font-size: 14px;
	text-align:left;
	float:left;
}

#enquiryFormInner input[type=submit]{
	margin-top:10px;
	padding: 5px;
	border:none;
	outline:none;
	font-size: 14px;
	text-align:left;
	color:white;
	background:green;
	float:left;
}

#enquiryFormInner button{
	margin-top:10px;
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border: none;
	outline:none;
	font-size: 18px;
	text-align:left;
	color: white;
	background: #c10c0f;
	float: left;
}

.checkBoxOuter{
  padding-left: 40px;
  padding-bottom: 40px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
 	float: left;
}

/*Hide the browser default checkbox*/
.checkBoxOuter input{
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkBoxOuter .checkmark{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	border:  black 2px solid;
}
/*************************************************************************************************************************************************************************************************************************/
/***generic***************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
#enquiryFeedbackOuter{
	width:100%;
	z-index:100;
	position:fixed;
	top:35%;
	display:none;
}

#enquiryFeedbackInner{
	width: 600px;
	margin:0 auto;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
	border-width:2px;
	border-style:solid;
	border-color:#58595b;
	background:ghostWhite;
	display:table;
}

#enquiryFeedbackClose{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	cursor:pointer;
	line-height:150%;
	text-align:right;
	font-size:16px;
	float:left;
}

#enquiryFeedbackMessage{
	width:100%;
	line-height:150%;
	text-align:center;
	font-size:37px;
	float:left;
}
/*************************************************************************************************************************************************************************************************************************/
/***size7*****************************************************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#enquiryFormInner{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 17px;
	display: block;
	float: left;	
}		

#enquiryFormInner label{
	width: 100%;	
}

#enquiryFormInner input[type=text]{
	width: 100%;	
}

#enquiryFormInner textarea{
	width: 100%; 
	height: 150px;
	padding:7px;
}

#enquiryFormInner button{
	margin-top:10px;
}

}//**@media**/