/* STANDARD CSS */

body{
	margin: 0px;
	padding: 0px;
    font-family: 'Open Sans', sans-serif;
}


.hidden{
	display: none !important;
}

.slicknav_menu{
	display: none;
}

/* FONTS */

p{
	font-weight: 400;
	font-size: 17px;
	color: #5a5a5a;
	line-height: 24px;
}


h1{
	font-size: 40px;
	color: #2a2a2a;
	margin-top: 25px;
	/*text-transform: uppercase;*/
	font-weight: 800;
	text-transform: uppercase;
}

h1 span{
	font-weight: 400;
}

h2{
	font-size: 30px;
	font-weight: 500;
	color: #000;
	margin-bottom: 25px;
	text-transform: uppercase;
}

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

h4{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;

}

h5{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;

}

ul{
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}



#content .box2 ul {
	font-weight: 400;
	font-size: 17px;
	color: #5a5a5a;
	line-height: 24px;
}

.anchor {
    display: block;
    width: 100%;
	position: absolute;
	left: 0;
	top: -125px;
    visibility: hidden;
}

/* BUTTONS */

.btn{
	display: inline-block;
    min-width: 200px;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
	transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
	/*border: 2px solid #ea5b0c;*/
	background: #009a74;
	text-transform: uppercase;
	text-shadow: none;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
}

.btn span{
	font-size: 25px !important;
	line-height: 25px !important;
}

.btn:hover{
	background: #0dbc91;
	
}

.btn:hover span{
		
}

.btn-solid{
	background: #fdc902;
    color: #000;
}	


/* CONTENT CONTAINERS */

#wrapper{
	position: relative;
	float: left;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

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

#header-container{
	float: left;
	width: 100%;
	margin: 0 auto;
}	

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

.container2{
	max-width: 1000px;
	margin: 0 auto;
}

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

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


}

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

.article-body{
	float: left;
	width: 100%;
}
	
.page-header{
	float: left;
	width: 100%;
	padding-top: 250px;
	padding-bottom: 150px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 50px;
	text-align: center;
	
}

.page-header h1{
	text-align: center;
	color: #fff;
	font-size: 50px;
    line-height: 50px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

.page-header p{
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	max-width: 800px;
}

.short-header{ 
	padding-top: 175px;
    padding-bottom: 40px;
}

/* BOXES */

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-size: cover;
}

.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.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;
}

.box66{
	float: left;
	width: 66.6%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box33{
	float: left;
	width: 33.3%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.text-right{
	float: right;
	width: 100%;
	max-width: 600px;
	text-align: left;
	padding-right: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.text-left{
	float: left;
	width: 100%;
	max-width: 600px;
	text-align: left;
}

.text-left img{
	float: right;
	width: 100%;
	margin-bottom: 25px;
	max-width: 450px;
}

.box-pad{
	padding: 50px;
}

.center{
	text-align: center;
}



/* HEADER */

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
	/*background: #ededed;*/
	min-height: 116px;

}

.header-homepage{
	float: left;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
}

.header-top{
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	overflow: hidden;

}

.header-box{
	float: right;
	padding-top: 35px;
}

.header #logo{
	float: left;
	width: 100%;
	max-width: 250px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header #logo img{
	float: left;
	width: 100%;
	-webkit-transition: .3s;
    transition: .3s;
}

.header-homepage #logohomepage{
	float: left;
	width: 100%;
	max-width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-homepage #logohomepage img{
	float: left;
	width: 100%;
	-webkit-transition: .3s;
    transition: .3s;
}

.header-strapline{
	float: left;
	padding-left: 50px;
	padding-top: 50px;
}

.header-strapline span{
	font-size: 30px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}

#header-box{
	float: right;
}

#header_phone{
	float: right;
	margin-left: 20px;
	margin-top: 6px;
	color: #fff;}

