﻿@charset "utf-8";
@import url("http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css");
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
#OuterWrapper {
	width:1000px;
	margin:0px auto;
	background-color:#FFF;
	position:relative;
}
img {
	width: 100%;
	max-width: 100%;
}
a {
	color:#f0991d;
}
a:hover {
	color:#f0991d;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.fixedHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.fixedHeader .news-ticker {
	display: none;
}
.fixedHeader.smallHeader .news-ticker {
	display: block;
}
html body .main-content {
	position: relative;
	padding-top: 150px;
	
}
.container {
	max-width: 960px;
}
.container .jumbotron {
	background: #fff;
	border-radius: 0px;
	color: #fff;
	text-align: center;
	margin-bottom: 4px;
	padding:0px;
}
.container .jumbotron h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}
.content {
	margin-top: 20px;
	background-color:#FFF;
}
.logo {
	background: url("../img/logo.png") no-repeat;
	width: 300px;
	height: 44px;
}
.navbar-default {
	background: none;
	border-color: #fff;
	box-shadow: none;
	border:none;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}
.navbar-default .navbar-toggle {
	margin-top: 0px;
}
.navbar {
	min-height: 150px;
	padding: 30px 0 10px 0;
	margin-bottom: 0px;
}
.navbar-right {
	padding-top: 10px;
}
.navbar-right .dropdown-menu {
	right: 0;
	left: 0px;
}
.navbar-social {
	margin-top: 10px;
	margin-left: 30px;
}
a.socialIcon {
	background: #000;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 3px 0px;
	margin-bottom: 10px;
}
a.socialIcon i {
	color: #fff;
}
.navbar-header {
	padding-left: 40px;
}
.navbar-nav li.orangeRecent {
	background: #f0991d;
	margin-right: 10px;
}
.navbar-nav > li {
	background: #000;
}
.navbar-nav > li > a {
	padding: 7px 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #6D6E71;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #6D6E71;
	color: #fff;
}
.dropdown-menu {
	background: #6d6e71;
	box-shadow: none;
	border-radius: 0px;
	min-width: 140px;
	padding: 0px;
}
.dropdown-menu > li > a {
	color: #fff;
	text-transform: uppercase;
	padding: 3px 13px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #414042;
	color: #fff;
}
.searchInput {
	border: none;
	background: url("../img/search-bg.png") no-repeat bottom;
	padding: 0 5px 8px;
	outline: none;
	width: 150px;
}
.navbar-form {
	margin-top: 7px;
	padding: 0px;
}
.navbar-form span {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}
.navbar-default .navbar-collapse.in {
	overflow-y: inherit;
}
.navbar-nav {
	margin: 7.5px -1px;
}
.menu-search {
	padding: 10px;
}
.noleft {
	margin-left:0px;
	padding-left:0px;
}
.noright {
	margin-right:0px;
	padding-right:0px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
.logo {
	background: url("../img/small-logo.png") no-repeat;
	width: 180px;
	height: 26px;
}
.review-article .articleBox {
	width: 90% !important;
	margin: 5px auto !important;
	float: none !important;
}
.review-article .articleDropCap {
	width: 90% !important;
	margin: 5px auto !important;
	float: none !important;
}
.review-banner .bannerText {
	width: 96% !important;
}
.review-banner .author {
	display: none;
}
}
.smallHeader .logo {
	background: url("../img/small-logo.png") no-repeat;
	width: 180px;
	height: 26px;
}
.smallHeader .search-popover {
	position: absolute;
	top: 51px;
	right: 55px;
	width: 400px;
	background: #fff;
	z-index: 20000;
	padding: 15px;
	border: 2px solid #afb1b4;
	display:none;
}
.smallHeader .search-popover h4 {
	font-weight: 800;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: 'Raleway', sans-serif;
}
.smallHeader .search-popover i {
	color: #f0991d;
}
.smallHeader .search-popover p {
	font-weight: 300;
	color: #383839;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	font-family: 'Oswald', sans-serif;
}
.smallHeader .search-popover .search-tooltip {
	position: absolute;
	top: -12px;
	background: url("../img/tooltip.png") no-repeat;
	width: 28px;
	height: 14px;
	right: 50px;
}
.smallHeader .navbar-default {
	background: #fff;
	border-color: #fff;
	box-shadow: none;
}
.smallHeader .navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
}
.smallHeader .navbar-default .navbar-collapse {
	padding-top: 20px;
}
.smallHeader .navbar-default .navbar-toggle {
	margin-top: 0px;
}
.smallHeader .navbar-default .navbar-nav.navbar-right {
	margin-top: 0px;
}
.smallHeader .navbar {
	min-height: 70px;
	padding: 25px 0 15px 0;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 2000;
	width: 100%;
	border-radius: 0px;
}
.smallHeader .navbar-right {
	padding: 0px 10px;
}
.smallHeader .orangeRecent {
	background: #f0991d;
	margin-right: 3px;
}
.smallHeader .navbar-nav > li > a {
	padding: 2px 7px;
}
.smallHeader .dropdown-menu {
	background: #6d6e71;
	box-shadow: none;
	border-radius: 0px;
	min-width: 110px;
	padding: 0px;
}
.smallHeader .dropdown-menu > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	padding: 3px 8px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}
.smallHeader .searchInput {
	border: none;
	background: url("../img/search-bg-s.png") no-repeat bottom;
	padding: 0 2px 4px;
	outline: none;
	width: 100px;
	font-size: 12px;
}
.smallHeader .navbar-form {
	margin-top: 0px;
	padding: 0px;
	margin-left: 20px;
}
.smallHeader .navbar-form span {
	font-weight: 300;
	font-size: 12px;
}
.smallHeader .navbar-header {
	padding-left: 15px;
	padding-top: 20px;
}
.smallHeader .navbar-social {
	display: none;
}
.jumbotron .h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}
.footer {
	background: #cecfd1;
	padding: 0px 10px 10px;
}
.footer h4 {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #434446;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 8px;
	margin-top: 15px;
}
.footer ul.footerLink {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer ul.footerLink li a {
	text-transform: uppercase;
	font-size: 13px;
	color: #434446;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
}
.copyright {
	background: #6e6d72;
	color: #fff;
	padding: 5px;
	font-size: 9px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.copyright span {
	color: #000;
}
.slider-coursel {
	height: auto;
	margin-bottom: 20px;
}
.slider-coursel .slider-img {
	margin-bottom: 10px;
}
.slider-coursel .thumb {
	margin-bottom: 10px;
	padding-left: 19px;
}
.slider-coursel h2 a {
	font-weight: 300;
	color: #717173;
	color: #000000;
	text-transform: uppercase;
	line-height: 35px;
}
.slider-coursel h2 a:hover {
	color: #f1991e;
	text-decoration: none;
}
.slider-coursel h3 {
	font-weight: 800;
	color: #f0991d;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 3px 0 8px;
	font-family: 'Raleway', sans-serif;
}
.slider-coursel h3 a {
	color: #f0991d;
}
.slider-coursel h3 a:hover {
	color: #f0991d;
	text-decoration:none;
}
.slider-coursel p {
	color: #4f4f51;
	font-weight: normal;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.slider-coursel a.readMore {
	color: #f0991d;
	border-bottom: 8px solid #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.slider-coursel a.readMore:hover {
	text-decoration: none;
	border-bottom: 8px solid #f0991d;
}
.activeSlide {
	background: #ffaa07 url("../img/active-slide.jpg") left bottom no-repeat;
}
.thumb img:hover, .activeSlide img {
	opacity: 0.4;
}
.treatment-3A {
	margin-bottom: 20px;
}
.treatment-3A a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
	width: 50%;
}
.treatment-3A a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.treatment-3A a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.treatment-3A p {
	color: #6b6b6d;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	font-family: "Open Sans", sans-serif;
	padding-right: 10px;
}
.treatment-3A .main-article {
	padding-bottom: 10px;
}
.treatment-3A .main-article .imageBlackBg {
	background: #000;
}
.treatment-3A .main-article .imageBlackBg h2 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 34px;
	font-family:"Josefin Sans", sans-serif;
	font-size:24px;
}
.treatment-3A .main-article .imageBlackBg p {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 22px;
}
.treatment-3A .main-article .mainArticleImage {
	float: left;
	height: 185px;
	overflow: hidden;
}
.treatment-3A .main-article .mainArticleImage:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}
.treatment-3A .main-article h3 {
	margin-bottom: 5px;
	margin-top: 10px;
}
.treatment-3A .main-article h3 a {
	font-weight: 800;
	margin: 0px;
	color: #6e6e70;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}
.treatment-3A .main-article h3 a:hover, .treatment-3A .main-article h4 a:hover {
	color:#f0991d;
}
.treatment-3A .main-article h4, .treatment-3A .main-article h4 a {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
}
.treatment-3A .main-article a.readMore {
	color: #f0991d;
	border-bottom: 8px solid #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.treatment-3A .main-article a.readMore:hover {
	text-decoration: none;
	border-bottom: 8px solid #f0991d;
}
.treatment-3A .sub-article {
	padding: 0;
}
.treatment-3A .sub-article h3 a:hover {
	color: #f0991d;
	text-decoration: none;
}
.treatment-3A .sub-article h4 {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.treatment-3A .sub-article .colPadding {
	padding-bottom: 10px;
}
.treatment-3A .sub-article .imgOverlay:hover {
	border: 8px solid #f0991d;
}
.treatment-3A .filter {
	clear: both;
	padding-top: 0px;
                   padding-bottom:10px;
}
.treatment-3A .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.treatment-3A .filter span {
	color: #000;
	font-size: 13px;
}
.treatment-3A .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.treatment-3A .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.treatment-3B {
	margin-bottom: 20px;
}
.treatment-3B a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
	width: 50%;
}
.treatment-3B a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.treatment-3B a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.treatment-3B p {
	color: #6b6b6d;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	font-family: "Open Sans", sans-serif;
}
.treatment-3B .main-article {
	padding-bottom: 10px;
}
.treatment-3B .main-article .imageBlackBg {
	background: #000;
}
.treatment-3B .main-article .imageBlackBg h2 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	padding: 29px 10px 0px 10px;
	line-height: 34px;
	float: right;
	font-size: 28px;
}
.treatment-3B .main-article .mainArticleImage {
	float: left;
}
.treatment-3B .main-article .mainArticleImage:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}
.treatment-3B .main-article h3 {
	font-weight: 800;
	margin: 0px;
	color: #6e6e70;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: 'Raleway', sans-serif;
}
.treatment-3B .main-article h4 {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.treatment-3B .main-article a.readMore {
	color: #f0991d;
	border-bottom: 8px solid #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.treatment-3B .main-article a.readMore:hover {
	text-decoration: none;
	border-bottom: 8px solid #f0991d;
}
.treatment-3B .sub-article {
	padding: 0;
}
.treatment-3B .sub-article h3 a {
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	color: #6e6e70;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 22px;
	font-family: 'Raleway', sans-serif;
}
.treatment-3B .sub-article h3 a:hover {
	color: #f0991d;
	text-decoration: none;
}
.treatment-3B .sub-article h4 {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.treatment-3B .sub-article .colPadding {
	padding-bottom: 10px;
}
.treatment-3B .sub-article .imgOverlay:hover {
	border: 8px solid #f0991d;
}
.treatment-3B .filter {
	clear: both;
	padding-top: 0px;
                   padding-bottom:10px;
}
.treatment-3B .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.treatment-3B .filter span {
	color: #000;
	font-size: 13px;
}
.treatment-3B .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.treatment-3B .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.treatment-1A {
	margin: 0 0 20px 0;
}
.treatment-1A a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
}
.treatment-1A a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.treatment-1A a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.treatment-1A .imageBlackBg {
	background: #000;
	margin: 0px 0 10px 0;
}
.treatment-1A .imageBlackBg h2 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 34px;
	padding: 10px;
	font-family: 'Josefin Sans', sans-serif;
	font-size:24px;
}
.treatment-1A .imageBlackBg p {
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	padding: 0 10px 10px;
	letter-spacing: 1px;
}
.treatment-1A .mainImg-1A {
	width: 100%;
}
.treatment-1A .mainImg-1A:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}
.treatment-1A p.para {
	color: #6b6b6d;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	font-family: "Open Sans", sans-serif;
}
.treatment-1A .filter {
	clear: both;
	padding-top: 10px;
                   padding-bottom:10px;
}
.treatment-1A .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.treatment-1A .filter span {
	color: #000;
	font-size: 13px;
}
.treatment-1A .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.treatment-1A .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.treatment-1B {
	margin-bottom: 20px;
}
.treatment-1B a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
}
.treatment-1B a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.treatment-1B a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.treatment-1B .imgOverlay:hover {
	border: 8px solid #f0991d;
}
.treatment-1B .filter {
	clear: both;
	padding-top: 10px;
                   padding-bottom:10px;
}
.treatment-1B .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.treatment-1B .filter span {
	color: #000;
	font-size: 13px;
}
.treatment-1B .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.treatment-1B .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.treatment-1B h3, .treatment-1A h3, .treatment-2A h3, .treatment-3A h3 {
	font-size: 16px;
}
.treatment-1B h3 a, .treatment-1A h3 a, .treatment-2A h3 a, .treatment-3A h3 a {
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	color: #6e6e70;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.treatment-1B h3 a:hover, .treatment-1A h3 a:hover {
	color: #f0991d;
	text-decoration: none;
}
.treatment-1B h4 {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.treatment-1B p {
	color: #6b6b6d;
	font-size: 14px;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	margin-top: 5px;
}
.treatment-2A {
	margin-bottom: 20px;
}
.treatment-2A a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
}
.treatment-2A a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.treatment-2A a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.treatment-2A .imgOverlay:hover {
	border: 8px solid #f0991d;
}
.treatment-2A .filter {
	clear: both;
	padding-top: 10px;
                   padding-bottom:10px;
}
.treatment-2A .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.treatment-2A .filter span {
	color: #000;
	font-size: 13px;
}
.treatment-2A .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.treatment-2A .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.treatment-2A h4 {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.treatment-2A p {
	color: #6b6b6d;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	font-family: "Open Sans", sans-serif;
}
.treatment-2A a.readMore {
	color: #f0991d;
	border-bottom: 8px solid #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.treatment-2A a.readMore:hover {
	text-decoration: none;
	border-bottom: 8px solid #f0991d;
}
.treatment-2A .firstcharacter {
	float: left;
	font-size: 50px;
	/*  line-height: 60px;*/
  line-height: 35px;
	padding-right: 8px;
	padding-left: 3px;
	color: #000;
}
.treatment-2A .main-image {
	margin-bottom: 15px;
}
.treatment-2A .sub-section-2A {
	margin-top: 20px;
}
.treatment-2A .sub-section-2A h3 a:hover {
	color: #f0991d;
	text-decoration: none;
}
.treatment-2A .sub-section-2A h4 {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.treatment-2A .sub-section-2A p {
	color: #6b6b6d;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.box {
	margin-bottom: 20px;
}
.video {
	margin-bottom: 10px;
	height:188px;
	overflow:hidden;
}
.adSpace {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}
a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
}
a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.popTenBox {
	padding: 0px 5px 10px;
}
.popTenList {
	counter-reset: my-badass-counter;
}
.popTenList dt {
	position: relative;
	font: 400 14px 'Playfair Display', serif;
	padding: 4px 0 10px 0;
	padding-left: 50px;
	letter-spacing: 1px;
}
.popTenList dt:hover {
	color: #f0991d;
}
.popTenList dt:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	left: 0;
	top: 0;
	font: 300 50px/1 'Josefin Sans', sans-serif;
	color: #f0991d;
}
.popTenList dd {
	margin-bottom: 30px;
}
.popTenBlackBg {
	background: #000;
	color: #fff;
	padding: 10px;
	display: block;
	width: auto;
	margin-top: 10px;
	margin-left: 50px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.popTenBlackBg:hover {
	background: #414042;
}
.popTenBlackBg a.poptenLink {
	color: #f0991d;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 13px;
}
.popTenBlackBg a.poptenLink:hover {
	text-decoration: none;
}
.popTenBlackBg a.poptenLink span {
	margin-bottom: 0px;
	display: block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.filter {
	clear: both;
	padding-top: 10px;
                   padding-bottom:10px;
}
.filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.filter span {
	color: #000;
	font-size: 13px;
}
.filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.filter i {
	margin-left: 20px;
	font-weight: normal;
}
.towerAdSpace {
	color: #fff;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.mixedMediaBox {
	margin-bottom: 5px;
}
.blackHeading {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.blackHeading span {
	color: #6b6b6d;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
}
.blackHeading a {
	color: #f0991d;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}
.blackHeading a.mixTitle {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.blackHeading a.mixTitle:hover {
	color: #f0991d;
}
.blackHeading a:hover {
	text-decoration: none;
}
.blackHeading:hover {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	color: #f0991d;
}
.rolloverHeading {
	font-weight: 800;
	margin: 0px;
	color: #f0991d;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	margin-left: 20px;
	font-family: 'Raleway', sans-serif;
}
.rolloverHeading span {
	color: #6b6b6d;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
}
.rolloverHeading a {
	color: #f0991d;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}
.rolloverHeading a:hover {
	text-decoration: none;
}
.rolloverCircle {
	/*color: #f0991d;*/
  color:#FFFFFF;
	font-size: 18px;
	margin-top: 2px;
}
.pmPicks {
	margin-top: 10px;
}
p.para {
	color: #6b6b6d;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
a.readMore {
	color: #f0991d;
	border-bottom: 8px solid #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
a.readMore:hover {
	color: #f0991d;
	text-decoration: none;
	border-bottom: 8px solid #f0991d;
}
.rightTreatmentBg {
	width: 100%;
	background: #000;
}
.rightTreatmentBg h2 {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 10px;
	line-height: 24px;
	font-size: 22px;
}
.rightTreatmentBg p {
	color: #fff;
	font-weight: normal;
	padding: 0px 10px 15px 10px;
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 0px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	letter-spacing: 1px;
}
.rightTreatmentImage {
	width: 100%;
}
.rightTreatmentImage:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}
.p-0 {
	padding: 0px;
}
.p-lr-0 {
	padding-left: 0px;
}
.all {
	margin-top: 20px;
}
.smallAd {
	height: 100px;
	padding: 30px 40px 0px 40px;
	background: #cdcfd0;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
.rightSidebar h3.blackHeading {
	margin-bottom: 10px;
	margin-left: 20px;
}
.blog {
	margin-bottom: 20px;
}
.blog a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
}
.blog a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.blog a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.blog .imgOverlay:hover {
	border: 8px solid #f0991d;
}
.blog .filter {
	clear: both;
	padding-top: 10px;
                   padding-bottom:10px;
}
.blog .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.blog .filter span {
	color: #000;
	font-size: 13px;
}
.blog .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.blog .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.blog h2 {
	font-size: 16px;
}
.blog h2 a {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	margin-top: 0px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
}
.blog h2 a:hover {
	color: #f0991d;
	text-decoration: none;
}
.blog h3 {
	font-weight: normal;
	color: #6d6e71;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
}
.blog .blog-img {
	margin-bottom: 10px;
}
.blog p {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
	font-family:'Raleway', sans-serif;
}
.blog a.readMore {
	color: #f0991d;
	border-bottom: 8px solid #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.blog a.readMore:hover {
	text-decoration: none;
	border-bottom: 8px solid #f0991d;
}
.blog .firstcharacter {
	float: left;
	font-size: 50px;
	line-height: 28px;
	padding-right: 8px;
	color: #000;
}
.blog ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.blog ul li {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 9px 0 0px;
	font-family: 'Raleway', sans-serif;
}
.blog ul li span {
	color: #6b6b6d;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.blog ul li:hover {
	color: #f0991d;
}
.reviews {
	margin-bottom: 15px;
}
.reviews a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
}
.reviews a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.reviews a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.reviews .filter {
	clear: both;
	padding-top: 10px;
                   padding-bottom:10px;
}
.reviews .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.reviews .filter span {
	color: #000;
	font-size: 13px;
}
.reviews .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.reviews .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.features-section {
	margin-bottom: 15px;
	clear:both;
}
.features-section a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
}
.features-section a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.features-section a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.features-section .filter {
	clear: both;
	padding-top: 10px;
                   padding-bottom:10px;
}
.features-section .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.features-section .filter span {
	color: #000;
	font-size: 13px;
}
.features-section .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.features-section .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.features-section .imgOverlay {
	float: left;
	margin-bottom: 10px;
}
.features-section .imgOverlay:hover {
	border: 8px solid #f0991d;
}
.features-section .features-text {
	float: right;
	padding: 0px 0px 20px 15px;
}
.features-section h2 {
	font-size: 24px;
	margin-bottom: 5px;
	font-weight:400;
	margin-top:10px;
}
.features-section h2 a {
	font-weight: 600;
	margin: 0px;
	color: #6e6e70;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}
.features-section h2 a:hover {
	color: #f0991d;
	text-decoration: none;
}
.features-section h3 {
	font-weight: 400;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.features-section p {
	color: #6d6e71;
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: "Open Sans", sans-serif;
}
.features-section p.featauth, .features-section p.featauth a {
	color:#f0991d;
}
.features-section p.featauth a:hover {
	color:#f0991d;
	text-decoration:none;
}
.features-section a.readMore {
	color: #f0991d;
	border-bottom: 8px solid #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.features-section a.readMore:hover {
	text-decoration: none;
	border-bottom: 8px solid #f0991d;
}
.features-longDesc {
	margin-top: 10px;
}
.news-section {
	margin-bottom: 15px;
}
.news-section a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
	outline:0;
}
.news-section a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.news-section a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.news-section a.boxHeading:visited {
	outline:0;
	text-decoration: none;
}
.news-section .filter {
	clear: both;
	padding-top: 10px;
                   padding-bottom:10px;
}
.news-section .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.news-section .filter span {
	color: #000;
	font-size: 13px;
}
.news-section .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.news-section .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.news-section .imgOverlay {
	float: right;
}
.news-section .imgOverlay:hover {
	border: 8px solid #f0991d;
}
.news-section .news-listing {
	float: left;
	padding-right: 15px;
}
.news-section .panel-title > a {
	font-weight: 800;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.news-section .panel-title > a span.expandMore {
	font-weight: normal;
	color: #f0991d;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 20px;
	float: right;
}
.news-section .panel-title > a:hover {
	text-decoration: none;
	color: #f0991d;
}
.news-section .panel-body {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #6d6e71;
	letter-spacing: 1px;
}
.news-section .panel-default .panel-heading {
	background: none;
	padding: 0px;
	border: none;
}
.news-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 0px 0 0px;
}
.news-section .panel-group {
	margin-bottom: 0px;
}
.news-section .panel-group .panel {
	border: none;
	border-radius: 0px;
}
.news-section .panel-group .panel-default {
	border-bottom: 1px solid #ddd;
	padding: 4px 0 9px;
}
.event-section {
	margin-bottom: 15px;
}
.event-section a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
	outline:0;
}
.event-section a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.event-section a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.event-section a.boxHeading:visited {
	outline:0;
	text-decoration: none;
}
.event-section .filter {
	clear: both;
	padding-top: 10px;
                   padding-bottom:10px;
}
.event-section .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.event-section .filter span {
	color: #000;
	font-size: 13px;
}
.event-section .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.event-section .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.event-section .imgOverlay {
	float: right;
}
.event-section .imgOverlay:hover {
	border: 8px solid #f0991d;
}
.event-section .event-listing {
	float: left;
	padding-right: 15px;
}
.event-section .panel-title > a {
	font-weight: 800;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.event-section .panel-title > a span.expandMore {
	font-weight: normal;
	color: #f0991d;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 20px;
	float: right;
}
.event-section .panel-title > a:hover {
	text-decoration: none;
	color: #f0991d;
}
.event-section .panel-body {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #6d6e71;
	letter-spacing: 1px;
}
.event-section .panel-default .panel-heading {
	background: none;
	padding: 0px;
	border: none;
}
.event-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 0px 0 0px;
}
.event-section .panel-group {
	margin-bottom: 0px;
}
.event-section .panel-group .panel {
	border: none;
	border-radius: 0px;
}
.event-section .panel-group .panel-default {
	border-bottom: 1px solid #ddd;
	padding: 4px 0 9px;
}
.eventlisthead > a {
	color: #6d6e71;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
}
.eventlisthead > a:hover {
	text-decoration:none;
}
.eventlisthead > a span.expandMore {
	color: #f0991d;
	float: right;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
}
.sidebar-review {
	margin-bottom: 20px;
}
.sidebar-review a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
}
.sidebar-review a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.sidebar-review a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.sidebar-review .filter {
	clear: both;
	padding-top: 10px;
                   padding-bottom:10px;
}
.sidebar-review .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.sidebar-review .filter span {
	color: #000;
	font-size: 13px;
}
.sidebar-review .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.sidebar-review .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.sidebar-review .review-img {
	padding-bottom: 15px;
}
.sidebar-review img {
	float: left;
}
.sidebar-review .review-text {
	padding-left: 20px;
}
.sidebar-review h3 {
	font-size: 16px;
}
.sidebar-review h3 a {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.sidebar-review h3 a:hover {
	color: #f0991d;
	text-decoration: none;
}
.sidebar-review p {
	color: #6d6e71;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
}
.media-section {
	margin-bottom: 15px;
}
.media-section a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
}
.media-section a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.media-section a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.media-section .filter {
	clear: both;
	padding-top: 10px;
                   padding-bottom:10px;
}
.media-section .filter a {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/expand-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.media-section .filter span {
	color: #000;
	font-size: 13px;
}
.media-section .filter a:hover {
	text-decoration: none;
	background: url("../img/expand-bg-h.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.media-section .filter i {
	margin-left: 20px;
	font-weight: normal;
}
.review-banner {
	margin-bottom: 15px;
}
.review-banner .bannerImage {
	padding-bottom: 2%;
	position: relative;
	float:left;
	width:100%
}
.review-banner .bannerImage img {
	z-index: 1000;
}
.review-banner .bannerText {
	background: #000;
	margin: -20px 0% 0% 2%;
	width: 75%;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
	z-index: 2000;
	position: relative;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
}
.review-banner .bannerText a {
	color: #f0991d;
}
.review-banner .author {
	font-size: 12px;
	text-transform: uppercase;
	width:21%;
}
.review-banner .bannerLeft {
	width: 70%;
	padding-bottom: 10px;
	padding-right: 10px;
}
.review-banner .bannerRight {
	width: 30%;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
}
.review-banner .bannerRight span.likes {
	padding: 0 0px 0 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.review-banner h1, .review-banner h1 a {
	color: #000;
	font-size: 36px;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
}
.review-banner h3, .review-banner h3 a {
	color: #6d6e71;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
}
.review-banner ul {
	margin: 0px;
	padding: 0;
	background: #414042;
	list-style: none;
	padding: 2px 7px;
	margin-bottom: 15px;
}
.review-banner ul li {
	color: #eee;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
}
.review-banner ul li span {
	color: #fff;
}
.review-banner h4 {
	color: #f0991d;
	font-weight: 300;
	text-transform: uppercase;
}
.review-banner a.socialIcon {
	background: #f0991d;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 3px 0px;
	margin-left: 10px;
}
.review-banner p, .review-banner span {
	color: #414042;
}
.review-article {
	margin-bottom: 15px;
}
.review-article p {
	line-height: 1.8em;
	margin-bottom:25px;
}
.review-article .articleBox {
	background: #e9eaeb;
	border: 3px solid #cdcfd0;
	padding: 10px;
	margin: 5px 0 5px 15px;
	width: 35%;
}
.review-article .articleBox p {
	line-height: 20px;
	font-family: 'Oswald', sans-serif;
	color: #6d6e71;
}
.review-article h3 {
	font-weight: 800;
	color: #6d6e71;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	margin-top: 10px;
	font-family: 'Raleway', sans-serif;
}
.review-article h4 {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 5px;
	font-family: 'Raleway', sans-serif;
}
.review-article h5 {
	font-weight: 800;
	color: #f0991d;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 5px;
	font-family: 'Raleway', sans-serif;
}
.review-article .articleDropCap {
	background: #cdcfd0;
	padding: 15px;
	margin: 0px 10px 10px;
	width: 30%;
	font-family: 'Raleway', sans-serif;
}
.review-article .firstcharacter {
	float: left;
	font-size: 40px;
	line-height: 40px;
	padding-right: 3px;
	padding-left: 3px;
	color: #000;
}
.review-article .inline {
	display: inline-block;
	margin-right: 10px;
}
.review-article .rating i {
	color: #f0991d;
	margin-right: 2px;
}
.review-article .rating i.grayIcon {
	color: #afb1b4;
}
.review-article .share {
	margin-top: 20px;
	padding-bottom: 10px;
}
.review-article .share span {
	color: #f0991d;
}
.review-article .shareImage {
	width: 10%;
	padding-top: 5px;
	border: 1px solid #999;
}
.review-article .shareText {
	width: 90%;
	padding-left: 20px;
	font-size: 12px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}
.review-article.rating {
	margin: 20px 0px 0;
}
.social-share {
	color: #f0991d;
	display: block;
	text-transform: uppercase;
	background: url("../img/social-share-bg.png") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	width: 50%;
	margin: 20px 0px 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.social-share span {
	color: #000;
	font-size: 13px;
}
.social-share span.pull-right {
	margin-top: -7px;
}
.social-share a {
	background: #f0991d;
}
.comments {
	margin-bottom: 15px;
	margin-top: 15px;
}
.comments a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
}
.comments a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.comments a.boxHeading span.gray-color {
	color: #383839;
}
.comments a.boxHeading i {
	color: #fff;
	margin-left: 5px;
}
.comments a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.comments .comment-img {
	width: 10%;
	float: left;
}
.comments .comment-textarea {
	width: 90%;
	float: right;
	padding-left: 10px;
}
.comments .comment-textarea textarea {
	width: 100%;
	height: 62px;
	padding: 20px;
	color: #383839;
	font-style: italic;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
}
.related-article {
	margin: 20px 0 15px;
}
.related-article a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
}
.related-article a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.related-article a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.related-article img {
	margin-bottom: 20px;
}
.related-article h4 a {
	margin-bottom: 0px;
	font-weight: 400;
	text-transform: uppercase;
	color: #414042;
	margin-bottom: 5px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
}
.related-article h4 a:hover {
	color: #f0991d;
	text-decoration:none;
}
.related-article p {
	margin-bottom: 10px;
	font-weight: 300;
	text-transform: uppercase;
	color: #414042;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}
.related-article .imgOverlay:hover {
	border: 8px solid #f0991d;
}
.searchResult-title {
	font-size: 26px;
	color: #879095;
	font-weight: normal;
	margin-bottom: 20px;
}
.artists {
	margin: 0 0 15px;
}
.artists a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
	width: 50%;
}
.artists a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.artists a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
}
.artists h4 {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 15px;
}
.artists h4 a {
	color:#000;
}
.artists h4 a:hover {
	color: #f0991d !important;
	text-decoration:none;
}
.artists h4 span.resttext {
	font-weight: 300;
	font-size: 14px;
	color: #414042;
	font-family: 'Oswald', sans-serif;
}
.artists h4 span.underline {
	border-bottom: 4px solid #f0991d;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.review-results {
	margin: 0 0 15px;
}
.review-results a.boxHeading {
	background: #cdcfd0;
	height: 30px;
	padding: 6px 8px 5px 8px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
	width: 50%;
}
.review-results a.boxHeading span {
	color: #fff;
	margin-right: 8px;
}
.review-results a.boxHeading:hover {
	background: #f0991d;
	text-decoration: none;
	color:#000;
}
.review-results h4 {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 27px;
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
}
.review-results h4 a {
	color:#000;
}
.review-results h4 a:hover {
	color: #f0991d;
	text-decoration:none;
}
.review-results h4 span.resttext {
	font-weight: 300;
	font-size: 14px;
	color: #414042;
	font-family: 'Oswald', sans-serif;
}
.review-results h4 span.underline {
	border-bottom: 4px solid #f0991d;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.review-results .imgOverlay:hover {
	border: 8px solid #f0991d;
}
.review-inner {
	margin-bottom: 15px;
}
.w-20 {
	width: 20%;
}
.w-80 {
	width: 80%;
	padding-left: 20px;
}
.p-relative {
	position: relative;
}
.search-popover {
	position: absolute;
	top: 43px;
	right: 100px;
	width: 400px;
	background: #fff;
	z-index: 20000;
	padding: 15px;
	border: 2px solid #afb1b4;
	display:none;
}
.search-popover h4 {
	font-weight: 800;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: 'Raleway', sans-serif;
}
.search-popover i {
	color: #f0991d;
}
.search-popover p {
	font-weight: 300;
	color: #383839;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
}
.search-popover p a {
	font-weight: 300;
	color: #383839;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	font-family: 'Oswald', sans-serif;
}
.search-popover p a:hover {
	color: #f0991d;
	text-decoration:none;
}
.search-popover .search-tooltip {
	position: absolute;
	top: -12px;
	background: url("../img/tooltip.png") no-repeat;
	width: 28px;
	height: 14px;
	right: 50px;
}
.news-ticker {
	position: absolute;
	background: #cdcfd0;
	width: 100%;
	top: 0px;
	z-index: 9999;
	text-align:center;
}
.news-ticker a {
	padding: 0px 10px 0px 10px;
	color: #000;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 20px;
}
.news-ticker span {
	color: #fff;
	padding: 0px 10px;
}
.thumbvisible-phone {
	margin-top: 20px;
}
.thumbvisible-phone .activeSlide {
	margin-left: 16px;
}
.thumbvisible-phone .slider-coursel .thumb {
	margin-left: 16px;
}
.thumbvisible-phone .slider-text {
	margin-bottom:30px;
}
@media (max-width: 767px) {
	.navbar-nav li.orangeRecent {
		margin-right: 0px;
	}
	.treatment-3A a.boxHeading,  treatment-3B a.boxHeading {
		width: 100%;
	}
	.colPadding {
		padding-bottom: 20px;
	}
	.navbar {
		min-height: 70px;
	}
	.navbar .navbar-right {
		height: auto;
		margin: 7.5px -1px;
		width: auto;
		float: none;
		display: block;
	}
	html body .main-content {
		padding-top: 100px;
	}
	.navbar-collapse {
		overflow-x: visible;
	}
	#OuterWrapper {
		width:auto;
	}
}
.navbar-toggle {
	margin-right: 30px;
}
.navbar-right .menu-search {
	display: none;
}
 @media (max-width: 809px) {
.navbar {
	min-height: 70px;
}
.navbar .navbar-right {
	height: auto;
	margin: 7.5px -1px;
	width: auto;
	float: none;
	display: block;
}
.navbar-right .menu-search {
	display: block;
}
.collapsed {
	display: block !important;
}
html body .main-content {
	padding-top: 100px;
}
.navbar-collapse {
	overflow-x: visible;
}
.navbar-nav {
	float: none;
	display: block;
}
.navbar-nav > li {
	float: none;
	display: block;
}
.navbar-toggle {
	display: block;
}
body .container .main-content {
	padding-top: 60px;
}
.navbar {
	padding: 9px 0 0px;
	min-height: 60px;
}
.smallHeader .navbar {
	padding: 14px 0 5px;
}
.ReBlackBox .ReviewTextBox, .ReGrayBox .ReviewTextBox {
	padding:5px !important;
	font-size:10px !important;
	line-height:12px !important;
	height:122px;
}
.Leftblackbox {
	padding:28px 10px 29px !important;
	height:119px !important;
}
.RewViewRText {
	padding:5px 10px !important;
	height:118px !important;
}
.OrgbgText {
	font-size:6px !important;
	line-height:10px !important;
	padding:3px !important;
	height:79px !important;
}
.review-article iframe, .media-section iframe {
	width:472px !important;
}
.RelatedImgDiv {
	height:96px !important;
	margin-bottom:15px !important;
}
.Leftblackbox, .RrightImg {
	font-size: 12px !important;
}
.view p{
	font-size: 8px !important;
	height:82px !important;
}
#OuterWrapper {
	width:auto;
}
}
@media (max-width: 420px) {
.logo {
	background: url("../img/small-logo.png") no-repeat;
	width: 180px;
	height: 26px;
	margin-top: 10px;
}
.ReBlackBox .ReviewTextBox, .ReGrayBox .ReviewTextBox {
	padding:10px !important;
	font-size:12px !important;
	line-height:16px !important;
	height:145px;
}
.Leftblackbox {
	padding:20px 5px !important;
	font-size:9px !important;
	line-height:14px !important;
	height:72px !important;
}
.RrightImg {
	font-size:9px !important;
	line-height:14px !important;
}
.OrgbgText {
	height:48px !important;
}
.Leftblackbox span, .RrightImg span {
	font-size:9px !important;
}
.RrightImg .RewViewRText {
	padding:5px !important;
	height: 73px !important;
}
.review-article iframe, .media-section iframe {
	width:291px !important;
}
.review-banner .bannerRight, .review-banner .bannerLeft {
	width:100% !important;
	text-align:left !important;
}
.review-banner .bannerRight span.likes {
	margin-right:10px;
}
.review-banner a.socialIcon {
	margin-left:0px;
}
.RelatedImgDiv {
	height:50px !important;
	margin-bottom:10px !important;
}
.related-article h4 a {
	font-size:11px !important;
}
}
img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
/*# sourceMappingURL=site.css.map */


.OrgBox {
	float:left;
	background:#F0991D;
}
ul.sidebloglist li a {
	color:#000000;
}
.panel {
	border:none;
	box-shadow:none;
}
.imgOverlay:hover {
	border:none !important;
	outline: 8px solid #f0991d;
	outline-offset:-8px;
}
.bannerRight li a {
	color:#FFFFFF;
}
.bannerRight h4 a {
	color:#f0991d;
}
.mixedvideo {
	height:178px;
	overflow:hidden;
}
.BulletListItem img {
	width:auto;
}
.BulletListItem a {
	color: #f0991d;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
..navbar-nav.navbar-right:last-child {
margin-right:0px;
}
.sidebloglist a:hover {
	text-decoration:none;
	color: #f0991d;
}
h3.featuredtitle a {
	color: #6e6e70;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 24px;
	margin: 10px 0 5px;
	text-transform: uppercase;
	text-decoration:none;
}
h3.featuredtitle a:hover {
	color: #f0991d;
}
h3.featuredArtist, h3.featuredArtist a {
	color: #4f4f51;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-decoration:none;
}
.blackHeading1 {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.blackHeading1 span {
	color: #6b6b6d;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
}
.blackHeading1 a {
	color: #f0991d;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}
.blackHeading1 a.mixTitle {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.blackHeading1 a.mixTitle:hover {
	color: #f0991d;
}
.blackHeading1 a:hover {
	text-decoration: none;
}
.blackHeading1:hover {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	color: #f0991d;
}
.rightSidebar h3.blackHeading1 {
	margin-bottom: 10px;
	margin-left: 20px;
}
.catSidebar {
	padding:10px;
	background-color:#e9eaeb;
	border: 3px solid #cdcfd0;
	margin: 5px 0 5px 15px;
	overflow:hidden;
}
.articleBox h1, .articleBox h2 {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight: 800;
	color:#000;
	text-transform:uppercase;
}
.articleBox h1 {
	padding:5px 0px;
	color: #6d6e71;
}
.articleBox h1 a, .articleBox h1 a:hover {
	color: #6d6e71;
	text-transform:uppercase;
	text-decoration:none;
}
.articleBox h5 a, .articleBox h5 a:hover {
	color: #f0991d;
	text-transform:uppercase;
	text-decoration:none;
}
.articleBox h2 a, .articleBox h2 a:hover {
	color:#000;
	text-decoration:none;
}
.articleBox h3 {
	font-family: "Oswald", sans-serif;
	font-size:14px;
	font-weight: normal;
	color: #6d6e71;
	line-height:20px;
	margin:5px 0px 10px;
}
.ThumbsSquare {
	width:103px;
	height:103px;
	overflow:hidden;
}
.ThumbsSquare img {
	min-width:103px;
	min-height:103px;
	width:100%;
	height:100%;
}
.NewListBox {
	float:left;
	width:100%;
	border-bottom: 1px solid #ddd;
	padding: 4px 0 9px;
}
.newslisthead > a {
	color: #6d6e71;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
}
.newslisthead > a:hover {
	text-decoration:none;
}
.activenew a {
	color:#000;
}
.ContentBox {
	color: #6d6e71;
	font-family:"Open Sans", sans-serif;
	font-weight: 300;
}
.newslisthead > a span.expandMore {
	color: #f0991d;
	float: right;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
}
.RecentHead {
	font-size:24px;
	font-weight: 400;
	color: #414042;
	clear:both;
}
.recentleft h2 {
	font-size:16px;
}
.recentleft h2 a {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
}
.recentleft h2 a:hover {
	text-decoration:none;
	color: #f0991d;
}
.recentleft p {
	color: #f0991d;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-transform: uppercase;
	margin:0;
}
.recentleft p a {
	color: #f0991d;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-transform: uppercase;
}
.recentleft p a:hover {
	text-decoration:none;
}
.recentleft h3 {
	color: #6d6e71;
	font-family: "Oswald", sans-serif;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
}
.recentlist {
	margin:15px 0px 30px 0px;
	float:left;
	width:100%;
}
.features-text ul {
	background: none repeat scroll 0 0 #414042;
	list-style: outside none none;
	margin: 0;
	padding: 0px 7px;
	margin-top:13px;
	float:right;
	padding-left:20px;
}
.features-text li {
	color: #eee;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	line-height:normal;
	color: #BBB;
}
.features-text li span {
	color: #fff;
	padding:0 3px;
}
.features-text li a, .features-text li a:hover {
	color: #BBB;
	text-decoration:none;
}
.PageNavigationContainer {
	background: url("../img/pagination-bg.png") repeat-x scroll left bottom;
	border: medium none;
	font-size: 12px;
	outline: medium none;
	padding: 2px 4px 10px;
	margin-bottom:15px;
	color: #6d6e71;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
float:display:inline-block;
}
.PageNavigationContainer:hover {
	background: url("../img/pagination-bg-h.png") repeat-x scroll left bottom;
}
.PageNavigationContainer strong {
	padding-right:10px;
}
.PageNavigationContainer a {
	color: #f0991d;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	padding-right:10px;
}
.PageNavigationContainer a.next, .PageNavigationContainer a.prev {
	color: #f0991d;
	text-transform:uppercase;
}
.PageNavigationContainer a.next span {
	color: #6d6e71;
	text-transform:uppercase;
	padding-right:30px;
}
.PageNavigationContainer a.prev span {
	color: #6d6e71;
	text-transform:uppercase;
	padding-left:30px;
}
.PageNavigationContainer a:hover {
	text-decoration:none;
}
.ArticleContentContainer h2 {
	font-family:"Raleway", sans-serif;
	font-size:16px;
	font-weight:800;
	color:#000;
	text-transform:uppercase;
}
.ArticleContentContainer td, .ArticleContentContainer th {
	padding:10px;
}
.ArticleContentContainer a {
	color: #f0991d;
}
.ArticleContentContainer a:hover {
	color: #f0991d;
	text-decoration:none;
}
div.ArticleContentContainer p {
	line-height: 1.8em;
}
.contributor-section h5, .contributor-section h6 {
	color: #000;
	font-size:14px;
	font-weight:600;
	font-family:"Raleway", sans-serif;
}
.contributor-section h4 {
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:800;
	font-size:16px;
	color:#000;
	font-family:"Raleway", sans-serif;
	clear:both;
	padding-top:10px;
}
.contributor-section h6 {
	font-size:13px;
}
.contributor-section ul {
	list-style:none;
	padding:0px;
	color:#6d6e71;
}
.contributor-section ul li a {
	padding:0px;
	color: #6d6e71;
}
.contributor-section ul li a:hover {
	text-decoration:none;
	color: #f0991d;
}
.contributor-section ul.authorsList li {
	float:left;
}
.contribName {
	font-weight:800;
	font-size:16px;
	font-family:"Raleway", sans-serif;
	text-transform:uppercase;
}
.contribTitle {
	color: #6d6e71;
	font-weight:600;
	font-size:16px;
	font-family:"Raleway", sans-serif;
}
.imageEmbedLeft {
	width:150px;
	float:left;
	margin-right:10px;
}
.margintop20 {
	margin-top:20px;
}
.treatment-1A h4 {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
}
.TagsBox {
	margin-bottom:30px;
}
.TagsBox a, .TagsBox a:hover, .shareText a, .shareText a:hover {
	color:#f0991d;
	text-decoration:none;
}
.BreadcrumbsContainer li a, .BreadcrumbsContainer li a:hover {
	color:#BBBBBB;
	text-decoration:none;
}
.BreadcrumbsContainer ul {
	float:right;
	background: none repeat scroll 0 0 #414042;
	list-style: outside none none;
	margin: 0 0 15px;
	padding: 2px 7px;
	padding-left:30px;
}
.BreadcrumbsContainer ul li {
	color: #eee;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}
p.lsItemNr {
	color: #f0991d;
	float: left;
	font-family: "Arial Narrow", "Arial MT Condensed Light", sans-serif;
	font-size: 45px;
	font-weight: bold;
	padding: 0 10px 10px 0;
}
.review-article img {
	width:auto;
}
 @media (min-width: 768px) {
.left-main-col {
	width: 64.9%;
	padding-right: 10px;
}
.right-main-col {
	width: 35.10%;
	padding-left: 10px;
}
.review-article iframe, .media-section iframe {
	width:603px;
}
}
@media (min-width: 992px) {
.left-main-col {
	width: 66.6%;
	padding-right: 10px;
}
.right-main-col {
	width: 33.4%;
	padding-left: 10px;
}
}
.artists-banner .bannerLeft {
	width: 50%;
	padding-bottom: 10px;
	padding-right: 10px;
}
.artists-banner .bannerRight {
	width: 50%;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
}
.artistartlst {
	font-weight: 800;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 27px;
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
}
.artistartlst span {
	color: #414042;
	font-family: "Josefin Sans", sans-serif;
	text-transform:none;
	font-weight:400;
	font-size:14px;
}
.artiststop {
	margin-top:20px;
	margin-bottom:10px;
}
.PMBlogsSectionHead {
	margin-bottom:25px;
}
.BlogPostEntries {
	margin-top:10px;
	margin-bottom:50px;
}
.SideContainer2 .SectionTitle {
	font-weight:800;
	font-family:"Raleway", sans-serif;
	font-size:16px;
}
.SideContainer2 .BulletListItem a {
	font-weight:400;
	font-size:13px;
	text-transform:none;
	color:#414042;
	padding:5px 0px;
}
.SideContainer2 .BulletListItem a:hover {
	color: #f0991d;
}
#tellafriend_form h2 {
	padding:15px 0px;
}
.FeatSliderDiv {
	padding:0px 15px;
}
.FeatSliderDiv .activeSlide {
	background: #ffaa07;
	margin-left:0px;
}
.FeatSliderDiv .thumb {
	margin-left:0px;
	padding-left:0px;
}
.RelatedImgDiv {
	height:129px;
	overflow:hidden;
	margin-bottom:20px;
}
.ArchiveItem h3 {
	margin-top:10px;
}
.DateHead {
	margin-bottom:5px;
}
/*/////////////////////Review New CSS////////////////////////////////*/
.ReviewBox {
	float:left;
	width:100%;
	background:#000;
}
.Leftblackbox {
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 151px;
	text-transform: uppercase;
	width: 100%;
}
#bb {
	color:#000;
}
.Leftblackbox span {
	color: #fff;
	float: left;
	width: 100%;
}
.RrightImg {
	float:left;
	width:100%;
	bottom:0;
	background:#6e6d72;
	font-size: 15px;
	font-weight: bold;
}
.RewViewRText {
	height: 151px;
	text-transform: uppercase;
}
.RewViewRText span {
	color: #fff;
	float: left;
	width: 100%;
}
.ReBlackBox, .ReGrayBox {
	float:left;
	width:100%;
	background:#000;
	color: #7f7f81;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}
.ReGrayBox {
	background:#6e6d72;
	color:#000;
}
.ReBlackBox:hover, .ReGrayBox:hover {
	background:#F0991D;
	color:#000;
}
.ReBlackBox span, .ReGrayBox span {
	color:#FFF;
	width:100%;
	float:left;
	padding:3px 0px;
}
.ReviewTextBox {
	float:left;
	padding:0px 9px;
	height:152px;
}
.ReviewBox a {
	color:#000;
}
.ReviewBox .Leftblackbox {
	color: #7f7f81;
}
.ReBlackBox:hover img, .ReGrayBox:hover img, .Leftblackbox:hover img, .RrightImg:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.OrgbgText span {
	float:left;
	width:100%;
	color:#FFF;
}
.OrgbgText {
	background: none repeat scroll 0 0 #f1991e;
	color: #3e3d43;
	float: left;
	font-family: "Oswald";
	font-size: 10px;
	line-height: normal;
	overflow: hidden;
	height: 99px;
	text-transform: uppercase;
	padding:0px 5px;
}
.ReviewMidFix {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.RelPosn {
	position:relative;
}
.imageBlock .imageBox img {
	width:100%;
	margin:10px 0px;
}
#commCaptcha {
	margin-top:10px;
}
#commCaptcha img {
	width:auto;
	height:auto;
}
#commCaptcha b {
	font-weight:normal;
}
.author a, .author a:hover {
	color:#f0991d;
}
.treatment-1A .imageBlackBg a, .treatment-1A .imageBlackBg a:hover {
	color:#FFF;
}
.slider-text .dateStamp {
	font-family:"Oswald", sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:400;
}
h3.dateStamp, span.dateStamp {
	font-family:"Oswald", sans-serif !important;
	color:#000000 !important;
	font-size:12px !important;
	font-weight:400 !important;
	text-transform:none !important;
}
.BreadcrumbsContainer li span {
	color:#FFFFFF;
	padding:0px 3px;
}
.RelArtBox {
	height:285px;
	overflow:hidden;
	margin-bottom:5px;
}
.imageBox img {
	width:100% !important;
	height: auto !important;
}
.margin-bottom-15 {
	margin-bottom:15px;
}
.revTxtBlock {
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.Text3ABox {
	height:185px;
	padding-left:0px;
}
blockquote {
	font-size: 15px;
	padding: 0 20px;
	margin:5px 0px;
}
.DatabaseMoreLink img {
	width:auto;
	height:auto;
}
.MoreResults {
	float:right;
	color: #6e6e70;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 14px;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: uppercase;
	width:100%;
	text-align:right;
}
.MoreResults a span {
	color: #6e6e70;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 14px;
}
#pmMobSearch {
	margin:0px;
	border:none !important;
}

@media (min-width: 1200px){
.container {
  width: 960px;
  padding-right: 0;
  padding-left: 0;
}
}

@media screen and (min-width: 767px)
{

.container .jumbotron {
   margin-left: -5px !important;
  margin-right: -5px !important;
  padding: 0 !important;
}
}
div.lineDiv {
  border-bottom-color:#E5E5E5;
  border-bottom-style:solid;
  border-bottom-width:1px;
  clear:both;
  line-height:1px;
  margin:15px 0 30px;
  padding:6px 2px;
}

.BlogListContainer ul {
	list-style:none;
}
.authorBioBox{ 
font-size: 12px; 
color: #555; 
border-top: 1px solid #AAA; 
border-bottom: 1px solid #AAA; 
padding: 1em 0; 
clear: both;;
}
.authorBioBox p{ 
margin-top: 0px; 
}
.SourceText{
	font-size:13px;
	margin-bottom:3px;
}
.jumbotron iframe{
	border:none !important;
}

/************************************** SIDE TAKEOVERS ********************************/
div.site-left-takeover {
    min-height: 1080px;
    position: absolute;
    right: 100%;
    top: -220px;
    z-index: 0;
}
div.site-right-takeover {
    left: 100%;
    min-height: 1080px;
    position: absolute;
    top: -220px;
    z-index: 0;
}

/************************************** SIDE TAKEOVERS ********************************/