/* STANDARD CSS */

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

.pull-right{
	display: none;
}

.hidden{
	display: none !important;
}

/* FONTS */

.sc_link{
	color: #5d7e40;
}

small {
    font-size: 60%;
}

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


h1{
	font-size: 40px;
	color: #2e2e2e;
	margin-top: 25px;
	/*text-transform: uppercase;*/
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
}

h2{
	font-size: 30px;
	font-weight: 300;
	color: #000;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
}

h3{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;
	font-family: 'Playfair Display', serif;
}

h4{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;
	font-family: 'Playfair Display', serif;
}

h5{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;
	font-family: 'Playfair Display', serif;
}

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

#content p a{
	color: #000;
}

/* BUTTONS */

.btn{
	display: inline-block;
    min-width: 200px;
    padding: 7px;
    font-size: 16px;
    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: #506b38;
	text-transform: uppercase;
text-shadow: none;
	-moz-border-radius: 2px;
    	-webkit-border-radius: 2px;
    	-khtml-border-radius: 2px;
    	border-radius: 2px;
}

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

.btn:hover{
	background: #789d57;
	
}

.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: 1200px;
	margin: 0 auto;
}

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

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

#content{
	position: relative;
	float: left;
	width: 100%;
	min-height: 1000px;
	padding-bottom: 50px;
}

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

.article-body{
	float: left;
	width: 100%;
}

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

.home-page h2{
	text-align: center;
}

.home-page p{
	display: inline-block;
	text-align: center;
	max-width: 80%;
	min-width: 80%;
}

.home-page  ul{
	display: inline-block;
	text-align: left;
	max-width: 80%;
	min-width: 80%;
}	

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

.col-right{
	float: left;
	width: 20%;
	padding-top: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/* COL RIGHT */

.col-right h3{
	float: left;
	width: 100%;
	font-size: 23px;
    font-weight: 800;
    color: #000;
	border-bottom: 1px solid #000;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.col-right ul{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.col-right ul li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}


.col-right ul li a{
	float: left;
	width: 100%;
    background-image: url(../images/left-col-link.png);
    background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-size: 16px;
	color: #494949;
	text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
	transition: all .2s ease-in-out;
}	

.col-right ul li a:hover{
	background-color: #6f934f;
	color: #fff;
    background-image: url(../images/left-col-link-white.png);
}

.helpline span{
	float: left;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 10px;
	font-size: 18px;
	color: #000;
	background: #e0e0e0;
}

.helpline span a{
	color: #000;
	text-decoration: none;
    font-weight: 600;
}

.basket-container{
	float: left;
	width: 100%;
	text-align: center;
}	

.basket-container h4{
	display: none;
}

.basket-container a{
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.basket-container .eshop-image{
	display: none;
}

.basket-container .checkout{
	float: left;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}

.basket-container .checkout a{
	display: inline-block;
	background: #506b38;
	padding: 7px;
	color: #fff;
-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	font-size: 15px;
-webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
}

.basket-container .checkout a:hover{
	background: #789d57;
}	

.eshop-mini-cart-info a{
	font-size: 14px;
}

.eshop-mini-cart-info{
	font-size: 14px;
}

.mini-cart-total{
	font-size: 14px;
}
	
.page-header{
	float: left;
	width: 100%;
	padding-top: 115px;
	padding-bottom: 25px;
	-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;
	background-attachment: fixed;
	margin-bottom: 50px;
	background-color: #ededed;
	
}

.page-header h1{
	text-align: left;
	color: #000;
	font-size: 45px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}

/* 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;
}

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

.box-pad-tb{
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.pad-top{
	padding-top: 50px;
}

.pad-bottom{
	padding-bottom: 50px;
}

.pad-right{
	padding-right: 50px;
}

.pad-left{
	padding-left: 50px;
}


.box-img img{
	width: 100%;
}

.center{
	text-align: center;
}

.page-no-banner{
	padding-top: 200px !important;
}

.box-right{
	float: right;
}

.moduletable-call-out{
	float: left;
	width: 100%;
	margin-top: 50px;
	padding: 50px;
		-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;
	background-attachment: fixed;
}

.moduletable-call-out h2{
	color: #fff;
}

.moduletable-call-out p{
	color: #fff;
}


/* HEADER */

.header{
	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;
	background: #6f934f;
	/*background: #ededed;*/

}

.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;
	background: #6f934f;


}

.header-top{
	float: left;
	width: 100%;
	background: #506b38;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-bottom: 1px solid #7f9d64;
}

.header-box{
	float: right;
}

.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{
	height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.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 #nav ul li a{
	
} 

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

/* MENU */


#menu-container {
	float: left;
	width: 100%;
	padding-right: 0px;
	text-align: center;
	-webkit-transition: .3s;
    transition: .3s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #5d7e40;
    border-top: 1px solid #7f9d64;
}


#nav{
	float: left;
	

}


#nav ul
{
    
    /*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
    list-style: none !important;
    position: relative;
	float: right;
    display: inline-table;
    padding: 0px;
    margin: 0px;
   	/*border-left: 1px solid #b70d69;
	border-right: 1px solid #ff3da6;*/
	z-index: 999;
}
.#{
    content: ""; clear: both; display: block;
}
 
/*Hide child lists by default*/
#nav ul ul
{
    display: none;
    position: absolute; top: 100%;
}
 
/*display on hover*/
#nav ul li:hover > ul {
    display: block;
}
 
/*Floating the main list left*/
#nav ul li
{
    float: left;
}
 
#nav ul li:hover > a
{
   ;
}
 
#nav ul li a 
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #5d7e40;
	-webkit-transition: .3s;
    transition: .3s;


}

#nav ul li a:hover{
	background: #506b38;
}

li.current a{
	background: #506b38!important;
	color: #fff!important;
}

#nav  li.current ul li a{
    background: #ededed!important;
		
}

#nav  li.active ul li.active a{

	color: #fff!important;
		
}
.menu-coaching:hover{
	border-bottom: 1px solid #389acd !important;
}

li.current .menu-coaching{
	border-bottom: 1px solid #389acd !important;
}

.menu-mediation:hover{
	border-bottom: 1px solid #d5b75b !important;
}

li.current .menu-mediation{
	border-bottom: 1px solid #d5b75b !important;
}

.menu-faciliator:hover{
	border-bottom: 1px solid #de5454 !important;
}

