/*
Theme Name: Devon Move
Theme URI: http://www.devon-move.co.uk/
Description: Adapative theme
Version: 1.0
Author: John Swaffield
Author URI: http://www.devon-move.co.uk/
*/


/* -----------------------------------
WYSIWYG edit
----------------------------------- */

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}


/* -----------------------------------
base
----------------------------------- */

body
{
	margin: 0;
	padding: 0;
	color: #000;
	background: #f3f7f8;
	font: 100%/1.4 Arial, sans-serif, Verdana;
	height: 100%;
}

.wrapper {     
	height: auto !important;
    	min-height: 100%;
   	height: 100%;
    	position: relative; /* Required to absolutely position the footer */ 
}

.container { 
	margin: 0 auto; 
	max-width: 60em; 
	padding: 0; 
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


.clear {
	clear: both;
}

/* -----------------------------------
header
----------------------------------- */
#header {
	background-color: #0a61b7; 
	height: 110px; 
	margin-bottom: 0.7em;
}

#header-logo {
	width: 40%;
	float: left;
}

#header-tag {
	width: 50%;
	float: right;
	padding-right: 0.25em;
}

#header-social-media {
	font-size: 0.7em;
	float: right;
	padding-top: 0.5em;
}

#header-dainton-links {
	float: left;
	color: #ccc;
}

#header-social-media a:link, a:visited {
  	color: #ccc;
  	text-decoration: none;
}
 
#header-social-media a:hover, a:active, a:focus {
  	color: #ccc;
  	text-decoration: underline;
}

#socialmediaheader {
	float: right;
}

#socialmediaheader img {
	padding: 0 0 0 0.4em;	
}

#header-removals {
	clear: both;
	float: right;
}

#header-removals p {
	color: #fff;
	font-size: 1.4em;
	text-align: right;
	padding: 0;
	margin: 0.25em 0 0 0;
}

#header-dainton {
	clear: both;
	float: right;
}

#header-dainton p {
	color: #ccc;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	padding: 0;
	margin: 0.25em 0.75em 0 0;
}

#header-dainton-text {
	float: left;
}

#header-dainton-group-logo {
	float: right;
}


/* -----------------------------------
menu
----------------------------------- */
#main-menu { 
	width: 100%;
}

#main-menu ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

#main-menu ul li {
 	float: left;
 	margin-right: 2em;
 	font-size: 1em;
}

#main-menu ul li:last-child {
 	margin-right: 0;
}

#main-menu ul li a:link, #main-menu ul li a:visited {
  	color: #232c53;
  	text-decoration: none;
  	font-weight: bold;
}

#main-menu ul li a:hover, #main-menu ul li a:active {
  	color: #ce003c;
  	text-shadow: none !important;
  	text-decoration: underline;
}

#main-menu ul li a:visited.active, #main-menu ul li a:hover.active, #main-menu ul li a:active.active, #main-menu ul li a:link.active {
 	color: #ce003c;
  	text-decoration: none;
}

/* -- current menu item -- */
#main-menu ul li.current_page_item a:link, #main-menu ul li.current_page_item a:visited, #main-menu ul li.current_page_item a:active, #main-menu ul li.current_page_item a:hover{
	color: #ce003c;
}

/* -----------------------------------
mobile contact menu
----------------------------------- */
#mobile-contact-menu { 
	display: none;
}

#mobile-contact-menu a {
	color: #fff;
}
/* -----------------------------------
slide menu
----------------------------------- */
.slide-trigger {
  	display: none; /* need this */
  	border: 1px solid #CCCCCC;
 	cursor: pointer;
  	margin-left: 15px;
 	margin-right: 15px;
}

.slide-trigger span {
  	background-image: url("library/images/dropdown-box.png");
  	background-position: 0;
  	background-repeat: no-repeat;
  	display: block;
  	float: left;
  	margin-top: 1px;
  	margin-bottom: 1px;
  	margin-right: 0.5em;
  	height: 36px;
  	width: 40px;
}

.main-menu-mob-alternate {

}

/* ----------------------------------
homepage responsive tabs
----------------------------------- */
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;  
}

.resp-tab-content {
	font-size: 0.75em;
	color: #048;  
}

.resp-tab-content p {
	margin-bottom: 1em;  
}

.resp-tab-content img {
	float: right;
}

.resp-tab-content a:link, .resp-tab-content a:visited, .resp-tab-content a:active {
  	color: #232c53;
  	text-decoration: underline;
}

.resp-tab-content a:hover {
  	color: #ce003c;
  	text-decoration: underline;
}

.resp-tab-content h4 {
	margin-top: 0;
	padding-top: 0;
}

.resp-tabs-list li {
	font-size: 0.9em;
	color: #048;
	font-weight: bold;
   	display: inline-block;
   	padding: 13px 15px;
    	margin: 0;
    	list-style: none;
    	cursor: pointer;
    	float: left; 	
    	border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
   	-moz-border-radius: 10px 10px 0 0;
    	-webkit-border-radius: 10px 10px 0 0;    
    	padding-bottom: 5px !important;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;   
}

.resp-tab-hover {
    color: #ce003c !important;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: 1px solid #fff !important;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    color: #ce003c !important;
}


.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}


.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
        color: #048 !important;

}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    /*-- border-bottom: 12px solid #c1c1c1 !important;--*/
    /*-- background: blue;--*/
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 69.6%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #1c5ea0 !important;
    color: #fff !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    
   .resp-tab-content img {
	display: none;
    }   
    
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}


/* -----------------------------------
homepage slideshow
----------------------------------- */
#homepage-intro-services {
	float: left;
	max-width: 48%;
	padding-right: 3%;
}

#homepage-slideshow {
	float: left;
	width: 100%;
	max-width: 390px;
	padding-left: 10px;
}

#homepage-intro-contact {	
	float: left;
	max-width: 49%;		
}

#homepage-intro-contact a:link, #homepage-intro-contact a:visited, #homepage-intro-contact a:active {
  	color: #ce003c;
  	text-decoration: underline;
}

