/* reset styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0;  border: 0; outline: 0;
    vertical-align: baseline; background: transparent;
	line-height: 1.4em;
}
/* for clearing any floats <br class=&quot;clearfloat&quot; /> */
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
*:focus {
    outline: none;
}
label {
	font-weight: 300;
}
.btn-primary {
	background-color: #777;
	border: none;
}
.btn-primary:hover {
	background-color: #444;
}






body {
	font-family: 'Roboto', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 1.6em;
	/*min-height: 2000px;*/
	padding-top: 90px;
	color: #595959;
}
h1, h2, h3, h4, h5, h6 {
	color: #ccc;
	margin-bottom: 20px;
}
h1 {
	text-align: center;
	margin-bottom: 50px;
}
footer h4 {
	text-align: left;
	color: #fff;
}

h2 {
	font-weight: 700;
}

p, ul, ol {
	font-size: 14pt;
	margin-bottom: 1em;
	font-weight: 100;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}


.mobile-only {
	display: none;
}
@media only screen and (max-width:769px) {
	body {
		font-size: 1em;
	}
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.mobile-only {
		display: initial;
	}
}



/* Bootstrap overrides */

.navbar {
	padding-top: 120px;
	padding-left: 220px;
	margin-bottom: 0 !important;
	background-color: #222;
	border: none;
	border-bottom: 1px solid #333;
	-webkit-box-shadow: 0 4px 20px 6px #222;
    -moz-box-shadow: 0 4px 20px 6px #222;
    box-shadow: 0 4px 20px 6px #222;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-size: 0.85em;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
}
.navbar-brand {
	position: absolute;
	left: 0px;
	top: 88px;
}
.navbar-default .navbar-nav>.active > a {
	color: #fff;
	background-color: #ccc;
	background-image: url('./images/transp10.png');
}
.navbar-default .navbar-nav>.active > a:hover {
	background-color: initial;
	color: #fff;
}
.navbar-default .navbar-nav>.active > a:active {
	background-color: initial;
	color: #fff;
}
.navbar-default .navbar-nav>.active > a:focus {
	background-color: initial;
	color: #fff;
}
.navbar-default .navbar-nav > :not(.active) > a:hover {
	color: #fff;
	background-color: #ccc;
	background-image: url('./images/transp50.png');
}
.navbar-default .navbar-nav > :not(.active) > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav>.active > a:active {
	color: #fff;
}

.navbar-right {
	position: absolute;
	margin-top: -100px;
	right: 40px;
	width: 100%;
}
.navbar-right .sm-icons {
	text-align: right;
}
.navbar-right .sm-icons img {
	padding-left: 2px;
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.navbar-right .sm-icons img:hover {
	padding-left: 10px;
	opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-right .sm-icons div.mainSearch {
	float: right;
	padding-left: 20px;
	margin-top: -50px;
}

@media only screen and (max-width:769px) {
	.container > .navbar-header {
		margin-right: 0px;
	}
	.container > .navbar-collapse {
		margin-left: -50px;
	}

	.navbar {
		padding-top: 0;
	}

	.navbar-right {
		margin-top: -85px;
	}
	.navbar-brand {
		padding-left: 0;
		top:0;
	}
	.navbar-brand img {
		width: 67%;
	}
	.sm-icons {
		position: absolute;
		left: -100px;
		top: 100px;
	}
	div#google_translate_element {
		float: left;
		position: relative;
		left: 125px;
		top: 40px;
	}
}

.goog-te-gadget-icon {
	display: none;
}
div#google_translate_element {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	padding-left: 10px;
}
div#google_translate_element div.goog-te-gadget-simple {
	height: 25px;
	border: 2px solid #fff;
	border-radius: 5px;
	font-family: din, sans-serif;
	font-size: 1.2em;
	background: none;
	background-image: url(./images/light20.png);
}
.goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
	border: none !important;
}
.goog-te-gadget-simple img {
    padding: 0!important;
	margin: 0!important;
}
iframe.goog-te-banner-frame {
	top: 0px
}
iframe .goog-te-banner {
	background: none;
}