li.current .menu-faciliator{
	border-bottom: 1px solid #de5454 !important;
}

.menu-training:hover{
	border-bottom: 1px solid #6cd564 !important;
}

li.current .menu-training{
	border-bottom: 1px solid #6cd564 !important;
}




#nav ul li:hover > ul
{
    display: block;
    background: #ffffff; border-radius: 0px; padding: 0;
}
#nav ul ul li a
{
    color: #fff;
}
 
#nav ul li:first-child { border-left: none; }
#nav ul li:last-child { border-right: none; }
 
#nav ul ul li 
{
    float: none; 
   
    border-left: none;
    border-right: none;
    position: relative;
}
 
#nav ul ul ul  
{
    position: absolute; left: 100%; top:0;
 
}
 
#nav ul ul li a 
{
	height: auto;
	width: 235px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #ededed;
	color: #000 !important;
	text-align: left;
	font-size: 15px !important;
	-moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
    	-khtml-border-radius: 0px;
    	border-radius: 0px;
	
}


#nav ul ul li a:hover
{
	background: #5d7e40!important;
	color: #fff !important;
}

#nav ul ul{
	
	border-left: none !important;
	border-right: none; !important;
	width: 220px;
	background: #5d7e40 !important;}
 
#nav ul li:hover > ul
{
    display: block;
    padding-top: 0px;
}

.active{
	;}

li.item-103 active deeper parent a{
	background-color: blue !important;}

#nav ul{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-right: 0px;}

#nav ul li{
	float: left;}

#nav ul li a.register{
	background-color: #33a1ff;
	background-image: url(../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: right;
	-moz-border-radius: 0px 5px 5px 0px;
    	-webkit-border-radius: 0px 5px 5px 0px;
    	-khtml-border-radius: 0px 5px 5px 0px;
    	border-radius: 0px 5px 5px 0px;}

#nav ul li a.register:hover{
	background-color: #2383d4;}

/* FOOTER */

#footer-top{
	float: left;
	width: 100%;
	padding: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #ededed;
	border-top: 1px solid #d9d9d9;
}

#footer-top img{
	float: left;
	width: 100%;
	max-width: 200px;
}

#footer-top span{
	float: right;
	width: 100%;
	padding-bottom: 20px;
	font-size: 20px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

#footer-top span a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

#footer-bottom{
	float: left;
	width: 100%;
	padding: 50px;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #6f934f;
	border-top: 3px solid #5d7e40;
}

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

#footer-bottom ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #19af91;
	font-size: 15px;

}

#footer-bottom .box1{
	max-width: 350px;
}

#footer_box_container{
	float: left;
	width: 100%;
}
	
#footer-bottom .icon{
	float: left;
	width: 35px;
}

#footer-bottom .icon img{
	width: 100%;
    max-width: 20px;
}


#footer-bottom ul li{
}

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

#footer-bottom ul a:hover{
	text-decoration: underline;
}

.address-txt {
    float: left;
}
	
#footer-bottom h3{
	margin-top: 0px;
	color: #fff;
	font-size: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#footer-bottom span{
	color: #fff;
	font-size: 16px;

}

#footer-box-right{
	float: right;
	text-align: right;
	padding-top: 25px;
}

#footer-box-right img{
	width: 100%;
	max-width: 250px;
}	


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

#copyright-container{
	float: left;
	width: 100%;
	padding-top: 50px;
	color: #fff;
}

#copyright-container span{
	color: #fff;
}

#footer-container{
	float: left;
	width: 100%;
	/*background: #3e3e3f;*/
	background: #000;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#footer-container h2{
	text-align: center;
	color: #fdc902;
}

#footer-container p{
	color: #fff;
}

#footer-container .box2 img{
	max-width: 150px;
}

.definition{
	float: left;
	text-align: left;
}

.definition h3{
	color: #fff;
	margin-top: 0px;
}

.definition span{
	font-size: 15px;
	color: #fff;
}
	
.copyright{
	text-align: left;
	padding-left: 100px;
	
}

.copyright img{
	float: left;
	margin-right: 25px;
}

.accreditations{
	padding-right: 100px;
}

.copyright span{
	font-size: 15px;
	color: #fff;
}

.copyright a{
	color: #fff;
}

/* BANNER */

.banner-container{
	float: left;
	width: 100%;
	margin-top: 141px;
}
	
.banner{
	float: left;
	width: 100%;
	/*min-height: 100vh;*/
	min-height: 600px;
	text-align: center;
  	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
	
.banner-short{
	height: 430px;
	background-position: center center !important;
}

.banner-homepage #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;
}

.banner-homepage img{
	float: right;
	margin-top: 190px;
	max-width: 300px;
}

#banner-txt{
	display: inline-block;
	width: 100%;
	max-width: 850px;
	padding-top: 200px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
	
.banner-short #banner-txt{
	padding-top: 200px;
}

/*.banner-homepage #banner-txt span{
	float: left;
	width: 100%;
	color: #000;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
}*/



.banner-homepage .btn{
	float: left;
}

/*
#banner-txt span{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
}*/
	
#banner-txt span span{
	display: inline-block;
	padding: 3px;
	color: #fff000;
}
	
.banner-homepage #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-homepage #banner-txt p{
	display: inline-block;
	max-width: 60%;
}

.banner-homepage #banner-txt h1 span{
	font-weight: 800;
}
*/


#banner-txt h1{
	display: inline-block;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	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.location{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;}

#banner-txt p{
	float: left;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 0px;
}

#banner-txt ul{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	list-style: none;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}
	
#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-checkbox input{
	border: 1px solid #cdcdcd;
	background-color: #fff;
	padding: 10px;
	float: left;
	width: 20%;
	margin-top: 6px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
	-moz-border-radius: 2px;
    	-webkit-border-radius: 2px;
    	-khtml-border-radius: 2px;
    	border-radius: 2px;
}

.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 */

/* HOMEPAGE */

.intro-background{
	min-height: 650px;
	background-size: cover;
	background-position: left;
}

.intro-icons{
	padding-top: 75px;
	text-align: center;
}

.icon-box{
	float: left;
	width: 50%;
	text-align: center;
}

.icon-box img{
	height: 60px;
	width: auto;
	margin: 0px;
	float: none;
}

.icon-box span{
	float: left;
	width: 100%;
	padding-top: 10px;
	font-weight: 400;
    font-size: 18px;
	color: #000;
	text-align: center;
	height: 50px;
}

