<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html
{
	overflow-x: hidden;
}
body
{
	color: #898989;
	font-family: 'Josefin Sans',sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.7;
	position: relative;
}
a
{
	moz-transition: all 0.25s ease-out;
	ms-transition: all 0.25s ease-out;
	o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	webkit-transition: all 0.25s ease-out;
}
strong,b
{
	font-weight: 700;
}
h1,h2,h3,h4,h5,h6
{
	color: #333;
	font-family: 'Josefin Sans',sans-serif;
	font-weight: 700;
	line-height: 1.3;
}
h5,h6
{
	font-weight: 400;
}
h1
{
	font-size: 48px;
}
h2
{
	font-size: 40px;
}
h3
{
	font-size: 34px;
}
h4
{
	font-size: 30px;
}
h5
{
	font-size: 25px;
}
h6
{
	font-size: 20px;
}
@media (max-width: 767px)
{
	h3
	{
		font-size: 26px;
	}
}
p,.lead
{
	line-height: 1.7;
}
.btn
{
	border-radius: 3px;
	border-width: 0;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	padding: 7px 20px;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
.btn-group-lg&gt;.btn,.btn-lg
{
	font-size: 18px;
	line-height: 1.3333333;
	padding: 10px 16px;
}
.btn-xl
{
	font-size: 24px;
	font-weight: bold;
	padding: 15px 50px;
}
.btn-xs
{
	border-width: 1px;
	font-size: 11px;
	font-weight: 300;
	padding: 5px 10px;
}
@media (max-width: 767px)
{
	.btn-xl
	{
		font-size: 20px;
		padding: 15px 40px;
	}
}
.btn-default,.btn-outline,.btn-success
{
	border-width: 2px;
}
.form-control
{
	border-color: #DDDDDD;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	webkit-box-shadow: none;
}
.form-control:focus
{
	box-shadow: none;
	outline: 0;
	webkit-box-shadow: none;
}
.has-error .form-control:focus
{
	border-color: #E23B1A;
	box-shadow: none;
	webkit-box-shadow: none;
}
.has-error .checkbox
{
	color: #5c5c5c;
}
label
{
	font-size: 18px;
	font-weight: 400;
}
input,select,textarea
{
	font-family: Arial,Helvetica,sans-serif;
}
textarea
{
	resize: vertical;
}
.form-control::-webkit-input-placeholder
{
	color: #C3C3C3;
}
.input-lg
{
	height: 50px;
}
.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn
{
	border-radius: 3px;
}
@media (max-width: 767px)
{
	.checkbox-inline,.radio-inline
	{
		display: block;
	}
	.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline
	{
		margin-left: 0;
		margin-top: 5px;
	}
}
.breadcrumb
{
	background-color: transparent;
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 0;
}
.breadcrumb a
{
	color: #FFF;
	text-decoration: none;
}
.breadcrumb a:hover,.breadcrumb a:focus
{
	color: rgba(255,255,255,0.7);
}
.navbar-default
{
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.03);
	padding: 15px 0;
	webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.03);
}
.navbar-toggle
{
	margin-bottom: 0px;
	margin-top: 0px;
}
.navbar-default .navbar-nav&gt;li&gt;a
{
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-default .navbar-nav&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:focus,.navbar-default .navbar-nav&gt;.open&gt;a:hover,.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:focus,.navbar-default .navbar-nav&gt;.active&gt;a:hover
{
	border-radius: 3px;
}
.navbar-brand
{
	height: auto;
	padding: 0 15px;
}
.dropdown-menu
{
	border: 1px solid #F0F0F0;
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05);
	webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05);
}
.dropdown-menu .divider
{
	background-color: #F0F0F0;
}
.dropdown-header
{
	color: #CBCBCB;
	font-size: 11px;
	text-transform: uppercase;
}
.dropdown-menu&gt;li&gt;a
{
	color: #737373;
	font-family: Arial,Helvetica,sans-serif;
	padding: 5px 20px;
	padding-right: 40px;
}
@media (min-width: 768px)
{
	.navbar-nav&gt;li&gt;a
	{
		padding-bottom: 8px;
		padding-top: 8px;
	}
	.dropdown:hover .dropdown-menu
	{
		display: block;
	}
}
.nav-center
{
	text-align: center;
}
.nav-center ul.nav
{
	display: inline-block;
}
.nav-center ul.nav li
{
	display: inline;
}
.nav-center ul.nav li a
{
	float: left;
}
.modal-content
{
	border-radius: 3px;
}
.modal-transparent .modal-content
{
	background: transparent;
	border: 0;
	box-shadow: none;
	webkit-box-shadow: none;
}
@media (min-width: 768px)
{
	.modal-sm
	{
		width: 450px;
	}
	.modal-content
	{
		box-shadow: 0 0px 50px rgba(0,0,0,.2);
		webkit-box-shadow: 0 0px 50px rgba(0,0,0,.2);
	}
	.modal-dialog
	{
		margin: 80px auto;
	}
}
.blockquote
{
	background: #f9f9f9;
	border-left: 10px solid #E8E8E8;
	font-size: 22px;
	margin: 1.5em 10px;
	padding: 1em;
}
.panel-group .panel
{
	border-color: #f7f7f7;
	border-width: 1px;
	box-shadow: inherit;
	margin-bottom: 20px;
}
.panel-default&gt;.panel-heading
{
	background: transparent;
	padding: 0;
}
.panel-title
{
	font-size: 12px;
	text-transform: uppercase;
}
.panel-title&gt;a
{
	display: block;
	padding: 15px;
	position: relative;
}
.panel-title&gt;a:hover,.panel-title&gt;a:focus
{
	text-decoration: none;
}
.panel-title&gt;a:focus
{
	outline: inherit;
}
.panel-title&gt;a:before
{
	background: url("../images/collapse.png") no-repeat 0 -2px;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	right: 14px;
	top: 17px;
	width: 14px;
}
.panel-title&gt;a.collapsed:before
{
	background-position: 0 -33px;
}
.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body
{
	border-color: #f7f7f7;
}
.preloader
{
	height: 2px;
	position: fixed;
	width: 100%;
	z-index: 9999999;
}
.pace
{
	height: 2px;
	left: 0;
	margin: auto;
	moz-user-select: none;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	user-select: none;
	webkit-pointer-events: none;
	webkit-user-select: none;
	width: 100%;
	z-index: 9999999;
}
.pace .pace-progress
{
	background: #F76D53;
	box-sizing: border-box;
	display: block;
	height: 100%;
	left: 0px;
	max-width: 100%;
	moz-box-sizing: border-box;
	moz-transform: translate3d(0,0,0);
	moz-transition: width 1s ease-in-out 1s linear;
	ms-box-sizing: border-box;
	ms-transform: translate3d(0,0,0);
	ms-transition: width 1s ease-in-out 1s linear;
	o-box-sizing: border-box;
	o-transform: translate3d(0,0,0);
	o-transition: width 1s ease-in-out 1s linear;
	position: absolute;
	position: fixed;
	top: 0px;
	transform: translate3d(0,0,0);
	transition: width 1s ease-in-out 1s linear;
	webkit-box-sizing: border-box;
	webkit-transform: translate3d(0,0,0);
	webkit-transition: width 1s ease-in-out 1s linear;
	z-index: 9999999;
}
.pace.pace-inactive
{
	display: none;
}
.back_to_top
{
	bottom: 20px;
	color: #fff;
	display: none;
	opacity: 0.3;
	padding: 10px;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: opacity 0.3s ease;
}
.back_to_top:hover
{
	opacity: 0.5;
}
.vertical-space
{
	margin: 20px 0;
}
.horizontal-space
{
	margin: 0 20px;
}
.left-space
{
	margin-left: 20px;
}
.right-space
{
	margin-right: 20px;
}
.top-space
{
	margin-top: 20px;
}
.bottom-space
{
	margin-bottom: 20px;
}
.no-top-space
{
	margin-top: 0;
}
.no-bottom-space
{
	margin-bottom: 0;
}
.no-left-space
{
	margin-left: 0;
}
.no-right-space
{
	margin-right: 0;
}
.vertical-space-lg
{
	margin: 50px 0;
}
.horizontal-space-lg
{
	margin: 0 50px;
}
.left-space-lg
{
	margin-left: 50px;
}
.right-space-lg
{
	margin-right: 50px;
}
.top-space-lg
{
	margin-top: 50px;
}
.bottom-space-lg
{
	margin-bottom: 50px;
}
.vertical-space-xl
{
	margin: 80px 0;
}
.horizontal-space-xl
{
	margin: 0 80px;
}
.left-space-xl
{
	margin-left: 80px;
}
.right-space-xl
{
	margin-right: 80px;
}
.top-space-xl
{
	margin-top: 80px;
}
.bottom-space-xl
{
	margin-bottom: 80px;
}
.vertical-space-sm
{
	margin: 10px 0;
}
.horizontal-space-sm
{
	margin: 0 10px;
}
.left-space-sm
{
	margin-left: 10px;
}
.right-space-sm
{
	margin-right: 10px;
}
.top-space-sm
{
	margin-top: 10px;
}
.bottom-space-sm
{
	margin-bottom: 10px;
}
.text-muted
{
	color: #3a3a3a;
}
@media (min-width: 768px)
{
	.lead
	{
		font-size: 23px;
	}
}
.header
{
	padding: 0;
	position: relative;
}
.header_menu_padding
{
	padding-top: 80px;
}
.header-content
{
	padding-top: 40px;
}
.click-to-call
{
	float: right;
}
.click-to-call a
{
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
}
.phone-icon
{
	border: 3px solid;
	border-radius: 100%;
	display: inline-block;
	height: 40px;
	moz-border-radius: 100%;
	text-align: center;
	webkit-border-radius: 100%;
	width: 40px;
}
.click-to-call span
{
	vertical-align: middle;
	color:#ff4444;
}
.click-to-call a:hover,.click-to-call a:focus,.click-to-call a:active
{
	text-decoration: none;
}
.body_bg1
{
	background: url('../images/bg.jpg') no-repeat top center;
	background-attachment: fixed;
	background-size: cover;
}
.yoga_bg
{
	background: url('../images/yoga-bg.jpg') no-repeat top center;
	background-size: cover;
}
.fitness_bg
{
	background: url('../images/fitness_header_1.jpg') no-repeat top center;
	background-size: cover;
}
.fitness_bg_2
{
	background: url('../images/fitness_header_2.jpg') no-repeat top center;
	background-size: cover;
}
.spa_bg
{
	background: url('../images/spa_header.jpg') no-repeat top center;
	background-size: cover;
}
.headline-support
{
	font-weight: 400;
	margin-top: 0;
}
@media (max-width: 768px)
{
	.yoga_bg
	{
		background-position: 70% 50%;
	}
	.yoga_bg .container
	{
		background-color: rgba(255,255,255,0.8);
	}
	.hero-area
	{
		text-align: center;
	}
	.click-to-call
	{
		float: none;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
	}
	.mobile-center.navbar-header
	{
		text-align: center;
	}
	.mobile-center .navbar-brand
	{
		float: none;
	}
	.mobile-center .navbar-brand&gt;img
	{
		display: inline-block;
	}
}
@media (min-width: 992px)
{
	.position-static-md
	{
		position: static;
	}
	.image-align-bottom
	{
		bottom: 0%;
		position: absolute;
	}
}
.sub-header
{
	color: #FFF;
	padding: 80px 0 30px;
	position: relative;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.page-title
{
	margin-bottom: 5px;
}
.page-title small
{
	font-size: 50%;
	font-weight: 300;
}
.reveal-menu
{
	moz-transition: all 1s ease;
	ms-transition: all 1s ease;
	o-transition: all 1s ease;
	transition: all 1s ease;
	webkit-transition: all 1s ease;
}
.reveal-menu-hidden
{
	top: -100%;
}
.reveal-menu-visible
{
	top: 0;
}
.video-header
{
	background: url(../video/event-video.jpg) no-repeat;
	background-size: cover;
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: 0;
	width: auto;
	z-index: -100;
}
.header-video-module
{
	position: relative;
}
.header-video-module .header
{
	background: none;
	z-index: 10;
}
.header-video-module .header_top-bg,.header-video-module .header_bottom-bg
{
	background: none;
}
.no-video .video-container video,.touch .video-container video
{
	display: none;
}
.no-video .video-container .poster,.touch .video-container .poster
{
	display: block!important;
}
.video-container .poster img
{
	bottom: 0;
	position: absolute;
	width: 100%;
}
.video-container .filter
{
	background: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}
.benefit-item
{
	margin-bottom: 15px;
	padding: 0 20px 15px;
	text-align: center;
}
.benefit-item img
{
	text-align: center;
}
.benefit-item .benefit-icon
{
	font-size: 70px;
	margin: 0 15px;
	text-align: center;
}
.benefit-item p
{
	font-size: 18px;
	line-height: 1.3;
}
.benefit-item .benefit-title
{
	font-size: 24px;
	font-weight: 700;
	font-family:"Roboto";
}
.benefits-vertical .benefit-item
{
	float: left;
	/*max-width: 450px;*/
	max-width: 500px;
	padding: 0 0 15px;
	position: relative;
	text-align: left;
}
.benefits-vertical .benefit-item img
{
	float: left;
}
.benefits-vertical .benefit-item .benefit-icon
{
	float: left;
	width: 90px;
}
.benefits-vertical .benefit-item .benefit-title,.benefits-vertical .benefit-item p
{
	/*margin-left: 80px;*/
}
.benefits-vertical .benefit-item:last-child:after
{
	bottom: 0;
	height: 0;
}
.benefits-vertical .benefit-item:after
{
	background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(227,227,227,1) 27%,rgba(227,227,227,1) 70%,rgba(254,254,254,0) 100%);
	background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(227,227,227,1) 27%,rgba(227,227,227,1) 70%,rgba(254,254,254,0) 100%);
	background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(227,227,227,1) 27%,rgba(227,227,227,1) 70%,rgba(254,254,254,0) 100%);
	background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(227,227,227,1) 27%,rgba(227,227,227,1) 70%,rgba(254,254,254,0) 100%);
	background: rgba(255,255,255,0);
	background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(27%,rgba(227,227,227,1)),color-stop(70%,rgba(227,227,227,1)),color-stop(100%,rgba(254,254,254,0)));
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(227,227,227,1) 27%,rgba(227,227,227,1) 70%,rgba(254,254,254,0) 100%);
	bottom: -1px;
	content: '';
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fefefe',GradientType=1);
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.highlight
{
	background: #FAFAFA;
	padding: 20px 0;
}
.section-title
{
	margin: 50px 0 30px;
}
.section-title .subline
{
	color: #333;
	font-size: 30px;
	font-weight: 400;
	margin-top: 0;
	
}
.section-title hr
{
	border-top: 4px solid;
	max-width: 55px;
}
.section-title.left-aligned hr
{
	margin-left: 0;
	text-align: left;
}
.highlight .section-title
{
	margin-top: 40px;
	text-align: center;
}
.section-title.top-space-sm
{
	margin-top: 15px;
}
.section-title p
{
	margin: 0 auto;
	max-width: 450px;
}
.checklist
{
	/*font-size: 17px;*/
	font-size: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}
