/* 
Theme Name: LifeCare
Theme URI: http://themeforest.net/item/lifecare-responsive-medical-wordpress-theme/
Author: AivahThemes
Author URI: http://themeforest.net/user/AivahThemes
Description: Lifecare Theme for WordPress is lightweight and adaptable. Theme comes with ease in usability which makes your site ready in minutes.
Version: 3.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, 
font, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}
p:empty { display: none; }
code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	clear:both;
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Calendar Widget:
=========================================================== */
.widget_calendar caption,
.widget_calendar td,
.widget_calendar th { text-align: center; }

/* Preformatted text:
=========================================================== */
pre {
	background: url('images/code_bg.png') repeat scroll left top #f6f6f6;
	font: 12px "Courier 10 Pitch", Courier, monospace;
	line-height: 21px;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 20px 30px;
	border: 1px solid #e2eeee;
	color: #444444;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	background-color:#f7f7f7;
	display: block;
	font: 12px/18px Consolas,"Courier New",Courier,monospace;
	border: 1px solid #e2e2e2;
	overflow: auto;
	padding: 10px 18px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */
embed, iframe, object, video { margin-bottom: 24px; max-width: 100%; }
p > embed, p > iframe, p > object, span > embed, span > iframe, span > object { 	margin-bottom: 0; }

/* Alignment */
.alignleft   { float: left; text-align: left; }
.alignright { float: right; text-align: right; }
.aligncenter { text-align: center; display: block; margin-left: auto; margin-right: auto; }

.textright { text-align:right; }
.textleft { text-align:left; }
.textcenter { text-align:center; }

/*Blockquote Alignments */
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

/* Image Caption */
.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: auto;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* WordPress Generic */

.bypostauthor {}
.sticky .post_content { background-color:#FCF8E3; }

/* WordPress Generic */

.comment-edit-link,
.post-edit-link { font-weight:bold; }

.comment-edit-link:before,
.post-edit-link:before {
content:"\f040";
font-family: 'FontAwesome';
margin-right:5px;
line-height:16px;
}

/* Default Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #333333;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	vertical-align: bottom;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #634988;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #4b3767;
}

/* Clearfix 
======================================================================== */
.clear	{ clear: both; display: block; width: auto;  height: 0; visibility: visible; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* 
 General 
======================================================================== */

body,  button, input, select, textarea  { 	
	font-family: 'Open Sans', 'Lato', Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
}

figure img { width: auto; max-width: 100%; height: auto; }

#pagebg {
	position:fixed;
	top:0; 
	z-index:-1;
	min-width:100%;
	min-height:100%;
	background-attachment: fixed;
	background-size:100% 100%;
}
	
.bodyoverlay {
	position: fixed;
	top: 0;
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Links
======================================================================== */

a {	color: #3888c8; text-decoration: none; }

a:hover,
a:active { outline: 0; color: #444444; }

/* Generic
======================================================================== */

.ribbon { position: absolute; top: 0; right: 0; z-index: 2; }
.preloader { display:block; background: url('ajax-loader.gif') center center no-repeat #ffffff;}
.image_caption { display: block; padding: 2px 5px; text-align: center; }

.client-image img,
[id^='#gallery-'] img,
.imageborder {
	position: relative;
	margin: 0;
	padding: 3px;
	border:1px solid #e8e8e8;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	transition: 		all .3s ease-out;
}

.client-image img:hover,
.imageborder:hover {
	background-color: #3888C8;
}

/* Google Map
======================================================================== */

.atpmap img { width: auto !important; max-width: none; }
.atpmap { color:#444444; }
.atpmap-shadow { position: relative; border: 1px solid #eeeeee; padding: 5px; }

/* Headings
======================================================================== */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	font-weight:300;
	line-height: normal;
}

h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: small;
	font-weight: normal;
	letter-spacing:normal;
}

h1 small { font-size: 20px; }
h2 small { font-size: 16px; }
h3 small { font-size: 14px; }
h4 small { font-size: 12px; }

/* Layout and Grid
======================================================================== */

#wrapper {
	position: relative;
	background-color:#ffffff;
	margin: 0 auto;
}

body.boxed.vertical_leftmenu { padding-left:280px}

#boxed #wrapper,
body.boxed #wrapper { 
	width: 88%; 
	max-width:1280px;
	-webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}

.inner { 
	position:relative;
	width: 88%; 
	max-width: 1170px; 
	margin: 0 auto;
}
.inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.one_half		{ width: 49%; }
.one_third		{ width: 32%; }
.two_third		{ width: 66%; }
.one_fourth		{ width: 23.5%}
.one_fifth		{ width: 18.4%; }
.three_fourth	{ width: 74.5%; }
.four_fifth		{ width: 79.4%; }
.two_fifth		{ width: 38.8%; }
.three_fifth	{ width: 59.2%; }
.one_sixth		{ width: 15%; }
.five_sixth		{ width: 82.7%; }

.one_half,
.one_third, 
.two_third,
.one_fourth, 
.one_fifth,
.four_fifth,
.one_sixth,
.five_sixth,
.two_fifth,
.three_fifth,
.three_fourth   {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom:15px;
}

.last { margin-right: 0 !important; }

/* Primary Content Area
======================================================================== */

#main { position: relative; padding: 0; z-index: 3; }
.pagemid_section { padding: 0;}
.pagemid { position: relative; margin: 0 auto; padding:55px 0; }
.pagemid  > .inner { 	width: 88%; max-width: 1170px; }

.pagemid:after,
.pagemid:before {
	clear:both;
	content: "";
	display: table;
}

/* Fullwidth Section */
.section_fullwidth { position: relative; margin: 0 auto; padding: 20px 0; }
.section_inner { 	width: 88%; max-width: 1170px; margin: 0 auto; padding: 0; }
.section_fullwidth a { }
.section_fullwidth a:hover { }

/* Left/Right Sidebar
======================================================================== */

.leftsidebar #sidebar { position: relative; float: left; width: 25.5%; }
.leftsidebar #sidebar .content { padding: 0 40px 0px 0; }	 
.leftsidebar .content-area { float: right; width: 74.5%; }

.rightsidebar #sidebar { position: relative; float: right; width: 25.5%; }
.rightsidebar #sidebar .content{ padding: 0 0 0 40px; } 
.rightsidebar .content-area { float: left; width: 74.5%; }
.content-area not(.atpmap) img { max-width:100%; }

.woocommerce-page .rightsidebar #main .entry-content {
    float: left;
    width: 75%;
    padding: 0 40px 50px 0;
}

.woocommerce-page .leftsidebar #main .entry-content {
    float: right;
    width: 75%;
    padding: 0 0 0 40px;
}

.woocommerce-page .fullwidth #main .entry-content {
    padding: 0;
}

.woocommerce-page .rightsidebar #sidebar {
    position: relative;
    float: right;
    width: 25%;
}

.woocommerce-page .leftsidebar #sidebar { 
	position: relative; 
	float: left; 
	width: 25%; 
}

/* Featured Slider
======================================================================== */
#featured_slider { 
	position: relative; 
	margin: 0; 
	padding:0;
	z-index: 0; 
}

.slider_wrapper { 
	width: 100%; 
	margin: 0 auto;
	padding: 0;	
}

.slider_stretched {max-width:100%;}

.videoslider,
.planbox_slider {
		width: 88%; 
	max-width: 1170px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
}

.videoslider iframe,
.staticslider img{
	max-width:100%;
	display: block;
	margin: 0 auto;
}


/* Topbar
======================================================================== */
.topbar {
	position: relative;
	padding:0;
	font-size:11px;
	line-height: 40px;
	overflow:hidden;
	background-color: #092c45;
	color: #f1f1f1;
}

.topbar .one_half,
.topbar .one_third,
.topbar .two_third,
.topbar p { margin-bottom:0 !important;}
.topbar .iva_socials { float: right; margin: 0 auto; padding: 0; }
.topbar .one_half.last { text-align:right; }

/* Topbar Right Nav (woocommerce topnav)
======================================================================== */

.atp_sub_nav{ float: right; }
.atp_sub_nav ul { overflow: hidden; margin: 0; }
.atp_sub_nav ul li { 
	float: left; 
	padding: 0 10px;
	border:1px solid #dddddd;
	border-width:0 1px 0 0;
	list-style: none;
}
.atp_sub_nav > ul > li:last-child, 
.atp_sub_nav > div > ul > li:last-child { border:none; padding-right: 0; }