.about-icons .icon-box{
	padding: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #ededed;
	 -webkit-transition: .2s;
    transition: .2s;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
	
.about-icons .icon-box:hover{
	background-color: #e0e0e0;
}

.intro{
	padding-bottom: 50px;
	background-color: #f3f3f3;
}

.intro h2{
	color: #034133;
	margin-top: 30px;
}

.quote-box{
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.quote-box h2{
	font-size: 40px;
    font-weight: 800;
}

.quote-box p{
	color: #000;
}

.testimonial-slider{
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	background-color: #eafffa;
	
}

.testimonial-slider ul{
	list-style: none;
	padding: 0px;
}

.bx-wrapper .bx-viewport{
	/*background: #eafffa !important;*/
}

.bx-wrapper .bx-prev{
	left: 0px !important;
	background: url(../images/icons/back.png) no-repeat !important;
	background-size: 32px !important;
}

.bx-wrapper .bx-next{
	right: 0px !important;
	background: url(../images/icons/forward.png) no-repeat !important;
	background-size: 32px !important;
}

.testimonial-slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: -50px;	
}

.testimonial-box {
    display: inline-block;
    width: 100%;
	max-width: 1000px;

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.testimonial-box p{
	color: #000;
}

.testimonial-box a{
	background-color: #000;
	padding: 5px;
	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;
}

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



/* TESTIMONIAL SLIDER */




.testimonial-slider .testimonial-box p{
	padding-right: 130px;
	
}

.testimonial-slider .testimonial-box p.testimonial-txt{
	background: url(../images/quotes-bottom-slider.png);
	 background-repeat: no-repeat;
	background-position: right 50px bottom ;
	background-size: 50px;
	font-size: 22px;
	font-weight: 300;
	line-height: 35px;
	padding-right: 130px;
	font-style: italic;
}

.page-no-banner p.testimonial-txt{
	font-size: 20px !important;
}

.page-no-banner .testimonial-box{
	padding-bottom: 50px;
}

/* IMAGINE CHANGE */

.imaginechangepage .moduletable-imagine-change{
	padding-top: 150px;
}
 
.imaginechangepage .moduletable-imagine-change .box2 h2{
	margin-top: 0px;
}

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

.moduletable-imagine-change p{
	text-align: left;
}

.targetDiv{
	float: left;
	width: 100%;
	display: none;
}

.targetDiv p{
	width: 100%;
	text-align: left !important;
}

.moduletable-imagine-change .box2{
	text-align: left;
}

.moduletable-imagine-change .box2 h2{
	text-align: left;
	font-weight: 300;
	font-size: 40px;
	color: #19af91;
	margin-bottom: 0px;
}

.moduletable-imagine-change .box2 h2 span{
		font-weight: 800;
}

.moduletable-imagine-change .box2 h3{
	float: left;
	width: 150px;
	padding: 10px;
	background: #ffda45;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
   	 border-radius: 10px;
	 -webkit-transition: .2s;
    transition: .2s;
	color: #000;
	font-weight: 400;
	cursor: pointer;
	 -webkit-transition: .2s;
    transition: .2s;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: center;
}
	
.moduletable-imagine-change .box2 h3:hover{
	background: #f2c71c;
}	

.moduletable-imagine-change img{
	float: left;
	width: 100%;
	max-width: 400px !important;
	text-align: center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
   	 border-radius: 10px;
}

/* CASE STUDY BOX */

.case-study-box{
	background-color: #cdedd5;
	padding: 50px;
	margin-top: 50px;
}

.case-study-box h2{
	
}

.case-study-box p{
	text-align: left;
}


/* FULL PAGE SECTION */

#fp-nav ul li .fp-tooltip{
	top: -5px;
	font-size: 16px;
}

.section{
	min-height: 100vh;
}

.section h2{
	text-align: center;
	text-transform: uppercase;
}

.top{	
}

.grey{
	background: #878787;
}

.orange{
	background: #ea5b0c;
}

.why-choose-us{
	}

.section h2{
	color: #fff;
	padding-bottom: 15px;
	background-image: url(../images/heading.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.why-choose-us p{
	color: #fff;
}

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

.why-choose-us h3{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
}



.services{
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	background-attachment: fixed;
}

.services p{
	display: inline-block;
	text-align: center;
	max-width: 800px;
	color: #fff;
}

.services .box2 h3{
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
}

.services .box2{
	padding: 50px;
	text-align: center;
	text-decoration: none;
}

.services .box4{
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	position: relative;
	min-height: 300px;
    -webkit-transition: .2s;
    transition: .2s;
	background-size: auto 100%;
	background-position: center center;
}

.services .box4:hover{
	background-size: auto 105%;
}

.services .box4 img{
	float: left;
	width: 50px;
}

.services .box4 h3{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	padding: 0px;
	margin: 0px;
}

.coaching{
	background-image: url(../images/coaching2.jpg);
	background-size: cover!important;
}

.coaching .service-box-content{
	background: #389acd;
	border-top: 2px solid #24688c;
}

.mediation{
	background-image: url(../images/mediation2.jpg);
	background-size: cover !important;
}

.mediation .service-box-content{
	background: #d5b75b;
	border-top: 2px solid #b08d48;
}

.faciliator{
	background-image: url(../images/facilitator.jpg);
}

.faciliator .service-box-content{
	background: #de5454;
	border-top: 2px solid #c14646;
}

.training{
	background-image: url(../images/training.jpg);
}

.training .service-box-content{
	background: #6cd564;
	border-top: 2px solid #53b14c;
}

.box-content{
	display: inline-block;
}

.services .box2 ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #fff;
	text-align: left;
}

.services .box2 ul li{
	background-image: url(../images/plus-white.png);
	background-repeat: no-repeat;
	background-position: center left;	
	padding-left: 25px;
	background-size: 15px;
	margin-bottom: 5px;
}

.services .box4 .service-box-content{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.services .box2 .service-box-content{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	height: 400px;
	padding-top: 25px;
	overflow: hidden;
	text-align: center;
	opacity: 1;
	z-index: 99;

}

.projects{
	float: left;
	width: 100%;
	min-height: 100vh;
}

.service-box-container .box2{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: 100%;
	height: 500px;
	transition: all .2s;
	z-index: 9;
	color: #fff;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.you-box{
	background-color: #19af91;
}

.relationships-box{
	background-color: #129b80;
}

.education-box{
	background-color: #0c8c72;
}

.orginisations-box{
	background-color: #087c65;
}

.service-box-left{
		border-right: 1px solid #fff;
}

.service-box-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	transition: all .2s ease-in-out;
	background-image: url(../images/overlay.png);
	overflow: hidden;
	text-align: center;
	opacity: 0;
	z-index: 9;
}
	
.service-box-container .service-box-content{
	float: left;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.service-box-content p{
	transition: all .2s ease-in-out;
	opacity: 1;
}

.service-box-content span{
	transition: all .2s ease-in-out;
	opacity: 0;
}	
	

.service-box-container .box3:hover{

	z-index: 99;
}

.service-box-content h4{
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	margin-bottom: 0px;
	font-weight: 300;
	text-decoration: none;
}

.service-box-content h4 strong{
	font-weight: 800;
}

.service-box-content p{
	max-width: 100%;
	color: #fff;
}

.service-box-content span{
	display: inline-block;
	padding: 7px;
	border: 1px solid #fff;
    font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
}

.service-box-container .box2:hover .service-box-overlay{
	opacity: 0.5;
}

.service-box-container .box2:hover p{
	opacity: 1;
}

.service-box-container .box2:hover span{
	opacity: 1;
}

.service-box-container .box2:hover{
	background-size: 105%;
}

.service-box-container{
	float: left;
	width: 100%;
	padding-bottom: 50px;
	background-color: #fff;
	text-align: center;
}

.service-box-container h2{
	display: inline-block;
	font-size: 40px;
    font-weight: 800;
	border-bottom: 1px solid #034133;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 50px;
}

.project-grid{
	padding-top: 260px;
	padding-bottom: 50px;
}

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

.c_address h3{
	text-transform: uppercase;
	color: #000;
}

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

.c_address a{
	color: #000;
	text-decoration: none;
}

.contact-form{
	float: left;
	width: 100%;
}

.form_field_row .btn{
	float: left;
	width: 100%;
	padding: 12px;
	font-weight: 500;
	background-color: #034133;

	text-align: center;
	color: #fff;
	margin: 0px;
	font-size: 25px !important;
    line-height: 25px !important;
}

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

.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 #dbdbdb;
	background-color: #f3f3f3;
	padding: 15px;
	min-height: 75px;
	-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: 'Oxygen', sans-serif;
}

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

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


.form_field_row input{
	width: 100%;
	border: 1px solid #dbdbdb;
	background-color: #f3f3f3;
	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;}

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

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

.contact{
	background-color: #b2b2b2;
}

.contact .box2{
	padding: 50px;
	padding-top: 0px;
	
	text-align: center;
}

.contact .box-content{
	text-align: left;
}

.contact span{
	font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 24px;
}

.contact span a{
    color: #000;
	text-decoration: none;
}

.contact h3{
	color: #000;
    text-align: left;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-details{
	display: inline-block;
	max-width: 700px;
	text-align: left;
}

.footer-form{
	float: left;
	width: 100%;
	padding-top: 25px;
}

#contact-map{
	float: left;
	width: 100%;
	height: 250px;
}

/* GALLERY */

.gallery-box{
	float: left;
	width: 33.33%;
	height: 350px;
	overflow:hidden;
	background-size: cover;
	background-position: center center;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.gallery-box img{
	height: 100%;
	float: left;
}

.gallery-container{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e5e5e5;
}

.gallery-container h2{
	margin-bottom: 50px;
}

/* CASE STUDIES */

.case-study-container{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
}

.case-study-container h2{
	margin-bottom: 50px;
}

.case-study-img{
	min-height: 500px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 1px;
}

.case-study-txt{
	min-height: 500px;
	padding: 25px;
	background: #034133;
	text-align: left;
	margin-bottom: 1px;

}

.case-study-txt h3{
	color: #fff;
}

.case-study-txt p{
	color: #fff;
}

.slicknav_menu{
	display: none;
}

/* BLOG */

.blog-container{
	float: left;
	width: 70%;
}

.blog-container .page-header{
	padding: 0px;
	background: none;
	margin-bottom: 0px;
}

.blog-container .page-header h2{
	font-size: 25px;
	color: #000;
	margin-bottom: 5px;
}

.blog-container .page-header a{
	text-decoration: none;
	color: #19af91;
}

.blog-container .page-header a:hover{
	text-decoration: underline;
}

.blog-img{
	float: left;
	width: 100%;
	max-height: 400px;
	overflow: hidden;
}	

.blog-img .item-image{
	margin-bottom: 0px;	
}

.blog-container img{
	width: 100%;
}

.item-image{
	float: left;
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	margin-bottom: 25px;
}

.item-image img{
	width: 100%;
}	

.blog-container .date{
	font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

.items-leading{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d5d5d5;
}

.blog-container .items-row{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d5d5d5;
}

.moduletableblog{
	float: left;
	width: 70%;
}

.moduletableblog ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.moduletableblog ul li{
	float: left;
	width: 50%;
	padding: 25px;
	background: #ececec;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-right: 20px solid #fff;
}

/* CONTACT PAGE */

.custom-contact-form h2{
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 15px;
}

.contact-box-form{
	float: left;
	width: 100%;
	max-width: 700px;
	padding: 15px;
	padding-top: 30px;
	background-color: #e5e5e5;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


.moduletable-contact-form{
	float: left;
	width: 100%;
	max-width: 650px;
}

.contact-box{
	float: left;
	width: 100%;
	max-width: 280px;
	margin-bottom: 20px;
}

.contact-box h3{
	text-transform: uppercase;
	font-size: 15px;
}

.contact-box h2{
	font-size: 20px;
	font-weight: 600;
}

.contact-box a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

.contact-box span{
	color: #000;
	text-decoration: none;
	font-size: 20px;
}

.contact-box-right{
	float: right;
	width: 300px;
	font-weight: 400;
	font-size: 16px;
	color: #000;
}

.contact-box-right h3{
	text-transform: uppercase;
	font-size: 15px;
}

h2.email-heading{
	background-image: url(../images/email-black.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

h2.msg-heading{
	background-image: url(../images/message.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 28px;
	padding-right: 30px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #e5e5e5;
	float: left;
	margin-bottom: 0px;
	
}

h2.phone-heading{
	background-image: url(../images/phone-black.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

h2.location-heading{
	background-image: url(../images/location-black.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

/* TESTIMONIALS */

.reviews{
	text-align: center;
}

.reviews .page-header h1{
	text-align: center;
}

.reviews p{
	display: inline-block;
	width: 100%;
	max-width: 900px;
	padding: 50px;
	padding-left: 80px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 50px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #ededed;
	text-align: left;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* FOOTER REVIEWS */

.footer-reviews{
	float: left;
	width: 100%;
	text-align: left;
}

.footer-reviews p{
	display: inline-block;
	width: 100%;
	/*max-width: 900px;*/
	padding-left: 80px;
	padding-right: 50px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 50px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-style: italic;
}

.footer-reviews p strong{
	font-style: normal;
}

.footer-reviews .btn{
	margin-top: 25px;
	background: #19af91;
	font-style: normal;
}

.footer-reviews .btn:hover{
    background: #148a72;
}

/* HEADER SEARCH */

.search-box{
	float: right;
	padding-top: 30px;
	text-align: center;
}

.search-box p{
	font-size: 15px;
	color: #fff;
}

.search-box .eshop-filter{
	float: left;
	padding: 0px;
}

.search-box .eshop-reset{
	display: none;
}

.search-box .eshop-filter .input-prepend{
	display: inline-block;
	margin-right: 5px !important;
	margin-left: 5px !important;
}

.search-box .eshop-filter input{

	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;	
	background: #efffe0;
	border: 1px solid #5e833e;
}

.search-box .eshop-filter .btn{
	font-size: 16px;
	background: #47632d;
	border: 1px solid #47632d;
	font-weight: 600;
	padding: 6px 12px;
	min-width: 150px;
}

.search-box .eshop-filter .btn:hover{
	background: #2c3b1e;
	border: 1px solid #2c3b1e;
}

/* BREADCRUMBS */

.breadcrumbs-container{
	float: left;
	width: 100%;
    background-color: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
}	

.breadcrumb{
	margin: 0px;
	padding: 0px;
}

.breadcrumbs-container .divider{
	display: none;
}

.breadcrumb span{
	color: #000;
	font-size: 14px;
}

.breadcrumb a{
	color: #494949;
	text-decoration: none;
}

.breadcrumb a span{
	color: #494949;
}

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

.nav-stacked a{
	color: #000!important;
	font-size: 16px!important;
    border: 1px solid #fff!important;
	text-decoration: none;
padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.nav-stacked a:hover{
	background: #fff!important;
	text-decoration:underline!important;
}

/* HOMEPAGE */

.homepage-banner-boxes{
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

img.hp_banner{
width: 100% !important;
	max-width: 250px;
}

img.hp_banner_right{
width: 100% !important;
	max-width: 250px;
}

h1.homepage{
	float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 8px;
	padding-left: 5px;
    background-color: #e7e7e7;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    font-size: 25px;
    color: #1e1e1e;
    font-weight: 400;	
	margin-top: 25px;
	margin-bottom: 25px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.homepageh2{
	font-size: 20px;
    font-weight: 400;
}

#hp_list {
    float: right;
    width: 420px;
    min-height: 300px;
    margin-left: 50px;
}

#hp_list h2 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
    margin-left: 30px;
	margin-top: 0px;
}

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

#hp_list li {
    padding-left: 35px;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
 	background-position: left 7px;
	background-size: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.hp_product_container {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

a.hp_product_box {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    height: 110px;
    margin-right: 25px;
    margin-bottom: 20px;
    text-decoration: none;
-webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out
}

a.hp_product_box:hover{
	opacity: 0.9;
}

h2.product_link {
    font-size: 15px;
    font-weight: lighter;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #232323;
    color: #fff;
    padding: 7px;
}

.hp_product_box img {
    border: 0px;
}

a.hp_product_box_cp {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    height: 205px;
    margin-right: 25px;
    margin-bottom: 20px;
    text-decoration: none;
-webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out
}

a.hp_product_box_cp:hover{
	opacity: 0.9;
}

.hp_box_small {
	width:100%;
    display: inline-block;
    border-top: 1px solid #dcdcdc;
    background-color: #ececec;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 10px;
    padding-top: 15px;
    text-decoration: none;
    padding: 13px;

	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.hp_box_small a{	
	color: #fff !important;
}

.hp_box_small h2{
font-size: 25px;
}

.hp_box_text {
    float: left;
    width: 100%;
	min-height: 185px;

}

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

.homepage-boxes .box3{
	padding-left: 5px;
	padding-right: 5px;
}

/* TESTIMONIALS */

#comments_container{
	float: left;
	width: 100%;
	padding-top: 25px;
}

.comment_box {
    display: inline-block;
    width: 100%;
	max-width: 700px;
    background: url(../images/quotes-openning.png);
    background-repeat: no-repeat;
	background-size: 30px;
    padding-left: 70px;
    margin-bottom: 30px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}

.comment_box p{
	float: left;
    width: 100%;
    min-height: 80px;
    padding-right: 125px;
    background: url(../images/quotes-closing.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
	font-style: italic;
}

/* TRANSFORM YOUR HOME */

#homepage_box1 {
    float: left;
    width: 428px;
    height: 280px;
    border: 3px solid #d2d2d2;
    margin-bottom: 10px;
	margin-right: 30px;
}

.homepage_box_image1 {
    float: left;
    position: relative;
    width: 428px;
    height: 280px;
}

a.column_link {
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 80px;
    left: 60px;
    text-decoration: none;
    padding: 7px;
    background-color: #222222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    padding-left: 14px;
    font-weight: bold;
}

a.fireplace_link {
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 95px;
    left: 200px;
    text-decoration: none;
    padding: 7px;
    background-color: #222222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    padding-left: 14px;
    font-weight: bold;
}

#homepage_box2 {
    float: left;
    width: 292px;
    height: 280px;
    border: 3px solid #d2d2d2;
    margin-bottom: 10px;
}

.homepage_box_image2 {
    float: left;
    position: relative;
    width: 292px;
    height: 280px;
}

a.doorsurround_link {
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 100px;
    left: 25px;
    text-decoration: none;
    padding: 7px;
    background-color: #222222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    padding-left: 14px;
    font-weight: bold;
}

a.cornice_link {
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 50px;
    left: 210px;
    text-decoration: none;
    padding: 7px;
    background-color: #222222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    padding-left: 14px;
    font-weight: bold;
}

a.centrepiece_link {
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 100px;
    text-decoration: none;
    padding: 7px;
    background-color: #222222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    padding-left: 14px;
    font-weight: bold;
}

#pd_text_box {
    float: left;
    width: 70%;
}

#pd_text_box h2{
	margin-top: 0px;
	text-transform: none;
	font-size: 25px;
}

h2.pd_test{
	margin-top: 50px!important;
}

#pd_logos {
    float: right;
    width: 20%;
}

#pd_logos h2{
	font-size: 25px;
	text-transform: none;
}

img.pd_logo {
    margin-bottom: 10px;
}

#b_desc {
    float: left;
    width: 50%;
}

#case_address {
    float: right;
    width: 30%;
}

#d_logo {
    float: right;
    width: 30%;
	padding-top: 25px;
}

.cs_photo_title {
    float: left;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
	padding-left: 5px;
	background-color: #e7e7e7;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
	margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img.left_cs {
    float: left;
	width: 100%;
    margin-bottom: 20px;
    border: 5px solid #e8e8e8;
}

.cs_photo_title h3{
	margin: 0px;
font-size: 25px;
    color: #1e1e1e;
    font-weight: 400;
}

img.left_cs{
	width: 100% !important;
	max-width: 700px;
}

img.right_cs{
	width: 100% !important;
	max-width: 700px;
}

#feedback {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
	margin-top: 25px;
}

span.feedback_title {
    color: #353535;
    font-size: 13px;
    line-height: 30px;
}

span.feedback_txt {
    color: #161616;
    font-size: 20px;
    line-height: 30px;
	font-style: italic;
}

img.right {
    float: right;
    border: 5px solid #e1e1e1;
    margin-left: 20px;
    margin-bottom: 20px;
	max-width: 100%;
}

.help_box {
    float: left;
    width: 100%;
	max-width: 320px;
    margin-right: 50px;
    margin-top: 20px;
	min-height: 152px;
}

.help_box_icon {
    float: left;

}

.help_box_txt {
    float: right;
    width: 200px;
}

.help_box_txt h2{
	font-size: 20px;
}

.help_box_txt a.link{
	color: #52683e !important;
}


#help_page_box {
	width: 100%;
    float: left;
    margin-top: 20px;
}

#help_page_icon {
    float: left;
    width: 80px;
    margin-top: 40px;
}

#help_page_txt {
    float: left;
	width: 100%;
    max-width: 610px;
	padding-left: 20px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/* ESHOP */

fieldset ul{
	list-style: none;
}

#login ul{
	padding-bottom: 5px;
}

#login a{
	font-size: 14px;
}

fieldset a{
	color: #506b38;
	text-decoration: none;
}

label{
	font-size: 16px;
}

fieldset a:hover{
	text-decoration: underline;
}
	

#colorbox .btn{
	margin-bottom: 10px;
}

.eshop-product-sorting{
	float: left;

}	

.eshop-product-sorting select{
	width: auto !important;
}

.eshop-product-show{
	float: left;
	padding-right: 20px;
}	

.list .ajax-block-product.spanbox{
	border-bottom: 1px solid #9a9a9a;
}

.eshop-sub-categories-list{
	padding-top: 25px;
}

.sortPagiBar{
	background: #f3f3f3;
	padding: 5px;
	padding-left: 15px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.sortPagiBar .span9{
	width: 100%!important;	
    margin-left: 0px!important;	

}

.sortPagiBar b{
font-weight: 400;

}	

.sortPagiBar form{
	margin: 0px;
}

.p_cont_txt{
	font-weight: 700;
font-size: 16px;
line-height: 25px;
}

.p_box_txt{
font-size: 16px;
line-height: 25px;	
}

.p_box_txt:before{
	content:"- ";
}

.eshop-sub-categories-list .eshop-category-wrap{
	display: inline-block;
    margin-bottom: 20px;
	border: 1px #b1d591 solid;	
	text-decoration: none;
    width: 100%;
}

.eshop-sub-categories-list .eshop-category-wrap:hover h5{
	color: #374926;	
}

.eshop-sub-categories-list .eshop-category-wrap:hover .eshop-info-block{
	background: #b1d591!important;	
}

.eshop-category-wrap h5{
	color: #506b38;
	font-size: 20px;
	-webkit-transition: .3s;
    transition: .3s;
}

.eshop-category-wrap .eshop-info-block{
	background: none!important;
	-webkit-transition: .3s;
    transition: .3s;
}

.img-polaroid{
	border: none;
	box-shadow: none;
}

.sortPagiBar .span3{
	display: none;
}

.list .eshop-image-block{
    width: 50%;
	padding-top: 20px;
}	

.eshop-image-block img {
    
}

.list .eshop-info-block{
	float: right;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.list .eshop-info-block a{
	text-decoration: none;
	color: #506b38;
    -webkit-transition: .3s;
    transition: .3s;
}

.list .eshop-info-block h5 a:hover{
	color: #374926;
	text-decoration: underline;
}	

.list .eshop-info-block h5{
	color: #506b38;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.list .eshop-info-block h5:hover{
	color: #374926;
}

.list .eshop-buttons{
	float: left;
	position: static;
width: 100%;
text-align: left; 
}

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

.eshop-quantity .btn{

}

.button-minus{
	background: #dcdcdc;
	min-width: 35px;
	color: #000 !important;
}

.button-minus:hover{
	background: #b7b7b7;
}

.button-plus{
	background: #dcdcdc;
	min-width: 35px;
	color: #000 !important;
}

.button-plus:hover{
	background: #b7b7b7;
}


/* PRODUCT PAGE */

.product-right{
	float: right;
	width: 60%;
	padding-left: 75px;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.product-right .input-append{
float: left;
padding-bottom: 25px;
}

.product-right img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}	

.product-right h1{
	text-align: left;
	font-size: 40px;
}

.product-right h2{
    font-weight: 700;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
	text-transform: none;
	margin-bottom: 0px;
}

.product-right p{
	color: #000;
}

.product-info{
	/*position: fixed;
	top: 300px;*/
	float:left;
	width: 100%;
	
}

.product-availability span{
	color: #575757;
}	

.product-right .product-price{
	float: right;
	width: 100%;
	text-align: left;
    font-size: 30px;
}

.product-right .product-price h2{
	color: #000;
	font-weight: 300 !important;
}

.product-right .product-cart{
	float: right;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.product-right .span8{
	width: auto;
}

.product-right .eshop-quantity-value{
	width: 20px !important;
	height: 20px !important;
}



.product-right .btn-primary{
    font-size: 18px;
}

.product-right .product-info .product-review, .product-share{
	border: none;
	padding: 0px;
}

.product-right .nav-tabs{
	border: none;
}

.product-right .product-price{
	border: none;
}

.product-right .product-cart{
	border: none;
}

.product-right .product-desc{
	border: none;
}

.product-right .span8{
	margin: 0px;
}

.product-right .form-horizontal .control-group .control-label{
	width:100%;
	padding-bottom: 5px;
	text-align: left;
}

.product-right .form-horizontal .control-group .controls{
	margin-left: 0px;
	width: 100%;
}

.product-right legend{
	margin-bottom: 0px;
}

.product-right b{
	font-weight: 400;
}

#atstbx{
	margin-top: 25px;
}
	
#review-form{
	display: none;
}

.product-left{
	float: left;
	width: 40%;
	/*max-width: 273px;*/
	padding-top: 100px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


.product-left .product-img{ 
	float: left;
	width: 100%;
}

.product-sub-img{
	padding-top: 20px;
}

.product-left .product-img{
	float: left;

	max-width: 100% !important;
	text-align: center;	
}

.product-left .product-img img{
	display: inline-block;
	/*width: 100%;
	width: auto!important;*/
		max-width: 100% !important;
	width: auto!important;
}

.product-info .product-options{
	border: none;
	padding: 0px;
}	

.product-info .product-options{
	float: left;
	width: 100%;
	text-align: center;
}	

.product-info .product-options div{
	float: left;
	width: 100%;
	text-align: center;
}	

.product-info .product-desc{
	padding: 0px;
}

.product-info .product-price .eshop-base-price{
    font-size: 22px;
}

.eshop-base-price{
	color: #000;
}	

.review-list{
	border: none;
	color: #575757;
	font-size: 16px;
}

/* CART */

.cart-buttons .btn{
    font-size: 18px;
}

.cart-coupon .btn{
    font-size: 18px;
}

#colorbox{
	z-index: 999999;
}

.cart-info a{
	color:#000;
	text-decoration: none;
}

.cart-info img{
	max-width: 50px;
}

.cart-info .button-plus{
	width: 50px !important;
	min-width: 0px;
}
.cart-info .button-minus{
	width: 50px !important;
	min-width: 0px;
}


.cart-info th{
	font-size: 14px;
}

.cart-info td{
	font-size: 14px;
}

.cart-coupon{
	float: left;
	width: 50%;
    padding-bottom: 50px;
}

.cart-buttons{
	float: right;
	width: 100%;
	max-width: 500px;
}

.cart-update{
	background: #292929 !important;
}

.cart-update:hover{
	background: #000 !important;
}

#cboxContent .update{
	margin-bottom: 5px;
}

#cboxContent .checkout{
	background: #78079d;
}

#cboxContent .checkout:hover{
    background: #9d18c8;
}	