#homepage-intro-contact a:hover {
  	color: #232c53;
  	text-decoration: underline;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  ul.rslides_tabs {
  	background: #048;
  	padding: 2px;
  	text-align: center;
  	margin-top: 0;
  }
  ul.rslides_tabs li {
  	display: inline;
  	list-style-type: none;
	padding-right: 1em;
	color: #fff;
	font-weight: bold;
	padding: 1em;
 }
 
 ul.rslides_tabs li a:link,  ul.rslides_tabs li a:visited,  ul.rslides_tabs li a:active {
   	color: #fff !important;
   	text-decoration: none !important;
   	background: #0c5197;
   	padding: 0;
   	margin: 0;
	font-size: 1.2em;
}  

 ul.rslides_tabs li a:hover {
   	color: #ce003c !important;   
} 
	
	 #rhs-request, #rhs-survey, #rhs-more-info{
	      height: 23px;
	      width: 132px;
	      padding: 7px 5px 5px 5px;
	      border: 1px solid #333; 
	      border-radius: 10px; 
	      -moz-border-radius: 10px;  
	      -webkit-border-radius: 10px;
	      -moz-box-shadow: 2px 2px 3px 3px #e2e2e2;
	      -webkit-box-shadow: 2px 3px 3px 3px #e2e2e2;
	      box-shadow: 2px 3px 3px 3px #e2e2e2;  
	      font-size: 0.9em;
	      color: #fff;
	      text-align: center;
	      float: right;
	      clear: both;
	      margin: 0.25em 0 0 0;
	} 
	
	#homepage-intro-contact #request, #homepage-intro-contact #more-info{
	      height: 23px;
	      width: 132px;
	      padding: 7px 5px 5px 5px;
	      border: 1px solid #333; 
	      border-radius: 10px; 
	      -moz-border-radius: 10px;  
	      -webkit-border-radius: 10px;
	      -moz-box-shadow: 2px 2px 3px 3px #e2e2e2;
	      -webkit-box-shadow: 2px 3px 3px 3px #e2e2e2;
	      box-shadow: 2px 3px 3px 3px #e2e2e2;  
	      font-size: 0.9em;
	      color: #fff;
	      text-align: center;
	      float: left;
	      margin: 0;
	} 

	#homepage-intro-contact #request {
  		margin: 0  0 0 20px;
	}	
	
	#request a, #more-info a, #rhs-request a, #rhs-survey a, #rhs-more-info a {
		color: #fff !important;
		text-decoration: none !important;
	}
	
	.main-content-left-inactive  {
	  background: #fff url('library/images/tab-inactive.jpg') repeat-x left top;
	  color: #fff;
	  border: 1px solid red;
	}

	.main-content-left-hover  {
	  background: #fff url('library/images/tab-highlight.jpg') repeat-x left top;
	  color: #fff;
	  border: 1px solid red;
	}

/* -----------------------------------
Royal slideshow...customised with thumbnails on left handside

.royalSlider .rsThumbsVer {
    right: auto;
    left: 0;
}
.royalSlider .rsOverflow {
    margin-left: 220px; // width of thumbnails container
}
#new-royalslider-1 {
	margin-bottom: 1em;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsThumbs {
	background: #fff !important;
}

.rsUni .rsThumb.rsNavSelected {
	background: #ce003c !important;
	font-weight: bold !important;
	
}

.rsUni .rsTmb SPAN {
	color: #fff !important;
}

.rsTab {
	font: 1em !important;
}
----------------------------------- */	

/* -----------------------------------
Royal slideshow...customised with tabs on bottom
----------------------------------- */
#royal-wrapper {
	max-width:700px; 
	border: none;
	padding-bottom: 1em;
	float: left;
}


.rsNav, rsTabs {
	padding-top: 0 !important;
}

.rsUni .rsTabs {
	margin: 0 0 0 0;
	text-align: left;
	padding-top: 0;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsThumbs {
	background: #fff !important;
	text-align: left;
}

.rsNavItem {
	color: #048 !important;
}

.rsTmb {
	font: 0.75em Arial;
	font-weight: bold;
}

.rsUni .rsNavSelected.rsTab {
	background: #ce003c !important;
	color: #fff !important;
}

.rsUni .rsTab:first-child {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.rsUni .rsTab:last-child { 
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
	
#homepage-offer-rhs {
	padding: 0;
	margin: 0;
	float: left;
	width: 215px;
	background: #fff;
	text-align: right;
}

/* -----------------------------------
main content
----------------------------------- */
#main-content {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 1em;
}

#main-content-wide {
  	width: 70%;
  	float: left;
  	background: #fff;
  	text-align:left; 
  	border-radius: 10px;
  	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
 	-moz-box-shadow: 2px 2px 3px 3px #e2e2e2;
  	-webkit-box-shadow: 2px 3px 3px 3px #e2e2e2;
  	box-shadow: 2px 3px 3px 3px #e2e2e2; 	
  	border: 1px solid #999; 
  	margin-right: 4%;
  	padding: 1em;
}

#main-content-wide h1 {
	font-size: 1.2em;
	color: #ce003c;
	font-weight: bold;
	margin-top: 0;
}

#main-content-wide h2 {
	font-size: 1em;
	color: #048;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}

#main-content-wide h3 {
	font-size: 0.9em;
	color: #048;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 0;
}

#main-content-wide h4 {
	font-size: 0.8em;
	color: #048;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 0;
}

#main-content-wide #breadcrumb {
		margin: -0.5em 0 0.5em 0;
		padding: 0;
}

#main-content-wide #breadcrumb li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #999;
}

#main-content-wide #breadcrumb li div {
	display: inline;
}

#main-content-wide #breadcrumb li a:link, #breadcrumb li a:visited, #breadcrumb li a:active, #breadcrumb li a:focus {
	color: #999;
}

#main-content-wide #breadcrumb li a:hover {
	color: #ce003c;
}

#main-content-wide .subheading {
	font-size: 0.75em;
	color: #048;
	font-style: italic;
	font-weight: bold;
}

#main-content-wide p {
	font-size: 0.75em;
	color: #048;
	margin-bottom: 1em;
}

#main-content-wide ol {
	font-size: 0.75em;
	color: #048;
}


#main-content-wide ul {
	font-size: 0.75em;
	color: #048;
}

#main-content-wide li {
	margin-top: 0.45em;
	font-size: 1em;	
}

#main-content-wide li p{
	font-size: 1em;	
}

#main-content-wide a:link, #main-content-wide a:visited, #main-content-wide a:active {
  	color: #232c53;
  	text-decoration: underline;
}

#main-content-wide a:hover {
  	color: #ce003c;
  	text-decoration: underline;
}

#main-content-wide .main-image {
	float: right;
	margin: 0.5em 0 1em 1em;
}

#main-content-wide .secondary-image {
	float: right;
	margin: 0.5em 0 1em 1em;
}


#main-content-wide #footnote-image {
	float: left;
	margin-right: 5%;
}

#main-content-wide #footnote-text {
	float: left;
	margin-top: 2em;	
}

.bottom-image-left {
	float: left;
	margin-right: 2em;
}

.wpex-link {
	font-weight: normal !important;
	color: #232c53 !important;
}

.normal-weight {
	font-weight: normal !important;
}


.cheap-removals-storage-offers {
	width: 90%;
  	border: 1px solid #999; 	
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;	
 	-moz-box-shadow: 2px 2px 3px 3px #e2e2e2;
  	-webkit-box-shadow: 2px 3px 3px 3px #e2e2e2;
  	box-shadow: 2px 3px 3px 3px #e2e2e2; 
  	margin-top: 1em;
  	margin-bottom: 2em;
 	padding: 0 1em 1em 1em;
 	background: #f3f7f8;
 	clear: both;
}


.cheap-removals-storage-offers img {
	margin-top: 1em;
	margin-right: 1em;
	float: left;
}


.cheap-removals-storage-offers ul li {
	margin-left: 15em;
}

.body-footnote {
	color: #999 !important;
	margin-top: 2em;
}

