/*defaults*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body, p {
	font-family: 'Book Antiqua', Times New Roman, serif;
	color: #3f3f3f;
}
h1, h2, h3, h4, h5, h6, .system-message h1, .system-error-message h1, strong, b {
	color: #3f3f3f;
}
span.error:empty, small.error:empty {
	display: none;
}
.system-message, .system-error-message {
	background: none;
	border: none;
	margin: 0;
	color: #6e6460;
	padding: 0;
}
p {
	font-size: 17px;
}
p.lead {
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-style: italic;
	margin-bottom: 3rem;
}
.system-message h1, .system-error-message h1 {
	font-size: 36px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
h1 {
	letter-spacing: 10px;
}
h2 {
	letter-spacing: 10px;
}
h3 {
	letter-spacing: 10px;
}
h4 {
	letter-spacing: 2px;
}
h5 {
	font-weight: 500;
}
h6 {
	font-family: 'Book Antiqua', Times New Roman, serif;
	font-weight: 600;
	font-size: 14px;
}
a {
	color: #f34b67;
}
a:hover, a:focus, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus {
	color: #f5617a;
}
em, input[type="text"], textarea, select {
	font-family: 'Book Antiqua', Times New Roman, serif;
	font-style: italic;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], texarea, select, button {
	border-radius: 0;
	height: auto;
	border: 1px solid #ccc;
	padding: 11.5px 13px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], texarea, select {
	background: #fff;
}
label, input[type="text"], input[type="email"], input[type="password"] {
	font-family: "Book Antiqua", Times New Roman, serif;
	font-size: 14px;
	font-style: normal;
}
textarea {
	border-radius: 0;
	padding: 10px 13px;
}
ul, ol {
	margin: 0;
}
ul li {
	font-size: 14px;
	margin-bottom: 10px;
	list-style: inside;
}
ol li {
	list-style: outside none decimal;
}
.image-full {
	border: 1px solid #e7e7e7;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 2rem;
}
.image-full img {
	border: 9px solid #fff;
	float: left;
	height: auto;
	width: 100%;
}
.image-side {
	float: left;
	height: auto;
	margin-top: 50px;
	width: 100%;
}
.inner-text {
	background: none repeat scroll 0 0 #fff;
	border-left: 18px solid #fcc0ba;
	float: left;
	height: auto;
	margin-top: 70px;
	padding: 30px 40px 40px 0;
	width: 100%;
}
.inner-text p {
	color: #7d7d7d;
	font-style: italic;
	padding-left: 25px;
}
.inner-text p:before {
	content: url("_assets/img/dot-image.png");
}
/*modal*/
.reveal-modal {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	text-align: left;
}
.modal {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	padding: 2rem;
}
.dash {
	background: none repeat scroll 0 0 #666;
	height: 1px;
	margin: 20px auto;
	width: 30px;
}
/*buttons*/
.button, button, input[type="submit"], a#catshopbuy:link, a#catshopbuy:visited {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	background: none;
	letter-spacing: 2px;
	background: #f34b67;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
}
.button.secondary, button.secondary {
	background: #fff;
	color: #363636;
	border: 1px solid #e7e7e7;
}
.button.secondary:hover, button.secondary:hover {
	background: #e7e7e7;
}
.button.tertiary, button.tertiary {
	background: #363636;
	color: #fff;
}
.button.tertiary:hover, button.tertiary:hover {
	background: #222;
}
button:hover, .button:hover, button:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #ff627c;
	color: #fff;
	transition-duration: 0.5s;
}
.button.small {
	font-size: 15px;
}
.button.tiny {
	font-size: 13px;
	padding: 13px 20px;
}
input[type="submit"] {
	padding: 11px 20px;
	border: none;
	cursor: pointer;
}
/*header*/
header {
	position: absolute;
	z-index: 1000;
	width: 100%;
}
.contain-to-grid, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .contain-to-grid, .top-bar, .top-bar-section li:not(.has-form) a:not(.button), .top-bar.expanded .title-area {
	background: none;
}
.top-bar .toggle-topbar.menu-icon {
	margin-top: 5px;
	font-family: 'Montserrat', sans-serif;
}
.top-bar.expanded .toggle-topbar a {
	color: #FFFFFF;
}
.top-bar ul li {
	list-style: none;
}
.top-bar-section ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contain-to-grid .top-bar {
	top: 20px;
}
.top-bar-section ul {
	float: right;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	color: #f34b67;
	background: none;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none repeat scroll 0 0 #f34b67;
}
.top-bar-section ul li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	border-radius: 0;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
}
.top-bar-section li .dropdown li > a {
	font-size: 12px;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) > li a:not(.has-form) a:not(.button) {
	background: none;
	border-radius: 0;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	color: #535353;
	border-bottom: 1px solid #ccc;
	background: #f7f7f7;
}
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) .dropdown li.active:not(.has-form) a:not(.button) {
	background: #f34b67;
}
.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button) {
	background: #f34b67;
}
.top-bar .name {
	margin-left: 0.9375rem;
	margin-top: 0;
}
.top-bar .name img {
	max-width: 311px;
}
.top-bar-section .has-dropdown li > a {
	font-size: 14px;
	font-weight: 300;
}
.top-bar-section .has-dropdown > a:after {
	border-color: rgba(255, 255, 255, 0.75) transparent transparent;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	color: rgba(0, 0, 0, 0.45);
}
.top-bar-section ul li:hover:not(.has-form) > a {
	background: #f7f7f7;
	color: #535353;
}
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
	background: #f7f7f7;
	color: #f34b67;
}
.top-bar-section .dropdown {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
.contain-to-grid {
	padding: 25px 0 60px;
	background: none;
}
.utility-nav {
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.2);
}
.utility-nav ul, .utility-nav ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.utility-nav li {
	/*float: left;*/
	color: #fff;
	display: inline-block;
	font-family: "Book Antiqua", serif;
	font-size: 14px;
	padding: 14px 15px;
	position: relative;
}
.utility-nav li span {
	margin-right: 5px;
	color: #fff;
}
.utility-nav li a {
	color: #fff;
	display: inline-block;
	font-family: "Book Antiqua", serif;
	font-size: 14px;
	font-style: italic;
	padding: 14px 15px;
	position: relative;
}
.utility-nav li a:hover {
	background: #f34b67;
}
.utility-nav li:hover > a, .utility-nav li:hover > a span {
	color: #fff;
}
.cart {
	background: none repeat scroll 0 0 #f34b67;
	overflow: hidden;
	padding: 15px 10px;
}
.shopping-cart {
	color: #ffffff;
	display: block;
	font-family: "Book Antiqua", serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.shopping-cart a {
	color: #fff;
}
.shopping-cart span {
	margin-left: 5px;
}
.utility-nav .uty0, .utility-nav .uty1 {
	display: none;
}
table.cartSummaryTable {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin: 0;
	width: 100%;
}
td.cartSummaryItem {
	color: #FFFFFF;
	font-size: 16px;
	padding: 0;
	text-align: center;
}
/*pricing tables*/
.pricing-table {
	border: 2px solid #f34b67;
	margin-bottom: 30px;
}
.pricing-table .title {
	background: #f34b67;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 21px;
	padding: 30px 15px;
}
.pricing-table .title a {
	color: #fff;
}
.pricing-table .price {
	background: none;
	font-family: 'Montserrat', sans-serif;
}
.pricing-table .price p.small {
	margin-bottom: 10px;
}
/*side-nav*/
.side-nav {
	margin-bottom: 2rem;
	overflow: hidden;
	padding: 0;
}
.side-nav li, .side-panel ul li {
	list-style: outside;
	margin-bottom: 0;
}
.side-nav li a:not(.button), .side-panel ul li a {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	color: #8d8d8d;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	padding: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
}
.side-nav li.side-nav-title a:not(.button), .side-nav li.side-nav-title a:hover:not(.button), .side-panel h4 {
	background: none repeat scroll 0 0 #f7f7f7;
	color: #f34b67;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	padding: 15px;
	font-size: 12px;
	letter-spacing: 1px;
}
.side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button), .side-nav li.active > a:first-child:not(.button) {
	background: none repeat scroll 0 0 #f7f7f7;
	color: #3f3f3f;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	padding: 15px;
	font-size: 12px;
	letter-spacing: 1px;
}
/*search*/
.search {
	position: relative;
}
.search .fa {
	background: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: FontAwesome;
	font-weight: normal;
	height: 24px;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 22px;
	text-transform: none;
	top: 13px;
	width: 24px;
	opacity: 0.8;
}
.search .fa:hover, .search .fa:active {
	background: none;
	opacity: 1;
}
.search input[type="text"] {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 0;
	font-size: 14px;
	height: auto;
	margin: 0;
	padding: 8px 10px;
	position: relative;
	top: 8px;
	color: #fff;
}
.search input[type="text"]:focus {
	background: none;
}
/*slider*/

