	html, body
	{
		height: 100%;
		width:100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #FFF;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 300;
		color: #000000;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #862525;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		/*overflow: hidden;*/
		margin: 0em auto;
		width: 960px;
		clear:both;
	}
	
		
	#buttonsAndInstructBox  {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
		margin: 0;
		padding: 2em 0 0 0;
	}

	ul.style1 li
	{
		float: left;
		display: inline-block;
		padding: 0px 0px 0px 20px;
	}
	
	ul.style1 li:first-child
	{
		padding-left: 0px;
	}
	
	ul.style3
	{
		margin: 0;
		padding: 0;
		/*overflow: hidden;*/
		list-style: none;
		color: #6c6c6c
	}
	
	ul.style3 li
	{
		/*overflow: hidden;*/
		display: block;
		padding: 0.8em 0em 0em 0em;
		margin: 0 0 1.3em 0;
		border-top: 1px solid #D1CFCE;
	}
	
	ul.style3 li:first-child
	{
		padding-top: 0;
		border-top: none;
	}
	
	ul.style3 p
	{
		margin: 0;
	}
	
	ul.style3 a
	{
		display: block;
		text-decoration: none;
		color: #2D2D2D;
	}
	
	ul.style3 a:hover
	{
		text-decoration: underline;
	}
	
	ul.style3 h3
	{
		padding: 15px 0em 5px 0em;
		text-transform: uppercase;
		font-size: 1.1em;
		font-weight: 700;
		color: #454445;
	}
	
	ul.style3 .first
	{
		padding-top: 0;
		background: none;
	}
	
	ul.style3 .date
	{
		float: left;
		position: relative;
		width: 60px;
		height: 50px;
		margin: 10px 1.5em 0em 0em;
		padding: 10px 0em 0em 0em;
		background: #862525;
		border-radius: 5px;
		box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
		line-height: normal;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0px 1px 0px rgba(0,0,0,.2);
		font-size: 0.8em;
		font-weight: 400;
		color: #FFF;
	}
	
	ul.style3 .date:after
	{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 6px;
	}
	
	ul.style3 .date b
	{
		margin: 0;
		padding: 0;
		display: block;
		font-size: 1.8em;
		font-weight: 400;
		color: #FFFFFF;
	}
	
	ul.style3 .date a
	{
		color: #FFFFFF !important;
	}
	
	ul.style3 .date a:hover
	{
		text-decoration: none;
	}

	


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		overflow:  hidden;
		margin: 0em 0 3em 0;
		padding-top: 1em;
		text-align: center;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #862525;
		border-radius: 5px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #FFFFFF;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 1em 2em 1em 2em;
		background: #862525;
		border-radius: 5px;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
	.button:before
	{
	}
	
	.buttonContact
	{
		display: inline-block;
		padding: 0.5em 0em;
		background: #364aa2;
		border-radius: 5px;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
		width:80%;
		text-align:center;
		margin: 0px 0px 0px 16px;
	}
	.buttonInternet
	{
		display: inline-block;
		padding: 1.5em 1.5em;
		background: #862525;
		border-radius: 5px;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
		width:100%;
		text-align:center;
	}
	
	.buttonAllMKEmail{
	display: inline-block;
		padding: 0.5em 0em;
		background: #862525;
		border-radius: 5px;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
		width:30%;
		text-align:center;
		float:right;
		margin-bottom:15px;
	}
	
/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

	.box1,
	.box2,
	.box3,
	.box4
	{
		width: 235px;
	}
	
	.box1,
	.box2,
	.box3,
	{
		float: left;
		margin-right: 20px;
	}
	
	.box4
	{
		float: right;
	}
	
