html {
	background: #425171;
}

body {
	font-size: 16px;
	font-family: semplicitapro, sans-serif;
	font-weight: 400;
	color: #425171;
}

.post-template-default .bg-pink-box img {
	width: 100% !important;
	height: auto;
}

.disclaimer {
	display: block;
	font-weight: 700;
	margin: 30px 0 0 0;
	font-style: italic;
	font-size: 14px;
}

a {
	color: #f8c8c9;
}

a:hover {
	text-decoration: none;
	color: #425171;
}

.page-header {
	margin: 0 0 60px 0;
	padding: 0;
	border: 0;
}

.page-header.page-header-top {
	margin-top: 60px;
}

.slider-right{
  background: none;
  color: #fff;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  font-size: 35px;
  right: 30px;
  height: 10%;
	background: #f8c8c9;
	padding: 10px 20px 60px 30px;
	text-align: center;
}
.slider-left{
  background: none;
  color: #fff;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  font-size: 35px;
  left: 0;
  height: 10%;
	background: #f8c8c9;
	    padding: 10px 26px 60px 19px;
	    text-align: center;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
		margin: auto;
}

/******** Headings ***********/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lora', serif;
	font-style: italic;
	text-transform: capitalize;
}

.page-header  h1, .page-header h2, .page-header h3 {
	margin: 0;
	padding: 0;
}

h1, .h1 {
	font-size: 42px;
}


h2, .h2 {
	font-size: 36px;
}


h3, .h3 {
	font-size: 30px;
}


h4, .h4 {
	font-size: 24px;
}


/******** header ***********/

header {
	background: #f8c8c9;
}


.custom-logo {
    display: block;
    margin: 60px 0 0 0;
    max-width: 100%;
    height: auto;
}

.nav-strip{
	margin-top: 30px;
}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    min-height: 1px;
    margin-bottom: 0;
}

.navbar-nav {
    float: none;
	padding: 0;
	margin: 0 0 30px 0;
	text-align: center;
}

.navbar-nav > li {
    float: none;
	display: inline-block;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 60px;
	letter-spacing: 2px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #425171;
	background-color:  transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #425171;
	background-color:  transparent;
}

.social-icons {
	float: right;
	margin: 35px 0 10px 0;
	padding: 0;
}

footer .social-icons, .bg-pink-box .social-icons {
	float: left;
}

.social-icons li {
	float: left;
	list-style: none;
}

.social-icons li a {
	font-size: 18px;
	color: #425171;
	display: block;
	padding: 0 10px;
}

footer .social-icons li a {
	color: #f8c8c9;
}

.social-icons li a:hover {
	color: #FFFFFF;
}

.social-icons li:last-child a {
	padding-right: 0;
}

footer .social-icons li:first-child a, .bg-pink-box .social-icons li:first-child a {
	padding-left: 0;
}

.header-search .btn {
	padding: 15px;
	background: #425171;
	color: #FFFFFF;
	display: block;
	text-align: center;
	width: 100%;
}

.header-search .form-group {
	margin: 0;
}

.header-search .form-control {
	width: 100%;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 52px;
	text-transform: uppercase;
	font-weight: 500;
	color: #425171;
}

.col-no-right {
	padding-right: 0;
}

/******** content **********/

.content-strip {
	padding: 60px 0;
}

.content-strip.light-pink-strip {
	background: #FDF5F5;
}

.no-padding {
	padding: 0;
}

#mt-slider {
	margin: 0 0 60px 0;
}

.slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9000;
}

.slide-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    color: #ffffff;
    left: 0;
    width: 100%;
}

.full-height {
	height: 100%;
	position: relative;
}

.full-height.full-height-pink {
	background: #FEE9E7;
	padding: 60px;
}

.cta-table {
    display: table;
    width: 100%;
    height: 100%;
}

.cta-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.margin-top {
	margin-top: 30px !important;
}

.bg-pink-box {
	background: #FEE9E7;
	padding: 30px;
}

.bg-pink-box-top {
	background: #f8c8c9;
	padding: 10px 30px;
}

.bg-blue-box {
	background: #425171;
	padding: 30px;
	height: 100%;
}

.bg-white-box {
	background: #FFFFFF;
	padding: 30px;
	margin: 0 0 30px 0;
}

.bg-white-box-title {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 10px 0;
}

#wpcf7-f6-o1 {
	margin: 30px 0 0 0;
}

.wpcf7-text {
	width: 100%;
	height: 55px;
	padding: 8px;
	border: 0;
	background: #FFFFFF;
	margin: 0 0 15px 0;
}

.wpcf7-textarea {
	width: 100%;
	height: 180px;
	padding: 8px;
	border: 0;
	background: #FFFFFF;
	margin: 0 0 15px 0;
}