section.slider {
	position: relative;
}
.slick-slider {
	margin: 0;
	overflow: hidden;
}
.slick-slide img {
	width: 100%;
}
.slide-description {
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 1;
}
.slick-dots {
	bottom: 0px;
}
.slick-dots li button:before {
	color: #98918d;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #f34b67;
}
.slick-dots li button:before {
	font-size: 13px;
}
.hero-slider .slick-dots {
	bottom: 145px;
	margin: 0 0 0 25%;
	z-index: 1;
	text-align: left;
}
.hero-slider .slick-dots li button:before {
	content: none;
}
.hero-slider .slick-dots li {
	margin: 0 5px 0 0;
	width: auto;
}
.hero-slider .slick-dots li button {
	width: 50px;
	height: 5px;
	border-radius: 0;
	padding: 0;
	background: #fff;
}
.hero-slider .slick-dots li.slick-active button {
	background: none repeat scroll 0 0 #52cab3;
	height: 15px;
	top: -10px;
}
.slide-description span {
	z-index: 1;
	color: #c87492;
	font-size: 46px;
	float: left;
	margin: 0 15px 30px 0;
}
.slide-description h1, .slide-description h2 {
	color: #fff;
	font-weight: 100;
}
.slide-description h1.brown, .slide-description h2.brown {
	color: #6e6460;
}
.slide-description h1 {
	line-height: 72px;
	font-size: 62px;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.slide-description h2 {
	font-family: 'Montserrat', sans-serif;
	float: left;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
}
.slide-description a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	display: inline;
	font-family: "Book Antiqua", serif;
	font-size: 24px;
	font-style: italic;
	padding-bottom: 8px;
}
.slide-description h2 em {
	font-style: normal;
	text-transform: none;
	white-space: nowrap;
}
.slick-prev {
	left: 1rem;
}
.slick-next {
	right: 1rem;
}
.slick-prev, .slick-next {
	height: 36px;
	opacity: 0.5;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
	background: none;
	opacity: 1;
}
.slick-next:before {
	content: "";
}
.slick-prev:before {
	content: "";
}
.slick-prev:before, .slick-next:before {
	font-family: fontawesome;
	font-size: 36px;
}
/*exitpop*/
#exitpopup_bg {
	background: none repeat scroll 0 0 #000000;
	display: none;
	height: 100%;
	opacity: 0.8;
	position: fixed;
	width: 100%;
	z-index: 999998;
}
#exitpopup {
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
	color: #ffffff;
	display: none;
	height: 345px;
	left: 645px;
	margin: 0 auto;
	padding: 2rem;
	position: fixed;
	top: 326.5px;
	width: 670px;
	z-index: 9999999;
}
#exitpopup h4 {
	letter-spacing: 0px;
	margin-top: 1rem;
	text-align: center;
}
#exitpopup p {
	font-size: 19px;
	line-height: 28px;
	margin: 0 0 2rem;
}
/*section main*/
.main {
	padding: 4rem 0 3rem;
	background: #fff;
	position: relative;
}
.feature-image {
	border-radius: 90em;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 189px;
	margin-bottom: 30px;
}
.main.inner {
	padding: 4rem 0 3rem;
	background: rgba(255,255,255,0.8);
	position: relative;
	z-index: 2;
}
.main.inner h3 {
	text-align: center;
}
/*section main-image*/
.bg-image {
	max-height: 190px;
	position: relative;
}
/*catalogue-main*/
.catalogue-main {
	padding: 3rem 0 0;
	background: #fff;
}
/*cta*/
.cta {
	position: relative;
	margin-bottom: 4rem;
	text-align: center;
}
.cta h2 a {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-family: "Montserrat";
	height: 64%;
	left: 0;
	letter-spacing: 1px;
	line-height: 166px;
	margin: 3rem;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	width: 80%;
	z-index: 1;
}
.cta h2 a:hover {
	font-size: 2.15rem;
	background: rgba(0,0,0,0.2);
}
/*section featured*/
section.featured {
	padding: 4rem 0;
	background: #f7f7f7;
}
section.featured h4 {
	text-align: center;
}
.productfeaturelist {
	margin: 2rem 0;
}
.productfeaturelist li {
	list-style: none;
}
.product-block {
	border: 1px solid #ece7ea;
	float: left;
	margin: 15px 0;
	width: 100%;
	background: #fff;
	position: relative;
}
.product-block figure {
	float: left;
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #f7f7f7;
}
.product-block figure img {
 width:100%;   
}
.product-block .product-description {
	float: left;
	padding-top: 10px;
	width: 100%;
}
.product-block h4 {
	display: block;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	padding: 0 10px;
	margin: 0;
	text-align: center;
}
.product-block h4 a {
	color: #3f3f3f;
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
}
.product-block .product-description img {
	display: block;
	vertical-align: middle;
	width: auto;
}
.product-block .product-description .price {
	display: block;
	font-weight: bold;
	margin: 0px 0 15px;
	text-align: center;
	width: auto;
}
.product-block .product-description .price span {
	font-family: "Montserrat";
}
.product-block .product-description .price span.new-amount {
	color: #f34b67;
	font-size: 18px;
	font-weight: 300;
}
.product-block .product-description .price span.old-amount {
	color: #4b4b4b;
	font-size: 15px;
	font-weight: 300;
	text-decoration: line-through;
}
.add-cart .productSubmitInput {
	background: none repeat scroll 0 0 #363636;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin: auto;
	min-width: inherit;
	padding: 10px;
}
span.sale {
	background: none repeat scroll 0 0 #f34b67;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin: auto;
	min-width: inherit;
	padding: 8px 15px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	z-index: 1000;
}
.browse-panel {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin-top: 15px;
}
.browse-panel h6, .browse-panel h5 {
	background: none repeat scroll 0 0 #f7f7f7;
	border: medium none;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 14px;
	text-transform: uppercase;
}
.browse-panel h6 {
	margin: 30px 0 0;
}
.browse-panel ol {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
}
.browse-panel ol li {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	color: #6e6460;
	font-family: "Montserrat", sans-serif;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 300;
}
.browse-panel ol li a {
	color: #8d8d8d;
	font-weight: 300;
}
.browse-panel ol li a:hover {
	color: #3f3f3f;
}
.browse-panel ol li a:before {
	display: inline-block;
	width: 10px;
	height: 10px;
}
ul.swatch li {
	border: 1px solid #ddd;
	background: #fff;
	float: left;
	font-family: "montserrat";
	font-size: 12px;
	font-weight: 300;
	height: 40px;
	line-height: 37px;
	margin: 0 15px 15px 0;
	text-align: center;
	width: 40px;
	cursor: pointer;
}
ul.swatch li.selected {
	border: 2px solid #444;
}
ul.swatch li em {
	width: 100%;
	height: 100%;
	display: block;
}
em.White {
	background: #fff;
}
em.Ivory {
	background: #F7F7f7;
}
p.attr-label {
	margin: 0 0 5px;
}
.sale-text, .new-price, .old-price {
	font-family: "montserrat";
	font-size: 24px;
	font-weight: 300;
}
.sale-text, .new-price {
	color: #f34b67;
}
.description p {
	font-size: 15px;
}
.old-price {
	display: block;
	font-size: 15px;
}
.tabs dd > a, .tabs .tab-title > a {
	background-color: #fff;
	color: #222;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 14px 2rem;
	text-transform: uppercase;
}
.tabs dd.active a, .tabs .tab-title.active a {
	color: #222;
	background-color: #f7f7f7;
}
.tabs-content {
	padding: 1rem 2rem;
	background-color: #f7f7f7;
}
section.comments {
	padding-top: 3rem;
    clear:both;
}
.comment-container .comment-details span{
     font-weight:bold;   
    
    font-size:17px;
    }
    