.published-info {
	color: #999 !important;
}

.published-info a {
	color: #999 !important;
}

/* -----------------------------------
homepage
----------------------------------- */
#main-content-homepage {
	width: 96%;
	float: left;
	clear: both;
  	background: #fff;
  	text-align:left; 
  	border-radius: 10px;
  	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
 	-moz-box-shadow: 2px 2px 3px 3px #e2e2e2;
  	-webkit-box-shadow: 2px 3px 3px 3px #e2e2e2;
  	box-shadow: 2px 3px 3px 3px #e2e2e2; 	
  	border: 1px solid #999; 
  	margin-right: 4%;
  	padding: 1em;
}

#homepage-intro {
	float: left;	
}

#main-content-homepage h1 {
	font-size: 1.2em;
	color: #ce003c;
	font-weight: bold;
	margin-top: 0;
}

#main-content-homepage h2 {
	font-size: 1em;
	color: #048;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.3em;
}

#main-content-homepage h3 {
	font-size: 0.9em;
	color: #048;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: -0.5em;
}

#main-content-homepage h4 {
	font-size: 0.8em;
	color: #048;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: -1em;
}


#main-content-homepage .subheading {
	font-size: 0.75em;
	color: #048;
	font-style: italic;
	font-weight: bold;
}

#main-content-homepage p {
	font-size: 0.75em;
	color: #048;
	margin-bottom: 1em;
}

#main-content-homepage ol {
	font-size: 0.75em;
	color: #048;
}


#main-content-homepage ul {
	font-size: 0.75em;
	color: #048;
}

#main-content-homepage li {
	margin-top: 0.45em;
	font-size: 1em;	
}

#main-content-homepage li p{
	font-size: 1em;	
}

#main-content-homepage .contact { }


#main-content-homepage .telephone { }


#main-content-homepage a:link, #main-content-homepage a:visited, #main-content-homepage a:active {
  	color: #232c53;
  	text-decoration: underline;
}

#main-content-homepage a:hover {
  	color: #ce003c;
  	text-decoration: underline;
}

.homepage-social-media {
	width: 100%;
	float: right;
  	background: transparent;
  	text-align:right; 
  	margin:1em 0 0 0;
  	padding: 0;
}

#homepage-twitter-facebook {
	float: right;
}

#homepage-twitter {
	float: right;
	margin-right: 5px;
	display: inline-block;
}

#homepage-facebook {
	float: right;
	margin-right: 5px;
	display: inline-block;
}

#homepage-google-plus {
	float: right;
}

#main-content-homepage-tabs {
	width: 96%;
	float: left;
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
  	background: #fff;
  	text-align:left; 
  	border-radius: 10px;
  	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
 	-moz-box-shadow: 2px 2px 3px 3px #e2e2e2;
  	-webkit-box-shadow: 2px 3px 3px 3px #e2e2e2;
  	box-shadow: 2px 3px 3px 3px #e2e2e2; 	
  	border: 1px solid #999; 
  	margin-right: 4%;
  	padding: 1em;
}


/* -----------------------------------
testimonials
----------------------------------- */
.testimonials-block {
  margin: 1em 1em 2em 1em;
  padding: 0.1em 0.1em 0.1em 0.5em;
  width: 90%;
  background: #f3f7f8 url('library/images/testimonial-h2-background-closed.gif') no-repeat bottom right;
  text-align:left; 
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 2px 2px 3px 3px #e2e2e2;
  -webkit-box-shadow: 2px 3px 3px 3px #e2e2e2;
  box-shadow: 2px 3px 3px 3px #e2e2e2; 	
  border: 1px solid #999; 
}
 
.testimonials-block h3 {
  font-size: 0.9em !important;
  font-weight: normal !important;
  font-style: italic;
  color: #003365;
  padding-left: 30px;
  padding-right: 30px;
  margin: 5px 0 -10px 0;
  background: #f3f7f8 url('library/images/testimonial-h2-background.gif') no-repeat top left;
}

.testimonials-block p {
  padding-left: 30px;
  padding-right: 30px; 
}


/* -----------------------------------
social widget
----------------------------------- */
/* Google +1 positioning */
#plusone { 
  width:130px; 
  height: 30px;
  margin: 0; 
  padding:0; 
  text-align: right;
}

#side-twitter-facebook {
  height:40px; 
  float:left; 
}

#side-twitter {
   display: inline-block;
   margin-right: 5px;
   float: left;
}

#side-facebook {
   display: inline-block;
   margin-right: 5px;
   float: left;
}

#side-google-plus {
  height:40px; 
  float:left; 
}

.google_plus_button {
  display: inline-block;
  width: 40px;
  margin-bottom: 5px;
  height: 25px;  
}

#plusone-lt-ie8 { 
  display: none;
}


/* -----------------------------------
side content
----------------------------------- */
#side-content {
	width: 22%;
	float: left;	
}

.side-content-social-media {
	width: 100%;
	float: left;
  	background: transparent;
  	text-align:left; 
  	margin:0 0 0 -15px;
  	padding: 0;
}

.side-content-box {
	width: 100%;
	float: right;
  	background: #fff;
  	text-align:left; 
  	border-radius: 10px;
  	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
 	-moz-box-shadow: 2px 2px 3px 3px #e2e2e2;
  	-webkit-box-shadow: 2px 3px 3px 3px #e2e2e2;
  	box-shadow: 2px 3px 3px 3px #e2e2e2; 	
  	border: 1px solid #999; 
  	padding: 0.5em;
  	margin-bottom: 1.25em;
}

.side-content-box h3 {
  	margin-top: 0.5em;
  	margin-bottom: 0;
  	font-size: 0.95em;
  	color: #0055aa;
  	font-weight: bold;
}

.side-content-box p {
  	margin-top: 0.25em;
  	margin-bottom: 0.5em;
  	font-size: 0.8em;
 	color: #0055aa;
}

.side-content-box a:link, .side-content-box a:visited, .side-content-box a:active  {
  	color: #0055aa;  
}

.side-content-box a:hover {
  	color: #cc003e;  
} 

.side-content-box ul {
  	margin-top: 0.25em;
  	margin-bottom: 0.5em;
  	font-size: 0.8em;
 	color: #0055aa;
}

.side-contact {
	background: #fff;
}

.side-contact h3 {
  	color: #0055aa;
  	font-size: 1.1em;
}

.side-contact .freephone {
	font-size: 1.25em;
}

.side-contact ul {
	color: #0055aa;
}

.side-contact p {
 	color: #0055aa;
}

.side-contact a:link, .side-contact a:visited, .side-contact a:active  {
  	color: #0055aa;  
}

.side-contact a:hover {
  	color: #cc003e;  
} 


.side-content-box-quote {
	background: #fff url('library/images/side-column-quote-background.png') no-repeat bottom right;
}

.side-content-discounts  {
	background: #fff;
}


.side-content-discounts img {
	float: right;
}

.side-removal-quote {
	background: #0055aa;
}

.side-removal-quote h3 {
  	color: #fff;
}

.side-removal-quote p {
 	color: #fff;
}

