@import url("../CherryFramework/style.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body { background:url(images/top-light.png) repeat-x; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:20px 20px 0 20px; }
	body .footer {
		padding:0 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder {
		padding:0 20px 20px 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.main-holder {
	margin:59px 0 46px 0;
	background:url(images/bg-content.png) repeat-y 50% 0;
}
@media (max-width: 1200px) {
	.main-holder {
		overflow:hidden;
		background:#fff;
		margin:0;
		padding:20px 0 30px;
	}
}
@media (max-width: 767px) {
	.main-holder { padding:0; }
}
a { transition:all 0.3s ease 0s; }
h1, h2, h3, h4, h5, h6 { font-weight:600 !important; }
@media (max-width: 1200px) {
	h1, h2, h3, h4, h5, h6 { line-height:1.4em; }
}
.featured-thumbnail, .thumbnail {
	background:none;
	padding:0;
	border:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img {
	margin:8px;
	border-radius:8px;
	border:3px solid #fff;
	box-shadow:0 0 8px #efefef;
}
.featured-thumbnail.large, .thumbnail.large {
	width:100%;
	display:block;
	margin:0 0 20px 0;
	padding:8px;
}
.featured-thumbnail.large img, .thumbnail.large img {
	width:100%;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.thumbnail__portfolio {
	margin:8px;
	border-radius:8px;
	border:3px solid #fff;
	box-shadow:0 0 8px #efefef;
}
.thumbnail__portfolio img {
	margin:0;
	border:none;
	border-radius:7px;
	box-shadow:none;
}
img.size-full {
	margin:8px;
	border-radius:8px;
	border:3px solid #fff;
	box-shadow:0 0 8px #efefef;
}
img.size-full.alignleft { margin:0 30px 0 0; }
@media (max-width: 480px) {
	img.size-full.alignleft {
		margin:0 0 30px 0;
		float:none;
	}
}
img.size-full.facebook {
	margin:0;
	border:none;
	box-shadow:none;
	border-radius:0;
}
.btn, .reply a {
	border-radius:5px;
	border:1px solid #c2c2c2;
	color:#d92738;
	text-shadow:none;
	font:600 16px/1.2em 'Open Sans', sans-serif;
	text-transform:none;
	padding:10px 15px;
	letter-spacing:0;
	height:auto;
	box-shadow:none;
	background:none;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	background-color:#fbfbfb;
	background-image:-moz-linear-gradient(top,#ffffff,#f4f4f4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f4f4f4));
	background-image:-webkit-linear-gradient(top,#ffffff,#f4f4f4);
	background-image:-o-linear-gradient(top,#ffffff,#f4f4f4);
	background-image:linear-gradient(to bottom,#ffffff,#f4f4f4);
	background-repeat:repeat-x;
}
.btn:active, .btn:focus, .btn:hover, .reply a:active, .reply a:focus, .reply a:hover {
	background:none;
	box-shadow:none;
	text-decoration:none;
	color:#525151;
}
.btn.btn-info, .reply a.btn-info {
	background:none;
	border:none;
	padding:0;
	border-radius:0;
	font:600 14px/22px 'Open Sans', sans-serif;
	font-style:italic;
	vertical-align:top;
}
.btn.btn-info:after, .reply a.btn-info:after {
	content:"";
	font-family:FontAwesome;
	margin-left:5px;
	font-style:normal;
	font-weight:normal;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:4px 7px;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:1.2em;
	text-transform:none;
	color:#8e8e8e;
	text-decoration:none;
	position:relative;
	border-radius:5px;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #a8a8a8;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	background:#fff;
	box-shadow:none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow:none;
	border-color:#666666;
}
.wpcf7-form p.field input { height:35px; }
.wpcf7-form p.field input:focus { border-color:#666666 !important; }
.wpcf7-form textarea { color:#8e8e8e !important; }
.wpcf7-form textarea:focus { border-color:#666666 !important; }
.wpcf7-form textarea.watermark { color:#8e8e8e !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:4px 8px 2px !important; }
@media (min-width: 979px) and (max-width: 1200px) {
	.wpcf7-form .wpcf7-not-valid-tip { font-size:8px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:2px 3px !important;
		font-size:7px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
.header {
	background:none;
	border:none;
	padding:27px 0 0;
}
@media (max-width: 767px) {
	.header { background:#fbfbfb; }
}
.header-top {
	width:1249px;
	min-height:239px;
	position:absolute;
	padding-top:1px;
	left:50%;
	top:-8px;
	margin-left:-624px;
	border-radius:8px 8px 0 0;
	background:#fff;
}
@media (max-width: 1200px) {
	.header-top { top:0; }
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header-top {
		width:940px;
		min-height:230px;
		margin-left:-470px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-top {
		width:724px;
		min-height:200px;
		margin-left:-362px;
	}
}
@media (max-width: 767px) {
	.header-top { display:none; }
}
.header-top:after {
	content:"";
	width:100%;
	height:100%;
	border-radius:8px 8px 0 0;
	background:url(images/header-shadow.png) repeat-x;
	position:absolute;
}
.home .header-top { min-height:392px; }
.gecko .header-top, .ie9 .header-top { margin-left:-625px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.gecko .header-top, .ie9 .header-top { margin-left:-471px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.gecko .header-top, .ie9 .header-top { margin-left:-363px; }
}
.telephone {
	text-align:right;
	margin:33px 3px 0 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.telephone { margin:33px 30px 0 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.telephone { margin:20px 30px 0 0; }
}
@media (max-width: 650px) {
	.telephone {
		text-align:left;
		margin:0 0 20px 0;
	}
}
.telephone span {
	font:600 37px/1.2em 'Open Sans', sans-serif;
	font-style:italic;
	color:#afaeae;
	letter-spacing:-2px;
}
.telephone i {
	color:#d92738;
	font-size:37px;
	margin-right:5px;
	position:relative;
	top:3px;
}
.borders {
	position:relative;
	display:block;
	background:#d62637;
	bottom:0;
	width:100%;
	border-radius:0;
	height:8px;
	z-index:-1;
}
@media (max-width: 767px) {
	.borders { display:none; }
}
.borders:before {
	border-radius:8px 8px 0 0;
	content:"";
	display:block;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	z-index:100;
	background:#fafafa;
}
@media (max-width: 1200px) {
	.borders:before { background:#fff; }
}
.borders:after {
	border-left:2px solid #000;
	width:1168px;
	height:100%;
	z-index:0;
	position:absolute;
	top:0;
	left:0;
}
.home .borders { display:none; }
.nav__primary {
	position:relative;
	float:none;
	overflow:visible;
	margin:6px 0 0;
	border-radius:8px 8px 0 0;
	border-top:1px solid #911c27;
	border-right:1px solid #911c27;
	border-left:1px solid #911c27;
	padding:0;
	background-color:#be1e2d;
	background-image:-moz-linear-gradient(top,#b21928,#cf2535);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#b21928),to(#cf2535));
	background-image:-webkit-linear-gradient(top,#b21928,#cf2535);
	background-image:-o-linear-gradient(top,#b21928,#cf2535);
	background-image:linear-gradient(to bottom,#b21928,#cf2535);
	background-repeat:repeat-x;
}
@media (max-width: 767px) {
	.nav__primary {
		background:none;
		border-radius:0;
		border:none;
		margin:0;
		padding:0 0 20px 0;
	}
}
.nav__primary .sf-menu {
	float:left;
	display:block;
	position:relative;
	padding:0;
	z-index:1;
}
.nav__primary .sf-menu:after {
	content:"";
	width:1164px;
	height:96%;
	border-radius:6px 6px 0 0;
	border-top:2px solid #ed2f49;
	border-right:2px solid #ed2f49;
	border-left:2px solid #ed2f49;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.nav__primary .sf-menu:after {
		width:934px;
		margin-left:0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu:after {
		width:718px;
		margin-left:0;
	}
}
@media (max-width: 767px) {
	.nav__primary .sf-menu:after { display:none; }
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	position:relative;
	border:none;
	padding:0;
	margin:0;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li:after {
	content:"";
	width:2px;
	height:100%;
	position:absolute;
	left:0;
	background:url(images/menu-border.png) no-repeat 0 50%;
	top:0;
}
.nav__primary .sf-menu >li:first-child:after { display:none; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:16px 29px 19px;
	text-transform:none;
	border-radius:0;
	position:relative;
	letter-spacing:0;
	transition:all 0.3s ease 0s;
	background:none;
	overflow:hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li >a { padding:16px 15px 20px; }
}
.nav__primary .sf-menu >li >a:after {
	content:"";
	width:13px;
	height:7px;
	background:url(images/menu-arrow.png) no-repeat;
	position:absolute;
	left:50%;
	margin-left:-6px;
	bottom:-20px;
	visibility:hidden;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >a:hover {
	color:#fff;
	text-decoration:none;
	background:none;
}
.nav__primary .sf-menu >li >a:hover:after {
	visibility:visible;
	bottom:0;
}
.nav__primary .sf-menu >li >a:hover .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:42px;
	left:50%;
	margin-left:-5px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item >a {
	color:#fff;
	text-decoration:none;
	background:none;
}
.nav__primary .sf-menu >li.current-menu-item >a:after {
	visibility:visible;
	bottom:0;
}
.nav__primary .sf-menu >li.sfHover >a {
	color:#fff;
	text-decoration:none;
	background:none;
}
.nav__primary .sf-menu >li.sfHover >a:after {
	visibility:visible;
	bottom:0;
}
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >.sub-menu {
	height:auto !important;
	background:#525151;
	top:63px;
	left:0;
	width:auto;
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:10000;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	border-top:1px solid #434242;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	padding:10px 17px;
	background:none;
	border:none;
	color:#fff;
	text-transform:none;
	display:block;
	letter-spacing:0;
	border-radius:0;
	margin:0;
	letter-spacing:0;
	font:15px/1em 'Open Sans', sans-serif;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:#434242;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:12px;
	right:20px;
	left:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#fff;
	text-shadow:none;
	background:#434242;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.current-menu-item a {
	color:#fff;
	text-shadow:none;
	background:#434242;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#525151;
	padding:0;
	margin:0;
	top:0;
	left:100%;
	border-radius:0;
	width:100%;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	border-top:1px solid #434242;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border-top:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	padding:10px 17px;
	color:#fff;
	display:block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:#434242;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#fff;
	text-shadow:none;
	background:#434242;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.logo { margin:0 0 0 30px; }
}
@media (max-width: 650px) {
	.logo { float:none !important; }
}
.logo .logo_tagline {
	font:italic 17px/1.2em 'Open Sans', sans-serif;
	color:#a9a7a7;
	text-transform:none;
	letter-spacing:-1px;
	position:relative;
	top:-16px;
	left:120px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo .logo_tagline {
		top:-10px;
		left:90px;
	}
}
.logo .logo_h__txt {
	letter-spacing:-1px;
	position:relative;
	top:-5px;
}
.logo .logo_h__txt a {
	color:#d92738;
	text-decoration:none;
}
.slider {
	border-radius:8px;
	position:relative;
	overflow:hidden;
	border:3px solid #fff;
	box-shadow:0 0 8px #e8e8e8;
	margin:0 0 26px 0;
}
.slider .container { width:100%; }
.slider-wrap {
	position:relative;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.slider-wrap:before {
	content:"";
	width:8px;
	height:8px;
	border-left:1px solid #911c27;
	background:#d12536;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
@media (max-width: 767px) {
	.slider-wrap:before { display:none; }
}
.slider-wrap:after {
	content:"";
	width:8px;
	height:8px;
	border-right:1px solid #911c27;
	background:#d12536;
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}
@media (max-width: 767px) {
	.slider-wrap:after { display:none; }
}
.slider-borders {
	width:1164px;
	height:8px;
	border-left:2px solid #f23d59;
	border-right:2px solid #f23d59;
	left:1px;
	margin-left:0;
	position:absolute;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	z-index:1;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.slider-borders {
		width:934px;
		margin-left:-470px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider-borders {
		width:718px;
		margin-left:-362px;
	}
}
@media (max-width: 767px) {
	.slider-borders { display:none; }
}
.camera_caption {
	bottom:auto !important;
	top:150px;
	left:80px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.camera_caption {
		left:60px;
		top:90px;
	}
}
@media (max-width: 979px) {
	.camera_caption {
		top:50px;
		left:50px;
	}
}
@media (max-width: 767px) {
	.camera_caption {
		top:30px;
		left:30px;
	}
}
@media (max-width: 550px) {
	.camera_caption { display:none !important; }
}
.camera_caption >div {
	background:none;
	display:inline;
	padding:0;
}
.camera_caption >div h2 {
	font-size:37px;
	line-height:1.4em;
	color:#525151;
	margin:0;
	display:block;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.camera_caption >div h2 {
		font-size:30px;
		line-height:37px !important;
	}
}
@media (max-width: 979px) {
	.camera_caption >div h2 {
		font-size:20px;
		line-height:27px !important;
	}
}
.camera_caption >div h3 {
	font-size:61px;
	line-height:1.4em;
	color:#d92738;
	font-weight:normal !important;
	margin:-22px 0 0 90px;
}
@media (max-width: 979px) {
	.camera_caption >div h3 {
		margin:-10px 0 0 0;
		font-size:40px;
	}
}
.camera_wrap { margin-bottom:0 !important; }
.camera_wrap .camera_pag {
	position:relative;
	bottom:51px;
	left:auto;
}
@media (max-width: 767px) {
	.camera_wrap .camera_pag {
		left:0;
		bottom:40px;
	}
}
.camera_wrap .camera_pag .camera_pag_ul {
	display:block;
	text-align:right;
	padding-right:40px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.camera_wrap .camera_pag .camera_pag_ul {
		text-align:right;
		display:block;
	}
}
@media (max-width: 767px) {
	.camera_wrap .camera_pag .camera_pag_ul {
		display:block;
		text-align:center;
		padding:0;
	}
}
.camera_wrap .camera_pag .camera_pag_ul li {
	width:9px;
	height:9px;
	background:transparent;
	background-clip:padding-box;
	margin:5px 9px;
}
.camera_wrap .camera_pag .camera_pag_ul li span {
	width:9px;
	height:9px;
	border-radius:9px;
	border:3px solid #a9a8a8;
	top:0;
	left:0;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover span {
	background:#d92738;
	border-color:transparent;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent span {
	background:#d92738;
	border-color:transparent;
}
.camera_thumbs_cont {
	background:none;
	position:relative;
	bottom:70px;
}
@media (max-width: 1200px) {
	.camera_thumbs_cont { display:none !important; }
}
.content-holder {
	position:relative;
	padding-bottom:20px;
}
.content-holder:after {
	content:"";
	width:1249px;
	height:161px;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-625px;
	background:url(images/top-content-shadow.png) repeat-x 0 1px;
	z-index:-1;
}
@media (max-width: 1200px) {
	.content-holder:after { background:none; }
}
@media (min-width: 979px) and (max-width: 1200px) {
	.content-holder:after {
		width:940px;
		margin-left:-470px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.content-holder:after {
		width:724px;
		margin-left:-362px;
	}
}
.home .content-holder:after { display:none; }
.title-section {
	margin:0;
	padding:23px 0;
	position:relative;
}
@media (max-width: 979px) {
	.title-section { padding-top:30px; }
}
.title-section .title-header {
	margin:0 0 12px;
	font:600 24px/1.4em 'Open Sans', sans-serif;
	font-style:italic;
	color:#d92738;
}
.title-section .breadcrumb {
	background:none;
	padding:10px 0;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0;
	border-top:1px dotted #cacaca;
	border-bottom:1px dotted #cacaca;
	border-radius:0;
	font:14px/1.2em 'Open Sans', sans-serif;
}
.title-section .breadcrumb >li { text-shadow:none; }
.title-section .breadcrumb >li.active { color:#8e8e8e; }
.title-section .breadcrumb a {
	color:#525151;
	text-shadow:none;
	font-weight:600;
}
.title-section .breadcrumb .divider {
	padding:0 8px;
	color:#8e8e8e;
}
#content, #sidebar { padding-top:6px; }
@media (max-width: 767px) {
	#content.left { float:none !important; }
}
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 20px 0;
	}
	article .thumbnail img { width:100%; }
}
article .post-header .post-title {
	margin-bottom:24px;
	font-size:20px;
	line-height:1em;
	color:#d92738;
	font-style:italic;
	font-weight:600;
}
article .post-header .post-title a { color:#d92738; }
article .post_meta {
	padding:10px 0;
	border-top:1px dotted #bebebe;
	border-bottom:1px dotted #bebebe;
	position:relative;
	display:block;
	margin-bottom:20px;
	overflow:visible;
}
article .post_meta .post_meta_unite { border-top:1px dotted #bebebe; }
article .post_meta i {
	margin-right:6px;
	color:#bebebe;
	font-size:15px;
}
article .post_meta span {
	font:14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right:10px;
}
article .post_meta .post_date {
	color:#d92738;
	font-style:italic;
}
article .post_meta .post_author a { color:#525151; }
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#8e8e8e; }
article .post_meta .post_comment a { color:#8e8e8e; }
article .post_meta .user_like, article .post_meta .post_views { color:#bebebe; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#8e8e8e; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin-bottom:20px;
	margin-top:0px;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:20px 20px;
	border:none;
	background:#fff;
	border-radius:8px;
	border:1px solid #e7e7e7;
	box-shadow:0 0 10px #f8f8f8;
}
.single #content .post-author .post-author_h {
	font:14px/1.2em 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:none;
	color:#8e8e8e;
}
.single #content .post-author .post-author_h a { color:#525151; }
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 20px 20px 0;
	padding:0;
	border:none;
}
.single #content .post-author .post-author_gravatar img {
	border-radius:8px;
	border:1px solid #e7e7e7;
	box-shadow:0 0 10px #f8f8f8;
	width:58px;
	height:58px;
	padding:14px;
}
.single #content .post-author .post-author_desc {
	padding-left:110px;
	text-transform:none;
}
.single #content .post-author .post-author_link {
	margin-top:20px;
	font-size:14px;
	text-transform:none;
	color:#8e8e8e;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	font-size:14px;
	color:#525151;
}
div.type-page h2 { margin-bottom:20px; }
div.type-page div.extra-wrap {
	border-radius:8px;
	border:1px solid #e7e7e7;
}
@media (max-width: 767px) {
	div.type-page div.extra-wrap { margin-top:30px; }
}
div.type-page div.extra-wrap >h2 {
	border-radius:8px 8px 0 0;
	background-color:#f2f2f2;
	background-image:-moz-linear-gradient(top,#eaeaea,#fdfdfd);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#eaeaea),to(#fdfdfd));
	background-image:-webkit-linear-gradient(top,#eaeaea,#fdfdfd);
	background-image:-o-linear-gradient(top,#eaeaea,#fdfdfd);
	background-image:linear-gradient(to bottom,#eaeaea,#fdfdfd);
	background-repeat:repeat-x;
	margin:0;
	box-shadow:inset 0 0 0 2px rgba(255,255,255,0.8);
	padding:15px 30px;
	font-size:25px;
	line-height:30px;
	font-weight:600;
	font-style:italic;
	color:#525151;
}
@media (max-width: 1200px) {
	div.type-page div.extra-wrap >h2 { padding:20px; }
}
div.type-page div.extra-wrap div.well {
	padding:30px;
	border:none;
	border-top:1px solid #e7e7e7;
	margin:0;
	border-radius:8px 8px 0 0;
	background:url(images/widget-shadow.png) repeat-x;
}
@media (max-width: 1200px) {
	div.type-page div.extra-wrap div.well { padding:20px; }
}
div.type-page div.extra-wrap div.well img.size-full { margin:0 0 20px 0; }
div.type-page div.extra-wrap div.well .btn { margin-top:15px; }
.filter-wrapper { margin:0px 0 15px; }
@media (max-width: 1200px) {
	.filter-wrapper .pull-right { float:none; }
}
.filter-wrapper strong {
	color:#525151;
	padding:0;
	font:600 16px/1.4em 'Open Sans', sans-serif;
	margin-right:0px;
	margin-top:11px;
	text-transform:none;
	letter-spacing:0;
}
@media (max-width: 1200px) {
	.filter-wrapper strong {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .filter { margin:0; }
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 0 0 20px; }
@media (max-width: 1200px) {
	.filter-wrapper .filter li { margin:0 20px 5px 0; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0;
	}
}
.filter-wrapper .filter li a {
	color:#525151;
	font:600 16px/1.4em 'Open Sans', sans-serif;
	padding:10px 15px;
	margin:0;
	background:none;
	border-radius:5px;
	border:1px solid transparent;
	text-transform:none;
	letter-spacing:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	box-shadow:none;
	color:#d92738;
	border:1px solid #a8a8a8;
	background-color:#fbfbfb;
	background-image:-moz-linear-gradient(top,#ffffff,#f4f4f4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f4f4f4));
	background-image:-webkit-linear-gradient(top,#ffffff,#f4f4f4);
	background-image:-o-linear-gradient(top,#ffffff,#f4f4f4);
	background-image:linear-gradient(to bottom,#ffffff,#f4f4f4);
	background-repeat:repeat-x;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	box-shadow:none;
	color:#d92738;
	border:1px solid #a8a8a8;
	background-color:#fbfbfb;
	background-image:-moz-linear-gradient(top,#ffffff,#f4f4f4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f4f4f4));
	background-image:-webkit-linear-gradient(top,#ffffff,#f4f4f4);
	background-image:-o-linear-gradient(top,#ffffff,#f4f4f4);
	background-image:linear-gradient(to bottom,#ffffff,#f4f4f4);
	background-repeat:repeat-x;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0 15px;
	text-transform:none;
	font:700 17px/1.2em 'Open Sans', sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#525151;
	text-decoration:none;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { text-decoration:underline; }
.filterable-portfolio li .caption .excerpt {
	margin-bottom:20px;
	display:inline;
}
.filterable-portfolio li .caption .btn {
	display:inline;
	border:none;
	background:none;
	padding:0;
	line-height:22px;
	font-size:14px;
	vertical-align:top;
	font-style:italic;
}
.filterable-portfolio li .caption .btn:after {
	content:"";
	font-family:FontAwesome;
	padding-left:5px;
	font-style:normal;
	font-weight:normal;
}
.filterable-portfolio li .caption p {
	display:inline;
	line-height:22px;
	font-size:14px;
}
.grid_gallery, .jp-audio, .jp-video, article.testimonial { margin-bottom:20px; }
.single-gallery-item {
	padding:8px;
	border-radius:8px;
	border:3px solid #fff;
	box-shadow:0 0 8px #efefef;
}
.single-gallery-item img {
	margin:0;
	border:none;
	border-radius:7px;
	box-shadow:none;
}
.slides li img {
	margin:0;
	padding:0;
	border:none;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font-size:24px;
	line-height:1.4em;
	font-weight:600;
	font-style:italic;
	color:#d92738;
	padding-top:40px;
	margin:30px 0 20px;
	border-top:1px dotted #cacaca;
}
.related-posts .thumbnail a {
	display:block;
	margin:0;
}
.related-posts .thumbnail a img { display:block; }
.related-posts a {
	color:#525151;
	display:inline-block;
	font:600 17px/1.2em 'Open Sans', sans-serif;
	margin-top:15px;
	text-transform:none;
}
.related-posts a:hover { text-decoration:underline; }
.comment-holder .comment-list .comment .comment-body {
	background:#fff;
	border-radius:8px;
	border:1px solid #e7e7e7;
	box-shadow:0 0 10px #f8f8f8;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 20px 0 0;
	text-align:left;
	background:none;
}
@media (max-width: 350px) {
	.comment-holder .comment-list .comment .comment-body .comment-author {
		float:none;
		margin-bottom:30px;
	}
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	border-radius:8px;
	border:1px solid #e7e7e7;
	box-shadow:0 0 10px #f8f8f8;
	width:58px;
	height:58px;
	padding:14px;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:14px/1.2em 'Open Sans', sans-serif;
	color:#525151;
	text-transform:none;
	margin-top:10px;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:11px 0 0 0;
	font:italic 14px/1.2em 'Open Sans', sans-serif;
	color:#d92738;
	text-transform:none;
}
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin-top:15px; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:35px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin-top:10px;
	width:auto;
	text-decoration:none !important;
	height:42px;
}
#respond #commentform .btn-align { text-align:right; }
@media (max-width: 767px) {
	.sidebar { margin-top:40px; }
}
.sidebar .widget {
	border-radius:8px;
	border:1px solid #e7e7e7;
}
.sidebar .widget >h3 {
	border-radius:8px 8px 0 0;
	background-color:#f2f2f2;
	background-image:-moz-linear-gradient(top,#eaeaea,#fdfdfd);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#eaeaea),to(#fdfdfd));
	background-image:-webkit-linear-gradient(top,#eaeaea,#fdfdfd);
	background-image:-o-linear-gradient(top,#eaeaea,#fdfdfd);
	background-image:linear-gradient(to bottom,#eaeaea,#fdfdfd);
	background-repeat:repeat-x;
	margin:0;
	box-shadow:inset 0 0 0 2px rgba(255,255,255,0.8);
	padding:15px 30px;
	font-size:25px;
	line-height:30px;
	font-weight:600;
	font-style:italic;
	color:#525151;
}
@media (max-width: 1200px) {
	.sidebar .widget >h3 { padding:20px; }
}
.sidebar .widget >div, .sidebar .widget >ul, .sidebar .widget #calendar_wrap {
	padding:30px;
	border-top:1px solid #e7e7e7;
	margin:0;
	border-radius:8px 8px 0 0;
	background:url(images/widget-shadow.png) repeat-x;
}
@media (max-width: 1200px) {
	.sidebar .widget >div, .sidebar .widget >ul, .sidebar .widget #calendar_wrap { padding:20px; }
}
[id*="categories"] ul, [id*="archives"] ul {
	margin:0;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li {
	background:url(images/cat-arrow.png) no-repeat 0 16px;
	padding-left:21px;
	margin:0;
	border-top:1px dotted #cacaca;
}
[id*="categories"] ul li:first-child, [id*="archives"] ul li:first-child {
	border:none;
	margin-top:0;
	padding-top:0;
	background-position:0 16px;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li:first-child, [id*="archives"] ul li:first-child {
		margin-top:0;
		padding-top:0;
		background-position:0 5px;
	}
}
@media (max-width: 1200px) {
	[id*="categories"] ul li, [id*="archives"] ul li {
		margin:8px 0;
		padding:8px 0 0 21px;
		background-position:0 13px;
	}
}
[id*="categories"] ul li a, [id*="archives"] ul li a {
	font:600 17px/47px 'Open Sans', sans-serif;
	color:#d92738;
	text-transform:none;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li a, [id*="archives"] ul li a { line-height:1.3em; }
}
[id*="categories"] ul li a:hover, [id*="archives"] ul li a:hover {
	color:#525151;
	text-decoration:none;
}
[id*="my_poststypewidget"] .post-list li {
	padding:15px 0;
	border-top:1px dotted #cacaca;
}
[id*="my_poststypewidget"] .post-list li:first-child {
	padding-top:0;
	border:none;
}
@media (max-width: 350px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		width:auto;
		display:inline-block;
		float:none;
	}
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:600 17px/22px 'Open Sans', sans-serif;
	text-transform:none;
	letter-spacing:0;
	margin:0 0 10px;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#525151; }
[id*="my_poststypewidget"] .post-list li time {
	background:none;
	color:#d92738;
	font-style:italic;
	padding:0;
	font-size:14px;
}
@media (max-width: 767px) {
	[id*="my_poststypewidget"] .post-list li time { display:block; }
}
[id*="my_poststypewidget"] .post-list li .post-list_comment { font-weight:bold; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li { border-top:1px dotted #cacaca; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li:first-child { border:none; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail {
	margin:0 20px 0 0;
	padding:8px;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail img {
	padding:14px;
	margin:0;
	width:52px;
	height:52px;
	border:1px solid #e7e7e7;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	margin-top:30px;
	display:block;
	color:#d92738;
	font-size:14px;
	font-style:italic;
}
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my-recent-comments"] .comments-custom .comments-custom_li time { margin-top:15px; }
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author {
	font-size:14px;
	line-height:18px;
	color:#525151;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt { border:none; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a { color:#8e8e8e; }
.search-form .search-form_is {
	margin:0;
	padding-top:1px;
	padding-bottom:1px;
	display:block;
	height:30px;
	box-shadow:none;
}
@media (max-width: 767px) {
	.list.custom-list { margin-bottom:30px; }
}
.list.custom-list ul {
	margin:0;
	list-style-type:none;
}
.list.custom-list ul li {
	background:url(images/cat-arrow.png) no-repeat 0 16px;
	padding-left:21px;
	margin:0;
	border-top:1px dotted #cacaca;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.list.custom-list ul li:first-child {
	border:none;
	margin-top:0;
	padding-top:0;
	background-position:0 16px;
}
@media (max-width: 1200px) {
	.list.custom-list ul li:first-child {
		margin-top:0;
		padding-top:0;
		background-position:0 5px;
	}
}
.list.custom-list ul li:before { display:none; }
@media (max-width: 1200px) {
	.list.custom-list ul li {
		margin:8px 0;
		padding:8px 0 0 21px;
		background-position:0 13px;
	}
}
.list.custom-list ul li a {
	font:600 17px/47px 'Open Sans', sans-serif;
	color:#d92738;
	text-transform:none;
}
@media (max-width: 1200px) {
	.list.custom-list ul li a { line-height:1.3em; }
}
.list.custom-list ul li a:hover {
	color:#525151;
	text-decoration:none;
}
.testimonials.testi-service {
	padding:30px;
	border-top:1px solid #e7e7e7;
	border-radius:8px 8px 0 0;
	background:url(images/widget-shadow.png) repeat-x;
}
@media (max-width: 1200px) {
	.testimonials.testi-service { padding:20px; }
}
.testimonials.testi-service .testi-item {
	margin:17px 0 0;
	padding:17px 0 0;
	border-top:1px dotted #cacaca;
}
.testimonials.testi-service .testi-item:first-child {
	border-top:none;
	padding-top:0;
	margin-top:0;
}
.testimonials.testi-service .testi-item .testi-item_blockquote {
	padding:0 0 0 40px;
	border-radius:0;
	background:none;
}
.testimonials.testi-service .testi-item .testi-item_blockquote:before { display:none; }
.testimonials.testi-service .testi-item .testi-item_blockquote:after {
	background:url(images/quote.png) no-repeat;
	top:7px;
	left:0;
}
.testimonials.testi-service .testi-item .testi-item_blockquote a { color:#8e8e8e; }
.testimonials.testi-service .testi-item .testi-item_blockquote a:hover { text-decoration:underline; }
.testimonials.testi-service .testi-item .testi-meta { padding:10px 0 0 40px; }
.testimonials.testi-service .testi-item .testi-meta br, .testimonials.testi-service .testi-item .testi-meta .info { display:none; }
.testimonials.testi-service .testi-item .testi-meta .user {
	font-weight:600;
	font-size:17px;
	line-height:1.2em;
	color:#525151;
}
.testimonials.testi-service .testi-item .testi-meta a {
	color:#8e8e8e;
	text-decoration:underline;
}
.testimonials.testi-service .testi-item .testi-meta a:hover { text-decoration:none; }
.testimonial_bq .featured-thumbnail {
	width:auto;
	height:auto;
}
.banner-wrap {
	overflow:visible;
	border-radius:8px;
	box-shadow:inset 0 0 0 1px #911c27, inset 0 0 0 3px #f5425e;
	background:#d92738;
	padding-bottom:14px;
}
.banner-wrap .featured-thumbnail {
	margin:0 0 7px 0;
	border-radius:6px 6px 8px 8px;
	border:3px solid #fff;
	box-shadow:0 0 8px #efefef;
	background:#fff;
}
.banner-wrap .featured-thumbnail a {
	border:none;
	width:100%;
	display:block;
}
.banner-wrap .featured-thumbnail a img {
	width:100%;
	border-radius:0;
	border:none;
	box-shadow:none;
	margin:0;
}
.banner-wrap.banner-home {
	min-height:220px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap.banner-home { min-height:180px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.banner-home { min-height:140px; }
}
@media (max-width: 767px) {
	.banner-wrap.banner-home { width:269px; }
}
@media (max-width: 320px) {
	.banner-wrap.banner-home { width:auto; }
}
.banner-wrap.banner-home h5 {
	width:100%;
	padding:0 0 0 30px;
	margin:0;
	position:relative;
	display:block;
	font:600 25px/1.4em 'Open Sans', sans-serif;
	font-style:italic;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 1200px) {
	.banner-wrap.banner-home h5 { padding:0 0 0 20px; }
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap.banner-home h5 { font-size:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.banner-home h5 { font-size:16px; }
}
.banner-wrap.banner-home h5 a {
	color:#fff;
	transition:none;
	display:inline-block;
}
.banner-wrap.banner-home h5 a:hover {
	color:#a6a6a6;
	text-decoration:none;
}
.banner-wrap.banner-home h5 a:hover:after { background-position:0 -14px; }
.banner-wrap.banner-home h5 a:after {
	position:absolute;
	width:13px;
	height:14px;
	content:"";
	display:inline-block;
	background:url(images/btn.png) no-repeat;
	top:12px;
	right:40px;
}
@media (max-width: 1200px) {
	.banner-wrap.banner-home h5 a:after {
		position:relative;
		top:auto;
		right:auto;
	}
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap.banner-home h5 a:after { margin-left:25px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.banner-home h5 a:after { margin-left:15px; }
}
@media (max-width: 767px) {
	.banner-wrap.banner-home h5 a:after { margin-left:20px; }
}
.banner-wrap.banner-doctor {
	background:#fcfcfc;
	box-shadow:none;
	min-height:227px;
	position:relative;
	border:1px solid #e7e7e7;
}
.banner-wrap.banner-doctor .featured-thumbnail {
	position:absolute;
	right:0;
	z-index:0;
	margin:0;
	box-shadow:none;
	border:none;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.banner-wrap.banner-doctor .featured-thumbnail { bottom:0; }
}
.banner-wrap.banner-doctor h5, .banner-wrap.banner-doctor p, .banner-wrap.banner-doctor div {
	position:relative;
	z-index:1000;
}
.banner-wrap.banner-doctor h5 {
	margin:15px 26px;
	width:20%;
	display:block;
	color:#d92738;
	font-style:normal;
	font-size:41px;
	line-height:30px;
}
.banner-wrap.banner-doctor h5:first-line {
	font-size:26px;
	line-height:30px;
}
.banner-wrap.banner-doctor p {
	margin:0 26px;
	color:#525151;
	font-size:15px;
	line-height:22px;
	font-style:italic;
	width:50%;
}
.banner-wrap.banner-doctor .link-align {
	display:inline-block;
	margin:10px 26px;
}
.banner-wrap.banner-doctor .btn {
	background:none;
	border:none;
	border-radius:0;
	padding:0;
	font-size:20px;
	text-decoration:underline;
}
@media (max-width: 1200px) {
	.banner-wrap.banner-doctor .btn {
		text-align:left;
		display:inline;
	}
}
.hr {
	background:none;
	border-top:1px dotted #cacaca;
}
.footer {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
.footer >.container {
	width:1251px;
	left:50%;
	background-color:#f8f8f8;
	background-image:-moz-linear-gradient(top,#f3f3f3,#ffffff);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#ffffff));
	background-image:-webkit-linear-gradient(top,#f3f3f3,#ffffff);
	background-image:-o-linear-gradient(top,#f3f3f3,#ffffff);
	background-image:linear-gradient(to bottom,#f3f3f3,#ffffff);
	background-repeat:repeat-x;
	position:relative;
	border-radius:0 0 8px 8px;
	top:26px;
	margin-left:-625px;
	border:1px solid #fff;
	padding:0 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 1200px) {
	.footer >.container { top:0; }
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer >.container {
		width:940px;
		margin-left:-470px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer >.container {
		width:724px;
		margin-left:-362px;
	}
}
@media (max-width: 767px) {
	.footer >.container {
		width:100%;
		margin:0 !important;
		left:0;
	}
}
.gecko .footer >.container, .ie9 .footer >.container { margin-left:-626px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.gecko .footer >.container, .ie9 .footer >.container { margin-left:-471px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.gecko .footer >.container, .ie9 .footer >.container { margin-left:-363px; }
}
.copyright { padding:20px 0; }
.footer-text { color:#8e8e8e; }
.footer-text a { color:#8e8e8e; }
.footer-text a.site-name { color:#525151; }
nav.footer-nav { margin:0; }
@media (max-width: 1200px) {
	nav.footer-nav { margin:0 60px 0 0; }
}
@media (max-width: 767px) {
	nav.footer-nav { margin:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav .menu { text-align:right; }
}
nav.footer-nav .menu .menu-item a:hover {
	color:#8e8e8e;
	text-decoration:underline;
}
#back-top-wrapper p a {
	width:24px;
	height:24px;
	opacity:1;
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span { background:url(images/totop.png) no-repeat 0 -24px; }
#back-top-wrapper p a span {
	width:24px;
	height:24px;
	background:url(images/totop.png) no-repeat 0 0;
	transition:200ms all;
}
.flexslider { margin-bottom:50px !important; }
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num { color:#d92738; }
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.zoom-icon { border-radius:8px; }
.ie8 .featured-thumbnail, .ie8 .thumbnail {
	border:3px solid #f0f0f0 !important;
	padding:0;
}
.ie8 .featured-thumbnail img, .ie8 .thumbnail img {
	border:none;
	padding:0;
}
.ie8 img.size-full {
	border:3px solid #f0f0f0 !important;
	padding:0;
}
.ie8 .main-holder {
	overflow:hidden;
	background:#fff;
	margin:0;
	padding:20px 0 30px;
}
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 { line-height:1.4em; }
.ie8 .wpcf7-form p.field input { padding:8px 5px; }
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:8px !important; }
.ie8 .header-top {
	top:0;
	width:940px;
	min-height:220px;
	margin-left:-470px;
}
.ie8 .telephone { margin:33px 30px 0 0; }
.ie8 .borders { display:none; }
.ie8 .borders:before { background:#fff; }
.ie8 .nav__primary .sf-menu:after {
	width:934px;
	margin-left:0;
}
.ie8 .logo { margin:0 0 0 30px; }
.ie8 .slider-borders {
	width:934px;
	margin-left:-470px;
}
.ie8 .camera_caption {
	left:60px;
	top:90px;
}
.ie8 .camera_caption >div h2 {
	font-size:30px;
	line-height:37px !important;
}
.ie8 .camera_wrap .camera_pag .camera_pag_ul {
	text-align:right;
	display:block;
}
.ie8 .content-holder:after {
	background:none;
	width:940px;
	margin-left:-470px;
}
.ie8 div.type-page div.extra-wrap >h2 { padding:20px; }
.ie8 div.type-page div.extra-wrap div.well { padding:20px; }
.ie8 .sidebar .widget >h3 { padding:20px; }
.ie8 .sidebar .widget >div, .ie8 .sidebar .widget >ul, .ie8 .sidebar .widget #calendar_wrap { padding:20px; }
.ie8 .filter-wrapper .pull-right { float:none; }
.ie8 .filter-wrapper .filter li { margin:0 20px 5px 0; }
.ie8 [id*="categories"] ul li, .ie8 [id*="archives"] ul li, .ie8 .list.custom-list ul li {
	margin:8px 0;
	padding:8px 0 0 21px;
	background-position:0 13px;
}
.ie8 [id*="categories"] ul li:first-child, .ie8 [id*="archives"] ul li:first-child, .ie8 .list.custom-list ul li:first-child {
	margin-top:0;
	padding-top:0;
	background-position:0 5px;
}
.ie8 [id*="categories"] ul li a, .ie8 [id*="archives"] ul li a, .ie8 .list.custom-list ul li a { line-height:1.3em; }
.ie8 .testimonials.testi-service { padding:20px; }
.ie8 .banner-wrap.banner-home { min-height:180px; }
.ie8 .banner-wrap.banner-home h5 {
	padding:0 0 0 20px;
	font-size:20px;
}
.ie8 .banner-wrap.banner-home h5 a:after {
	position:relative;
	top:auto;
	right:auto;
	margin-left:25px;
}
.ie8 .banner-wrap.banner-doctor .featured-thumbnail { bottom:0; }
.ie8 .banner-wrap.banner-doctor .btn {
	display:inline-block;
	text-align:left;
}
.ie8 .footer >.container {
	top:0;
	width:940px;
	margin-left:-470px;
}
.ie8 #respond #commentform p input {
	height:35px;
	padding:7px 10px;
}
.ie8 #respond #commentform p input.btn {
	padding:10px 15px;
	height:45px;
}
.ie8 .comment-author {
	width:58px !important;
	height:auto !important;
	margin-right:30px;
}
.ie8 .comment-author img {
	width:58px !important;
	height:58px !important;
}
.ie8 .comment-body .extra-wrap { padding-left:30px; }
.ie8 .post-author_gravatar { width:58px !important; }
.ie8 .comments-custom_li .thumbnail {
	width:88px !important;
	border:none !important;
	padding:0 !important;
}
.ie8 .comments-custom_li .avatar {
	width:58px !important;
	height:58px !important;
	border:1px solid #E7E7E7 !important;
}
.ie8 [id*="my_poststypewidget"] .post-list li .thumbnail img { margin:0; }
.ie8 .related-posts .thumbnail img { margin:0; }
.transition { transition:all 0.3s ease 0s; }
.box-shadow-img {
	border-radius:8px;
	border:3px solid #fff;
	box-shadow:0 0 8px #f8f8f8;
}
.box-shadow-block {
	border-radius:8px;
	border:1px solid #e7e7e7;
	box-shadow:0 0 10px #f8f8f8;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:32px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
