.pull-right{
	display: none;}

body{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	/*font-family: 'Roboto', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

.hidden{
display: none !important;
}

.slicknav_menu .hidden{
display: block !important;
}
/* FONTS */

.center{
	text-align: center;
}

p{
    font-weight: 400;
    font-size: 20px;
    /*color: #6a6a6a;*/
    color: #252525;
    line-height: 25px;
}

p a{
    color: #27205B;
}

.content ul{
	font-weight: 300;
	font-size: 17px;
	color: #27205b;
	line-height: 24px;
}	

.content ul li a{
	color: #27205b;
}	

.content p a{
	text-decoration: none;
	color: #27205B;
	-webkit-transition: .2s;
    transition: .2s;
}
	
.content p a:hover{
	color: #3030ff;
}

.centered{
	text-align: center;
	display: inline-block;
	max-width: 800px;
}

p.large{
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
}

h1{
	font-size: 40px;
	color: #27205b;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
}

h2{
	font-size: 30px;
	font-weight: 600;
	color: #27205b;
	margin-bottom: 10px;
	
}



h3{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	padding: 0px;
}


a.link{
	color: #1b2530;
	line-height: 25px;
	text-decoration: underline;
}

a.link:hover{
	text-decoration: underline;
}

a.txt-link{
	/*color: #afca0b;*/
	color: #27205b;
	text-decoration: none;
}

a.txt-link:hover{
	text-decoration: underline;
}

span.txt-italic{
	font-style: italic;
}

ul.packing-list{
	float: left;
	width: 50%;
	padding: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #fff;
	font-weight: 400;
	font-size: 18px;
	color: #6a6a6a;
	line-height: 25px;
list-style: none;
}

ul.packing-list li{
	float: left;
	width: 100%;

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left: 35px;
    margin: 0px;
	margin-bottom: 20px;
	background-image: url(../images/icons/tick2.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: top 8px left;
}
	
	

#col-right ul{
	font-weight: 400;
	font-size: 18px;
	color: #00313C;
	line-height: 24px;
}

span.caption{
	display: block;
	width: 100%;
	padding-left: 15px;
	font-weight: 400;
	font-size: 11px;
	color: #efff96;
	line-height: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

p.no-space{
	font-weight: 400;
	font-size: 14px;
	color: #b5c4ca;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

.block-white h2{
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	margin-top: 0px;
	text-transform: uppercase;
}

.block-white p{
	text-align: center;
	margin-top: 0px;
}

.link-fw{
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	padding: 10px; 
	background-color: #000;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	-webkit-transition: .2s;
    transition: .2s;
}

.link-fw:hover{
	background-color: #222222;
}

/* LOGIN PAGE */

body.login-page{
	float: left;
	width: 100%;
	background-color: #1b2530;
}

#login-container{
	width: 300px;
	height: 300px;
	position: fixed;
  	top: 25%;
  	left: 50%;
 	transform: translate(-50%, -50%);
}

.login-box{
	width: 100%;
	text-align: center;
}

.login-box p{
	font-size: 16px;
	font-weight: 800;
	color: #fff;
}

.login-box label{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.login-box fieldset{
	float: left;
	margin-top: 25px;
	width: 100%;
	padding: 10px;
	background-color: #354453;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.login-box fieldset input{
	padding: 5px;
	background-color: #1b2530;
	border: 1px solid #111a23;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	-webkit-transition: .2s;
    transition: .2s;
	font-size: 15px;
	font-weight: 400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.login-box fieldset input:hover{
	background-color: #111a23;
}

.login-box fieldset input:focus{
	background-color: #111a23;
}

.login-box fieldset .button{
	cursor: pointer;
	font-size: 15px;
	font-weight: 800;
	color: #000;
	text-shadow: rgba(255, 255, 255, .8)1px 1px 1px;
	background-color: #99d420;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	min-width: 100px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	text-align: center;}

.login-box fieldset .button:hover{
	background-color: #7aac0f;}

/* MAIN HEADINGS */

.page-header{
	float: left;
	width: 100%;
	margin-top: 140px;
	padding-bottom: 50px;
	padding-top: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
	background-color: #ededed;
    border-bottom: 1px solid #d7d7d7;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header-background{
	position: relative;
    min-height: 425px;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 100px;
	/*background-attachment: fixed;*/
    background-position: center bottom;
	background-size: cover;
	    border-bottom: none;
	overflow: hidden;
    border-bottom: 5px solid #71CBF4;
}

.short-banner{
   min-height: 225px;
} 

.full-height-banner-title{
	padding-top: 150px;
}

/*
.header-background::after { 
  content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-image: url(../images/banner-arrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
*/

.page-header h1{
	font-weight: 800;
	text-align: left;
	margin-bottom: 0px;
	color: #000;
}

.header-background h1{
	display: inline-block;
	color: #fff;
	font-size: 50px;
	text-align: center;
	
}

.header-background p{
	color: #fff;
	font-size: 25px;
}

.page-header p{
	display: inline-block;
	max-width: 700px;
	font-size: 25px;
	line-height: 30px;
}

.page-header img{
	float: left;
	width: 80px;
	margin-right: 20px;
    margin-top: -10px;
}

.page-header ul{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: 300;
	list-style: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.page-header ul li{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/icons/tick-blue.png);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center left;
}


.item-page-removals .page-header{
	background-image: url(/images/homepage/1.png);
}

.item-page-removals .page-header h1{
	font-size: 45px;
	color: #fff;
	margin-top: 10px;
	padding-left: 25px;
}



.item-page-removals .page-header p{
	color: #fff;
}

.page-header .btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
}

.page-header .btn:hover {
    background-color: #27205b;
    border: 1px solid #27205b;
    color: #fff;
}

.bronze-header{
	background-color: #c39149;
}

.bronze-header h1{
	color: #000;
}

.silver-header{
	background-color: #c8c8c8;
}

.silver-header h1{
	color: #000;
}

.gold-header{
	background-color: #FFCC33;
}

.gold-header h1{
	color: #000;
}
	
/* CONTENT CONTAINERS */

#wrapper{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#content_container_inner{
	float: left;
	width: 100%;
}

.content{
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* HEADER */

.header{
	float: left;
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #fff;
}

#header-top{
	float: left;
	width: 100%;
	/*background-color: #71CBF4;*/
	background-color: #27205B;
    border-bottom: 2px solid #71cbf4;
}

#header-bottom{
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-transition: .2s;
    transition: .2s;
}

#logo-container{
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
}

#logo{
	float: left;
	-webkit-transition: .2s;
    transition: .2s;
}

#logo img{
	float: left;
	width: 100%;
    max-width: 350px;
	-webkit-transition: .2s;
    transition: .2s;
}

#logo a{
    float: left;
}

#header-bar-logo{
	float: right;
}

#header-bar-logo img{
	width: 100%;
	max-width: 250px;
}

.header-box{
	float: right;
}

.header-btn{
	float: right;
	 padding: 8px;
	padding-left: 40px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
	background-image: url(../images/quote3.png);
	background-repeat: no-repeat;
	background-position:  10px 8px;
	background-size: 20px;
	margin-left: 5px;
    opacity: 1;

}

.header-btn:hover{
    opacity: 1;
    background-color: #71cbf4;

}

.btn-video{
	background-image: url(../images/video2.png);
	background-repeat: no-repeat;
}

.btn-client{
	background-image: url(../images/quote2.png);
	background-repeat: no-repeat;
}

.header-link{
	float: right;
	 padding: 7px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
    opacity: 1;
}

.header-link:hover{
    text-decoration: underline;
}

.header-box-phone{
	float: left;
}

span.header-phone{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-size: 20px;
    color: #fff;
	font-weight: 500;
	background-image: url(../images/phone2.png);
	background-repeat: no-repeat;
	background-position:  left 8px;
	background-size: 20px;
}

span.header-phone span{
	font-size: 16px;
}

span.header-phone strong{
    color: #fff;
}

span.header-phone a{
    color: #fff;
	text-decoration: none;
}

/* SHRINK */

.shrink{
	border-bottom: 1px solid #dbdbdb;
}

.shrink #header-bottom{ 
    padding-top: 15px;
    padding-bottom: 15px;
}


.shrink #logo img{
    width: 100%;
    max-width: 350px;
}

.shrink #sub{
	margin-top: -36px;
}

.shrink #menu{
	padding-top: 10px;
}


/* BOXES */

.box1{
	position: relative;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	z-index: 9;
}

.box2{
	position: relative;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	z-index: 9;
}

.moving-day .box2{
	min-height:367px;
	padding: 15px;
}

.box-right{
	float: right;
}

.moving-day .box2 img{
	float: left;
	width: 100%;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box5{
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.boxpad{
	padding: 50px;
	padding-top: 100px;
}

.textcenter{
	text-align: center;
}

.textcenter p{
	display: inline-block;
	max-width: 1000px;
}


/* MENU */


#menu {
	float: right;
    position: relative;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    transition: .3s;
}


.item-109 a{
	background-image: url(../images/silver.png);
	background-repeat: no-repeat;
	background-position: left 5px center;	
	background-size: 10px;
	padding-left: 20px !important;
}

.itemid109 a{
	background-image: url(../images/silver.png)!important;
	background-repeat: no-repeat!important;
	background-position: left 5px center!important;	
	background-size: 10px!important;
	padding-left: 20px !important;
}

.item-110 a{
	background-image: url(../images/gold.png);
	background-repeat: no-repeat;
	background-position: left 5px center;	
	background-size: 10px;
	padding-left: 20px !important;
}

.itemid110 a{
	background-image: url(../images/gold.png)!important;
	background-repeat: no-repeat!important;
	background-position: left 5px center!important;
	background-size: 10px!important;
	padding-left: 20px !important;
}

.item-111 a{
	background-image: url(../images/platinum.png);
	background-repeat: no-repeat;
	background-position: left 5px center;	
	background-size: 10px;
	padding-left: 20px !important;
}

.item-126 a{
	background-image: url(../images/external-link.png);
	background-repeat: no-repeat;
	background-position: left 5px center;	
	background-size: 10px;
	padding-left: 20px !important;
}

.item-119 a{
	background-image: url(../images/platinum.png);
	background-repeat: no-repeat;
	background-position: left 5px center;	
	background-size: 10px;
	padding-left: 20px !important;
}

/*.itemid119 a{
	background-image: url(../images/platinum.png)!important;
	background-repeat: no-repeat!important;
	background-position: left 5px center!important;	
	background-size: 10px!important;
	padding-left: 20px !important;
}*/



.bronze-menu-item{
	border-left: 15px solid #c39149 !important;
	border-bottom: 1px solid #cfcff9 !important;
	color: #27205b !important;
}

.silver-menu-item{
	border-left: 15px solid #c8c8c8 !important;
	border-bottom: 1px solid #cfcff9 !important;
	color: #27205b !important;
}

.gold-menu-item{
	border-left: 15px solid #FFCC33 !important;
	color: #27205b !important;
}

.european-menu-item{
	border-left: 15px solid #dcdcff !important;
	color: #27205b !important;
}


/* FOOTER */

#footer-container{
	float: left;
	width: 100%;
	background: #010066;
}

#footer{
	float: left;
	position: relative;
	width: 100%;

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	z-index: 2;
}

#footer h4{
	font-size: 20px;
	color: #27205b;
	text-transform: uppercase;
}



#footer span strong{
	line-height: 30px;	
}

#footer-top{
    position: relative;
	float: left;
	width: 100%;
	padding: 50px;
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    background: linear-gradient(120deg, rgba(39, 32, 91, 1) 40%, rgba(113, 203, 244, 1) 100%);
    border-top: 2px solid #27205B;
    border-bottom: 2px solid #27205B;
    z-index: 9999;
}

.award-badge{
    position: absolute;
    right: 25px;
    top: -25px;
    max-width: 300px;
    z-index: 99999;
}

#footer-top span{
    float: left;
	color: #71cbf4;
	font-size: 25px;
	font-weight: 500;
	/*display: inline-block;
	width: 100%;
	text-align: center;*/
}

/*#footer-top a{
	color: #fff !important;
	text-decoration: none;
}*/

#footer-top span strong{
	text-decoration: underline;
}


#footer-top a.btn{
    float: right;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#footer-top a.btn:hover{
    background-color: #71cbf4;
    color: #fff;
}



.accreditations{
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

.accreditations img{
	display: inline-block;
	max-width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.accreditations p{
    font-weight: 600;
}

.accreditations .container{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.fo{
	display: inline-block;
	max-width: 200px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: middle;
}

.tfo{
	display: inline-block;
	max-width: 220px;
	margin-bottom: 15px;
	vertical-align: middle;
}

.tfo img{
	margin-bottom: 0px;
    max-width: 180px;
    margin-right: 0px;
}

.tfo a{
	font-weight: 300;
    font-size: 13px;
    color: #363636;
}

#footer-site-info{
	float: left;
	width: 100%;
	padding-top: 25px;
	font-size: 11px;
	line-height: 23px;
	color: #293136;
}

#footer-site-info a{
	color: #5b6f7a;
	text-decoration: none;
}

#footer-site-info a:hover{
	text-decoration: underline;
}

.footer-info-box{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}


#footer-site-info div{
	display: inline;
}




.footer-box{
	float: left;
	width: 50%;
}

.footer-box div{
	float: left;
}

.footer-box span{
	float: left;
	padding-right: 3px;
	padding-bottom: 3px;
}

#footer a{
	text-decoration: none;

}


	
#footer-box-narrow{
	float: left;
	width: 120px;
	margin-right: 0px;
	}

#footer-box-right{
	float: right;
	width: 280px;
	padding-top: 17px;}

#footer-box-right a{
	text-decoration: none;
	color: #27205b;
}

.footer-box-right ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.footer-box-right li{
	font-weight: 800;
	font-size: 16px;
	color: #424242;
	line-height: 22px;
}

.footer-box-right li a{
	font-weight: 400;
	color: #424242;
}

.footer-bottom{
	/*padding-top: 50px;*/
	text-align: center;
}

.footer-locations{
	display: inline-block;
	max-width: 100%;
}

.footer-bottom .box4{
	width: 16.66%;
	float: left;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	/*width: auto;*/
	text-align: left;
	min-height: 147px;
}

/*.footer-bottom .box4 span{
	font-size: 14px;
	line-height: 19px;
	color: #fff;
}

#footer .footer-bottom .box4 span strong{
	line-height: 19px;
}	*/

.footer-bottom h3{

	text-align: center;
}	

#footer-bottom a{
	color: #fff;
	text-decoration: none;
}

.footer-bottom span{
	color: #fff;
}

.copyright{
	float: left;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 25px;
	text-align: center;
}

.copyright span{
	font-size: 12px;
}

.copyright span a{
	color: #fff;
}

.infusion{
	font-size: 12px !important;	
}

.footer-box-left{
	float: left;
	width: 33.33%;
	padding-top: 25px;
}

.footer-box-left .icon{
	float: left;
	width: 40px;
}

.footer-box-left .icon img{
	width: 100%;
    max-width: 25px;
}

.footer-box-left a{
	float: left;
	color: #424242;
}

.footer-box-left .box1{
	padding-bottom: 20px;
}

.footer-logo{
	max-width: 275px;
}

.address-txt{
	float: left;
}

.footer-box-middle{
	float: left;
	width: 33.33%;
	padding-top: 25px;
	text-align: left;
}

.footer-box-middle img{
	width: 100%;
	max-width: 280px;
	margin-top: 25px;
}

.footer-box-right{
	float: right;
	width: 33.33%;
	padding-top: 25px;
	padding-left: 100px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#footer-icons{
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

#footer-icons h4{
	margin-top: 0px;
	margin-bottom: 10px;
}

#footer-icons img{
	max-width: 25px;
}

/* HOMEPAGE */

.homepage-logos .box3{
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}

.homepage-logos .box3 img{
	width: 100%;
	max-width: 250px;
}

#homepage-slider{
	
	float: left;
	width: 100%;
	 height:575px;
	overflow: hidden;
	margin-top: 187px;
	
}

.services-box{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 50px;
}

.services-box h2{
	color: #27205b;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
    font-size: 40px;
    margin-top: 50px;
}

.services-box h2 span{
	font-weight: 800;
}

p.intro-para{
	text-align: center;
	font-size: 18px;
}

.services-box p.intro-para{
    max-width: 800px;
    display: inline-block;
    margin: 0px;
}

.seperator{
    width:100%;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 500px;
    display: inline-block;
    border-bottom: 1px solid #71cbf4;
}

.services-box .box4{
    width: 24%;
	text-align: center;
	margin-top: 25px;
    margin-left: 0.5%;
    margin-right: 0.5%;
	-webkit-transition: .3s;
    	transition: .3s;
	text-decoration: none;
	background-color: #f4f4f4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-top: 90px;
}

.services-text-box{
    float: right;
    width: 50%;
    padding: 25px;
    padding-top: 0px;
}

.services-box .box2 .services-image{
    float: left;
    width: 50%;   
    position: relative;
    padding: 0px;
}

.services-box .box2{
    width: 49%;
	text-align: center;
	margin-top: 25px;
    margin-left: 1%;
    margin-right: 1%;
	-webkit-transition: .3s;
    	transition: .3s;
	text-decoration: none;
	background-color: #f4f4f4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-top: 90px;
}

.services-box .service-left{
    margin-left: 0%;
}

.services-box .service-right{
    margin-right: 0%;
}


.services-box .box4:hover .services-image span{
    background-color: rgba(113, 203, 244, 0.6);
    opacity: 1;
}