.side-removal-quote a:link, .side-removal-quote a:visited, .side-removal-quote a:active  {
  	color: #fff;  
}

.side-removal-quote a:hover {
  	color: #ccc;  
} 

.side-twitter  {
	background: #fff;
}


.side-blog-archive {
	background: #fff;
}

.side-blog-archive h3 {
  	color: #0055aa;
  	font-size: 1.1em;
}

.side-blog-archive .freephone {
	font-size: 1.25em;
}

.side-blog-archive ul {
	color: #0055aa;
	padding-left: 0.25em;	
	list-style: none;	
}

.side-blog-archive ul li{
	margin-bottom: 0.75em;
}

.side-blog-archive p {
 	color: #0055aa;
}

.side-blog-archive a:link, .side-blog-archive a:visited, .side-blog-archive a:active  {
  	color: #0055aa;  
}

.side-blog-archive a:hover {
  	color: #cc003e;  
} 


/* -----------------------------------
just above footer
----------------------------------- */
#above-footer-wide {
	clear: both;
	float: left;
	text-align: left;
	width: 70%;
	margin-right: 4%;
	padding-top: 1.25em;
}

#above-footer-wide p {
	font-size: 0.75em;
	color: #048;
	margin-bottom: 0;
}

#above-footer-wide a:link, #above-footer-wide a:visited, #above-footer-wide a:active {
  	color: #232c53;
  	text-decoration: underline;
  	font-weight: normal;
}

#above-footer-wide a:hover {
  	color: #ce003c;
  	text-decoration: underline;
}

#above-footer-wide ul {
	list-style: none; 
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: left;
}

#above-footer-wide ul li {
 	display: inline; 
 	margin-top: 0;
 	margin-right: 0.25em;
 	padding-right: 0.25em;
 	font-size: 0.75em;
 	text-align: left;
 	border-right: 1px solid #048;
}

#above-footer-wide ul li:last-child {
 	display: inline; 
 	margin-top: 0;
 	margin-right: 0;
 	font-size: 0.75em;
 	text-align: center;
 	border: none;
}

#above-footer-narrow {
	text-align: right;
	float: right;
	width: 22%;
	padding: 0;
}

#above-footer-narrow p {
	font-size: 0.75em;
	color: #048;
}

#above-footer-narrow a:link, #above-footer-narrow a:visited, #above-footer-narrow a:active {
  	color: #232c53;
  	text-decoration: underline;
  	font-weight: normal;
}

#above-footer-narrow a:hover {
  	color: #ce003c;
  	text-decoration: underline;
}

/* -----------------------------------
the footer
----------------------------------- */
#footer {
	clear: both;
	background: #0a61b7;
}

#footer-container {
	margin: 0 auto; 
	max-width: 60em; 
	padding: 1em 0 0 0; 
}

#footer-address p {
	color: #fff;
	text-align: left;
	font-size: 0.75em;
}

#footer-address a:link, #footer-address a:visited, #footer-address a:active {
  	color: #fff;
  	text-decoration: underline;
  	font-weight: normal;
}

#footer-address  a:hover {
  	color: #ce003c;
  	text-decoration: underline;
}

#footer-branches {
	padding-bottom: 2em;
}

#footer-branches ul {
	list-style: none; 
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: left;
}

#footer-branches ul li {
 	display: inline; 
 	margin-top: 0;
 	margin-right: 0.25em;
 	padding-right: 0.25em;
 	font-size: 0.75em;
 	text-align: left;
 	border-right: 1px solid #048;
}

#footer-branches a:link, #footer-branches a:visited, #footer-branches a:active {
  	color: #fff;
  	text-decoration: underline;
  	font-weight: normal;
}

#footer-branches  a:hover {
  	color: #ce003c;
  	text-decoration: underline;
}


#footer-branches p {
	color: #fff;
	text-align: left;
	font-size: 0.75em;
}


/* -----------------------------------
ninja quote form
----------------------------------- */
.ninja-forms-cont {
	font-size: 0.8em;
	font-weight: normal;
	color: #048;
}

.ninja-forms-cont label {
	font-weight: normal !important;
	width: 200px !important;
	display: block !important;
	float: left;
}

.ninja-forms-field {
	width: 50% !important;
}

#ninja_forms_field_5 {
	width: 100px !important;
}

#ninja_forms_field_12 {
	width: 25px !important;
}

.ninja-forms-required-items {
	margin-bottom: 22px;
}


.ninja-forms-field-error p {
	color: red !important; 
	font-size: 1em !important;
}

/* -----------------------------------
man and van
----------------------------------- */
table.manvan {
	background:#009ee3;
   	font-size: 0.8em;
   	color:#fff;
   	border: 1px solid #fff;
    	font-weight:normal;
    	margin-bottom: 15px;
}

table.manvan td {
	border: 1px solid #fff;
   	padding: 6px 3px 6px 10px;
   	margin:3px;
   	width: 12%;
}

table.manvan td.title {
	font-weight:bold;
}


/* -----------------------------------
layout 0: simple
----------------------------------- */

