/* =BASE / RESET ( http://smacss.com/ )
--------------------------------------------------------------------------------*/

@import url(https://fonts.bunny.net/css?family=alkatra:400,700|merriweather:300,300i,400,700,700i);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, xxblockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, xsup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
html {	overflow-y: scroll; }
body {
	color: #333;
	padding: 0 0 40px;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	line-height:1
}

ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}


body {
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px
}
h1 {
	font-size:25px;
	margin: 25px 0px;
	color: #3F3F3F;
	text-shadow: 2px 1px 1px rgb(255, 255, 255);
}
h2 {
	font-size:23px
}
h3 {
	font-size:21px
}
h4 {
	font-size:19px
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
ol {
	list-style:decimal
}
ul {
	list-style:none
}
	.textblock ul {
	list-style-type: square;
	-moz-columns: 3 200px;
	-webkit-columns: 3 200px;
	columns: 3 200px;
	background-color: rgba(255, 255, 255, 0.54);
	padding: 3px 0;
	}
li {
	margin-bottom: 5px;
	margin-left: 20px /* COPY TO WEB */
}


p {
max-width: 600px;
font-size: 1.0rem;
}

.home .grid_12 p {
margin-bottom: 0;
}

a:focus {
	outline:1px dotted invert
}

a {
	color: #000;
	text-decoration: underline;
}

/* webkit scrollbars */
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


/*ALL FONTS FAMILIES*/
/* available

font-family: 'Alkatra', display;
font-family: 'Merriweather', serif;

*/
body {
	font-family: Merriweather, Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 14px;
	line-height: 1.5;
}
h1 {
	font-family: 'Alkatra', serif;
	font-weight: 400;
}

.home strong {
	font-family: "Alkatra", serif;
	font-weight: 400;
}

/* LAYOUT STYLES */
/*****************/

body {
	background:url("/images/168.jpg") no-repeat;
}

h1 span{
	background:url("/images/4.png") no-repeat;
	width:700px;
    height:350px;	
}
header h1 {
	font-size: 1.4em;
	float: left;
	margin-top: 0;
}
.container_3 h1 {
	font-weight: normal;
	text-align: left;
}
.container_3 h2 {
	padding: 20px 0 0;
	font-weight: normal;
	text-align: left;
}
.grid_2 .grid_12.home h2 {
    display: none;
}
.container_3 p {
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
}
blockquote, q {
	max-width: 500px;
}
.container_3 {
	background-repeat: repeat-y;
}

.grid_2 .grid_12.home h2 {
display:none;
}

/* Boxes */

header {
height: 200px;
background-size: contain;
background-position: center right;
background-repeat: no-repeat;
padding-top: 30px;
}
.home {
width: 280px;
height: 180px;
background: rgba(255, 255, 255, 0.43);
font-size: 1.2em;
margin: 0;
float: left;
padding: 10px;
}

.block {
width: 100%;
margin-left: auto;
margin-right: auto;
height: auto;
display: inline;
float: left;
position: relative;
z-index:10;
background-size: contain;
background-position: 90% center;
background-repeat: no-repeat;
}


.panel { font-size:1.875em; margin-left: 10.2%;  }

.services { /* Psychotherapy */
background-color: rgba(233, 167, 93, 0.46);
background-image: url("/images/172.png");
}

.services.open {
    background-size: 15vmin;
}

.couples {
	background-color: rgba(189, 203, 121, 0.37);
	background-image: url("/images/176.png");
	background-position: 90% bottom;
}

.couples.open {
    background-size: 30vmin;
}

.about { /* Mindfulness */
background-color: rgba(135, 194, 114, 0.6);
background-image: url("/images/163.png");
/* background-size: 60px; */
}

.about.open {
    background-size: 40vmin;
}

.people {
background-color: rgba(169, 184, 192, 0.42);
background-image: url("/images/175.png");
background-position: 90% bottom;
}

.people.open {
    background-size: 25vmin;
}

.contact {
background-color: rgba(255, 255, 255, 0.57);
background-image: url("/images/161.png");
}

.contact.open {
    background-size: 30vmin;
}


#foot {
	margin-left: 10.2%;
}


/* LINKS
******************/
header h1 a {
	text-decoration: none;
	color: #0E8C33;
}

li a, .contact a { 
text-decoration: none;
border: 1px solid black;
padding: 2px;
}

li a:hover { 
background-color: #000;
color: #fff;
}

.right a{text-align:right;  }

.callLink a:hover{ font-size:26px}

#nav a {
outline: none;
}

.projlistbox ul li a { /* COPY TO WEB */
	display: block;
	border: none;
	padding: 0 0 0 45px;
	height: 30px;
}

img.logo { 
	height: 200px;
	width: auto;
}

.logo img {
	width: 80%;
	height: auto;
}

.small{  
	font-size:18px;
}

.details{
 margin-left:0px !important;
}