/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

	.boxA,
	.boxB,
	.boxC
	{
		background: rgba(0,0,0,.1);
		width: 304px;
		padding: 40px 40px;
	}

	.boxA,
	.boxB
	{
		float: left;
		margin-right: 24px;
	}
	
	.boxC
	{
		float: right;
	}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

	.tbox1,
	.tbox2
	{
		width: 575px;
	}
	
	.tbox1
	{
		float: left;
	}

	.tbox2
	{
		float: right;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
	}

	#header
	{
		position: relative;
		padding: 1em 0em;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/
/*
	#logo
	{
		position: absolute;
		top: 1em;
		left: 0;
		float:left;
	}
	
	#logo h1
	{
		
	}
	
	#logo img{
	width:150px;
	height:150px;
	clear:both;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #862525;
	}
*/
/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/
/*
	#menu
	{
		position: absolute;
		top: 2em;
		right: 0;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	#menu li a, #menu li span
	{
		padding: 1em 1.5em;
		text-decoration: none;
		font-weight: 400;
		color: rgba(0,0,0,.8);
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
	}
	
	#menu a:hover
	{
		text-decoration: underline;
	}
	
	#menu .current_page_item a
	{
	}
	
	#menu .icon
	{
	}
	
	*/
	.menu{
height:80px;
text-align:center;
background-color:rgb(0,0,0);
width:100%;
list-style-type:none;
}

ul#menuUL{
width:960px;
margin-left:auto;
margin-right:auto;
}


li#menuLiFlag{
height:43px;
float:right;
display:inline-block;
padding:20px 30px;
width:auto;

}

li#menuLiLogo{
height:43px;
float:right;
display:inline-block;

}
img#logo{
height:80px;
/*padding-right:30px;
margin-left:200px;
*/
}



li#menuLi{
height:43px;
float:right;
display:inline-block;
color: rgb(113, 112, 112); 
padding:30px 20px;
width:auto;
font:normal 13px/1.4em 'open sans', sans-serif;

}

a#menulink {
text-decoration:none;
color: rgb(255,255,255);
}


a#menulink:hover{
color:rgb(255, 204, 0);

}

img#flags{
float:left;
width:32px;
padding-Left:20px;
}

/*********************************************************************************/
/* Banner         padding: 10em 0em 15em 0em;  background-size: 80% auto;                                            center top                 */
/*********************************************************************************/

	#banner-wrapper
	{
	height:320px;
	width:530px;
	clear:both;
	margin-right:auto;
	margin-left:auto;
		/*overflow: hidden;
		
		background: url(images/header_hebrew.jpg) no-repeat center;
		background-size: 80% auto;  */
		
	}
	
	 
	 #topImage
	 {
	 width:530px;
	 
	 }
	/* 	 
	 #logo{
	 margin-left:20%;
	 margin-right:10px;
	 float:left;
	 width:210px;
	 margin-top:70px;
	 }
	
	 #flags{
	 width:50px;
	  margin-left:3px;
	 margin-right:3px;
	 float:left;
	 } */