.services-box .box4 .box1{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

.services-box .box4 .services-image{
    position: relative;
    padding: 0px;
}

.services-image span{
    position: absolute;
    top: 10%;
    width: 100%;
    height: 80%;
    text-align: center;
    background: #000;
    padding-top: 40%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
    color: #fff;
    font-weight: 800;
    opacity: 0;

}

.services-box .box4 .services-image img{
	width: 100%;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;

}

.services-box .box2 .services-image img{
    float: left;
	width: 100%;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -khtml-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

.services-icon{
	width: 100%;
	max-width: 65px;
    margin-top: -32px;
}

.services-box .box4 p{
	min-height: 140px;
	text-align: left;
margin-bottom: 0px;
}

.services-box .box2 p{
	min-height: 0px;
	text-align: left;
    margin-bottom: 0px;
}

.services-box .box4 p span{
	color: #27205b;
}

.services-box .box4:hover p span{
	color: #0f0fab;
}

.services-box .box2 .btn{
    margin-top: 25px;
}

.services-box .box4 .btn{
	background: #27205b;
	color: #fff;
	min-width: 135px;
	width:100%;
	padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
	font-weight: 400;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.services-box .box4:hover .btn{
	background: #0f0fab;

	color: #fff;
}

.services-box .box4 h3{
	color: #27205b;
	-webkit-transition: .3s;
    	transition: .3s;
	text-transform: uppercase;
    margin-bottom: 0px;
}

.services-box .box2 h3{
	color: #27205b;
	-webkit-transition: .3s;
    	transition: .3s;
	text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: left;
}

.services-box .box4:hover h3{
	color: #71cbf4;
}

.services-box .box2 .btn{
    float: left;
}

.eco-section {
    padding: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 99;
}

.eco-section .eco-box-txt {
    padding-top: 0px;
    float: left;
    width: 100%;
    max-width: 700px;
}

.eco-section h2{
    color: #fff;
    margin-top: 0px;
    font-weight: 600;
}

.bar-banner{
	background-color: #e7e7e7;
	text-align: center;
	padding-top: 50px;
}

.bar-banner span{
	display: inline-block;
	color: #27205b;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
	width: 100%;
	font-size: 30px !important;
	padding-bottom: 15px;
}

.bar-banner img{
	width: 100%;
	max-width: 350px;
}

.reviews-banner{
	background-color: #e7e7e7;
	text-align: center;
	padding-top: 50px;
}

.reviews-banner span{
	display: inline-block;
	font-size: 30px;
	color: #000;
	font-weight: 300;
	padding-top: 150px;
	background-image: url(../images/stars-rp.png);
	background-repeat: no-repeat;
	background-position: left;
	background-position: center top;
	background-size: 175px;
}

.reviews-banner a{
	color: #fff;
	text-decoration: none;
	background-color: #27205b;
	margin-top: 15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.reviews-banner a:hover{
	background-color: #0f0fab;
}




/* FOOTER NEW */

.footer-style2{
	background: #fff!important;
}

.footer-style2 h3{
    color: #71cbf4 !important;
	font-weight: 500!important;
	font-size: 23px;
}

.footer-style2 .footer-bottom .box4 span {
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}

.footer-style2 .footer-bottom .box4 span strong{
    color: #71cbf4;
}

.footer-style2 .footer-bottom .box4 p {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    margin: 0px;
}

.footer-style2 .footer-bottom .box4 p strong{
    color: #71cbf4;
}


.footer-style2 .footer-bottom .footer-logo span {
	float: left;
	width: 100%;
	/*margin-bottom: 25px;*/
    color: #363636 !important;
    color: #27205b !important;
	
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    font-weight: 600;
}

.footer-style2 .footer-bottom .footer-logo span em{
    font-size: 16px;
}

.footer-style2 .footer-bottom .footer-logo span a{
    font-size: 16px;
}

.footer-style2 .copyright span{
    font-size: 14px;
    color: #fff;
line-height: 18px;
}

.footer-style2 .copyright span a{
    font-size: 14px;
    color: #fff;
line-height: 25px;
	text-decoration: underline !important;
}

.footer-style2 .infusion{
    font-size: 14px !important;
}

.footer-style2 .copyright .infusion a{
	text-decoration: none !important;
}


.footer-style2 .footer-bottom .footer-logo span a{
color: #5f5f5f;
	text-transform: none;
}


.footer-style2 .footer-bottom span a.footer-phone{
	font-size: 30px;
    line-height: 40px;
	color: #5f5f5f;
}

.footer-info-box{
	padding-top: 30px;
}

.footer-style2 .footer-logo {
	float: left;
	/*width: 33.33%;
	padding-right: 20px;*/
	width: 100%;
    max-width: 100%;
	padding-right: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.footer-style2 .footer-logo img{

	width: 100%;
	max-width: 300px;
	max-width: 275px;
	/*margin-bottom: 25px;*/
}

.footer-info-details{
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.footer-info-middle{
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.footer-style2 .footer-links {
	float: left;
	width: 66.66%;
    max-width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left: 25px;
}

.footer-col{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

.footer-col ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.footer-col ul a{
	color: #5f5f5f;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-col ul a:hover{
	color: #27205b;
}

.footer-bottom .footer-col h3 {

}

.footer-style2 .footer-col h3 {
    color: #27205b !important;
    text-align: left;
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
    margin-bottom: 5px;
}

.footer-style2 .footer-locations{
    /*display: inline-block;
    max-width: 100%;*/
	float: left;
	width: 100%;
	padding-top: 25px;
	margin-top: 0px;
	background: #27205b;
	/*border-top: 1px solid #71cbf4;*/
}

.footer-style2 .footer-info-box{
	padding-top: 0px;
	padding-bottom: 0px;
}

/*
.homepage-intro-container .box2{
	padding-right: 25px;
}
*/

.homepage-intro-container .box1{

}
/*
.wcu-box-container{
	padding-left: 25px;
	padding-right: 0px;
}
*/
.wcu-box-container{
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.homepage-intro-container{
	padding-top: 50px;
    margin-top: 50px;
    position: relative;
	background-color: #f4f4f4;
    margin-top: -150px;
    padding-top: 250px;
	padding-bottom: 50px;
    z-index: 9;
}

.homepage-intro{
    width: 60%;

	padding: 50px;
    padding-top: 0px;
    position: relative;
    z-index: 1;
    /*-moz-border-radius: 0px 10px 0px 10px;
    -webkit-border-radius:  0px 10px 0px 10px;
    -khtml-border-radius:  0px 10px 0px 10px;
    border-radius: 0px 10px 10px 0px;
    padding-right: 0px;*/
}

.homepage-intro-img{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    float: right;
    width: 40%;
    position: relative;
    z-index: 2;
	padding: 0px;
  margin: 0;
  position: absolute;
  top: 50%;
    left: 60%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	/*background-image: url(/images/homepage/logo-grey.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;*/
}

.homepage-intro-img img{
    float: left;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    /*border: 5px solid #fff;
    margin-left: -20%;
    margin-top: 100px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -khtml-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;*/
}

.img-holder{
    position: relative;
    max-width: 50%;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.intro-img1{
    z-index: 99;
    margin-right: -50px;
}

.intro-img2{
    z-index: 9;
    margin-top: -50px;
}

.intro-img3{
    z-index: 99;
    margin-top: 100px;
    margin-left: -50px;
}



.homepage-intro{
	/*padding: 50px;
	padding-left: 0px;*/
}

.homepage-intro h1{
	color: #27205b;
	font-size: 40px;
	font-weight: 800;
	text-transform: none;
	text-align: left;
    width:100%;
	max-width: 1000px;
    float: left;
    margin-bottom: 0px;
}

.homepage-intro h2{
    font-size: 20px;
    width:100%;
	max-width: 1000px;
    float: left;
    margin-bottom: 0px;
}

.homepage-intro p{
    width:100%;
	max-width: 1000px;
    float: left;
}

.wcu-box{
	padding: 30px;
	background-color: #27205b;
	/*min-height: 740px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;*/
margin-bottom: 50px;
	
}

.wcu-box3{
	background-color: transparent;
    /*background: linear-gradient(to bottom right, #27205b, #494186);*/
    background: linear-gradient(120deg, rgba(39, 32, 91, 1) 40%, rgba(113, 203, 244, 1) 100%);
    padding-top: 75px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0px;
}

.wcu-box h2{
	text-align: center;
	color: #71cbf4;
	font-size: 30px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.wcu-box3 h2{
	color: #fff!important;
}

.wcu-box ul{
	float: left;
	width: 100%;
	padding: 0px;
	color: #c9c9c9;
	list-style: none;
}

.wcu-box3 ul{
	float: left;
	width: 100%;
	padding: 0px;
	color: #fff;
	list-style: none;
  display: grid;
grid-template-columns: auto auto auto;
  gap: 5%;

}

.wcu-row{

    padding-bottom: 25px;
}

/*
.wcu-box li{
	float: left;
	width: 100%;
	font-size: 15px;
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 40px;
}
*/

.wcu-box li{
	display: inline-block;
	text-align: left;
	float: left;
	width: 33.33%;
	font-size: 14px;
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 40px;
	border-right: 25px solid #27205b;	
	border-bottom: 25px solid #27205b;	
}

.wcu-box li strong{
	font-size: 23px;
	color: #fff;
	line-height: 26px;
}

.wcu-box3 li{
	display: block;
	text-align: left;
	float: left;
	width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 25px;
	font-size: 14px;

	padding-top: 10px;
	padding-bottom: 10px;
    padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 30px;
	padding-left: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border-right: 1px solid #71cbf4;
    border-bottom: 1px solid #71cbf4;
}

.wcu-box3 li p{
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
}

.wcu-box3 li img{
    width: 50px;
    float: left;
    margin-top: 0px;
    margin-left: -25px;
    margin-right: 15px;
    margin-bottom: 100px;
}

.wcu-box3 li strong {
    font-size: 20px;
    color: #71cbf4;
    line-height: 20px;
    font-weight: 600;
}

.wcu-box3 a.btn:hover{
    background-color: #71cbf4;
    color: #fff;
}

.wcu-box3 a.btn {
    padding-left: 20px;
    padding-right: 20px;
}
    
.services-container{
	text-align: center;
	padding-top: 25px;
}

.services-container h2{
	margin-bottom: 50px;
	color: #27205b;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
}

.service-box{
	color: #000;
}

.service-box:hover .btn{
	background-color: #000;
	color: #fff;
}

.service-box h3{
	display: inline-block;
	border-bottom: 2px solid #000;
	text-align: center;
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 75px;
	margin-bottom: 30px;
}

.bronze{
	background-color: #c39149;
	min-height: 300px;
	/*background-image: url(../images/services-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;*/
	min-height: 488px;
	margin-top: 100px;
	
}

.silver{
	background-color: #c8c8c8;
	min-height: 538px;
	margin-top: 50px;
}

.gold{
	background-color: #FFCC33;
	min-height: 300px;
	/*background-image: url(../images/services-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;*/
	padding-bottom: 25px;
	
}

.services-icons{
	float: left;
	width: 100%;
	padding-left: 50px;
	padding-bottom: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.services-btn{
	float: left;
	width: 100%;
}

.services-icons img{
	width: 30px;
	float: left;
}

.services-icons span{
	padding-left: 20px;
	padding-top: 5px;
	float: left;
	font-weight: 600;
}

.services-btn .btn{
	margin-top: 25px;
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}

.services-btn .btn:hover{
	background-color: #000;
	color: #fff;
}

.commercial-banner{
	float: left;
	width: 50%;
	min-height: 350px;
	padding-top: 100px;
	background-image: url(../images/commercial-removal-services.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	margin-top: 50px;
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.commercial-banner span{
	float: left;
	text-align: center;
	width: 100%;
	font-size: 30px;
	font-weight: 300;
	color: #fff;
}

.commercial-banner .btn{
	margin-top: 25px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.storage-banner{
	float: left;
	width: 50%;
	min-height: 350px;
	padding-top: 100px;
	background-image: url(../images/storage-services.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	margin-top: 50px;
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.storage-banner span{
	float: left;
	text-align: center;
	width: 100%;
	font-size: 30px;
	font-weight: 300;
	color: #fff;
}

.storage-banner .btn{
	margin-top: 25px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.storage-box{
	padding: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #27205b;
    text-align: center;	
}

.storage-box h2{
	color: #fff;
}

.storage-box p{
	color: #fff;
}

.storage-box img{
	max-width: 50px;
}

.storage-box .box3{
	margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.icon-container{
	background-color: #636466;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.icon-container .box3{
	padding-left: 20px;
	padding-right: 20px;
}


.icon-container h3{
	margin-top: 60px;
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	margin-bottom: 15px;
}

.icon-container p{
	margin: 0px;
	color: #fff;
}

.icon-box {
	display: inline-block;
	width: 150px;
	height: 120px;
	padding-top: 30px;
	background-image: url(../images/icon-background.png);
	position: relative;
	text-align: center;
	 -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate7deg);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.icon-box-middle{
	 -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.icon-box-right{
	 -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}

.icon-box img{
	width: 75px;
	
	margin-left: 0px;
	
}

.boxtext{
	background-color: #c0c0c0;
	min-height: 400px;
	
}
	
.boximage{
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.boxcontent{
	position: relative;
	float: left;
	width: 100%;
	min-height: 500px;
	padding: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	z-index: 9;
	
}

.box-top{
	z-index: 999;
}

.boxcontent p{
	max-width: 500px;
}

.box-text-right{
	float: right;
	max-width: 500px;
}
 
.box-top p{
	float: right;
}

.boxcontent span.content-arrow-left{
	position: absolute;
	left: -100px;
	top: 0px;
	min-height: 500px;
	width: 100px; 
	background-image: url(../images/content-arrow-left.png);
}

.boxcontent span.content-arrow-right{
	position: absolute;
	right: -100px;
	top: 0px;
	min-height: 500px;
	width: 100px; 
	background-image: url(../images/content-arrow-right.png);s
	z-index: 99;
}

/* BUTTONS */

.btn{
	display: inline-block;
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    color: #27205B;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    text-align: center;
	background-color: #71cbf4;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border: none;
	
}

.btn:hover{
    color: #fff;
	background-color: #27205B;
}

.custombanner-content .btn:hover{
    color: #fff;
	background-color: #27205B;
}

.services-text-box .btn{
    color: #fff;
	background-color: #27205B;
}

.services-text-box .btn:hover{
    color: #fff;
	background-color: #71cbf4;
}


.txt-btn{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
	background-color: #27205b;
	text-transform: uppercase;
}

.txt-btn:hover{
	background-color: #0f0fab;
}

/* SERVICES PAGE */

.whats-included{
	background: #3690bf;
	padding: 25px;
}

.whats-included h2{
	color: #fff !important;
}

.whats-included .services-txt{
	width: auto!important;
	float: none;
}

.whats-included strong{
	color: #fff;
}

.service-intro{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}

.service-intro p{
	display: inline-block;
	max-width: 800px;
}

/*.booking-box{
	float: right;
	max-width: 300px;
	padding-bottom: 25px;
	background: #e8e8e8;
	text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;

}

.booking-box .box1{
	padding-bottom: 0px!important;
}

.booking-box h2{
	font-size: 30px;
	color: #fff !important;
	font-weight: 300 !important;
	margin-bottom: 10px!important;
	background:  #27205b;
	padding: 15px;
	margin-top: 0px;
}*/

.booking-box{
	padding: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #27205b;
	text-align: center;
	background-image: url(/images/booking-box.jpg);
    background-position: center center;
	background-size: cover;

}

.booking-box .box1{
	padding-bottom: 0px!important;
}

.booking-box .booking-info{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
	vertical-align: top;
}

.booking-box .booking-info p{
	margin-top: 0px;
	margin-bottom: 0px;
}

.booking-info-right{
	/*border-left: 1px solid #0f0fab;*/
}

.booking-box h2{
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}


.booking-box h2 span{
	font-weight: 600;
}	

.booking-box p{
	color: #fff;
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 40px;
}

p.booking-phone{
	background-image: url(/images/icons/phone-white.png);
    background-position: left top;	
	background-size: 25px;
	background-repeat: no-repeat;
}

p.booking-online{
	background-image: url(/images/icons/wifi.png);
    background-position: left top;	
	background-size: 25px;
	background-repeat: no-repeat;
}

.booking-box .txt-btn{
	background-color: #0f0fab;
	padding: 12px;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 10px;
}

.booking-box .txt-btn:hover{
	background-color: #1e1ed0;
}

.services-highlights{
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.service-intro h2{
	color: #777777;
    font-size: 25px;
    font-weight: 800;
	line-height: 30px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
	text-transform: uppercase;
}

.service-intro p{
	margin-bottom: 0px;
}

.service-intro .box1{
	padding-bottom: 20px;
}

.service-intro strong{
	font-weight: 500;
}

.icon{
	float: left;
	width: 55px;
}

.icon img{
	width: 40px;
}

.services-txt{
	float: left;
	width: 100%;
	max-width: 500px;
	font-weight: 300;
    font-size: 17px;
    color: #000;
    line-height: 24px;
}

.services-txt strong{
	color: #27205b;
}

.services-wcu{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    background-color: #e8e8e8;
	padding-top: 50px;
	padding-bottom: 50px;
}

.services-wcu .box3{
	background-size: cover;
	min-height: 270px;
	border-right: 1px solid #fff;

}

.services-wcu .box2{
	background-size: cover;
	min-height: 270px;
	border-right: 1px solid #fff;

}

.services-wcu .box1{
	background-size: cover;
	min-height: 250px;
	padding-bottom: 0px;
	position: relative;

}

.services-wcu img{
	float: left;
	width: 40px;
	margin-right: 10px;
	filter: invert(100%);
}

.services-wcu .services-highlights{
	float: left;
	width: 100%;
	padding: 20px;
	padding-top: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.services-wcu h2{
	color: #27205b;
	font-size: 30px;
	font-weight: 300;
	/*border-bottom: 2px solid #000;*/
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: center;
}

.services-wcu .icon{
	float: left;
	width: 50px;
}

.services-wcu .icon img{
	width: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.services-wcu span{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	height: 110px;
	background-color:rgba(0, 0, 0, 0.5);

color: #fff;
    font-size: 18px;
    font-weight: 300;
	line-height: 22px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
text-align: center;
	
}

.services-wcu span strong{
font-weight: 600;
    letter-spacing: 1px;
font-size: 20px;
}

.services-wcu .services-txt{
	float: left;
	width: 100%;
	font-weight: 300;
    font-size: 17px;
    color: #000;
    line-height: 24px;
}

.services-wcu .services-txt strong{
	color: #fff;
}

.why-choose-us{
	text-align: left;
	float: left;
   
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	/*padding: 25px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
background-image: url('/demo-website/images/page-headings/removals.jpg');*/
}

.why-choose-us h2{
	color: #27205b;
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}

.why-choose-us .services-highlights{
	float: left;
	display: inline-block;
	width: 20%;
	max-width: 600px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/tick-blue.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 30px;
padding-left: 45px;
	padding-right: 15px;
}

.why-choose-us2 .services-highlights{
	float: left;
	display: inline-block;
	width: 33.33%;
}

.why-choose-us3 .services-highlights{
	float: left;
	display: inline-block;
	width: 25%;
}

.why-choose-us-furniture .services-highlights{
	padding-left: 0px;
	padding-right: 30px;
	background-image: none;
}	


.why-choose-us .services-txt strong{
	color: #27205b;
}

.why-choose-us .services-txt span{
	color: #000;
	font-size: 17px;
}

.why-choose-us2 .services-txt span{
	color: #363636;
	font-size: 17px;
}

.why-choose-us .services-txt{
	max-width: 100%;

}

.why-choose-us-furniture{
	padding-top: 0px;
	padding-bottom: 0px;
}
	

/* PROJECT SLIDER */

#project-slider{
	float: left;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

#project-slider .bx-pager{
	bottom: -50px;
}

.project-item{
	position : relative;
	float: left;
	width: 100%;
	height: 300px;
	text-align: center;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	color: #000;
	text-decoration: none;
	-webkit-transition: .2s;
    transition: .2s;
}

.project-item:hover div{
	height: 300px;
}

.project-item div{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 82px;
	width: 100%;
	background-color: #009a74;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	-webkit-transition: .2s;
    transition: .2s;
}

.project-item span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 18px;
	color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	
}

/* PROJECT PAGE */


#project-gallery{
	position: relative;
	float: left;
	width: 100%;
	 height: 700px;
	z-index: 1;
	overflow: hidden;
	margin-top: -100px;
	z-index: 1;
}

#project-gallery .banner-item{
	height: 700px;
	text-align: center;	
	
}

.custombanner-content{
	position: absolute;
width: 50%;
height: 100%;
background-color: rgba(113, 203, 244, 0.75);
background-color: rgba(39, 32, 91, 0.5);
	top: 0;
	left: 0;
	text-align: center;
    padding-top: 210px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
z-index: 999;
}

.custombanner-content h1{
    color: #fff;
    text-align: left;
    margin: 0px;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
}

.custombanner-content p{
    color: #fff;
    text-align: left;
    margin: 0px;
    font-size: 30px;
    line-height: 27px;
    font-weight: 500;
}    

.banner-txt{
	float: right;
	width: 100%;
	max-width: 800px;
	text-align: left;	
	padding-top: 100px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    padding-right: 25px;
    padding-left: 25px;
}

.banner-txt ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
}

.banner-txt ul li{
	background-image: url(../images/tick-blue2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	padding-left: 40px;
	width: 100%;
	color: #fff;
	margin-bottom: 5px;
    font-size: 20px;
	font-weight: 600;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.hp-banner-box{
    float: none;
    display: inline-block;
    max-width: 900px;
    padding: 25px;
    background: rgb(39,32,91);
    background: linear-gradient(120deg, rgba(39,32,91,0.8) 0%, rgba(113,203,244,0.4) 100%);
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #71CBF4;
}

/*.banner-txt h1{
	display: inline-block;
	color: #fff;

	font-size: 50px;
	line-height: 50px;
	margin-bottom: 0px;
	padding-top: 40px;
	background-image: url(../images/heading-line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 3px solid #009a74;
}*/

.banner-txt span{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 40px;
    line-height: 45px;
	font-weight: 400;
	padding-top: 5px;
	/*border-top: 3px solid #fff;*/
}

.banner-txt span strong{
	font-size: 40px;
	text-transform: uppercase;
}

.banner-form{
	float: right;
	width: 300px;
}

.quote-form{
	text-align: center;
}

.quote-form .banner-form{
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 400px;
}

.quote-form h2{
	font-size: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
.banner-form .form-container{
	display: inline-block;
	width: 100%;
	max-width: 400px;
	padding: 15px;
	padding-top: 30px;
	padding-bottom: 0px;
	background-image: url(../images/form-background.png);
	background: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	
}

.page-header .quote-form .form_field_row input{
	width: 100%;
max-width: 100%;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
}

.page-header .banner-form .form-container .form_field{
	padding-bottom: 10px;
}

.quote-form .form_field_row textarea{
	min-height: 70px;
}

.quote-form .form_field_wide{
	padding-right: 0px;
}

.quote-form .banner-form .form-container span{
	float: none;
	width: auto;
	font-size: 16px;
}

.quote-form #txtInput{
	margin-top: 5px;
}

.banner-form .form-container span{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #fff;
	padding-bottom: 25px;
	text-transform: uppercase;
}

.banner-form .form-container .form_field{
	width: 100%;
	padding-right: 0px;
}

.project-introduction{
	background-color: #636466;
	padding-top: 50px;
	padding-bottom: 50px;
}

.project-introduction::before{
	position: relative;
	float: left;
	width: 120%;
	height: 75px;
	margin-top: -75px;
	margin-left: -20px;
 	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
	content: '';
	background-color:  #636466;
	z-index: 1;
}

.project-introduction .box2{
	padding-left: 25px;
	padding-right: 25px;
}

.project-introduction h2{
	color: #fff;
}

.project-introduction p{
	color: #fff;
}

.project-introduction ul{
	color: #fff;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
    font-size: 17px;
    line-height: 24px;
}
}


.stats-container{
	float: left;
	width: 100%;
	max-width: 700px;
	padding-top: 41px;
}

.stats-container h4{
	color: #000;
	font-size: 50px;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
}

.stats-container span{
	color: #000;
}

.stat-row{
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

.stat-item{
	float: left;
	width: 50%;
	min-height: 150px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 25px;
	background-color: #b0b0b0;
}

.teal{
	background-color: #009a74;
}

#project-map{
	float: left;
	width: 100%;
	min-height: 300px;
}

/* PROJECT GALLERY */

.project-images{
	padding-top: 25px;
}

.project-images .box2{
	padding: 25px;
}

.project-images .box1{
	padding: 25px;
}

.project-images .border-right{
	border-right: 1px solid #c9c9c9;
}

.project-images .border-top{
	border-top: 1px solid #c9c9c9;
}

.project-images .box2 img{
	width: 100%;
}

.project-images .box1 img{
	width: 100%;
}

.project-images-row{
	float: left;
	width: 100%;
}

/* PROJECT TESTIMONIALS */

.project-testimonial{
	padding: 50px;
	padding-top: 250px;
	margin-top: -250px;	
	text-align: center;
	z-index: 1;
	background-color: #c9c9c9;
}

.project-testimonial p{
	display: inline-block;
	max-width: 800px;
	font-size: 30px;
	line-height: 40px;
	color: #000;
}

/* CONTACT */

.contact-container{
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.form-container h2{
	text-align: center;
	text-transform: none;
	font-weight: 800;
	font-size: 25px;
	color: #27205b;
    margin-top: 0px;
    margin-bottom: 15px;
}

.contact-container .box-text-right{
	width: 100%;
	max-width: 500px;
}

.contact-details{
	float: left;
	width: 100%;
	padding-top: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.contact-details .icon{
	float: left;
	width: 50px;
}

.contact-details .icon img{
	max-width: 30px;
}

.contact-details span{
	color: #727272;
    font-size: 18px;
	line-height: 22px;
}

.contact-details a{
	color: #727272;
	text-decoration: none;
}


.contact-details strong{
	color: #000;
    font-weight: 800;
    font-size: 25px;
    color: #27205b;
}

.contact-map h2{
	color: #000;
	font-size: 18px;
    line-height: 22px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 25px;
}	

.form-container{
	float: left;
	width: 100%;
	max-width: 500px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    background: #f7f7f7;
    padding: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.form-box{
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #ededed;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-box label{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
	
.form-box p{
	float: left;
	width: 100%;
}

.form-box h3{
	margin-top: 0px;
}
	
.payment-box{
	border-right: 20px solid #fff;
}

.payment-box .form-box{
	background: none;
}

#payment-form button{
    float: none;
    display: inline-block;
    max-width: 300px;
    padding: 8px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
    border: 1px solid #27205b;
    background: #27205b;
    text-transform: uppercase;
}

#payment-form button:hover {
    border: 1px solid #0f0fab;
    background: #0f0fab;
    color: #fff;
}

.page-enquiry-box h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 50px;
}
	

.form_field_row .btn{
	float: none;
    display: inline-block;
    width: auto;
    min-width: 150px;
	padding: 10px;
	background-color: #27205b;
	 font-size: 18px;
	text-align: center;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
    font-weight: 800;
}

.form_field_row .btn:hover{
	   background-color: #71CBF4;}

.form_field_row{
	float: left;
	width: 100%;
	padding-bottom: 15px;}

.form_field{
	float: left;
	width: 100%;
	padding-right: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_wide{
	float: left;
	width: 100%;
	padding-right: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_right{
	float: right;
	width: 202px;}

.form_field_btn{
	float: left;
	width: 100%;
}

.form_field_row textarea{
	width: 100%;
	border: 1px solid #f4f4f4;
	background-color: #fff;
	padding: 15px;
	min-height: 125px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: .2s;
    transition: .2s;
    font-family: 'Open Sans', sans-serif;
}

.form_field_row textarea:hover{
	border: 1px solid #27205b;
}

.form_field_row textarea:focus{
	border: 1px solid #27205b;
}


.form_field_row input{
	width: 100%;
	border: 1px solid #f4f4f4;
	background-color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: .2s;
    transition: .2s;
}

.form_field_row input:hover{
	border: 1px solid #27205b;
}

.form_field_row input:focus{
	border: 1px solid #27205b;
}

.page-header .form_field_row{
	text-align: center;
}

.page-header .form_field{
	width: 100%;
}

.page-header .form_field_row input{
	width: 50%;
	max-width: 200px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.page-header .form_field_row .btn{
	float: none;
	border: 1px solid #27205b;
font-size: 14px;
padding: 15px;
}

.contact-intro{
    text-align: center;
    padding-bottom: 50px;
}

.contact-intro p{
    font-weight: 800;
    font-size: 25px;
    color: #27205b;
}

/* CLIENT SERVICES */

.client-link{
	display: inline-block;
	
	width: 33%;
	min-height: 179px;
	max-width: 350px;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 15px;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.6); 
	
	color: #fff;
	text-align: center;
	-webkit-transition: .2s;
    transition: .2s;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-size: 17px;
}

.client-link img{
	max-width: 75px;
	float: none;
	margin-bottom: 15px;
	margin-top: 0px;
}

.client-link strong{
	text-transform: uppercase;
}

.client-link:hover{
	background: rgba(0, 0, 102, 0.8); 
}


.quote-option-box{
	display: inline-block;
	
	width: 33%;
	min-height: 179px;
	max-width: 350px;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 15px;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.6); 
	
	color: #fff;
	text-align: center;
	-webkit-transition: .2s;
    transition: .2s;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-size: 17px;
}

.quote-option-box img{
	max-width: 50px;
	float: none;
	margin-bottom: 15px;
	margin-top: 0px;
}

.quote-option-box strong{
	text-transform: uppercase;
}

.quote-option-box a{
	color: #fff;
	text-decoration: none;
}


.quote-option{
    float: left!important;
    width: 29%!important;
    margin-left: 2%!important;
    margin-right: 2%!important;
	padding: 25px;
	min-height: 150px;
	max-width: 350px;
	font-size: 20px;
	font-weight: 300;
	min-height: 216px;
    background: #27205B!important;
}

.quote-option:hover{
    background: #71cbf4!important;
}

/* GET QUOTE */

.get-quote-box{
	float: left;
	width: 300px;
	min-height: 144px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 15px;
	text-decoration: none;
	background-color: #27205b;
	margin-right: 50px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	text-align: center;
	margin-bottom: 15px;
	text-decoration: none;
}

.get-quote-box h3{
	color: #fff;
	margin-top: 0px;
}

.get-quote-box p{
	color: #fff;
}

.get-quote-box strong{
	color: #fff;
}

.slicknav_menu{
	display: none;
}

.client-resources{
	display: none;
}	

/* Accreditation */

.accred-box{
	float: left;
	width: 100%;
}

.accred-box h2{
	color: #27205b;
	margin-top: 0px;
}

.accred-box ul{
	font-weight: 300;
    font-size: 17px;
    color: #000;
    line-height: 24px;
}

.accred-box a{
	color: #000;
}

.accred-logo{
	float: left;
	width: 100%;
	max-width: 300px;
}

.accred-logo img{
	float: left;
	width: 100%;
	max-width: 250px;
}

.accred-txt{
	float: right;
	width: 100%;
	max-width: 700px;
}

/* TESTIMONIAL SLIDER */

.testimonials{
	margin: 0px;
    padding: 0px;
}
	
#testimonial-container {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f4f4f4;
	text-align: center;
}

#testimonial-container .bx-wrapper .bx-prev{
    background: url(../images/left.png);
	background-repeat: no-repeat;
width: 30px;
    height: 30px;
	background-size: 30px;
}

#testimonial-container .bx-wrapper .bx-next{
    background: url(../images/right.png);
	background-repeat: no-repeat;
width: 30px;
    height:30px;
	background-size: 30px;
}

#testimonial-container .testimonial-box {
    float: left;
    width: 100%;
    background: url(../images/quotes4.png);
	background-size: 50px;
    background-repeat: no-repeat;
	background-position: 80px top;
    padding-left: 200px;
    margin-top: 50px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#testimonial-container .testimonial-box{
	    padding-left: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
	border-bottom: none;
	text-align: center;
}



#testimonial-container .testimonial-box .testimonial-txt{
	background: url(../images/quotes5.png);
	 background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	padding-right: 200px;
	font-style: italic;
	background-size: 60px;
	background-position: right 80px bottom;
background-size: 50px;
}

#testimonial-container .testimonial-box .testimonial-txt p{
    font-weight: 400;
    font-size: 18px;
    /*color: #27205b;*/
    color: #27205b;
    line-height: 26px;
}

a.testimonial-link{
	background-color: #777777;
	padding: 5px;
	margin-left: 65px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
   	 border-radius: 5px;
	 -webkit-transition: .2s;
    transition: .2s;
}

a.testimonial-link:hover{
	background-color: #000;
}

#testimonial-container h3{
    font-size: 30px;
    font-weight: 600;   
    color: #27205b;
}

.review-logos{
    padding-top: 15px;
}

.review-logos h3{
	margin-top: 50px;
	margin-bottom: 50px;
}

.review-logos .box3{
	text-align: center;
}

.review-logos .box3{
	padding-left: 25px;
	padding-right: 25px;
}

.review-logos img{
	width: 100%;
	max-width: 200px;
	-webkit-transition: .2s;
    transition: .2s;
}

.review-logos img:hover{
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

.review-logos .checkatrade-footer{
    margin-top: 30px;
    float: right;
}

.review-logos .trustpilot-footer{
    margin-top: 20px;
    max-width: 170px;
    float: left;
}



.compare-move{
	max-height: 100px;
	width: auto !important;
}

/* FURNITURE */

#furniture-slider{
   margin-top: -86px;
     float: left;
    top: 0px;
    left: 0px;
    width: 100%;
  z-index: -9;
    
}

#furniture-slider .banner {
    float: left;
    width: 100%;
    min-height: 750px;
    text-align: center;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 9;
}

#furniture-slider .banner-txt{
	max-width: 100%;
	padding-top: 380px;
	text-align: center;
}

#furniture-slider .banner-txt h1{
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
color: #fff;
}

#furniture-slider .banner-txt p{
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}

#hp-boxes-container{
	position: relative;
	float: left;
	width: 100%;
    padding-bottom: 50px;
	 border-top: 5px solid #fff;
	margin-top: 0px;
	z-index: 99;
	background-color: #27205b;
	border-bottom: 5px solid #27205b;
}


.hp-box{
	float: left;
	width: 33%;
	padding-left: 40px;
	padding-right: 40px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    	transition: .2s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}



a.hp-box-icon{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 105px;
	padding-top: 45px;
	margin-top: -75px;
	background-color: #72cbf5;
	-webkit-transition: .3s;
    transition: .3s;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	-o-border-radius: 200px;
	border: 5px solid #fff;
	text-align: center;
	z-index: 999999;
}

a.hp-box-icon:hover{
	background-color: #5eb9e5;
}



#hp-boxes-container h2{
    font-size: 20px;
    font-weight: 800;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #fff;
	text-transform: uppercase;
}

#hp-boxes-container p{
    font-size: 17px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 15px;
     color: #fff;
}


#hp-boxes-container a.more-info{
    display: inline-block;
    float: left;
    padding: 15px;
	background-color: #72cbf5;
    font-size: 17px;
    font-weight: 400;
    margin: 0px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
	text-decoration: none;
	text-transform: uppercase;
}

#hp-boxes-container a.more-info:hover{
    background-color: #5eb9e5;
}


.hp-box ul{
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	list-style: none;
	color: #fff;
	 font-size: 17px;
    font-weight: 400;
}

.hp-box ul li{
	background-image: url(../images/icons/tick.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center left;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#grid-container{
	float: left;
    width: 100%;
	margin-top: 0px;
	margin-bottom: 50px;
}

.grid-item{
	float: left;
    width: 25%;
	min-height: 250px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
}

.grid-item-dark{
	background-color: #27205b;
}

.grid-item-light{
	background-color: #72cbf5;
}

.grid-content{
	float: left;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.grid-item span{
	float: left;
	padding: 10px;
	background: url(../images/steps-background.png);
	color: #fff;
	font-weight: 800;
}

#content-left .grid-item h3{
	color: #fff;
	margin-top: 20px;
	font-weight: 200;
	font-size: 20px;
	text-transform: none;
}

.grid-content img{
	max-height: 50px;
}

/* CATALOGUE */

.catalogue-section{
	float: left;
	width: 100%;
	padding-bottom: 50px;
}

.catalogue-box{
	position: relative;
	float: left;
	min-height: 222px;
	width: 15%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.catalogue-section h3{
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #27205b;
	text-transform: uppercase;
	font-weight: 600;
}

.catalogue-box a{
	color: #363636;
	font-size: 16px;
	text-decoration: none;
}

.catalogue-box img{
	
	width: 100%;
	margin-bottom: 10px;
}

.catalogue-box img:hover{
	/*width: 200%;*/
}	

/* BESPOKE RENTAL ORDERS */

.tab-content .moduletable-rentalproducts .eshop_product {
    background-color: #fff;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    max-width: 200px;
}

.moduletable-rentalproducts .eshop_product {
    float: left;
    width: 100%;
    max-width: 160px;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e1e1e1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.moduletable-rentalproducts ul {
    list-style: none;
}

.moduletable-rentalproducts .btn{
	font-size: 17px;
	margin-top: 10px;
}

.moduletable-rentalproducts h4{
	margin-top: 0px;
	margin-bottom: 0px;
}

.moduletable-rentalproducts .product-price{
	display: none;
}

.moduletable-rentalproducts {
    float: left;
    width: 100%;
}

.tab-content .moduletable-rentalproducts {
    padding: 15px;
    background-color: #e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.moduletable-rentalproducts .image {
    display: inline-block;
    width: 75px;
}
	

.box-left{
	float: left;
	width: 50%;
}

.box-right{
	float: right;
	width: 40%;
}

.rental-form-box{
	float: left;
	width: 100%;
	background-color: #e7e7e7;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-bottom: 15px;
}

.rental-form-intro{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.rental-form-box h2{
	margin-top: 0px;
	font-size: 18px;
	font-weight: 800;
}

.rental-form-intro h3{
	font-size: 18px;
	font-weight: 800;
}

.rental-form-intro .tick_box_left span{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
	font-size: 16px;
	padding-left: 33px;
}

.rental-form-intro .tick_box_right span{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
	font-size: 16px;
	padding-left: 33px;
}

#rental-form{
	float: left;
	width: 100%;
	position: relative;
}

.order-input{
	width: 100%;
	max-width: 220px;
	margin-bottom: 5px;
    border: 1px solid #d0d0ea;
    background-color: #f4f4f4;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: 'Roboto', sans-serif;
	
}

.order-input:hover{
	background-color: #eaeaea;
}

.order-input:focus{
	background-color: #eaeaea;
}

#txtInput{
	 font-family: 'Roboto', sans-serif;
	    font-size: 14px;
    color: #000;
 border: 1px solid #d0d0ea;
padding: 15px;
}

.rental-form-box .btn-primary{
font-size: 17px;
}



.order-field-row{
	float: left;
	width: 100%;
}

#rental-form #eshop-items{
	position: absolute;
	top: 280px;
	right: 0px;
	width: 300px;
}


#rental-form #eshop-content{
	float: left;
	width: 100%;
}

.rental-form-box .checkout{
	float: left;
	width: 100%;
	padding-top: 20px;
}

#rental-form h2{
	font-size: 25px !important;
}

#tabs-container {
    float: left;
    width: 100%;
    padding-top: 0px;
}

.tabs-menu {
    
    float: left;
    width: 100%;
   
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 0px;
}

.tabs-menu span{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #03142a;
	padding-bottom: 10px;
	padding-top: 15px;
	font-weight: 800;
}

.tabs-menu li a {
    float: left;
	padding-top: 7px;
	padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
	width: 150px;
    margin-right: 3px;
	 margin-bottom: 3px;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
	background-color: #27205b;
    font-weight: bold;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.tabs-menu li a:hover{
	background-color: #0f0fab;
}	

.tabs-menu li.current a {
	background-color: #0f0fab;
    border-bottom: none;
}

.tab {
    float: left;
    width: 100%;
}

.tab-content {
    width: 100%;
	padding-top: 10px;
    display: none;
}

#tab-1 {
 display: block;   
}

.tab-content .moduletable-rentalproducts{
	padding: 15px;
	background-color: #e7e7e7;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.tab-content .moduletable-rentalproducts h3 {
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
}

.tab-content .moduletable-rentalproducts .eshop_product{
	background-color: #fff;
	margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
	max-width: 200px;
}

.tab-content .moduletable-rentalproducts .image img{
	width: 100px;
}

/* ABOUT PAGE */

.about-box{
	background: #27205b;
	padding: 50px;
}

.about-box p{
	color: #fff;
	max-width: 850px;
	display: inline-block;
}

.about-box h2{
	color: #fff;
}

.team-page .team-box .box3{
    width: 25%;
}

.team-box .box3{
	float: none;
	display: inline-block;
	padding: 10px;
	margin: 0px;
	margin-right: -4px;
	padding-bottom: 20px;
	vertical-align: top;
}

.team-box .box3 img{
	width: 100%;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.team-box .box3 h3{
	margin-bottom: 5px;
	margin-top: 10px;
    color: #27205b;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;	
	font-size: 18px;
	line-height: 18px;
	padding-left: 10px;
	text-align: left;
}

.team-page .team-box .box3 h3{
	padding-left: 5px;
}

.team-box .box3 span{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #8d8d8d;
	padding-left: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
    font-weight: 400;
}

.team-page .team-box .box3 span{
	padding-left: 5px;
}


.team-box p{
	max-width: 850px;
	display: inline-block;
}

.team-box{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
	
/* COMMERCIAL SERVICES */

.commercial-services-grid .box3{
	border: 5px solid #fff;

	min-height: 250px;
background-position: center center; 
background-size: cover;
	text-decoration: none;
	color: #fff;
	text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.commercial-services-grid .box3 h2{
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	background: #27205b;
	margin: 0px;
	padding: 20px;
	text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px;
}

.commercial-services-grid .box3:hover h2{
	background: #0f0fab;
}

/* CHARITY */

.gradient-header{
	background-image: linear-gradient(#27205b, #2727a9);
	text-align: center;
}

.gradient-header h1{
	color: #fff;
    text-align: center;
	font-weight: 700;
}

.gradient-header p{
	color: #fff;
}

.charity-event{
	padding-bottom: 50px;
	margin-bottom: 50px;
    border-bottom: 5px solid #27205B;
}

.charity-box-right{
	float: right;
}

.charity-event-txt{
    padding-top: 50px;
	padding-right: 50px;
}

.charity-event-txt-right{
	float: right;
	padding-right: 0px;
	padding-left: 50px;
}

.charity-event-txt h2{
    font-weight: 600;
    margin-bottom: 15px;	
	margin-top: 0px;
    font-size: 26px;
}

.charity-event-txt p{
    font-weight: 400;
}

.charity-event-photos{
	padding-left: 100px;
}

.charity-event-photos-left{
	padding-left: 0px;
	padding-right: 100px;
}

.charity-event-photos img{
	max-width: 100%;
	margin-bottom: 15px;
}

.charity-amount{
	float: left;
	width: 100%;
	background: #27205b;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.charity-logo img{
	width: 100%;
    max-width: 300px;
}

.event{
	padding-top: 50px;
	padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.event h3{
color: #27205b;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
	
}

.event img{
	margin-top: 20px;
	max-width: 100%;
}

/* ECO PAGE */

.eco-page{
	padding-top: 200px;
	padding-bottom: 100px;
	min-height: 100vh;
	background-size: cover;
}

.eco-box-txt{
	padding-top: 250px;
	float: left;
	width: 100%;
	max-width: 500px;
}

.eco-box-txt h1{
	color: #fff;
	text-align: left;
}

.eco-box-txt p{
	color: #fff;
}


/* USEFULL DOCS */

.useful-docs{
	min-height: 300px;
	padding-bottom: 50px;
}

.useful-docs .box2{
	padding-top: 50px;
	padding-right: 50px;
}

.useful-docs .box2 h2{
	text-transform: uppercase;
	font-size: 22px;
}

.useful-docs .box2 p{
	/*min-height: 72px;*/
	margin-bottom: 5px;
}

.useful-docs a{
    background-image: url(../images/external-link.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
    padding-left: 25px;
    text-decoration: none;
    color: #27205b;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;

}

.useful-docs a:hover {
    color: #3030ff;
}

/* FURNITURE */

#content-left{
	float: left;
	width: 70%;
	padding-right: 100px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#content-left h3{
	text-transform: uppercase;
	color: #27205b;
	font-size: 17px;
}

#content-right{
	float: right;
	width: 30%;
}

/* CONTENT NAV */

#content-nav{
	float: left;
	width: 100%;
	padding-bottom: 40px;
}

#content-nav ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#content-nav ul li{
	float: left;
	margin-right: 15px;
	color: #000;
}

#content-nav ul li a{
	display: inline-block;
	padding-right: 15px;
	color: #03142a;
	text-decoration: none;
}

#content-nav ul li a:hover{
	text-decoration: underline;
}

.tick_box_row{
	float: left;
	width: 100%;}
	
.tick_box_left{
	float: left;
	width: 50%;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 400;
	padding-right: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.why-choose-us-furniture .tick_box_left{
}
	
	
.tick_box_left span{
	float: left;
	padding-left: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/icons/tick-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	color: #363636;
}
	
	
.tick_box_right{
	float: right;
	width: 50%;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 400;
	padding-left: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
	
.tick_box_right span{
	float: left;
	padding-left: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/icons/tick-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	color: #363636;
}

#order-now-box{
	float: left;
	width: 100%;
	padding: 20px;
	text-align: center;
	background-color: #27205b;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#order-now-box p{
	color: #fff;
}

#order-now-box h2{
	margin-top: 0px;
	color: #fff;
	text-transform: uppercase;
}

#order-now-box a.btn{

   background: #72cbf5;
    font-size: 12px;
    font-weight: 400;

}

#order-now-box a.btn:hover{
	   background: #5eb9e5;
}

.testimonial-box {
    float: left;
    width: 100%;
    background: url(../images/quotes.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-top: 50px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p.testimonial-txt {
    float: left;
    width: 100%;
    min-height: 80px;
    padding-right: 50px;
    background: url(../images/quotes-bottom.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    font-size: 15px;
    color: #000;
    line-height: 23px;
    font-style: italic;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wcu-furniture{
	padding-bottom: 15px;
}

/* FAQ */

.faq-page{
	min-height: 700px;
	padding-top: 20px;
}

.faq-page h2{
    font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
    text-transform: uppercase;
}

.faq-banner ul li{
	width: auto;
	background: none;
	padding: 0px;
	float: none;
	display: inline-block;
}

.faq-banner .tabs-menu li a{
	float: none;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
    text-transform: uppercase;
    font-weight: 400;
	font-size: 20px;
	width: 220px;
}

.faq-item{
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.faq-item h3{
	margin: 0px;
	margin-bottom: 5px;
	color: #0f0fab;
	font-style: italic;
    font-size: 17px;
}

.faq-item p{
	margin-top: 0px;
	max-width: 900px;
}

.platinum-col3 p{
	font-weight: 400;
}

.platinum-col3{
    background: url(/images/platinum-col3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
}

.platinum-col3 h2{
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 600;
}

.platinum-col3 img{
	width: 100%;
	max-width: 600px;
}

.platinum-col3 .box3{
	padding-left: 15px;
	padding-right: 15px;
}

.platinum-col3 .box1{
	padding-top: 25px;
	padding-bottom: 50px;
}

.platinum-spec img{
	width: 100%;
}

.platinum-spec-txt{
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
}

.platinum-spec-txt ul{
	float: left;
	width: 100%;
	max-width: 500px;
	color: #363636;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	font-weight: 300;
    line-height: 24px;
}

.platinum-spec-txt ul li{
	margin-bottom: 30px;
}

.platinum-spec-txt h2{
	margin-bottom: 25px;
	text-transform: uppercase;
    font-weight: 600;
}	

.platinum-services-img-main{
	width: 100%;
	max-width: 600px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.platinum-services-img-logo{
	width: 100%;
	max-width: 500px;
    margin-bottom: 50px;
}

.platinum-services-txt-right{
	float: right;
	padding-left: 50px;
	text-align: left;
}

.platinum-services-txt-left{
	float: left;
	padding-right: 50px;
	text-align: left;
}

.platinum-services-imgs-right{
	float: right;
}

.platinum-services-imgs-left{
	float: left;
}

.platinum-services{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
}

.platinum-services h2{
	margin-top: 0px;
	text-transform: uppercase;
    font-weight: 600;
}

.platinum-wcu{
	background-color: #f4f4f4;
}

.platinum-wcu h2{
	margin-top: 0px;
	text-transform: uppercase;
    font-weight: 600;
}


.dj-megamenu-default{
	background: none !important;
	height: 30px !important;
	font-family: 'Open Sans', sans-serif !important;
}

.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a{
	background-color: #27205b !important;
	color: #fff;
}

.dj-megamenu-default li.itemid128 .dj-up_a{
		background-color: #223884 !important;
}

.dj-megamenu-default li.itemid128 .dj-up_a:hover{
		background-color: #ededed !important;
}

.dj-megamenu-default li.active a.dj-up_a{
	background-color: #ededed !important;
	color: #27205b;
}


.dj-megamenu-default li a.dj-up_a{
	height: 30px !important;
	color: #27205b;
	border-left: none !important;
	/*border-right: 1px solid #eaeaea !important;*/
	border-right: none !important;
	padding: 0px 10px !important;
	margin-right: 5px;
    padding-left: 10px !important;
padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.dj-megamenu-default li a.dj-up_a span{
	height: 30px !important;
	line-height: 30px !important;
}

.dj-megamenu-default li a.dj-up_a .arrow{
	top: 10px !important;
	right: 30px !important;
}

.subcols4 div:nth-last-of-type(2){
    border-right: none!important;
}

.subcols1{
    border-radius: 0px 5px 5px 5px!important;
}

.subcols1 div:nth-last-of-type(2){
    border-right: none!important;
}

.dj-megamenu-default li div.dj-subwrap, .dj-megamenu-default li:hover div.dj-subwrap li div.dj-subwrap, .dj-megamenu-default li.hover div.dj-subwrap li div.dj-subwrap{
	background: #474747 !important;
    background: rgba(71,71,71,.9)!important;
	border-left: 1px solid #19114e;
	border-bottom: 0px solid#19114e;
margin-top: 11px;
border-radius: 5px 5px 5px 5px;
}

.dj-megamenu-default li div.dj-subcol{
	border-right: 1px solid #19114e;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	min-height: 300px;
    padding-left: 5px;
    padding-right: 5px;
}

.dj-megamenu-default li ul.dj-submenu > li{
	/*border-top: 1px solid #fff !important;*/
	border-top: 0px solid #fff !important;
}

.dj-megamenu-default li ul.dj-submenu{
    padding-top: 10px;
	/*padding: 5px;*/
}

.first{
	border-top: none !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a{
	color: #fff !important; 
	font-weight: 400 ;
	/*text-transform: uppercase;*/
	font-size: 15px !important;
	padding-top: 7px!important;
    padding-bottom: 7px!important;
padding-left: 0px!important;
    margin: 0px !important;
    -webkit-transition: .2s;
    transition: .2s;
}

.dj-megamenu-default li ul.dj-subtree > li > a{
	color: #fff !important; 
	font-weight: 400 ;
	/*text-transform: uppercase;*/
	font-size: 15px !important;
	line-height: 17px;
	padding-top: 7px!important;
    padding-bottom: 7px!important;
    -webkit-transition: .2s;
    transition: .2s;
}

.dj-megamenu-default li ul.dj-submenu > li > a em{
	display: none !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover, .dj-megamenu-default li ul.dj-submenu > li > a.active, .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a{
	/*background: none !important;*/
	background-color: #27205B !important;
	color:#71CBF4 !important;
	/*color:#0f0fab !important;*/
}

.dj-megamenu-default li ul.dj-subtree > li > a:hover{
	background-color: #27205B !important;
	color:#71CBF4 !important;
}

/*
.dj-megamenu-default li ul.dj-subtree > li > a{
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
}
*/

/*
.dj-megamenu-default li ul.dj-subtree > li > a:hover{
	background: none !important;
	color: #fff !important;
	text-decoration: underline;
}
*/

.dj-megamenu-default li ul.dj-subtree {
	list-style: none !important;
	margin: 0px !important;
	    /*padding: 0px 10px !important;*/
}

.dj-megamenu-default li ul.dj-subtree > li{
	list-style: none !important;
}

.dj-megamenu-default .itemid101 a{
	background: none !important;
}

.dj-megamenu-default li.itemid101 a.dj-up_a{
/*	background: none !important;
	padding: 0px!important;*/
}

.dj-megamenu-default li.itemid101 a.dj-up_a img{
	width: 22px;
}

.dj-megamenu-default li.dj-up{
	padding-left: 0px !important;
	padding-right: 10px !important;
}

span.image-title{
	display: none!important;
}

.dj-megamenu-default li a.dj-up_a span.dj-drop{
padding: 0 0px 0 0 !important;
}	

.dj-megamenu-default li ul.dj-submenu > li > a.menu-sub-heading{
	font-weight: 800 !important;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: uppercase!important;
    padding: 0px!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	cursor: default!important;
}

.dj-megamenu-default li ul.dj-subtree > li > a.menu-sub-heading{
	font-weight: 600 !important;
    font-size: 14px !important;
    color: #2e2e2e !important;
    text-transform: uppercase!important;
	padding-top: 30px!important;
	padding-bottom: 20px!important;
	cursor: default!important;
}

.dj-megamenu-default li div.dj-subwrap{
	/*background: #ededed!important;*/
	background: #27205B!important;
    margin-top: 0px!important;
    padding-top: 0px;
    /*margin-left: 0px!important;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;*/
}

.dj-megamenu-default li .subcols4{
    margin-left: -200px!important;	
}

.dj-megamenu-default li a.dj-up_a{
	font-size: 15px!important;
	font-weight: 800!important;
    border-radius: 5px 5px 5px 5px;
}

.dj-megamenu-default .itemid102 div.dj-subcol{
	min-height: 350px !important;
}

/*.dj-megamenu-default .itemid103 div.dj-subcol{
	min-height: 600px !important;
}*/

.packing-options .box5{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.packing-options .box5 img{
	max-width: 100px;
}

.packing-options .box5 h2{
	text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
}

/* SHOP */

.shop{
	text-align: center;
}

.shop h2{
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.shop .box4{
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff;

}
.shop .box4 img{
	float: left;
	width: 100%;
	border: 1px solid #d9d9d9;
	border-bottom: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.shop .product-info{
	padding: 15px;
	border: 1px solid #d9d9d9;
	border-top: none;
}

.shop h3 {
    font-size: 18px;
    font-weight: 500;
	color: #3d3d3d;
	margin-top: 0px;
}

.shop span{
	font-size: 16px;
	line-height: 20px;
	color: #707070;
	text-transform: uppercase;
}

.shop span strong{
	color: #27205b;
	font-size: 14px;
}

.txt-box-left{
	padding-right: 50px;
}

.txt-box-right{
	padding-left: 50px;
}

.txt-box-left h2{
	font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.txt-box-right h2{
	font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.txt-box-left ul{
	padding-left: 30px;
}

.txt-box-right ul{
	padding-left: 30px;
}
	
.storage-call-to-action-txt{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background: #f1f1f1;
}

.storage-call-to-action-txt p{
	margin: 0px;
}

.storage-call-to-action-txt a{
	color: #27205b;	
	text-decoration: none;
}

.storage-call-to-action-txt a:hover{
	text-decoration: underline;
}	

/* NEW PAGE DESIGNS */


.banner2 {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 0px;
}

.banner-txt-box {
    display: inline-block;
    max-width: 700px;
    padding: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
    /* background-color: rgba(0, 0, 0, 0.4); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner2 h1 {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    vertical-align: top;
}

.banner2 img {
    margin-top: -20px;
}

.banner2 p {
    display: inline-block;
    max-width: 700px;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px;
}

.intro-box-right {
    padding: 50px;
    padding-left: 50px;
    padding-right: 50px;
    /* background: #27205b; */
    background-image: linear-gradient(#27205b, #2727a9);
    min-height: 430px;
}

.intro-box-right h2 {
    margin-top: 0px;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.intro-box-right p {
	color: #fff;
    font-size: 20px;
    line-height: 27px;
}


.intro-box-right .btn {
    display: inline-block;
    padding: 12px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    border: none;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: none;
    margin-top: 15px;
}

.intro-box-right .btn:hover {
    background-color: #d8d8ff;
    border: none;
    color: #000;
}

.service-v3 {
    background: #efefef;
    margin-bottom: 50px;
    padding-bottom: 0px;
}

.service-v3 .intro-box-right {
    background-image: none;
    background: #efefef;
}

.service-v3 .intro-box-right h2 {
    color: #555555;
}

.service-v3 .intro-box-right p {
	color: #555555;
}


.service-v3 .intro-box-right .btn {
    display: inline-block;
    min-width: 120px;
    padding: 8px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    color: #fff;
    background-color: #27205B;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border: none;
    text-transform: none;
}

.service-v3 .intro-box-right .btn:hover {
    color: #fff;
    background-color: #71cbf4;
}



.intro-box-left {
    padding: 50px;
    padding-left: 50px;
    padding-right: 50px;
    background: #efefef;
    min-height: 455px;
}

.service-video-box{
float: left;
padding-left: 100px;
padding-top: 20px;
max-width: 550px;
}

.service-video-box img{
	max-width: 400px;
}	

.services-wcu4 {
    padding-top: 25px;
    padding-bottom: 0px;
    background: #fff;
}

.services-wcu4 .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.services-wcu2 h2 {
    text-align: center;
    margin-top: 0px;
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
    font-size: 35px;
    font-weight: 600;
    color: #363636;
}

.services-wcu4 .wcu-row {
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
	margin-top: 50px;
    background: #fff;
}

.box-txt-right {
    float: right;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 25px;
    background: #fff;
}

.box-txt-right h3 {
    font-weight: 600;
    margin-top: 0px;
    font-size: 26px;
    margin-bottom: 10px;
    color: #27205b;
}

.services-wcu4 .box-txt-right h3 span {
    display: inline-block;
    padding: 5px;
    background: #27205b;
    border: 3px solid #71cbf4;
    color: #fff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    width: 52px;
    height: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-right: 10px;
}

.box-img-left {
    float: left;
    /* padding-right: 50px; */
    border-right: 50px solid #fff;
}

.box-img-left img {
    float: left;
    max-width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.box-txt-left {
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 25px;
    background: #fff;
}

.box-txt-left h3 {
    font-weight: 600;
    margin-top: 0px;
    font-size: 26px;
    margin-bottom: 10px;
    color: #27205b;
}

.services-wcu4 .box-txt-left h3 span {
    display: inline-block;
    padding: 5px;
    background: #27205b;
    border: 3px solid #71cbf4;
    color: #fff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    width: 52px;
    height: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-right: 10px;
}

.services-wcu4 .wcu-row p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    padding-left: 62px;
    color: #555555;
}

.box-img-right {
    float: right;
    /* padding-left: 50px; */
    border-left: 50px solid #fff;
}

.box-img-right img {
float: left;
    max-width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.booking-box2 {
    padding: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
    /* margin-top: 50px; */
    text-align: center;
    background-image: url(/images/booking-box2.jpg);
    background-position: center center;
    background-size: cover;
}

.booking-box2 h2 {
text-align: center;
    margin-top: 0px;
    font-weight: 600;
    text-transform: none;
    font-size: 35px;
    font-weight: 600;
    color: #fff !important;
    font-size: 35px;
}

.booking-box2 .booking-info {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    vertical-align: top;
}

.booking-box2 .box3 {
    padding-left: 15px;
    padding-right: 15px;
}

.booking-box2 .box3 img {
    display: inline-block;
    max-width: 65px;
}

.booking-box2 h3 {
    color: #fff;
    font-weight: 600;
}

.booking-box2 p {
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    min-height: 66px;
}

.booking-box2 .booking-info p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.booking-box2 .txt-btn {
    display: inline-block;
    padding: 12px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    border: none;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: none;
    margin-top: 20px;
}

.booking-box2 .txt-btn:hover {
    background-color: #27205b;
    border: none;
    color: #fff;
}

.wcu-box2 {
    background: #fff;
    padding-top: 75px;
    padding-bottom: 0px;
}

.wcu-box h2 {
    text-align: center;
    color: #363636;
    font-size: 25px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 25px;
    text-transform: none;
    font-size: 30px;
    font-weight: 600;
}

.wcu-box2 ul {
    float: none;
    display: inline-block;
    width: auto;
    max-width: 1000px;
    padding: 0px;
    color: #363636;
    list-style: none;
}

.wcu-box2 li {
    display: inline-block;
    text-align: left;
    float: left;
    width: 33.33%;
    min-height: 93px;
    font-size: 20px;
    padding-left: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/tick-grey.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    background-size: 70px;
    border-right: 25px solid #fff;
    border-bottom: 25px solid #fff;
    min-height: 117px;
}

#local-national{
    background-image: url(/images/icons/local-national.png);
}

#expert-team{
    background-image: url(/images/icons/experts.png);
}

#free-boxes{
    background-image: url(/images/icons/packaging1.png);
}

#moving-consultant{
    background-image: url(/images/icons/moving-consultant.png);
}

#plan{
    background-image: url(/images/icons/plan.png);
}

#transport{
    background-image: url(/images/icons/transport1.png);
}

.overlap-up {
    padding-top: 0px;
    margin-top: 0px;
}

.service-into{
	background-color: #efefef;
}

/* REMOVALS SERVICES */

.removal-services-page .services-container{
	padding-top: 0px;
	padding-bottom: 50px;
	text-align: center;
}

.removal-services-page .full-height-banner-title {
    padding-top: 100px;
}

.removal-services-page .btn {
    display: inline-block;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    text-align: center;
    background-color: #0f0fab;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: none;
    margin-top: 0px;
    min-width: 0px;
	text-transform: uppercase;
}

.removal-services-page .btn:hover {
    background-color: #1e1ed0;
    border: none;
    color: #fff;
}

.removal-services-page h1{
	font-size: 40px;
    text-align: center;
    font-weight: 800;
}

.removal-services-page .services-container h2 {
    margin-bottom: 0px;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    margin-top: 0px;
}

/*.removal-services-page p {
    display: inline-block;
    max-width: 1000px;
    font-size: 25px;
    line-height: 30px;
}*/

.service-level {
	float: none;
    display: inline-block;
    width: 33.33%;
    min-height: 179px;
    max-width: 350px;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    text-decoration: none;
    /*background: rgba(0, 0, 0, 0.6);*/
    background: #f1f1f1;
    color: #363636;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    border: 1px solid #e5e5e5;
	vertical-align: top;
}

.service-level p{
	text-align: center;
    font-size: 20px;
	font-style: italic;
    -webkit-transition: .2s;
    transition: .2s;
}

.service-level ul{
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
    font-size: 18px;
	font-weight: 300;
    color: #363636;
	float: left;
    width: 100%;
	min-height: 207px;
	padding-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
}

.service-level ul li{
	    float: left;
    width: 100%;
	padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(/images/icons/tick-grey.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
	margin-bottom: 5px;
}

.service-level:hover{
    border: 1px solid #b5b5b5;
}	

.service-level:hover .btn{
    background-color: #1e1ed0;
}	

.service-level:hover p{
	color: #27205b;
}

.service-level .box1 img{
	float: none;
	max-width: 85px;
	margin-right: 0px;
    margin-top: 0px;
}

.service-level h3{
    font-size: 25px;
	color: #27205b;
    text-transform: none;
    font-weight: 500;
	float: left;
	width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.removal-services-page .services-icons {
    padding-left: 0px;
}

.removal-services-page .services-icons img{
	    -webkit-filter: invert(100%);
    filter: invert(100%);
	margin: 0px;
}

.removal-services-page .services-icons span {
    font-weight: 400;
}

.service-icons-container{
	float: left;
	width: 100%;
	min-height: 320px;
}

/* NEW */

.page-header-v3{
    position: relative;
    padding-bottom: 75px;
    padding-top: 75px;
    background-size: 70%!important;
    background-position: right center !important;
}

.page-header-v3 h1 {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 42px;
    text-align: left;
    font-weight: 800;
}

.page-header-v3 p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 10px;
    max-width: 500px;
}

.heading-background{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85%;
    height: 100%;
    background-image: url(/images/page-headings/header-background.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    z-index: 9;
}

.page-header-v3 .container{
    z-index: 99;
}

.services-container-v2{
    padding-top: 50px;
    padding-bottom: 50px;
}

.services-container-v2 p{
    font-weight: 400;
}    

.services-row-top{
    padding-top: 50px;
}

.services-info{
    padding: 10px;
    padding-right: 10px;
    padding-left: 0px;
    text-align: left;
    min-height: 66px;
    /*border-right: 1px solid #ececec;*/
    border-right: 1px solid #41a2d9;
}

.services-info span{
    float: left;
    width: 100%;
    padding-right: 50px;
    font-weight: 400;
    font-size: 17px;
    color: #363636;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(/images/icons/info-btn.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}

.service-level-box{
    padding: 10px;
    text-align: center;
     min-height: 66px;   
    /*border-right: 1px solid #ececec;*/
    background-image: url(../images/dotted-line.png);
    background-repeat: repeat-y;
    background-position: right top;
}

.services-container-v2 .service-type{
    min-height: 185px;
}

.service-level-box span{
    display: none;
}

.service-level-box img{
    width: 20px;
}

.service-type h2{
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 25px;
}

.service-type p{
    margin: 0px;
    font-size: 14px;
}

.service-type img{
    width: 100%;
    max-width: 70px;
}

.services-container-v2 .btn{
    display: inline-block;
    min-width: 120px;
    padding: 8px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    color: #fff;
    background-color: #27205B;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border: none;
    text-transform: none;
} 

.services-container-v2 .btn:hover {
    color: #fff;
    background-color: #71cbf4;
}  

.services-info a{
    text-decoration: none;

}

.services-info a:hover span{
   color: #71cbf4;
}

.service-info-link{
    display:inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background-image: url(/images/icons/info-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.service-popup img{
    float: left;
    width: 100%;
}

.service-popup{
    padding: 0px!important;
}

.fancybox-content{
    background: #27205B!important;
    max-width: 600px!important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}  

.fancybox-content h2{
    color: #fff;
    margin-top: 0px;
}

.fancybox-content p{
    color: #fff;
}
    	
.fancybox-button svg{
    color: #27205B!important;

}

.popup-content{
    padding: 25px;
}

.fancybox-slide--html .fancybox-close-small {
    background: #71cbf4!important;
    -webkit-transition: .3s;
    transition: .3s;
}

.intro-section{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.intro-section p{
    display: inline-block;
    max-width: 900px;
}

.wcu-box4{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: transparent;
}

.wcu-box-container2{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f4f4f4;
}

.wcu-box-container2 .wcu-box2 li {
    border-right: 25px solid #f4f4f4;
    border-bottom: 25px solid #f4f4f4;
}
	
.wcu-box4 h2{
    font-size: 30px;
    font-weight: 600;
    color: #27205b;
}

.booking-box2 h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}   

.booking-box2 .btn{
    margin-top: 25px;
}

.booking-box2 .btn:hover{
    color: #27205b;
    background-color: #9ad8f4;
} 

.booking-box2 {
    padding: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
    /* margin-top: 50px; */
    text-align: center;
    background-image: url(/images/booking-box4.jpg);
    background-position: center center;
    background-size: cover;
} 

.services-box .box2 {
    width: 46%;
    text-align: center;
    margin-top: 25px;
    margin-left: 4%;
    margin-right: 4%;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    background-color: #f4f4f4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-top: 90px;
}

.services-box .service-left {
    margin-left: 0%;
}

.services-box .service-right {
    margin-right: 0%;
}

.homepage-intro {
    width: 60%;
    padding: 50px;
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
    z-index: 1;
}

.intro-img3 {
float: right;
    z-index: 99;
    margin-top: -70px;
    margin-right: 0px;
float: right!important;
}

.img-holder {
    position: relative;
    max-width: 70%;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.services-box .box2 h3 {
    color: #27205b;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: left;
}

/* CAREERS */

.career-page img{
    max-width: 100%;
}

.banner-box-offset{
    text-align: center;
}

.banner-box-txt{
    display: inline-block;
    width: 100%;
    max-width: 700px;
    padding: 50px;
    background: #ededed;
    background: #fff;
    margin-top: -150px;
    margin-bottom: 75px;
    /* opacity: 0.9; */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 2px rgb(0 0 0 / 5%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-box-txt .btn{
    padding-left: 25px;
    padding-right: 25px;
}

.career-page-our-people {
    padding-top: 100px;
    padding-bottom: 100px;
}

.career-page-our-people img{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.charity-event-photos img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.services-testimonial {
    padding-left: 50px;
    padding-right: 50px;
    /* padding-top: 50px; */
}

.boxpad {
    padding-top: 25px;
    padding-bottom: 25px;
}

.mission-statement-container {
    float: left;
    width: 100%;
    text-align: center;
}

.testimonial-left-wide {
    float: left;
    width: 100%;
    background: url(../images/quotes-white.png);
    background-repeat: no-repeat;
    padding-left: 100px;
    margin-top: 50px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mission-statement {
    max-width: 900px;
    float: none !important;
    display: inline-block;
    text-align: center;
}

.testimonial-left-wide .quote-box-container {
    float: left;
    width: 100%;
    background: url(../images/quotes-bottom.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span.author {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.mission-statement p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.career-page .services-testimonial{
    width: 100%;
}

.career-page-benfits {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f1f1f1;
    text-align: center;
}

.career-icons .box5 {
    width: 25%;
    margin-top: 24px;
    border-right: 12px solid #f1f1f1;
    border-left: 12px solid #f1f1f1;
}

.career-icons span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    min-height: 50px;
    color: #525252;
}

.benefit-icon-box {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 10px 2px rgb(0 0 0 / 10%);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding: 25px;
    background: #fff;
}

.career-page .career-page-benfits img{
    max-width: 100px;
    margin-bottom: 20px;
}

.perk-box-icon {
    float: left;
    width: 25%;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: #41a2d9; */
}

.perk-box-txt {
    float: left;
    width: 75%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 120px;
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
}

.perk-box-txt p{
    display: inline-block;
    max-width: 900px;
    font-weight: 600;
}    
    

.career-page-info {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
    text-align: center;
}

.career-page-info p{
    display: inline-block;
    max-width: 900px;
}   

.career-page-info p a{
   color: #27205B;
    text-decoration: none; 
}

.csr{
    padding-top: 100px;
}

.career-page h2{
    font-size: 40px;
    font-weight: 800;
}

.career-page .page-header{
    margin-top: 182px;
}    

.career-page .header-background {
    position: relative;
    min-height: 500px;
}

.career-page .charity-event-txt h2{
    font-size: 26px;
    font-weight: 600;
}

.career-page{
    float: left;
    width: 100%;
    background-color: #f1f1f1;
}

.career-3-image-box{
    padding-top: 0px;
}

.service-box-mobile{
    padding: 25px;
    margin-top: 50px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    display: none;
    border: 1px solid #d4d4d4;
    max-width: 400px;
    float: none;
}

.service-btn{
    padding-top: 15px;
    text-align: center;
    padding-left: 0%!important;
}

.service-box-mobile .service-top{
    text-align: center;
    padding-left: 0%!important;
}

.service-box-mobile .box1 img {
    width: 100%;
    max-width: 20px;
    margin-top: 0px;
    vertical-align: top;
}

.service-box-mobile .box1{
    padding-bottom: 10px;
    padding-left: 35%;
    padding-left: 0%;
    text-align: left;
}

.service-box-mobile .service-top img {
    width: 100%;
    max-width: 80px;
}

.service-box-mobile h2 {
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 25px;
}

.service-box-mobile span {
    font-size: 17px;
    color: #6a6a6a;
    line-height: 22px;
vertical-align: top;
    margin-top: 2px;
}

.services-container-v2 .service-box-mobile .box1 p {
    text-align: left!important;
}

.packing-options{
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f4f4f4;
}

.packing-options h2{
    margin-top: 0px;
}

.packing-options h3{
    margin-top: 10px;
    color: #27205B;
    font-weight: 600;
}

.intro-box-left .storage-icon{
    width: 33.33%;
    text-align: left;

}

.intro-box-left .storage-icon-txt{
    width: 66.66%;
    /*min-height: 170px;*/
}

.intro-box-left .storage-icon-txt h2{
    margin-top: 0px;
    font-weight: 400;
}

.intro-box-left .storage-icon-txt p{
    margin-bottom: 0px;
}

.intro-box-left .storage-icon img{
    max-width: 100px;
    float: none;


}

.intro-box-left .storage-icon .box1{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.storage-service-box{
    padding: 25px;
    background-color: #f4f4f4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
}  

.storage-sub-banner{
    padding-top: 100px;
    padding-bottom: 100px;
    float: left;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #27205b;
    border-top: 2px solid #71cbf4;
    border-bottom: 2px solid #71cbf4;
    background-image: url('/images/page-headings/storage-sub-banner.jpg'); 
    background-position: center center;
}

.storage-sub-banner p{
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}

.storage-photos{
    padding-top: 25px;
    padding-bottom: 75px;
    text-align: center;
}
      
.storage-photos img{
    max-width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.storage-photos .box3{
    padding-left: 15px;
    padding-right: 15px;

}

.storage-photos .box3 h2{
    margin-top: 0px;
}

.storage-photos p{
    font-size: 20px;
    line-height: 27px;
    margin-top: 0px;
}

.storage-sub-banner .btn {
    margin-top: 25px;

}

/* WASTE CLEARANCE */

.waste-clearance-options{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #71cbf4;
    border-bottom: 2px solid #27205B;
}

.waste-clearance-sub-options{
    text-align: center;
}

.waste-clearance-sub-options p{
    color: #27205b;
    margin-bottom: 35px;
}

.waste-clearance-sub-options .box4{
    padding-bottom: 50px;
}

.waste-clearance-sub-options .box4 .box-inner{
    min-height: 256px;
}

.waste-clearance-options img{
    width: 100%;
    max-width: 80px;
}

.waste-clearance-options .box4{
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.waste-clearance-sub-options .box4 p{
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 17px;
}

.waste-clearance-sub-options .box4 h2{
    margin-top: 0px;
}

.waste-clearance-options .box4 .box-inner{
    padding: 25px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}   

.waste-clearance-options .box4 .box-inner .box1{
    padding-top: 15px;
    padding-bottom: 15px;
} 

.waste-clearance-options .box4 .btn{
    color: #fff;
    background-color: #27205B;
}   

.waste-clearance-options .box4 .btn:hover{
     background-color: #71cbf4;   
}

.waste-clearance-options .box4 h3{
    margin-bottom: 0px;
    color: #27205B;
}

.waste-clearance-options .box4 span{
    font-weight: 600;
    font-size: 18px;
    color: #383838;
    line-height: 16px;    
}

.waste-clearance-options .box4 .price{
    font-size: 15px;
}

.waste-clearance-options ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    list-style: none;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.waste-clearance-options li {
    float: left;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 30px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/images/icons/tick-blue1.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 8px;
    font-weight: 400;
    font-size: 15px;
    color: #9a9a9a;
    color: #383838;
    line-height: 17px;
}

.clearance-back-link {
    float: left;
    color: #27205b;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
    padding-left: 35px;
    background-image: url(/images/icons/back-arrow.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 18px;
    -webkit-transition: .2s;
    transition: .2s;
    background-color: rgba(0, 0, 0, .05);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 99;
}

.clearance-back-link:hover {
    background-position: left 7px center;
}


/* AWARD BANNER */

.award-banner{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #71cbf4;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 99;
    /*background-image: url(/images/funky-lines.jpg);*/
background: rgb(113,203,244);
background: radial-gradient(circle, rgba(113,203,244,1) 0%, rgba(39,32,91,1) 100%);


}

.award-txt{
    padding-right: 25px;
}

.award-txt p{
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}

.award-txt a{
    color: #fff;
}

.award-img{
    position: relative;
    padding-left: 25px;
}

.award-img img{
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -150px;
    max-width: 500px;
}

#nav .header-btn{
    display: none;
}

.dj-offcanvas-dark .dj-offcanvas-top {
    background: #27205B!important;
}

ul.dj-mobile-dark li.dj-mobileitem > a{
    background: #27205B!important;
    border-top: none!important;
    border-bottom: 2px solid #322a69!important;
    font-weight: 600!important;
    padding: 15px 15px!important;
}

.dj-offcanvas-dark {
    background: #27205B!important;
}

ul.dj-mobile-dark ul li.dj-mobileitem:hover > a, ul.dj-mobile-dark ul li.dj-mobileitem.active > a.menu-sub-heading {
        background: #71cbf4 !important;
    }

ul.dj-mobile-dark ul li.dj-mobileitem > a {
    color: #fff!important;

}

.services-box .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-wide {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.award-logo{
max-width: 400px;
margin-top: 25px;
}

.services-box .box2{
width: 46%;
margin: 0px;

position: relative;
margin-right: 2%;
margin-left: 2%;
margin-bottom: 4%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
overflow: hidden;
border: 1px solid #d4d4d4;
}

.services-box .box2 h3{
color: #27205b;
font-size: 25px;
}

.services-box .box2 p {
    min-height: 0px;
    text-align: left;
    margin-bottom: 0px;
color: #27205b;
}

.services-icon {
float: left;
margin-top: -65px;
padding-bottom: 15px;
max-width: 75px;
}

.services-text-box {
position: absolute;
left: 0px;
bottom: 0px;
    float: right;
    width: 100%;
    padding: 25px;
text-align: center;
background-color: rgba(113, 203, 244, 0.8);
}


.service-img img{
float: left;
width: 100%;
}


.services-text-box{
background: #fff;
}



.service-img{
max-height: 600px;
overflow: hidden;
}

.moving-day h3 {
    margin-top: 0px;
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
    font-size: 35px;
    font-weight: 600;
    color: #363636;
}

.moving-day .box2{
    padding-bottom: 50px;
}

.down-arrow{
	position: absolute;
	bottom: 50px;
	left: 50%;
    z-index: 99;
	margin-left: -25px;
}

.down-arrow img{
	max-width: 50px;
}

.bounce {
	-moz-animation: bounce 4s infinite;
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.section-fw{
    position: relative;
}

.section-fw h2{
color: #fff;
font-size: 50px;
margin-top: 0px;
}

.section-fw .box1{
max-width: 800px;
padding: 50px;
}

.section-fw h2{
color: #fff;
}

.section-fw p {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.banner-slides{
    float: left;
    position: relative;
    width: 100%;
    min-height: 750px;
    overflow: hidden;
}

/* CALCULATOR MODULE */

#calculator{
    height: auto!important;
}

.pd-widget{
display: inline-block;
max-width: 800px;

}

.pd-widget img{
max-width: 150px;
}

.pd-container{
/*
padding-top: 75px; 
margin-top: 50px;
*/
padding-bottom: 50px; 
background-color: #27205B; 

}

.pd-widget label{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
}


.pd-widget input {
    padding: 10px;
    width: 100%;
max-width: 300px;
    font-size: 17px;
    border: 1px solid #aaaaaa;
background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
margin-bottom: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

.pd-widget input:hover{
    border: 1px solid #aaaaaa;
background: #f1f1f1;
}

.pd-widget input:focus{
	border: 1px solid #223884;
}

.pd-widget select {
    padding: 10px;
    width: 100%;
max-width: 300px;
    font-size: 17px;
    border: 1px solid #aaaaaa;
background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
margin-bottom: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

.pd-widget select:hover{
    border: 1px solid #aaaaaa;
background: #f1f1f1;
}

.pd-widget select:focus{
	border: 1px solid #223884;
}

.pd-widget .box2{
padding-left: 25px;
padding-right: 25px;
}

.pd-widget .btn{
    float: none;
    max-width: 300px;
/*margin-top: 30px;*/
	background: #71cbf4;
    border: 1px solid #71cbf4;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
}

.pd-widget .btn:hover{
	background: #88d4f7;
    color: #27205B;
    border: 1px solid #71cbf4;
}

#results .btn{
    float: none;
    max-width: 300px;
/*margin-top: 30px;*/
	background: #71cbf4;
    border: 1px solid #71cbf4;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
}

#results .btn:hover{
	background: #88d4f7;
    color: #27205B;
    border: 1px solid #71cbf4;
}

.pd-container table{
background-color: #d8f7ff;
font-size: 16px;
border-collapse: collapse;
border: 1px solid #133840;
}

.pd-container table div{
display: inline-block;
}

.pd-container table tr td:nth-child(even){
background: #c8f4ff;
}

.pd-container table tr th:nth-child(even){
background: #c8f4ff;
}

.pd-container h2{
color: #fff;
text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
}

.pd-container p{
color: #fff;
}

#results span.revenue-txt{
font-size: 25px;
text-transform: uppercase;
color: #fff;
font-weight: 400;
}

#results span.revenue-pound{
color: #fff;
    font-size: 60px;
    font-weight: 800;
}

.counter-value {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

#results .counter-value{
    font-size: 60px;
    font-weight: 800;
}

#pd-table{
-webkit-transition: .6s;
    transition: .6s;
opacity: 0;
 margin-top: 50px;
}

#enforcement-container{
-webkit-transition: .6s;
    transition: .6s;
opacity: 0;
padding-top: 25px;
}

#results{
-webkit-transition: .2s;
    transition: .2s;
opacity: 0;
padding-top: 25px;
overflow: hidden;
    height: 0px;
}

.page-header-grad{
    border-bottom: 1px solid #71cbf4;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background: radial-gradient(circle, rgba(113, 203, 244, 1) 0%, rgba(39, 32, 91, 1) 100%);
    text-align: center;
}

.page-header-grad h1{
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.page-header-grad p{
    color: #fff;
    text-align: center;
}

.page-header-grad ul{
    float: none;
    display: inline-block;
    max-width: 800px;
    text-align: left;
    color: #fff;
    margin-top: 20px;
}

.page-header-grad ul li{
    float: left;
    width: 100%;
    background-image: url(../images/tick-white2.png);
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    background-position: top 11px left;
}

.about-qdy{
    position: relative;
    z-index: 999999999;
    margin-top: -135px;
}
    
.about-qdy-box{
    display: inline-block;
    padding: 25px;
    background: #27205B;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
    max-width: 450px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-qdy-box span{
    color: #71cbf4;
    font-size: 30px;
    font-weight: 500;
}

.mission-statement-content{
    padding-top: 50px;
}

.mission-statement-content h2{
    font-size: 50px;
    margin-bottom: 0px;
    font-weight: 300;
    margin-top: 25px;
}

.mission-statement-content h3{
    color: #71cbf4;
    font-size: 50px;
    margin-top: 0px;
    font-weight: 800;
}

.mission-video{
    float: right;
    max-width: 400px;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.mission-images{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f4f4f4;
}

.mission-images h2{
    font-size: 50px;
    margin-bottom: 25px;
    font-weight: 800;
    margin-top: 0px;
    /*text-transform: uppercase;*/
}

#business-timeline h2{
    font-size: 50px;
    font-weight: 800;
    margin-top: 0px;
    /*text-transform: uppercase;*/
}

#company-values h2{
    font-size: 50px;
    font-weight: 800;
    margin-top: 0px;
    /*text-transform: uppercase;*/
}

.service-video-box h2{
    font-size: 50px;
    font-weight: 800;
    margin-top: 0px;
    /*text-transform: uppercase;*/
}

.map-section h2{
    font-size: 50px;
    font-weight: 800;
    /*text-transform: uppercase;*/
    margin-bottom: 50px;
    margin-top: 0px;

}

.map-section img{
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.pulse{
    animation: pulse 2s alternate infinite ease-in-out !important;
}

#company-values img{
    -webkit-animation: pulse 2s alternate infinite ease-in-out !important;
    -moz-animation: pulse 2s alternate infinite ease-in-out !important;
    -ms-animation: pulse 2s alternate infinite ease-in-out !important;
    -o-animation: pulse 2s alternate infinite ease-in-out !important;
    animation: pulse 2s alternate infinite ease-in-out !important;

}

.img-pulse {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
    transform: scale(1);
    }

    50% {
    transform: scale(1.2);
     }

    100% {
    transform: scale(1);
    }
}

.homepage-video-box {
    padding: 50px; 
    background: #f4f4f4; 
    background-image: url('/images/video-background.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px; 
    margin-bottom: 50px;
}

.page-intro{
    padding-top: 100px;
    padding-bottom: 100px;
}

.intro-txt{
    padding-right: 50px;
}



.intro-txt .box1{
    float: right;
    max-width: 700px;
    padding-left: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.intro-txt .box1 h2{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 50px;
}

.intro-txt .box1 h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: #27205b;
    padding: 0px;
    margin-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #71CBF4;
}

.intro-img{
    padding-left: 50px;
}

.intro-img-right{
    padding-left: 0px;
    padding-right: 50px;
}

.intro-img img{
    width: 100%;
    -moz-border-radius: 100px 0px 0px 100px;
    -webkit-border-radius: 100px 0px 0px 100px;
    -khtml-border-radius: 100px 0px 0px 100px;
    border-radius: 100px 0px 0px 100px;

}

.intro-img-right img{
        -moz-border-radius: 0px 100px 100px 0px;
    -webkit-border-radius: 0px 100px 100px 0px;
    -khtml-border-radius: 0px 100px 100px 0px;
    border-radius: 0px 100px 100px 0px;
}

.our-mission{
    background-color: #f1f1f1;   
}

.our-mission h2{
    display:inline-block;
    font-size: 40px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-right: 100px;
    background-image: url('/images/icons/mission.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50px;
}

.our-mission-box{
    width: 100%;
    /*background: #fff;*/
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 25px;
    margin-right: 0px!important;
    margin-left: 0px!important;
}

.our-mission-icon img{
    max-width: 100px;
}

.our-mission-box h3 {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.our-mission-box p{
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
}

.our-mission-icon{
    width: 20%;
    float: left;
    text-align: left;
}

.our-mission-txt{
    width: 80%;
    padding-left: 25px;
    text-align: left;
    float: right;
}

.our-mission-txt p{
    color: #fff;
}

.who-we-work-with h2{
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
    padding-right: 100px;
    background-image: url('/images/icons/networking.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50px;
}

.who-we-work-with .box3 img {
    width: 100%;
    max-width: 100%;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 25px;
}

.who-we-work-with .box3 {
    padding: 25px;
}

.who-we-work-with h3 {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #27205b;
    margin-bottom: 15px;

}

.our-mission-image {
    float: left;
    min-height: 850px;
    padding-top: 450px;
    background-size: cover;

    text-align: center;

}

.our-mission-content{
    float: right;
    padding-left: 50px;
    background-color: #27205b;
    padding-top: 50px;
    padding-right: 50px;
}

.our-mission-image img {
    width: 100%;
    max-width: 500px;
}

.item-page{
    min-height: 600px;
}


.page-enquiry-box{
    padding-top: 50px;
    padding-bottom: 50px;
}

.donations-help-box img{
    max-width: 100px;
}

.donations-help-box{
    padding-bottom: 50px;
}

.donations-help-box h2{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 50px;
}

.donations-help-box .box3{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

#eshop-main-container {
    padding-top: 50px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
    background-color: #f1f1f1;
}

.eshop-categories-list .eshop-info-block{
    background: #71cbf4!important;
    padding: 0px;
}

.eshop-categories-list img{
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;
}

.eshop-categories-list img:hover{
    transform: scale(1.05);
}

.eshop-image-block img {
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;
    -webkit-transition: .2s;
    transition: .2s;
}

.eshop-image-block img:hover{
    transform: scale(1.05);
}

.eshop-category-wrap:hover .eshop-categories-list .eshop-info-block h5 a{
        background: #71cbf4 !important;
}

.eshop-categories-list .eshop-info-block a{
    color: #fff;
    text-decoration: none;
}

.eshop-categories-list .eshop-info-block h5 a{
    float: left;
    width: 100%;
    background: #27205b!important;
    padding: 10px;
    -webkit-transition: .2s;
    transition: .2s;
}

.eshop-categories-list .eshop-info-block h5 a:hover{
     background: #71cbf4!important;
}   

.eshop-categories-list .eshop-category-wrap{
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

hr{
    display: none;
}

#products-list-container .d-md-table-cell{
    display: none!important;
}

.sortPagiBar{
    padding: 15px;
    border-bottom: 1px solid #27205b;
}

.sortPagiBar .col-md-9{
    width: 100%;
}

.grid div.ajax-block-product {
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}

.img-thumbnail{
    border: none !important;
}

.grid div.ajax-block-product .eshop-buttons{
    display: none!important;
}

.grid div.ajax-block-product h5 a{
    color: #27205B;
    font-size: 22px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.grid div.ajax-block-product h5 a:hover{
    color: #71cbf4;
}

.eshop-product-price .price, .eshop-product-price .eshop-sale-price{
    color: #404040;
}

.product-info .product-cart {
    width: 100%;
    float: left;
}

.product-info joomla-tab{
    display: none;
}

.product-info .product-description{
    padding-top: 25px;
    padding-bottom: 0px;
}

.page-title{
    margin-bottom: 50px;
}

.eshop-title{
    margin-bottom: 20px;
} 

.eshop-product-sorting b{
    font-weight: 600;
}

.eshop-product-show b{
    font-weight: 600;
}

.eshop-product-desc p{
    font-size: 16px;
    line-height: 21px;
}

.eshop-info-block h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.product-info{
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
}

.product-info .eshop-title {
    font-size: 30px;
    font-weight: 800;
}

.prod-images-container{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px;
}  

.img-thumbnail{
    background:none!important;
}  

#main-image-area{
    margin-bottom: 25px;
}

#main-image-area img{
    max-width: 100%;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;
}

.slick-slide{
    width: 180px!important;
}

.slick-slide img{
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;
}    

#product-price small{
    font-size: 15px;
}  

#product-price strong{
    font-weight: 600;
} 

#product-price h2{
    font-size: 25px;
    color: #27205b;   
    font-weight: 600;
    line-height: 25px;
}

.product-cart .box-quantity{
    display: block;
}

.product-cart .box-quantity .eshop-quantity {
    margin: 0 10px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.product-info .product-cart {
    padding: 0px 0px;
}

.product-info .product-cart .btn{
    min-width: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: #27205b;
    color: #fff;
}

.product-info .product-cart .btn:hover{
     background-color: #71cbf4;   
}

.product-info .product-cart #add-to-cart{
    min-width: 120px;
    padding: 8px;
}

.product-info .product-cart .btn-secondary{
    background-color: none!important;
    color: #000;
}

.product-info .product-cart .button-minus{
    display: inline-block;
    text-align: center;
    min-width: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: #27205b;
    color: #fff;
    text-decoration: none;
}

.product-info .product-cart .button-minus:hover{
     background-color: #71cbf4;   
}

.product-info .product-cart .button-plus{
    display: inline-block;
    text-align: center;
    min-width: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: #27205b;
    color: #fff;
    text-decoration: none;
}

.product-info .product-cart .button-plus:hover{
     background-color: #71cbf4;   
}

.checkout-page a{
    color: #27205B;
    text-decoration: none;
}

.checkout-page #login ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.checkout-page #login .checkbox{
    margin-top: 10px;
}

.checkout-page a:hover{
     text-decoration: underline;
}

.checkout-page .float-start{
    margin-top: 15px;
}

.checkout-page input{
    padding: 10px;
}

.checkout-page select{
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-check-input{
    margin-right: 15px;
}

.checkout-page{
    padding-top: 100px;
}

#shipping-method .form-row{
    display: none;
}

.dj-megamenu-default .my-account .title{
    display: none;
}

.dj-megamenu-default li .my-account{
    width: 30px!important;
    height: 30px!important;
    background-image: url('/images/icons/account.png')!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 30px!important;
}

.dj-megamenu-default li .my-account:hover{
    background: none!important;
}

.dj-megamenu-default li .basket-page{
    width: 30px!important;
    height: 30px!important;
    background-image: url('/images/icons/basket.png')!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 30px!important;
}

.dj-megamenu-default li.active .basket-page{
    background-color: transparent!important;
    width: 30px!important;
    height: 30px!important;
    background-image: url('/images/icons/basket.png')!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 30px!important;
}

.dj-megamenu-default li .basket-page:hover{
    background: none!important;
}

.dj-megamenu-default li .basket-page .title{
    display: none;
}

.dj-megamenu-default li.itemid107:hover a{
    background: transparent!important;
    width: 30px!important;
    height: 30px!important;
    background-image: url('/images/icons/account.png')!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 30px!important;
    opacity: 0.7!important;
}


.dj-megamenu-default li.itemid108:hover a{
    background: transparent!important;
    width: 30px!important;
    height: 30px!important;
    background-image: url('/images/icons/basket.png')!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 30px!important;
    opacity: 0.7!important;
}

.checkout-page .form-row{
    margin-bottom: 10px;
}

.eshop-quantity-value {
    width: 20px !important;
}

.product-info .product-cart #add-to-cart{
    min-width: 150px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;

}

#product-dynamic-info span{
    font-weight: 400;
    font-size: 18px;

    color: #404040;
    line-height: 23px;
}    

#product-dynamic-info strong{
    font-weight: 400;
    font-size: 17px;
    color: #000;
    line-height: 23px;
}   


#colorbox #cboxContent #cboxLoadedContent {
    padding: 2px;
} 

#cboxCurrent {
    position: absolute;
    bottom: 2px;
    left: 70px;
    color: #fff;
    font-size: 13px;
}

#colorbox #cboxClose {
    bottom: auto;
    right: 15px;
    top: 15px;
}

#colorbox #cboxContent h1 {
    background: #fff;
    margin: 0px;
    padding: 10px;
    line-height: normal;
    font-size: 30px;
    color: #27205b;
    text-transform: none;
    margin-bottom: 5px;
    margin-top: 10px;
}

#cboxContent .form-group{
    padding-bottom: 25px;
}

#cboxContent{
    height: auto!important;
}

#cboxContent table a{
    text-decoration: none;
}

#cboxContent .btn {
    min-width: 0px;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

#cboxContent .btn-primary{
    background-color: #27205B; 
    color: #fff;
} 

#cboxContent .btn-primary:hover{
       background-color: #71cbf4; 
}   

.totals > div {
    border: none;
    border-radius: 4px;
    color: #404040;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 7px 10px 6px;
    position: relative;
    text-align: center;
}

.table-bordered > :not(caption) > *{
    border:none;
}

.table-striped > tbody > tr:nth-of-type(odd) > *, .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
    background: #e1e1e1;
}

.cart-info .eshop-quantity .btn.button-plus, .quote-info .eshop-quantity .btn.button-plus {
    border-radius: 4px 4px 0 0 !important;
    margin: 0 !important;
    min-width: 20px;
}

.cart-info .eshop-quantity .btn.button-minus, .quote-info .eshop-quantity .btn.button-minus {
    border-radius: 4px 4px 0 0 !important;
    margin: 0 !important;
    min-width: 20px;
}

.coupon-code-box{
    border-top: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.coupon-code-box input{
    width: 100%;
    max-width: 150px;
    margin-bottom: 15px;
}

.cart-page .btn-primary{
    background-color: #27205B; 
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
} 

.cart-page .btn-primary:hover{
    background-color: #71cbf4; 
}   

.checkout-page .page-header{
    margin-top: 0px;
    background: none;
    border-bottom: none;
    padding: 0px;
    padding-bottom: 25px;
}

.checkout-heading{
    background: #27205B;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.login input{
    width: 100%;
    max-width: 300px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 5px;
}

.login input:hover{
	border: 1px solid #27205b;
}

.login input:focus{
	border: 1px solid #27205b;
}

.login .control-group{
    float: left;
    width: 100%;
    max-width: 100%;
    padding-bottom: 25px;
}

.login .form-check{
     float: left;
    width: 100%;
    padding-bottom: 15px;
}   

.login .form-check input{
    width: auto;
}

.login a{
    color: #27205B;
    margin-right: 15px;
}

.input-password-toggle{
    background-color: #f4f4f4;
    min-width: 150px;
    
}

.input-password-toggle:hover{
    background-color: #e8e7e7;
}

.form-control-feedback{
    color: red;
}

#nav{
    position: relative;
}

.eshop-cart-content{
    display: none!important;
}

#eshop-cart {
    position: relative;
    right: 0;
    top: 0;
    z-index: 9999;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #71CBF4;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    color: #27205B;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fa-shopping-cart{
    display: none!important;
}

#eshop-cart-total{
    width: 10px;
    height: 17px;
    float: left;
    overflow: hidden;
}

#eshop-cart .eshop-cart-items a span{
    background: none;
    padding-right: 0px;
}

.page-intro-top{
border-bottom: 1px solid #71cbf4;
    background: #27205B;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background: radial-gradient(circle, rgba(113, 203, 244, 1) 0%, rgba(39, 32, 91, 1) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-intro-top p{
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}

.service-container{
    padding-top: 25px;
    padding-bottom: 25px;
}

.nationwide{
    padding-top: 25px;
}

.nationwide p{
    font-size: 25px;
    line-height: 30px;
}


.dj-offcanvas-open .dj-offcanvas {
    z-index: 99999;
}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1576px) {

.booking-box2 .booking-info p{
    min-height: 88px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1420px) {

    .services-box .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-wide {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

}



/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1400px) {

#homepage-slider .banner-txt{
	padding-left: 70px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#homepage-slider .bx-wrapper .bx-controls-direction a{
	width: 50px;
    height: 50px;
}

#homepage-slider .bx-wrapper .bx-prev{
	background-position: 10px center;
    background-size: 20px;
}

#homepage-slider .bx-wrapper .bx-next{
	background-position: 10px center;
    background-size: 20px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1330px) {

.booking-box2 .booking-info p{
    min-height: 110px;
}



}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1220px) {

.mission-statement-content h2 {
    margin-top: 0px;
}

.services-text-box{
    position: relative!important;
}

.service-img {
    max-height: 100%!important;
    overflow: hidden!important;
}

.award-txt br{
    display: none;
}

.booking-box2 h3 {
    min-height: 54px;
}

#footer-top span {
    float: left;
    width: 100%;
}

#footer-top a.btn {
    float: none;
    margin-top: 25px;
}

.container{
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.services-box{
	padding-left: 0px;
	padding-right: 0px;
}

.homepage-intro{
	padding-left: 15px;
	padding-right: 15px;
}

.packing-options .box5 h2{
	min-height: 58px;
}

.service-video-box {
    padding-left: 25px;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1100px) {



.award-txt{
    padding-right: 0px;
}

.award-txt{
    text-align: center;
}

.award-img{
    text-align: center;
    padding-left: 0px;
    padding-top: 25px;
}

.award-img img {
    position: relative;
    left: auto;
    top: auto;
    margin-left: -0px;
    max-width: 350px;
}

.award-badge {
    position:relative;
    display: inline-block;
    right: auto;
    top: auto;
    margin-top: 25px;
}

#logo img {
    width: 100%;
    max-width: 250px;
}

.shrink #logo{
	width: 250px;
}

.banner-txt{
	max-width: 500px;
}

.box4{
	width: 50%;
}

/* BOXES */

.boxpad{
	padding: 15px;
}

.box3{
	width: 100%;
}

.team-box .box3{
	width: 33.33%;
}

.services-container .box3{
	width: 33.33%;
}

.commercial-services-grid .box3{
	width: 33.33%;
}

.storage-box .box3{
	width: 33.33%;
}

.career-3-image-box .box3{
	width: 33.33%;
}

.services-icons{
	padding-left: 15px;
}

.services-box .box4{
	border-bottom: 10px solid #fff;
	margin-top: 0px;
}

.services-box .box4 p{
	min-height: 110px;
	margin-bottom: 5px;
}

.icon-container .box3{
	padding-bottom: 25px;
}

.box2{
	width: 100%;
}

.career-page-our-people .box2{
	width: 50%;
}

.charity-event-txt{
	width: 50%;
}

.charity-event-photos{
	width: 50%;
}

.txt-box-left{
	padding-right: 0px;
}

.txt-box-right{
	padding-left: 0px;
}


.platinum-spec-txt{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

.platinum-services-txt-left{
	padding-right: 0px;
}

.platinum-services-txt-right{
	padding-left: 0px;
}
	

.platinum-services-imgs-right{
	padding-top: 25px;
}

.platinum-services-imgs-left{
	padding-top: 25px;
}

.platinum-services{
	padding-top: 0px;
}

.platinum-wcu .box1{
	text-align: left;
}

.boxcontent{
	padding: 25px;
}

.commercial-banner{
	width: 100%;
	margin-bottom: 5px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.storage-banner{
	width: 100%;
	margin-top: 1px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-header{
	padding-left: 15px;
	padding-right: 15px;
}

.content{
	/*padding-left: 15px;
	padding-right: 15px;*/
	padding-top: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.overlap-up {
    padding-top: 0px;
}

.intro-box-right{
    min-height: 0px;
}

.intro-box-right .box1{
	max-width:100% !important;

}

.intro-box-left {
    min-height: 0px;
}

.service-video-box {
    float: left;
    padding-left: 0px;
    padding-top: 20px;
	text-align: center;
	max-width:100% !important;
}

#furniture-slider .banner{
	background-size: cover;
	
}

#furniture-slider{
margin-top: 0px;
}

.box-txt-right {
    float: right;
    padding-left: 100px;
    padding-right: 100px;
}

.box-txt-left {
    float: right;
    padding-left: 100px;
    padding-right: 100px;
}

.box-img-right {
    float: left;
    /* padding-right: 50px; */
    border-left: none;
    padding-left: 100px;
    padding-right: 100px;
}

.box-img-left {
    float: left;
    /* padding-right: 50px; */
    border-right: none;
    padding-left: 100px;
    padding-right: 100px;
}

.booking-box2 {
    background-image: url(/images/booking-box3.jpg);
	padding-top: 50px;
	padding-bottom: 50px;
}

.booking-box2 .booking-info {
    padding-bottom: 0px;
}

.booking-box2 h2 {
    margin-bottom: 25px;
}

.booking-box2 h3 {
	font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.booking-box2 p {
    font-size: 20px;
    line-height: 25px;
    min-height: 0px;
}

.booking-box2 .box3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

.booking-box2 .booking-info p{
    min-height: 0px;
}

.booking-box2 h3 {
    min-height: 0px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1000px) {

#eshop-cart{
    display: none;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1040px) {

.custombanner-content{
    padding-top: 150px;
}

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn{
	background: none!important;
	color: #27205b!important;
}

.dj-megamenu-select-dark .dj-mobile-open-btn:focus, .dj-megamenu-select-dark:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus, .dj-megamenu-accordion-dark .dj-mobile-open-btn:hover, .dj-megamenu-accordion-dark .dj-mobile-open-btn:focus{
	background: none!important;
	color: #27205B!important;
}

.fa{
	font-size: 40px!important;
}

.fa-close{
	font-size: 30px!important;
}

.itemid-101 img{
	display: none;
	width: 50px;
	filter: brightness(0) invert(1);
}

span.image-title{
	display: block!important;
}

.dj-mobile-nav .parent .dj-mobileitem .menu-sub-heading{
	text-transform: uppercase!important;
	cursor: default!important;
	color: #fff!important;
}

.dj-mobile-nav .parent .dj-mobile-nav-child a{
	text-transform: none!important;
}	

.dj-mobile-nav .parent a{
	text-transform: uppercase!important;
}	



/*
ul.dj-mobile-dark ul li.dj-mobileitem:hover > a, ul.dj-mobile-dark ul li.dj-mobileitem.active > a.menu-sub-heading{
	background: #333333!important;
}
*/

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 950px) {

.custombanner-content{
    padding-top: 0px;
}


.services-container-v2 .box1 p{
    text-align: left!important;
}

.services-container-v2 .service-type p{
    text-align: center!important;
}

.services-info{
    display: none;
}

.service-level-box span {
    display: block;
}

.services-row .box5{
    width: 25%;
}

.page-header-v3 .heading-background {
    background-size: 100%;
}

.page-header-v3 .box1{
    max-width: 55%;
}

.page-header-v3 {
    background-size: 100%!important;
}

.team-page .team-box .box3{
    width: 33%;
}

.removal-services-page {
    margin-top: 0px;
}

.footer-bottom .box4{
	width: 33.33%;
	padding-bottom: 15px;
}

.packing-options .box5{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-bottom: 50px;
}

.packing-options .box5 h2 {
    min-height: 0px;
}

#furniture-slider .banner-txt{
	padding-top: 150px;
}

.why-choose-us .services-highlights{
	width: 100%;
}

.header{
	position: relative;
}

.shrink #menu{
    padding-top: 40px;
}

.eco-page {
    padding-top: 0px;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 150px;
}

.eco-box-txt {

    padding-top: 150px;
}

/*
#menu{
	display: none;
}
*/

#menu{
	padding-top: 0px!important;
	position: absolute;
	top: 10px;
	right: 10px;
}

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn{
	color: #fff!important;
    margin-top: -6px;

}

.dj-megamenu-select-dark .dj-mobile-open-btn:focus, .dj-megamenu-select-dark:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus, .dj-megamenu-accordion-dark .dj-mobile-open-btn:hover, .dj-megamenu-accordion-dark .dj-mobile-open-btn:focus{
	color: #fff!important;
}


.slicknav_menu{
	display: block;
}

#logo{
	width: 100%;
	text-align: center;
}

#logo img {
    float: none;
}

#logo a {
    float: none;
}


.shrink #logo{
	width: 100%;
	text-align: center;
	height: auto;
}

.shrink #logo img{
	    width: 100%;
    max-width: 250px;
}	

#header-top{
	padding-top: 5px;
	padding-bottom: 5px;
}



.header-box{
	width: 100%;
	text-align: center;
}

.header-link{
	float: none;
	display: inline-block;
}	

.header-btn{
	float: none;
	display: inline-block;
}	

.header-box-phone{
	width: 100%;
	text-align: center;
}

span.header-phone{
	float: none;
	display: inline-block;
}

#homepage-slider{
	margin-top: 0px;
}