/** Showcase Section **/

.sc_container{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #e0e0e0;}

.sc_container h3{
	margin: 0px;
	padding: 0px;
	color: #2f2f2f;
	font-weight: lighter;
	margin-bottom: 30px;}

img.sc_img{
	float: left;
	max-width: 50%;
	border: 4px solid #e1e1e1;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.sc_text{
	float: right;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

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

a.sc_link{
	float: left;
	display: block;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #2b3a1e;
	font-weight: bold;
	background-color: #ececec;
	border: 1px solid #e3e3e3;
	text-decoration: none;}

a.sc_link:hover{
	background-color: #e3e3e3;}

a.sc_product_link{
	float: left;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ececec;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #2b3a1e;
	text-decoration: none;
	margin-top: 20px;}

a.sc_product_link:hover{
	background-color: #e3e3e3;}

/** INSTALLATION GUIDES **/

a.fitting_link{
	float: left;
	display: block;
	width: 200px;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	background-color: #e3e3e3;
	border: 1px solid #d2d2d2;
	margin-top: 10px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;}

a.fitting_link:hover{
	background-color: #d7d7d7;
	border: 1px solid #c9c9c9;
	color: #292929;}

.guide_box{
	float: left;
	width: 350px;
	height: 250px;
    max-width: 100%;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

a.guide_link{
	float: left;
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	background-color: #e3e3e3;
	border: 1px solid #d2d2d2;
	margin-top: 10px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;}

a.guide_link:hover{
	background-color: #d7d7d7;
	border: 1px solid #c9c9c9;
	color: #292929;}


img.guide_img{
	float: left;
	margin-top: 10px;}

.fitting-txt{
	padding-right: 25px;
}

.fitting-images img{
	margin-top: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
    float: right;
}

/* ACCOUNT */

.account-list{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.account-list a{
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
	
.account-list a:hover{
	text-decoration: underline;
}

.account-orders a{
	color: #000;
	font-size: 16px;
	text-decoration: underline;
}

.account-orders a:hover{
	text-decoration: underline;
}

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

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

.header-top{
	padding-left: 15px;
}

#logohomepage{
	padding-left: 15px;
}

#content{
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.breadcrumbs-container{
margin-left: -15px;
width: 120%;
}



.item-page{
	padding-top: 0px;
}

img.hp_banner{
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-right: 5px solid #fff;
    margin-right: 0px;
}

img.hp_banner_right{
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-right: 5px solid #fff;
    margin-right: 0px;
}

}

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

.search-box{
	float: left;
	width: 100%;
text-align: left;
padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.sc_text{
	padding-left:25px;
}

}


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

.header-box{
	float: left;
}


.slicknav_menu{
	display: block;
}


#nav{
	display: none;
}


.why-choose-us .box3{
	padding: 15px;
}

.box-pad{
	padding: 15px;
}

#menu-container{
	float: left;
}

.banner-img{
	float: right;
	width: auto;
}

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

.banner-homepage #banner-txt{
	width: 100%;
	max-width: 600px;
}

.banner-homepage #banner-txt h1{
	display: inline;
}

.services .box4{
	width: 50%;
	margin-bottom: 14px;
}

.banner-homepage .btn{
	margin-bottom: 15px;
}

.imaginechangepage .moduletable-imagine-change .box2 h2{
	margin-top: 25px;
}

.moduletable-imagine-change img{
	float: left;
	width: 100%;
	max-width: 300px !important;
}

.homepage-boxes .box3{
	width: 50%;
}

#pd_text_box{
	width: 100%;
}

#pd_logos{
	width: 100%;
}

img.pd_logo{
	margin-right: 5px;
}


}

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