span.header_phone{
	float: right;
	margin-right: 20px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-image: url(../images/icons/phone.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
}

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

span.header_email{
	float: right;
	margin-right: 20px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-image: url(../images/icons/email.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
}


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

.login-txt{
	float: right;
	margin-right: 20px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
text-decoration: none;
}

.account-txt{
	float: right;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/icons/account.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
}



/* SHRINK */
.shrink{
	
	background: #ededed;
	
}

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

.shrink .header-top .header_phone{
	display: none;
}

.shrink .header-top .header_email{
	display: none;
}

.shrink #logo{
	
}

.shrink #logo img{
	max-width: 230px;
}

.shrink #logohomepage{
	
}

.shrink #logohomepage img{
	max-width: 230px;
}

.shrink #menu ul li a{
	
} 

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

.shrink #nav-icon3{
	top: 10px !important;
}

/* NAV */


#menu {
	position: absolute;
	top: 0;
	right: 0;
	height: 0vh;
	width: 0%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #555555;
	-webkit-transition: .2s;
    transition: .2s;
	z-index: 99999;
	text-align: center;
	overflow: hidden;
}

.menu-open{
	width: 33.33%!important;
	padding-left: 25px;
}

#nav{
	float: left;
	width: 100%;
	padding-top: 150px;
	text-align: center;
}

.show-hide{
	display: none;}

#menu ul{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
	 position: relative;
	float: left;
    display: inline-table;
}

#menu ul li{
	float: left;
	width: 100%;
}

#menu ul li a{
	float: left;
    padding: 10px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    transition: .2s;
	margin-left: 20px;
	margin-right: 20px;
	text-transform: uppercase;
}

#menu ul li a:hover{
	color: #009a74;}

#menu ul li.current a{

	color: #009a74;}

a.rq{
	float: right;
   	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    transition: .2s;
	
	border: 1px solid #38a8fe;
}

a.rq:hover{
	background-color: #268ede;
}



#menu ul li.nav-last{
	border-right: none;
}

li.seperator{
	display: inline-block;
	width: 23px;
	min-height:15px;
	padding-top: 0px;
	background-image: url(../images/icons/nav-seperator.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
    
}

/*Hide child lists by default*/
#menu ul ul
{
    display: none;
    position: absolute; top: 100%;
}
 
/*display on hover*/
#menu ul li:hover > ul {
    display: block;
}
 
/*Floating the main list left*/
#menu ul li
{
    float: left;
}
 
#menu ul li:hover > a
{
   ;
}
 

.active a{
	background-color: #fff;
	color: #2c452b !important;}

#menu ul li:hover > ul
{
    display: block;
    background: #ffffff; border-radius: 0px; padding: 0;
}
#menu ul ul li a
{
    color: #fff;
}

#menu ul ul{
	
	border-left: none !important;
	border-right: none; !important;
	width: 220px;
	background: #3c3a3b !important;}

#menu ul ul li{
	width: 100%;
	background: #3c3a3b !important;
}

#menu ul ul li a{
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-left: 35px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background: #3c3a3b !important;
	color: #fff !important;
}
 
#menu ul li:hover > ul
{
    display: block;
    padding-top: 2px;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	position: absolute;
	top: 40px;
	right: 50px;
  width: 50px;
  height: 25px;
 

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;

    z-index: 999999;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.open span{
	background: #fff !important;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;

}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;

}


/* FOOTER */

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

#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: #000066;
	text-transform: uppercase;
}



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

#footer-top{
	float: left;
	width: 100%;
	padding: 50px;
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #000066;
}

#footer-top span{
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	text-align: center;
}

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

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

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

.accreditations h3{
	text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.accreditations img{
	display: inline-block;
	max-width: 220px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

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

#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: #000066;
}

.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{
	text-align: center;
}

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

.footer-bottom .box4{
	float: left;
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	width: auto;
	text-align: left;
	min-height: 141px;
}

.footer-bottom .box4 span{
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.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: 25px;
	padding-top: 25px;
	text-align: center;
}

.copyright span{
	font-size: 14px;
	line-height: 20px;
}

.copyright span a{
	color: #fff;
}

.footer-contact{
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 50px;
	text-align: center;
}

.footer-contact span{
	font-size: 20px;
	line-height: 25px;
}

.footer-contact span a{
	color: #fff;
}

.infusion{
	font-size: 11px !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;
}


/* BANNER */

#homepage-slider {
    float: left;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.banner-container{
	float: left;
	width: 100%;
	padding-top: 120px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
	
.banner{
	float: left;
	width: 100%;
	/*min-height: 100vh;*/
	min-height: 650px;
	text-align: center;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
	
.banner-short{
	height: 430px;
	background-position: center center !important;
}

#homepage-slider #banner-txt{
	float: left;
	width: 100%;
	max-width: 650px;
	padding-top: 200px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}




#homepage-slider .box3 img{
	display: inline-block;
}

.banner-txt{
	float: left;
	width: 100%;
	padding-top: 200px;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
}
	
.banner-short #banner-txt{
	padding-top: 200px;
}


