/*import*/
@import url("font-awesome.min.css");
/*defaults*/
body {
	background: #eee;
}
body, p {
	font-family: 'Lato', sans-serif;
	color: #4b6268;
}
h1, h2, h3, h4, h5, h6, .system-message h1, .system-error-message h1, strong, b {
	font-weight: 600;
	color: #132533;
	margin-bottom: 1.25rem;
}
span.error:empty, small.error:empty {
	display: none;
}
.system-message, .system-error-message {
	background: none;
	border: none;
	margin: 0;
	color: #132533;
	padding: 0;
}
p {
	font-size: 16px;
}
p.lead {
	font-size: 20px;
	margin-bottom: 2rem;
}
.system-message h1, .system-error-message h1 {
	font-size: 36px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #132533;
}
h1 {
	font-size: 38px;
	text-align: left;
	text-transform: none;
	line-height: 1.2em;
}
h2 {
	font-size: 30px;
	line-height: 130%;
	color: #f79320;
}
h3 {
	font-size: 28px;
	color: #f79320;
}
h4 {
	font-size: 18px;
	color: #f79320;
}
h5 {
	font-size: 18px;
	font-weight: 400;
}
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
a, a:visited {
	color: #f79320;
}
a:hover {
	color: #6786c0;
	text-decoration: underline;
}
 a:focus {
	color: #6786c0;
 }
h1 a, h2 a, h3 a, h4 a, h5 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #000000;
}
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: #6786c0;
	text-decoration: none;
}
input[type="text"], textarea, select {
	font-family: 'Lato', sans-serif;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], texarea, select, button {
	height: auto;
	padding: 11px 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: "Lato", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
}
textarea {
	border-radius: 3px;
	padding: 10px 13px;
}
ul li {
	font-size: 16px;
	margin-bottom: 10px;
}
.webform-results td {
padding-left:0;
padding-right:0;
}
/*buttons*/
.button, button, input[type="submit"], a#catshopbuy:link, a#catshopbuy:visited {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: none;
	letter-spacing: 2px;
	background: #f79320;
	color: #fff;
	box-shadow: 0 2px 0px rgba(0,0,0,0.75);
	text-transform: uppercase;
}
.button.secondary, button.secondary {
	background: #fff;
	border: none;
	color: #f79320;
}
button:hover, .button:hover, button:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #cc7007;
	color: #fff;
	transition-duration: 0.2s;
	text-decoration: none;
}
.button.secondary:hover, button.secondary:hover, .button.secondary:focus, button.secondary:focus {
	background: #0c1822;
	color: #fff;
}
button:visited, .button:visited {
	color: #fff;
}
input[type="submit"] {
	padding: 15px 20px;
	border: none;
	background: #f79320;
	cursor: pointer;
}
button.tiny, .button.tiny {
	font-size: 0.6875rem;
	padding: 0.725rem 1.25rem 0.7875rem;
}
/*header*/
header {
	position: relative;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
}
.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: 'Lato', sans-serif;
}
.top-bar.expanded .toggle-topbar a {
	color: #FFFFFF;
}
.top-bar-section ul li {
	padding: 0;
	margin: 0;
}
.top-bar-section ul {
	float: none;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	color: #f79320;
	background: none;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none repeat scroll 0 0 #f79320;
}
.top-bar-section ul li > a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border-right: 1px solid #000;
	transition-duration: 0.2s;
}

