@charset "utf-8";
/******************************************************************************
 * /style/website-style.css
 *
 *
 * Site CSS definitions
 *****************************************************************************/
/****************
reset the css styels
****************/
@import url(reset.css);

/****************
import the component styles
****************/
@import url(components.css);

/****************
import the template styles
****************/
@import url(templates.css);
/*************************
General Styles
**************************/
html {
	height: 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight:400;
    color: #303030;
	height:100%;
}
a,
a:link,
a:visited,
a:active {
	color: #4162b1;
	text-decoration: underline;
}
a:hover {
	color: #4162b1;
}
p {
	padding-bottom: 8px;
	overflow: visible;
    margin-bottom: 25px;
    line-height: 22px;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #c0c0c0;
	color: #c0c0c0;
	width: 100%;
	margin: 3px 0px 10px 0px;
}
img { border: 0; }

h1, h2, h3, h4{
    line-height:normal;
	display:block;
}

h1 {
	font-size: 30px;
	color: #a32135;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 12px;
}
h2 {
	font-size: 22px;
	color: #143584;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 12px;
}
h3 {
	font-size: 20px;
	color: #143584;
    margin-bottom: 12px;
}
h4 {
	font-size: 18px;
	color: #143584;
    margin-bottom: 12px;
}
h5 {
    font-size: 15px;
    font-weight:400;
    color: #303030;
    margin-bottom: 12px;
}
ul{
    padding-left: 25px;
}

li{
    margin-bottom: 8px;
    list-style-position: outside;
}

fieldset {
    padding: 5px 15px;
    margin-bottom: 20px;
    border: 1px solid #c0cdd4;
}
legend {
    padding: 0 3px 5px;
}
.clear {
    clear: both;
}

/*************************
General Layout
**************************/
#container, header, nav, #body, footer {
    width: 100%;
	margin:0 auto;
}

nav{
    text-transform: uppercase;
}

.wrapper {
    width: 963px;
    margin: 0 auto;
	position:relative;
}

#content{
	padding: 0;
}
#container{
	min-height:100%;
	position:relative;
}
#content_holder{
	padding:10px;
	padding-bottom:120px; /* must be height of the footer element */
}
#content{
	min-height: 160px;
    padding: 25px 0 160px;
    width: 100%;
}

/*************************
Header Component
**************************/
header{

	height:80px;
}

#logo {
	background:url(/images/EarlybirdRemovals_Logo.png) top left no-repeat;
	background-size: contain;
    height: 88px;
    max-width: 90%;
    position: relative;
    top: 13px;
    width: 250px;
	left:5%;
    display: inline-block;
    margin-right: 50px;
}
#logo a{
    display: block;
    width: 100%;
    height: 100%;
}

#social_media_bar{
    display: inline-block;
    margin-top: 33px;
    float: right;
}

#facebook_icon{
    background-image: url('/images/EarlybirdRemovals_SocialMedia_Facebook.jpg');
    height: 32px;
    width: 39px;
    display: inline-block;
    background-position: 0 0;
    margin-right: 2px;
    vertical-align: top;
}

#linkedin_icon{
    background-image: url('/images/EarlybirdRemovals_SocialMedia_LinkedIn.jpg');
    height: 32px;
    width: 39px;
    display: inline-block;
    background-position: 0 0;
    margin-right: 7px;
    vertical-align: top;
}

#telephone_icon{
	font-weight: bold;
    background-image: url('/images/EarlybirdRemovals_PhoneIcon.png');
    height: 28px;
    padding-left: 30px;
    display: inline-block;
    background-position: 0 0;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    text-decoration: none;
    padding-top: 6px;
    vertical-align: top;
    color: #a32135 !important;
}


#facebook_icon:hover,
#linkedin_icon:hover {
    background-position: 0 32px;
}