ul.dropdown-menu {
	opacity: 0.85;
    filter: alpha(opacity=85);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #ccc;
	background-image: url('./images/transp50.png');
	color: #FFF;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #ccc;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-image: url('./images/transp50.png');
	background-color: initial;
}

.breadcrumbWrapper {
	height: 130px;
}
.breadcrumb {
	margin-top: 0;
	padding-top: 90px;
	margin-bottom: 40px;
}
.breadcrumb.floating {
	position: fixed;
	border-bottom: 10px solid #fff;
	width: 100%;
    top: 110px;
	z-index: 1000;
}
.breadcrumb > li.active {
	color: #595959;
}
.breadcrumb a {
	text-decoration: none;
	color: #444;
	font-weight: 300;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "|";
}
@media only screen and (max-width:769px) {
	.breadcrumbWrapper {
		height: 55px;
	}
	.breadcrumb {
		margin-top: 0;
		padding-top: 20px;
		margin-bottom: 40px;
		font-size: 1.2em;
	}
	.breadcrumb.floating {
		position: fixed;
		border-bottom: 0px solid #fff;
		width: 100%;
		top: 50px;
		z-index: 1000;
	}
}



@media only screen and (min-width:769px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	.dropdown-submenu {
		position: relative !important;
	}

	.dropdown-submenu>.dropdown-menu {
		top: 0 !important;
		left: 100% !important;
		margin-top: -6px !important;
		margin-left: -1px !important;
		border-radius: 0 !important;
	}

	.dropdown-submenu:hover>.dropdown-menu {
		display: block !important;
	}

	.dropdown-submenu>a:after {
		display: block;
		content: "\f105";
		font-family: 'FontAwesome';
		margin-top: -18px;
		right: 15px;
		position: absolute;
		font-weight: 300;
	}
}
@media only screen and (max-width:769px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
}




/* Bootstrap overrides */



.searchbox input {
	margin-top: 10px;
	background: none;
	border: 1px solid #ffffff;
	background-image: url('./images/light20.png');
	padding: 2px 5px;
	color: #000;
}
.searchbox input:focus {
	background-color: #FFF;
	background-image: none;
	color: #000;
}
.searchbox ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.searchbox ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.searchbox :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.searchbox :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

/* Remove input focus highligh */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}




