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

@import url('demo.css');
@import url('font-awesome.css');

body, html {
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
.stuck {
  	position: fixed;
  	top: 0;
	z-index: 100;
}
#header {
	width: 100%;
	height: 86px;
	background-image: url(/wp-content/themes/churchillgroves/images/header-background.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header #header-inner {
	position: relative;
	height: 75px;
}
#header #logo {
	width: 279px;
	height: 46px;
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 2;
	overflow: hidden;
}
#header #logo div {
	width: 279px;
}
#header #logo img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#footer {
	height: 34px;
}
#footer-inner {
	position: absolute;
	width: 100%;
	height: 34px;
	left: 0px;
	bottom: 0px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #fff;
  	font-size: 0.7em;
	background-color: #40518d;
}
#footer-left {
	position: absolute;
	left: 20px;
	top: 9px;
}
#footer-right {
	position: absolute;
	right: 20px;
	top: 6px;
}
.clear {
	clear: both;
	overflow: hidden;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}

/* Start Nav */

#navigation {
	width: 100%;
	height: 48px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	text-align: right;
}

#navigation ul {
	color: #000;
	list-style:none;
  	padding: 0px;
  	margin: 0px;
	width: 100%;
}

#navigation ul li {
	display:inline-block;
	padding: 0px 9px;
	vertical-align: middle;
}

#navigation ul li a {
	display: block;
}

#navigation ul li.sublinks a {
  color:#595959;
  text-decoration:none;
  display:block;
  text-align:left;
  margin: 0px 20px;
  padding: 2px 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
}

#navigation ul li.sublinks a:hover {
  color: #fff;
  text-decoration: none;
  display: block;
  background-color: #384988;
}
#navigation ul li.sublinks{
	display:none;
	z-Index: 99999;
	position: absolute;
	top: -16px;
	right: 0px;
	padding-left: 0px;
}

#navigation ul li #mail-icon {
	width: 26px;
	height: 20px;
}
#navigation ul li #menu-icon {
	width: 21px;
	height: 20px;
	margin-right: 20px;
	cursor: pointer;
}

#mail-icon img, #menu-icon img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

#navigation ul li.telephone {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #3e4e8b;
	font-size: 1.4em;
	line-height: 0.8em;
}

/* End Nav */

/* Menu Overlay */

