@media screen and (max-width: 768px) {
	a.menulistlink.toplevel {
		padding: 15px 14px;
	}
	#bannerphone, #banneremail, #logo {
		text-align: center;
	}
	.fpcbtextimg img {
		height: 40px;
	}
	.pitext {
    	font-size: 1.4em!important;
    }
    .whoswho {
    	width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	a.menulistlink.toplevel {
		padding: 15px 14px;
	}
	#bannerphone, #banneremail, #logo {
		text-align: center;
	}
	.fpcbtextimg img {
		height: 40px;
	}
	.pitext {
    	font-size: 1.7em!important;
    }
    .whoswho {
    	width: 100%;
    }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
	a.menulistlink.toplevel {
		padding: 54px 14px;
	}
	#footercol1, #footercol2, #footercol3 {
		border-right: 1px solid #AAA;
	}
	.fpcbtextimg img {
		height: 35px;
	}
	.pitext {
    	font-size: 1.7em!important;
    }
    .whoswho {
    	width: 80%;
    }
}

@media screen and (min-width: 1200px) {
	a.menulistlink.toplevel {
		padding: 54px 20px;
	}
	#footercol1, #footercol2, #footercol3 {
		border-right: 1px solid #AAA;
	}
	.fpcbtextimg img {
		height: 40px;
	}
	.pitext {
    	font-size: 1.7em!important;
    }
    .whoswho {
    	width: 60%;
    }
}

body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

h1 {

}

h2 {

}

h3 {

}

#wrapper {
	font-family: 'Open Sans', sans-serif;
	background-color: #CCC;
}

/* Menu setup */

#menustrip {
	background-color: #111111;
}

.row.menu, .row.menumobile {
	display: none;
}

ul.toplevel.menulist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.row.menu ul.secondlevel.menulist {
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	background-color: white;
	z-index: 5000;
	list-style-type: none;
	padding: 5px;
	width: 100%;
}

.row.menumobile ul.secondlevel.menulist {
	display: none;
	background-color: white;
	list-style-type: none;
	padding: 5px;
	width: 100%;
}

.row.menu li.menulistelement.secondlevel {
	text-align: left;

}

a {
	color: #DD0101;
}

a.menulistlink.secondlevel {
	padding: 10px 0px;
    color: black;
    display: block;
}

a.menulistlink.secondlevel:hover {
	background-color: #DDDDDD;
	text-decoration: none;
}

.row.menu li.menulistelement.toplevel {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 0.8em;
}

.row.menumobile li.menulistelement.toplevel {
	display: block;
	font-size: 1em;
	text-transform: uppercase;
}

a.menulistlink.toplevel {
	display: block;
	color: #AAA;
	font-weight: bold;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

a.menulistlink.toplevel:hover {
	text-decoration: none;
	background-color: #333;
	color: #DDD;
}
a.menulistlink.toplevel.topnavselected {
	color: #932E90;
}

#menucontentinner {

}

.burgermenu {
	padding: 15px 0px 30px 0px;
	text-align: center;
}

.burgermenu img {

}

#menucontainer {
	background-color: #111111;
}

/* End menu setup */

/* Banner setup */

#banner-logo-menu {
	background-color: #111111;
}

#bannerlogo {
	padding: 10px 10px;
	width: 100%;
}

.row.banner {

}

.bannercontent {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* End banner setup */

/* Front page */

#redyellowblack {
	/*background: rgb(179,179,179);
	background: linear-gradient(180deg, rgba(179,179,179,1) 0%, rgba(93,93,93,1) 60%, rgba(0,0,0,1) 100%);*/
	background-color: #111111;
}

.fpcolourblock {
	padding: 0px 10px;
	text-align: center;
	font-size: 1.1em;
}

.emphasise {
    font-weight: bold;
    font-size: 2.5em;
    letter-spacing: 0.04em;
    opacity: 0.4;
}

.rybblock {
	border-radius: 10px;
	padding-bottom: 25px;
}

#hiv .rybblock {
	background: rgb(176,0,0);
background: linear-gradient(180deg, rgba(176,0,0,1) 0%, rgba(99,0,0,1) 60%, rgba(17,17,17,1) 100%);
	color: #e9ecef;
}

#hcv .rybblock {
	background: rgb(255,255,0);
	background: linear-gradient(180deg, rgba(255,255,0,1) 0%, rgba(147,147,0,1) 60%, rgba(17,17,17,1) 100%);
	color: black;
}