@media (min-width: 992px)
{
	.checklist li
	{
		display: inline-block;
		width: 49%;
	}
	.checklist-full li
	{
		display: inline-block;
		width: 100%;
	}
	.checklist-right li
	{
		text-align: right;
	}
	.checklist-right li i
	{
		float: right;
		margin-left: 10px;
		margin-right: 0;
		padding-top: 6px;
	}
}
.checklist i
{
	margin-right: 8px;
}
.appointment-form
{
	background: #FAFAFA;
	border: 2px solid #eeeeee;
}
.form-spacing
{
	margin: 40px 30px 35px;
}
.appointment-form&gt;form
{
	padding: 20px 25px;
}
.appointment-form .form-header
{
	border: solid 1px;
	margin: -1px;
	margin-bottom: 15px;
	padding: 20px 10px 35px;
	position: relative;
	text-align: center;
}
.appointment-form .form-header a
{
	font-size: 26px;
	font-weight: 700;
}
.appointment-form .form-header a:hover,.appointment-form .form-header a:focus,.appointment-form .form-header a:active
{
	opacity: 0.7;
	text-decoration: none;
}
.form-header .or_icon
{
	background: #EFEFEF;
	border-radius: 100%;
	bottom: -25px;
	color: #a9a9a9;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	left: 0;
	margin: 0 auto;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 50px;
}
.thumbnail
{
	border: 1px solid #ECECEC;
	border-radius: 3px;
	margin-bottom: 50px;
	moz-transition: all 0.6s ease;
	ms-transition: all 0.6s ease;
	o-transition: all 0.6s ease;
	padding: 0;
	text-align: center;
	transition: all 0.6s ease;
	webkit-transition: all 0.6s ease;
	min-height:420px;
}
.thumbnail:hover
{
	box-shadow: 0 2px 40px rgba(0,0,0,0.08);
	webkit-box-shadow: 0 2px 40px rgba(0,0,0,0.08);
}
.thumbnail a&gt;img,.thumbnail&gt;img
{
	min-width: 100%;
}
.caption-title
{
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.caption-text
{
	color: #3a3a3a;
	font-size: 17px;
	line-height: 1.4;
}
.staff-member
{
	text-align: center;
}
.staff-member&gt;img
{
	margin-bottom: 15px;
}
.staff-member&gt;p
{
	line-height: 1.2;
}
.staff-member&gt;p&gt;small
{
	color: #CCC;
}
.pricing-item
{
	border: solid 3px #F2F2F2;
	border-radius: 5px;
	margin-bottom: 25px;
	moz-border-radius: 5px;
	padding: 25px;
	text-align: center;
	webkit-border-radius: 5px;
}
.pricing-item .plan-name
{
	font-weight: 600;
	text-transform: uppercase;
}
.pricing-item .price
{
	font-size: 60px;
	font-weight: 700;
	line-height: 1.4;
	margin: 10px 0;
}
.pricing-item .plan-features
{
	list-style: none;
	margin: 0 0 20px;
	opacity: 0.7;
	padding: 0;
}
.pricing-item .price .curr
{
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	vertical-align: super;
}
.pricing-item
{
	moz-transition: all 0.6s ease;
	ms-transition: all 0.6s ease;
	o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	webkit-transition: all 0.6s ease;
}
.faq
{
	margin-bottom: 60px;
}
.faq-title
{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 30px;
}
.our-stats
{
	margin: 50px 0 20px;
}
.stats-info
{
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: center;
}
@media (min-width: 768px)
{
	.stats-info
	{
		margin-bottom: 15px;
	}
}
.stats-info .fa
{
	color: #DCDCDC;
	font-size: 30px;
}
.stats-info h2
{
	margin: 10px 0 0;
}
.stats-info p
{
	color: #c2c2c2;
	line-height: 1;
}
blockquote
{
	border-left: 0;
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 0 8px;
}
.bq-left
{
	background: url('../images/quote1.png') 10% center no-repeat;
	padding-left: 200px;
	padding-right: 0;
	text-align: right; color:#333;
}
.bq-right
{
	background: url('../images/quote2.png') 93% center no-repeat;
	padding-left: 0;
	padding-right: 29px;
	text-align: left; color:#333;
}
@media (max-width:767px)
{
	blockquote
	{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.bq-left,.bq-right
	{
		background: none;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
	.bq-author
	{
		text-align: center;
	}
}
.google-map iframe
{
	border: 0;
	height: 400px;
	width: 100%;
}
@media (max-width: 768px)
{
	.contact p
	{
		margin-bottom: 20px;
		text-align: center;
	}
}
footer
{
	padding: 40px 0 30px;
	text-align: center;
}
.social-icons
{
	padding-bottom: 20px;
}
.social-icons a
{
	display: inline-block;
	padding: 0 5px;
}
.social-icons a i
{
	background-color: rgba(0,0,0,0.1);
	border-radius: 50%;
	color: rgba(0,0,0,0.2);
	font-size: 1.25em;
	height: 2.15em;
	line-height: 2.15em;
	margin: 0;
	text-align: center;
	webkit-border-radius: 50%;
	width: 2.15em;
}
.social-icons.small a i
{
	font-size: 0.95em;
}
.social-icons a:hover
{
	opacity: 0.8;
}
.post-wrap,.blog-content
{
	margin: 50px 0;
}
.post-entry,.entry-image
{
	margin-bottom: 40px;
}
.post-heading
{
	margin-bottom: 5px;
	margin-top: 0;
}
.post-meta
{
	font-size: 13px;
}
.post-excerpt
{
	margin-bottom: 13px;
}
.sidebar
{
	margin: 50px 0;
}
.sidebar-widget
{
	margin-bottom: 30px;
}
.pagination&gt;li&gt;a,.pagination&gt;li&gt;span
{
	color: #6F6F6F;
}
.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:hover,.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;span:focus
{
	color: #A3A3A3;
}
.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span:hover,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;span:focus
{
	background-color: #E6E6E6;
	border-color: #D2D2D2;
	color: #6E6E6E;
}
.vertical-links li
{
	border-bottom: 1px solid #E6DDD4;
	padding: 8px 0;
}
.tag-cloud a
{
	background: #FFF;
	border: 1px solid #eceae4;
	border-radius: 3px;
	color: #C2C2C2;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 5px;
	moz-border-radius: 3px;
	padding: 2px 8px;
	webkit-border-radius: 3px;
}
.tag-cloud a:hover
{
	text-decoration: none;
}
.comments-title
{
	margin: 0 0 20px;
	padding-bottom: 10px;
}
.comments
{
	border-top: 1px solid #EEE;
	margin-top: 50px;
	padding-top: 30px;
	position: relative;
}
.comments-list
{
	border-bottom: 1px solid #EEE;
	list-style: none;
	margin: 0 0 50px;
	padding-bottom: 50px;
}
.comments-list ul
{
	list-style: none;
}
.comments-list li,.comments-list li ul,.comments-list li ul li
{
	margin: 30px 0 0 0;
}
.comments-list ul:first-child
{
	margin-top: 0;
}
.comments-list li
{
	margin: 30px 0 0 30px;
	position: relative;
}
.comment-wrap
{
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	padding: 20px 20px 20px 35px;
	position: relative;
}
.comments-list ul .comment-wrap
{
	margin-left: 25px;
	padding-left: 20px;
}
.comments-list&gt;li:first-child
{
	margin-top: 0;
	padding-top: 0;
}
.comments-list li .children
{
	margin-top: 0;
}
.comments-list li li .children
{
	margin-left: 30px;
}
.comments-list li .comment-content,.pingback
{
	overflow: hidden;
	position: relative;
}
.comments-list li .comment-content p,.pingback p
{
	margin: 20px 0 0 0;
}
.comments-list li .comment-content
{
	padding: 0 0 0 15px;
}
.comments-list li .comment-meta
{
	float: left;
	line-height: 1;
	margin-right: 0;
}
.comment-avatar
{
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 50%;
	left: -35px;
	padding: 4px;
	position: absolute;
	top: 15px;
}
.comment-avatar img
{
	border-radius: 50%;
	display: block;
}
.comments-list li .children .comment-avatar
{
	left: -25px;
}
.comment-content .comment-author
{
	color: #555;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -10px;
}
.comment-content .comment-author a
{
	border: none;
	color: #333;
}
.comment-content .comment-author a:hover
{
	color: #363636;
}
.comment-content .comment-author span
{
	display: block;
}
.comment-content .comment-author span,.comment-content .comment-author span a
{
	color: #AAA;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.comment-content .comment-author span a:hover
{
	color: #888;
}
.comment-reply-link,.review-comment-ratings
{
	color: #CCC;
	display: block;
	font-size: 14px;
	height: 14px;
	left: auto;
	line-height: 1;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 4px;
	width: 14px;
}
.comment-reply-link:hover
{
	color: #888;
}




@media (min-width:320px) and (max-width:768px){
.header-content
{
	padding-top: 125px;
}	
}


@media only screen and (min-width : 1200px) {
.header-content
{
	padding-top: 40px;
}	
}</pre></body></html>