body 
{
    margin:0;
    padding:0;
    font-family:Arial;
    background:url('/images/maincontentBG2.jpg');
    color:#636363;
    font-size:14px;
}

h1 
{
    font-size:17px;
	margin-top:0;
}

h2
{
    line-height:150%;
}

a 
{
    color:inherit;
    text-decoration:none;
}

.right 
{
    float:right;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    margin:15px 0 0 0;
}

@media print 
{
    .noPrint 
    {
        display:none;
    }
    
}
.changepage
{
    font-weight:bolder;
    font-style:italic;
}

.left
{
    float:left;

}

img 
{
    border:0;
}

.container 
{
    width:1054px;
    margin:0 auto;
    padding:0;
}


a.redbutton 
{
    background: #ED1E26;
    background:url('/images/redbuttonBG.jpg') no-repeat right, -moz-linear-gradient(top, #FFFFFF 1%, #ED1E26 10%, #C5151C 100%);
    background:url('/images/redbuttonBG.jpg') no-repeat right, -webkit-linear-gradient(top, #FFFFFF 1%, #ED1E26 10%, #C5151C 100%);
    background:url('/images/redbuttonBG.jpg') no-repeat right, -o-linear-gradient(top, #FFFFFF 1%, #ED1E26 10%, #C5151C 100%);
    background:url('/images/redbuttonBG.jpg') no-repeat right, -ms-linear-gradient(top, #FFFFFF 1%, #ED1E26 10%, #C5151C 100%);
    background:url('/images/redbuttonBG.jpg') no-repeat right, linear-gradient(top, #FFFFFF 1%, #ED1E26 10%, #C5151C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED1E26',endColorstr='#C5151C',GradientType=0);   
    border-radius:10px;
    border:2px solid #8d0405;
    text-align:center;
    padding:6px 40px 6px 10px;
    display:inline-block;
    font-size:13px;
    font-weight:bold;
    text-shadow: 0.1em 0.1em 0.2em black;
    color:#FFF;
    font-family:Arial;
    font-style:normal;
}

a.largeredbutton 
{
    background: #ED1E26;
    background:url('/images/redbuttonBG.jpg') no-repeat right, -moz-linear-gradient(top, #FFFFFF 1%, #ED1E26 10%, #C5151C 100%);
    background:url('/images/redbuttonBG.jpg') no-repeat right, -webkit-linear-gradient(top, #FFFFFF 1%, #ED1E26 10%, #C5151C 100%);
    background:url('/images/redbuttonBG.jpg') no-repeat right, -o-linear-gradient(top, #FFFFFF 1%, #ED1E26 10%, #C5151C 100%);
    background:url('/images/redbuttonBG.jpg') no-repeat right, -ms-linear-gradient(top, #FFFFFF 1%, #ED1E26 10%, #C5151C 100%);
    background:url('/images/redbuttonBG.jpg') no-repeat right, linear-gradient(top, #FFFFFF 1%, #ED1E26 10%, #C5151C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED1E26',endColorstr='#C5151C',GradientType=0);
    border-radius:10px;
    border:3px solid #8d0405;
    text-align:center;
    padding:30px 40px 30px 20px;
	font-size:25px;
	color:#FFFFFF;
	text-shadow: 0.1em 0.1em 0.2em black;
}

.pagebreak 
{
    width:100%;
    height:3px;
    border-top:1px solid #d5d4d5;
    border-bottom:2px solid #FFF;
    margin:10px 0;
    clear:both;
}

.pagebreak1 
{
    width:90%;
    height:3px;
    border-top:1px solid #d5d4d5;
    border-bottom:2px solid #FFF;
    margin:20px 20px;
    clear:both;
}

.clear 
{
    clear:both;
}


#left 
{
    width:755px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}

#Sellleft 
{
    width:500px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}

#Sellright
{
    width:500px;
    float:right;
    margin-bottom:20px;
}


#rightmenu
{
    width:245px;
    float:right;
	position:relative;
}


.box1 
{
    width:100%;
    background:url('/images/box1BG.jpg') repeat-x;
    padding:15px 0 0 0;
    margin:0 0 20px 0;
    font-size:13px;
    line-height:150%;
}




/* -----------------------------------HEADER */


#header
{
    background:url('/images/headerBG.jpg') repeat;    
    border-top:3px solid #a9a9a9;
    height:150px;
    color:#FFFFFF;
} 


#logo 
{
    height:133px;
    width:250px;
    background:url('/images/logo.png') no-repeat;
    float:left;
    margin:10px 0 0 0;
}

#siteDetails
{
    float: right;
    text-align: right;
    width: 680px;
}

#siteDetails input 
{
    width:180px;
    height:20px;
    border:2px solid #959595;
    border-radius:5px;
    margin:0 1px;
    padding:0 10px 4px 10px;
    font-size:12px;
    color:#878787;
}


#siteDetails p 
{
    font-size:18px;
    text-shadow: 0.1em 0.1em 0.2em black;
    margin:10px 0 5px;
}

#siteDetails span 
{
    color:#C92323;
    font-weight:bold;
    font-size:23px;
}

/* -----------------------------------NAVIGATION */


#nav
{
    list-style:none;
    float:right;
    width: 760px;
    color:#406447;
    margin:8px 0 0 0;    
	list-style:none;
	/* Clear floats */
	position:relative;
	z-index:5;
	text-decoration:none;
    font-weight:bold;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-size:14px;
	
}
#nav li{
	float:left;
	margin-right:8px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	padding:10px 6px;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	margin-left:-40px;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#d81920;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}


/* -----------------------------------PROMOTIONAL BANNER */

#promotionBanner 
{
    margin:0;
    padding:0;
    background:url('/images/promotionalbannerBG.jpg') repeat-x;
    height:368px;
}

#promotionBanner h1, .BusinessDetailsInformation h1
{
    color: #FFFFFF;
    font-size: 25px;
    font-style: normal;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    margin:0 0 20px 0;
    padding:40px 0 0 0;
}

#promotionBanner h5
{
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    margin:0 0 20px 0;
    padding:20px 0 0 0;
}

promotionBanner h2
{
    color: #FFFFFF;
    font-size: 25px;
    font-style: normal;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    margin:0;
    padding:20px 0 0 0;
}

.contactform 
{
    float:left;
    width:500px;
    margin: 20px 0 0 0;
}

/* Circular Content Carousel Style */
.ca-container{
	position:relative;
    float:right;
	width:450px;
	height:368px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:right;
	width:450px;
	height:368px;
}

.ca-item-main{
	padding:30px 0 0 0;
	position:absolute;
	top:5px;
	bottom:5px;
	overflow:hidden;
	width:450px;
}




.bannerQuote
{
    font-family:Georgia;
    font-size:18px;
    font-style:italic;
    font-weight:normal;
    margin:0 0 18px 0;
    color:#FFFFFF;
    text-shadow: 0.1em 0.1em 0.2em black;
}

.bannerQuote1
{
    font-family:Georgia;
    font-size:14px;
    font-style:italic;
    font-weight:normal;
    margin:0 0 4px 0;
    color:#FFFFFF;
    text-shadow: 0.1em 0.1em 0.2em black;
}

.bannerQuote span
{
    clear:both;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    margin:0 0 10px 0;
}


.ca-item h3{

	font-style:normal;
	font-size:25px;
	color:#FFFFFF;
	text-shadow: 0.1em 0.1em 0.2em black;
}

.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	text-align:left;
	z-index:100;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}


.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url('/images/arrows.png') no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-40px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}

.buttoncontianer 
{
    text-align:center;

}

.buttoncontianer .largeredbutton 
{
    margin:-32px 22px 0;
    width:400px;
    display:inline-block;
}

.sellingstep {
    font-weight: bold;
    margin: 30px 0 0;
    padding:0 0 10px 0;
    border-bottom:1px solid #FFF;
}

.sellingstep h3 {
    font-size: 20px;
}

.bluebox2box {
    float: left;
    height: 170px;
    margin: 40px 15px 0;
    width: 200px;
    text-align:center;
    font-weight:bold;
    font-size:22px;
}


/* -----------------------------------MAIN CONTENT */

#mainContent 
{
    margin:0;
    background:url('/images/maincontentBG1.jpg') repeat-x top ;
    padding:70px 0 0 0;
}


#leftmenu 
{
    float:left;
    width:260px;
    font-weight:bold;
    font-size:17px;
    margin:0 0 20px 0;
}


#leftmenu ul, ul.busSec
{
    margin:0;
    padding:0 0 0 15px;
    font-size:14px;
    font-weight:bold;
}

#leftmenu ul li, ul.busSec li
{
    margin:0;
    padding:0;
    border-bottom:1px solid #dddcdc;
    border-top:3px solid #ffffff;
    padding:10px 0;
}

/* #leftmenu ul li:first-child
{
    margin:0;
    padding:0;
    height:0px;
    list-style-type:none;
    border-bottom:1px solid #dddcdc;
    border-top:none;
}*/

#leftmenu ul li a
{
   color:inherit;
   text-decoration:none;
   color:#000;
}

#right 
{
    width:740px;
    float:right;
    margin:0 0 20px 0;
}


.rightCol1 
{
    float:left;
    width:350px;
    border-right:3px solid #FFFFFF;
    padding-right:15px;
}

.rightCol2 
{
    float:left;
    width:345px;
    border-left:1px solid #dadada;
    padding-left:20px;
}
  

p.redtab 
{
    display:block;
    width:313px;
    height:36px;
    float:left;
    margin:0;
    font-size:14px;
    padding:15px 75px 0 10px;
    background:url('/images/redtabBG.png') no-repeat;
    font-weight:bold;
    color:#FFFFFF;
	text-shadow: 0.1em 0.1em 0.2em black;
}

p.graytab 
{
    display:block;
    width:313px;
    height:36px;
    float:left;
    margin:0;
    font-size:14px;
    padding:15px 75px 0 10px;
    background:url('/images/graytabBG.png') no-repeat;
    font-weight:bold;
    color:#3e3e3e;
	
}

p.redtab1 
{
    display:block;
    width:253px;
    height:36px;
    float:left;
    margin:0 0 0 -70px;
    font-size:14px;
    padding:15px 75px 0 70px;
    background:url('/images/redtabBG1.png') no-repeat;
    font-weight:bold;
    color:#FFFFFF;
	text-shadow: 0.1em 0.1em 0.2em black;
	
}

p.smallredtab 
{
    display:block;
    width:253px;
    height:22px;
    float:left;
    margin:0;
    font-size:14px;
    padding:15px 0 4px 20px;
    background:url('/images/smallredtabBG.png') no-repeat right;
    font-weight:bold;
    color:#FFFFFF;
	text-shadow: 0.1em 0.1em 0.2em black;
	
}

p.graytab1 
{
    display:block;
    width:253px;
    height:36px;
    float:left;
    margin:0 0 0 -70px;
    font-size:14px;
    padding:15px 75px 0 70px;
    background:url('/images/graytabBG1.png') no-repeat;
    font-weight:bold;
    color:#3e3e3e;
	
}

.graybox 
{
    width:100%;
    border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;
    background: #f7f7f7;
    background: -moz-linear-gradient(center top,#f7f7f7 0,#dedede 150%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(150%,#dedede));
    background: -webkit-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: -o-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: -ms-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: linear-gradient(top,#f7f7f7 0,#dedede 150%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#dedede',GradientType=0);
    box-shadow: 0.1em 0.1em 0.6em #8a8a8a;
    text-align:center;
    float:left;
}

.graybox1
{
    width:100%;
    border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;
    background: #f7f7f7;
    background: -moz-linear-gradient(center top,#f7f7f7 0,#dedede 150%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(150%,#dedede));
    background: -webkit-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: -o-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: -ms-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: linear-gradient(top,#f7f7f7 0,#dedede 150%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#dedede',GradientType=0);
    box-shadow: 0.1em 0.1em 0.6em #8a8a8a;
    text-align:left;
    float:left;
    padding:20px 0 20px 0;
}

.graybox1 h1 
{
    color:#c92422;
text-shadow: 0.1em 0.1em 0.1em #c6c6c6;
font-size:18px;
margin:0 0 20px 20px;
}


.graybox1 h4 {
    color:#c92422;
    font-size: 14px;
    margin:10px 0 0 20px;
}

.graybox1 h5 {
    color:#636363;
    font-size: 16px;
    margin-bottom: 10px;
    
}

.enquiryColumn h1, .enquiryColumn1 h1
{
    color:#c92422;
text-shadow: 0.1em 0.1em 0.1em #c6c6c6;
font-size:18px;
margin:0 0 20px 0px;
}



.bluebox 
{
    background:#365981;
    background: -moz-linear-gradient(center top,#365981 0,#4673a6 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#365981),color-stop(100%,#4673a6));
    background: -webkit-linear-gradient(top,#365981 0,#4673a6 100%);
    background: -o-linear-gradient(top,#365981 0,#4673a6 100%);
    background: -ms-linear-gradient(top,#365981 0,#4673a6 100%);
    background: linear-gradient(top,#365981 0,#d4673a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#365981',endColorstr='#4673a6',GradientType=0);
    padding:10px 20px;
    color:#ffffff;
    position:relative;
    font-size:18px;
    margin:0 0 20px 0;
font-family:"Georgia";
font-style:italic;
text-shadow: 0.1em 0.1em 0.2em #5b5b5b;
}

.bluebox1 
{
    background:url('/images/soundbiteImage1.png') no-repeat left;
    padding:10px 20px;
    color:#ffffff;
    position:relative;
    font-size:18px;
    margin:0 0 20px 0;
font-family:"Georgia";
font-style:italic;
text-shadow: 0.1em 0.1em 0.2em #5b5b5b;
height:130px;
}

.bluebox1 div.L
{
    float:left;
    width:250px;
    margin:40px 0 0 110px;
}

.bluebox1 div.R
{
    float:left;
    margin:70px 0 0 100px
}



.bluebox2 {
width:460px;
padding:20px;
background:url('/images/blueboxRedtop.png') no-repeat;
height:503px;
margin: 0 0 20px 0;
color:#FFFFFF;
}


.bluebox2 h1 {
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    text-align:center;
margin:0;
}


.bluebox2 h2 {
    color: #FFFFFF;
    font-size: 13px;
    font-style: normal;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    text-align:center;
}

.SaleSearchcolumnL{
float:left;
margin:30px 0 0 0;
width:200px
}

.SaleSearchcolumnR{
float:right;
margin:30px 0 0 0;
width:200px
}

.SaleSearchcolumnL p.label, .SaleSearchcolumnR p.label {
    font-size: 16px;
    font-weight: bold;
}

.saleInput {
    height: 30px;
    width: 100%;
}


.filterbluebox
{
    background:#365981;
    background: -moz-linear-gradient(center top,#365981 0,#4673a6 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#365981),color-stop(100%,#4673a6));
    background: -webkit-linear-gradient(top,#365981 0,#4673a6 100%);
    background: -o-linear-gradient(top,#365981 0,#4673a6 100%);
    background: -ms-linear-gradient(top,#365981 0,#4673a6 100%);
    background: linear-gradient(top,#365981 0,#d4673a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#365981',endColorstr='#4673a6',GradientType=0);
    padding:10px 20px 5px;
    color:#ffffff;
    position:relative;
    font-size:18px;
    margin:0 0 20px 0;
}


.bluebox h1 
{
    font-family:Arial;
    font-style:normal;
    font-size:28px;
    color:#FFF;
}

.img1 
{
    position:absolute;
    right:5px;
    top:-15px;
}

.recentlysoldTab 
{
    width:200px;
    display:inline-block;
    min-height:330px;
    font-size:13px;
    font-family:Myriad Pro;
    padding:20px 10px 10px 10px;
    text-align:left;
    color:#000;
    vertical-align:top;
}

.tabInfo {
    height: 120px;
}

.recentlysoldTab p
{
    margin:5px 0;
    padding:0;
}

.recentlysoldTab h2
{
    color:#3076b3;
    font-family:Georgia;
    font-size:14px;
	font-weight:300;
    font-style:italic;
    display:inline-block;
    width:70px;
    margin:0;
    padding:2px 0 2px 5px;
}

.whiteBorder 
{
    height:144px;
    width:199px;
    padding:5px;
    border:1px solid #d7d7d7;
    background:#FFF;
}

/* -----------------------------------SOUNDBITE */

.soundbite {
    background-color:#365981;
    color:#FFFFFF;
    margin:0 0 30px 0;
    padding:10px 0 30px 15px;
    position: relative;
    background: -moz-linear-gradient(center top,#365981 0,#4673a6 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#365981),color-stop(100%,#4673a6));
    background: -webkit-linear-gradient(top,#365981 0,#4673a6 100%);
    background: -o-linear-gradient(top,#365981 0,#4673a6 100%);
    background: -ms-linear-gradient(top,#365981 0,#4673a6 100%);
    background: linear-gradient(top,#365981 0,#d4673a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#365981',endColorstr='#4673a6',GradientType=0);
    width:225px;
    height:285px;
}

.soundbite h1 {
color:#FFFFFF;
text-shadow: 0.1em 0.1em 0.2em #5b5b5b;
font-size:22px;

}

.soundbite img { 
position: absolute; 
right: 0; 
bottom: 0px; 
z-index:1;
}

.soundbite p {
position:relative;
font-size:18px;
font-family:"Georgia";
font-style:italic;
text-shadow: 0.1em 0.1em 0.2em #5b5b5b;
z-index:2;
}

.soundbite span {
display:block;
font-weight:bold;
font-size:22px;
margin:20px 0 0 0;
font-family:"arial";
font-style:normal;
}

/* -----------------------------------LATEST NEWS */

.whiteBorder1 
{
    height:80px;
    width:80px;
    padding:3px;
    border:1px solid #d7d7d7;
    background:#FFF;
}

.news-itemLarge
{
    margin: 0 0 15px 0;
    padding: 0;
}

.newsDate {
    font-family: georgia;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    margin: 0;
}



.news-itemLarge img 
{
    height:200px;
    width:200px;
    float:left;
    padding:5px;
    background:#ffffff;
    border:1px solid #d7d7d7;
}

.news-itemLarge .rightnewsItem
{
    float:right;
    width:520px;
    color:#636363;
    font-size:14px;
    line-height:150%;
}


.news-itemLarge h1
{
    margin:0;
    padding:0;
    color:#000;
}

.news-itemSmall img 
{
    height:75px;
    width:75px;
    float:left;
}

.news-itemSmall div 
{
    float:right;
    width:260px;
    color:#636363;
    font-size:14px;
}

.news-itemSmall h1
{
    margin:0;
    padding:0;
    color:#000;
}


/* -----------------------------------TESTIMONIAL */


.testimonial
{
    font-family:Georgia;
    font-style:italic;
    line-height:25px;
    padding:0 0 0 20px;
}

.testimonial1 
{
    margin:30px 0;
    font-family:Georgia;
    font-style:italic;
    line-height:25px;
    padding:10px 0;
    background:url('/images/box1BG.jpg') repeat-x bottom, url('/images/box1BG.jpg') repeat-x top;
}

.testimonial2
{
    margin:10px 0;
    font-family:Georgia;
    font-style:italic;
    line-height:25px;
    padding:10px 0;
    border-bottom:1px solid #D5D4D5;
}


.testimonial2 img.testimonial
{
   float:left;
   margin: 0 20px 0 0;
   width:220px;
   padding:5px;
   background:#FFF;
   border:1px solid #D5D4D5;
}

.testimonial1 h1 
{
    font-style:normal;
    font-family:Arial;
}





p.testimonial-user
{
    clear:both;
    text-align:right;
    font-family:Arial;
    font-weight:bold;
    font-style:normal;
}

p.testimonial-user1
{
    text-align:right;
    font-family:Arial;
    font-weight:bold;
    font-style:normal;
}

.speech {
    background: url("/images/speech.png") no-repeat scroll 0 0 transparent;
    display:inline-block;
    height:25px;
    margin-left:-10px;
    width:35px;
}

.speech1 {
    background: url("/images/speech1.png") no-repeat scroll 0 0 transparent;
    height:25px;
    width:35px;
    display:inline-block;
}

/* -----------------------------------FOOTER */

.uptodate 
{
    color:#231F20;
    font-family:Georgia;
    font-style:italic;
    font-size:18px;
}
    

.uptodate h2 
{
    float:left;
    margin:10px 0 15px 0;
    font-size:16px;
}

.socialicons li
{
    list-style-type:none;
    float:left;
    margin:0 60px 10px 0;
    font-family:Georgia;
    font-size:16px;
    font-style:italic;
}

.socialicons li:first-child
{
    
    margin:0 60px 0 50px;
}

.socialicons img 
{
    vertical-align:middle;
    display:inline-block;
}

.socialicons a:hover 
{
    text-decoration:underline;
}



#footer 
{
    clear:both;
    background:url('/images/footerBG.jpg') repeat-x;
    height:113px;
    color:#808080;
    font-family:Arial;
    padding:60px 0 0 0;  
    font-size:11px; 
}


/*Search */
.searchbox 
{
    margin:-330px 0 20px;
}


.Searchgraybox 
{
    width:100%;
    color:#414142;
    border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;
    background: #f7f7f7;
    background: -moz-linear-gradient(center top,#f7f7f7 0,#dedede 150%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(150%,#dedede));
    background: -webkit-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: -o-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: -ms-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: linear-gradient(top,#f7f7f7 0,#dedede 150%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#dedede',GradientType=0);
    box-shadow: 0.1em 0.1em 0.6em #8a8a8a;
    float:left;
}

.Searchgraybox h3
{
    color: #414142;
    font-size: 17px;
    margin:20px 0 10px 20px;
}

.searchColumn 
{
    width:310px;
    float:left;
    border-right:1px solid #dedddd;
    padding:0 0 20px 20px;
    margin:0 0 10px;
    font-size:12px;
    text-align:left;
}

.searchColumn1
{
    float:right;
    width:240px;
    margin:20px 0 0 0;
}


p.SearchLabel 
{
    font-family: Georgia;
    color:#414142;
    font-style: italic;
    margin:0 0 5px 0;
    font-size:14px;
}

.map-search {
    background: #FFFFFF;
    border: 1px solid #D5D4D5;
    height: 450px;
    margin: 20px 0 0;
    padding: 5px;
    width: 1044px;
}


.inputField
{
    width:90%;
    border:3px solid #959595;
    border-radius:5px;
    -moz-border-radius:5px;
    margin:0 0 10px 0;
    color:#4d4d4d;
    font-size:12px;
    padding:2px;
    background:#FFF;
    
}

.enquiryColumn1 .inputField
{
    width:300px;
    
    
}


.inputFieldsmall
{
    width:40%;
    border:3px solid #959595;
    border-radius:5px;
    -moz-border-radius:5px;
    margin:0 0 10px 0;
    color:#4d4d4d;
    font-size:12px;
    padding:2px;
    background:url('/images/inputBG.jpg') repeat;
    
}

.inputTextarea
{
    width:100%;
    border:3px solid #959595;
    border-radius:5px;
    -moz-border-radius:5px;
    margin:0 0 10px 0;
    color:#4d4d4d;
    font-size:12px;
    padding:2px;
    height:130px;
    background:#f5f5f5;
    
}

.sortinputField
{
    width:200px;
    border:3px solid #959595;
    border-radius:5px;
    -moz-border-radius:5px;
    margin:0 0 10px 0;
    color:#4d4d4d;
    font-size:12px;
    padding:2px;
    background:url('/images/inputBG.jpg') repeat;
}

.inputField1
{
    width:80%;
    border:3px solid #959595;
    border-radius:5px;
    -moz-border-radius:5px;
   float:left;
    margin:0 0 10px 0;
    color:#4d4d4d;
    font-size:12px;
    padding:2px;
    background:#FFF;
}

a.srchBtn1
{
    height:47px;
    width:57px;
   float:left;
   margin:-3px 0 0 -20px;
    background:url('/images/keywordSearch.png') no-repeat;
}  

.srchBtn2
{
    height:47px;
    width:57px;
   float:right;
   margin:-12px 0 0 -20px;
    background:url('/images/keywordSearch.png') no-repeat;
}    

#slider-Price, #slider-WTurnover, #slider-ATurnover
{
    background: #ED1E26 !important;
    width:95%;
    margin:10px 0 20px 0;
    height:12px;
}


.showingresults 
{
    margin:0;
    float:left;
    width:250px;
    font-weight:bold;
}

p.showingresults1
{
    font-size:12px;
    float:left;
    width:170px;
    margin:5px 0 0 0;
}

.showingresults span
{
    font-family:Georgia;
    font-style:italic;
    font-size:14px;
}

.pagination ul {
    float: right;
}




.pagination ul li {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #CCCCCC;
    float:left;
    list-style-type:none;
    margin-left: 3px;
    padding: 4px;
    text-align: center;
}


a.saveSearch 
{
    font-size:12px;
    display:block;
    float:left;
    border-left:1px solid #FFF;
    padding:10px 10px 10px 20px;
    margin-left:20px;
}


.filtericons 
{
    margin:0 20px 0 0;
    padding:0;
    float:left;
    font-family:Georgia;
}
.filtericons li 
{
    float:left;
    margin:0;
    list-style-type:none;
}

.listItemGrid 
{
    width:214px;
    float:left;
    margin:0 34px 0px 3px;
}

.listItemGrid:nth-of-type(3n+1)
{
	clear:both; 
}


.listItemGrid .listItem 
{
    padding:10px;
}

.listItemGrid .listItem img.businessImage
{
   width:205px;
   padding:4px;
   background:#FFF;
   border:1px solid #cecece;
   height:160px;
}

.suggested_businesses {
	width:550px;
	position:absolute;
	top:0;
	right:0;
}

.suggested_businesses_search_results .suggested_businesses {
	width:100%;
	position:static;
	top:auto;
	right:auto;
}


.listItemSuggested
{
	width:33.33%;
	float:left;
	box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important;
	padding:0 20px;
	overflow:auto;
	border-right:solid 1px rgba(0,0,0,0.03);

}

.listItemSuggested:nth-of-type(3n+1){
	clear:both;
}

.listItemSuggested p {
	margin:0 0 3px;
	font-size:12px;
}

.listItemSuggested .redbutton {
	margin-top:10px;
}


.slider_control
{
	padding:5px;
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:50%;
	margin-top:-34px;
	font-size:1.5em;
	color:#fff;
}

.prev
{
	left:-20px;
}

.next
{
	right:-20px;
}


.listItem 
{
    width:100%;
    border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;
    background: #f7f7f7;
    margin:10px 0 25px 0;
    background: -moz-linear-gradient(center top,#f7f7f7 0,#dedede 150%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(150%,#dedede));
    background: -webkit-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: -o-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: -ms-linear-gradient(top,#f7f7f7 0,#dedede 150%);
    background: linear-gradient(top,#f7f7f7 0,#dedede 150%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#dedede',GradientType=0);
    box-shadow: 0.1em 0.1em 0.6em #8a8a8a;
    position:relative;
	overflow:auto;
}

.listItemL
{
    float:left;
    padding:4px;
    border:1px solid #cfcfcf;
    margin:14px;
    background:#FFF;
    width:255px;
	position:relative;
    
}


.listItemR {
    float: left;
    margin: 16px 0 0;
    width: 450px;
    font-family:Myriad Pro;
}

.listItemL img
{
    width:255px;
}

p.businessTitle 
{
    font-family:Arial;
    font-weight:bold;
    color:#414142;
    font-size:18px;
    height:62px;
    margin:10px 0;
    overflow:hidden;
}

.listItem span, .detailsRL span
{
    color:#3076b3;
    font-style:italic;
    font-family:Georgia;
}

p.businessRef
{
    text-align:right;
    margin:0;
}

p.businessSector
{
    font-weight:bold;
    font-family:Arial;
    font-size:14px;
    color:#3076b3;
}

p.businessPrice
{
    margin: 0 0 8px 0;
}

p.businessTurnover
{
    border-bottom:1px solid #cccccc;
    padding:0 0 10px 0;
}

p.shortlist
{
    text-align:right;
    float:right;
    width:300px;
    color:#3076b3;
    text-decoration:underline;
}

.emptyStar {
    background: url("/images/stars.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 23px;
    width: 27px;
}

.emptyStar1 {
    background: url("/images/stars.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 23px;
    width: 27px;
    position: relative;
}

.fullStar {
    background: url("/images/stars.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position:-36px 0;
    display: inline-block;
    height: 23px;
    width: 27px;
}

.fullStar1 {
    background: url("/images/stars.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position:-36px 0;
    display: inline-block;
    height: 23px;
    width: 27px;
    position:absolute;
    top:147px;
    left:190px;
}



/*   BUSINESS DETAILS */

.BusinessDetailsInformation 
{
    margin:-320px 0 20px 0;
}

.detailsL {
    float: left;
    margin: 20px;
    width: 395px;
	position:relative;
}

.detailsR {
    float: left;
    width: 575px;
    margin:20px 0 0 0;
}

.detailsRL {
    float: left;
    width: 420px;
    margin:10px 0 0 0;
}

.detailsRR{
    float: left;
    width: 160px;
    margin:10px 0 0 0;
}

.detailsRR a.redbutton 
{
    width:106px;
    margin:4px 0;
}


.detailsL img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    padding: 5px;
    width: 385px;
}


img.price_reduced {
    background: none;
    border:none;
    padding:0;
    width:33%;
	position:absolute;
	top:0;
	left:0;
}


.detailsCol1 
{
    width:320px;
    float:left;
    margin:0 35px 0 0;
}

.detailsCol2
{
    width:380px;
    float:left;
    margin:0;
}

ul.keyfeatures 
{
    margin:0;
    padding:0;
}

.keyfeatures li 
{
    margin:0 0 15px 20px;
}


.enquiryColumn   
{
    width:340px;
    float:left;
    margin: 0 0 0 20px;
}

.enquiryColumn1  
{
    width:684px;
    float:left;
    margin: 0 0 0 20px;
}

#backgroundPopup {
    z-index:1;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}

#NDAPopup {
    background: none;
    display:none;
    font-size: 14px;
    position: fixed;
    top: 10%;
    bottom:10%;
    width: 755px;
    z-index: 20;
    margin:0 0 0 150px;
}


#EnquiryPopup {
    /*background: none;
    display:none;
    font-size: 14px;
    position: fixed;
    top: 10%;
    bottom:10%;
    width: 755px;
    z-index: 20;
    margin:0 0 0 150px;*/

padding:20px;
    width: 755px;
}
#emailfriendPopup {
    /*background: none;
    display:none;
    font-size: 14px;
    position: fixed;
    top: 10%;
    bottom:10%;
    
    z-index: 20;
    margin:0 0 0 150px;*/
    padding:20px;
    width: 755px;
}

#TermsAndConditions
{
   background-color:white;
    display:none;
    font-size: 14px;
    position: fixed;
    top: 10%;
    bottom:10%;
    width: 925px;
    z-index: 20;
    margin:0 10 0 150px;  
}


/****************************paging********************************/
   .nextLast
   {
      position: relative;
      display: inline-block;
      color:#000000;
   }
   
   .firstPrevious
   {
      position: relative;
      display: inline-block;
      color:#000000;
   }
   
   
   .SelectedPage
   {
      position: relative;
      display: inline-block;
      color:Orange;
   }
   
   .currentPage
   {
      position: relative;
      display: inline-block;
      color:Black;
   }
     .OuterPaging{
	    float:right;
	    padding:0;
	    margin:0;
    }
    
    /****************************paging********************************/

.HighZIndex
{
    z-index: 2000;
    /* background-color:#3e3839; */
}

#TranparentDiv
{
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=60);
    -moz-opacity: .55;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
}




.PbusinessDetails
{
margin:0 0 0 20px;
}

.savedsearch {
   padding:10px 0;
   border-bottom:1px solid gray;
}


.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
    background:#FFFFFF !important;
}


.ui-slider-horizontal .ui-slider-handle {
    margin-left:0em !important;
    top: -0.2em !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #0057A3 !important;
    border: none !important;
    color: #555555;
    font-weight: normal;
    height: 18px !important;
    width: 5px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}



#Priceamount, #Turnoveramount {
background:none !important;
font-size:14px;
width:70%;

}


a.resetSearch {
    float: right;
    font-size: 12px;
    margin: 20px 30px 0 0;
    text-decoration: underline;
}

/******************************slider ************************/

.slider img { 
    /*margin-top:4px;*/
    display: block;
    width:120px;
    height:90px;
}

.sliderUp{
    background: url('../images/sliderup.jpg');
    display:block;
    height:20px;
    width:120px;
}

.sliderUp:hover{
    background: url('../images/sliderupHover.jpg');
    text-decoration: none;
}

.sliderDown{
    background: url('../images/sliderdown.jpg');
    display:block;
    height:20px;
    width:120px;
    margin-top: 4px;
}

.sliderDown:hover{
    background: url('../images/sliderdownHover.jpg');
    text-decoration: none;
}

.slider {
    float:left;
    padding-left:48px;
    width:150px;
}

.slider ul{
    padding:0;
    margin:0;
    padding:2px 0px 2px 0px;

}
.slider li{
    padding:0;
    margin:0;
    list-style-type: none;
    /*margin-top:4px;*/

    float:left;
}

.sliderhorizontal {
    float:left;
    width:490px;
    overflow:hidden;
}

.sliderhorizontal ul{
    padding:0;
    margin:0;
    padding:2px 0px 2px 0px;

}
.sliderhorizontal li{
    padding:0;
    margin:0;
    list-style-type: none;
    /*margin-top:4px;*/

    float:left;
}

.sliderhorizontal li:hover{
    text-decoration: none;
    cursor:pointer;
}

.sliderhorizontalLet {
    float:left;
    width:550px;
    overflow:hidden;
}

.sliderhorizontalLet ul{
    padding:0;
    margin:0;
    padding:2px 0px 2px 0px;

}
.sliderhorizontalLet li{
    padding:0;
    margin:0;
    list-style-type: none;
    /*margin-top:4px;*/

    float:left;
}

.sliderhorizontalLet li:hover{
    text-decoration: none;
    cursor:pointer;
}
.slider2 { 
    border-bottom:1px solid #E1E1E1;
    border-top:1px solid #E1E1E1;
    height:60px;
    padding-top:10px;
    padding-bottom:30px;

}
.slider2 img{ 
    float:left;
    width:100px;
    height:75px;
    xpadding:0 4px 0 5px;
    margin:0 4px 0 5px;
}
.sliderLeft{
    background: url('../images/leftarrowslider.png') no-repeat left;
    display:block;
    height:75px;
    width:30px;
    float:left;
    margin: 0 9px 0 0;
}

.sliderLeft:hover{
    text-decoration: none;
    cursor:pointer;
}

.sliderRight{
    background: url('../images/rightarrowslider.png') no-repeat right;
    display:block;
    height:75px;
    width:30px;
    float:left;
    margin: 0 0 0 9px;
}

.sliderRight:hover{
    text-decoration: none;
    cursor:pointer;
}

.gallery li img {
    height: 75px;
    margin: 0 6px;
}

.requirement {
border-top: 1px solid #d9d7d8;
margin: 0 0 20px 0;
padding: 20px 0 0 0;
clear: both;
}

.requirementbox {
    float: left;
    margin: 10px 20px 10px 0;
    width: 210px;
}


.subsectorListing {
    background: url("/images/inputBG.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 3px solid #959595;
    border-radius: 5px;
    height: 76px;
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 300px;
}

.locationslisting {
    background: url("/images/inputBG.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 3px solid #959595;
    border-radius: 5px;
    height: 76px;
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 300px;
}

#subsectorsdiv > li {
    background: url("/images/inputBG.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

a.helpIcon {
    background: url("/images/helpIcon.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 17px;
    margin-left: 5px;
    width: 17px;
}

div.reqPopup {
    position: absolute;
    display: none;
    padding:10px;
    border: 1px solid;
    width:300px;
    color:#FFF;
    background:url("/images/promotionalbannerBG.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    z-index:1000;
}


.register_interest_popup 		{ position:fixed; background:rgba(0,0,0,0.9); top:0; left:0; right:0; bottom:0; text-align:center; padding-top:10%; }
.register_interest_popup section 	{ width:90%; max-width:600px; margin:auto; background:#f7f7f7; border-radius:5px; }


/* Pending Member Approval Page */

.pending_approval { margin:50px auto; }

.pending_approval img {width:50%; max-width:100px; display:inline-block; margin-bottom:20px; }

.pending_approval h2 {  }


.pending_approval .pending_user { width:100%; border-top:solid 1px #222; padding:10px 0 20px; }

.pending_approval .pending_user .details {list-style-type:none; display:table; table-layout:fixed; width:100%; margin:0; padding:0; }

.pending_approval .pending_user .details li { display:table-cell; padding-right:5%; padding-bottom:10px; border-bottom: 1px solid #ddd}

.pending_approval .pending_user .details li:nth-last-of-type(1) { text-align:center; padding-right:0; }
.pending_approval .pending_user .details li:nth-last-of-type(2) { text-align:center; padding-right:0; }

.pending_approval .pending_user .details li:nth-of-type(1) { }

.pending_approval input[type=checkbox] {width:auto;}
.pending_approval input[type=button] {width:auto; padding:5px; border-radius:2px;}



.pending_approval .pending_user:nth-of-type(1) {  margin:50px 0 10px; border-top:none; padding:0; }




.pending_approval .pending_user .pending_user_details { display:block; margin:20px 0; }

.pending_approval .pending_user .pending_user_details ul { list-style-type:none; margin:0; padding:0; }




/* ==== Style for new homepage search module ==== */

.homepage-search, .homepage-search * {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.homepage-search {
	width:100%;
	padding:50px 16px;
	background:#333333;
	overflow:visible;
	background:url("/Images/home-search-bg.jpg");
	background-attachment:fixed;
	background-position:center;
}

.homepage-search h1 {
	text-align:center;
	color:white;
	margin:0 auto 32px;
	padding:0;
	line-height:auto;
	max-width:600px;
	font-size:1.7em;
	font-weight:300;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
}

.homepage-search .search-box {
	background:#dddddd;
	border:solid 1px rgba(0,0,0,0.2);
	max-width:1000px;
	margin:auto;
	color:#444444;
	border-radius:3px;
	position:relative;
	left:0;
	right:0;
}

.homepage-search .search-box > * {
	padding:32px 8px;
	display:block;
}

.homepage-search .largeredbutton {
	display:inline-block;
}

@media(max-width:768px) {

	.homepage-search {
		width:100%;
		padding:32px 16px;
		height:auto;
	}

}


/* == Main search bar == */

.homepage-search ul.main-search {
	list-style:none;
	margin:0;
	margin-left:-8px;
	margin-right:-8px;
	justify-content:center;
	align-items:center;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.homepage-search ul.main-search > li {
	display:inline-block;
	vertical-align:center;
	position:relative;
	padding:0 8px;
	text-align:center;
	flex:auto;
	font-size:16px;
}

.homepage-search ul.main-search > li p {
	margin:0;
	padding:0;
	font-style: italic;
	font-family:Georgia;
}

.homepage-search ul.main-search > li input[type="text"] {
	margin:0;
	padding:8px 8px;
	border:solid 2px rgba(0,0,0,0.5);
	border-radius:5px;
	height:51px;
	width:100%;
	text-align:left;
	font-size:16px;
}

.homepage-search ul.main-search > li a.view-all {
	position:absolute;
	right:10px;
	top:2px;
	height:48px;
	background:#C92422;
	padding:0 16px;
	padding-top:16px;
	border-radius:0 4px 4px 0;
	color:white;
}

.homepage-search ul.main-search > li a.view-all:hover {
	background:#7C1C23;
}

.homepage-search ul.main-search > li a.view-all span {
	font-size:10px;
}

.homepage-search ul.main-search > li a.redbutton {
	height:100%;
	padding-top:12px;
	padding-bottom:12px;
}

@media(max-width:768px) {

		.homepage-search ul.main-search {
	    -webkit-flex-direction: column; /* Safari 6.1+ */
	    flex-direction: column; 
	    flex-wrap:wrap;
	}

		.homepage-search ul.main-search > li {
		width:100%;
		padding-top:8px;
		padding-bottom:8px;
	}

		.homepage-search ul.main-search > li a.view-all {
		top:10px;
	}

		.homepage-search ul.main-search > li:nth-child(1),
		.homepage-search ul.main-search > li:nth-child(3) {
		display:none;
	}

	.homepage-search ul.main-search > li a.redbutton {
		width:100%;
	}
		



}

/* == View all dropdown selectors == */

.homepage-search ul.view-all-dropdown {
	position:absolute;
	left:8px;
	right:8px;
	background:rgba(30,30,30,0.95);
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	max-height:300px;
	max-height:50vh;
	overflow-y:auto;
	border-radius:0 0 5px 5px;
	z-index:5000;
}

.homepage-search ul.view-all-dropdown > li {
	padding:8px 16px;
	display:block;
	width:100%;
	color:white;
	border-top:solid 1px #333333;
	font-size:13px;
}

.homepage-search ul.view-all-dropdown > li:hover {
	background:rgba(255,255,255,0.05);
}


/* == Advanced search == */

.homepage-search .toggle-advanced-search {
	text-align:right;
	border-top:solid 1px rgba(0,0,0,0.1);
	padding:16px;
	color:#C92422;
}

.homepage-search .advanced-search {
	background:rgba(0,0,0,0.2);
	padding:16px;
	overflow:hidden;
}

.homepage-search .advanced-search > ul {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	padding:0;
	margin:0 -16px;
	list-style:none;
	clear:both;
}

.homepage-search .advanced-search > ul > li {
	-webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
	padding:0 16px 16px;
	margin:0;
}

.homepage-search .advanced-search label {
	color:#C92422;
	margin-bottom:8px;
}

.homepage-search .advanced-search a {
	text-decoration:underline;
}

.homepage-search .advanced-search a.redbutton {
	float:right;
	text-decoration:none;
}

.homepage-search .advanced-search ul.selection {
	width:100%;
	list-style:none;
	margin:16px 0;
	padding:0;
	height:300px;
	height:33vh;
	overflow:auto;
	background:rgba(255,255,255,0.5);
	font-size:13px;
}

.homepage-search .advanced-search ul.selection > li {
	padding:8px 16px;
}

.homepage-search .advanced-search ul.selection > li:hover {
	background:rgba(0,0,0,0.1);
}

@media(max-width:768px) {

	.homepage-search .advanced-search {
	    -webkit-flex-direction: column; /* Safari 6.1+ */
	    flex-direction: column; 
	    flex-wrap:wrap;
	}

	.homepage-search .advanced-search > div {
		width:100%;
	}

	.homepage-search .advanced-search > ul {
		flex-wrap:wrap;
	}

	.homepage-search .advanced-search > ul > li {
		min-width:100%;
	}

}
.cookies_message {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 30px 5%;
}
.cookies_message a{ text-decoration:underline; font-size:16px; }