.banner-txt .btn{
	margin-left: 15px;
	margin-right: 15px;
}

.banner-txt .btn:hover{
    -webkit-transform: scale(1.1);
}

	
#homepage-slider #banner-txt h1{

	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	margin: 0px;
	/*background-color: #878787;*/
	margin-bottom: 15px;
	text-transform: none;
}


.banner-txt h1{

	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
	/*background-color: #878787;*/
	margin-bottom: 15px;}

.banner-txt span h1{
	display: inline-block;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
	/*background-color: #878787;*/
	border-bottom: 1px solid #fff;}

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

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

.banner-txt p{
	display: inline-block;
	margin-bottom: 25px;
	width: 100%;
	color: #fff;
	max-width: 700px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

.banner-txt ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
    width: 100%;
    padding-top: 25px;
}
	
#banner-btn-container{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

#banner-btn-container span{
	font-weight: 500;
}

#banner-btn-container p{
	font-size: 16px;
	font-weight: 800;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#bxbanner{
	float: left;
	position: relative;
	width: 100%;
}

#bxbanner .btn-back{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	padding-left: 40px;
	background-position: 10px center;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-size: 30px;
}

.banner-homepage .btn{
	background: #19af91;
	border: 2px solid #19af91;
	margin-right: 25px;
}

.banner-homepage .btn:hover{
	background: #148a72;
}

.banner-homepage .btn2{
	background: none;
	border: 2px solid #19af91;
	color: #000;
}

.banner-homepage .btn2:hover{
	background: #19af91;
	color: #fff;
}

/* FORMS */

.form-field-row em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}

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

.form-field-row input{
	float: left;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	font-size: 18px;
	font-weight: 800;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
}

.form-field-row input:hover{
	
}

.form-field-row input:focus{
	
}


.form-field-row textarea{
	font: 13.3333px Arial;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	height: 100px;
	font-size: 18px;
	font-weight: 800;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;

}

.form-field-row textarea:hover{
	
}

.form-field-row textarea:focus{
	
}