.top-bar-section ul li > a:hover {
	color: #f79320;
}
.top-bar-section ul li:last-child > a {
	border: none;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background: none;
}
.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) {
	border-radius: 0;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	border: none;
}
.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: #f79320;
}
.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button) {
	background: #f79320;
}
.top-bar .title-area {
	float: none;
}
section.logo {
	padding: 15px 0;
}
section.logo img {
	width: 100%;
	max-width: 300px;
}
.top-bar-section .has-dropdown li > a {
	font-size: 14px;
	font-weight: 400;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	color: rgba(255, 255, 255, 0.4);
}
.top-bar-section ul li:hover:not(.has-form) > a {
	text-decoration: none;
	color: #f79320;
}
.top-bar-section .dropdown {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
	background: #0c1822;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background: none;
}
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
	background: #132533;
}
.top-bar-section .dropdown li:last-child {
	border-radius: 0 0 3px 3px;
	overflow: hidden;
}
.contain-to-grid {
	background: #1a1a1a;
}
.utility {
	padding-top: 20px;
}
.utility-nav {
	background: #fafafa;
	margin: 0;
	padding: 5px 0 0;
	border-bottom: 1px solid #1b1b1b;
}
.utility ul { float: right; }
.utility-nav ul, .utility-nav ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.utility-nav li {
	float: left;
}
.utility-nav li:nth-child(2) { clear: left; }
.utility-nav li span {
	margin-right: 5px;
	color: #f79320;
}
.utility-nav li a {
	font-size: 17px;
	font-weight: 400;
	color: #4b6268	;
	padding: 8px 8px;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	top: -2px;
}
.utility-nav li:hover {
	background: #f79320;
}
.utility-nav li:hover > a, .utility-nav li:hover > a span {
	color: #fff;
	text-decoration: none;
}
.shopping-cart {
	color: #FFFFFF;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}
a.cartSummaryLink {
	color: #f79320;
}
.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: 0px 0 0 20px;
}
td.cartSummaryItem {
	color: #FFFFFF;
	font-size: 13px;
	padding: 0;
}
.utility-nav li.cart:hover {
	background: none;
}
/*pricing tables*/
.pricing-table {
	border: 2px solid #f79320;
	margin-bottom: 30px;
}
.pricing-table .title {
	background: #f79320;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 21px;
	padding: 30px 15px;
}
.pricing-table .title a {
	color: #fff;
}
.pricing-table .price {
	background: none;
	font-family: 'Lato', sans-serif;
}
.pricing-table .price p.small {
	margin-bottom: 10px;
}
/*side-nav*/
.side-nav {
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 0;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.side-nav li {
	margin-bottom: 0;
}
.side-nav li a:not(.button) {
	color: #1b252b;
	padding: 15px;
	border-bottom: 1px solid #f3f3f3;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	background: #fff;
}
.side-nav li.side-nav-title a:not(.button), .side-nav li.side-nav-title a:hover:not(.button) {
	background: #132533;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button), .side-nav li.active > a:first-child:not(.button) {
	color: #fff;
	background: #f79320;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
/*search*/
.search-container {
	display: none;
	padding: 30px 0 0;
	background: #132533;
}
.search-icon span {
	color: #FFFFFF;
	padding: 0px 0 0 9px;
	margin-left: 5px;
	cursor: pointer;
	position: relative;
	top: -2px;
}
.search-container input[type="text"] {
	height: auto;
	border: none;
	padding: 14px 15px;
}
.search-container input[type="text"]:focus {
	box-shadow: none;
	border: none;
}
/*slider*/


.slick-slider {
	margin: 0;
	overflow: hidden;
}
.slick-slide img {
	width: 100%;
}
.slide-description {
	position: absolute;
	width: 100%;
	margin-top: 200px;
	z-index: 1;
}
.slick-dots {
	bottom: 0px;
}
.slick-dots li button:before {
	color: #98918d;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #f79320;
}
.slick-dots li button:before {
	font-size: 13px;
}
.hero-slider .slick-dots {
	bottom: 15px;
	margin: 0 0 0 25%;
	z-index: 1;
}
.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: 20px;
	height: 20px;
	border-radius: 0;
	padding: 0;
	transition-duration: 0.2s;
	background: none;
	margin: 0 2px;
	border: 2px solid #fff;
	box-shadow: none;
}
.hero-slider .slick-dots li.slick-active button {
	background: none repeat scroll 0 0 #0c1822;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
.slide-description span {
	color: #c87492;
	font-size: 46px;
	float: left;
	margin: 0 15px 30px 0;
}
.slide-description h1, .slide-description h2 {
	color: #fff;
}
.slide-description h1 {
	font-size: 80px;
	line-height: 90px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
}
.slide-description .button {
	display: block;
	margin: auto;
	width: 100%;
	background: none;
	max-width: 370px;
	border: 3px solid #fff;
	box-shadow: none;
}
.slide-description .button:before {
	display: block;
	height: 3px;
	background: #fff;
	width: 370px;
	content: "";
	left: -50%;
	position: absolute;
	top: 50%;
	width: 145px;
}
.slide-description .button:after {
	display: block;
	height: 3px;
	background: #fff;
	width: 370px;
	content: "";
	right: -50%;
	position: absolute;
	top: 50%;
	width: 145px;
}
/*section main*/
section.main {
	padding: 50px 0;
}
/*events section*/
section.events {
	padding: 5s0px 0;
	background: url(images/events-bg.jpg) repeat-x top;
}
.event-item {
	background: rgba(255,255,255,0.9);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding: 20px 30px;
	border-top: 5px solid #f79320;
	margin-bottom: 30px;
}
.event-image {
	position: relative;
	margin-bottom: 30px;
}
.event-date {
	background: #f79320;
	width: 75px;
	height: 75px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	padding-top: 18px;
	margin: 0;
	position: absolute;
	z-index: 1;
	bottom: 30px;
}
.event-date span {
	display: block;
	line-height: 100%;
}
.event-date span.month {
	font-size: 16px;
}
.event-item h3 {
	text-align: center;
	font-weight: 100;
}
.event-item-detail {
	margin-bottom: 30px;
}
.event-item-detail h4 {
	margin-bottom: 15px;
}
.event-details {
	line-height: 18px;
	color: #99918e;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 10px;
}
.event-details ul {
	list-style: none;
	margin: 0;
}
.dash {
	width: 30px;
	height: 1px;
	background: #f79320;
	margin: 20px auto;
}
.event-item p {
	font-size: 13px;
}
/*announcements*/
.news-item {
	margin-bottom: 30px;
}
.news-item h4 {
	margin-bottom: 5px;
}
.news-details {
	line-height: 18px;
	color: #99918e;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 10px;
}
/*faq*/
.faq-question a {
	color: #132533;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.faq-question a:hover, .faq-question a:focus {
	color: #f79320;
	text-decoration: none;
}
.faq-details {
	padding-top: 30px;
	margin-bottom: 40px;
}
.faq-details a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	color: #f79320;
}
.faq-icon {
	background: none repeat scroll 0 0 #74b9c8;
	border-radius: 90em;
	color: #fff;
	display: block;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 600;
	height: 30px;
	width: 30px;
	margin: 0 15px 17px 0;
	padding-top: 7px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 0px;
	line-height: 100%;
}
.faq-icon.answer {
	background: #f79320;
}
/*page-title*/
section.page-title {
	overflow: hidden;
	position: relative;
}
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;
	padding-top: 15%;
	text-align: left;
}
/*breadcrumps-container*/
.breadcrumps-container {
	padding: 20px 0 5px;
	background: #f79320;
}
/*about*/

