/*
Theme Name: Health Point - Responsive WordPress Landing Page
Theme URI: http://health-point-wp.webfactoryltd.com/
Description: Premium, fully customizable theme created for the health and beauty industry. Versatile front page, working appointments form and a whole set of predefined industry specific elements make this theme extremely easy to setup. Please send all support requests via the <a target="_blank" href="http://themeforest.net/user/WebFactory#from">contact form</a>.
Version: 1.15
License: Proprietary Envato
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Author: WebFactory
Author URI: http://www.webfactoryltd.com/
Tags: responsive, landing-page, theme-customizer, blue, simple, green, health, beauty, font-icons, bootstrap
*/


/* ==== Scroll down to find where to put your styles :) ==== */


/* 	HTML5 Boilerplate
 
	html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
	v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* End of Reset CSS 

fonts.css from the YUI Library: developer.yahoo.com/yui/ */

body {font-size: 14px;line-height: 21px;} /* hack retained to preserve specificity */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/* 
 * HTML5 Boilerplate - minimal base styles 
 */

body, select, input, textarea { 
  color: #838383; 
  font-family: Arial, Helvetica;   
}
h1,h2,h3,h4,h5,h6 { font-weight: bold;margin-bottom:25px;color:#444; }
h1 {font-size: 36px;}
h2 {font-size: 28px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
a {
  text-decoration:none
}
a:hover {
  text-decoration:underline
}

p {margin-bottom:25px}
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* By default the selection color is pink */
::-moz-selection{ background: #f16529; color:#fff; text-shadow: none; }
::selection { background:#f16529; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
form label.error {
	color: red;
	width: 100%!important;
	font-size: 10px!important;
	text-align: center!important;
	display:none!important;
}
input.error,textarea.error {
	border:1px dotted red!important
}

/*	Blockquotes  */


	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Clearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*
 *  CSS3 Media queries
 */

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: none; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

/* Basics */

body {
  color:#666666;
  background-color:#f0f0f0;
}

blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
	
blockquote, blockquote p { 
	font-size: 32px!important;
	line-height: 42px!important;
	color: #777;
	font-style: normal
}
blockquote p { 
	margin-bottom:0!important
}
blockquote { 
	margin: 0 0 0 0;
	padding: 9px 20px 0 19px;
	clear: both;
	text-align: center;
	font-family: "Georgia",Arial,serif;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 22px;
	font-style: italic;
}
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

.page-title {
	font-size: 36px;
}

.tagline-title {
	line-height: 39px;
	margin-bottom: 0;
	font-weight: normal!important;
	font-size: 32px;
	color: white;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	letter-spacing: 0px
}

#content {
	display:block;
	clear:both;
	margin-bottom:25px;
	margin-top:30px;
	min-height:420px
}

.staff-portrait-holder {
	width: 125px;
	height: auto;
	float: left;
	margin: 0 25px 0 0
}

.staff-portrait-holder img {
	width: 125px;
	height: auto;
	background: white;
	padding: 3px;
	border: 3px solid #CCC;

}

.staff-container {
	border: 1px solid #DDD!important
}

.staff-container .post {
	margin-bottom:0!important
}

.staff-container .btn {
	margin-top:20px!important
}

.staff-container h3 {
	font-size: 21px
}

p.staff-description {
	font-size: 13px!important;
	color: #777;
}

.staff-position {
	text-align: center;
	margin-top: 5px;
	width: 135px;
	font-size: 11px;
	letter-spacing: 1px;
	font-style: italic;
	line-height: 16px;
	color: #999;
}


	
/* #WP specific
================================================== */
.bypostauthor {}
.wp-caption {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {float:right;margin: 5px 2px 0px 10px}
.alignleft {float:left;margin: 5px 10px 0px 2px}
.aligncenter {
	margin: 10px auto
}
.alignright img, .alignleft img, .aligncenter img {
	border:1px solid #000
}
#respond {}
.format-status .post-title {
}

#sidebar .widget {
	clear:both;
	display:block;
	margin:0 0 35px 0
} 

#sidebar {
	background:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
} 

.sidebar-inner {
	padding:20px 20px 5px 20px
}

.post-meta {
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	font-weight: normal;
	line-height: 13px;
	margin: 0 0 15px 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 11px
}

.post-navigation {
	margin-bottom: 45px;
	clear:both;
	display:block
}

.well p {
	margin-bottom:0
}

.excerpt p {
	font-size: 21px!important;
	font-weight: normal!important;
	line-height: 29px!important;
	color: #666;
	margin-bottom: 30px
}

.left {
	float: left!important;
}

.right {
	float: right!important;
}

.previous {
	margin-right:15px
}

.navbar {
	float:right;
	width:auto;
	margin-top:19px;
	margin-bottom:0!important;
}

.navbar-inner {
	background:none!important;
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	min-height: 40px!important;
	padding-right: 0!important;
	padding-left: 0!important;
	font-size: 16px!important
}

.navbar a:hover {
color: #333!important;
background-color: #fff!important;
text-decoration:none!important;
-webkit-border-radius: 5px!important;
-moz-border-radius: 5px!important;
border-radius: 5px!important;
text-shadow:none!important;
}
.navbar a:hover .caret {
	border-top-color: #333!important;
}
.navbar .nav > li > a {
line-height: 19px!important;
text-transform: uppercase;
font-size: 12px;
padding: 9px 10px 7px!important;
font-weight: bold;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff!important;
  text-decoration: none;
  background-color: #777!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}

/*-- WP comments --*/

#commentform p {
  margin-bottom:5px
}

#commentform p.comment-notes, #commentform p.form-allowed-tags {
  margin-bottom:25px;
  font-size:13px
}

#commentform label {
  margin:5px 0 5px 0;
  cursor:pointer;
  font-size:11px;
  text-transform:uppercase
}