.col-left{
	width: 100%;
	padding-right: 0px;

}

.col-right{
	width: 100%;
	text-align: left;
	background: #efefef;
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;

}


 .basket-container{
	width: 100%;
	float: left;

}

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

.installation-guides{
	width: 100%;
	float: left;
}

.right-col-product-menu{
	width: 100%;
	float: left;
}

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

.col-right h3{
	text-align: left;
}

}

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

.list .eshop-info-block{
	max-width: 400px;
}

.eshop-cart-area{
	text-align: center;
}

.eshop-quantity{
    float: none;
    width: 100%;
	display: inline-block;
}

.basket-container{
	float: none;
	max-width: 400px;
	display: inline-block;
}

.helpline{
	float: none;
	max-width: 400px;
	display: inline-block;
}

.installation-guides{
	float: none;
	max-width: 400px;
	display: inline-block;
}

.right-col-product-menu{
	float: none;
	max-width: 400px;
	display: inline-block;
}

.hodkin-box{
	float: none;
	max-width: 400px;
	display: inline-block;
}

.homepage-boxes .box3{
	width: 100%;
}

.hp_box_small{
	margin-right: 0px;
}

#hp_list{
	float: left;
	width: 100%;
	margin-left: 0px;
}

#hp_list ul{
	margin-bottom: 15px;
}