.page-header{
	margin-top: 0px;
}

.career-page .page-header {
    margin-top: 0px;
}

#wrapper{
	overflow: hidden;
}

.active a{
	background-color: #0f0fab;
}

.item-101 a{
	background-color: transparent !important;
}

.item-101 img{
	filter: brightness(0) invert(1);
}

.slicknav_nav .slicknav_row{
		-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.slicknav_nav a{
	font-size: 22px;
}

.nav-header{
	width: 100%;
		-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.item-115 a{
	background-color: transparent !important;
	font-weight: 600!important;
}

.nav-child{
	padding-bottom: 15px!important;
}

.slicknav_nav ul li ul a{
	font-weight: 300;
}

.wcu-box3 ul {
    grid-template-columns: auto auto;
    gap: 5%;
}

.wcu-box3 a.btn {
    margin-top: 50px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 900px) {

.section-fw h2 {
    font-size: 30px;
}

.section-fw .box1{
padding-left: 25px;
padding-right: 25px;
}

.services-box .box2 {
    width: 100%;
    margin-left: 0px!important;
    margin-right: 0px!important;
margin-bottom: 50px;
width: 100%!important;

}

.services-box .box2 .services-image {
    width: 30%;
}

.services-text-box {
    width: 100%;
}

.intro-section p.center {
    text-align: left;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 800px) {

.intro-img2{
    display: none;
}

.intro-img3{
    display: none;
}

.banner-form .form-container{
    padding-bottom: 15px;
}

.services-container-v2{
    text-align: center;
}

.service-box-mobile{
    display: inline-block;
}

.services-row{
    display: none;
}    

.page-header-v3 {
    background-size: cover!important;
}

.page-header-v3 h1 {
    text-align: left;
}

.page-header-v3 .heading-background {
    background-size: auto 100%;
    width: 100%;
    background-image: url(/images/page-headings/header-background1.png);
}

.perk-box-icon {
    width: 100%;
    padding-bottom: 0px;
}

.perk-box-txt {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}

.career-page .perk-box-icon img {
    max-width: 100px;
}

.career-icons .box5 {
    width: 50%;
    min-height: 245px;
}

.career-page-our-people .box2{
	width: 100%;
    padding: 0px!important;
    padding-bottom: 25px!important;
}

.career-page-our-people .text-box{
    float: left!important;
    max-width: 100%!important;
}

.career-page-our-people .career-page-our-people-img{
    text-align: center;
}

.career-page-our-people .career-page-our-people-img img{
    float: none;
    max-width: 500px;
}

.custombanner-content h1 {
    font-size: 30px;
    line-height: 35px;
}

.custombanner-content {
    position: absolute;
    width: 100%;
    max-width: 100%;
    max-height: 950px;
}

.custombanner-content p {
    font-size: 25px;
    line-height: 35px;
}

.custombanner-content .banner-txt {
    padding-top: 160px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
}

.banner-txt-box {
    padding-left: 0px;
    padding-right: 0px;
}

.services-wcu2 h2 {
    font-size: 30px;
}

.services-wcu4 .wcu-row p {
    padding-left: 0px;
}

.box-txt-right {
    padding-left: 0px;
    padding-right: 0px;
}

.box-txt-left {
    padding-left: 0px;
    padding-right: 0px;
}

.box-img-right {
    padding-left: 0px;
    padding-right: 0px;
}

.box-img-left {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-style2 .footer-logo {
	width: 100%;
	padding-right: 0px;
}


.footer-style2 .footer-links {
	width: 100%;
    max-width: 100%;
	padding-left: 0px;
}

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

.footer-col{
	padding-right: 25px;
    padding-left: 25px;
}

.team-box .box3{
	width: 50%;
}

#content-left{
padding-right: 25px;
}

.full-height-banner-title{
	padding-top: 150px;
}

.catalogue-box{
	width: 33.33%;
}

#furniture-slider .banner{
	min-height: 500px;
}


.services-container .box3{
	width: 100%;
}

.header-background h1{
	font-size: 30px;
}

.page-header p{
	font-size: 22px;
}	
#furniture-slider .banner-txt h1{
	font-size: 30px;
}

#furniture-slider .banner-txt p{
	font-size: 22px;
}	
	
.page-header img{
	width: 60px;
	margin-right: 0px;
}

.banner2 img{
	width: 60px;
	margin-right: 20px;
	margin-top: -15px;
}


.banner2 p{
    line-height: 30px;
}	

.header-link{
	float: left;
	font-size: 18px;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	display: none;
}

.intro-box-right h2 {
    font-size: 25px;
}

#header-bottom{
	padding-top: 0px;
	padding-bottom: 0px;
}