#comment-area {
  margin:0 0 10px 0;
  width: 82%
}

#comment-area h3 {
  font-size: 14px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin: 10px 0 0 0;
  padding: 10px 0 10px 0;
  font-weight:normal
}

.comment-meta {
	margin-top:3px
}

#reply-title small {
	display:block;
	font-size:11px
}

#comment {
  width:96%;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding:10px;
  margin:-2px 0 10px 0
}

p.comment-form-comment {
  margin-top:15px
}

img.avatar {
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 1px #999999;
  float:left;
  margin:0 7px 0 0;
}

ul.commentlist {
  background: #f1f1f1;
  display: block;
  float: left;
  list-style: none;
  margin: 10px 0;
  padding: 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  width:96%
}

ul.commentlist li {
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  color: #111111;
  display: block;
  float: left;
  font-size: 11px;
  margin: 3px 0;
  padding: 10px;
  width: 97%;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

ul.commentlist li p {
  line-height: 18px!important;
  font-style:normal;
  margin:8px 0 5px 0;
  overflow:hidden;
  color:#666666;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

.form-allowed-tags code {
  margin:5px 0 0 0;
  padding: 12px
}

/* Comments pagination */
 
.comments-pagination {
  display:block;
  width:100%;
  clear:both
}

code, pre {
	font-family: Consolas,Monaco,"Courier New",Courier,monospace;
}

code, pre {
	background: whiteSmoke;
	border: 1px solid #DADADA;
	font-size: 11px;
	line-height: 1.3em;
	overflow: auto;
	padding: 11px;
	font-weight: inherit;
	margin: 22px 0 22px 0;
	overflow-x: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	display: block
}

/* 1/3 column */

#content h4 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 30px;
}

#content p {
	font-size:13px;
	line-height:21px;
}

.post {
	margin-bottom: 55px;
	clear: both;
	display:block;
	width: 100%
}

/*--Wp calendar--*/

#wp-calendar {
  border: 1px solid #ddd;
  empty-cells: show;
  font-size: 14px;
  margin: 0;
  width: 100%;
  border-bottom:15px solid #ddd;
  padding-bottom:15px;
} 