@media (max-width: 20.9em)
{
	#header {
		background-color: #0a61b7; 
		height: 90px; 
		margin-bottom: 0.1em;
	}

	#header-logo {
		width: 100%;
	}
	
	#header-logo img {
		width: 80%;
	}
	
	#header-tag {
		display: none;
	}
	
	#header-removals {
		display: none;
	}
	
	
	#header-removals p {
		margin-top: 1.25em;
		font-size: 1em;
	}
	
	#header-dainton-text {
		display: none;
	}
	
	#header-dainton-group-logo {
		display: none;
	}

	#mainbody {
		margin-top: 0;
		padding-top: 0;
	}
	
	#main-menu h2 {
		color: #fff; 
		font-size: 1.3em;
		margin: 0;
		font-weight: normal;
		text-align: left;
	}
	
	#mob-menu-h2 {
		padding-top: 5px;
		background-image: none;
	}
	
	#main-menu {
		margin: 1px 0 0 0;
		padding: 0 0 2px 0;
		background: #1c5ea0;
		text-align: left;
		clear: both;
		float: left;
		color: #fff; 
	}
	
	#main-menu ul {
		width: 100%;
		clear: both;
		float: left;
	}
	
	#main-menu ul li {
		display: block;
		float: none;
	}

	#mobile-contact-menu { 
		width: 100%;
		display: block;
		margin: -7px 0 0 0;
		padding: 0 0 2px 0;
		background: #048;
		text-align: left;
		clear: both;
		float: left;
		color: #fff; 	
		font-weight: bold;
		text-align: center;
	}
	
	#mobile-contact-menu p { 
		margin: 0;
		padding: 0;
	}
	
	.navheader {
		text-align: left;
	}
	
	.slide-trigger { 
		display: block; 
		margin: 0;		
		border: none;
	}

	.no-js .slide-trigger { 
		display: none; 
	}

	.no-js .list-nav { 
		display: block; 
	}

	.list-nav { 
		display: none; 
		margin: 0; 
		padding: 0;
	}	
	.list-nav  ul {
		margin:0;
		padding:0;
	}
	
	.list-nav  li { 
		padding:  0.25em 0 0.25em 0;
		margin: 0;
		border-top: 1px solid #ccc; 	
		width: 100%;
	}

	.list-nav li a { 
		width: 100%;
	}
	
	#main-menu ul li a:link, #main-menu ul li a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
		margin-left: 1em;
	}

	#main-menu ul li a:hover, #main-menu ul li a:active {
		color: #ccc;
		text-decoration: none;
		font-size: 0.9em;
	}

	#main-menu ul li.current_page_item a:link, #main-menu ul li.current_page_item a:visited, #main-menu ul li.current_page_item a:active, #main-menu ul li.current_page_item a:hover{
		color: #ccc;
	}
	
	#main-content-wide {              	
  		width: 86%;
  		margin-left:0.25em;
  		margin-right: 0.25em;
  	}
  
  	.testimonials-block {
  	  margin: 1em 0 2em 0;
  	  padding: 0em 0.1em 0.1em 0.5em;
  	  background-image: none;
  	  width: 100%;
  	}
  
  	.testimonials-block h3 {
  	  padding-left: 0;
  	  padding-right: 0;
  	  margin: 0;
  	  background-image: none;
  	}
  
  	.testimonials-block p {
  	  padding-left: 0;
  	  padding-right: 0; 
      	}
      	
  	img.main-image {
  		float: left;
  		clear: both;
  		width: 100%;
  		padding: 0;
  		margin: 0.25em 0 0 0;
  		text-align: left;
  	}
 	
 	 #new-royalslider-1 {
 		/* ---- display: none; */
 	}

 	#homepage-intro-services {
 		clear: both;
 		max-width: 100%;
 		width: 100%;
 		padding-left: 0;
 	}
 	
 	#homepage-intro-contact {
 		clear: both;
 		max-width: 100%;
 		width: 100%;
 	}
	
 	#homepage-offer-rhs {
		display: none;
	}
	
	#royal-wrapper {
		float: none;
	} 
	
 	#homepage-intro-contact #request {
 		clear: both;
 		float: left;
 		margin: 2em 0 0 0;
 	}
 	
 	#homepage-intro-contact #more-info{
 		float: left;
 		clear: none;
 	}	
	
	.cheap-removals-storage-offers img {
		display: none;
	}
	
       .cheap-removals-storage-offers ul li {
	      margin-left: 0.2em;
        }	
	
	#side-content {
		width: 90%;
		clear: both;
		float: left;	
  		margin-left:0.25em;
  		margin-right: 0.25em;	
  		padding: 0;
	}  

	.side-content-box {
		width: 96%;
		float: left;
		margin: 1em 0 0 0;
		padding: 0.25em 1em 1em 1em;
	}
	

	.side-contact h3 {
		font-size: 0.95em;
	}
	
	.side-contact .freephone {
		font-size: 1em;
	}

	
	.offer-image {
		display: none;
	}
	
	.side-twitter iframe {
		width: 95% !important;
	}
	
	#above-footer-narrow {
		display: none;
	}
	
	#above-footer-wide {
		clear: both;
		float: left;
  		width: 94%;
  		margin-left:0.25em;
  		margin-right: 0.25em;
	}
	
	#footer-container {
  		margin-left:0.25em;
  		margin-right: 0.25em;
	}	
}



/* -----------------------------------
layout 1: proper narrow
----------------------------------- */
@media (min-width: 21em) and (max-width: 24.9em)
{
	
	
	#header-logo {}
	
	#header-dainton-links {
		display: none;
	}
	
	#header-removals {
		display: none;
	}
	
	
	#header-removals p {
		margin-top: 1.25em;
		font-size: 1em;
	}
	
	#header-dainton-text {
		display: none;
	}
	
	#header-dainton-group-logo {
		display: none;
	}

	
	#main-menu h2 {
		color: #fff; 
		font-size: 1.3em;
		margin: 0;
		font-weight: normal;
		text-align: left;
	}
	
	#mob-menu-h2 {
		padding-top: 5px;
		background-image: none;
	}
	
	#main-menu {
		margin: 1px 0 0 0;
		padding: 0 0 2px 0;
		background: #1c5ea0;
		text-align: left;
		clear: both;
		float: left;
		color: #fff; 
	}
	
	#main-menu ul {
		width: 100%;
		clear: both;
		float: left;
	}
	
	#main-menu ul li {
		display: block;
		float: none;
	}

	#mobile-contact-menu { 
		width: 100%;
		display: block;
		margin: -11px 0 0 0;
		padding: 0 0 2px 0;
		background: #048;
		text-align: left;
		clear: both;
		float: left;
		color: #fff; 	
		font-weight: bold;
		text-align: center;
	}
	
	#mobile-contact-menu p { 
		margin: 0;
		padding: 0;
	}
	
	.navheader {
		text-align: left;
	}
	
	.slide-trigger { 
		display: block; 
		margin: 0;		
		border: none;
	}

	.no-js .slide-trigger { 
		display: none; 
	}

	.no-js .list-nav { 
		display: block; 
	}

	.list-nav { 
		display: none; 
		margin: 0; 
		padding: 0;
	}	
	.list-nav  ul {
		margin:0;
		padding:0;
	}
	
	.list-nav  li { 
		padding:  0.25em 0 0.25em 0;
		margin: 0;
		border-top: 1px solid #ccc; 	
		width: 100%;
	}

	.list-nav li a { 
		width: 100%;
	}
	
	#main-menu ul li a:link, #main-menu ul li a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
		margin-left: 1em;
	}

	#main-menu ul li a:hover, #main-menu ul li a:active {
		color: #ccc;
		text-decoration: none;
		font-size: 0.9em;
	}

	#main-menu ul li.current_page_item a:link, #main-menu ul li.current_page_item a:visited, #main-menu ul li.current_page_item a:active, #main-menu ul li.current_page_item a:hover{
		color: #ccc;
	}
	
	#main-content-wide {              	
  		width: 88%;
  		margin-left:0.25em;
  		margin-right: 0.25em;
  	}
  
  	.testimonials-block {
  	  margin: 1em 1em 2em 1em;
  	  padding: 0em 0.1em 0.1em 0.5em;
  	  background-image: none;
  	}
  
  	.testimonials-block h3 {
  	  padding-left: 0;
  	  padding-right: 0;
  	  margin: 0;
  	  background-image: none;
  	}
  
  	.testimonials-block p {
  	  padding-left: 0;
  	  padding-right: 0; 
      	}
      	
  	img.main-image {
  		float: left;
  		clear: both;
  		width: 100%;
  		padding: 0;
  		margin: 0.25em 0 0 0;
  		text-align: left;
  	}

  	img.secondary-image {
  		display:none;
  	}


 	 #new-royalslider-1 {
 		/* ---- display: none; */
 	}

 	#homepage-intro-services {
 		clear: both;
 		max-width: 100%;
 		width: 100%;
 		padding-left: 0;
 	}
 	
 	#homepage-intro-contact {
 		clear: both;
 		max-width: 100%;
 		width: 100%;
 	}
	
 	#homepage-offer-rhs {
		display: none;
	}

	#royal-wrapper {
		float: none;
	}
	
 	#homepage-intro-contact #request {
 		clear: none;
 		float: left;
 		margin: 0 0 0 2em;
 	}
 	
 	#homepage-intro-contact #more-info{
 		float: left;
 		clear: none;
 	}	

	.cheap-removals-storage-offers img {
		display: none;
	}
	
       .cheap-removals-storage-offers ul li {
	      margin-left: 0.25em;
        }	
	
	#side-content {
		width: 92%;
		clear: both;
		float: left;	
  		margin-left:0.25em;
  		margin-right: 0.25em;	
  		padding: 0;
	}  

	.side-content-social-media {
		display: none;
	}
	
	.side-content-box {
		width: 96%;
		float: left;
		margin: 1em 0 0 0;
		padding: 0.25em 1em 1em 1em;
	}
	

	.side-contact h3 {
		font-size: 0.95em;
	}
	
	.side-contact .freephone {
		font-size: 1em;
	}

	
	.offer-image {
		display: none;
	}
	
	.side-twitter iframe {
		width: 95% !important;
	}
	
	#above-footer-narrow {
		display: none;
	}
	
	#above-footer-wide {
		clear: both;
		float: left;
  		width: 94%;
  		margin-left:0.25em;
  		margin-right: 0.25em;
	}
	
	#footer-container {
  		margin-left:0.25em;
  		margin-right: 0.25em;
	}	
}