#logo{
	float: left;
	width: 100%;
	padding: 15px;
	/*background-image: url(../images/logo-background.png);*/
	background-color: #fff;
	text-align: center;	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#logo img{
	width: 100%;
	max-width: 250px;
}

#header-bar-logo{
	float: left;
	width: 100%;
	padding: 15px;
	/*background-image: url(../images/logo-background.png);*/
	background-color: #fff;
	text-align: center;	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#header-bar-logo img{
	width: 100%;
	max-width: 200px;
}




#content-container{
	float: left;
	width: 100%;
}

/* BOXES */

.boxpad{
	padding: 15px;
}

.box3{
	width: 100%;
}

.review-logos .box3{
	width: 33.33%;
}

.box4{
	width: 100%;
}

.services-box .box4{
	width: 50%;
}

.icon-container .box3{
	padding-bottom: 25px;
}

.box2{
	width: 100%;
}

.charity-event-txt{
	width: 50%;
}

.charity-event-photos{
	width: 50%;
    padding-left: 50px;
}

.charity-event-photos-left{
    padding-right: 50px;
    padding-left: 0px;
}
	

.payment-box .form_field_row .btn{
	margin-top: 15px;
}

.contact-container .box-text-right{
	float: left;
}

.contact-details{
	padding-top: 0px;
}