/*************************
Navigation
**************************/
#menu {
    background: none;
    margin-left: 345px;
    width: 640px;
}
#menu ul, #menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu li {
	font-size: 13px;
}
#menu li a:hover {
	color: #a32135;
}
#menu li:hover {
	border-bottom: 1px solid #a32135;
}
#menu li.active {
	border-bottom: 1px solid #a32135;
}
#menu li.active > a{
	color: #a32135;
}
#menu > ul {
    width: 100%;
    height: 100%;
}
#menu > ul > li {
    display: inline-block;
    position: relative;

}
#menu > ul > li > a {
    display: inline-block;
    padding: 4px 10px;
    color: #303030;
	text-decoration: none;
}
#menu > ul > li > ul {
    display: none;
    background: #DBDBDB;
    position: absolute;
    top: 100%;
    left: 0;
	z-index:10;
}
#menu ul ul > li > a {
    text-indent: 0px;
	font-size: 13px;
	color: #303030;
	text-decoration: none;
	width: 164px;					/* IMPORTANT: Resize drop down menu width */
	/*height: 12px;*/
	border-bottom: 1px dotted #666;
	padding: 10px 10px 10px 15px;
	display: block;
}

/*************************
Responsive Menu
**************************/

#responsive_menu {
    height:100%;
	width: 100%;
	position:absolute;
    top: -42px;
}

a#navigation_but {
    display: block;
    height: 24px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 6px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
}

a#navigation_but img{
	vertical-align:middle;
	margin-right:14px;
}

div#responsive_menu_list{
	position:relative;
	z-index:2000;
	background-color:#292929;
    top: 18px;
}

#responsive_menu_list ul, #responsive_menu li{
	list-style: none;
    padding: 0;
    margin: 0;
}

#responsive_menu_list li {
	font-size: 13px;
	line-height:38px;
}

#responsive_menu_list > ul > li{
	border-bottom:thin solid #383838;
}

#responsive_menu_list li span.show_children{
	display:inline-block;
	cursor:pointer;
	background:url(images/responsive_submenu_arrow.png) 50% 50% no-repeat;
	width:25px;
	height:29px;
	float:right;
}

#responsive_menu_list  ul  li  a {
    color: #ffffff;
	text-decoration: none;
	padding-left: 13px;
    display: block;
}

#responsive_menu_list  ul  li:hover,
#responsive_menu_list  ul  li.active{
	background-color:#a22135;
}

#responsive_menu_list  ul  li.active > a{
	background-color:#a22135;
    background-image: url(/images/EarlybirdRemovals_Responsive_NavigationDownArrow.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

#responsive_menu_list  ul  li > a:hover{
	color:#ffffff;
}

#responsive_menu_list > ul {
    width: 100%;
    height: 100%;
}

#responsive_menu_list > ul > li.has_children {
	background-color:#414a51;
}

#responsive_menu_list ul li ul{
	padding-left:13px;
}

#responsive_menu_list ul li ul li{
	border-top:thin solid #aeaeae;
}


/*************************
Body Component
**************************/



#top_banner{
    background-image: url('/images/EarlybirdRemovals_ImageBanner_InsidePages.jpg');
    height: 221px;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    margin-top: 15px;
    border-bottom: 13px solid #143584;
}
.home_page #top_banner{
    background-image: url('/images/EarlybirdRemovals_ImageBanner.jpg');
    border-bottom: 0;
}


#home_page_middle_content{
    background-color: #143584;
}

form#get_quote{
    width: 450px;
    display: inline-block;
    border-right: 1px solid #284792;
    margin: 20px 0;
}

form#get_quote input,
form#get_quote select,
form#get_quote textarea{
    border: 0;
    height: 30px;
    width: 190px;
    padding: 0 10px;
    margin: 6px 6px 6px 0px;
    font-size: 14px;
    color: #143584;
}

#need_a_quote_text{
    width: 250px;
    color: #ffffff;
    background-image: url('/images/EarlybirdRemovals_NeedQuote_Icon.png');
    height: 35px;
    padding-left: 45px;
    display: inline-block;
    background-position: 0 0;
    background-size: 33px 35px;
    background-repeat: no-repeat;
    font-size: 26px;
    vertical-align: top;
}

form#get_quote textarea::-webkit-input-placeholder,
form#get_quote input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #143584;
}
form#get_quote textarea:-moz-placeholder,
form#get_quote input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #143584;
   opacity:  1;
}
form#get_quote textarea::-moz-placeholder,
form#get_quote input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #143584;
   opacity:  1;
}
form#get_quote textarea:-ms-input-placeholder,
form#get_quote input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #143584;
}
form#get_quote textarea.placeholder,
form#get_quote input.placeholder {
	color:    #143584;
}