#wp-calendar thead tr {
  background:#ddd
} 

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  padding:3px
} 

#wp-calendar td {
  color: #aaa;
  font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: normal;
  padding: 2px 0;
  text-align: center;
}

#wp-calendar #today {
  background: #ddd;
  color: #111;
}

#wp-calendar caption {
  text-transform:uppercase;
  font-size:11px;
  margin-bottom:0;
  background: #F0F0F0;
  border: 1px solid #DDDDDD;
  border-bottom:0;
  padding:5px;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
}

#sidebar h4 {
	font-size: 23px;
	letter-spacing: 0px
}

#sidebar ul { 
	margin: 0; 
	padding: 0; 
	height: auto;
	list-style:none
}

#sidebar li { 
display:block;
clear:both;
  list-style: none outside none;
  margin: 0 0 11px 0
}

#sidebar .textwidget {
  padding: 0 5px;
}

#sidebar li a { 
  background:none!important;
}

#submit, #searchsubmit {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  font-weight:bold
}

#submit:hover,
#submit:active,
#submit.active,
#submit.disabled,
#submit[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

#searchsubmit:hover,
#searchsubmit:active,
#searchsubmit.active,
#searchsubmit.disabled,
#searchsubmit[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

#submit:active,
#submit.active {
  background-color: #cccccc \9;
}

#submit:first-child {
  *margin-left: 0;
}

#searchsubmit:active,
#searchsubmit.active {
  background-color: #cccccc \9;
}

#searchsubmit:first-child {
  *margin-left: 0;
}


#submit:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

#submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#submit.active,
#submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#searchsubmit:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

#searchsubmit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#searchsubmit.active,
#searchsubmit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*--Wp recent comments widget--*/

#recentcomments {
  font-weight:bold;
}

#recentcomments a {
  font-weight:normal;
}

.recentcomments {
  margin:0 0 10px 0!important
}

/* Layout */

aside, .newsletter-container, .footer-container, .tagline-container, .teaser-container, .header-container, .footer-bottom-container {
  margin:0 auto;
  clear:both;
  float:none!important
}

/* Centered Top */

.top-centered {text-align:center!important}

.top-centered h1 {
	padding-top: 27px;
	float: none;
	margin: 2px 0 0 0;
	text-align: center
}
.top-centered h2 {
	padding-bottom: 21px;
	padding-top: 0;
	float: none;
	margin: 0;
	text-align: center;
	font-size: 22px;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
}

.top-centered .navbar {
	float: none;
	display: inline-block;
	padding-bottom:18px
}

.da-slide-noimage  h2,.da-slide-noimage  p {
	width: 79%!important
}

.da-slider-nodots .da-dots {display:none!important}

/* Header */

header {
	border-bottom: 1px solid #111;
	background-image: url(images/dark_background.png);
}

header #top {
	min-height:75px;
	background-image:url(images/glow.png);
	background-repeat:no-repeat;
	background-position:top center
}

header h1 {
	padding-top:20px;
	float: left;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin: 8px 0 0 0
}

header h1 img {
  margin-top:-15px
}

header .nav {
	margin: 14px 0 0 0;
	float: right
}

.font-icon-logo {
	font-size: 48px;
	float: left;
	margin-top: 6px;
	margin-right: 30px;
	text-shadow:1px 1px 6px #222
}

header h1 a, header h1 a:hover  {
  text-transform:uppercase;
  text-decoration:none;
  color:#fff
}

header h2 {
	float: right;
	padding-top: 28px;
	color: white;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin: 0;
	font-size: 21px;
	font-style: normal;
	font-weight: normal!important;
	text-transform:uppercase
}

.modal-header h3 {margin-bottom:0}

/* Teaser */

#teaser {
  padding: 42px 0;
  clear: both;
  position:relative
}

#teaser .glow {
	background-image:url(images/glow.png);
	background-repeat:no-repeat;
	background-position:top center
}