.menu-overlay {
	width: 234px;
	cursor: pointer;
}
.menu-overlay-t {
	width: 234px;
	height: 51px;
}
.menu-overlay-tl {
	width: 171px;
	height: 51px;
	background-image: url(/wp-content/themes/churchillgroves/images/submenu_tl.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.menu-overlay-tr {
	width: 63px;
	height: 51px;
	background-image: url(/wp-content/themes/churchillgroves/images/submenu_tr.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.menu-overlay-m {
	width: 234px;
	padding: 5px 0px;
	background-image: url(/wp-content/themes/churchillgroves/images/submenu_m.png);
	background-repeat: repeat-y;
}
.menu-overlay-b {
	width: 234px;
	height: 18px;
	background-image: url(/wp-content/themes/churchillgroves/images/submenu_b.png);
	background-repeat: no-repeat;
}

/* End Menu Overlay */

/* Navigation Down */

.nav-scroll-outer {
	height: 35px;
}
.nav-scroll {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
}
a.sd {
	width: 54px;
	height: 35px;
	position: relative;
	background-image: url(/wp-content/themes/churchillgroves/images/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0px auto;
	display: block;
}

/* End Navigation Down */

/* Slides */

.slide {
	width: 100%;
	min-height: 100%;
	/*height: auto !important;
    height: 100%;*/
	position: relative;
	overflow: hidden;
}
.slide-inner-nm {
	padding: 25px 0px 60px 0px;
	text-align: center;
	position: relative;
}
.slide-inner-m {
	padding: 18px 22px 60px 22px;
	text-align: left;
	position: relative;
}
.slide-inner-ms {
	padding: 29px 22px 60px 22px;
	text-align: left;
	position: relative;
}

.slide-inner-ms a			{text-decoration: none; color: #58859c}
.slide-inner-ms a:link		{text-decoration: none; color: #58859c}
.slide-inner-ms a:visited	{text-decoration: none; color: #58859c}
.slide-inner-ms a:active	{text-decoration: none; color: #58859c}
.slide-inner-ms a:hover		{text-decoration: underline; color: #58859c}

/* End Slides */

/* Common */

.slide-inner-m h1, .slide-inner-ms h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2.6em;
	line-height: 1em;
	margin: 0px 0px 20px 0px;
	color: #595959;
}

.slide-inner-m h2, .slide-inner-ms h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 20px 0px 0px 0px;
	color: #595959;
}

.slide-inner-m h3, .slide-inner-ms h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0px 0px 10px 0px;
	color: #595959;
}

.slide-inner-m p, .slide-inner-ms p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	color: #595959;
}
.slide-inner-m p strong, .slide-inner-ms p strong {
	font-weight: 600;
}

/* Temp */

.slide-inner-m h1, .slide-inner-ms h1 {
	font-size: 2.5em;
}

.slide-inner-m h2, .slide-inner-ms h2 {
	font-size: 1.7em;
}

.slide-inner-m h3, .slide-inner-ms h3 {
	font-size: 1.1em;
}

.slide-inner-m p, .slide-inner-ms p {
	font-size: 1em;
}

/* End Temp */

/* End Common */


/* Home */

#home {
	background-color: #e3e3e3;
}
#home #main-logo {
	width: 484px;
	height: 86px;
	margin: 0px auto 30px auto;
}
#home #main-logo img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#home #slideshow {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 43%;
	overflow: hidden;
	z-index: 600;
}
#home #slideshow div {
	width: 100%;
	height: auto;
}

#home #slideshow img {
	width: 100%;
	height: auto;
	vertical-align: top;
	/*position: absolute;
	left: 0;*/
}

/* TEMP */

.slideshow_popup_left {
	position: absolute;
	left: 0px;
	width: 40% !important;
	text-align: left;
	z-index: 700;
}
.slideshow_popup_right {
	position: absolute;
	right: 0px;
	width: 40% !important;
	text-align: left;
	z-index: 700;
}
.slideshow_popup_left div {
	padding: 8px 12px 12px 40px;
	position: relative;
	width: auto !important;
	font-size: 2em !important;
	font-size: 2.5vw !important;
	text-align: center;
}
.slideshow_popup_right div {
	padding: 8px 40px 12px 12px;
	position: relative;
	width: auto !important;
	font-size: 2em !important;
	font-size: 2.5vw !important;
	text-align: center;
}
.slideshow_popup_left div p, .slideshow_popup_right div p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.1em !important;
	color: #fff !important;
	margin:  0px;
}

/* END TEMP */


#home #main-telephone {
	text-align: center;
	margin: 30px 0px;
}
#home #main-telephone p {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	color: #384988;
}
#home #main-telephone p strong {
	margin: 0px;
	font-weight: 600;
}

/* End Home */

/* About */

#about {
	background-color: #ffffff;
}
#about .left-column {
	padding-right: 467px;
}
#about .right-column {
	width: 387px;
	margin-top: 5px;
	float: right;
}
#about .right-column img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

/* End About */

/* Who */

#who {
	background-color: #ffffff;
}
#who .left-column {
	padding-right: 467px;
}
#who .right-column {
	width: 387px;
	margin-top: 5px;
	float: right;
}
#who .right-column img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

/* End Who */

/* Us */

#us {
	background-color: #ffffff;
}

#us .card-index {
	margin: 30px 10% 0px 10%;
	padding: 40px 40px 40px 40px;
	/*min-width: 720px;*/
	background-color: #dcdcdc;
	font-family: 'Open Sans', sans-serif;
}

#us .card-index-left {
	width: 33%;
	max-width: 250px;
	padding-top: 20px;
	float:left;
	
}

#us .card-index-left ul.index-nav {
	list-style: none;
  	padding: 0px;
  	margin: 0px;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.5em;
}
#us .select-item span {
	display: none;
}

#us .card-index-left ul.index-nav a			{text-decoration: none; color: #8f8f8f}
#us .card-index-left ul.index-nav a:link	{text-decoration: none; color: #8f8f8f}
#us .card-index-left ul.index-nav a:visited	{text-decoration: none; color: #8f8f8f}
#us .card-index-left ul.index-nav a:active	{text-decoration: none; color: #8f8f8f}
#us .card-index-left ul.index-nav a:hover	{text-decoration: none; color: #8f8f8f}