.form-field-row select{
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    transition: .3s;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.form-field-row .btn{
	float: left;
    max-width: 200px;
    padding: 10px;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
	/*border: 2px solid #ea5b0c;*/
	
	background: #19af91;
    border: 2px solid #19af91;
	text-transform: uppercase;
}

.form-field-row .btn:hover{
	background: #148a72;
    color: #fff;
}

.form-field{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-field-row{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
/* END STANDARD CSS */

/* HEADER */

.header{
	background-color: rgba(0, 0, 0, 0.5);
}

.header-top{
	background: #0a1742;
	border-bottom: 1px solid #203782;
}


span.header-phone{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;

	font-size: 20px;
	color: #fff;
	font-weight: 400;
	background-image: url(../images/icons/phone.png);
	background-repeat: no-repeat;
	background-position:  left 8px;
	background-size: 20px;
	margin-right: 20px;
}

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

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

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


.header .btn{
	float: left;
	min-width: 0px;
	background: #009a74;
}


#footer-container{
	min-height: 300px;
}

/*
.item-page{
	padding-top: 122px;
}
*/

.homepage-content{
	padding-top: 0px;
	padding-bottom: 0px;
}

.homepage-content h1{
	text-align: center;
}

.homepage-content p{
	max-width: 900px;
	display: inline-block;
}

.about-page{
	text-align: center;
}

.about-page p{
	max-width: 900px;
	display: inline-block;
}

.services-page{
	text-align: center;
}

.services-page p{
	max-width: 900px;
	display: inline-block;

}

.services-page img{
	max-width: 100%;
}

.services-page .box1{
	padding-top: 25px;
	text-align: left;
}

.services-page .box1 p{
	display: block;
	text-align: left;
	max-width: 100%;
}

.services-page .box1 h2{
	text-align: left;
	margin-top: 0px;
}

.services-page .box1 ul{
    font-weight: 400;
    font-size: 17px;
    color: #5a5a5a;
    line-height: 24px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.services-page .box1 ul li{
	padding-left: 10px;
	background-image: url(../images/Ulist.png);
	background-repeat: no-repeat;
	background-position:  left 10px;
	margin-bottom: 10px;
}

/* SLIDER */

#djslider90{
	height: 600px !important;
	overflow: hidden;
}


/* HOMEPAGE */

.homepage-services{

	/*background-image: url(../images/homepage-services.png);*/
	background-size: 100%;
	background-position: center center;
	text-align: center;
}
.homepage-services .box3{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.homepage-services .first-box{
	background-color: #009a74;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    min-height: 480px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.homepage-services .second-box{
	background-color: #0dac85;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    min-height: 480px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.homepage-services .third-box{
	background-color: #0dbc91;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(0, 0, 0, 0.5);
    min-height: 480px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.homepage-services .box3 img{
	max-width: 80px;
}

.homepage-services .box3 h2{
	color: #fff;
	margin-top: 15px;
    line-height: 35px;
    font-size: 28px;
}

.homepage-services .box3 p{
	color: #fff;
}

.homepage-services .box3 .btn{
	color: #383838;
	background: #fff;
}

.homepage-services .box3 .btn:hover{
	color: #383838;
	background: #c8c8c8;
}

.box1 .box66 strong{
	text-transform: uppercase;
}

.homepage-section ul{
    float: left;
    width: 100%;
    padding: 0px;
	margin: 0px;
    color: #fff;
    list-style: none;
    margin-bottom: 25px;
}

.homepage-section ul li{

    float: left;
    width: 100%;
    padding-left: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/icons/tick.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 30px;
    font-weight: 400;
    font-size: 17px;
}

.homepage-section p a{
	color: #009a74;
	text-decoration: none;
}

.homepage-section p a:hover{
	color: #0dbc91;
}

#emergency{
    position: relative;
    float: left;
    width: 100%;
	min-height: 100vh;
    text-align: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/emergency-relocation.jpg);
	border-bottom: 1px solid #009a74;
	padding: 0px;
}	

#emergency .box33{
	min-height: 100vh;
	background-color: rgba(0, 154, 116, 0.2);
	padding-top: 100px;
	text-align: left;
	padding-right: 100px;
	padding-left: 100px;
	text-align: center;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

#emergency .box66{
	min-height: 100vh;
	padding-top: 100px;
	padding-right: 150px;
	padding-left: 100px;
	text-align: left;
}

#emergency h2{
	color: #fff;
    margin-top: 0px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
}

#emergency p{
	color: #fff;
}

#emergency .box33 h3{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#private{
    position: relative;
    float: left;
    width: 100%;
	min-height: 100vh;
    text-align: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/private-relocation.jpg);
	border-top: 1px solid #009a74;
	padding: 25px;
}	

#private .box33{
	min-height: 100vh;
	background-color: rgba(0, 154, 116, 0.2);
	padding-top: 100px;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#private .box66{
    min-height: 100vh;
    padding-top: 50px;
    padding-right: 150px;
    padding-left: 100px;
    text-align: left;
    padding-bottom: 50px;
}

#private h2{
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
}

#private p{
	color: #fff;
}

#private .box33 h3{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-top: 0px;
}

#property{
    position: relative;
    float: left;
    width: 100%;
	min-height: 100vh;
    text-align: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/property-marketing.jpg);
	border-top: 1px solid #009a74;
	border-bottom: 1px solid #009a74;
	padding: 25px;
}	