div.pageTitle h1 {
	font-weight: 100;
	color: #ccc;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
/**div.pageTitle h1:after {
    content:' ';
    display:block;
	padding-top: 50px;
	width: 50%;
	margin: 40px auto;
    background-image: url('images/wavyrule.png');
	opacity: 0.5;
	background-position: top center;
	background-repeat: repeat-x;
}
*/
div.pageTitle h1:after {
    content:' ';
    display:block;
	padding-top: 20px;
	width: 50%;
	margin: 40px auto;
    border-bottom: 1px solid #444;
	opacity: 0.5;
	background-position: top center;
	background-repeat: repeat-x;
}



div.container, div.body-content {
	margin-top: 0;
}
div.body-content .side-menu {
	margin-bottom: 40px;
	padding: 0 20px;
	border-left: 10px solid #ccc;
}
div.body-content .side-menu li {
	line-height: 0.5em;
}

div.body-content ul li {
	padding-left: 25px;
	text-indent: -20px;
	margin-top: 10px;
}
div.body-content div.mainContent img {
	display: block;
	width: 100%;
	max-width: 750px;
	border-radius: 0 20px 0 20px ;
}
div.body-content div.mainContent table {
	width: 100%;
	border: 10px solid #fff;
	background-color: #ccc;
	color: #000;
	margin: 0;
	border: 0;
}
div.body-content div.mainContent table tr:first-child td {
    background-color: #444;
	color: #fff;
}
div.body-content div.mainContent table td {
	padding: 5px;
	border-bottom: 2px solid #fff;
}

div.brochure {

}
div.brochure div.mainContent img {
	display: block;
	width: 100%;
	max-width: 750px;
	border: 10px solid #fff;
	border-radius: 0 20px 0 20px ;
}
div.brochure div.location {
	padding-top: 20px;
	background-color: #fff;
}
div.brochure h4 {
	font-weight: 700;
	font-size: 1.4em;
}


div.splashPhoto {
	position: relative;
	background-size: contain;
    background-repeat: no-repeat;
    width: 102%;
    height: 0;
    padding-top: 53%; /* Ratio of height to width */
	margin-bottom: 0px;
	margin-top: 80px;
	overflow: hidden;
    text-align: center;
}
div.splashPhoto div.caption {
	display: table;
	position: absolute;
	width: 100%;
}
div.splashPhoto div.caption p {
	width: 70%;
	display: inline-block;
	text-align: center;
	padding: 20px;
	background-color: #444;
	opacity: 0.8;
	border: 1px solid #888;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 0.15em;
	font-weight: 400;
	line-height: 1.3em;
	text-transform: uppercase;
}


@media only screen and (min-width:770px) {
	.splashPhoto .cutoutTop {
		display: block;
		position: absolute;
		top: 0px;
		width: 100%;
		opacity: 1;
	}

	.splashPhoto .cutoutBottom {
		display: block;
		position: absolute;
		bottom: -10px;
		width: 100%;
		opacity: 1;
	}
}


@media only screen and (max-width:769px) {
	div.splashPhoto {
		position: relative;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 0;
		margin-top: -40px;
		margin-bottom : -20px;
	}	
	div.splashPhoto div.caption {
		display: table;
		bottom: 00px !important;
		left: 0 !important;
		top: initial !important;
		transform: initial !important;
		margin: 0 10%;
		width: 80%;
	}
	div.splashPhoto div.caption p {
		background-color: #ccc;
		border-radius: 0px;
		color: #fff;
		font-size: 1em;
		letter-spacing: 0.15em;
		font-weight: 700;
		line-height: 1.3em;
		text-transform: uppercase;
	}
	div.splashPhoto div.caption p span {
		display: none;
	}
}

twitterContainer {
	height: 200px;
}



div.splashLinks {
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 20px;
	background-color: #EEE;
	overflow: hidden;
}
div.colour {
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0;
	background-color: #EEE;
}
div.splashLink {
	padding: 0;
}
div.splashLink:hover {
	background-color: #ddd;
	color: #444;
}
div.splashLinks h2 {
	color: #ccc;
	text-transform: uppercase;
	font-size: 1.6em;
	text-align: center;
	margin: 0;
	padding: 0;
}
div.splashLink a {
	width: 100%;
}
div.splashLink a span {
	display: block;
	height: 40px;
	margin-bottom: 10px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1em;
}
div.splashLinks h2:after {
    content:' ';
    display:block;
	padding-top: 10px;
	margin: 0 auto;
    border-bottom:1px solid #FFF;
}
div.splashLinks div a {
	padding: 20px;
	margin-top: 0;
	text-decoration: none;
	color: #DDD;
	font-size: 1.1em;
	display: block;
}
div.splashLinks div a:hover {
	background-color: #ddd;
	color: #444;
}
div.splashLinks div p:hover {
	color: inherit;
}
div.splashLinks div p {
	padding: 0px 0 0 0;
	margin-top: 20px;
	text-decoration: none;
	color: #444;
}
div.splashLinks div .glyphicon {
	font-size: 2em;
	color: #ccc;
	display: block;
	text-align: center;
}



div.subPages {
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0;
	background-color: #EEE;
}

div.colour {
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0;
	background-color: #EEE;
}
div.splashLink {
	padding: 0;
}
div.subPages h2 {
	color: #888;
	height: 30px;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
div.subPages-colour h2 {
	color: #FFF;
}
div.subPages div a {
	padding: 20px;
	margin-top: 0;
	text-decoration: none;
	color: #FFF;
}
div.subPages div a:hover {
	background-color: #ddd;
	color: #444;
}
div.subPages div p:hover {
	color: inherit;
}
div.subPages div p {
	padding: 0px 0 0 0;
	margin-top: 20px;
	text-decoration: none;
}
div.subPages div .glyphicon {
	font-size: 2em;
	color: #888;
	display: block;
	text-align: center;
}
div.subPages div.children a {
	display: block;
}


div.contactForm {
	background-color: #aaa;
	background-image: url('images/notch.png');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 30px 50px ;
	margin-top: 30px;
	margin-bottom: -30px;
}
div.contactForm h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
div.contactForm p {
	color: #fff;
	text-align: center;
}
div.contactForm label {
	display: inline-block;
	padding-bottom: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 1.2em;
}
div.contactForm input {
	display: block;
	width: 80%;
	padding: 5px;
	line-height: 1em;
	border: none;
}
div.contactForm input:focus {
	border: 1px solid #444;
	padding: 4px;
}
div.contactForm select {
	display: block;
	width: 80%;
	padding: 5px;
	line-height: 1em;
}
div.contactForm input[type=submit] {
	border-radius: 0px;
	display: block;
	width: 80%;
	padding: 10px;
	background-color: #888;
	color: #fff;
	border: none;
	font-size: 1.2em;
	font-weight: 700;
}
div.contactForm button:hover {
	background-color: #444;
}
div.contactForm form div div {
	padding-top: 30px;
}
div.contactForm .field-validation-error span {
  display: inline-block;
  padding-left: 20px;
  color: #444;
}

@media only screen and (max-width:769px) {
	div.contactForm {
		padding: 30px 10px;
	}
}



footer {
	margin-top: 30px;
	width: 100%;
	display: table;
	height: 200px;
	border-right: 40px solid #ccc;
}
footer div.left {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 70%;
	background-color: #ccc;
	padding: 30px;
	color: #ffffff;
}
footer div.left h4 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
footer div.left p {
	margin-bottom: 10px;
	line-height: 1.2em;
}
footer div.left .links {
	margin-top: 20px;
}
footer div.left a {
	color: #fff;
}
footer div.left a:not(:last-child):after {
	content:'|';
	padding: 0 10px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
footer div.left p.caps {
	text-transform: uppercase;
}

footer div.logo {
	display:table;
	float: left;
	width: 100%;
	background-color: #FFF;
	padding: 30px;
}
footer div.logo img {
	display: block;
	margin: auto;
}


@media only screen and (max-width:769px) {
	footer p {
		font-size: 1.2em;
	}
	footer div.logo {
		display:table;
		float: left;
		width: 100%;
		background-color: #FFF;
		padding: 10px;
	}
	footer div.logo img {
		display: block;
		margin: auto;
		width: 130px;
	}
}






.body-content h3 {
	font-weight: 900;
	text-transform: uppercase;
}
.body-content p {
	font-weight: 100;
}
.body-content ul, .body-content ol {
	margin-bottom: 1em;
}
.body-content ul li {
	list-style-position:inside;
	list-style-type: none;
}
.body-content ul li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
	padding-right: 8px;
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    margin-top: 4px;
    margin-left: 0px;
    color: #CCCCCC;
}
.body-content ol li {
	list-style-position:inside;
	margin-bottom: 1.2em;
	list-style-type: none;
	counter-increment: step-counter;
}
.body-content ol li::before {
    content: counter(step-counter);
    margin-right: 10px;
    font-weight: bold;
    border-radius: 3px;
}
.body-content div.colourBlock {
	padding: 20px;
	background-color: #aaa;
	color: #fff;
	border-radius: 0 20px 0 20px;
}
.body-content div.colourBlock h4 {
	color: #fff;
	font-weight: 900;
	font-size: 2em;
	text-transform: uppercase;
}
.body-content div.colourBlock ul li:before {
    color: #FFF;
}

.location {
	padding-top: 60px;
}
.location .map iframe {
	width: 100%;
	height: 350px;
}
.location .details div {
	float: left;
}
.location .details fa {
	color: #ccc;
}
.location h4 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1em;
	color: #777;
	margin-bottom: 0;
}
.location h2 {
	font-weight: 900;
}
.location p {
	font-size: 0.9em;
	white-space: pre-line; /*Add line breaks*/
}
.location ul {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}
.location ul li {
	padding: 0;
	margin: 0;
}

.contact-box {
	margin-top: 30px;
	padding: 20px;
	background-color: #777;
	color: #fff;
	text-transform: uppercase;
}
.contact-box h4 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 1em;
}
.contact-box p, .contact-box a {
	color: #FFF;
	font-weight: 700;
	margin: 0;
}