.carousel {
	margin-bottom: 33px!important
}

.alter #teaser {
  padding-bottom: 0;
  clear: both;
  overflow:hidden
}

.header-image {
	height: 388px;
	overflow: hidden;
	float: right;
	margin-left: 31px;
	opacity:0;
	bottom:0
}

.header-video {
	margin:8px 0 0 0
}

.header-video iframe {
	border: 3px solid #E1E1E1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 12px #212121
}

.header-video, .header-video iframe {
	width:100%
}

#teaser .btn-large {
	font-size: 19px!important;
	font-weight: bold!important;
	padding: 10px 15px!important;
	border: 1px solid #555
}

.teaser-container {
  min-height:310px;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow:hidden
}

#teaser .info {
	float: left;
	margin: 0
}

#teaser img {
  height:auto;
  margin:35px 0 0 0;
  width: 100%
}

.carousel-caption h1,.carousel-caption h2,.carousel-caption h3,.carousel-caption h4,.carousel-caption h5,.carousel-caption h6, .carousel-caption p {
	margin-bottom:10px!important
}

#header-slider p {
	color: #999!important;
	line-height: 14px!important
}

#teaser h3 {
	font-size: 32px;
	line-height: 38px;
	text-shadow: 1px 1px 0px #666;
	color: #fff;
	margin-bottom: 21px;
	letter-spacing: -1px
}

#teaser p {
	color: #fff;
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 33px;
	text-shadow: 1px 1px 0px #666
}

/* Slider */

#slider {}

.slider-container {
	width:1170px
}

.flexslider img {
	margin:0!important
}

.flexslider .slides {
	position:relative
}

.slide-content {
	position: absolute;
	top: 30%;
	left: 18%;
	width: 66%;
	text-align: center;
}

.appointment-button {top:19%}

.slide-content cite {
	text-shadow: 1px 1px 0px #111!important;
	color:#fff
}

.slide-content h1,.slide-content h2,.slide-content h3,.slide-content h4,.slide-content h5,.slide-content h6 {
	margin-bottom:5px!important
}

.slide-content h3 {
	text-shadow: 1px 1px 0px #111!important;
	font-size: 38px!important;
	line-height: 46px!important;
	font-weight: bold;
}

.slide-content p {
	text-shadow: 1px 1px 0px #111!important;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:400px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/* Call to action button */

a.readmore {
  padding:16px 25px;
  background-reepat: repeat-x;
  font-weight:bold;
  font-size:19px;
  text-transform:uppercase;
  text-decoration:none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  color:#fff;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  box-shadow:1px 1px 2px #222;
  float:left;
  background-image:url(images/dark_background.png)
}

/* Regular button */

a.readmore-small {
  padding:16px 25px;
  font-weight:bold;
  font-size:13px;
  text-transform:uppercase;
  text-decoration:none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  color:#fff;
  -moz-border-radius:4px;
  -webkit-border-radius:12px;
  border-radius:12px;
  box-shadow:1px 1px 2px #222;
  float:left
}

a:hover.readmore, a:hover.readmore-small, a:hover.newsletter-button, a:hover.contact-button {
    box-shadow:1px 1px 5px #000;
}

a:active.readmore, a:active.readmore-small, a:active.newsletter-button, a:active.contact-button {
	background-image:url(images/dark_background_hover.png);
}

#newsletter,  .testimonial,#twitter {
	background-image: linear-gradient(bottom, rgb(230,230,230) 28%, rgb(240,240,240) 53%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 28%, rgb(240,240,240) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 28%, rgb(240,240,240) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 28%, rgb(240,240,240) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 28%, rgb(240,240,240) 53%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.28, rgb(230,230,230)),
		color-stop(0.53, rgb(240,240,240))
	)
}

#newsletter, .testimonial {
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	box-shadow:0px 2px 1px #F3F3F3
}

#twitter {
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	box-shadow:0px -1px 1px #e1e1e1
}