.boxcontent{
	padding: 25px;
}

.boxcontent span.content-arrow-left{
	display: none;
}

.boxcontent span.content-arrow-right{
	display: none;
}


#project-gallery{
	 height: 500px;
}

#project-gallery .banner-item{
	height: 500px;
	text-align: center;	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	
}

#homepage-slider .banner-txt{
	display: inline-block;
	width: 100%;
	max-width: 500px;
	text-align: center;	
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.banner-txt span strong{
	font-size: 30px;
}

.banner-txt span{
	font-size: 30px;
}

.banner-txt ul{
	padding-left: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

.banner-form{
	display: none;
}

.stat-item{
	padding: 15px;
}

.project-images {
    padding-top: 0px;
}

.project-images .box2 {
    padding: 1px;
	border: none !important;
}

.project-images .box1 {
    padding: 1px;
	border: none !important;
}

.project-testimonial{
	padding: 25px;
	margin-top: 0px;
}

.contact-container{
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-container{
	width: 100%;
}

.form_field{
	width: 100%;
	padding-right: 0px;
	padding-bottom: 15px;
}

.form_field_wide{
	padding-right: 0px;
	padding-bottom: 15px;
}

.form_field_row{
	padding-bottom: 0px;
}

.contact-container h2 br{
	display: none;
}

.footer-box-left{
	float: left;
	width: 100%;
	padding-left: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.footer-box-middle{
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-top: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.footer-box-right{
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-top: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/*.copyright{
	margin-top: 15px;
	background-color: #27205b;
	padding: 15px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.copyright span{
	padding-right: 0px;
	color: #fff;
	padding-bottom: 5px;
}

.copyright a{
	color: #fff !important;
}*/

.copyright {
    float: left;
    width: 100%;
	padding: 15px;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.commercial-banner{
	width: 100%;
	margin-bottom: 5px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.storage-banner{
	width: 100%;
	margin-top: 1px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-header{
	padding-left: 15px;
	padding-right: 15px;
}

.banner2{
	padding-left: 25px;
	padding-right: 25px;
}

.intro-box-right {
    padding-left: 25px;
    padding-right: 25px;
}

.content{
	/*padding-left: 15px;
	padding-right: 15px;*/
	padding-top: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.overlap-up {
    padding-top: 0px;
}

#footer-top{
	padding-left: 15px;
	padding-right: 15px;
}

.item-page-removals .page-header h1{
	padding-left: 0px;
}

.bar-banner span{
	font-size: 20px !important;
}

#footer-top span{
		font-size: 25px !important;
}

#testimonial-container h3 {
    font-size: 25px;
}

h2 {
    font-size: 25px;
}

.homepage-intro h1 {
    color: #27205b;
    font-size: 35px;
}

.eco-section h2 {
    font-size: 25px;
} 

   

.services-box h2 {
    font-size: 25px;
} 

.wcu-box h2 {
    font-size: 25px;
}

.career-page h2 {
    font-size: 25px;
    font-weight: 800;
}



.career-page .charity-event-txt h2 {
    font-size: 20px;
    font-weight: 600;
}

.career-page-our-people {
    padding-top: 30px;
    padding-bottom: 30px;
}

.career-page-benfits {
    padding-top: 30px;
    padding-bottom: 30px;
}

.csr {
    padding-top: 30px;
}

.charity-event {
    padding-top: 0px !important;
}

.career-page-info {
    padding-top: 30px;
    padding-bottom: 30px;
}

a.client-link{
	width: 100%;
	margin-bottom: 15px;
	margin-left:0px;
	margin-right: 0px;
	margin-top: 15px;
}

.header-background .container{
	padding-left: 0px;
	padding-right: 0px;
}

.moving-day .box2{
	min-height: auto;
}

.silver{
	margin-top: 0px;
}

.bronze{
	margin-top: 0px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 715px) {

.mission-statement-content h3 {
    font-size: 30px;
}

.mission-statement-content h2 {
    font-size: 30px;
}

.mission-video{
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
}

.mission-images h2 {
    font-size: 30px;
}

#business-timeline h2 {
    font-size: 30px;
}

#company-values h2 {
    font-size: 30px;
}

.service-video-box h2 {
    font-size: 30px;
}

.service-video-box h2 br{
    display: none;
}

.map-section h2 {
    font-size: 30px;
}

.wcu-box2 li {
    font-size: 17px;
    width: 50%;
}

.services-testimonial {
    padding-left: 0px;
    padding-right: 0px;
}

.career-3-image-box .box3{
	width: 100%;
}

.career-3-image-box .box3 img{
	float: left;
}

.wcu-box3 ul {
    grid-template-columns: auto;
    gap: 1%;
}

.service-video-box img{
	width: 100%;
}

#content-left{
padding-right: 0px;
    width: 100%;
}

#content-right{
   width: 100%;
	text-align: center;
}

#order-now-box{
	float: none;
	display: inline-block;
	max-width: 350px;
}

#content-right .testimonial-box{
	float: none;
	display: inline-block;
	max-width: 350px;
}

.quote-option{
width: 100%;
	max-width: 100%;
	margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.client-link{
	float: left;
width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}



ul.packing-list{
	width: 100%;
	margin: 0px;
    padding-bottom: 0px;
}



.homepage-intro p{
	max-width: 100%;
}

.footer-bottom .box4{
	width: 50%;
	padding-bottom: 15px;
        min-height: 130px;
}

.footer-col{
	width: 50%;
	padding-right: 25px;
    padding-left: 25px;
}

.commercial-services-grid .box3{
	width:50%;
}

#hp-boxes-container{
	border-top: 0px solid #fff;
}

.hp-box{
	width: 100%;
	padding-bottom: 25px;
	padding-top: 25px;
}

a.hp-box-icon{
	margin-top: 0px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 600px) {

#logo img {
    width: 100%;
    max-width: 200px;
}

#nav{
    margin-top: -5px;
}