.external{
 font-size:13px !important;
 font-weight:bold;
}



/* CONTACT FORM ******************/

/*
.zemContactForm legend { display:none; }

.zemError li { list-style-type:none; margin:0; }

#contact_form { display: inline; float: left; position:relative; margin: 0 10px 40px 10px; width:500px; } 
#contact_form p{ line-height: 1em; padding: 3px; }


#Name, #Email, #Phone, #Mobile{ padding: 2px; margin-bottom: 0px; width: 96%; } 
.zemThanks p { font-weight: bold;} 
.zemError { margin-top:1em; margin-bottom: 1em; font-weight: bold; }

.zemTextarea { width:96%; }

.zemRequired {color: #8C2300 }

.zemRequired::after{
	content: " *";
}

input.zemRequirederrorElement, textarea.zemRequirederrorElement
{
    border: 2px solid #8C2300;
}

*/

/* images 
***************************************************/
.projlistbox ul li { 
	margin-left: 0;
	height: 30px;
}

.cam {
	cursor: pointer;
}
.cam img {
	margin-bottom: -5px;
}
.projects .imageZone {
overflow: hidden;
}
.projects.articlenum1 .imageZone {
display:none
}
.imageZone .yoxview img, .singleimage, #home .home .grid_12 img {width:100%; height: auto;}

.smallbox { 
	width:40px;
	height:30px; 
	overflow: hidden;
    margin-left: 0;
    float:left;
    clear: left;
    }

.smallbox  img{ 
width:40px;
height:30px;
}  

/* .slideshow {
width: 400px;
height:300px;
}*/

/* =Links
--------------------------------------------------------------------------------*/
.link{color: #CC0033;}
.homeLink {display:none}

.grid_1 a{
	text-align:right;
}

#head
{
background-color:white;
margin-top:50px;
text-align:center;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_13, .grid_14, .grid_15, .grid_16 {
    display: inline;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
}
.grid_1{
	position:relative;
	margin-left: 0;
	width: 100%;
	cursor: pointer;
}

.grid_2 {
	display:none;
	width: 80%;
	max-width: 1400px;
}

.grid_2 .textblock {
    width: 100%;
}

.grid_4{
	float: right;
	position:relative;
	margin-top: 10px;
	margin-right: 50px;
	width:350px;
}

.grid_12{
	display: inline;
    float: left;
    overflow: hidden;
    height: auto;
    padding:1%;
    margin: 0.5%;
	/* background: url('images/6.png'); */
	background-repeat:repeat;
}
.grid_12.profile {
border-bottom: 20px solid rgba(255,255,255,0);
max-height: 550px;
overflow: auto;
}
.grid_12.profile h2 {
border-bottom: 3px solid #FFF;
}
.grid_12.projects {
overflow: auto;
width: 83%;
clear: left;
}
.grid_12.services {
max-height: 550px;
overflow: auto;
margin-bottom: 20px;
}

.contact .grid_12 { 
background: none;
margin-left: -3px;
}
.grid_12.projects.case_study {
height: 500px;
max-width:40%;
min-width: 300px;
clear: none;
}
.grid_12.projects.case_study .picshow {
height: 270px;
overflow: hidden;
}


/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.z20 {
	z-index:20
}

.picshow img {
width: 100%;
height: auto;
}

.imagez10 {
	z-index:10;
	position:absolute;
	margin-top:-30px;
}

/* custom CSS */

.cont {
    padding: 0px;
    margin: 0px;
}

/* --------- CONTACT ----------------- */

/*T R B L*/

.zemText {
    }
.zemTextarea {
    width:96%;
}
     
.zemContactForm legend {
   display:none;
   }
   
.zemError li {
list-style-type:none;
margin:0;
}

#contact_form {
	display: inline;
	float: left;
	position:relative;
	margin: 0 10px 40px 10px;
	width:500px;
}
#contact_form p{
line-height: 1em;
	padding: 3px;	
}


#Name, #Email, #Phone, #Mobile{
    padding: 2px;
    margin-bottom: 0px;
    width: 96%;
}
.zemThanks p { font-weight: bold;

}
.zemError {
margin-top:1em;
margin-bottom: 1em;
 font-weight: bold;
}

@media (max-width: 768px) {

	.home .grid_12 {
	width: 100%;
	position: relative;
	background: none;
	}
	
	.home {
	margin-left: 10.2%;
	}
	.block {
	     /* background-size: 50% auto; */
	}
	.block h1 {
	margin: 45px 0;
	}
	.grid_2 {
	padding-bottom: 30%;
	}
	
}

@media (max-width: 479px) {

	.panel {
	width: 79.6%
	}
	.panel img {
	width: 100%;
	height: auto;
	}
	.home {
	margin-left: 10.2%;
	width: 71.6%;
	padding: 4%;
	}
	
}
@media (min-width: 600px) {

	body {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
    }
}
/**************** CSS *********************/