#footer-bottom {
	min-height:50px;
	background-image:url(images/dark_background.png);
}

/* Main tagline */

#notagline {
	display:block;
	float:left;
	clear:both;
	height:30px
}

.highlight-border {
	background-image: url(images/highlight-border.png);
	background-repeat: repeat-x;
	background-position: top center;
	height: 3px;
	position: absolute;
	top: 0;
	width: 100%
}

#tagline {
	background-image: url(images/glow.png);
	background-repeat: no-repeat;
	background-position: top center;
	position:relative
}

#tagline {
  display:block;
  clear:both;
  display:block;
  margin-bottom: 42px;
  padding:21px 0 26px 0
}

#tagline p {
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	font-size: 28px;
	font-style: normal;
	margin-bottom: 0;
	line-height: 33px
}

#tagline .font-icon {
	color: #fff!important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25)!important;
	line-height:38px!important
}
.font-icon {
	line-height: 32px!important;
	margin: 0 25px 0 0;
	font-size: 39px
}

/* Content */

aside {
  display:block;
  clear:both;
  margin-bottom:15px
}

aside h4 {
	font-size: 28px;
	margin-bottom: 5px;
	line-height: 38px;
	font-weight: bold;
	text-shadow:1px 1px #fff
}

aside h1,aside h2,aside h3,aside h4,aside h5,aside h6,aside p, main-subtitle,#content {
	text-shadow:1px 1px #fff
}

aside p {
	font-size:12px;
	letter-spacing:0;
	line-height:21px;
	margin-bottom:45px;
	color: #444
}

/* 1/2 column */

.main-subtitle {
	margin-bottom: 10px;
	font-size: 20px!important;
	color: #666;
	line-height: 26px
}

.main-subtitle .font-icon {
	font-size: 50px;
	float: left;
	margin: 7px 41px 0 0;
	height: 53px
}

.last {margin-right:0!important;}

.article-thumb {
  float:left;
  margin: 0 8px 5px 0;
  padding:0
}

/* Testimonials */

.testimonial {
	clear:both;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 23px;
	margin-bottom:35px
}

.testimonial p {
	padding: 24px 10px 24px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #444;
	margin-bottom: 0;
	text-align: center;
	line-height: 26px
}

.testimonial img {
  float:left;
  margin-top:10px;
  margin-left:10px
}

/* Map */
.modal-title {
	margin:0!important;
	font-size: 19px;
	line-height: 24px
}

.map-widget img {
	padding:4px;
	line-height: 1;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21)
}


.map-widget img:hover {
	border-color: #CCC;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.42);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.42)
}

/* Gallery */
.modal-gallery .modal-title {
	margin:0!important;
	font-size: 19px;
	line-height: 24px
}

.thumbnail > img {
	cursor:pointer
}

.thumbnail:hover {
	 border-color: #ccc;
	 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.thumbnails {
	margin-top:20px
}


/* Contact form */

#contact-form label {
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 28px;
	width: 109px
}

#contact-form input {
	width: 262px!important;
	cursor: pointer!important;
}

#contact-form textarea {
	width: 262px!important
}

#contact-form p, .input-append {
	margin-bottom: 15px!important
}

.captcha-container span {
	float: left;
	margin-right: 0px;
	text-transform: uppercase;
	font-size: 11px!important;
	line-height: 28px;
	width: 109px
} 

#contact-form .input-prepend .add-on,
#contact-form .input-append .add-on,
#contact-form .input-prepend .btn,
#contact-form .input-append .btn {
  margin-left: -31px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
		  z-index: 9;
position: relative;
}

/* Captcha */

.captcha-container {
  width:100%;
  display:block;
  height:50px
}

.captcha-container span {
  font-size:16px;
  float:left;
  line-height:35px
}

.captcha-container input {
  font-size:16px;
  float:left;
  width:50px!important;
  margin-left:10px;
  text-align:center!important;
  padding: 8px 3px 8px 3px!important;
}

#contact-form .captcha-container input {
  width:42px!important
}