#property .box33{
	min-height: 100vh;
	background-color: rgba(0, 154, 116, 0.2);
	padding-top: 100px;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#property .box66{
	min-height: 100vh;
	padding-top: 50px;
	padding-right: 150px;
	padding-left: 100px;
	text-align: left;
}

#property h2{
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
}

#property p{
	color: #fff;
}

#property .box33 h3{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-top: 0px;
}

#hiw{
	position: relative;
	float: left;
	width: 100%;
	background-color: #ececec;
	text-align: center;
	padding-top: 50px;
}

#hiw h2{
    color: #fff;
    margin-top: 0px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 50px;
	color: #666666;
}

#hiw-box-container{
	float: left;
	width: 100%;
	/*border-top: 1px solid #fff;*/
}

.hiw-box{
    position: relative;
	float: left;
	width: 25%;
	padding: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    min-height: 480px;
}

.hiw-box strong{
	text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
}

.hiw-light-grey{
	background-color: #ebebeb;
}

.hiw-grey{
	background-color: #f4f4f4;
}

.hiw-box p{
	min-height: 100px;
}

#hiw-box-container span{
	display: inline-block;
	width: 70px;
	height: 70px;
	padding-top: 18px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: #009a74;
	font-size: 25px;
	font-weight: 600;
	color: #009a74;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    background: #fff;
    border: 1px solid #0f9372;
}

#hiw-box-container img{
	max-height: 80px;

}

#wcu{
	position: relative;
}

.wcu-box-container{
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	background-color: #009a74;
	padding-top: 50px;
	padding-bottom: 50px;
}


.wcu-box{
	padding: 30px;

	/*min-height: 740px;*/
	
}

.wcu-box h2{
	text-align: center;
	color: #fff;
    font-size: 50px;
    line-height: 50px;
	margin-top: 0px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

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

.wcu-box li{
	display: inline-block;
	text-align: left;
	float: left;
	width: 33.33%;
	font-size: 16px;
	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/icons/tick.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 40px;
	border-right: 25px solid #009a74;	
	border-bottom: 25px solid #009a74;	
}

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

	

.why-choose-us .box3{
	padding: 50px;
	text-align: center;
}

.why-choose-us .box4{
	padding: 50px;
	text-align: center;
	padding-top: 0px;
}

.why-choose-us{
	padding-top: 230px;
    padding-bottom: 25px;
    background: #d2d2d2;
    margin-top: -200px;
}

.why-choose-us h2{
	color: #2a2a2a;
	text-align: center;
font-size: 40px;
font-weight: 800;
}
	
.why-choose-us h3{
	color: #0f1d4b;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
	min-height: 60px;
}

.icon-box{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.icon-box img{
	height: 90px;
}

/* TESTIMONIAL SLIDER */

.testimonials{
	margin: 0px;
    padding: 0px;
}
	
#testimonial-container {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	/*background-color: #e3e3e3;*/
	border-top: 1px solid #cdcdcd;
	text-align: center;
}

#testimonial-container h3{
	text-transform: uppercase;
	font-weight: 300;
    font-size: 25px;
    margin-bottom: 25px;
}

#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-prev:hover{
	left: -5px;
}


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

#testimonial-container .bx-wrapper .bx-next:hover{
	right: -5px;
}

#testimonial-container .bx-pager{
bottom: -20px;
}

#testimonial-container .bx-default-pager a{
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background: #cdcdcd;
}

#testimonial-container .bx-default-pager a.active{
	background: #0f2363;	
}	

.testimonial-box {
    float: left;
    width: 100%;
    background: url(../images/quotes-openning.png);
	background-size: 50px;
    background-repeat: no-repeat;
	background-position: 80px;
    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/quotes-closing.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: 50px;
	background-position: right 80px bottom;
}

/* CLIENT TESTIMONIALS */

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

.testimonial-box-small a{
	background-color: #23569b;
	padding: 5px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
   	 border-radius: 5px;
	 -webkit-transition: .2s;
    transition: .2s;
}

.testimonial-box-small a:hover{
	background-color: #3f3f3f;
}

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

/* FOOOTER */

