@charset "UTF-8";
/* CSS Document */

/*

Red #982B39
Yellow #E5C748

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/




p.findMore a {
	color: white;
	padding: 10px 12px 10px 12px;
	background-color: #8dba38;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
}

p.findMore a:hover {
	background-color: #4090c4;
	color: white;
	text-decoration: none;
}


/*Home Page Special*/

#homePageSpecialOuter {
	width: 100%;
	padding-bottom: 90px;
	z-index: 500 !important;
	position: relative;
	margin-top: -75px;
}

#homePageSpecialInner {
	margin: 0 auto;
	width: 1140px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #982B39;
	text-align: center;
	border-radius: 5px;
}

#homePageSpecialInner h2 {
	color: white;
}

#homePageSpecialInner ul {
	list-style-type: none;
	padding-left: 0;
}

#homePageSpecialInner li {
	color: white;
}

#homePageSpecialInner p {
	color: white;
}

#homePageSpecialInner p b {
	color: white;
	font-weight: bold;
	font-size: 130%;
}

#homePageSpecialInner p.findMore a {
	color: black !important;
	padding: 10px 12px 10px 12px;
	background-color: #E5C748;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
}

#homePageSpecialInner p.findMore a:hover {
	background-color: white;
	color: #982B39;
	text-decoration: none;
}


/*Contact Form */

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: #982B39;
	margin: 3px 0 5px 10px;
	display: none;
}	

.chosen-results {
	max-height: 150px !important;
	
}



/*Links*/

#linksBox {
	float: left;
	width: 100%;
	padding: 25px 0 20px 0;
	border-top: 1px solid #e47f43;
	background-color: white;
	margin-bottom: 50px;
}

#linksBoxInner {
	margin: 0 auto;
	width: 1140px;
}

#linkImage {
	float: left;
	width: 50%;
}

#linkImage img {
	border-radius: 5px;
	max-width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 15px;
	margin-top: 25px;
}

#linkImage img:hover {
	opacity: .8;
}

#linkText {
	float: right;
	width: 50%;
	padding-left: 5%;
	box-sizing: border-box;
}

#linkText h2 {
	font-size: 120%;
	color: #394b60;
	font-weight: bold;
}

#linkText p {
	font-size: 100%;
	line-height: 28px;
	color: #383e47;
}

#linkText p a {
	color: #e47f43;
	text-decoration: none;
}

#linkText p a:hover {
	color: #e47f43;
	text-decoration: underline;
}


img.rightImage {
	float: right;
	margin: 10px 0 10px 30px;
	max-width: 100%;
	height: auto;
}




/*											Tables 									*/

/*Table*/

table#motorway {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 20px;
	border: none;
}	


table#motorway th {
	background-color: black;
	color: white !important;
	padding: 10px;
	font-size: 100%;
	border: none;
	border-right: 1px solid white;
}

/*table td {
	padding: 10px;	
	border: 1px solid #3c3c3b;
	font-size: 90%;
	background-color: white;
}

table td.highlighted {	
	background-color: #7cc9d5;
	color: #3c3c3b;
	border: 1px solid #3c3c3b;
}
*/



table#motorway td {
	padding: 15px;	
	border: none;
	font-size: 90%;
	background-color: white;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}

table#motorway tr.secondRow td {
	background-color: #efefef;
}


table#motorway td.highlighted {	
	color: #BA2637;
}

table#motorway td.price {	
	color: #BA2637;
}

table#motorway td span.line {
	text-decoration: line-through;
}

table#motorway td span.offer {
	color: #fce3de;
}



/* 1140*/
@media only screen 
and (max-width : 1140px) 
				 {

#homePageSpecialInner {
	width: 100%;
}	
					 
#linksBoxInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}						
					 
}



 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				
					 
#linkImage {
	width: 100%;
}

#linkText {
	width: 100%;
}	
					 
img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}					 
					 
}
