
/* ==========================================================================
   Base styles
   ========================================================================== */

html {
	font-size: 100.01%;
	background: #FFF;
}

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    background: #000;
	font-family: 'Bitter', serif;
	text-align: center;
	font-size: 21px;
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-weight: 300;
	color: #423c35;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #FFF;
    text-shadow: none;
}

::selection {
    background: #FFF;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
	max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Abril Fatface', cursive; font-weight: 200; line-height: 1.2; color: #000; margin-bottom: 10px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #000; }

h1 {
	font-size: 72px;
    color: #000;
    line-height: 1.3;
    line-height: 1;
    margin: 0;
    padding: 0 0 38px 0;
	text-transform: capitalize;
	letter-spacing: 0.02em;
}

h2 {
    font-size: 72px;
    color: #000;
    line-height: 1.3;
    line-height: 1;
    margin: 0;
    padding: 0 0 38px 0;
	text-transform: capitalize;
	letter-spacing: 0.02em;
}

h3 {
    color: #342e1e;
    font-size: 16px;
	font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 15px;
	letter-spacing: 0.02em;
}

h4 {
    color: #342e1e;
    font-size: 14px;
	font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    padding: 24px 0 18px 0;
	letter-spacing: 0.06em;
}
h4:first-child {
    padding: 0 0 18px 0;
}

p {
	font-size: 21px;
	line-height: 1.5;
	font-weight: 300;
	margin: 0;
	padding: 0 0 18px 0;
	letter-spacing: 0.02em;
	color: #000;
}

p img { margin: 0; }

em, i { font-style: italic; }
strong, b { font-weight: 600; color: #342e1e; }

blockquote, blockquote p { color: #666; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 0.923em; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

abbr[title] { border-bottom: 1px dotted; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0 20px 0; }
ul { list-style: none }
li { margin-bottom: 12px; }
dt { margin:20px 0 0 0; font-weight:bold; }
dd { margin-bottom: 12px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* ===== Links ===== */
a { color: #747477; text-decoration: none; transition: 0.4s ease all; }
a:hover { color: #342e1e; text-decoration: underline; }
a:focus { outline: thin dotted; color:#342e1e; }
a:active { color:#342e1e; }
a:hover, a:active { outline: 0; }
p a, p a:visited { line-height: inherit; }

/* ===== Images and media ===== */
img {border:0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width:100%;}

figure {margin:0; text-align: right;}
figcaption {margin:0; padding:5px; font-size:0.846em /* 11px */}

figure.photo {margin-bottom:20px;}
figure.photo.left {margin:0 20px 20px 0; float:left;}
figure.photo.right {margin:0 0 20px 20px; float:right;}
figure.photo figcaption {border-bottom:1px solid #DDD; background-color:#F5F5F5;}

/* ===== Tables ===== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ===== Forms ===== */
form { margin: 0 0 20px 0 }
fieldset { border: 0; margin: 0 0 20px 0; padding: 0; }
input[type="text"], input[type="password"], input[type="email"], textarea, select { border: 1px solid #ccc; padding: 4px; outline: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font: 13px Arial, "Helvetica Neue", Helvetica, sans-serif; color: #666; margin: 0; width: 192px; max-width: 100%; display: block; margin-bottom: 20px; background: #fff; }
select { padding: 0 }
input[type="text"]:focus,  input[type="password"]:focus,  input[type="email"]:focus,  textarea:focus { border: 1px solid #aaa; color: #444; -moz-box-shadow: 0 0 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea { min-height: 60px; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
label, legend { display: block; font-weight: bold; font-size: 13px; }
select { width: 220px; }
input[type="checkbox"] { display: inline; }
label span,  legend span { font-weight: normal; font-size: 13px; color: #444; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible;}
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {}
input:invalid, textarea:invalid {background-color: #f0dddd;}
.left_icon { width: 22px; display: inline-block; }
.line  { background: #000000; height: 4px; max-width: 488px; margin: 44px auto; width: 100%; }
/* ==========================================================================
   Responsive Google Maps
   ========================================================================== */
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	margin-top: 24px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.google_map {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
/* ==========================================================================
   End Responsive Google Maps
   ========================================================================== */

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   STRUCTURE
   ========================================================================== */

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF;
}
.top {
	background: url('images/bg.jpg') top center no-repeat;
	background-size: cover;
	min-height: 100vh;
}
#header {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
}
.banner {
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}
.intro {
	max-width: 732px;
}
.intro p {
	font-size: 36px;
	line-height: 1.4;
	color: #000;
	letter-spacing: 0.02em;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
.intro-smaller {
	max-width: 580px;
}
#logo {
	max-width: 164px;
	margin: 0;
	padding: 20px 0 14px 0;
	float: left;
}
#catch_phrase {
	text-align: right;
	float: right;
	padding: 63px 0 0 0;
	margin: 0;
	max-width: 55%;
}
	#catch_phrase h3 {
		color: #3786df;
		letter-spacing: 0.06em;
	}
#nav {
	padding-top: 20px;
	width: 100%;
}
	#nav ul {
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
		#nav li {
			display: inline-block;
			vertical-align: top;
			padding: 0 12px;
		}
			#nav li a {
				font-size: 21px;
				letter-spacing: 0.02em;
				color: #000;
				text-decoration: none;
				border-bottom: 3px none #FFF;
				border-bottom: 3px solid rgba(255,255,255,0);
			}
				#nav li a:hover,
				#nav li a:active,
				#nav li a:focus {
					color: #000;
					text-decoration: none;
					border-bottom: 3px solid #000;
					border-bottom: 3px solid rgba(0,0,0,1);
				}
.container {
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.banner {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 1%;
}
.banner_text {
	position: absolute;
	padding: 32px 100px 42px 0;
	top: 0;
	right: 0;
	z-index: 99;
	max-width: 847px;
	text-align: left;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
   
   .main_content {
	   max-width: 732px;
	   height: auto;
	   padding: 72px 0;
	   margin: 0 auto;
   }
   .main_content ul {
	   width: 100%;
		margin: 6px 0 0;
		padding: 0 0 18px 0;
	}
   .main_content li {
	    list-style: disc inside;
	    color: #000;
		font-size: 21px;
		font-weight: 300;
		letter-spacing: 0.02em;
   }
   .break-image {
   		width: 100%;
   		height: 558px;
   }
   .break-image.clinic {
   		background: url('images/clinic.jpg') top center no-repeat;
		background-size: cover;
   }
   .break-image.products {
   		background: url('images/products.jpg') top center no-repeat;
		background-size: cover;
   }
   .facebook-feed {
	    padding: 108px 0 36px 0;
	}
   
   /* ==========================================================================
   End MAIN
   ========================================================================== */


	/* ==========================================================================
	FOOTER
	========================================================================== */
	
	#footer_wrap {
		width: 100%;
		margin: 0;
		padding: 0;
		background: #FFF; /* Old browsers */
	}
	#footer {
		max-width: 1260px;
		height: auto;
		padding: 0 0 44px 0;
		margin: 0 auto;
	}
	#footer p {
		font-size: 14px;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	/* ==========================================================================
	End FOOTER
	========================================================================== */


/* ==========================================================================
   End STRUCTURE
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

.highlight {color: #c3d74b;}

.white {color: #FFF;}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.cleara { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
   
@media (max-width: 1480px) {
	.banner {
		background: rgba(255,255,255,0.6);
		padding: 18px 4%;
	}
}

@media (max-width: 769px) {
	.main_content,
	#footer_wrap,
	.top {
	    padding-left: 4%;
	    padding-right: 4%;
	}
	h1,
	h2 {
		font-size: 48px;
	}
	.line {
	    margin: 30px auto;
	}
	
	.intro p {
	    font-size: 32px;
	    letter-spacing: 0.02em;
	}
	.break-image {
	    height: 308px;
	}
}
@media (max-width: 568px) {
	#logo {
    	max-width: 124px;
    }
    .main_content li,
    p {
		font-size: 15px;
	}
	#nav li {
	    padding: 0 6px;
	}
	#nav li a {
	    font-size: 18px;
	}
	#nav {
	    padding-top: 6px;
	}
	.intro p {
	    font-size: 21px;
	}
	.break-image {
	    height: 208px;
	}
}
@media (max-width: 378px) {
	.banner {
    	padding: 0 4% 18px 4%;
    }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
