/*

    Template Name   : Volcano
    Template Author : http://pixelhint.com
    Author Email    : contact@pixelhint.com
    License    		: http://pixelhint.com/license
    
    
    *****************************************
    
    
    - Fonts
    - Reset Default Foundation Styling
    - Hero
    - Header
    - Services
    - Fancy Button
    - Quote
    - Testimonials
    - Call To Action
    - Google Map
    - Footer
    - Responsive CSS
    
*/

/* RB */
	/* unvisited link */
	a:link {
	color: #718BB0;
	}
	/* visited link */
	a:visited {
	    color: #627998;
	}
	/* mouse over link */
	a:hover {
	    color: #a4caff;
	}
	/* selected link */
	a:active {
	    color: #718BB0;
	}
	
/* RB */
	/* unvisited link */
	nav a:link {
	color: white;
	}
	/* visited link */
	nav a:visited {
	    color: #f3f3f3;
	}
	/* mouse over link */
	nav a:hover {
	    color: #f0f6ff;
	}
	/* selected link */
	nav a:active {
	    color: white;
	}
	
.iwrap a {
    color: #ffffff;
    text-decoration: none;
}


.img_middle {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.logo-img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-height:350px;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    border: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}







/*		Fonts		*/

@font-face {
    font-family: 'lato-black';
    src: url('../fonts/lato-black.eot');
    src: url('../fonts/lato-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-black.woff') format('woff'),
         url('../fonts/lato-black.ttf') format('truetype'),
         url('../fonts/lato-black.svg#LatoBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-light';
    src: url('../fonts/lato-light.eot');
    src: url('../fonts/lato-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light.woff') format('woff'),
         url('../fonts/lato-light.ttf') format('truetype'),
         url('../fonts/lato-light.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-hairline';
    src: url('../fonts/lato-hairline.eot');
    src: url('../fonts/lato-hairline.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-hairline.woff') format('woff'),
         url('../fonts/lato-hairline.ttf') format('truetype'),
         url('../fonts/lato-hairline.svg#LatoHairline') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#RalewayBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-light';
    src: url('../fonts/raleway-light.eot');
    src: url('../fonts/raleway-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-light.woff') format('woff'),
         url('../fonts/raleway-light.ttf') format('truetype'),
         url('../fonts/raleway-light.svg#RalewayLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#RalewayRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#RalewaySemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}






/*    Reset Default Foundation Styling    */

.row{
	max-width:1140px;
	padding: 0 20px;
}


.top-bar .toggle-topbar.menu-icon a span::after{
	right: 0;
}

.top-bar .toggle-topbar.menu-icon a{
	padding: 0 2rem 0 0.9375rem;
}


.top-bar,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section ul li,
.top-bar.expanded .title-area,
.no-js .top-bar-section ul li:hover > a{
	background: transparent;
	height: auto;
	line-height:normal;
	padding: 0;
}


.top-bar .name,
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name span,
.top-bar .name p{
	line-height: normal;
	height: auto;
	font-size: 1.375rem;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;

}


.top-bar.expanded .toggle-topbar a{
	color: #fbdd90;
}

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #fbdd90, 0 7px 0 1px #fbdd90, 0 14px 0 1px #fbdd90;
}




/* RB for Contact form... */
.info
{
	color: #007da4;
	font-weight:400;
	text-align: left;
}


/*    Hero    */

.hero{
	width: 100%;
	height: 750px;
	background: url('../img/healthy-living.jpg') no-repeat 50% 50%; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover; 
}

.hero .caption{
	margin-top: 140px;  /* was 140px */
}


.hero .caption h1.mean_cap{
	font-family: "lato-black", Helvetica, Arial, sans-serif;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	line-height: 70px;
}

/*  RB was 
	.hero .caption h2.sub_cap{
	font-family: "lato-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	line-height: 70px;
	margin-bottom: 50px; 
}  */

.hero .caption h2.sub_cap{  /* RB added bg shadow */
	font-family: "lato-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 60px;
	/* text-shadow: 2px 2px 3px #718BB0; */
	color: #fff;
	background-color: rgb(113,119,176);         /* BLUE #718BB0; */
	background-color: rgba(113,119,176,0.35);    /* BLUE #718BB0; */
	text-transform: uppercase;
	line-height: 70px;
	margin-bottom: 50px;
	display: inline-block;
}

.hero .caption h2.sub_cap2{  /* RB NEW */
	font-family: "lato-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 60px;
	text-shadow: 2px 2px 3px #000;
	color: #fff700;
	/*background-color: rgb(113,119,176);          BLUE #718BB0; */
	/*background-color: rgba(113,119,176,0.35);     BLUE #718BB0; */
	/*text-transform: uppercase;*/
	line-height: 70px;
	margin-bottom: 50px;
	display: inline-block;
}

.hero .caption h2.sub_cap3{  /* RB NEW */
	font-family: "lato-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 40px;
	text-shadow: 2px 2px 3px #000;
	color: #fff700;
	/*background-color: rgb(113,119,176);          BLUE #718BB0; */
	/*background-color: rgba(113,119,176,0.35);     BLUE #718BB0; */
	/*text-transform: uppercase;*/
	line-height: 50px;
	margin-bottom: 20px;
	display: inline-block;
}


.hero .caption h2.sub_lower{  /* RB */
	font-family: "lato-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 60px;
	color: #fff;
	background-color: rgb(113,119,176);         /* BLUE #718BB0; */
	background-color: rgba(113,119,176,0.35);    /* BLUE #718BB0; */
	line-height: 70px;
	margin-bottom: 50px;
	display: inline-block;
}

.hero .caption h3.sub_lower{  /* RB */
	font-family: "lato-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 40px;
	color: #fff;
	background-color: rgb(113,119,176);         /* BLUE #718BB0; */
	background-color: rgba(113,119,176,0.35);    /* BLUE #718BB0; */
	line-height: 60px;
	margin-bottom: 30px;
	display: inline-block;
}


.hero .caption .btn_details span{
	display: inline-block;
	color: #fff;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: .5px;
	position: relative;
	margin-right: 5px;
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 3px;
}

.hero .caption .btn_details .arrow{
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.hero .caption .btn_details:hover .arrow{
	-webkit-transform:translateX(3px);
	    -ms-transform:translateX(3px);
	     -o-transform:translateX(3px);
	        transform:translateX(3px);
}








/*    Header    */

header{
	width: 100%;
	height: 130px;
	background: transparent;
}

.logo h1{
	text-decoration: none;
	color: #ffffff;
	font-family: "lato-bold", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.logo h1 .tld{
	font-family: "lato-hairline", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
}

header .logo{
	margin: 50px 0 0 0;
}

header nav{
	margin-top: 60px;
}

header .top-bar-section ul li a{
	color: #ffffff;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif; 
	font-size: 14px;  /* was 14px */
	text-transform: uppercase;
	margin-right: 30px;
	letter-spacing: .5px;
}


header .top-bar-section ul li:last-child a{
	margin-right: 0;
}


header .top-bar-section li:not(.has-form) a:not(.button){
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

header .top-bar-section li:not(.has-form) a:not(.button):hover{
	color: #fbdd90;
}



.text-centre { /* RB added */
	text-align: center;
}



/*    Services    */

.services{
	padding: 40px 0;  /*was 140px 0; */
}

.services p {
		font-family: "raleway-regular", Helvetica, Arial, sans-serif;

}


.services p a {color:#718BB0;} /* RB added */

.services ul {
	text-align: left;
	color: #454545;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
}

.services .mean_title,
.services .sub_title{
	text-align: center; 
	color: #454545;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
}


.services .mean_title{
	font-size: 30px;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}


.services .sub_title{
	font-size: 20px;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: lowercase;
}


/* RB added 3 */
.services .mean_title3,
.services .sub_title3{
	text-align: center; 
	color: #454545;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
}


.services .mean_title3{
	font-size: 30px;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	/*text-transform: uppercase;*/
}


.services .sub_title3{
	font-size: 20px;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	/*text-transform: lowercase;*/
}






.services .sub_title2{
	font-size: 20px;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-align: left; /* was center; */
}

.services .services_list{
	margin-top: 10px;	text-align: left; /* RB was margin-top: 100px; text-align: center; */
}

.services .services_list .serv_icon{
	margin-bottom: 10px; /*was 60px */
}

.services .services_list p{
	color: #454545;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
}

.services .title{
	color: #454545;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px
}


.para {
	font-family: "lato-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 16px;
}










.btn_holder{
	text-align: center;
}

.services .btn_fancy{
	margin-top: 10px;	/* was 100px; */
	margin-bottom: 20px; /* NEW RB */
}


.services h3 {
	color: #454545;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px
}

/*  DEFAULT FOUNDATION STYLES
	h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }
  */





/*    Fancy Button    */

.btn_fancy{
	
	min-width: 300px; /* RB */
	
	display: inline-block;
	position: relative;
	text-align: center;
	
	/* min-height: 85px; /* RB */
	
	/* RB was color: #454545; */
	color:white !important;/* #dccbbe; */
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 1.2em; /* was 18px;  RB */
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 36px;
	border-radius: 2px;
	background: transparent;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy .text_layer{
	position: relative;
}

.btn_fancy:hover,
.btn_fancy:focus{
	color:#cfeeff;  /* doesn't work when color above is important! and normal link text color ignored when not important! */
	 /* RB was #454545; */
}

.btn_fancy .border_layer{
	position: absolute;	
	top:0;
	left: 0;
	width: 100%;
	height: 100%;	
	border: 1px dashed #000000;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy .border_layer2{
	position: absolute;	
	top:0;
	left: 0;
	width: 100%;
	height: 100%;	
	border: 1px dashed #f6fbd8;
	-webkit-transition:all .2s ease-out;
		 -o-transition:all .2s ease-out;
			transition:all .2s ease-out;
}

.btn_fancy .solid_layer{
	position: absolute;
	top: 4px;
	left: -4px;
	width: 100%;
	height: 100%;	
	background: #708ab1;
	border-radius: 2px;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy:hover .border_layer{
	-webkit-transform:translate(2px,-2px);
	    -ms-transform:translate(2px,-2px);
	     -o-transform:translate(2px,-2px);
	        transform:translate(2px,-2px);
}

.btn_fancy:hover .border_layer2{
	-webkit-transform:translate(2px,-2px);
		-ms-transform:translate(2px,-2px);
		 -o-transform:translate(2px,-2px);
			transform:translate(2px,-2px);
}

.btn_fancy:hover .solid_layer{
	-webkit-transform:translate(-2px,2px);
	    -ms-transform:translate(-2px,2px);
	     -o-transform:translate(-2px,2px);
	        transform:translate(-2px,2px);
}


/* RB added original version for return to top of page button */
.btn_fancy_orig{	
	display: inline-block;
	position: relative;
	text-align: center;
	
	/* min-height: 85px; /* RB */
	
	/* RB was color: #454545; */
	color:white !important;/* #dccbbe; */
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 1.2em; /* was 18px;  RB */
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 36px;
	border-radius: 2px;
	background: transparent;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy_orig .text_layer{
	position: relative;
}

.btn_fancy_orig:hover,
.btn_fancy_orig:focus{
	color:#cfeeff;  /* doesn't work when color above is important! and normal link text color ignored when not important! */
	 /* RB was #454545; */
}

.btn_fancy_orig .border_layer{
	position: absolute;	
	top:0;
	left: 0;
	width: 100%;
	height: 100%;	
	border: 1px dashed #000000;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy_orig .border_layer2{
	position: absolute;	
	top:0;
	left: 0;
	width: 100%;
	height: 100%;	
	border: 1px dashed #fbfdde;
	-webkit-transition:all .2s ease-out;
		 -o-transition:all .2s ease-out;
			transition:all .2s ease-out;
}

.btn_fancy_orig .solid_layer{
	position: absolute;
	top: 4px;
	left: -4px;
	width: 100%;
	height: 100%;	
	background: #708ab1;
	border-radius: 2px;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy_orig:hover .border_layer{
	-webkit-transform:translate(2px,-2px);
	    -ms-transform:translate(2px,-2px);
	     -o-transform:translate(2px,-2px);
	        transform:translate(2px,-2px);
}

.btn_fancy_orig:hover .border_layer2{
	-webkit-transform:translate(2px,-2px);
		-ms-transform:translate(2px,-2px);
		 -o-transform:translate(2px,-2px);
			transform:translate(2px,-2px);
}

.btn_fancy_orig:hover .solid_layer{
	-webkit-transform:translate(-2px,2px);
	    -ms-transform:translate(-2px,2px);
	     -o-transform:translate(-2px,2px);
	        transform:translate(-2px,2px);
}




/**    quote    **/

.quote2{  /* RB */
	/*display: table;*/
	width: 100%;
	height: auto; /* or max 400px ?;*/
	background: url('../img/bowen-technique-therapy-bridgnorth.png') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover; 
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	text-align: justify;
}


.quote{
	display: table;
	width: 100%;
	height: 450px;
/* RB	background: url('../img/quote_bg.jpg') no-repeat 50% 50%; */
	background: url('../img/quote_bg.png') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover; 
	text-align: center;
}

.quote blockquote{
	display:table-cell;
	vertical-align:middle;
}

.quote blockquote p{
	color: #4c4b4b;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0;
}

.quote blockquote .strong{
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.quote hr{
	display: inline-block;
	padding: 0;	
	margin: 0;
	border: 0;
	width: 20px;
	height: 1px;
	background-color: #4b4b4b;
}


.quote .author{
	display: block;
	color: #4c4b4b;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	margin: 20px 0 0 0;
}










/*    Testimonials    */


/* RB slider testing... 
#slider { background: url(../img/spinner.gif) center center #f4f4f4; height: 300px; }  
#slider img { display: none; }  
  
#slider.orbit { background: none; }  
#slider.orbit img { display: block; }  */



.testimonials{
	width: 100%;
	background: #ffffff;
	padding: 40px 0;   /* RB was 140px 0; */
}

.testimonials .testimonial{
	max-width: 1000px; /* RB  was 670px */
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	float: left;
} 

.slider_container{
	max-width: 1000px; /* RB  was 670px */
	margin: 0 auto;
	height: auto;
}


.testimonials .name,
.testimonials .author{
	display: block;
}


.testimonials .name{
	color: #2c2c2c;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0 70px 0;
}

.testimonials p{
	color: #5b5a5a;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 40px;
	margin: 0;
}

.testimonials .author{
	color: #2c2c2c;
	font-family: "raleway-semibold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}


.testimonials .pagination{
	display: block;
	text-align: center;
	list-style: none;
	margin: 75px 0 0 0; 
	padding: 0;
}


.testimonials .pagination a{
	text-decoration: none;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #dfdfdf;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

.testimonials .pagination a:last-child{
	margin-right: 0;
}

.testimonials .pagination a.selected{
	background: #c5c5c5;
}

.testimonials ul.slick-dots{
	display: block;
	text-align: center;
	list-style: none;
	margin: 75px 0 0 0;
	padding: 0;
}

.testimonials ul.slick-dots li,
.slick-slide img{
	display: inline-block;
}

.testimonials ul.slick-dots li a{
	text-decoration: none;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #dfdfdf;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

.testimonials ul.slick-dots li:last-child a{
	margin-right: 0;
}

.testimonials ul.slick-dots li.slick-active a{
	background: #c5c5c5;
}










/*    Call To Action    */

.cta{
	background: #ffffff;
	padding: 50px 0; /* RB was 140px 0; */
	background: url('../img/cubes.png') repeat;
	text-align: center;
}

.cta p {
		font-family: "raleway-regular", Helvetica, Arial, sans-serif;

}

.cta .title{
	color: #454545;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cta .sub_title{
	color: #454545;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	text-transform: lowercase;
}


.cta .sub_title_caps{
	font-size: 22px;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
}

.cta .btn_fancy{
	margin-top: 60px;
}



.map-responsive{
    overflow:hidden;
/* was    padding-bottom:56.25%;  */
    padding-bottom:28.12%;
	position:relative;
    height:0;
    
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%; /* was 100% */
    width:90%;  /* was 100% */
    position:absolute;
    
}






/*  NOT Google Map    */
.map{
	width: 95%;
	height: 550px;
	position: relative;
	overflow: hidden;
}

.map #map_container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}

#map_container img{
	max-width: none;
}

.map .shadow{
	width: 100%;
	height: 158px;
	background: url('../img/shadow.png') repeat-x;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 90;
}

#map_container .map_contacts{
	color:#454545;
}

#map_container .map_contacts span{
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-weight:bold; 
	text-transform:uppercase;
}



/*    Footer    */

footer{
	padding: 40px 0;  /* was 80px 0; */
	background: #535353;
}

footer .copyrights{
	float: left;
	margin-bottom: 40px; /* was 80px; */
}

footer .copyrights p{
	color: #c5c5c5;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .5px;
}

footer .contact_details{
	max-width: 80%; /* was 430px; */
	float: right;
} 

footer .social{
	width: 130px;
	display: inline-block;
}

footer .social ul{
	margin: 0;
}

footer .social ul li{
	margin-bottom: 7px;
}

footer .social ul li a,
footer .contact{
	display: inline-block;
	color: #fff;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
}

footer .contact{
	/* RB was width: 215px; */
	max-width: 80%
	margin-left: 80px;
	vertical-align: top;
}

footer .contact .details{
	margin-bottom: 30px;
}

footer p{
	margin: 0;
	padding: 0;
}

footer .caps-text{
	color: #454545;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}







/*  Back To Top button  */

#back_top{
	text-decoration: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	opacity: 0;
}

.btn_fancy#back_top{
	padding: 6px 16px;
}

.btn_fancy#back_top:hover .border_layer{
	-webkit-transform:translate(1px,-1px);
	    -ms-transform:translate(1px,-1px);
	     -o-transform:translate(1px,-1px);
	        transform:translate(1px,-1px);
}

.btn_fancy#back_top:hover .border_layer2{
	-webkit-transform:translate(1px,-1px);
		-ms-transform:translate(1px,-1px);
		 -o-transform:translate(1px,-1px);
			transform:translate(1px,-1px);
}

.btn_fancy#back_top:hover .solid_layer{
	-webkit-transform:translate(-1px,1px);
	    -ms-transform:translate(-1px,1px);
	     -o-transform:translate(-1px,1px);
	        transform:translate(-1px,1px);
}

				



/*    Responsive CSS    */

@media only screen and (max-width: 40em){
	.top-bar .top-bar-section{
		display: none;
	}

	.top-bar.expanded .top-bar-section{
		display: block;
	}

	.top-bar-section ul{
		margin-top: 70px;
		background: #ffffff;
	}

	.top-bar-section li:not(.has-form) a:not(.button){
	  color: #454545;
	  margin: 0;
	  display: block;
	  text-align: center;
	  padding: 20px 0;
	  background: #ffffff;
	  border-bottom: 1px solid #fff4d7;
	  -webkit-transition: all .2s linear;
	       -o-transition: all .2s linear;
	          transition: all .2s linear;
	}

	header .top-bar-section li:not(.has-form):last-child a:not(.button){
		border: 0;
	}

	header .top-bar-section li:not(.has-form) a:not(.button):hover{
		color: #454545;
		background: #fbdd90;
		padding: 20px 0;
	}


	.hero .caption h1.mean_cap,
	.hero .caption h2.sub_cap{
		font-size: 55px; /* was 45px */
		line-height: 60px;
	}
	

	.hero .caption h2.sub_cap2{
		font-size: 45px; /* was 55px */
		line-height: 50px; /* was 60px */
	}
	
	.hero .caption h2.sub_cap3{ /* RB new */
		font-size: 35px; 
		line-height: 40px; 
	}

	footer .copyrights{
		width: 100%;
		text-align: center;
		margin-bottom: 60px;
	}


	footer .social,
	footer .contact{
		width: 100%;
		text-align: center;
		float: none;
		margin: 0;
	}

	footer .contact{
		margin-top: 60px;
	}
	
	
	
	
/* RB ... */	
	.hero .caption{
		margin-top: 50px;  /* was 20px; - ADJUST THIS SO TEXT ON IMAGES IS READABLE  is 140px; on bigger screen*/
	}
	
	.hero .caption h2.sub_cap{  /* RB added bg shadow */
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 25px;
	}
	.hero .caption h2.sub_cap2{  /* RB added bg shadow */
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 25px;
	}
	
	.hero .caption h2.sub_cap3{  /* RB NEW */
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	
	.logo-img{
		max-height:200px;
	}
	
	
	
	/*  NOT Google Map    */
	.map{
		width: 90%;
		height: 350px;
		position: relative;
		overflow: hidden;
	}
	
	.map #map_container{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 20;
	}
}	



@media only screen and (min-width: 64.063em) {
	#back_top{
		right: 40px;
		bottom: 40px;
		margin-top: -22px;
	}	
	
	/*  NOT Google Map    */
	.map{
		width: 100%;
		height: 500px;
		position: relative;
		overflow: hidden;
	}
	
}