/* -----------------------------------
layout 2: 25-45
----------------------------------- */
@media (min-width: 25em) and (max-width: 44.9em)
{

	#header-logo {}
	
	#header-dainton-links {
		display: none;
	}
	
	#header-removals {
		display: none;
	}
	
	
	#header-removals p {
		margin-top: 1.25em;
		font-size: 1em;
	}
	
	#header-dainton-text {
		display: none;
	}
	
	#header-dainton-group-logo {
		display: none;
	}
	
	#mainbody {
		margin-top: 0;
		padding-top: 0;
	}
	
	#main-menu h2 {
		color: #fff; 
		font-size: 1.3em;
		margin: 0;
		font-weight: normal;
		text-align: left;
	}
	
	#mob-menu-h2 {
		padding-top: 5px;
		background-image: none;
	}
	
	#main-menu {
		margin: 1px 0 0 0;
		padding: 0 0 2px 0;
		background: #1c5ea0;
		text-align: left;
		clear: both;
		float: left;
		color: #fff; 
	}
	
	#main-menu ul {
		width: 100%;
		clear: both;
		float: left;
	}
	
	#main-menu ul li {
		display: block;
		float: none;
	}

	#main-menu ul li.current_page_item a:link, #main-menu ul li.current_page_item a:visited, #main-menu ul li.current_page_item a:active, #main-menu ul li.current_page_item a:hover{
		color: #ccc;
	}

	#mobile-contact-menu { 
		width: 100%;
		display: block;
		margin: -11px 0 0 0;
		padding: 0 0 2px 0;
		background: #048;
		text-align: left;
		clear: both;
		float: left;
		color: #fff; 	
		font-weight: bold;
		text-align: center;
	}
	
	#mobile-contact-menu p { 
		margin: 0;
		padding: 0;
	}
	
	.navheader {
		text-align: left;
	}
	
	.slide-trigger { 
		display: block; 
		margin: 0;		
		border: none;
	}

	.no-js .slide-trigger { 
		display: none; 
	}

	.no-js .list-nav { 
		display: block; 
	}

	.list-nav { 
		display: none; 
		margin: 0; 
		padding: 0;
	}	
	.list-nav  ul {
		margin:0;
		padding:0;
	}
	
	.list-nav  li { 
		padding:  0.25em 0 0.25em 0;
		margin: 0;
		border-top: 1px solid #ccc; 	
		width: 100%;
	}

	.list-nav li a { 
		width: 100%;
	}
	
	#main-menu ul li a:link, #main-menu ul li a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
		margin-left: 1em;
	}

	#main-menu ul li a:hover, #main-menu ul li a:active {
		color: #ccc;
		text-decoration: none;
		font-size: 0.9em;
	}
		
	#main-content-wide {              	
  		width: 90%;
  		margin-left:0.25em;
  		margin-right: 0.25em;
  	}

	.testimonials-block {
	  margin: 1em 1em 2em 1em;
	  padding: 0em 0.1em 0.1em 0.5em;
	  background-image: none;
	}

	.testimonials-block h3 {
	  padding-left: 0;
	  padding-right: 0;
	  margin: 0;
	  background-image: none;
	}

	.testimonials-block p {
	  padding-left: 0;
	  padding-right: 0; 
      	}
    
  	img.main-image {
  		float: left;
  		clear: both;
  		padding: 0;
  		margin: 0.25em 0 0 0;
  		text-align: left;
		width: 50%;

  	}

  	img.secondary-image {
  		display:none;
  	}
  	
 	#homepage-intro-services {
 		clear: both;
 		max-width: 100%;
 		width: 100%;
 		padding-left: 0;
 	}
 	
 	#homepage-intro-contact {
 		clear: both;
 		max-width: 100%;
 		width: 100%;
 	}
	
 	#homepage-offer-rhs {
		display: none;
	}
 
 	#royal-wrapper {
 		float: none;
	}
	
 	#homepage-intro-contact #request {
 		clear: none;
 		float: left;
 		margin: 0 0 0 2em;
 	}
 	
 	#homepage-intro-contact #more-info{
 		float: left;
 		clear: none;
 	}
	
	.cheap-removals-storage-offers img {
		display: none;
	}
	
       .cheap-removals-storage-offers ul li {
	      margin-left: 0.25em;
        }	
	
	#side-content {
		width: 94%;
		clear: both;
		float: left;	
  		margin-left:0.25em;
  		margin-right: 0.25em;	
  		padding: 0;
	} 
	
	.side-content-social-media {
		display: none;
	}
	
	.side-content-box {
		width: 96%;
		float: left;
		margin: 1em 0 0 0;
		padding: 0.25em 1em 1em 1em;
	}
	

	.side-contact h3 {
		font-size: 0.95em;
	}
	
	.side-contact .freephone {
		font-size: 1em;
	}

	
	.offer-image {
		display: none;
	}
	
	.side-twitter iframe {
		width: 95% !important;
	}
	
	#above-footer-narrow {
		display: none;
	}
	
	#above-footer-wide {
		clear: both;
		float: left;
  		width: 94%;
  		margin-left:0.25em;
  		margin-right: 0.25em;
	}
	
	#footer-container {
  		margin-left:0.25em;
  		margin-right: 0.25em;
	}	
}



/* -----------------------------------
layout 3: 30-45
----------------------------------- */