.govDelivery {
	background-color: #004890;
	padding: 5px 5px 15px 5px;
	border-radius: 20px 0;
	
}

.homeWidgetCol .govDelivery {
	margin-top: 60px;
	margin-left: 15px;
	margin-bottom: 40px;
}

.govDelivery h3 {
	color: #FFF;
	font-size: 1.6em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

.govDelivery p {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 200;
	text-align: center;
}

.govDelivery form {
	text-align: center;
}

.govDelivery form label {
	color: #fff;
}

.govDelivery form input {
	color: #004890;
	border: none;
	padding: 4px;
	font-size: 1em;
	width: 50%;
	font-weight: 200;
}

.govDelivery form input[type=submit] {
	background-color: #eee;
	border: none;
	padding: 4px;
	color: #444;
	font-size: 1em;
	font-weight: 200;
	width: auto;
}














.body-content .logos {
	margin-top: 80px;
	margin-bottom: 80px;
}
.body-content .logos p {
	color: #444;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1em;
}

.body-content .contentVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.body-content .contentVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.propertyListItem {
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	padding: 20px;
}
div.propertyListItem .photo {
	float: left;
	width: 160px;
	border-right: 1px solid #ccc;
}
div.propertyListItem .details {
	padding-left: 180px;
}
div.propertyListItem .details div {
	padding-bottom: 3px;
}
div.propertyListItem .details div span{
	display: inline-block;
	float: left;
	font-weight: 500;
	width: 100px;
}
div.propertyListItem .details div div{
	padding-left: 100px;
}














div.register {
	background-color: #656565;
	color: #fff;
	padding: 10px;
	margin-bottom: 30px;
}
div.register a {
	color: #fff;
}
div.pages a {
	display: inline-block;
	padding: 5px;
	margin-right: 3px;
	background-color: #ccc;
}



div.propDetailsTemp div.title span{
	display: inline-block;
	float: left;
	font-weight: 500;
	width: 100px;
}
div.propDetailsTemp div.title div {
	padding-left: 100px;
}

div.propertyDetails {
	background-color: #EEE;
	border-top: 5px solid #ccc;
	padding: 20px;
}
div.propertyDetails div.detail {
	margin-bottom: 20px;
}
div.propertyDetails div.title {
	display: inline-block;
	font-weight: 500;
	font-size: 1.2em;
	width: 100%;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
}
div.propertyDetails div.smallTitle {
	display: inline-block;
	font-weight: 300;
	font-size: 1.2em;
	width: 100%;
}
div.propertyDetails .value {
	
}
div.propertyDetails img {
	border: 4px solid #FFF;
	border-radius: 0 20px 0 20px;
	box-shadow: 3px 7px 10px #888;
	max-width: 100%;
}
div.propertyDetails div.map iframe {
	width: 410px;
	max-width: 100%;
	height: 300px;
	border: 4px solid #FFF;
	border-radius: 0 20px 0 20px;
	box-shadow: 3px 7px 10px #888;
}


div.regForm div {
	width: 100%;
	padding: 5px;
}
div.regForm div label {
	display: inline-block;
	float: left;
	width: 180px;
	padding-top: 10px;
	margin-right: 20px;
}
div.regForm div div {
	padding-left: 200px;
	width: 100%;
}
div.regForm input {
	padding: 4px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #AAA;
}
div.regForm input:focus {
	border: 1px solid #444;
}

div.regForm div.checkbox label {
	color: initial;
}
div.regForm  p.subhead {
	border-bottom: 1px solid #ddd;
}
div.regForm div.checkbox {
	margin-left: 20px;
}
div.regForm div.checkbox p {
	margin: 0;
}
div.regForm div.checkbox input[type=checkbox] {
	padding-left: 20px;
	position:initial;
	width: initial;
}

.highlight {
    background-color: #bbb;
	border-radius: 5px;
}
.highlight label {
    color: #fff;
}

form.login {
	max-width: 250px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #EEE;
	border-bottom: 1px solid #aaa;
}
div.loginBox {
	width: 100%;
}
div.loginBox h4 {
	margin-bottom: 0;
}
div.loginBox p {
	font-size: 1em;
}
div.loginBox div {
	padding-bottom: 5px;
}
div.loginBox input {
	padding: 4px;
	width: 100%;
	border: 1px solid #AAA;
}
div.loginBox input:focus {
	border: 1px solid #444;
}
div.loginBox select {
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	line-height: 1em;
}
div.loginBox a.button {
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #aaa;
	color: #fff;
	border-radius: 5px;
}
div.loginBox a.button:hover {
	background-color: #888;
}
div.loginBox input[type=submit] {
	display: block;
	padding: 9px;
	background-color: #aaa;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}
div.loginBox input[type=submit]:hover {
	background-color: #888;
}
div.loggedOnBox {
	max-width: 200px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #EEE;
	border-bottom: 1px solid #aaa;
}
div.loggedOnBox p {
	font-size: 1em;
}


div.searchResults h4 {
	margin-bottom: 0;
}
div.searchResults h4 > a {
	color: inherit;
}
div.searchResults p {
	margin: 0;
}


div.eventItem {
	margin-bottom: 30px;
	border: 1px solid #aaa;
	border-radius: 25px 0;
	height: 166px;
	overflow: hidden;
}
div.eventItemRSS {
	height: initial;
	max-height: 200px;
}
div.eventItem > div {
	float: left;
}
div.eventItem div.photo {
	width: 40%;
	overflow: hidden;
}
div.eventItem div.details {
	width: 60%;
	padding: 5px 10px;
}
div.eventItem div.details h3 {
	font-weight: 100;
	border-bottom: 1px dashed;
	margin-bottom: 5px;
}
div.eventItem div.details p {
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
div.eventItem div.details p.date {
	font-weight: 400;
	padding-bottom: 5px;
}
div.eventItem div.details p a.button {
	display: inline-block;
	padding: 5px;
	margin-top: 10px;
	color: #444;
	background-color: #ccc;
	border: 1px solid #aaa;
}
div.eventItem div.details p a.button:hover {
	background-color: #aaa;
}





.linkShareBox {
	background-color: #EEE;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
}

.linkShareBox p {
	padding: 0;
	margin: 0;
	line-height: none;
	font-weight: 400;
}

.linkShareBox hr {
	padding: 0;
	margin: 10px 0;
	height: 1px;
	border: none;
	border-top: 1px dashed;
}

.linkShareBox a {
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}

.linkShareBox .twitter {
	background-image: url('images/logoShareTwitter.png');
}

.linkShareBox .facebook {
	background-image: url('images/logoShareFacebook.png');
}

.linkShareBox .email {
	background-image: url('images/logoShareEmail.png');
}

@media (max-width: 768px) {
	.linkShareBox {
		width: 100%;
	}
}


.modal-content {
	background-color: #000;
	border-radius: 20px;
	border: 3px solid #FFF;
}
.modal-content .bootbox-body {
	font-size: 1.4em;
	font-weight: 900;
	color: #fff;
}
.modal-content .btn-primary {
	background-color: #000;
	opacity: 0.6;
	color: #FFF;

}
.modal-content-red .modal-content {
	background-color: #d30000;
}
.modal-content-amber .modal-content {
	background-color: #ff8d00;
}
.modal-content-green .modal-content {
	background-color: #00a813;
}



.galleria {
	height: 400px;
	width: 100%;
	background: #bbb
}


@media (max-width: 768px) {
	.noMobile {
		display: none!important;
	}
}
@media (min-width: 768px) {
	.onlyMobile {
		display: none!important;
	}
}

.cookie-icon {
	position: fixed;
	bottom: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 10;
	padding: 0;
	border: 0;
	background: transparent;
}

	.cookie-icon #star path {
		fill: #fff;
	}