#us .card-index-left ul.index-nav li a.selected {
	color: #3d52a3;
	font-weight: 600;
}

#us .card-index-right {
	width:auto;
    overflow:hidden;
}

#us .card-index-right p {
	margin: 0px 0px 12px 0px;
	font-size: 0.8em;
}

#us .card-index-right .index-card {
	height: 320px;
	background-color: #fff;
	padding: 15px;
	overflow: auto;
}
#us .card-index-right .index-card h2 {
	font-size: 1.3em;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 15px;
}
#us .card-index-right .index-card p {
	font-size: 0.9em;
}

/* End Us */

/* What */

#what {
	background-color: #bbbbbb;
}
#what .left-column-fluid {
	float: left;
	width: 100%;
	margin-right: -600px; /* The size of the fixed block. */
	position: relative;
}
#what .left-column {
	margin-right: 600px; /* The size of the fixed block. */
	height: 465px;
	position: relative;
}
#what .right-column {
	float: right;
	width: 550px; /* The size of the fixed block. */
	position: relative;
}
#what .card-swipe {
	width: 550px;
	height: 465px;
	background-color: #dcdcdc;
	position: relative;
}
#what .card-swipe-inner {
	padding: 0px 40px;
}
#what .card-swipe-inner .head {
	display: inline-block;
	width: 143px;
	height: 133px;
}
#what .card-swipe-inner .head img {
	width: 100%;
	height: 100%;
}
#what .card-swipe-inner .name {
	display: inline-block;
	padding-left: 30px;
}
#what .card-swipe-inner .name h3 {
	line-height: 1.2em;
	margin: 0px;
	color: #5b5b5b;
}
#what .card-swipe-inner .name p {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px;
	font-style: italic;
	color: #5b5b5b;
}
#what .card-swipe-inner .quote {
	margin-top: 30px;
	padding: 10px 50px;
	position: relative;
}
#what .card-swipe-inner .quote p {
	font-size: 0.8em;
	line-height: 1.6em;
}
#what .card-swipe-inner .quote-open {
	background-image: url(/wp-content/themes/churchillgroves/images/quotes-open.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 34px;
	height: 27px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#what .card-swipe-inner .quote-close {
	background-image: url(/wp-content/themes/churchillgroves/images/quotes-close.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 34px;
	height: 27px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#what .best-of-cannock-logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* End What */

/* Latest */

#latest {
	background-color: #ffffff;
}
#latest .left-column-fluid {
	float: left;
	width: 100%;
	margin-right: -600px; /* The size of the fixed block. */
	position: relative;
}
#latest .left-column {
	margin-right: 600px; /* The size of the fixed block. */
	height: 465px;
	position: relative;
}
#latest .right-column {
	float: right;
	width: 550px; /* The size of the fixed block. */
	position: relative;
}
#latest .news-panel {
	padding: 20px 10px;
	background-color: #dcdcdc;
	position: relative;
}
#latest .news-panel div {
	padding: 0px 10px;
	height: 465px;
	overflow: auto;
}
#latest .news-panel div h3 {
	line-height: 1.4em;
	color: #5b5b5b;
}
#latest .news-panel div p {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #5b5b5b;
}
#latest ul.index-nav {
	list-style: none;
	padding: 0px;
  	margin: 50px 0px 0px 0px;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1em;
}
#latest .select-item span {
	display: none;
}
#latest ul.index-nav a			{text-decoration: none; font-weight: bold; color: #515151}
#latest ul.index-nav a:link		{text-decoration: none; font-weight: bold; color: #515151}
#latest ul.index-nav a:visited	{text-decoration: none; font-weight: bold; color: #515151}
#latest ul.index-nav a:active	{text-decoration: none; font-weight: bold; color: #515151}
#latest ul.index-nav a:hover	{text-decoration: none; font-weight: bold; color: #515151}

#latest ul.index-nav li {
	margin-bottom: 18px;
	background-image: url(/wp-content/themes/churchillgroves/images/bullet-point_blue.gif);
	background-repeat: no-repeat;
	min-height: 31px;
	padding-left: 51px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	color: #515151;
}
#latest ul.index-nav li.alt {
	background-image: url(/wp-content/themes/churchillgroves/images/bullet-point_grey.gif);
}