.captcha-container .error {
  float:left;
  display:block;
  width:100%
}

/* Newsletter */

#newsletter {
	display:block;
	clear:both;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:12px 10px 11px 20px
}

#newsletter p {
	color: #444;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	margin: 0 5px 0 0;
	font-size: 19px;
	font-weight: normal;
	padding-top: 12px;
	display: inline-block
}

#newsletter .font-icon {
	line-height: 26px!important;
	margin-left: 5px;
	font-size: 25px;
	color: #444
}

#content-newsletter p {
	color:#444;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	margin:0 21px 0 0;
	font-size:23px;
	font-weight:normal;
	padding-top:12px;
	display: inline-block;
}

#newsletterform {
width: 324px;
display: inline-block;
line-height: 42px;
margin-bottom: 0;
margin-top:10px;
}

#newsletterform input {
	background: #E2E2E2;
	border: 1px solid #B7B7B7;
	color: #4F4F4F;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	padding: 9px 20px 8px 20px;
	text-align: left;
	float: left;
	width: 164px;
	text-align: left;
	margin-right: -24px;
}

.search-query {
	font-weight:bold
}

input, textarea {width:auto!important}

#newslettersubmit {
margin-top:-8px
}

.newsletter-icon {
	line-height: 35px!important;
	margin-left: 5px
}

.vertical-spacer {
	clear:both;
	height:16px;
	background:transparent;
	border:0
}

.tabbable {
	line-height: 20px
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.half, .half-last {float:left;width:47%;margin:0px 0;margin-right:6%;}
.half-last {margin-right:0}

.third, .third-last {float:left;width:29%;margin:0px 0;margin-right:6%;}
.third-last {margin-right:0}

.quarter, .quarter-last {float:left;width:20%;margin:0px 0;margin-right:6%;}
.quarter-last {margin-right:0}

/* Footer area */

footer {
	color:#000;
	clear:both;
	padding:45px 0;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.3); 
}

.footer-container {
	min-height:300px;
	padding-top: 5px
}

footer h5 {
	font-size: 19px;
	font-weight: bold;
	color: white;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	line-height: 28px;
	text-transform: uppercase
}

footer p {
	line-height: 24px;
	font-size: 13px;
	color: white!important;
	text-shadow: 1px 1px 0px #565656;
	margin-bottom: 0
}

footer .btn {
	margin-top:15px
}

footer a {
	color:#fff!important
}

footer .widget ul {
	list-style:none;
	margin-left:0
}

footer .font-icon {
	color: #fff!important;
	font-size:17px;
	line-height: 18px!important;
	margin: 0 4px 0 0;
}

.modal-header .font-icon {
	font-size: 21px;
	line-height: 25px!important;
	margin: 0 4px 0 0;
}

footer h5 .font-icon {
	font-size: 32px;
	float: left;
	margin-right: 25px;
	line-height: 26px!important
}

.clock {
  padding-left:60px;
  background-image:url(images/clock.png);
  background-position:0 17px;
  background-repeat:no-repeat;
  line-height:50px
}

.globe {
  padding-left:60px;
  background-image:url(images/globe.png);
  background-position:0 17px;
  background-repeat:no-repeat;
  line-height:50px
}

ul#footer-links {list-style:none;margin:0;}
ul#footer-links li {
  margin:0 0 12px 0
}

ul#footer-links li .font-icon {
	font-size: 16px!important;
	margin: 0 0 0 0;
	line-height: 14px!important;
}

.subtitle {
  font-size:19px;
  color:#fff;
  padding-left:0!important;
  margin-bottom: 16px !important;
}

/* Twitter feed */

#twitter {
	display: block;
	clear: both;
	text-align: left;
	min-height:60px;
	line-height:60px
}

#tweet {
	margin:0
}

#tweet ul {
	list-style:none;
	margin:0
}

#tweet ul  li {
	margin: 0
}