#hp_list h2{
	margin-left: 0px;
	font-size: 20px;
	margin-bottom: 15px;
	color: #000;
}

#logohomepage{
	width: 100%!important;
	max-width: 100%!important;
	padding-left: 15px;	
	padding-right: 15px;	
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#logohomepage img{
	float: none !important;
	max-width: 250px;
}

#logo{
	width: 100%!important;
	max-width: 100%!important;
	padding-left: 15px;	
	padding-right: 15px;	
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#logo img{
	float: none !important;
	max-width: 250px;
}

.header-strapline{
	width: 100%;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.search-box{
	text-align: center;
}

.search-box .eshop-filter{
	float: none;
}

img.hp_banner{
	width: 50%;
	max-width: 233px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
    margin-right: 0px;
}

img.hp_banner_right{
	width: 50%;
	max-width: 233px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-right: 5px solid #fff;
    margin-right: 0px;
}

}


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

.list .eshop-image-block{
	width: 100%;
}

.list .eshop-info-block{
	width: 100%;
	max-width: 100%;
}

.list .eshop-info-block .btn-primary{
	margin-top: -15px !important;
}

}

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



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

.header-top{
	background: #6f934f;
    border-bottom: 1px solid #6f934f;

}
.account-txt{
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

.login-txt{
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
    margin-right: 0px;
}

.header #logo{
	padding-top: 0px;
	padding-bottom: 0px;
}