section.related {
	padding-top: 3rem;
}
section.related h4 {
	text-align: center;
}
/*news section*/
section.news {
	padding: 4rem 0 3rem;
	background: url("/_assets/img/news-bg.jpg") no-repeat top center;
	position: relative;
}
/*newsletter section*/
section.newsletter {
	padding: 4rem 0;
	position: relative;
	background: #222222;
}
section.newsletter h4, section.newsletter p {
	color: #fff;
	margin: 0;
	text-align: center;
}
section.newsletter p {
	margin-bottom: 2rem;
}
/*team*/
.team {
	text-align: center;
}
.team-image {
	border-radius: 90em;
	margin: 2rem auto;
	max-width: 250px;
	overflow: hidden;
}
.team-image img {
	width: 100%;
}
.team-description p {
	color: #777777;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}
.team-description h5 {
	margin: 0 0 0.25rem;
}
.team-description h5.title {
	color: #777777;
	margin: 0 0 1.5rem;
}
.team-social a {
	margin: 0 0.5rem;
	font-size: 24px;
}
/*map*/
.map {
	height: 500px;
	width: 100%;
}
.map iframe {
	height: 500px;
	width: 100%;
}
/*address*/
section.address {
	background: #f7f7f7;
	padding: 3rem 0 2rem;
	text-align: center;
}
section.address h2 {
	margin: 0 0 10px;
}
section.address h3, section.address h4, section.address h5 {
	font-weight: 300;
	margin: 0 0 5px;
}
section.address h3 a, section.address h4 a, section.address h5 a {
	color: #fffefe;
}
/*events*/
.event-item {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	border-top: 5px solid #5a79b2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	padding: 20px 30px;
}
.event-image {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.event-image img {
	width: 100%;
}
.event-date {
	background: none repeat scroll 0 0 #f34b67;
	bottom: 30px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	height: 75px;
	margin: 0;
	padding-top: 18px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 75px;
	z-index: 1;
}
.event-date span {
	display: block;
	line-height: 100%;
}
.event-date span.month {
	font-size: 16px;
}
.event-item h3 {
	font-weight: 100;
	text-align: center;
}
.event-item-detail {
	margin-bottom: 30px;
}
.event-item-detail h4 {
	margin-bottom: 15px;
}
.event-details {
	color: #99918e;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}
.event-details ul {
	list-style: none;
	margin: 0;
}
.event-details ul li {
	list-style: none;
}
/*announcements*/
.news-item {
	border: 1px solid #e7e7e7;
	margin-bottom: 2rem;
	padding: 1.5rem 2rem 0;
	text-align: center;
}
.news-item h4 {
	font-size: 18px;
	margin: 0 0 1rem;
}
.news-item h4 a, .news-item p {
}
.news-item .dash {
	background: #e7e7e7;
}
.news-item .button {
	margin: 0 auto;
}
section.news .news-item h4 a, section.news .news-item p {
	color: #fff;
}
section.news .news-item .button {
	background: #fff;
	color: #333;
}
/*faq*/
.faq-question a {
	color: #6e6460;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.faq-details {
	border-bottom: 1px dotted #e7e7e7;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	padding-top: 2rem;
}
.faq-details a {
	font-family: 'Book Antiqua', Times New Roman, serif;
	font-size: 17px;
	text-transform: none;
	font-weight: normal;
	color: #f34b67;
}
.faq-icon {
	background: none repeat scroll 0 0 #74b9c8;
	border-radius: 90em;
	color: #fff;
	display: block;
	float: left;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 600;
	height: 30px;
	line-height: 15px;
	margin: 0 15px 17px 0;
	padding-top: 7px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: 30px;
}
.faq-icon.answer {
	background: #f34b67;
}
/*blog*/
.blog-post {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e7e7e7;
	margin-bottom: 2rem;
	padding: 0;
}
.blog-post p {
	font-size: 16px;
}
.blog-post .post-body {
	margin: 0;
	padding: 2rem;
}
.blog-post h3.post-title {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 1rem 2rem;
	padding: 0;
	text-align: left;
	color:#f34b67;
}
.blog-post h1.post-title {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 1rem 2rem;
	padding: 0;
	text-align: left;
	color:#f34b67;
}
.blog-post h5 {
	font-weight: 700;
	font-size: 20px;
}
.blog-post h6{
	font-weight:600;
	font-size: 18px;
}
.blog-post a{
	color: #f34b67;
}
.blog-post h3.post-title.blog-detail {
	font-size: 30px;
}
a.button.tiny {color:#fff;}
.blog-image img {
	margin-bottom: 10px;
	width: 100%;
}
.blog-post.blog-list .blog-image img {
	margin-bottom: -10px;
}
.blog-details {
	color: #bdbdbd;
	display: block;
	font-family: "Montserrat";
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 15px;
	padding: 0 2rem;
	width: 100%;
}
.blog-details span {
	color: #bdbdbd;
	margin-left: 10px;
}
.blog-details a {
	color: #bdbdbd;
}
.blog-details span:first-child {
	margin-left: 0;
}
.blog-post .post-details {
	margin-top: 10px;
}
.blog-post .links {
	font-size: 13px;
}
.blog-details div {
	border-radius: 3px;
	color: #666666;
	float: left;
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 15px 0;
}
.post-body.blog-detail img {
	margin-bottom: 20px;
}
.blog-details div i {
	margin-right: 5px;
}
.blog-aside {
	margin-bottom: 30px;
}
.BlogTagCloud a {
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 13px;
	margin: 0 5px 10px 0;
	padding: 5px 10px;
}
.side-panel ul li {
	border: none;
	padding: 0;
	margin: 0;
}
.comment-list, .blog-post dl {
	margin: 0;
}
/*forum*/
.feature-forum {
	float: left;
	height: auto;
	margin: 30px 0 20px;
	width: 100%;
	font-family: "Montserrat", sans-serif;
}
.feature-forum .forum-name {
	float: left;
	height: auto;
	padding: 8px 0;
	width: 45%;
}
.feature-forum ul li .forum-name {
	float: left;
	height: auto;
}
.feature-forum .forum-topic {
	float: left;
	height: auto;
	padding: 8px 0 6px 12px;
	width: 14%;
}
.feature-forum .forum-post {
	float: left;
	height: auto;
	padding:8px 0 6px 12px;
	width: 14%;
}
.feature-forum .forum-reply {
	float: left;
	height: auto;
	padding: 8px 0 5px 12px;
	width: 27%;
}
.feature-forum ul {
	float: left;
	height: auto;
	margin: 0;
	width: 100%;
}
.feature-forum ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #fff;
	border-color: -moz-use-text-color #dfdfdf #dfdfdf;
	border-image: none;
	border-right: 1px solid #dfdfdf;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	float: left;
	height: auto;
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	list-style: none;
}
.feature-forum ul li a {
	color: #222222;
	font-size: 14px;
	font-weight: 700;
}
.feature-forum ul li p {
	color: #222222;
	font-size: 14px;
	padding-left: 12px;
	padding-top: 8px;
}
.feature-forum ul li .forum-reply p {
	color: #b9b9b9;
}
.feature-forum ul li p span {
	color: #000000;
}
.feature-forum ul li .forum-topic, .feature-forum ul li .forum-post, .feature-forum ul li .forum-reply {
	padding: 0;
}
.feature-forum .forum-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #f34b67;
	border-color: #dfdfdf #dfdfdf -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: #ffffff;
	float: left;
	height: auto;
	padding: 0 15px;
	width: 100%;
}
.feature-forum p {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
.feature-forum .forum-but {
	float: left;
	height: auto;
	padding: 0 0 10px;
	width: 100%;
}
.feature-forum .forum-but a.button {
	border-radius: 0;
	font-size: 15px;
	font-weight: 700;
	margin-left: 15px;
	min-width: 183px;
	text-transform: inherit;
}
.feature-forum .forum-but a.button img {
	margin-right: 5px;
}
.feature-forum .forum-but p a {
	font-size: 15px;
	padding-bottom: 2px;
}
.feature-forum .forum-but p {
	color: #9aa7af;
	display: inline-block;
	float: left;
	font-size: 15px;
	height: auto;
	margin: 14px 0 0;
	width: auto;
}
.feature-forum .button.secondary {
	background: none repeat scroll 0 0 #fcfcfc;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	color: #1a1a1a;
	font-weight: 700;
}
.feature-forum ul li .forum-name img {
	margin-right: 5px;
}
.forum-posts-container h2, .forum-posts-container h1 {
 letter-spacing:1px;   
}
.forum-posts-container h1 {
    font-size:24px;}
/*button-class*/
.button-class ul {
	margin: 0;
}
.button-class li {
	list-style: none;
}
/*page-title*/
section.page-title {
	overflow: hidden;
	position: relative;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	padding: 4rem 0 2rem;
	text-align: center;
}
section.page-title img {
	width: 100%;
}
.row.page-headline {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}
.row.page-headline h1 {
	color: #fff;
	margin-top: 450px;
}
/*responsive photogallery */
#photogalleryTable {
	margin-bottom: 2rem;
}
#photogalleryTable img {
	width: 100%;
	transition-duration: 0.5s;
	border: 1px solid #e7e7e7;
	padding: 3px;
}
#photogalleryTable img:hover {
	opacity: 0.8;
}
/*footer*/
footer {
	background: #292929;
	padding: 3rem 0 0rem;
	position: relative;
}
footer h5 {
	color: #fff;
	margin-bottom: 1rem;
}
footer div.copy {
	background: #222222;
	text-align: center;
	padding: 1rem 0;
	margin-top: 3rem;
}
footer p, footer div.copy, footer span {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
footer ul, footer ul li {
	color:#fff;
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li a {
	color: #fff;
	font-size: 15px;
	padding: 5px 0;
	display: block;
}
footer ul li a:hover {
	color: #f34b67;
}
footer .vcard {
	border: medium none;
	color: #98958B;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
footer .vcard .fa {
	margin-right: 5px;
}
.social-icons {
	float: right;
}
.social-icons a {
	font-size: 28px;
	margin: 0 15px 15px 0;
	border-radius: 90em;
	border: 3px solid;
	width: 45px;
	height: 45px;
	padding-top: 7px;
	text-align: center;
	color: #6bb6c2;
	transition-duration: 0.5s;
}
.social-icons a:hover {
	color: #fff;
}
/*inner form*/
.inner-form {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ebebeb;
	float: left;
	height: auto;
	margin-top: 25px;
	padding: 18px 22px;
	width: 100%;
}
.inner-form h4 {
	color: #f34b67;
}
.inner-form form {
	float: left;
	height: auto;
	margin-top: 20px;
	width: 100%;
}
.inner-form textarea {
	min-height: 124px;
	padding: 12px 15px;
	width: 100%;
}

/**Added**/

/*media queries*/
/*************media queries**************/
@media only screen and (min-width: 0) and (max-width: 640px) {
h1, h3 {
	letter-spacing: 5px;
}
p.lead {
	font-size: 1.21875rem;
	line-height: 1.35;
	margin: 0!important;
}
header {
	background: none repeat scroll 0 0 #000;
	position: relative;
}
.utility-nav {
	background: none;
}
.utility-nav li a {
	padding: 4px;
}
.cart {
	background: none repeat scroll 0 0 #333;
	margin-top: 8px;
	padding: 8px 10px;
}
.contain-to-grid {
	padding: 0rem 0 2rem;
}
.top-bar.expanded .toggle-topbar a span:after {
	box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}
.top-bar-section .has-dropdown > a:after {
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background: none;
	border: 0;
	color: #fff;
}
.top-bar .name img {
	max-width: 235px;
}
.top-bar .toggle-topbar.menu-icon {
	margin-top: -21px;
}
.slide-description {
	top: 22%;
}
.slide-description h1 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 3px;
}
.slide-description span {
	font-size: 26px;
}
.slide-description h2 {
	font-size: 12px;
}
.cta {
	margin-bottom: 1rem;
}
.cta h2 a {
	line-height: 93px;
	margin: 2rem;
}
.main, section.featured, section.newsletter, section.news, section.page-title, .main.inner, .catalogue-main {
	padding: 1rem 0;
}
section.newsletter input {
	width: 100%;
}
.add-cart .productSubmitInput {
	width: 100%;
}
.slick-next {
	right: 0.15rem
}
.slick-prev {
	left: 0.5rem
}
section.newsletter h4, section.newsletter p {
	margin-bottom: 0.5rem;
}
section.newsletter p {
	margin-bottom: 1rem !important;
}
.blog-post h3.post-title {
	margin: 1rem;
}
.blog-details {
	padding: 0 1rem;
}
.blog-post .post-body {
	padding: 1rem;
}
.product-details h3 {
	margin-top: 2rem;
	letter-spacing: 3px;
}
.tabs dd > a, .tabs .tab-title > a {
	padding: 12px 1rem;
	font-size: 11px;
}
.tabs-content {
	padding: 1rem;
}
    
    
#exitpopup_bg,#exitpopup {
	display: none!important;
}
    section.news {
	background: url(img/news-bg-small.jpg) no-repeat;
}
footer {
	text-align: center;
        padding:1rem 0 0;
}

}

@media only screen and (min-width: 480px) and (max-width: 640px) {
.slide-description {
	top: 27%;
}
.slide-description h1 {
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 3px;
}
.cta {
	margin-bottom: 1.5rem;
}
.cta h2 a {
	line-height: 163px;
	margin: 2rem;
	width: 84%;
	width: 84%;
}
    .main, section.featured, section.newsletter, section.news, section.page-title, .main.inner, .catalogue-main {
    padding: 2rem 0;

    }
    footer {
            padding: 2rem 0 0;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
h1, h3 {
	letter-spacing: 5px;
}
p.lead {
	font-size: 1.21875rem;
	line-height: 1.35;
	margin: 0!important;
}
header {
	background: none repeat scroll 0 0 #f34b67;
	position: relative;
}
.utility-nav {
	background: none;
}
.utility-nav li a {
	padding: 14px 12px;
}
    .contain-to-grid {
	padding: 0rem 0 6rem;
}
.top-bar .title-area {
    float:none;}
    .top-bar .name {
    display: block;
    float: none;
    margin: auto;
    text-align: center;
    width: 100%;height: 3.813rem;
}.top-bar-section li:not(.has-form) a:not(.button){
      padding: 0 35px; 
    }

.cart {
	background: none repeat scroll 0 0 #333;
	margin-top: 8px;
	padding: 8px 10px;
}
.slide-description {
	top: 30%;
}
.slide-description h1 {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 3px;
}
    #exitpopup_bg,#exitpopup {
	display: none!important;
}
    .main, section.featured, section.newsletter, section.news, section.page-title, .main.inner, .catalogue-main {
    padding: 3rem 0;

    }
    footer {
            padding: 3rem 0 0;
    }
    .cta h2 a {
       
    line-height: 126px;margin: 2rem;
    }
    section.newsletter p {
    margin-bottom: 1rem !important;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {


}

@media only screen and (min-width: 1400px) and (max-width: 1799px) {

}

/*added for attorney profile on homepage */
.attorney-profile { width:100%; background-color:#000;}
.attorney-picture { margin-top:50px; margin-bottom:50px;}
.attorney-text { margin-top:50px; margin-bottom:50px; color:#fff;}
.attorney-text h1 {font-size:20px; color:#fff;}
.attorney-text p {font-size:16px; color:#fff;}

/*added for phone number on mobile*/
@media only screen and (min-width: 0) and (max-width: 640px) {
	.utility-nav {display:none;}
	.mobile-number {background-color: #f34b67; height:35px; width:100%;  }
	.mobile-number p, a { text-align:center; color:#fff; font-size:14px; padding-top:10px;  }
}


/*** FreeForm ***/
.freeform-row .freeform-column {
 padding:0px !important;
}
.freeform-row .freeform-column .freeform-label {
text-align:center;
	margin-bottom:5px;
}
.footer-form .freeform-label{
	color:#fff;
}
/*** FreeForm ***/