@media (min-width: 30em) and (max-width: 44.9em)
{
	#header-logo {}

	#header-dainton-links {
		display: none;
	}
	
	#header-removals {
		width: 85%;
	}
	
	
	#header-removals p {
		margin-top: 1.25em;
		font-size: 1em;
	}
	
	#header-dainton-text {
		display: none;
	}
	
	#header-dainton-group-logo {
		display: none;
	}
	
	.side-content-social-media {
		display: none;
	}
	
	#mainbody {
		margin-top: 0;
		padding-top: 0;
	}
	
	#main-menu h2 {
		color: #fff; 
		font-size: 1.3em;
		margin: 0;
		font-weight: normal;
		text-align: left;
	}
	
	#mob-menu-h2 {
		padding-top: 5px;
		background-image: none;
	}
	
	#main-menu {
		margin: 1px 0 0 0;
		padding: 0 0 2px 0;
		background: #1c5ea0;
		text-align: left;
		clear: both;
		float: left;
		color: #fff; 
	}
	
	#main-menu ul {
		width: 100%;
		clear: both;
		float: left;
	}
	
	#main-menu ul li {
		display: block;
		float: none;
	}

	#main-menu ul li.current_page_item a:link, #main-menu ul li.current_page_item a:visited, #main-menu ul li.current_page_item a:active, #main-menu ul li.current_page_item a:hover{
		color: #ccc;
	}

	#mobile-contact-menu { 
		width: 100%;
		display: block;
		margin: -11px 0 0 0;
		padding: 0 0 2px 0;
		background: #048;
		text-align: left;
		clear: both;
		float: left;
		color: #fff; 	
		font-weight: bold;
	}
	
	#mobile-contact-menu p { 
		margin: 0 0 0 1em;
		padding: 0;
	}
	
	.navheader {
		text-align: left;
	}
	
	.slide-trigger { 
		display: block; 
		margin: 0;		
		border: none;
	}

	.no-js .slide-trigger { 
		display: none; 
	}

	.no-js .list-nav { 
		display: block; 
	}

	.list-nav { 
		display: none; 
		margin: 0; 
		padding: 0;
	}	
	.list-nav  ul {
		margin:0;
		padding:0;
	}
	
	.list-nav  li { 
		padding:  0.25em 0 0.25em 0;
		margin: 0;
		border-top: 1px solid #ccc; 	
		width: 100%;
	}

	.list-nav li a { 
		width: 100%;
	}
	
	#main-menu ul li a:link, #main-menu ul li a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
		margin-left: 1em;
	}

	#main-menu ul li a:hover, #main-menu ul li a:active {
		color: #ccc;
		text-decoration: none;
		font-size: 0.9em;
	}
	
	#main-content-wide {              	
  		width: 92%;
  		margin-left:0.25em;
  		margin-right: 0.25em;
  	}
 
      .testimonials-block {
        margin: 1em 1em 2em 1em;
        padding: 0em 0.1em 0.1em 0.5em;
        background-image: none;
      }
 
      .testimonials-block h3 {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        background-image: none;
      }
 
      .testimonials-block p {
        padding-left: 0;
        padding-right: 0; 
    }
    
	.cheap-removals-storage-offers img {
		display: none;
	}
	
       .cheap-removals-storage-offers ul li {
	      margin-left: 0.5em;
        }	

	#homepage-intro-services {
		float: left;
		width: 100%;
		max-width: 100%;
	}
	
	#homepage-slideshow {
		clear: both;
		float: left;
		padding-left: 0;
		padding-right: 30px;
	}
	
	#homepage-intro-contact {
		float: left;
		clear: both;
	}
	
 	#homepage-offer-rhs {
		display: none;
	}

	#royal-wrapper {
		float: none;
	}
	
 	#homepage-intro-contact #request {
 		clear: none;
 		float: left;
 		margin: 0 0 0 2em;
 	}
 	
 	#homepage-intro-contact #more-info{
 		float: left;
 		clear: none;
 	}
 	
	#side-content {
		width: 96%;
		clear: both;
		float: left;	
  		margin-left:0.25em;
  		margin-right: 0.25em;	
  		padding: 0;
	}  

	.side-content-social-media {
		display: none;
	}
	
	.side-content-box {
		width: 96%;
		float: left;
		margin: 1em 0 0 0;
		padding: 0.25em 1em 1em 1em;
	}
	

	.side-contact h3 {
		font-size: 0.95em;
	}
	
	.side-contact .freephone {
		font-size: 1em;
	}

	
	.offer-image {
		display: none;
	}
	
	.side-twitter iframe {
		width: 95% !important;
	}
	
	#above-footer-narrow {
		display: none;
	}
	
	#above-footer-wide {
		clear: both;
		float: left;
  		width: 94%;
  		margin-left:0.25em;
  		margin-right: 0.25em;
	}
	
	#footer-container {
  		margin-left:0.25em;
  		margin-right: 0.25em;
	}	
	
}


/* -----------------------------------
layout 3.1: 30-45 adjustment for header
----------------------------------- */

@media (min-width: 42em) and (max-width: 44.9em)
{
	#header-logo {}
	
	#header-dainton-links {
		display: block;
	}

	#header-removals {
		display: block;
	}
	
	#header-removals p {
		margin-top: 0.25em;
		font-size: 0.8em;
	}
		
	#header-dainton-group-logo {
		display: block;
		margin-top: 0.5em;
	}

	.side-content-social-media {
		display: none;
	}
	
	#mainbody {
		margin-top: 0;
		padding-top: 0;
	}
	
	#main-menu h2 {
		color: #fff; 
		font-size: 1.3em;
		margin: 0;
		font-weight: normal;
		text-align: left;
	}
	
	#mob-menu-h2 {
		padding-top: 5px;
		background-image: none;
	}
	
	#main-menu {
		margin: 1px 0 0 0;
		padding: 0 0 2px 0;
		background: #1c5ea0;
		text-align: left;
		clear: both;
		float: left;
		color: #fff; 
	}
	
	#main-menu ul {
		width: 100%;
		clear: both;
		float: left;
	}
	
	#main-menu ul li {
		display: block;
		float: none;
	}

	#main-menu ul li.current_page_item a:link, #main-menu ul li.current_page_item a:visited, #main-menu ul li.current_page_item a:active, #main-menu ul li.current_page_item a:hover{
		color: #ccc;
	}
	
	.navheader {
		text-align: left;
	}
	
	.slide-trigger { 
		display: block; 
		margin: 0;		
		border: none;
	}

	.no-js .slide-trigger { 
		display: none; 
	}

	.no-js .list-nav { 
		display: block; 
	}

	.list-nav { 
		display: none; 
		margin: 0; 
		padding: 0;
	}	
	.list-nav  ul {
		margin:0;
		padding:0;
	}
	
	.list-nav  li { 
		padding:  0.25em 0 0.25em 0;
		margin: 0;
		border-top: 1px solid #ccc; 	
		width: 100%;
	}

	.list-nav li a { 
		width: 100%;
	}
	
	#main-menu ul li a:link, #main-menu ul li a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
		margin-left: 1em;
	}

	#main-menu ul li a:hover, #main-menu ul li a:active {
		color: #ccc;
		text-decoration: none;
		font-size: 0.9em;
	}	
	
	#main-content-wide {              	
  		width: 94%;
  		margin-left:0.25em;
  		margin-right: 0.25em;
  	}

       .testimonials-block {
	 margin: 1em 1em 2em 1em;
	 padding: 0em 0.1em 0.1em 0.5em;
	 background-image: none;
       }

       .testimonials-block h3 {
	 padding-left: 0;
	 padding-right: 0;
	 margin: 0;
	 background-image: none;
       }

       .testimonials-block p {
	 padding-left: 0;
	 padding-right: 0; 
      }
  	
 	.cheap-removals-storage-offers img {
		display: none;
	}
	
       .cheap-removals-storage-offers ul li {
	      margin-left: 0.5em;
        }	
        
	#homepage-intro-services {
		float: left;
		width: 100%;
		max-width: 100%;
	}
 	
 	#homepage-intro-contact {
 		clear: both;
 		max-width: 100%;
 		width: 100%;
 	}	
 	
 	#homepage-offer-rhs {
		display: none;
	}

	#royal-wrapper {
		float: none;
	}	
 	
 	#homepage-intro-contact #request {
 		clear: none;
 		float: left;
 		margin: 0 0 0 2em;
 	}
 	
 	#homepage-intro-contact #more-info{
 		float: left;
 		clear: none;
 	}
 	
	#homepage-slideshow {
		clear: both;
		float: left;
		max-width: 390px;
		padding-left: 0;
		padding-right: 30px;
	}
	
	#side-content {
		width: 98%;
		clear: both;
		float: left;	
  		margin-left:0.25em;
  		margin-right: 0.25em;	
  		padding: 0;
	}  	
}