#latest ul.index-nav li span {
	font-size: 0.9em;
	color: #bdbdbd;
	font-style: italic;
	display: inline;
}

#latest ul.index-nav li a.selected {
	color: #3d52a3;
	font-weight: 600;
}

/* End Latest */

/* Contact */

#contact {
	background-color: #ffffff;
}
#contact .left-column {
	width: 50%;
	padding-top: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#contact .right-column {
	width: 50%;
	padding-top: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#contact .right-column div.contact-details {
	position: relative;
	padding-left: 130px;
	margin: 0px 20px 20px 20px;
	font-size: 1.1em;
}
#contact .right-column span {
	position: absolute;
	left: 0px;
	display: inline-block;
	width: 100px;
	font-weight: 600;
	text-align: right;
}
#contact .right-column div#map {
	position: relative;
	top: 5px;
	padding-left: 0px;
	margin: 0px;
	height: 200px;
}
#contact #contact-box {
	margin: 0px 0px 0px 30px;
	background-color: #e5e5e5;
}
#contact-box form {
	padding: 30px 40px 10px 40px;
}
#contact-box form label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	display: inline-block;
	color: #40518d;
	width: 120px;
	float: left;
	padding-top: 2px;
	text-align: right;
}
#contact-box form p {
	margin-left: 140px;
	margin-bottom: 10px;
}
#contact-box form input[type=text], textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	outline: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
	width: 100%;
	background-color: #ffffff;
	color: #777;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

#contact-submit {
	width: 162px;
	height: 47px;
	margin-right: -5px;
	display: inline-block;
}
#contact-submit input[type=image] {
	width: 100%;
	height: 100%;
}

/* End Contact */

/* End Slides */

@media only screen and (max-width: 1170px) {

.slide-inner-nm {
	padding: 25px 0px 20px 0px;
}
.slide-inner-m {
	padding: 18px 22px 20px 22px;
}
.slide-inner-ms {
	padding: 29px 22px 20px 22px;
}

/* About */

#about .left-column {
	padding-right: 38%;
}
#about .right-column {
	width: 34%;
	float: right;
}

/* End About */

/* Who */

#who .left-column {
	padding-right: 38%;
}
#who .right-column {
	width: 34%;
	float: right;
}

/* End Who */

}

@media only screen and (max-width: 900px) {

.nav-scroll {
	visibility: hidden;
	display: none;
}

/* Slides */

/* Common */

/*.slide-inner-m h1, .slide-inner-ms h1 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0px 0px 15px 0px;
}
.slide-inner-m h2, .slide-inner-ms h2 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
}

.slide-inner-m p, .slide-inner-ms p {
	font-size: 0.8em;
}*/

/* End Common */

/* Select menu */

#latest .wrapper-demo {
    margin: 30px 5% 10px 5%;
    *zoom: 1;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

#latest .wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

#latest .select-item {
    /* Size & position */
    position: relative;
    width: 200px;
    margin: 0;
    padding: 3px 10px;
	font-size: 0.8em;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#latest .select-item:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #40518d transparent;
}

#latest .select-item .index-nav {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	z-index: 1000;
	margin: 0px !important;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

#latest .select-item ul.index-nav li {
    padding: 0 10px !important;
	margin-bottom: 0px !important;
	font-size: 0.9em;
	background-image: none !important;
	min-height: auto !important;
}

#latest .select-item ul.index-nav li.alt {
    padding: 0 10px !important;
	margin-bottom: 0px !important;
	font-size: 0.9em;
	background-image: none !important;
	min-height: auto !important;
}
#latest .select-item .index-nav li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 3px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}
#latest .select-item ul.index-nav li span {
	display: none !important;
}

#latest .select-item .index-nav li:last-of-type a {
    border: none;
}

#latest .select-item .index-nav li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

#latest .select-item .index-nav li:hover a {
    color: #57a9d9;
}

/* Active state */

#latest .select-item.active {
    border-radius: 5px 5px 0 0;
    background: #40518d;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

#latest .select-item.active:after {
    border-color: #fff transparent;
}

#latest .select-item.active .index-nav {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 1000px;
}