.wpcf7-submit, .btn {
	font-weight: 600;
	font-family: semplicitapro, sans-serif;
	text-transform: uppercase;
	padding: 15px 30px;
	color: #425171;
	border: 1px solid #425171;
	background-color: transparent;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.wpcf7-submit:hover, .btn:hover {
	color: #FFFFFF;
	background: #425171;
}

.btn.btn-top {
	margin: 15px 0 0 0;
}

.btn.btn-bottom {
	margin: 0 0 30px 0;
}

.bg-pink-box-title {
	margin: 0 0 30px 0;
}

.bg-pink-box-title h2 {
	font-weight: 600;
	font-family: semplicitapro, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	margin: 0;
	padding: 0;
}

.connect-with-us, .contact-title {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	margin: 60px 0 10px 0;
}

.contact-title {
	margin-top: 0;
}

.cta-block {
	display: block;
	color: #425171;
	text-align: center;
}


.cta-block-title {
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-size: 18px;
	margin: 15px 0 0 0;
	text-align: center;
	color: #425171;
}

.cta-block-title:hover {
	color: #f8c8c9;
}

.cta-block-cat-contain {
	background: #f8c8c9;
	padding: 10px 15px;
	font-family: semplicitapro, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}


.cta-block-excerpt {
	text-align: justify;
	display: block;
	margin: 15px 0;
	letter-spacing: -1px;
}

.cta-block:hover .cta-block-title {
	color: #f8c8c9;
}

.section-categories {
	margin: 0 0 60px 0;
	padding:  20px 40px;
	background: #425171;
	text-align: center;
	float: none;
}

.section-categories li {
	list-style: none;
	display: inline-block;
	letter-spacing: 2px;
}

.section-categories li a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	padding: 0 60px;
}

.section-categories li a:hover {
	color: #f8c8c9;
}

.no-right {
	padding-right: 0;
}

.no-left {
	padding-left: 0;
}

.featured-block {
	margin-top: 60px;
}

.featured-block-title {
	display: block;
	font-family: 'Lora', serif;
	font-style: italic;
	text-transform: lowercase;
	font-size: 36px;
}

.featured-block-title-sub {
	display: block;
	font-weight: 600;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 24px;
	color: #425171;
}

.featured-block-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 60px;
}

.rating {
	margin: 0  0 10px 0;
	padding: 0;
	float: left;
}

.rating li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	color: #FFFFFF;
	font-size: 20px;
}

.rating li.active {
	color: #b33558;
}

.review-price {
	text-align: right;
	font-weight: 600;
}

.pro-and-con-top {
	margin-top: 20px;
}

.review-points {
	margin: 0;
	padding: 0;
}

.review-points li {
	display: block;
	margin: 0 0 10px 0;
	list-style: none;
}

.review-points li:last-child {
	margin: 0;
}

.review-points li::before {
	content: '\f00c';
	font-family: FontAwesome;
	padding-right: 10px;
	color: #32a770;
}

.review-points.review-points-con li::before {
	content: '\f00d';
	font-family: FontAwesome;
	padding-right: 10px;
	color: #e84272;
}

.bg-white-box .table tr td {
	border: 0;
}

.next-button {
	float: right;
}

.top-articles {
	margin: 0;
	padding: 0;
}

.top-articles li {
	list-style: none;
}


li.mainImage {
    margin: 0 0 30px 0;
}

.top-articles li a {
	display: block;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
}

.top-articles li a.smaller-text, .top-articles li a.smaller-text .numberLi {
	font-size: 18px;
}

.top-articles li:last-child a {
	margin: 0;
}

.top-articles li a:hover {
	color: #f8c8c9;
}

.thumbWrap{
		position: relative;
}

.bannerBox {
		position: absolute;
		left: -15px;
		top: 0;
		padding: 5px 15px;
		background: #df4675;
		color: #fff;
		z-index: 9;
		font-weight: 600;
		text-transform: uppercase;
}

.bannerBox:after {
		content: "";
		position: absolute;
		left: 6px;
		bottom: -14.8px;
		border-top: 11px solid transparent;
		border-bottom: 11px solid transparent;
		border-left: 11px solid #ac385b;
		transform: rotate(-45deg);
}

.side-title {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	border-bottom: 2px solid #425171;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.side-links {
	margin: 0 0 60px 0;
	padding: 0;
}

.side-links li {
	list-style: none;
}

.side-links li a {
	display: block;
	color: #425171;
	margin: 0 0 10px 0;
	font-weight: 500;
	text-transform: uppercase;
}

.side-links li:last-child a {
	margin: 0;
}

.side-links li a:hover {
	color: #f8c8c9;
}

.contact-page-address {
	margin: 0 0 60px 0;
}