span.header_phone{
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
margin-right: 0px;
}

span.header_email{
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
margin-right: 0px;
}

img.right{
	margin:0px;
	width: 100%;
	border: none;
	margin-bottom: 25px;
}

.fitting-txt{
	width: 100%;
}

.fitting-images{
	width: 100%;
}

.fitting-images img{
	max-width: 100%;
}

.product-right{
	width: 100%;
padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.product-right .input-append{
	padding-bottom: 5px;
}

.product-right .eshop-quantity{
	padding-bottom: 5px;
}

.product-left{
	width: 100%;
	padding-top: 0px;
}




.banner-homepage #banner-txt p{
	display: inline-block;
	max-width: 100%;
}

.moduletable-imagine-change img{
	float: left;
	width: 100%;
	max-width: 100% !important;
}

#imagine-change .box2{
	width: 100%;
}

.service-box-container .box2{
	background-size: cover;
	height: 600px;
}

.service-box-container .box2 .service-box-overlay{
	opacity: 0.5;
}

.service-box-container .box2 p{
	opacity: 1;
}

.service-box-container .box2 span{
	opacity: 1;
}

.service-box-container .box2:hover{
	background-size: cover;
}

.projects .box3{
	width: 100%;
}

#bxbanner .btn-back{
	padding-left: 8px;
	font-size: 15px;
	background-size: 10px;
    min-width: 0px;
	background-image: none;
}