#latest .select-item span {
	display: inline;
}

/* No CSS3 support: none */

/* End Select Menu */

/* Us */

#us .card-index {
	margin: 30px 5% 10px 5%;
}

/* End Us */

/* What */

#what .left-column-fluid {
	float: none;
	margin-right: 0px;
}
#what .left-column {
	margin-right: 0px;
	height: auto;
}
#what .right-column {
	float: none;
	width: auto;
}
#what .card-swipe {
	width: auto;
	height: auto;
	margin: 30px 5% 10px 5%;
}
#what .card-swipe-inner {
	padding: 0px 100px;
	width: auto;
}
#what .card-swipe-inner .head {
	width: 72px;
	height: 66px;
}
#what .card-swipe-inner .name {
	padding-left: 20px;
}
/*#what .card-swipe-inner .name p {
	font-size: 0.9em;
	line-height: 1.2em;
}*/
#what .card-swipe-inner .quote {
	margin-top: 20px;
	padding: 10px 30px;
}
/*#what .card-swipe-inner .quote p {
	font-size: 0.75em;
	line-height: 1.5em;
}*/
#what .card-swipe-inner .quote-open {
	width: 17px;
	height: 13px;
}
#what .card-swipe-inner .quote-close {
	width: 17px;
	height: 13px;
}

#what .best-of-cannock-logo {
	visibility: hidden;
	display: none;
}

/* End What */

/* Latest */

#latest .left-column-fluid {
	float: none;
	margin-right: 0px;
}
#latest .left-column {
	margin-right: 0px;
	height: auto;
}
#latest .right-column {
	float: none;
	width: auto;
}
#latest .news-panel {
	height: 340px;
	margin: 0px 5%;
	background-color: #dcdcdc;
	position: relative;
}
#latest .news-panel div {
	padding: 0px 10px;
	height: 300px;
	overflow: auto;
}
/*#latest .news-panel div h3 {
	font-size: 1em;
	line-height: 1.2em;
}
#latest .news-panel div p {
	font-size: 0.75em;
	line-height: 1.6em;
}*/

/* End Latest */

/* Contact */

#contact .left-column {
	width: 100%;
	padding-top: 0px;
	display: block;
}
#contact .right-column {
	width: 100%;
	padding-top: 15px;
	display: block;
}

#contact .right-column div.contact-details {
	padding-left: 70px;
	margin: 0px 0px 10px 0px;
	font-size: 1em;
}
#contact .right-column div.contact-details p {
	margin-bottom: 0px;
}
#contact .right-column span {
	width: 60px;
	text-align: left;
}
#contact .right-column div#map_outer {
	padding-left: 0px;
}
#contact .right-column div#map_outer p {
	visibility: hidden;
	display: none;
}
#contact .right-column div#map {
	display: block;
	margin: 0px 0px 20px 0px;
}

#contact #contact-box {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: none;
}
/*#contact-box form {
	padding: 15px;
}
#contact-box form label {
	font-size: 0.8em;
	width: 100%;
	padding-top: 0px;
	text-align: left;
}
#contact-box form p {
	margin-left: 0px;
	margin-bottom: 10px;
}
#contact-box form input[type=text], textarea {
	font-size: 1em;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
#contact-submit {
	width: 108px;
	height: 31px;
}*/

/* End Contact */

/* End Slides */

}

@media only screen and (max-width: 790px) {

/* Select menu */

#latest .wrapper-demo {
    margin: 20px 5% 10px 5%;
}

#us .wrapper-demo {
    margin: 0px 0 10px 0;
    *zoom: 1;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

#us .wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

#us .select-item {
    /* Size & position */
    position: relative;
    width: 200px;
    margin: 0;
    padding: 3px 10px;
	font-size: 0.8em;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#us .select-item:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #40518d transparent;
}

#us .select-item .index-nav {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	z-index: 1000;
	margin: 0px !important;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

#us .select-item ul.index-nav li {
    padding: 0 10px !important;
	margin-bottom: 0px !important;
	font-size: 0.9em;
	background-image: none !important;
	min-height: auto !important;
}