.topFeatured{
	margin: 0 0 60px 0;
}

.blue-logo-m {
	display: block;
	margin: 0 auto;
	margin-bottom: -65px;
	position: relative;
	z-index: 9999;
}


	.inner-page-blue {
    background: #425171;
    padding: 0px;
    height: 100%;
	margin: 0 0 30px 0;
}
.moreArticles{
	font-weight: 600;
    font-family: semplicitapro, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    margin: 0;
    padding: 30px;
		font-size: 28px;
color: #fff;
}

.innerblue{
	font-size: 16px;
}

.inner-page-blue li {
	padding: 0 30px;
}

.numberinnerLi{
	padding: 0 30px 0 0;
    font-size: 27px;
}


.top-articles li:last-child{
	padding-bottom: 30px;
}

.sideImg{
	padding-bottom: 30px;
}

/******** footer ***********/


footer .middle-wrap {
	background: #425171;
	padding: 60px 0 0 0;
	color: #FFFFFF;
}

.footer-title {
	display: block;
	color: #FFFFFF;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 42px;
	margin: 0 0 60px 0;
}

footer .menu {
	margin: 0;
	padding: 0;
}

footer .menu li {
	list-style: none;
}

footer .menu li a {
	display: block;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	text-transform: uppercase;
}

footer .menu li:last-child a {
	margin: 0;
}

footer .menu li a:hover {
	color: #f8c8c9;
}

#menu-legal {
	margin: 30px 0 0 0;
}
input#main-search-input {
    height: 50px;
}
.footer-title-sub {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFFFFF;
	margin: 0 0 5px 0;
}

.footer-hover-different:hover {
	color: #FFFFFF;
}

.footer-logo {
	display: block;
	margin: 0 0 60px 0;
}

.credits-wrap {
	font-size: 14px;
	color: #FFFFFF;
	background: #425171;
	padding: 60px 0;
}

.footer-credits {
	border-top: 2px solid #f8c8c9;
	padding-top: 20px !important;
	text-align: center;
	padding: 0;
}

.footer-credits li {
	display: inline-block;
	list-style: none;
	color: #FFFFFF;
	padding: 0 10px;
	border-right: 1px solid #FFFFFF;
}

.footer-credits li:first-child {
	padding-left: 0;
}

.footer-credits li:last-child {
	padding-right: 0;
	border-right: 0;
}

.footer-credits li a {
	color: #f8c8c9;
}

.footer-credits li a:hover {
	color: #FFFFFF;
}

.footer-logo-m {
	display: block;
	margin: 0 auto;
	margin-bottom: -65px;
}

footer .social-icons {
	margin: 10px 0 0 0;
}

footer .social-icons li a {
	font-size: 25px;
}

.btnLeft{
	margin: 30px 0 0 0;
	float: right;
}
.btnRight{
	margin: 30px 0 0 0;
	float: left;
}

.numberLi{
	padding: 0 15px 0 0;
	font-size: 35px;

}

.link-rev{
  color: #fff;
}

.link-rev:hover{
  color: #3366CC;
}


select {
    border: 0px;
    background: #425171;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    height: 52px;
    padding: 0 15px;
    letter-spacing: 2px;
		-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.selectWrap{
	position: relative;
}

.custom-dropdown-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 52px;
    background: #fff;
    right: 0;
    width: 60px;
		pointer-events:none;
}

.custom-dropdown-arrow .fa {
    color: #425171;
    font-size: 40px;
    text-align: center;
    width: 100%;
    height: 52px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option-value{
	font-size: 16px;
font-family: semplicitapro, sans-serif;
-webkit-appearance: none;
}

@media (max-width: 1199px) {

	.footer-logo-m {
		height: 110px;
		margin-bottom: -55px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 0 40px;
	}

	.section-categories li a {
		padding: 0 30px;
	}

}

@media (max-width: 991px) {

	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		padding: 0 30px;
	}

	.section-categories li a {
		padding: 0 20px;
	}

	h1, .h1, .footer-title {
		font-size: 36px;
	}


	h2, .h2 {
		font-size: 30px;
	}


	h3, .h3 {
		font-size: 24px;
	}


	h4, .h4 {
		font-size: 18px;
	}

	.footer-logo-m {
		height: 100px;
		margin-bottom: -50px;
	}

	.full-height.full-height-pink {
		padding: 0;
	}

	.featured-block-bottom {
		padding: 15px;
	}


}