.header-box-phone {
    padding-bottom: 10px;
    padding-top: 5px;
}

span.header-phone {
    float: left;
}

.btn-video{
    display: none;
}

.btn-client{
    display: none;
}

.header-btn{
    display: none;
}

.quote-option {
    width: 96%!important;
    min-height: 0px!important;
    margin-bottom: 2%!important;
}

.wcu-box2 li {
    min-height: 137px;
}



.team-page .team-box .box3{
    width: 50%;
}

.charity-event-txt {
    padding-right: 25px;
}

.charity-event-txt-right {
    float: right;
    padding-right: 0px;
    padding-left: 25px;
}

.charity-event-photos{
	width: 50%;
    padding-left: 25px;
}

.charity-event-photos-left{
    padding-right: 25px;
    padding-left: 0px;
}
	

.full-height-banner-title{
	padding-top: 50px;
}

.grid-item{
	width: 50%;
}

.header-background{
	min-height: 250px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.testimonials{
	margin: 0px;
}

#testimonial-container .testimonial-box{
	padding-left: 25px;
	background-position: 0px 0px;
}

#testimonial-container .testimonial-box .testimonial-txt{
	padding-right: 25px;
background-position: right 0px bottom;
}

.services-box .box4{
	width: 100%;
	border-right: none;
}