#us .select-item ul.index-nav li.alt {
    padding: 0 10px !important;
	margin-bottom: 0px !important;
	font-size: 0.9em;
	background-image: none !important;
	min-height: auto !important;
}
#us .select-item .index-nav li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 3px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}
#us .select-item ul.index-nav li span {
	display: none !important;
}

#us .select-item .index-nav li:last-of-type a {
    border: none;
}

#us .select-item .index-nav li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

#us .select-item .index-nav li:hover a {
    color: #57a9d9;
}

/* Active state */

#us .select-item.active {
    border-radius: 5px 5px 0 0;
    background: #40518d;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

#us .select-item.active:after {
    border-color: #fff transparent;
}

#us .select-item.active .index-nav {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 1000px;
}

#us .select-item span {
	display: inline;
}

/* No CSS3 support: none */

/* End Select Menu */

/* Us */

#us .card-index {
	margin: 20px 5% 10px 5%;
	padding: 20px 20px 20px 20px;
	min-width: inherit;
	background-color: #dcdcdc;
}

#us .card-index-left {
	width: 100%;
	padding-top: 0px;
	float: none;
}
#us .card-index-right {
	margin-left: 0px;
}

/*#us .card-index-right .index-card h2 {
	font-size: 1em;
	margin-bottom: 10px;
}
#us .card-index-right .index-card p {
	font-size: 0.8em;
}*/

/* End Us */

}

@media only screen and (max-width: 670px) {

body {
    -webkit-text-size-adjust: none;
}

.nav-scroll {
	visibility: hidden;
	display: none;
}
.slide-inner-nm {
	padding: 30px 0 0 0;
}
.slide-inner-m {
	padding: 10px 3% 0 3%;
}
.slide-inner-ms {
	padding: 21px 3% 0 3%;
}

#header {
	height: 70px;
}
#header #header-inner {
	height: 59px;
}

#header #logo {
	width: 179px;
	left: 3%;
}
#header #logo div {
	width: 179px;
	height: 29.5px;
}

/* Start Nav */

#navigation {
	height: 40px;
}

#navigation ul {
	position: static;
	display: inline-block;
}
#navigation ul li.sublinks{
	width: 100%;
	display: none;
	z-Index: 99999;
	position: absolute;
	top: -11px;
	left: 0px;
	padding: 0px;
}

#navigation ul li.sublinks a {
	text-align: center;
	 margin: 0px 5px;
	 color: #fff;
}
#navigation ul li.sublinks a:hover {
	text-align: center;
	background-color: #626262;
	color: #fff;
}
#navigation ul li #mail-icon {
	width: 19.5px;
	height: 15px;
}
#navigation ul li #menu-icon {
	margin-right: 10px;
}

#navigation ul li.telephone {
	font-size: 1em;
	line-height: 0.8em;
}

/* End Nav */

/* Menu Overlay */

.menu-overlay {
	width: 100%;
	cursor: pointer;
}
.menu-overlay-t {
	width: 100%;
	height: 51px;
	text-align: left;
	position: relative;
}
.menu-overlay-tl {
	width: 100%;
	margin-right: 100px;
	height: 51px;
	background-image: none;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1px;
}
.menu-overlay-tr {
	width: 31px;
	height: 51px;
	background-image: none;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 14px;
	z-index: 2;
}
.menu-overlay-m {
	width: 100%;
	padding: 5px 0px;
	background-image: none;
	background-color: #222222;
}
.menu-overlay-b {
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-image: none;
}

/* End Menu Overlay */

/* Slides */

/* Common */

.slide-inner-m h1, .slide-inner-ms h1 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0px 0px 15px 0px;
}
.slide-inner-m h2, .slide-inner-ms h2 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
}

.slide-inner-m p, .slide-inner-ms p {
	font-size: 0.8em;
}

/* End Common */

/* Select menu */

#latest .wrapper-demo {
    margin: 20px 0px 10px 0px;
}

/* End Select menu */

/* Home */

#home #main-logo {
	width: 384px;
	height: 68px;
}
#home #main-telephone p {
	font-size: 1.2em;
}

/* End Home */

/* About */

#about .left-column {
	padding-right: 0px;
}
#about .right-column {
	width: auto;
	float: none;
	height: 150px;
	overflow: hidden;
	margin-bottom: 15px;
}
#about .right-column img {
	width: 100%;
	height: auto;
	position: relative;
	top: -100px;
	vertical-align: top;
}