@media (max-width: 767px) {

	.topFeatured{
		margin: 0 0 30px 0;
	}

	h1, .h1, .footer-title {
		font-size: 30px;
	}


	h2, .h2 {
		font-size: 26px;
	}


	h3, .h3 {
		font-size: 22px;
	}


	h4, .h4 {
		font-size: 18px;
	}

	.page-header {
		margin: 0 0 30px 0;
	}

	.page-header.page-header-top {
		margin-top: 30px;
	}

	.content-strip {
		padding: 30px 0;
	}

	.connect-with-us, .contact-title {
		margin: 30px 0 10px 0;
	}

	.navbar-default .navbar-toggle {
		border-color: #FFFFFF;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFFFFF;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #FFFFFF;
	}

	.bg-pink-box {
		margin: 0 0 30px 0;
	}

	footer .middle-wrap {
		padding: 30px 0 0 0;
	}

	.credits-wrap {
		padding: 30px 0;
	}

	.accreditation, .copyright {
		text-align: center;
	}

	.copyright {
		margin: 0 0 15px 0;
	}

	.footer-logo-m {
		height: 80px;
		margin-bottom: -40px;
	}

	.custom-logo {
		margin: 20px auto 0 auto;
		width: 70%;
		height: auto;
	}

	.social-icons {
		float: none;
		text-align: center;
		margin: 20px 0;
	}

	.social-icons li {
		display: inline-block;
		float: none;
	}

	.footer-title {
		margin: 30px 0;
	}

	#menu-legal {
		margin: 30px 0;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}

	.slide-content {
		display: none;
	}

	.no-top-xs {
		margin-top: 0 !important;
	}

	.full-height.full-height-pink {
		padding: 0;
	}

	.featured-block-bottom {
		position: static;
		padding: 30px;
	}

	.no-right-xs-overturned {
		padding-right: 15px !important;
	}

	.no-left-xs-overturned {
		padding-left: 15px !important;
	}

	.featured-block-title {
		font-size: 24px;
	}

	.featured-block-title-sub {
		font-size: 20px;
	}

	.bg-blue-box {
		padding: 15px;
	}

	.top-articles li a {
		font-size: 16px;
	}

	.numberLi {
		padding: 0 10px 0 0;
		font-size: 22px;
	}

	.xsMenuWrap{
		border-bottom: 1px solid #425171;
	}

	.noPadding{
		padding: 0px;
	}

	header .middle-wrap {
    padding: 0 0 30px 0;
	}

	.noMargin{
		margin: 0px;
	}

	.custom-logo {
    margin: 0px auto 0 auto;
    width: 100%;
    height: auto;
		padding: 15px 0;
	}

	.hamburger-xs{
		background: #425171;
		width: 50%;
		float: right;
	}

	select {
	    margin: 15px 0 0 0;
	}

	.custom-dropdown-arrow {
    top: 66px;
}

.noPadXS{
	padding: 0px;
}

}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

h1.slide-title {
    background: #f8c8c9;
    display: table;
    padding: 15px;
		margin: 0px;
	color: #425171;
}

h3.slide-title {
    background: #f8c8c9;
    display: table;
    padding: 15px;
		margin: 0px;
	color: #425171;
}

.slide-content{
	background: #425171;
	display: table;
	padding: 30px 15px;
	color: #fff;
	font-size: 18px;
}

.innerWrap {
    padding: 0 130px 0 100px;
}

.innerpostBlocks{
	margin: 0 0 30px 0;
}
.innerpostBlocksTop{
	margin: 30px 0 0  0;
}


.top-articles li {
list-style: none;
width: 100%;
padding: 0 0 15px 0;
float: left;
}

.nonLink{
	color: #425171;
	font-weight: 400;
}

input#author {
	width: 100%;
	width: 100%;
	height: 55px;
	padding: 8px;
	border: 0;
	background: #FFFFFF;
	margin: 0 0 15px 0;
}

input#email {
	width: 100%;
	width: 100%;
height: 55px;
padding: 8px;
border: 0;
background: #FFFFFF;
margin: 0 0 15px 0;
}

input#url {
	width: 100%;
	width: 100%;
height: 55px;
padding: 8px;
border: 0;
background: #FFFFFF;
margin: 0 0 15px 0;
}
textarea#comment {
	width: 100%;
	width: 100%;
padding: 8px;
border: 0;
background: #FFFFFF;
margin: 0 0 15px 0;
}
				.gray-comment-box{
					background: #f7f7f7;
					padding: 15px;
				}

				h3#reply-title {
    display: none;
	}

	.comment-form label{
		display: none;
	}


		.comment-form label:last-child{
			display: block;
		}
				.coment-Wrap{
					background: #fff;
					padding: 15px;
				}

				.comment{
					font-weight: 800;
				}

				.comment-header{
					margin: 0 0 15px 0;
					padding: 0px;
				}
				.comment-header h3{
					margin: 0px;
					padding: 0px;
				}

				.commentart{
					margin-top: -10px;
				}