/* -----------------------------------
layout 4: 45-65
----------------------------------- */
@media (min-width: 45em) and (max-width: 54.2em)
{
	#header-logo {}
	
	#header-removals p {
		font-size: 1.0em;
	}
	
	#header-dainton-text p {
		padding-top: 0.5em;
		font-size: 0.7em;
	}
	
	#mainbody {
		margin-top: 0;
		padding-top: 0;
	}
	
	#main-menu h2 {
		color: #fff; 
		font-size: 1.3em;
		margin: 0;
		font-weight: normal;
		text-align: left;
	}
	
	#mob-menu-h2 {
		padding-top: 5px;
		background-image: none;
	}
	
	#main-menu {
		margin: -10px 0 0 0;
		padding: 0 0 2px 0;
		background: #1c5ea0;
		text-align: left;
		clear: both;
		float: left;
		color: #fff; 
	}
	
	#main-menu ul {
		width: 100%;
		clear: both;
		float: left;
	}
	
	#main-menu ul li {
		display: block;
		float: none;
	}
	
	#main-menu ul li.current_page_item a:link, #main-menu ul li.current_page_item a:visited, #main-menu ul li.current_page_item a:active, #main-menu ul li.current_page_item a:hover{
		color: #ccc;
	}
	
	.navheader {
		text-align: left;
	}
	
	.slide-trigger { 
		display: block; 
		margin: 0;		
		border: none;
	}

	.no-js .slide-trigger { 
		display: none; 
	}

	.no-js .list-nav { 
		display: block; 
	}

	.list-nav { 
		display: none; 
		margin: 0; 
		padding: 0;
	}	
	.list-nav  ul {
		margin:0;
		padding:0;
	}
	
	.list-nav  li { 
		padding:  0.25em 0 0.25em 0;
		margin: 0;
		border-top: 1px solid #ccc; 	
		width: 100%;
	}

	.list-nav li a { 
		width: 100%;
	}
	
	#main-menu ul li a:link, #main-menu ul li a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
		margin-left: 1em;
	}

	#main-menu ul li a:hover, #main-menu ul li a:active {
		color: #ccc;
		text-decoration: none;
		font-size: 0.9em;
	}
	
	
	#main-content-wide {              	
  		width: 94%;
  		margin-left:0.25em;
  		margin-right: 0.25em;
  	}	
 
     .testimonials-block {
       margin: 1em 1em 2em 1em;
       padding: 0em 0.1em 0.1em 0.5em;
       background-image: none;
     }

     .testimonials-block h3 {
       padding-left: 0;
       padding-right: 0;
       margin: 0;
       background-image: none;
     }

     .testimonials-block p {
       padding-left: 0;
       padding-right: 0; 
    }
 
 	#side-content {
		width: 98%;
		clear: both;
		float: left;	
  		margin-left:0.25em;
  		margin-right: 0.25em;	
  		padding: 0;
	}
	
	.side-content-social-media {
		display: none;
	}
	
	.side-content-box {
		width: 96%;
		float: left;
		margin: 1em 0 0 0;
		padding: 0.25em 1em 1em 1em;
	}
	.side-contact h3 {
		font-size: 0.95em;
	}
	
	.side-contact .freephone {
		font-size: 1em;
	}

	
	.offer-image {
		display: none;
	}
	
	.cheap-removals-storage-offers img {
		display: none;
	}
	
       .cheap-removals-storage-offers ul li {
	      margin-left: 0.5em;
        }	

	.side-twitter iframe {
		width: 95% !important;
	}

	#homepage-intro-services {
		float: left;
		width: 100%;
		max-width: 100%;
	}
	
	#homepage-slideshow {
		clear: both;
		float: left !important;
		max-width: 390px !important;
		padding-left: 0;
		padding-right: 30px;
	}
	
	#homepage-intro-contact {
		clear: none;	
		float: left;
		width: 100%;
		max-width: 100%;
	}
	
	 #homepage-offer-rhs {
		display: none;
	}
	
	#royal-wrapper {
		float: none;
	}
	
	
	
	#above-footer-narrow {
		display: none;
	}
	
	#above-footer-wide {
		clear: both;
		float: left;
  		width: 94%;
  		margin-left:0.25em;
  		margin-right: 0.25em;
	}
	
	#footer-container {
  		margin-left:0.25em;
  	}
  	

  		
}


/* -----------------------------------
layout 4.1: 45-65
----------------------------------- */
@media (min-width: 45em) and (max-width: 64.9em)
{
	#header {}
	
	.side-content-social-media {
		display: none;
	}
	
	
	#main-menu {
		text-align: left;
		clear: both;
		float: left;
		color: #fff; 
	}
	
	.cheap-removals-storage-offers {
		min-height: 290px;
	}

	#homepage-intro-services {
		float: left;
	}
	
	#homepage-slideshow {
		float: right;
		max-width: 290px;
		padding-left: 5px;
	}	
	
	#homepage-intro-contact {
		float: left;
	}	

	#more-info, #request {
		display: none;
	}	

	#homepage-offer-rhs {
		width: 140px;
		background: #fff;
	}	
}


/* -----------------------------------
layout 5: 65+
------------------------------------*/
@media (min-width: 65em)
{
	#header {}

	.cheap-removals-storage-offers {
		min-height: 290px;
	}	
	
	#more-info, #request {
		display: none;
	}
}