form#get_quote input[name="date_required"] {
    background-image: url('/images/EarlybirdRemovals_Form_CalendarIcon.png');
    padding-right: 38px;
    background-position: 180px 3px;
    background-size: 23px 23px;
    background-repeat: no-repeat;
    width: 162px;
}
form#get_quote label{
    color: #ffffff;
    margin: 6px 6px 6px 0px;
}
form#get_quote label.error{
    color: red;
}
form#get_quote input[type="radio"] {
    height: 12px;
    width: 12px;
    margin: 6px 2px 6px 0px;
}
form#get_quote select#move_size {
    width: 210px;
}
form#get_quote textarea#details {
    padding: 7px 13px;
    max-width: 403px;
    width: 403px;
    height: 52px;
}
form#get_quote button {
    background-image: url('/images/EarlybirdRemovals_Buttons_BackgroundImage.png');
    background-color: transparent;
    border: 0;
    color: #ffffff;
    width: 139px;
    height: 38px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 14px;
}

#book_your_removal{
    display: inline-block;
    width: 260px;
    border-right: 1px solid #284792;
    margin: 20px 0;
    height: 322px;
}

#book_your_removal .title,
#small_to_large_moves .title{
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    margin-top: 30px;
}
#book_your_removal .text{
    font-size: 15px;
    color: #6f8dd6;
    text-align: center;
    margin: 5px 0;
}
#book_your_removal a{
    background-image: url('/images/EarlybirdRemovals_Buttons_BackgroundImage.png');
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #ffffff !important;
    display: inline-block;
    width: 67px;
    padding: 10px 35px;
    margin-left: 62px;
    margin-top: 10px;
    font-size: 14px;
}

#book_your_removal img{
    display: inline-block;
    margin-left: 75px;
    margin-top: 35px;
}

#small_to_large_moves{
    display: inline-block;
    width: 240px;
    margin: 20px 0;
}
#small_to_large_moves img{
    display: inline-block;
    margin-left: 55px;
    margin-top: 10px;
}

.bookings_page #content{
	padding-bottom: 10px;
}
.bookings_page #home_page_middle_content{
	padding-bottom: 160px;
}

.bookings_page #home_page_middle_content .wrapper{
    padding-top: 10px;
	color: #ffffff;
}

.bookings_page #home_page_middle_content .errorbox{
    color: red;
}
.home_page #home_page_middle_content .errorbox
{
    color: red;	
    padding-top: 5px;	
}
#home_page_middle_content .feedbackbox{
	color: #ffffff;
	padding-top:5px;
}
#home_page_middle_content .feedbackbox p{
    margin-bottom: 0;
    line-height: 10px;
    padding: 5px;
}



/*************************
Footer component
**************************/
footer {
    background: url(/images/EarlybirdRemovals_Footer_ImageBanner.jpg) top center repeat;
    height: 157px;
    position: absolute;
    bottom: 0;
    left: 0;
}
footer .wrapper {
    margin-top: 60px;
}
footer a,
footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
    border-left: 1px solid #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
	color: #ffffff;
	margin-top: 15px;
	padding: 0 12px;
	display: inline-block;
}
footer a:first-child,
footer a.contact_point {
	border-left: 0;
}
footer a.contact_point {
	padding-right: 8px;
    color: #e77972;
}

footer .left_side {
    display: inline-block;
    width: 65%;
    margin-top: 30px;
}
footer .right_side {
    display: inline-block;
    float: right;
}


/*************************
Contact Page
**************************/
div#contact_content{
	float:left;
	width:45%;
}

div#contact_map{
	float:right;
	width:50%
}

form#contact .left_side,
form#contact .right_side{
    display: inline-block;
    width: 360px;
}
form#contact .right_side{
    margin-left: 85px;
}
form#contact input#postcode{
    width: 90px;
}
form#contact textarea#details{
    width: 350px;
    max-width: 350px;
}
form#contact .submit_button_wrapper{
    text-align: right;
}
form#contact .submit_button_wrapper .button{
    background-image: url('/images/EarlybirdRemovals_Buttons_BackgroundImage.png');
    background-color: transparent;
    border: 0;
    color: #ffffff;
    width: 139px;
    height: 38px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 14px;
}

/****************
pagination
****************/
div.pagination_holder{
  text-align:right;
}

/****************
icons
****************/
span.pdf_icon{
  background: url(/images/pdf.png) 0 50% no-repeat;
  padding-left: 20px;
}