.atp_sub_nav > ul > li > a, 
.atp_sub_nav > div > ul > li > a { color: #666666; text-decoration: none; }

.atp_sub_nav > ul > li > a:hover, 
.atp_sub_nav > div > ul > li > a:hover { text-decoration: underline; }

/* Logo, Site title Description
======================================================================== */

.logo { 
	display: table-cell;
	margin: auto;
	min-width: 70px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.logo img { 
	-webkit-transition: all .3s ease-out;
	-moz-transition:    all .3s ease-out;
	-ms-transition:     all .3s ease-out;
	-o-transition:      all .3s ease-out;
	transition:         all .3s ease-out;
}


/* Logo Text */

.logo > a { }
.logo img { transform:scale(1); }

h1#site-title { margin: 0; line-height: 30px;}
h1#site-title a { 
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: -1px;
}
h2#site-description {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}

.atp_ajaxcart {
	position: absolute;
	top: 50%;
	right:0;
	margin-top: -10px;
	float: right;
}


/* Header (default)
======================================================================== */

.header { 
	position:relative; 
	z-index: 20; 
}
.header:after {
	clear: both;
	content: "";
	display: block;
}

.header-area {
	position: relative;
	display: table;
	height: 80px;
	margin: 0 auto;
	max-width: 1170px;
	width: 88%; 
}

.header-widget-area { 
	display: table-cell; 
	vertical-align: middle; 
	text-align: right; 
	font-size: 12px; 
}
.header-widget-area ul { 
	margin: 0;  
}
.header-widget-area ul li { 
    display: inline-block;
    padding: 0 5px;
    margin-top: 5px; 
}

/* Header Transparent
======================================================================== */
.header-style1.transparent {
    position: absolute;
    width: 100%;
}

/* Header Style 1 (default)
======================================================================== */

.menuwrap {
	display: table-cell;
	margin: auto;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.header .atp_ajaxcart {
	position: relative;
	margin-top: 0;
	padding: 0 10px;
	border: 1px solid #DDDDDD;
	border-width: 0 1px 0 1px;
	background-color: #FFFFFF;
}

/* Header Style 2
======================================================================== */

.header-style2 .logo { display: table; margin:0 auto; padding: 20px 0; }
.header-style2 .primarymenu { border-top: 1px solid #dddddd; }
.header-style2 #atp_menu { display: table; float:none; margin:0 auto; }
.header-style2 .menu-inner { 	
	position: relative;
	display: table;
	margin: 0 auto;
	max-width: 1170px;
}

.header-style2 .mini-cart:hover .widget_shopping_cart {
	top: 9px;
}

/* Header Style 3
======================================================================== */

.header-style3 .primarymenu { border-top: 1px solid #dddddd; }
.header-style3 .menu-inner { 	
	position: relative;
	display: table;
	margin: 0 auto;
	width: 88%; 
	max-width: 1170px;
}
.header-style3 .sf-menu,
.header-style3 #iva_megamenu { float:left; }

/* Header Style 4
======================================================================== */

.header-style4 .primarymenu { border-top: 1px solid #e8e8e8; }
.header-style4 .sf-menu { float:none; }
.header-style4 .menu-inner { 	
	position: relative;
	display: table;
	margin: 0 auto;
	width: 88%; 
	max-width: 1170px;
}

.header-style4 .header-right { display:table-cell; vertical-align: middle; }
.header-style4 .search-box { float:right}
.header-style4 .search-box [type="search"],
.header-style4 .search-box [type="text"] {
	background-image: url(images/search-icon.png);
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	border:none;
	cursor: pointer;
	height: 30px;
	width: 0;
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
}

.header-style4 .search-box [type="search"]:focus,
.header-style4 .search-box [type="text"]:focus {
	cursor: text;
	outline: 0;
	width: 230px;
	background-color: rgba( 0, 0, 0, 0.05 );
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow:    0 0 5px 1px rgba(0, 0, 0, 0.05) inset;
	box-shadow:         0 0 5px 1px rgba(0, 0, 0, 0.05) inset;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}

.header-style4 .minicart-wrap{ display: inline-block; float: right; }
.header-style4  .header-widget-area { display: block; }

/* Fixed Header
======================================================================== */

.fixed-header { 
	position:fixed;
	width:100%; 
	top:0;
	left:0;
	margin: 0 auto;
	padding: 10px 0;
	z-index: 3000;
	background-color: #ffffff; /* IE Fall Back*/
	background-color: rgba(255,255,255,0.95); /* Latest Browsers */
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2);
	box-shadow:0 1px 2px rgba(0,0,0,0.1);
}

.fixed-header .header-area { min-height: 30px; height: 30px; }

/* Vertical Left Side Menu
======================================================================== */

.sidemenu{
	position: fixed;
	top: 0;
	left: 0;
	padding:0;
	width: 280px;
	height: 100%;
	z-index: 6;
	background-color: #ffffff;
	border-right:0px solid rgba(0,0,0,0.1);
}

.stretched .sidebar-left { margin-left: 280px; }
.boxed.vertical_leftmenu .sidebar-left { margin-left: 0; }

.sidemenu .vertical_footerbar { border: 0; position: absolute; bottom: 0; width: 100%; padding: 15px; line-height: 1.8; color:#777777;}
.sidemenu .inner { width: 100%; text-align:center; }
.sidemenu .iva_socials { float:none; }
.sidemenu .header-area { display: table; position: relative; width: 100%; }
.sidemenu .logo { padding: 50px 0; display: block; text-align: center; border-bottom:1px solid rgba(0,0,0,0.1); }
.sidemenu .menuwrap { border-top:1px solid #c0c0c0; display: block; }
.sidemenu .alignright { float: left; text-align: left; }
#boxed .sidebar-left { margin: 0 auto; }

.atp_vertical_menu { border-bottom:1px solid rgba(0,0,0,0.1); padding:40px 0; }

/* Primary Menu
======================================================================== */

.iva-mobile-dropdown { display: none; }
.iva-children-indenter { display:none; }
.iva_mmenu .iva_menuicon,
.sf-menu .iva_menuicon { margin-right: 10px;}

.sf-menu { float:right; }
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { display: none; position: absolute; top: 100%; left: 0; z-index: 99; }
.sf-menu > li { float: left;}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block; }

.sf-menu a { display: block; position: relative;}
.sf-menu ul ul { top: 0; left: 100%; margin-left: 8px; margin-top:-8px; }

/*** Menu Properties ***/

.sf-menu ul {
	background-color: #f0f0f0;
	padding: 8px;
	/*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	min-width: 15em; /* allow long menu items to determine submenu width */
	*width: 15em; /* no auto sub width for IE7, see white-space comment below */

}
.sf-menu a {
	padding: 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #666666;
	font-size: 13px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sf-menu > li {
	background: transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
}


.sf-menu ul li a {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 13px;
	padding: 10px !important;
	border-bottom:1px solid rgba(0,0,0,0.1); 
	margin: 0;
}
.sf-menu ul li:last-child a { border-bottom: none; }

.sf-menu > li:hover,
.sf-menu > li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* only transition out, not in */
	background-color: #ffffff;
}
.sf-menu li a .msubtitle {
    display: block;
    font-size: 11px;
    font-weight: normal;
}

.sf-menu li li:hover, 
.sf-menu li li.sfHover, 
.sf-menu li li a:focus, 
.sf-menu li li a:hover, 
.sf-menu li li a:active { color: #3888c8; }

.sf-menu li.current-cat > a, 
.sf-menu li.current_page_item > a,
.sf-menu li.current-menu-ancestor > a,
.sf-menu li.current-page-ancestor > a { color: #3888c8; background-color: inherit; }

/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
	padding-right: 1.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	position: relative;
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 13px;
	top: 28%;
	right: -5px;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: 3px;
	margin-right: 10px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 13px;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/* Superfish Vertical Menu
======================================================================== */
/* adding sf-vertical class in addition to sf-menu creates a vertical menu */

.sf-vertical {  width: auto; min-width: 12em; }
.sf-vertical.sf-menu { float:none; }
.sf-vertical.sf-menu > li a { display:inline-block; padding: 0.6em; border-bottom:1px solid rgba(0,0,0,0.1);  }
.sf-vertical.sf-menu ul li a { display:block; }
.sf-vertical ul { left:	100%; top: 0; text-align: left;}
.sf-vertical > li { float: none; text-align: center;}
.sf-vertical li { width: auto; }

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -3px;
  margin-right: -14px;
  border-color: transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/* Sub Navigation ( Template: template_subnav.php)
======================================================================== */

.sub_nav {
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-shadow: 1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: 	1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
	box-shadow: 		1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
}

.sub_nav li ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub_nav li ul li a{
	background: #f5f5f5;
	color: #999999;
	padding: 9px 15px 9px 30px;
}

.sub_nav li a {
	display: block;
	margin: 0 0 -1px 0;
	padding: 11px 15px;
	border: 1px solid #e8e8e8;
	border-bottom-color: #eeeeee;
	border-top-color: #eeeeee;
	color: #666666;
}

/* Right Sidebar Nav */
.rightsidebar .sub_nav li.current_page_item > a,
.rightsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowleft.png);
	background-position:10px center;
	background-repeat:no-repeat;
}
/* Left Sidebar Nav */
.leftsidebar .sub_nav li.current_page_item > a,
.leftsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowright.png);
	background-position:95% center;
	background-repeat:no-repeat;
}

.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	position: relative;
	margin:0 -7px;
	padding: 11px 25px;
	zoom: 1;
	color: #ffffff;
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 	inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	box-shadow: 		inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
}

.sub_nav li a:hover { background-color: #f5f5f5;}
.sub_nav li:first-child a { border-top-color: #e8e8e8; }
.sub_nav li:last-child a { border-bottom-color: #e8e8e8; }

.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	background-color:#3888c8;
	color: #ffffff;
}
/* Mobile Menu
======================================================================== */

.iva-mobile-menu {
	display: none;
	position: relative;
	top: 0;
	background-color: #252525;
 	padding: 0;
    z-index: 99999;
}
.iva-mobile-menu > ul { margin: 0 auto; padding: 0; }
.iva_mmenu { display: table; margin:0 auto; }
.iva-mobile-menu ul li  {
	list-style:none;
}
.iva-mobile-menu.iva_mobile_container > ul > li:first-child {
	padding-top: 10px;	
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child {
	padding-bottom: 10px;
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child a {
	border-bottom: 0;
}

.iva-mobile-menu ul li a {
	border-bottom: 1px dotted #555555;
    position: relative;
    display: block;
    padding: 14px 0 !important;
    font-size: 13px;
    color: #999999;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-khtml-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.iva-mobile-menu ul li.current-cat > a, 
.iva-mobile-menu ul li.current_page_item > a, 
.iva-mobile-menu ul li.current-page-ancestor > a,
.iva-mobile-menu ul li.current-menu-ancestor > a,
.iva-mobile-menu ul li a:hover { color: #ffffff;}

.iva-mobile-menu ul li ul {
	display: none;
	margin-left: 20px;
}
.iva-children-indenter {  
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	color:#999999;
}

.iva-children-indenter i { padding:14px; }

.iva-menu-open .iva-children-indenter { color:#3888c8; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Frontpage Teaser */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.frontpage_widgets {
	 background-color: #3897C4;
	 border-top: 5px solid #39A7D1;
	 color: #ffffff;
	 margin: 0 auto;
	 padding: 20px 0;
	 position: relative;
	 overflow: hidden;
	 z-index: 100;
}
.frontpage_widgets {
	text-align: center;
}
.frontpage_widgets p { margin-bottom: 0px;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sub Header */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#subheader {
	background-color: #3888c8;
	color: #FFFFFF;
	border-bottom: 1px solid #dddddd;
	position: relative;
	margin: 0 auto;
	z-index:4;
	padding: 0;
	background-size: cover !important;
	-webkit-transition: height 500ms ease-in;
	-moz-transition: height 500ms ease-in;
	-ms-transition: height 500ms ease-in;
	-o-transition: height 500ms ease-in;
	transition: height 500ms ease-in;
	}

#subheader .page-title {
	font-size: 44px;
	margin-bottom: 10px;
    font-weight: 600;
    line-height: 44px;
}

.subheader-inner { position:relative; display: table; 	width: 88%; max-width: 1170px; margin:0 auto; height:150px; }
.subdesc { display: table-cell; vertical-align: middle; }

#subheader .customtext { font-size: 24px; font-weight: 200; line-height: 24px; margin-bottom: 10px; }
#subheader .customtext ul { font-size: 20px; line-height: 20px;list-style: none; margin: 0; padding: 0; }
#subheader a { }
#subheader a:hover {}
#subheader.subdisabled { padding:5px 0;}

.sleft .subdesc { text-align: left; }
.sright .subdesc { text-align: right; }
.scenter .subdesc { text-align:center;  }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Breadcrumbs */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.breadcrumb-wrap {
	background-image: url("images/opacs/dark20.png");
    position: absolute;
    padding: 4px 15px;
    font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	text-transform: uppercase;
	right:0;
    bottom: 0;
    z-index: 4;
	color:#ffffff;
}

.breadcrumbs a { font-weight:bold; padding: 0; color: rgba(255, 255, 255, 0.7);  }
.breadcrumbs a:hover {  }

.breadcrumbs .separator { padding:0 6px;}
.breadcrumbs-plus{ line-height: 250%;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Footer & Copyright */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#footer {
	position:relative;
	background-color: #1a405e; 
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 0 0;
	color: #ffffff;
}

#footer a {	color: #f0f0f0;	color: rgba(255,255,255,0.6); }
#footer a:hover { color: #ffffff; }


/* Footer Teaser  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.footer-teaser{ 
	background-color: #313131;
	position: relative;
	padding: 30px 0 15px 0;
	overflow: hidden;
	text-align:center;
	font-weight:300;
	font-size:16px;
	color: #ffffff;
	-webkit-box-shadow: inset 0 5px 0 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 5px 0 0 rgba(0, 0, 0, 0.05);
}

/* Copyright =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.copyright  { 
	background:url('images/opacs/dark20.png') 0 0 repeat scroll transparent;
	background-color: #092c45;
	color: #ffffff;
	font-size: 11px;
	padding: 20px 0;
	position: relative;
}

.copyright p { margin-bottom: 0;}

.copyright_left {
	float: left;
	width: 50%;
}

.copyright_right {
	float: right;
	width: 50%;
	text-align: right;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Custom Animation */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.custom-animation {
	position: relative;
	padding: 0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Search Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.widget.widget_search {
	position: relative;
}
* html .widget .search-box               { margin-top: 10px; }
*:first-child+html .widget .search-box 	 { margin-top: 10px !important; }
.widget .search-box input {
	width: 75%;
	padding: 8px 10px 8px 40px;	
	color: #d6d6d6;
	font-size: 13px;
	line-height: 13px;
	font-family: Open Sans, Georgia, Arial;
	background: transparent url("images/search-icon.png") 8px 8px no-repeat;
	border: 1px solid rgb(229, 229, 229);
	
}
.widget .search-box input:focus {
	background: transparent;
    border-color: #a7c6e1;
    color: #d6d6d6;
	padding: 8px 35px 8px 15px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 	0 1px 3px rgba(0, 0, 0,  0.1) inset;
    box-shadow: 		0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Widgets */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.widget-title { font-size: 14px; text-transform: uppercase;}
.widget { margin: 0 0 45px 0; }
.widget ul  { margin: 0; padding: 0; }
.widget ul ul { margin-bottom: 0; }	
.widget ul li { 
	background-repeat: no-repeat;
    list-style-type: none;
}

.widget_recent_entries li,
.widget_archive li,
.widget_categories li {
	padding: 0;
}

.widget_recent_entries li a:before,
.widget_archive li a:before,
.widget_categories li a:before {
	content:'\f105';
	font-family: 'FontAwesome';
	font-size: 14px;
	padding-right: 5px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Text Widget Order List Items */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.textwidget ol{
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	padding: 0;
	margin-bottom: 4em;
}

.textwidget ol ol{
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sociables */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.iva_socials { list-style: none;  margin: 0; padding: 0; } 
.iva_socials li img { position: relative; vertical-align: middle; }
.iva_socials li { 
	cursor: pointer;
	display: inline-block; 
	padding: 1px; 
	margin: 0 3px 0 0;
	line-height: 24px; 
	text-align: center;
	vertical-align: middle;
	width: 24px;
	height: 24px;	
	position: relative;
}

ul.iva_socials li a { 
	display: block;
	color: #999999;
}

ul.iva_socials li a.blogger		{ background: transparent url(images/sociables/blogger_bio.png) center center no-repeat; }
ul.iva_socials li a.delicious	{ background: transparent url(images/sociables/delicious_bio.png) center center no-repeat; }
ul.iva_socials li a.deviant		{ background: transparent url(images/sociables/deviant_bio.png) center center no-repeat; }
ul.iva_socials li a.digg		{ background: transparent url(images/sociables/digg_bio.png) center center no-repeat; }
ul.iva_socials li a.facebook	{ background: transparent url(images/sociables/facebook_bio.png) center center no-repeat; }
ul.iva_socials li a.flickr		{ background: transparent url(images/sociables/flickr_bio.png) center center no-repeat; }
ul.iva_socials li a.forrst		{ background: transparent url(images/sociables/forrst_bio.png) center center no-repeat; }
ul.iva_socials li a.google		{ background: transparent url(images/sociables/google_bio.png) center center no-repeat; }
ul.iva_socials li a.linkedin	{ background: transparent url(images/sociables/linkedin_bio.png) center center no-repeat; }
ul.iva_socials li a.pinterest	{ background: transparent url(images/sociables/pinterest_bio.png) center center no-repeat; }
ul.iva_socials li a.rss			{ background: transparent url(images/sociables/rss_bio.png) center center no-repeat; }
ul.iva_socials li a.skype		{ background: transparent url(images/sociables/skype_bio.png) center center no-repeat; }
ul.iva_socials li a.stumbleupon	{ background: transparent url(images/sociables/stumbleupon_bio.png) center center no-repeat; }
ul.iva_socials li a.twitter		{ background: transparent url(images/sociables/twitter_bio.png) center center no-repeat; }
ul.iva_socials li a.dribbble		{ background: transparent url(images/sociables/dribbble_bio.png) center center no-repeat; }
ul.iva_socials li a.vimeo		{ background: transparent url(images/sociables/vimeo_bio.png) center center no-repeat; }
ul.iva_socials li a.yahoo		{ background: transparent url(images/sociables/yahoo_bio.png) center center no-repeat; }
ul.iva_socials li a.youtube		{ background: transparent url(images/sociables/youtube_bio.png) center center no-repeat; }

ul.iva_socials li:hover { 
	-webkit-transition: all 300ms ease-in;
	-moz-transition:    all 300ms ease-in;	
	-o-transition:      all 300ms ease-in;
	-ms-transition:     all 300ms ease-in;	
	transition:         all 300ms ease-in;
}

ul.iva_socials.white  li a { color: #ffffff; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Staff Box */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.bio .sociables {
	text-align: center;
	margin: 0; 
	padding: 15px 0;
	background-color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
}

.bio { 
	position: relative;
    background-color: #ffffff;
	margin-bottom: 20px;
	}

.bio hgroup { text-align: center; }
.bio hgroup h3{ margin-bottom: 10px;}

.bio::before,
.bio::after {
 	position: absolute;
 	content: '';
}

.bio::before {
	width: 99%;
	left: .5%;
	bottom: -4px;
}

.bio::after {
	width: 98%;
 	left: 1%;
	bottom: -7px;
}

.bio .details { padding: 20px; }
.bio .details p	{ padding: 0 20px; }

.bio_thumb { padding:20px; }
.bio img { max-width: 100%; display:block; margin:0 auto; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;}
.bio h4 { margin-bottom:0px; }

.bio span.staff-role {
	margin-bottom:20px;
	display:  block;
	color: #b2b2b2;
}


.bio .iva_socials li {
	float:none;
	background: none !important;
	display: inline-block; 
	*display: inline; 
	position:relative;
	line-height: 30px; 
	width: 30px; 
	height: 30px; 
}

.bio .iva_socials li a{ 
	display: inline-block; 
	*display: inline; 
	width: 30px;
	padding: 0 !important;
	height: 30px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition:    all 200ms ease-in;
	-o-transition:      all 200ms ease-in;
	-ms-transition:     all 200ms ease-in;
	 transition:        all 200ms ease-in;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sticky Bar */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#sticky { 
	top: 0;
	display: none;
	position: relative; 
	width: 100%; 
	padding: 10px 0; 
	z-index: 1000; 
	background-color:#61bfff;
	color: #222222;
	font-size: 12px;
	text-align: center;
}

#sticky a { }
#sticky a:hover { text-decoration:underline; }

.tarrow { 
	position:absolute;
	top: 5px;
	right:10px; 
	width: 29px; 
	height: 34px; 
	background: url(images/toggle_up.png) 0 0 no-repeat; 
	z-index: 2000;
}

.tarrow.active { 
	background: url(images/toggle_down.png) 0 0 no-repeat;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Progress Bar */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.progress_wrap {
	position:relative;
	margin-bottom: 15px;
}

.progress_wrap h4 {
	font-family: Helvetica, Arial, Sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.progress_container {
    position: relative;
    width: 100%;
    line-height: 27px;
	background:url('images/opacs/dark20.png') left center repeat-x;
}
 
.progress_bar {
    position: relative;
    width: 0;
    height: 27px;
	background-color: #0ba054;
	-webkit-border-radius:	50px;
	-moz-border-radius:	50px;
	border-radius: 50px;
}
	
.progress_bar span {
	color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
}
	
span.percentage {
	position: relative;
	float: right;
	padding-right: 10px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Progress Circle */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.CircleBarWrap {
	text-align: center;
	margin:0 auto;
}
.CircleBarWrap .label { }

.easyPieChart {
    position: relative;
    text-align: center;
	margin: 0 auto;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Blog Post */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.iva_post { position: relative; padding-bottom: 40px; }

.more-link {display:block; margin-top:20px;}

.post_wrap { 
	position: relative;
	overflow:hidden;
}

.post-metadata {
	display:inline-block;
	float: left;
	width:80px;
	margin-right:10px;
	text-align: center;
	font-size:11px;
}

.post-metadata .iva_date { line-height: 30px; margin-bottom:20px; position:relative; }
.post-metadata .iva_date:after { content:""; border-bottom:1px solid #cccccc; left:0; margin: auto; padding:6px 0 0; position: absolute; right: 0; width: 20px; }
.post-metadata .month { display: block; font-size: 14px; line-height: 12px; font-weight:bold; text-transform: uppercase; }
.post-metadata .day { display: block; font-size: 28px; line-height: 33px; font-weight: bold; }

.meta-comments, .meta-likes {
	color: #999999;
	display: block;
	font-size: 12px;
}
.meta-comments .fa, 
.meta-likes .fa { margin-right: 5px; }

.meta-comments a,
.post-metadata a { 
	color: #999999;
	-webkit-transition: all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	transition: 		all .3s ease-out;
}
.meta-comments a:hover,
.post-metadata a:hover { color: #3888C8;}

.post-thumbnail {
	background:#b2b2b2 url('images/pattern-light.svg') repeat 0 0 fixed;
	display:block;
	position:relative;
	width:100%;
	z-index:0;
}

.post-thumbnail img{ 
	display:block;
	margin:0 auto;
}

.sticky .post_content {
	padding: 20px;
	background-color: #FCF8E3;
}
.entry-meta { margin-bottom:10px; }
.entry-meta span { padding-right:5px; }
.post_content {
	padding: 20px;
	background-color: #ffffff;
}
.post_content  img{ max-width:100%; }
.entry-title { margin: 0 0 5px 0; }
.entry-content { padding-top: 15px;}
.post .sub-title {
    color: #B2B2B6;
    font-size: 11px;
    font-weight: bold;
    position: relative;
	top:-10px;
}
.post_content .btn{ margin-bottom: 0; }
.post .quote {
	padding:20px;
 	background: #FFFFFF;
	font-size: 18px;
    font-style: italic;
	line-height: 30px;
	margin: 0;
	font-family: Georgia, Times, Serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post .quote span {
	display: block;
	font-size: 14px;
	color: #999;
	text-align: left;
}
.post .quote span:before { content: "\2014 \00A0"; }

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.post_desc_holder{
	 background-color:#ffffff;
 	margin:20px 0 0 0;
 	padding:20px;
}
.postmeta {
    font-size: 13px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Post Formats */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.status-format {
	margin-right:10px;
	float:left;
}

.postformat-link, 
.postformat-quote,
.postformat-video,
.postformat-audio,
.postformat-gallery,
.postformat-aside,
.postformat-image,
.postformat-status,
.postformat-standard { 
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #3888C8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.postformat-link {background-image:url(images/postformat/postformat-link.png);}
.postformat-quote { background-image:url(images/postformat/postformat-quote.png); }
.postformat-video { background-image:url(images/postformat/postformat-video.png); }
.postformat-audio { background-image:url(images/postformat/postformat-audio.png); }
.postformat-gallery { background-image:url(images/postformat/postformat-gallery.png); }
.postformat-aside { background-image:url(images/postformat/postformat-aside.png); }
.postformat-image { background-image:url(images/postformat/postformat-image.png); }
.postformat-status { background-image:url(images/postformat/postformat-status.png); }
.postformat-standard { background-image:url(images/postformat/postformat-post.png); }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Doctors Sortable */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.sortable { width: 100%; }
.sort_img,
.postimg {
	display: block;
	position: relative;
	padding: 0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Isotope Grid */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.splitter  { 	
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}
	
.splitter ul        { margin-right: 0; margin-top: 0; }
.splitter > li      { padding-left: 0; }
.splitter > li ul   { display:table; margin: 0 auto; }
.splitter ul li a   { border-bottom: 0; position: static; background-color:#f1f2f3; margin: 0 2px; color: #333333;}

.splitter li,
.splitter ul,
.splitter ul li a   { *display: inline; display: inline-block;   line-height: 1.1; }

.splitter ul,
.splitter ul li,
.splitter ul        { background-position: 0 -138px; background-repeat: repeat-x; }
.splitter ul li     { position:relative; line-height:34px; margin-bottom: 5px;}
.splitter ul li a:hover { 
	background-color: #3888C8;
	padding: 10px 15px;
	text-decoration: none; 	
	color: #ffffff;
}
.splitter li a.selected {
	background-color: #3888C8;
	color: #ffffff;
}

.splitter li a.selected .selected-arrow{ 
	position:absolute;
	left: 0;
	right: 0;
	bottom:-5px;
	width: 0;
	margin: 0 auto;
	height: 0;
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent;
	border-top: 5px solid #0ba054;
	}	
.splitter ul li:first-child { margin-left: 0; margin-bottom: 5px; }
.splitter ul li a   { 
	padding: 10px 15px; 
	text-decoration: none; 
}		

/* Isotope Filtering -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.dr_ttrow.isotope-item,.dr_ttrow{  right:0; }
.isotope-item {  z-index: 2; }
.isotope-hidden.isotope-item {  pointer-events: none; z-index: 1; }

/* Isotope CSS3 Transitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */


.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration:	 0.8s;
	-o-transition-duration:		 0.8s;
	transition-duration:		 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property:	 height, width;
	-o-transition-property:		 height, width;
	transition-property:		 height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:	 -moz-transform, opacity;
	-o-transition-property:		 top, left, opacity;
	transition-property:		 transform, opacity;
}

/* Disabling Isotope CSS3 transitions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration:	0s;
	-moz-transition-duration:		0s;
	-o-transition-duration:			0s;
	transition-duration:			0s;
}

/* End: Recommended Isotope styles */

/* Disable CSS transitions for containers with infinite scrolling =-=-=-=-=-=-=- */
.isotope.infinite-scrolling {
	-webkit-transition:	none;
	-moz-transition:	none;
	-o-transition:		none;	
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Select Wrapper */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.select_wrapper { background-color: #fff; }
.select_wrapper:hover { background-color: #fff; border-color: #bbb #eee #eee #bbb; color: #333; }
.select_wrapper span  { height: 26px; line-height: 26px; position: absolute; z-index: 0; padding-left: 3px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Pagination */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.pagination {
	margin: 20px auto;
	padding: 20px 0 0 0;
	background: url('images/opacs/dark10.png') left top repeat-x;
	text-align: center;
}

.pagination a, 
.pagination a:link, 
.pagination a:visited,
.pagination a:active,
.pagination span.current{ 
	background-color: #444444;
	color: #FFFFFF;
	padding: 8px 14px;
	margin: 0 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.pagination span.current { background: #3888C8; color: #ffffff;}
.pagination span.extend	 { float:left; }
.pagination a:hover { background: #3888C8;}
.pagenum { float: right; }

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	display: inline-block;
	height: 24px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 24px;
	font-size:12px;
	line-height:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.page-links a {
	background: #444444;
	border: 1px solid #444444;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #3888C8;
	border: 1px solid #3888C8;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Hover Type Icons */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.view { position:relative; overflow: hidden; }
.view img { 
	max-width:100%; 
	height:auto; 
	display: block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.hover_type { 
	display: none; 
	position: absolute; 
	left: 50%; 
	top:50%; 
	margin-left:-30px; 
	margin-top:-30px; 
	z-index: 10; 
}
.hover_type a { 
	position: absolute; 
	top: 0; 
	width: 60px; 
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #444444; 
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition:		all 0.3s ease;
	-moz-transition:		all 0.3s ease;
	-o-transition:			all 0.3s ease;
	transition:				all 0.3s ease;
}

.hover_type a.hoverdetails:hover,
.hover_type a.hovergallery:hover,
.hover_type a.hoverimage:hover { background-color: #3888C8; }

.hover_type a.hoverdetails i,
.hover_type a.hovergallery i,
.hover_type a.hoverimage i { vertical-align: middle; color: #ffffff;}

.hover_type a.hoverdoctor, .hover_type a.hoverdoctor	{ background-image: url('images/icon_doctor.png'); }

.port-fig { border: none; padding: 0; }
.imageframe  a img, 
.imageframe  a:hover img { position:relative; z-index:2; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Author Box */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  #entry-author-info { 
  	background-color: #FFFFFF;
	margin:20px 0 40px;
	padding: 25px; 
	border:1px solid #e8e8e8;
	overflow: hidden;
	-webkit-border-radius:	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
}
.author_entry  { margin: 0; }
.author-avatar  { float: left; margin: 0 20px 0 0; display:inline-block; }
.author-avatar img { 
	background-color: #ffffff; 
	border: 1px solid #e5e5e5;
	padding: 5px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.author-description{ padding: 0;}
.author-description h5 { display:inline-block; margin: 0 0 10px 0;}
.author-description p { margin-bottom: 5px; }
 
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Post Navigation */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#port-nav-below {
	margin: 0 auto; 
	margin: 0 0 10px 0; 
	overflow: hidden; 
}
#nav-below {
	margin: 30px 0; 
	padding: 20px 0; 
	overflow: hidden; 
}
#port-nav-below .nav-previous,
#nav-below .nav-previous	{
	position: relative;
	display: inline-block;
	line-height: 1em;
	width: 50%;
	float: left;
}
#port-nav-below .nav-next,
#nav-below .nav-next  {
	display: inline-block;
	position: relative;
	line-height: 1em;
	width: 50%;
	float: right;
	text-align: right;
}

.nav-previous span { margin-right: 10px; }
.nav-next span     { margin-left: 10px; }
.nav-next span,
.nav-previous span { 
	line-height: normal; 
	text-transform: uppercase; 
	display: block; 
	color: #aaa;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Comments */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comments-area .comment-body {  position: relative; padding-top:30px; padding-bottom:30px; border-bottom: 1px solid #dddddd; }
.comment-edit-link { margin-left:10px;}
.comments-area .comment-author { position: relative; display:block; font-size:14px; }
.comments-area .comment-author .avatar { float:left; margin-right:10px; }
.comments-area .comment-content  { clear:both; margin-top:15px; padding-left: 54px;}
.comment-meta .fn { font-style: normal; font-weight: bold;	}
.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}


.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/* Comment Form */
.comment-form input[type="text"],
.comment-form textarea {
	margin-bottom: 0px !important;
	background-color: #ededed;
	border: 1px solid #dddddd;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	padding: 8px;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    transition: all 300ms ease-in 0s;
}

.comment-form input:focus,
.comment-form textarea:focus {
	background-color: #ffffff;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	-webkit-box-shadow: 0 0 2px 1px #aed7e6;
	box-shadow: 0 0 2px 1px #aed7e6;
}

.comment-form textarea { width:100%; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Wordpress Tags Cloud */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.tagcloud {
    display: inline-block;
	margin:10px 0;
}
.tagcloud a {
    color: #8C8C8C;
    border: 1px solid #DDDDDD;
    display: block;
    float: left;
    margin: 5px 5px 0 0;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 11px !important;
}

.tagcloud a:hover, 
.tagcloud a:active {
    color: #ffffff !important;
    background-color: #1aa0e0;
    border: 1px solid #1aa0e0;
}

.taglist { margin:0; padding:0; border: none;}

.emptybg {
	display: block;
	height: 40px;
	color: #000000;
	padding-top: 20px;
	position: relative;
	text-align: center;
	background: none repeat scroll 0 0 #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* 404 Error Page */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.error_404 {
    clear: both;
    padding: 80px 0;
    text-align: center;
}

.error_404 h2 {
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 30px;
}

.error_404 h5 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 55px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Services */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.service-box h1,
.service-box h2,
.service-box h3,
.service-box h4,
.service-box h5,
.service-box h6 {
	margin-bottom: 15px;
	font-weight: bold;
}
.service-box-heading.center { text-align:center; }
.service-box-heading.left { text-align:left; }
.service-box-heading.right { text-align:right; }

.service-box b {
	display: block;
	font-size: small;
}
.service-icon {
	float: none;
	margin-bottom: 30px;
}
.service-icon.center { text-align:center;}
.service-icon.left { text-align:left;}
.service-icon.right { text-align:right;}

.service-content {
	position: relative;
	overflow: hidden;
	text-align: center;
}

/* Services Icon Animation-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.service-icon img {
	transform:  		rotateY(0deg);
	-webkit-transform: 	rotateY(0deg);
	-moz-transform:  	rotateY(0deg);	
	transition: 		all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: 	all 400ms ease;
}
.service-icon img a { display: block;}
.service-icon:hover img{ 
	margin:0 3px 0 0; 
	transition: 		all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: 	all 400ms ease;
	transform:  		rotateY(180deg);
	-webkit-transform: 	rotateY(180deg);
	-moz-transform:  	rotateY(180deg);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Services Icons */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.services-icon { 
	position: relative;
    display: block;
	font-size:18px !important;
    height: 40px;
	width: 40px;
    line-height: 40px !important;
    text-align: center;
	border-radius: 100%;
}
	
.icn_left.services-icon {
	float: left;
}

.icn_right.services-icon {
	float: right;
}

.icn_center.services-icon {
	float: none;
	margin: 0 auto 10px auto ;
}

.services-heading {
	line-height:40px;
}

.services-heading h3 { 
	font-size: 20px; 
	line-height: 40px; 
	margin-bottom: 10px;
}
.icn_left.services-heading  h3 { 
	margin-left: 50px;
	text-align: left;
}
.icn_right.services-heading  h3 { 
	margin-right: 50px;
	text-align: right;
}
.icn_center.services-heading  h3 { 
	margin: 0;
	text-align: center;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Icon Styles */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.icnStles { position: relative; margin-bottom: 20px; }
.icnStles-heading { margin: 30px 0 20px 0; font-size: 16px; font-weight: bold;}
.icnStles-content {}
.icnStles.center { text-align:center; }
.icnStles.left { text-align:left; }
.icnStles.right { text-align:right; }

/* ToolTip -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.iva_tip { position: relative; }
.ttip {
    display: none;
    position: absolute;
    top: -40px;
    padding: 0.5em 1em;
    font-size: 13px;
    line-height: 15px;
	white-space: nowrap;
    background: #22222b;
    color: #d1d1de;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	z-index: 99;
}

.ttip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-top-color: inherit;
    border-top: 6px solid #333333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
#iframevideo {
	max-width:100%;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Back to Top Scroll */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;	
}

#back-top a {
	width: 44px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 0.5s;
	-moz-transition: 	0.5s;
	transition: 		0.5s;

}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	background: #444444 url(images/top_arrow.png) no-repeat center center;
	border: 2px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-transition: 0.5s;
	-moz-transition: 	0.5s;
	transition: 		0.5s;
}

#back-top a:hover span {
	width: 40px;
	height: 40px;
	display: block;
	background: #3888c8 url(images/top_arrow.png) no-repeat center center;
	border: 2px solid transparent;	
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Feature Box */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.feature-box{ 
	position: relative;
	overflow:hidden;
	color: #e8e8e8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.feature-box:hover{ 
	background-color: #f5f5f5;
	cursor: pointer;
}
.fb-area{ 
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
	text-align:center;
}
.fb-area:last-child{ margin-right:0;}

.fb-area h1, .fb-area h2, .fb-area h3, .fb-area h4{ 
	display: table;
	margin: 10px auto;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	}

.feature-box .mid{ 
	position: relative;
	padding: 15px 0 !important;
	z-index: 2;
}
.fb-icon img {
	position: relative;
	display: table;
	margin: 0 auto;
}
.feature-box * { margin-bottom: 0; }
.feature-box a { 
	color: #ffffff;
}
.feature-box a:hover { 
	color: #ee5b3e;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* ContactForm Button */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.contact_form button { border: 0; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* ContactForm 7 Specific Styling */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.wpcf7-form input[type="text"] {
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form select {
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding:8px;
}

.wpcf7-form input[type="checkbox"] {    width: auto }

.wpcf7 form.wpcf7-form p {
    font-weight: bold;
    margin: 0 0 20px 0 !important;
}

.wpcf7-list-item-label 	{ font-weight: normal }
.wpcf7-response-output 	{ display: none }
.wpcf7-form .invalid 	{ color: #bf1515 !important }
.wpcf7-not-valid 		{ border: 1px solid #bf1515 !important }
.wpcf7 span.wpcf7-not-valid-tip { display: none }

div.wpcf7-response-output {
    margin: 0px !important;
    padding: 5px 10px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
	position:relative;
	border:1px solid #ddd !important;
	display:block;
	background-color:#F7F7F7;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
	-webkit-box-shadow:1px 1px 2px 0 rgba(0, 0, 0, 0.03);
	   -moz-box-shadow:1px 1px 2px 0 rgba(0, 0, 0, 0.03);
	        box-shadow:1px 1px 2px 0 rgba(0, 0, 0, 0.03);
	font-weight:bold;
	padding:10px 30px !important;
	text-align:center;
	margin-bottom:20px;
}

div.wpcf7-mail-sent-ok {
    background-color: #ebf2d8;
    border-color: #C1D96A !important;
    color: #81A81D;
}

div.wpcf7-mail-sent-ng {
    background-color: #E8FAFB;
    border-color: #C2DADE !important;
    color: #468BBF;
}

div.wpcf7-spam-blocked {
    background-color: #f6f3da;
    border-color: #D4CFA4 !important;
    color: #b89c00;
}

div.wpcf7-validation-errors {
    background-color: #FFE5E5;
    border-color: #E8A7A7 !important;
    color: #E65451;
}

.wpcf7-form p span{
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Product Wrapper */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.product-item {
    margin: 5px;
    text-align: center;
	border: 2px solid #ffffff;
}

.product-thumb {
	display: block;
	position: relative;
	padding: 0;
}
.product-thumb img {
     display: block;
	 -webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.product-info {
	background-color: #666666;
	height: 40px;
	overflow: hidden;
	padding: 10px 20px;
	text-align: left;
}
.product-info h3 {
	margin-bottom: 0;
	line-height: 40px;
	font-size: 16px;
	margin-right: 50px;
	overflow: hidden;
	color: #ffffff;
}
.product-info a {
	color: #ffffff;
	text-decoration: none;
}

.product-info span {
	background-color: #3888C8;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	right: 7px;
	bottom: 7px;
}

.info-icon { 
	text-align: center;
	color: #ffffff;
	line-height: 60px;
	background-position: center center;
}
.info-icon i { vertical-align: middle; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* Appointment Section
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.iva_appt_section {
	background-color: #136BA1;
	margin: 0;
	overflow: visible;
	padding: 40px 0 0 0;
	position: relative;
	width: 100%;
	color: #ffffff;
}
.iva_appt_section:after {
	clear: both;
	content: '';
	display: block;
}

.iva_appt_inner {
	margin: 0 auto; 
	width: 88%; 
	max-width: 1170px;
}

.iva_appt_inner:after {
	clear:both;
	content: "";
	display:block;
}

.iva_apptform_wrap{
	position:relative;
	margin:0 auto;
}
.iva_apptform_wrap .input-col {
	position: relative;
	display:inline-block;
	width: 25%;
}

.iva_appt_content input[type="text"]{ 
	margin-bottom: 0px !important;
	background: #ffffff;
	border: none;
	border-bottom: 0px solid #ffffff;
	color:#444444;
	font-size: 14px;
    margin-top: 0;
    padding: 8px;
    transition: all 300ms ease-in 0s;
	border:1px solid #cecece;
    width: 100%;
	-webkit-box-shadow:inset 0 0 3px 2px rgba(0,0,0,0.15);
	box-shadow:inset 0 0 3px 2px rgba(0,0,0,0.15);
}

.iva_appt_content input::-webkit-input-placeholder{
  color: #444444;
}
.iva_appt_content input:-moz-placeholder{
  color: #444444;
}

.iva_appt_content input:focus{ 

}

#formstatus {
    margin-bottom: 20px;
}
#appointmentform h5 span.time, 
#appointmentform h5 span.closed, 
#appointmentform p span.country {
    padding-right: 20px;
}

#appointmentid h5 label {
    display: inline-block;
    padding: 6px 0;
    vertical-align: top;
    width: 140px;
}
#appointmenttime_para {
    text-align: center;
}
#formstatus {
    margin-bottom: 20px;
}
#appointmenttime_closed_para {
    text-align: center;
}
#appointment-calendar-main {
    margin-bottom: 10px;
}

.appt_field { margin-bottom:8px;}
.appt_field + label { display: block; }
.appt_field .submit { margin-top: 10px;}

.appt_field label.appt_req:after { 
	content:"*"; 
	color: #3888C8;
	position: absolute; 
	margin: 2px 0px 0px 4px; 
	font-size: 14px; 
	padding: 0 5px 0 0;
}

.testimonial_sub input.txtfield, 
.testimonial_sub textarea,
.appointmentform input.txtfield, 
.appointmentform textarea,
.appointmentform select {
	margin-bottom: 0px !important;
	background-color: #ededed;
	border: 1px solid #dddddd;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	padding: 8px;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    transition: all 300ms ease-in 0s;
}
.testimonial_sub input.txtfield:focus, 
.testimonial_sub textarea:focus,
.appointmentform input.txtfield:focus, 
.appointmentform textarea:focus,
.appointmentform select:focus{
	background-color: #ffffff;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	-webkit-box-shadow: 0 0 2px 1px #aed7e6;
	box-shadow: 0 0 2px 1px #aed7e6;
}

.appointmentform textarea { width: 100%; height: 100%; line-height: 150%; }
.appointmentform select   { width: 100%;  }

.doctorlist .select_wrapper span,
.select_wrapper span {
	height: 26px; 
	line-height: 26px; 
	position: absolute; 
	z-index: 0; 
	padding-left: 10px;
	}
.doctorlist select.select,
select.select {
	position: relative; 
	cursor: pointer; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 28px; 
	z-index: 4;
	-moz-opacity: 0; 
	filter: alpha(opacity: 0); 
	opacity: 0; 
	}
select :disabled {
    background-color: red;
}

.iva-timeslot-radio{ 
	border:3px solid #ffffff; 
	margin:0 5px 10px 0; 
	display:none; 
	cursor:pointer; 
	float:left;
}

.iva-appt-time-slot, .iva-appt-hide-slot {
    font-size: 12px;
    margin: 0 5px 5px 0;
    position: relative;
    text-align: center;
	padding:5px 10px;
	cursor:pointer;
    color: #666666;
	background-color:#DFF0D8;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.iva-appt-hide-slot.hide-time-slot{
	cursor: default;
	background-color:#eeeeee;
	color:#cccccc;
}

.iva-appt-time-slot.iva-booked-slot {
	cursor: default;
	background-color:#F2DEDE;
	color:#B54442;
}
.iva-appt-time-slot-selected { background-color:#3888C8; color:#ffffff;}
.iva_appt_time_slots { display:inline-block; width:33.3%; }

.iva_appt_checkbox {display: inline-block; float: left;}
.iva-appt-time-slot i ,.iva-appt-hide-slot i { margin-right: 5px; }
.appt_field.hide { display:none; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* Appointment Form 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.iva-date-wrap{
	position: relative;
	background-color: #3888c8;
	padding: 40px 20px;
	overflow: hidden;
	opacity:0.9;
}
.iva-date {
	color: #FFFFFF;
	text-align: left;
}
.iva-date > span{
	display: block;
	font-weight:bold;
}
.iva-calDate{
	font-size: 90px;
	line-height: 80px;
}
.iva-calMonth {
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
}
.iva-calYear {
	font-size: 24px;
}

.appt_information small { display:block; }


#weather {
	width: auto;
	margin: 0px auto;
	text-align: right;
	text-transform: uppercase;
}

#weather h2 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 40px;
	font-weight: 300;
	text-align: right;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#weather ul {
	color: #FFFFFF;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#weather li {
	display: block;
}

#weather .currently {
	margin: 0;
}

.iva-calWrap {
	position: absolute;
	top: 0;
	left: 0;
	color:#ffffff;
	font-size: 26px;
	font-weight:bold;
}

/* Weather icons*/
@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.wi {
  color: #ffffff;
  font-family: weather;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* Doctor Single Page
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.doctor-columns { 
	position: relative; 
	width:33%; 
	display:inline-block; 
	vertical-align: top; 
}

.doctor-profile { 
	position: relative;
	margin-bottom:40px; 
	background-color:#ffffff; 
}

.doctor-profile .one_half , .doctor-profile .three_fourth { margin-bottom: 0; }

.vr_dr_separator {
	border-left: 1px solid #ddd;
	height: 100%;
	margin: 22% 0 22% 0;
	position: absolute;
}

.doctor-meta-data { padding:20px 0; }
.doctor-meta-data .dr_socials { display: inline-block; }
.doctor-custom-meta span, 
.doctor-meta > span {
	color: #333333;
	display: inline-block;
	font-weight: bold; 
	padding: 0;
	width: 30%; 
}

.doctor-details .doctor-meta {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
}

.doctor-custom-meta p{
	margin-bottom: 0;
	padding-bottom: 15px;
}

.clinichrs-title h4{
	margin-bottom:20px;
	font-weight: bold;
}

.clinichrs-desc {
    line-height: normal;
    margin-bottom: 20px;
}

.more-labels { 
	background-color: #eeeeee;
	padding: 30px 0;
}

.more-labels .fancy-title {
	font-size:16px;
}

.more-labels:before,
.more-labels:after {
	clear:both;
	content:"";
	display:table;
}
.doctor-list { 
	position:relative; 
	background-color: #ffffff;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
	transition: all 0.3s linear;
}

.doctors_list { 
	position:relative; 
	margin: 5px 0;
}
.custompost_details {
	background-color: #ffffff;
}

.doctor-desc { 
	overflow: hidden;
	text-align: center;
	padding: 20px 0 30px 0;
}
.doctor-desc > span { 
	display: block; 
	font-size: 11px; 
	line-height:normal;
	padding-bottom:8px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.doctor-list .entry-title { 
	margin-bottom: 0px; 
	font-size: 14px; 
	font-weight: bold;
}
.dr-title { 
	margin: 0 0 5px 0;
	padding: 0 10px;
	font-size: 16px; 
}

.doctor-list:hover {
	box-shadow: inset 0 0 0 5px rgba(0,0,0,0.07);
}

.doctor-item:hover .doctor-thumb { 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
}


.doctorpost_entry { overflow: hidden;}
.custompost_thumb img { 
	max-width:100%; 
	height:auto; 
	display: block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	 overflow: hidden;
}

.custompost_thumb { position:relative;}

.custompost_thumb .imgoverlay {
	display:block;
	position:absolute;
	background:url('images/hover_image.png') center center no-repeat transparent;
	z-index:2;
}

.featured-doctor { 
	position:relative; 
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.15);
	-moz-shadow: 0 0 2px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.15);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Doctor list Table */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.drlist-Table {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}

.drlist-item { display: inline-block; margin:auto 0; }

.drlist-Row {
	background-color: #FFFFFF;
}
.drlist-Row:hover{
	background-color: #F3F3F3;
}

.drlist-Row:after {
	clear:both; 
	content:''; 
	display: block;
}

.drlist-Row {
	display: table;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
	border-bottom:1px solid #dddddd;
}

.drlist-Header .drlist-Row{
	background-color: #3888c8;
	border-bottom: 0;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

.drlist-Body {
	font-size: 13px;
	color: #444444;
}
.drlist-photo img {
	width: 50px;
	height:50px;
	margin:0 auto;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}


.drlist-photo     { width:10%; float: left; display:inline-block; text-align:center;}
.drlist-details   { width:90%; float: left; display:inline-block; }

.drlist-name      { width:25%; text-align:left;}
.drlist-specialty { width:25%; text-align:left;}
.drlist-location  { width:25%; text-align:left;}
.drlist-socials   { width:25%; text-align:left;}

/* ------------------------------------------------------
Departments List
------------------------------------------------------- */
.dept-list {
	background-color: #FFFFFF;
	position: relative; 
	-moz-box-shadow: 0 0 1px 0 rgba( 190, 190, 190, 0.5 );
	-webkit-box-shadow: 0 0 1px 0 rgba( 190, 190, 190, 0.5 );
	box-shadow: 0 0 1px 0 rgba( 190, 190, 190, 0.5 );
}
.dept-desc { 
	padding: 10px; 
	text-align: center; 
}
.dept-desc > span { 
	display: block; 
	font-size: 11px;  
	color: #666666;
	text-align: center; 
}
.dept-title {
	font-size: 18px; 
	font-weight: bold;
	margin-bottom:15px;
}
.dept-shortinfo{
	line-height: normal;
	margin-bottom: 20px;
}

.dept_img {	padding: 40px; }
.dept_img img { margin: auto; display: table; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* Department Single
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.dept-wrap {
	background-color: #ffffff;
	position: relative;
	margin: 0 auto 20px auto;
	overflow: hidden;
	display:table;
	width: 100%;
}

.dept-details {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
	width: 30%;
}

.dept-icn {
	margin: 0 auto;
	display: table;
}

.dept-title > h1 {
	text-align: center;
	font-size: 18px;
	line-height: normal;
}
.dept-image {
    display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
	background:url("images/pattern-light.svg") repeat scroll 0 0 #dddddd;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* Doctors Sortable
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.doctor_sort{
	position: relative;
	z-index: 999;
}
.doctor_sort > ul ul {
	display: none;
}
.doctor_sort > ul li:hover > ul {
	display: block;
}
.doctor_sort > ul {
	display: block;
	background: #3888C8;
	padding: 0;
	margin: 0 0 30px 0 !important;
	list-style: none;
	position: absolute;
	cursor: pointer;
	width: 30em;
}
.doctor_sort > ul:after {
	content: ""; clear: both; display: block;
}
.doctor_sort > ul li {
	float: left;
	width: 100%;
	display: inline-block;
}
.doctor_sort > ul li:hover {
	background: #3888C8;
}
.doctor_sort > ul li:hover a {
	color: #8F8F8F;
}

.doctor_sort > ul li span {
	display: block; 
	padding: 12px 20px;
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 12px;
}
.doctor_sort > ul li ul li a {
	display: block; 
	padding: 12px 20px;
	color: #757575; text-decoration: none;
	font-size: 12px;
}
.doctor_sort > ul ul {
	background: #FFFFFF; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	margin: 0;
	-moz-box-shadow: 0 8px 16px -6px #333333;
	-webkit-box-shadow: 0 8px 16px -6px #333333;
	box-shadow: 0 8px 16px -6px #333333;
}
.doctor_sort > ul ul li {
	float: none;
	display:inline-block;
	width:50%; 
	border-bottom: 1px solid #EEEEEE; position: relative;
	list-style: none;
}
.doctor_sort > ul ul li a {
	padding: 10px 15px;
	
}	
.doctor_sort > ul ul li a:hover {
	background: #3888C8;
	color: #FFFFFF;
}

.doctor_sort > ul ul ul {
	position: absolute; left: 100%; top:0;
}
.doctor_sort > ul ul li.active {
	background: #3888C8;
	color: #FFFFFF;
}
.doctor_sort > ul ul li.active a { 	color: #FFFFFF;}

.doctor_sort .doctor-item { margin:0; }
.icn-dr-sort {
	position: absolute;
	color: rgb(255, 255, 255);
	right: 10px;
	top: 13px;
}

/* Gallery Template & Signle Page
=========================================================== */

.gallery-list { position:relative;}
.gallery-desc { 
	background-color: #ffffff;
	padding: 10px;
	overflow: hidden;
	border:1px solid #dddddd;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0px 0px 4px 4px;
	   -moz-border-radius: 0px 0px 4px 4px;
	        border-radius: 0px 0px 4px 4px;
}
.gallery-desc > span { display: block; font-size: 11px; }
.gallery-list .entry-title { margin-bottom:0px; font-size:14px;  }
.gallery-list:hover .gallery-desc { background-color:#3888C8; }
.gallery-list:hover .gallery-desc * { color:#ffffff; }
.gallery-list:hover .gallery-desc span { color:rgb(255,255,255) }
.gallery-list:hover .gallery-desc span { color:rgba(255,255,255,0.8) }

.gallery-details span { 
	float: left; 
	margin: 0 2px 2px 0; 
	font-weight: normal; 
	padding: 5px 10px; 
	width: 46%; 
}
.gallery-meta{ text-transform: uppercase;}
.gallery-postimg { position:relative; float: left; margin: 6px;}
.gallery-wrap:before,
.gallery-wrap:after {
	clear:both;
	content:"";
	display:table;
}

/* Blog Post Carousel
=========================================================== */

.blogpost-list { position:relative;}
.blogpost-desc { 
	background-color: #ffffff;
	padding: 10px;
	overflow: hidden;
	border:1px solid #dddddd;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0px 0px 4px 4px;
	   -moz-border-radius: 0px 0px 4px 4px;
	        border-radius: 0px 0px 4px 4px;
}
.blogpost-desc > span { display: block; font-size: 11px; }
.blogpost-desc > h5 { margin: 0 !important; }
.blogpost-title { margin-bottom: 0px; font-size: 14px; font-weight: bold;}
.blogpost-list .entry-title { margin-bottom:0px; font-size:14px;  }
.blogpost-list:hover .blogpost-desc { background-color:#3888C8; }
.blogpost-list:hover .blogpost-desc * { color:#ffffff; }
.blogpost-list:hover .blogpost-desc span { color:rgb(255,255,255) }
.blogpost-list:hover .blogpost-desc span { color:rgba(255,255,255,0.8) }
.blogpost-item{ margin: 0 5px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* Columns for Doctor Template
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.col_half     { width: 50%; }
.col_third    { width: 33.3%; }
.col_fourth   { width: 24.9%; }
.col_fifth    { width: 20%; }
.col_sixth    { width: 16.6%; }
.col_three_fourth { width: 74.5%; }
.col_twothird     { width: 66%; }

.col_half, .col_third, .col_twothird, .col_fourth, .col_three_fourth, .col_fifth
{
	position: relative;
	display: inline-block;
	float: left;
}

.end { margin-right: 0 !important; }
.end:after { clear: both; content: ''; display: block; }

.col_half:after ,
.col_third:after ,
.col_twothird:after ,
.col_fourth:after ,
.col_three_fourth:after ,
.col_fifth:after { clear: both; content: ''; display: block; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Appointment Callout Error
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*.iva_name.error,.iva_email.error,.iva_date.error, .iva_phone.error { */
.iva_apptform_wrap .error{
	border-bottom: 2px solid #E14D43;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Next previous navigation
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.iva-np-headwrap { 
	display: table;
	min-height: 100px; 
	margin-bottom: 30px;
	background:url("images/pattern-light.svg") repeat scroll 0 0 #dddddd;
	width:100%;
	position:relative;
}

.iva-np-allitems { 	
	background-color:#3888c8; 
	display:table-cell;
	width:100px; 
	min-height:100px; 
	vertical-align:middle;
	z-index:2;
	text-align:center;
}
.iva-np-allitems a { color:#ffffff; margin: auto; vertical-align:middle; }

.iva-np-title { display:table-cell; vertical-align:middle; margin: 0 auto; text-align: center; z-index:1; }
.iva-np-title h2 { margin-bottom: 0; font-weight: bold;}

.iva-np-navs { display: table-cell; width:100px; min-height:100px; background-color:#ffffff; z-index:3;}
.iva-np-pagination { vertical-align:middle; margin: auto; display:table; }
.iva-np-pagination i { padding:38px 17px; }

.iva-np-pagination a { display:table-cell; color:#666666; }

.iva-np-pagination a:hover,
.iva-np-pagination a:hover { color:#3888C8 }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Clinic Hours
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.doctors-meta .vr_dr_separator { width:1px; height:100%; background-color:#dddddd; position:absolute; right:0; top:0; bottom:0; }

.clinichours,
.clinichours p {
	border-color:#444444;
}

.doctor-hours {
	margin-bottom:20px;
	padding:20px
}

.doctor-hours {
	background-image: url(http://www.aivahthemes.com/wp-content/themes/lifecare/images/time_icon.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: hidden
}
.clinichours {
    clear: both;
    display: block;
    position: relative;
	text-align:center;
}

.clinichours span.days {
    display: block;
    vertical-align: middle;
	font-family: 'Patua One', Georgia, Serif;
	font-size:16px;
}
.clinichours span.hours {
    display: block;
}
.clinichours p {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 15px 0;
}


.nogroup span.days {
    display: inline-block;
    float: left;
    text-align: left;
    vertical-align: middle;
    width: 40%;
}
.nogroup span.hours {
    display: inline-block;
    float: right;
    text-align: right;
    width: 60%;
}
.nogroup p {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 5px 0;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Post Navigation */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.navigation-section {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.navigation-post {
	background: url(images/line_pat.png) left top;
	overflow: hidden;
	margin: 40px 0 70px;
	font-size: 14px;
}
.nav-previous {
	width: 50%;
	float: left; 
	text-align: left;
}
.nav-next {
	width: 49.9%;
	float: right; 
	text-align: right;
}
.nav-previous .innerlinks,
.nav-next  .innerlinks {
	padding: 30px 40px;
	text-decoration: none;
}
.nav-previous .innerlinks a,
.nav-next  .innerlinks  a {
	text-decoration: none;
	color: #2f2f2f;
}
.nav-previous .innerlinks a:hover,
.nav-next  .innerlinks  a:hover {
	text-decoration: none;
	color: #666666;
}
.innerlinks p {
	line-height: 18px;
	margin-bottom: 0px;
}
.nav-icon-left  { 
	width: 25px;
	height: 22px;
	float: left;
	margin-right: 10px;
}
.nav-icon-left  i{ 
	line-height: 20px;
}
.nav-icon-right { 
	width: 25px;
	height: 22px;
	float: right;
	margin-left: 10px;
}
.nav-icon-right i{ 
	line-height: 20px;
}

/* Related Posts */

.rp-item { border:1px solid #eeeeee; }
.rp-desc { background-color: #ffffff; color: #666666; overflow: hidden; text-align: center; padding: 20px 0; }
.rp-title { margin: 0; padding: 0 10px; font-size: 14px; }

/* Gender style */
.iva-gender-option {
	border:1px solid #dddddd; 
	margin:0 5px 10px 0; 
	cursor:pointer; 
	float:left; 
	padding:1px; 
	width:50px;
	height:50px;
	text-align: center;
	line-height: 50px !important;
	border-radius:	100%;
	-moz-border-radius:	100%;
	-webkit-border-radius:	100%; 
}
.iva-gender-option-selected  { border:1px solid #A2CF32; opacity:1; background-color:#e0efbc; }
.iva-gender-option:hover     { opacity:.8; }

/* Time Table and Doctor sortable */
.iva_dr_sort,
.iva_tt_sort{
	position: relative;
	z-index: 999;
}
.iva_dr_sort > ul ul,
.iva_tt_sort > ul ul {
	display: none;
}
.iva_dr_sort > ul li:hover > ul ,
.iva_tt_sort > ul li:hover > ul{
	display: block;
}
.iva_dr_sort > ul,
.iva_tt_sort > ul {
	display: block;
	background: #3888C8;
	padding: 0;
	margin: 0 0 30px 0 !important;
	list-style: none;
	position: relative;
	cursor: pointer;
	width: 30em;
}
.iva_dr_sort > ul:after,
.iva_tt_sort > ul:after {
	content: ""; clear: both; display: block;
}
.iva_dr_sort > ul li,
.iva_tt_sort > ul li  {
	float: left;
	width: 100%;
	display: inline-block;
}
.iva_dr_sort > ul li:hover,
.iva_tt_sort > ul li:hover {
	background: #3888C8;
}
.iva_dr_sort > ul li:hover a,
.iva_tt_sort > ul li:hover a {
	color: #503A6E;
}
.iva_dr_sort > ul li span,
.iva_tt_sort > ul li span {
	display: block; 
	padding: 12px 20px;
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 12px;
}
.iva_dr_sort > ul li ul li a,
.iva_tt_sort > ul li ul li a {
	display: block; 
	padding: 12px 20px;
	color: #757575; text-decoration: none;
	font-size: 12px;
}
.iva_dr_sort > ul ul,
.iva_tt_sort > ul ul {
	background: #FFFFFF; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	margin: 0;
	-moz-box-shadow: 0 8px 16px -6px #333333;
	-webkit-box-shadow: 0 8px 16px -6px #333333;
	box-shadow: 0 8px 16px -6px #333333;
}
.iva_dr_sort > ul ul li,
.iva_tt_sort > ul ul li {
	float: none;
	display:inline-block;
	width:50%; 
	border-bottom: 1px solid #EEEEEE; position: relative;
	list-style: none;
}
.iva_dr_sort > ul ul li:nth-child(even),
.iva_tt_sort > ul ul li:nth-child(even) { border-left: 1px solid #EEEEEE;}

.iva_dr_sort > ul ul li a,
.iva_tt_sort > ul ul li a {
	padding: 10px 15px;
	
}	
.iva_dr_sort > ul ul li a:hover,
.iva_tt_sort > ul ul li a:hover {
	background: #3888C8;
	color: #FFFFFF;
}
.iva_dr_sort > ul ul ul ,
.iva_tt_sort > ul ul ul {
	position: absolute; left: 100%; top:0;
}
.iva_dr_sort > ul ul li.active,
.iva_tt_sort > ul ul li.active {
	background: #3888C8;
	color: #FFFFFF;
}
.iva_dr_sort > ul ul li.active a ,
.iva_tt_sort > ul ul li.active a { 	color: #FFFFFF;}

.iva_dr_sort .doctor-item,
.iva_tt_sort .doctor-item { margin:0; }

.icn-dr-sort {
	position: absolute;
	color: rgb(255, 255, 255);
	right: 10px;
	top: 13px;
}
table.iva_time_table     { border: 1px solid #eee; }
table.iva_time_table th  {
	background-color:#d1d2d3;
	padding:14px; 
	color:#fff; 
	}

table.iva_time_table td.iva_tt_info{

	background:#3888C8; 
	color:#fff;
	font-size:12px;
	border: 1px solid #eee; 
}

table.iva_time_table td.iva_tt_info:hover{
	background-color:#3156A3;
}

table.iva_time_table td {
	background:#fff; 
	border: 1px solid #ddd; 
}
table.iva_time_table tfoot {
	background-color: #F3F3F3;
	}

table.iva_time_table {
	width:99%; 
	margin:0 auto; 
	margin-bottom:10px;
	border-collapse: collapse; 
	border-spacing: 0; 
	}

.iva_time_range{ 
	width:110px; 
	font-size:12px;
	padding:12px;
	text-align:center;
}

.iva_time_table.alignleft    { 
	float:left; margin:3px 15px 20px 3px;
}

.iva_time_table.alignright   { float:right; margin:3px 3px 20px 15px;	}

.iva_time_table.aligncenter  { 
	display:table; 
	clear:both; 
	margin:0 auto; 
	padding:2px; 
	margin-bottom: 20px;
	text-align:center;
}

.iva_time_table p{
	margin-bottom:0px;
}

.iva_tt_details {
	padding: 12px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.iva_tt_details span { 
	display:block;
}

/* Timetable Responsive Style */

.iva_tt_responsive{ display:none; }

.iva_tt_responsive_wrap{
	background-color:#FFFFFF;
	width: 100%;
}

.iva_tt_responsive_wrap h3 {
	margin: 0;
	text-transform: capitalize;
	text-align: center;
	color: #FFFFFF;
	background-color: #3888C8;
	padding: 15px 0;
}

.iva_tt_responsive_wrap ul{
	margin: 0;
	padding: 20px;
}

.iva_tt_responsive_wrap li{
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
	line-height: 25px;
}

.iva_tt_responsive_wrap li:last-child{
	border-bottom: 0;
}

.iva_tt_rs_details{ 
	display: table;
	width: 100%;
}

.iva_tt_left {
	display: table-cell;
	vertical-align: middle;
}
.iva_tt_right {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.iva_tt_specialty,
.iva_tt_dpts { color: rgba(255,255,255,0.6); }
.iva_tt_hrs { font-weight: bold;  }
.iva_tt_dctrs { 
	font-size: 120%;
	line-height: 120%;
	text-decoration: underline;
	margin: 5px 0;
	cursor: pointer;
	color: #FFF532;
	font-weight: bold;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Appointment Widget
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#iva_appointment_widget input[type="text"]{
	padding:10px;
	background-color:#ffffff;
	width:100%;
	border:1px solid #dddddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.iva_appt_vertical{
	margin-bottom: 15px;
}
.iva_appt_name.error,
.iva_appt_email.error,
.iva_appt_date.error, 
.iva_appt_phone.error{ 
	border: 2px solid #E14D43 !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}