/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/
	#MainContentTop
	{
	width:100%;
	}
	#page-wrapper
	{
		/*overflow: hidden;*/
		padding: 1em 0em;
		background: #FFF;
	}

	#page
	{
	}

	#page .title
	{
		margin-bottom: 3em;
		text-align: center;
	}
	
	#page h3
	{
		margin-bottom: 1em;
		font-size: 1.4em;
		font-weight: 600;
		color: rgba(0,0,0,.8);
	}
	
	

	 .MKsInFavour{
	width:100%;
	 
	margin-left:0%;
	
	}
	.MKsNotYetInFavour{
	width:100%;
	float:right;
	margin-left:2%;
	}
	 
	.pboxA,
	.pboxB,
	.pboxC
	
	{
		/*width: 384px;*/
		width:17.5%;
		padding-bottom:2%;
		height:250px;
		float: right;
		margin-right: 1.5%;
		border:	1px black solid;
		background-color:white;
	}

	/* .pboxA{
	margin-left:2%;
	} */
	
		
	.pboxB{
	border-right:1px solid black;
	}
	
	.pboxA h4, .pboxB h4, .pboxC h4{
	text-align:center;
	margin-top:-5px;
	}
	
	 .pboxA img, .pboxB img,.pboxC img{
	margin-left:auto;
		margin-right:auto;
		width:40%;
		margin-top:-5px;
		border:1px solid white;
		margin-bottom:-10px;
	} 
	
	.pboxA #contactDetails,.pboxB #contactDetails,.pboxC #contactDetails{
	color:black;
	font-size:12px;
	font-weight:bold;
	}
	.clear
	{
	width:100%;
	clear:both;
	}
	
	h2.MKtextTitle{
	text-align:center;
	}
	
	#MkTitle{
	height:150px;
	}
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer-wrapper
	{
		/*overflow: hidden;*/
		padding: 5em 0em;
		background: rgba(0,0,0,.05);
	}

	#footer
	{
	}
	
	#footer h2
	{
		display: inline-block;
		padding-bottom: 1em;
		font-size: 1.6em;
		font-weight: 400;
	}

	#footer #fbox1
	{
		float: left;
		width: 384px;
	}

	#footer #fbox2
	{
		float: right;
		width: 792px;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		/*overflow: hidden;*/
		padding: 5em 0em;
		border-top: 1px solid rgba(0,0,0,0.08);
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(0,0,0,0.6);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(0,0,0,0.8);
	}

	
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		padding: 5em 0em 2em 0em;
	}

	#featured .title
	{
		margin-bottom: 3em;
		text-align: center;
	}
	
	£
	
	#featured h3
	{
		margin-bottom: 1em;
		font-size: 1.4em;
		font-weight: 600;
		color: rgba(0,0,0,.8);
	}

	#featured .button
	{
		margin-top: 1em;
	}

	#partylistsLeft
	{
	margin-left:2%;
	width:30%;
	float:left;
	text-align:right;
	}
	
	#partylistsRight
	{
	width:31%;
	float:right;
	margin-right:2%;
	text-align:right;
	}
	
	#leftside{
	
	width:100%;
	float:right;
	padding-right: 45px;
	text-align:right;
	padding-bottom:15px;
		}
		
	#rightside
	{
		width:100%;
		float:right;
		padding-bottom:15px;
		padding-right:35px;
		text-align:right;
	}
	
		
	#contactDetails{
		text-align:right;
		padding-left:10px;
		padding-right:25px;
		}
		
	.PartyList a{
		text-decoration:none;
		font-size:18px;
		}
		
	#MainleftSide
	{
		width:50%;
		float:left;
		}
	#MainRightSide
	{
		width:49.5%;
		float:right;
		border-left:1px solid black;
		padding-left:0.4%;
		}
		
	.spaceBreakBetweenRows
	{
		height:30px;
		width:100%;
		}
		
#contactDetails img{
	width:20px;
	border:none;
	padding-right:4px;
	}

	#contactDetails16 {
	color:black;
	font-size:11px;
	font-weight:bold;
		
		}
		
	#contactDetails16 img{
	padding-left:10px;
	
	width:16px;
	border:none;
	padding-right:4px;
	}
	
	.facebookContact img{
	height: 40px;
		width:80%;
		
		padding-left:10%;
		border:none;
	}
	
	a.facebookContactSmall img{
	
		width:15%;
		padding-left:7%;
		border:none;
	}
	
	#MKs.buttonContact {
	
		}
		
a.email {
	text-decoration:none;
	color:black;
	}
	
.suggestedText{
	padding:10px;
		float:none;
	border:1px solid black;
	margin-right:0%;
		}
		p .suggestedText{
	font-style:bolder;}
	
	
.langButton{
	width:100px;
	
	}
	
	#instructions{
	padding:30px 20px;
	/* border:2px black solid; */
	width:50%;
	float:right;
	margin-left:2.5%;
	margin-right:2.5%;
	margin-bottom:20px;
	}
		
	#buttonsWithLeg{
	padding-left:20px;
	padding-right:25px;
	border:2px black solid;
	width:30%;
	float:left;
	margin-left:2.5%;
	margin-right:2.5%;
	margin-bottom:20px;
	}
	
	p#legComButton{
	margin: 25px 10px 10px;
	padding: 10px;
	background-color: #216cac;
		}
		
		p#legMKFavButton{
	margin: 10px 10px 25px ;
	padding:20px 10px;
	background-color:#41B6A8;
		}
		
		p#legMKNotFavButton{
	margin: 10px;
	padding:10px;
	background-color:#FFCB66;
	color:black;
		}
		
		.facebookInstructions{
	clear:both;
	margin-left:5%;
	
	}
	
	#fbSpan {
	font-size:20px;
		margin-left:20px;
		font-weight:bold;
		vertical-align:top;
		color: #3B5998;
	}