p.literature-container span.icon, p.literature-container span.name {
	margin: 0 3px 0 0;
	font-family: 'Lato', sans-serif;
}
p.literature-container img {
	vertical-align: middle;
}
/*responsive photogallery */
#photogalleryTable {
	margin-bottom: 30px;
}
#photogalleryTable img {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c2c2c2;
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 3px;
	transition-duration: 0.2s;
	width: 100%;
}
#photogalleryTable img:hover {
	opacity: 0.8;
}
/*section work*/
section.work {
	background: url(images/dark-bg.jpg) repeat-y;
	padding: 50px 0;
	color: #bbc5cc;
	font-size: 13px;
	line-height: 19px;
}
section.work h2 {
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
}
section.work .button, section.work-page .button{
	display: block;
	margin: auto;
	background: none;
	border: 3px solid #fff;
	box-shadow: none;
	width: 100%;
}
.work-item {
	border: 2px solid #fff;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.work-item .work-hover a {
	padding: 50px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	background: #f79320; 
	background: rgba(247,147,32,0.8);
	color: #fff;
	padding-top: 28%;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
}
.work-item:hover > .work-hover a {
	top: 0;
}
.work-item .work-hover a span.button {
	top: 20px;
	width: auto;
	color: #4b6268;
	background: #fff;
}
.work-item .work-hover a span.button:hover {
	background: #ddd;
	color: #4b6268;
}
.work.detail p {
	color: #fff;
}
.work-item-details span {
	color: #f79320;
	margin-left: 10px;
	margin-right: 5px;
}
.work-item-details span:first-child {
	margin-left: 0px;
}
.work-slider img {
	margin-bottom: 30px;
}
/*section testimonials*/
section.testimonials {
	background: #fff;
	padding: 50px 0 30px;
}
.quote-icon {
	background: url("images/quote-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	display: block;
	height: 80px;
	margin: 0 auto;
	width: 80px;
}
.testimonial-slider {
	color: #fffefe;
	text-align: center;
}
.testimonial-slider h2 {
	color: #4b6268;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 20px 50px 30px;
}
.testimonial-slider h3 {
	color: #4b6268;
	font-size: 30px;
	margin: 0;
}
.testimonial-slider h4 {
	color: #4b6268;
	font-weight: 400;
}
.testimonial-slider .image {
	border-radius: 90em;
	display: block;
	height: 90px;
	margin: 0 auto 10px;
	overflow: hidden;
	width: 90px;
}
.slick-prev, .slick-next {
	height: 60px;
	width: 30px;
	margin-top: -50px;
	box-shadow: none;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}
.slick-prev:before, .slick-next:before {
	font-size: 68px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: 400;
	color: #dddddd;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
	background: none;
}
.slick-next:before {
	content: "›";
}
.slick-prev:before {
	content: "‹";
}
.company-logos { background-color: #fff; padding:30px 0 10px; }
.company-logos li { margin-bottom: 0px; }
/*section newsletter*/
section.newsletter {
	background: #e9e9eb;
	padding: 40px 0 25px;
}
section.newsletter h4 {
	text-transform: uppercase;
	margin: 0;
}
section.newsletter .button {
	font-size: 16px;
	font-weight: bold;
}
/*section address*/
section.address {
	background: url(images/ch-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding: 50px 0 30px;
	color: #bbc5cc;
	font-size: 13px;
	line-height: 19px;
}
section.address img {
	max-width: 215px;
	width: 100%;
	margin-bottom: 15px;
}
section.address p {
	font-size: 13px;
	line-height: 19px;
	color: #bbc5cc;
}
section.address h5 {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	display: inline-block;
}
section.address ul {
	margin: 0 0 0 1rem;
	padding: 0;
}
section.address ul li {
	margin: 0;
	padding: 0;
}
section.address ul li a {
	padding: 5px 0;
	color: #bcc5cd;
}
section.address ul ul {
display:none;}
section.address ul.vcard {
	margin: 0;
	padding: 15px;
	border: none;
	background: #0b151d;
	width: 100%;
}
/*map*/
section.map, section.map .flex-video, section.map .flex-video iframe {
	margin: 0;
	height: 250px;
	overflow: hidden;
}
/*footer*/
footer {
	background: #0b151d;
	padding: 50px 0 30px;
}
footer h4 {
	color: #f79320;
	margin-bottom: 3rem;
}
footer p, footer div.copy {
	color: #bbc5cc;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
}
footer div.copy a {
	margin: 0 15px 15px 0px;
	color: #fffffe;
	transition-duration: 0.5s;
}
footer div.copy a:hover {
	color: #f79320;
}
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;
	width: 40px;
	height: 45px;
	padding-top: 7px;
	text-align: center;
	color: #fff;
	transition-duration: 0.5s;
}
.social-icons a:hover, .social-icons a:focus {
	color: #f79320;
	text-decoration: none;
}
/*module defaults*/
.tabs-content.vertical {
	width: 100%;
}
.flex-video {
	margin-bottom: 2rem;
}
form label {
	text-align: left;
	margin: 0 0 10px;
	display: block!important;
}
form br {
	display: none;
}
form label input, form label textarea, .contact form input[type="submit"] {
	margin: 5px 0!important;
}
.booking-list {
	border-bottom: 1px solid #eeeeee;
	margin: 0 0 9px;
	padding: 10px 0 15px;
}
.side-panel ul {
	margin: 0 0 30px;
	padding: 0;
}
.side-panel ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
	list-style: none outside none;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.blog-post {
	margin-bottom: 50px;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c2c2c2;
	padding: 15px;
	border-radius: 3px;
}
.blog-post .post-body , .blog-post .post-body .button{
 
    margin: 0;
}

.blog-post h3.post-title {
	margin: 0;
	padding: 10px 0 15px;
	text-align: left;
	font-size: 20px;
}
.blog-post h3.post-title.blog-detail {
    font-size: 30px;
}
.blog-image img {
	width: 100%;
	margin-bottom: 10px;
}
.blog-post.blog-list .blog-image img {
	 margin-bottom: -10px;
}
.blog-details {
	display: block;
	font-size: 15px;
	margin: 0 0 15px;
	width: 100%;
	color: #f79320;
}
.blog-details span {
	margin-left: 10px;
	color: #f79320;
}
.blog-details span:first-child {
	margin-left: 0;
}
.blog-post .post-details {
	margin-top: 10px;
}
.blog-post .links {
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}
.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;
}
.side-panel h4 {
	font-weight: 400;
	font-size: 14px;
}
.side-panel ul li a {
	font-size: 14px;
}
.BlogTagCloud a {
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-family: 'Tahoma', sans-serif;
	font-size: 13px;
	margin: 0 5px 10px 0;
	padding: 5px 10px;
}
.productItem .image, .productItemLast .image {
	margin-bottom: 20px;
}
.productItem .image, .productItemLast .image {
	padding-top: 0px;
}
.productList, .productList ul, .catalogueList {
	margin: 0;
	overflow: hidden;
	padding: 0 !important;
}
.productList li, .catalogueList li {
	display: inline;
	list-style-type: none;
}
.catalogueList li {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin: 0 30px 30px 0;
	width: 25%;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	display: inline-block;
	overflow: hidden;
	padding: 8px 8px 18px;
}
.catalogueList li .image {
	margin-bottom: 20px;
}
.catalogueList li img {
	width: 100%;
	transition-duration: 0.5s;
}
.productSmall .image img {
	border: medium none;
	box-shadow: none
}
.productList li img {
	transition-duration: 0.5s;
}
.catalogueList li img:hover, .productList li img:hover {
	opacity: 0.8;
}
.productItem ul.product-details li {
	display: block;
	margin: 0;
}
.productList ul li {
	display: block;
}
li.price {
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	margin: 0;
	font-weight: 700;
	color: #f79320;
}
li.sale {
	text-decoration: line-through;
	margin-bottom: 10px !important;
}
li.name h5, .catalogueList h5 {
	font-weight: 700;
	font-size: 20px;
	margin: 0;
	font-family: 'Lato', sans-serif;
}
.catalogueList .catalogueItemNotFound {
	display: none;
}
.productLarge h1 {
	font-size: 25px;
	line-height: 130%;
	text-align: left;
}
.productLarge .image-large {
	margin-bottom: 30px;
}
.productAttributesContainer {
	padding: 15px 0;
	margin: 20px 0;
	border-top: 1px dashed rgba(0,0,0,0.15);
	border-bottom: 1px dashed rgba(0,0,0,0.15);
}
#productPoplets {
	margin-bottom: 30px;
}
#productPoplets .productPopletsItem {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	display: block;
	margin: 0 10px 0 0;
	padding: 15px;
}
li.productItem, li.productItemLast, td.productItem {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c2c2c2;
	float: left;
	overflow: hidden;
	padding: 8px 8px 18px;
	border-radius: 3px;
	width: 25%;
	margin: 0 30px 30px 0;
}
li.productItemLast {
	margin-right:0;
}
li.productItem .productSubmitInput, li.productItemLast .productSubmitInput, .productLarge td.productItem .productSubmitInput{
font-size:13px;
margin: 0 auto;}
.productLarge li.productItem {
	background: none;
	border: none;
	padding: 0;
	width: 100%;
}
.productLarge li.price {
	font-size: 40px;
}
.productLarge .productItem .productSubmitInput{
	 font-size: 16px;
	 margin:0;
}
.productLarge li.price span {
	font-size: 20px;
	text-decoration: line-through;
	color: #b4b4b4;
}
.poplets {
	margin: 0;
	padding: 0;
	border: none;
}
.poplets img {
	border: none;
}
.wishlist-link {
	color: #f79320;
	font-family: 'Lato', sans-serif;
	padding: 20px 0 30px;
	font-size: 12px;
}
.wishlist-link a {
	text-transform: uppercase;
}
.form-row {
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	padding: 15px 0;
}
legend {
	font-weight: bold;
}
.info-section {
	float: left;
	width: 30%;
}
.info-section p {
	padding-right: 15px;
}
.form-section {
	float: left;
	width: 70%;
}
.form-detail {
	float: left;
	width: 250px;
}
.form-detail p {
	font-size: 12px;
}
.form-data {
	float: right;
	width: 450px;
}
#payment-form .form-detail {
	width: 255px;
}
#payment-form .form-data {
	width: 570px;
}
#payment-form label {
	width: auto;
}
#payment-form input.cat_textbox, #payment-form input.cat_listbox {
	margin-right: 20px;
	width: 92%;
}
#payment-form input.cat_textbox {
	border: 1px solid #999999;
	padding: 3px;
}
#payment-form select.cat_dropdown {
	margin-right: 20px;
	width: 258px;
}
input.cat_textbox.sm {
	width: 70px !important;
}
#payment-form input.short, #payment-form input.short, #payment-form select.short {
	width: 110px;
}
#payment-form input.purchase-amount {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #222222;
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 53px;
}
#purchase-total {
	background: none repeat scroll 0 0 #fafafa;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	margin-bottom: 20px;
	padding: 10px;
}
.purchase-amount {
	box-shadow: none !important;
	float: none !important;
}
#purchase-total span {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
.cartrow {
	border: medium none;
	font-size: 13px;
	margin-left: 0 !important;
	text-transform: uppercase;
}
.cartlabel {
	float: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.cart-item {
	color: #333333;
	float: left;
	font-size: 13px;
	width: 10%;
}
.productitemcell {
	border-bottom: 1px solid #eeeeee;
	height: 115px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 0 0;
}
.product-image img {
	border: none;
	max-width: 75px;
}
.product-remove a:link, .product-remove a:visited {
	background: url("images/cart-remove.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	font-size: 0;
	height: 27px;
	line-height: 0;
	text-indent: -9999px;
	width: 25px;
}
.product-remove a:hover, .product-remove a:active {
	opacity: 0.8;
}
.cldetails {
	width: 46%;
}
.clprice, .cltax, .clcost, .clremove {
	width: 10%;
}
#catCartDetails .product-image {
	width: 13%;
}
.product-title {
	width: 33%;
}
.clqty, .product-qty {
	width: 14%;
}
.product-qty input.cartInputText {
	width: 60%;
}
.cart-opt {
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
}
.cart-opt p {
	margin: 0 0 3px;
}
#cart-footer hr {
	margin: 3px 0;
}
#opt-total-container {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 0;
	overflow: hidden;
	padding: 20px;
}
.opt-total-data .productitemcell {
	border: medium none;
	height: auto;
	padding: 0;
}
.opt-total-data {
	display: block;
	margin-bottom: 5px;
	text-align: right;
}
.opt-total-data h3 {
	margin: 0;
}
select.shippingDropDown {
	width: 95%;
	height: auto;
}
.productitemcell {
	height: 135px;
}
input#DiscountCode, input#GiftVoucher {
	display: inline;
	max-width: 280px;
	width: 165px;
	height: 50px;
}
a#catshopbuy:link, a#catshopbuy:visited, .productSubmitInput {
	display: block;
	font-size: 16px;
	padding: 1em;
	text-align: center;
	text-shadow: none;
}
#catCartDetails fieldset, #catCartDetails table {
	border: medium none;
	padding: 1.25em 0;
}
table {
	background: none;
	border: none;
}
table h3 {
	font-size: 16px;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
table.webform, table.reporting {
	border: medium none;
	background: none;
}
.reveal-modal {
	text-align: center;
}
.faq-question {
	position: relative;
}
.breadcrumbs {
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 5px;
}
.breadcrumbs li {
	margin-bottom: 10px;
}
.breadcrumbs > * a {
	color: #132533;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #fff;
}
.breadcrumbs > .current a {
	color: #fff;
}
.breadcrumbs > *::before {
	color: #fff;
}
ul.pagination li a {
	font-family: 'Lato', sans-serif;
}
ul.pagination li.current a {
	background: #f79320;
}
ul.pagination li a, ul.pagination li button {
	border-radius: 0;
}fieldset legend {
background:none;}

/*media queries*/
/*************media queries**************/
@media only screen and (min-width: 0) and (max-width: 640px) {
h1 {
	font-size: 2.125rem;
}
h2 {
	font-size: 1.6875rem;
}
h3, .testimonial-slider h3 {
	font-size: 1.375rem;
}
h4 {
	font-size: 1.125rem;
}
h5 {
	font-size: 1.125rem;
}
.utility-nav {
	padding: 5px 0 10px;
}
.top-bar-section ul {
	margin-top: 28px;
}
.slide-description {
	margin-top: 10px;
}
.slide-description h1 {
	font-size: 18px;
	line-height: 20px;
}
.slide-description span {
	font-size: 26px;
}
.slide-description h2 {
	font-size: 12px;
}
.slide-description .button {
	display: none;
}
.hero-slider .slick-dots {
	bottom: 0;
	margin: 0;
	text-align: center;
}
.work-item .work-hover a {
	font-size: 24px;
}
section.main {
	padding: 20px 0;
}
footer {
	text-align: center;
	padding: 20px 0 10px;
}
footer p, footer div.copy {
	margin-bottom: 15px;
}
.social-icons {
	float: none;
}
.row.page-headline h1 {
	font-size: 1.75rem;
	margin-top: 40px;
}
.catalogueList li {
	width: 100%;
}
li.productItem, li.productItemLast, td.productItem {
	width: 100%;
}
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
.slide-description {
	margin-top: 40px;
}
.slide-description h1 {
	font-size: 35px;
	line-height: 42px;
}
.slide-description h2 {
	font-size: 18px;
}
.row.page-headline h1 {
	margin-top: 80px;
}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
.top-bar .name {
	margin-top: -5px;
	max-width: 126px;
}
.top-bar-section ul li > a {
	font-size: 13px;
}
.side-search h2 {
	font-size: 38px;
}
.side-search h6 {
	font-size: 9px;
}
.search-filters a {
	margin-left: 10px;
}
.slide-description {
	margin-top: 65px;
}
.slide-description h1 {
	font-size: 38px;
	line-height: 46px;
}
.hero-slider .slick-dots {
	bottom: 20px;
	margin: 0;
	text-align: center;
}
.row.page-headline h1 {
	margin-top: 120px;
}
li.productItem, .catalogueList li {
	width: 29%;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1399px) {
.top-bar .name {
	margin-top: -18px;
	max-width: 199px;
}
.top-bar-section ul li > a {
	font-size: 14px;
}
.slide-description {
	margin-top: 120px;
}
.row.page-headline h1 {
    padding-top: 9%;
}
}

@media only screen and (min-width: 1400px) and (max-width: 1799px) {
.slide-description {
	margin-top: 270px;
}
.hero-slider .slick-dots {
	bottom: 0;
	margin: 0;
	text-align: center;
}

}