.services-box h2{
	font-size: 30px;
	line-height: 35px;
}

.homepage-intro h1{
	font-size: 30px;
	line-height: 35px;
}



.wcu-box ul{
	margin: 0px;
}

.wcu-box-container .box1{
	padding-right: 30px;
}
	

.page-header h1{
		font-size: 30px;
	line-height: 35px;
}
	
.page-header p{
	font-size: 20px;
	line-height: 25px;
}

.storage-box .box3{
	width: 100%;
}

.storage-box h2 {
    color: #fff;
    margin-top: 5px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 500px) {

.review-logos .checkatrade-footer{
    margin-top: 0px;
    float: none;
}

.review-logos .trustpilot-footer {
    float: none;
}


.custombanner-content .banner-txt {
        padding-top: 100px;
        padding-right: 15px;
        padding-left: 15px;
}

.wcu-box2 li {
    min-height: 117px;
    width: 100%;
}

.team-page .team-box .box3{
    width: 100%;
    padding-right: 75px;
    padding-left: 75px;
}

.banner2 img {
    width: 60px;
    margin-right: 0px;
    margin-top: -15px;
}

.eco-page {
    padding-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 100px;
}

.eco-box-txt {
    padding-top: 100px;
}

.charity-event-txt {
	width: 100%;
    padding-right: 0px;
}

.charity-event-txt-right {
    float: right;
    padding-right: 0px;
    padding-left: 0px;
}

.charity-event-photos{
	width: 100%;
    padding-left: 0px;
	padding-top: 25px;
}

.charity-event-photos-left{
    padding-right: 0px;
    padding-left: 0px;
}

.team-box .box3{
	width: 100%;
}



.review-logos .box3{
	width: 100%;
	padding-bottom: 15px;
}

.footer-bottom .box4{
	width: 100%;
	text-align: center;

}

.footer-col{
	width: 100%;
	text-align: center;
}

.footer-style2 .footer-col h3 {
	text-align: center;
}


.commercial-services-grid .box3{
	width:100%;
}

.catalogue-box{
	width: 50%;
}

.header-btn{
	margin-left: 50px;
    margin-right: 50px;
	margin-bottom: 5px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 450px) {

.service-box-mobile .box1 {
    padding-left: 0%;
}


.service-level{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
}

.service-level ul {
    min-height: 0px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 400px) {



#slideshow {
    min-height: 650px!important;
}

.homepage-intro h1 span{
	margin-left: 0px !important;
}

.header-btn{
	font-size: 16px;
	margin-bottom: 5px;
}

#header-top{
	padding-bottom: 0px;
}

span.header-phone{
	padding-left: 25px;
}

.grid-item{
	width: 100%;
	min-height: 0px; 
}

.team-page .team-box .box3{
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 350px) {

.accreditations img{
	max-width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.catalogue-box{
	width: 100%;
}

.booking-box{
	padding-left: 0px;
	padding-right: 0px;
}

.booking-box .booking-info{
	padding-left: 10px;
	padding-right: 10px;
}

/*.header-phone{
	width: 160px !important;
	font-size: 18px !important;
	padding-top: 10px !important;
}

.header-btn{
	float: right;
	padding: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-left: 0px;
	margin-bottom: 5px;
    background-position: 10px 10px;
	text-align: left;
	padding-left: 45px;
}

span.header-phone{
	float: left;
	width: 100%;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;

}

span.header-phone strong{
	float: left;
	width: 100%;
}*/

}




/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 800px) {





.homepage-intro{
	width: 100%;
}

.wcu-box{
	width: 100%;
}

.services-wcu{
	float: left;
	width: 100%;
	max-width: 800px;
}


}