#tweet ul  li {
	font-size: 12px;
	font-weight:bold;
	line-height: 22px;
	padding-top:14px;
	color: #444;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1)
}

#tweet ul  li .meta {
	font-size: 12px;
	margin: 0 0 0 18px
}

footer a {
	color:#fff
}

.footer-icon {
	font-size: 32px;
	float: left;
	margin-right: 25px;
	line-height: 25px!important
}

/* Footer bottom */

#footer-bottom {
  margin-bottom:0;
  color:#fff;
  clear:both;
  border-top: 1px solid #111
}

#footer-bottom p {
  float:left;
  font-size:16px
}

#footer-bottom .container {
	background-image:url(images/glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	min-height: 50px
}

#social {
  float:right;
}

ul#social  {
  list-style:none;
  margin:17px 0 0 0;
  padding:0;
}

#social li {
  float:left;
  margin-right:-7px
}

#social li a {
	display:block
}

#social li a:hover {
	text-decoration:none;
	color:#fff!important
}

.social-icon {
	font-size:29px
}

#footer-bottom a {
	color:#fff!important
}

.copy {
  margin:16px 0 0 0;
  text-shadow:1px 1px 0px #333
}

.font-icon-dropdown {
	margin-right:21px
}

.dropdown-preview {
	font-size:24px
}

/* Typoraphy and shortcodes
----------------------------------------------------------------------------------------------------*/
pre {margin:22px 0 22px 0!important}

.border-break {
	border-top: 1px solid #E0E0E0;
	clear: both;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 15px
}

.border-break span {
	border-bottom: 1px solid #fff;
	clear: both;
	width: 100%;
	display: block;
	float: left
}

#searchform #searchsubmit {
	margin-top:-9px!important
}

.featured-post-image {
	float:left;
	margin-right:15px
}

.featured-post-image img {
	border-color: #CCC;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.42);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.42);
	padding:4px
}

/* options panel
----------------------------------------------------------------------------------------------------*/

.options-panel {
	display: block;
	height: 630px;
	left: 0;
	padding: 15px 5px 10px 15px;
	position: fixed;
	top: 0;
	width: 199px;
	z-index: 999;
	background-color:#111111;
	-moz-border-radius:0 15px 15px 0;
	-webkit-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
	text-transform:uppercase
}

.page .options-panel {
	height: 420px
}

.options-panel-closed {
	display: block;
	height: 104px;
	left: 0;
	padding: 15px 10px 10px 6px;
	position: fixed;
	top:42px;
	width: 101px;
	z-index: 999;
	background-color: #111;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	text-transform: uppercase;
	color:#AAA!important;
	text-align:center;
	-moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2)
}

span.customize {
	font-size: 11px;
	padding: 3px;
	background: #222;
	color: #B3B3B3!important;
	line-height: 16px;
	display:block;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

.options-panel-closed .font-icon {
font-size: 54px;
float: none;
margin-right: 30px;
color: #B3B3B3;
line-height: 44px !important;
margin-bottom: 33px;
}

.options-panel-closed a {
display:block
}

.options-panel-closed span, .options-panel-closed a, #close-options span {
	text-decoration:none!important;
}

.options-panel-closed:hover {
	background-color: #222
}

.options-panel-closed:hover span.customize,.options-panel-closed:hover  .font-icon {
	color: #F16529!important
}

#close-options {
	position:absolute;
	top: 5px;
	right: -5px
}

.options-panel h4 {
	font-size:22px;
	margin:0 0 10px 0;
	color:#fff!important;
}

.options-panel p {
	color:#aaa;
	font-size:13px;
	margin:10px 0 10px 0;
	width: 100%;
	float:left
}

.options-panel ul {
	margin:0;
	list-style:none
}

.options-panel ul li {
	float: left;
	margin: 0 12px 2px 0;
	list-style: circle inside;
	padding: 0;
	width: 78px
}

.options-panel a {
}

.options-panel img {
	margin:0;
	padding:0
}

.options-panel ul li a {
}

.options-panel ul li a:hover {
}