#dead .rybblock {
	background: rgb(77,77,77);
	background: linear-gradient(180deg, rgba(77,77,77,1) 0%, rgba(43,43,43,1) 60%, rgba(17,17,17,1) 100%);
	color: #e9ecef;
}

.attributions {
	font-size: 0.7em;
	padding: 20px 15px;
	background-color:#DDDDDD;
	text-align: justify;
}

/* End front page */

/* Mainarea setup */

.hoverbutton:hover {
	opacity: 0.6;
}

.mainarea {
	line-height: 1.5em;
	font-size: 1.3em;
	padding-top: 30px;
}

.mainarea h1 {
    font-size: 2em;
    /* font-weight: bold; */
    padding-bottom: 30px;
    color: black;
    text-shadow: 1px 1px 2px rgba(49, 49, 49, 1);
    /* letter-spacing: 0.05em; */
}

.mainarea h2 {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 30px;
    color: black;
    padding-top: 30px;
}

h2#ourservicesheader {
	font-size: 1.4em;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px
    color: black;
}

ul.ourserviceslist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.ourserviceslist li a {
	display: block;
	max-width: 400px;
	text-align: center;
	margin: 21px auto;
	padding: 5px;
	background-color: #E9E9E9;
	background-image: url(/images/os-whitebg.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	color: black;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	position: relative;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, background-image .15s ease-in-out;
}

ul.ourserviceslist li a .clickhere {
	position: absolute;
	right: -10px;
	bottom: -10px;
}

ul.ourserviceslist li a:hover {
	background-color: #F5EBF5;
	color: #993399;
	background-image: url(/images/os-mauvebg.png);
}

.mainarea p {
	margin-bottom: 1.3rem;
	font-size: 0.8em;
}

.mainarea ul {
	color: #444;
	font-size: 0.8em;
}

.featureimginner {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

#backtotop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	cursor: pointer;
}

.seemorelink {
	font-variant: normal;
	font-weight: bold;
	color: #63120E;
	text-align: center;
	cursor: pointer;
}

.mainsection.row {
	background-color: white;
	position: relative;
	padding-bottom: 20px;
}

#contactformstrip {
	background-color: #EAEAEA;
	margin-top: 20px;
	padding: 20px 0px;
}

.contactinfo {
	font-size: 0.8em;
	color: black !important;
}

.fplink {
    font-size: 1.6em;
    line-height: 1.4em;
    padding: 25px 12px;
    cursor: pointer;
    color: #666666;
    background-color: #CCC;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, background-image .15s ease-in-out;
}

.fplink:hover {
	background-color: #DDDDDD;
	color: #000000;
}

#inthemaking {
    background-color: #111111;
    color: #e9ecef;
    padding-top: 6px;
    font-size: 1.7em;
}

span.fplinklarge {
	font-size: 1.3em;
}

.pitext {
    line-height: 1.2em;
    padding-top: 10px;
    margin-bottom: 0px;
}

#ibidiv {
    background-color: #333;
    color: #CCC;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, background-image .15s ease-in-out;
}
#ibidiv:hover {
	background-color: #444;
}

.whoswho {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.whoswhoname {
	font-size: 1.5em;
}

.whoswhorole {
	font-size: 1.2em;
	color: #666666;
	padding-bottom: 15px;
}

.whoswhotext {
	font-size: 0.8em;
	padding-left: 20px;
}

/* End mainarea setup */

/* Footer setup */

.container.footertop {
	padding-top: 50px;
}

.footercol {
	min-height: 125px;
    padding: 25px 30px 25px 30px;
    font-size: 0.9em;
}

.footercol a {
	color: black;
	text-decoration: none;
}

#footerbottomwrapper {
	height: 120px;
	background-color: #b3b3b3;
	color: white;
	text-align: right;
	padding-top: 15px;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 15px;
}

#footerbottomwrapper a {
	color: white;
}

span.footerbottom {
	display: inline-block;
	padding: 0px 10px;
}

a.socialicon {
    display: inline-block;
    padding-right: 8px;
    padding-bottom: 8px;
}

.diblink {
	text-align: center;
	font-size: 0.7em;
	color: white;
	margin-bottom: 3px;
}

.diblink a {
	color: white;
}

/* End footer setup */

/* Contact page setup */

.map-responsive {
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    height: 0;
    width: 100%;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* End contact page setup */