#footer .footer-accreditations{
	float: left;
	width: 100%;
	text-align: center;

}

.footer-accreditations h3{
	color: #fff;
	margin-bottom: 25px;
}

.footer-acc-box{
	display: inline-block;
}

.footer-accreditations img{
	max-width: 100%;
}

/* CONTACT */

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

.contact-container h2{
	text-align: left;

	font-size: 25px;
	color: #0a1742;
	margin-bottom: 25px;
	margin-top: 0px;
}

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

.contact-map h2{
	text-align: center;
	margin-bottom: 25px;
	color: #0a1742;
	font-size: 25px;

}

.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: #424242;
	font-size: 18px;
	line-height: 22px;
}

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


.contact-details strong{
	color: #009a74;
}

.form-container{
	float: left;
	width: 100%;
	max-width: 500px;
	padding-top: 50px;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.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;
}

.form_field_row .btn{
	float: left;
	width: 100%;
	max-width: 235px;
	padding: 12px;
	font-weight: 400;
	background-color: #009a74;
	border: 1px solid #009a74;
	 font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form_field_row .btn:hover{
	   background-color: #0dbc91;
	border: 1px solid #0dbc91;}

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

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

.form_field_wide{
	float: left;
	width: 100%;
	padding-right: 15px;
	-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 #e0e0e0;
	background-color: #efefef;
	padding: 15px;
	min-height: 150px;
	-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: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;
		font-family: 'Open Sans', sans-serif;
}

.form_field_row textarea:hover{
	background-color: #eaeaea;
}

.form_field_row textarea:focus{
	background-color: #eaeaea;
}


.form_field_row input{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #efefef;
	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: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;}

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

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


/* 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: #009a74;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	margin-top: 0px;
}

.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;
	min-height: 227px;
}

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

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

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

.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: #f1f1f1;
	padding: 25px;
	-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: 25px;
	font-weight: 800;
	color: #424242;
}

.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 #bababa;
    background-color: #fff;
    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{
    border: 1px solid #009a74;
}

.order-input:focus{
    border: 1px solid #009a74;
}

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

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



.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: #009a74;
    font-weight: bold;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

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

.tabs-menu li.current a {
	background-color: #0dbc91;
    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;
}

#order-now-box{
	float: left;
	width: 100%;
	padding: 20px;
	text-align: center;
	background-color: #009a74;
	-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;
}

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

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

#order-now-box a.btn{

	color: #383838;
    background: #fff;

}

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

.wcu-furniture{
	padding-bottom: 15px;
	padding-left: 50px !important;
}

.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 15px;
	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 15px;
	background-size: 30px;
	color: #363636;
}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1680px) {

.header-box{
	padding-right: 75px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1530px) {

.container{
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1440px) {

.header-box{
	padding-right: 100px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1230px) {

#nav-icon3{
	right: 25px;
}

.header-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;
	overflow: hidden;
}

#private .box66{
	width: 100%;
	max-width: 900px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 50px;
}

#private .box33{
	width: 100%;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 25px;	
    min-height: 0px;
	margin-top: 25px;
}

#property .box66{
	width: 100%;
	max-width: 900px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 50px;
}

#property .box33{
	width: 100%;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 25px;	
    min-height: 0px;
	margin-top: 25px;
}

#emergency .box66{
	width: 100%;
	max-width: 900px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 50px;
}

#emergency .box33{
	width: 100%;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 25px;	
    min-height: 0px;
	margin-top: 25px;
}
	

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1054px) {

.header-box{
	width: 100%;
	padding-right: 0px;
	padding-top: 5px;
	text-align: center;
}

.short-header{
	background: #686868 !important;
}

.short-header h1{
	margin-bottom: 0px !important;
}

span.header-phone{
	float: none;
	display: inline-block;
}
	

span.header-email{
	float: none;
	display: inline-block;
}

.header .btn{
	float: none;
	display: inline-block;
}

.header{
	padding-bottom: 15px;
}

.header #logo{
	max-width: 100%;
	text-align: center;
}


.header #logo img{
	max-width: 230px;
	float: none;
	display: inline-block;
}

.header{
	position: static;
	float: left;
    background-color: rgba(0, 0, 0, 0.8);
}

.banner-txt{
	padding-top: 50px;
}

.page-header{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 25px;
}
	

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 940px) {

.homepage-services{
	text-align: center;
}

.homepage-services .box3{
	float: none;
	display: inline-block;
	width: 50%;
}	

.menu-open{
	width: 100% !important;
}
	
#menu ul li a{
	float: none;
	display: inline-block;
}

#nav{
	padding-top: 50px;
}
	

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

.bx-wrapper .bx-prev{
	background-size: 20px !important;
	background-position: left 5px center !important;
}

.bx-wrapper .bx-prev:hover{
	left: 3px!important;
}

.bx-wrapper .bx-next{
	background-size: 20px!important;
	background-position: right 5px center !important;
}

.bx-wrapper .bx-next:hover{
	right: 3px!important;
}

.bx-wrapper .bx-controls-direction a{
	width: 50px!important;
	height: 50px!important;
}
	
.wcu-box li{
	width: 50%;
	min-height: 200px;
}

.wcu-box .box1{
	float: none;
	width: auto;
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 800px) {

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

.contact-container .box2{
	width: 100%;
}

.contact-details{
padding-top: 0px;
}

.form-container{
	padding-top: 0px;
}

.catalogue-box {
    width: 33.33%;
}

.homepage-services .box3{
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 400px;
}	

.hiw-box{
	width: 50%;
}

.wcu-box li{
	width: 100%;
	min-height:0px;
}

.quote-container .box2{
	width: 100%;
}

#why{
	margin-top: 25px;
	text-align: left;
}

.wcu-furniture{
	padding-left: 0px !important;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 625px) {



#testimonial-container .testimonial-box{
	background-size: 30px;
}

#testimonial-container .testimonial-box .testimonial-txt{
	background-size: 30px;
}

#testimonial-container .testimonial-box .testimonial-txt p{
	margin-top: 0px;
}

.service-icons .box4{
	width: 50%;
	padding-bottom: 25px;
}

.service-icons{
	padding-left: 0px;
	padding-right: 0px;
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 550px) {

.catalogue-box {
    width: 50%;
}

.rental-form-box{
	padding-left: 15px;
	padding-right: 15px;
}

.tick_box_left{
	width: 100%;
    padding-right: 0px
}

.tick_box_right{
	width: 100%;
    padding-left: 0px
}
.hiw-box{
	width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}



.why-choose-us .box4{
	width: 100%;
	padding-top: 0px;
}

.why-choose-us h3{
	margin-top: 0px;
	min-height: 0px;
}

.banner-txt{
	padding-top: 50px;
	padding-bottom: 75px;
}

.banner{
	min-height: 450px;
}




.form_field_row{
	padding-bottom: 0px;
}

.form_field{
	padding-bottom: 15px;
	width: 100%;
	padding-right: 0px
}

.form_field_wide{
	padding-right: 0px;
	padding-bottom: 15px;
}

.banner-txt{
	padding-left: 15px;
	padding-right: 15px;
}

.banner-txt .btn{
	margin-top: 10px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 450px) {

.order-input{
	max-width: 100%;
}

.banner-txt h1{
	font-size: 40px;
    line-height: 40px;
}

.page-header h1{
	font-size: 40px;
    line-height: 40px;
}

.homepage-services .first-box{
	padding: 15px;
}

.homepage-services .second-box{
	padding: 15px;
}

.homepage-services .third-box{
	padding: 15px;
}


#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4{
	top: 20px;
	right: 20px;
}

#footer .box3 .box1{
	width: 100%;
	float: left;
    text-align: left;
}



.service-icons .box4{
	width: 100%;
}

.copyright{
	text-align: left;
	padding-bottom: 0px;
    padding-top: 15px;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 350px) {


.catalogue-box {
    width: 100%;
}

span.header-email{
	font-size: 18px;
	padding-right: 0px;
	padding-left: 25px;
}

span.header-phone{
	font-size: 18px;
	padding-right: 0px;
	padding-left: 25px;
}



}
	