.form-field{
	width: 100%;
}

.banner-homepage #banner-txt{
	width: 100%;
	padding-right: 0px;
}

.banner-homepage img{
	margin-top: 0px;
	float: none;
}

.banner-img{
	width: 100%;
	text-aling: center;
}

.banner{
	padding-bottom: 25px;
}

}


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

.header-strapline span{
	font-size: 25px;
}

.guide_box{
	height: auto;
}

.comment_box{
	padding-left: 40px;
}

.comment_box p{
	padding-right: 35px;
}

.sc_text{
	width: 100%;
	padding-left:0px;
	padding-top: 20px;
}

img.sc_img{
	max-width: 100%;
}

#b_desc{
	width: 100%;
}

#case_address {
    float: right;
	width: 100%;
}

#d_logo {
	width: 100%;
    padding-top: 25px;
}

.list .eshop-info-block{
	max-width: 100%;
}

.box3{
	width: 100%;
}

.hp_product_container{
	text-align: center;
}	

.homepageh2{
	text-align: center;
}	
	

a.hp_product_box{
	float: none;
	display: inline-block;
	margin-right: 0px;
	width: 100%;
	max-width: 260px;
	margin-bottom: 20px;
	height: auto;
}	

.hp_product_box img{
	width: 100%;
}

a.hp_product_box_cp{
	float: none;
	display: inline-block;
	margin-right: 0px;
	width: 100%;
	max-width: 260px;
	margin-bottom: 20px;
	height: auto;
}	

.hp_product_box_cp img{
	width: 100%;
}

.homepage-banner-boxes{
	text-align: center;
}

img.hp_banner{
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 233px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
    margin-right: 0px;
}

img.hp_banner_right{
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 233px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-right: 5px solid #fff;
    margin-right: 0px;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}

.product-right h1 {
    font-size: 30px;
    line-height: 35px;
}

.product-right .btn-primary{
float: left;
}

.product-right .box1{
	padding-top: 20px;
}

.basket .btn-primary{
	margin-bottom: 5px;
	margin-top: 5px;
	float: left !important;
}

.eshop-product-sorting{
	padding-top: 5px;
}

}