/* End About */

/* Who */

#who .left-column {
	padding-right: 0px;
}
#who .right-column {
	width: auto;
	float: none;
	height: 150px;
	overflow: hidden;
	margin-bottom: 15px;
}
#who .right-column img {
	width: 100%;
	height: auto;
	position: relative;
	top: -200px;
	vertical-align: top;
}

/* End Who */

/* Us */

#us .card-index {
	margin: 20px 0px;
	padding: 15px;
}

/*#us .card-index-left {
	width: 100%;
	padding-top: 0px;
	float: none;
}
#us .card-index-right {
	margin-left: 0px;
}*/

#us .card-index-right .index-card h2 {
	font-size: 1em;
	margin-bottom: 10px;
}
#us .card-index-right .index-card p {
	font-size: 0.8em;
}

/* End Us */

/* What */

/*#what .left-column-fluid {
	float: none;
	margin-right: 0px;
}
#what .left-column {
	margin-right: 0px;
	height: auto;
}
#what .right-column {
	float: none;
	width: auto;
}*/

#what .card-swipe {
	width: auto;
	margin: 20px 0px;
}
#what .card-swipe-inner {
	padding: 0px 15px;
	width: auto;
}
/*#what .card-swipe-inner .head {
	width: 72px;
	height: 66px;
}
#what .card-swipe-inner .name {
	padding-left: 20px;
}*/
#what .card-swipe-inner .name p {
	font-size: 0.9em;
	line-height: 1.2em;
}
/*#what .card-swipe-inner .quote {
	margin-top: 20px;
	padding: 10px 30px;
}*/
#what .card-swipe-inner .quote p {
	font-size: 0.75em;
	line-height: 1.5em;
}
/*#what .card-swipe-inner .quote-open {
	width: 17px;
	height: 13px;
}
#what .card-swipe-inner .quote-close {
	width: 17px;
	height: 13px;
}

#what .best-of-cannock-logo {
	visibility: hidden;
	display: none;
}*/

/* End What */

/* Latest */

/*#latest .left-column-fluid {
	float: none;
	margin-right: 0px;
}
#latest .left-column {
	margin-right: 0px;
	height: auto;
}
#latest .right-column {
	float: none;
	width: auto;
}*/
#latest .news-panel {
	margin: 0px;
	padding: 15px;
}
#latest .news-panel div {
	padding: 0px 10px 0px 0px;

}
#latest .news-panel div h3 {
	font-size: 1em;
	line-height: 1.2em;
}
#latest .news-panel div p {
	font-size: 0.75em;
	line-height: 1.6em;
}

/* End Latest */

/* Contact */

#contact .left-column {
	width: 100%;
	padding-top: 0px;
	display: block;
}
#contact .right-column {
	width: 100%;
	padding-top: 15px;
	display: block;
}

#contact .right-column div.contact-details {
	padding-left: 70px;
	margin: 0px 0px 10px 0px;
	font-size: 1em;
}
#contact .right-column div.contact-details p {
	margin-bottom: 0px;
}
#contact .right-column span {
	width: 60px;
	text-align: left;
}
#contact .right-column div#map_outer {
	padding-left: 0px;
}
#contact .right-column div#map_outer p {
	visibility: hidden;
	display: none;
}
#contact .right-column div#map {
	display: block;
	margin: 0px 0px 20px 0px;
}

#contact #contact-box {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: none;
}
#contact-box form {
	padding: 15px;
}
#contact-box form label {
	font-size: 0.8em;
	width: 100%;
	padding-top: 0px;
	text-align: left;
}
#contact-box form p {
	margin-left: 0px;
	margin-bottom: 10px;
}
#contact-box form input[type=text], textarea {
	font-size: 1em;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
#contact-submit {
	width: 108px;
	height: 31px;
}

/* End Contact */

/* End Slides */

}


@media only screen and (max-width: 670px) and (orientation: portrait) {

#navigation ul li.telephone {
	visibility: hidden;
	display: none;
}

/* Slides */

/* Home */

#home #main-logo {
	width: 264px;
	height: 47px;
}
#home #main-telephone p {
	font-size: 1.2em;
}

/* End Home */

/* End Slides */

}