/*import*/
@import url("font-awesome.min.css");
/*defaults*/
html, body, p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
a {
	color: #BC1931;
}
a:hover, a:focus, .side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button) {
	color: #d82d3e;
}
button, .button, .cat_button, .productSubmitInput, #catshopbuy{
	border-radius: 3px;
	background: #BC1931;
	color: #fff;
	font-family:'Lato', sans-serif;
}
button:hover, .button:hover, button:focus, .button:focus, .cat_button:hover, .productSubmitInput:hover, #catshopbuy:hover, .cat_button:focus, .productSubmitInput:focus, #catshopbuy:focus {
	background: #d82d3e;
}
button.small, .button.small {
	padding:10px;	
}
.cat_button, .productSubmitInput, #catshopbuy{ 
	border:none;
	 margin: 0 0 1.25rem;
    padding: 1rem 2rem 1.0625rem;
}
/*header*/
header {
	box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	background: #252f38;
	z-index: 1000;
}

input {
    margin-bottom: 0px !important;
}

.menu-container {margin: 30px 0 0 0; float: right;}

.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-section ul li {
	margin: 25px 5px 0;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #BC1931;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: #d82d3e;
}
.top-bar-section ul li > a {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.top-bar-section ul ul li > a {
	font-size: 13px;
	font-weight: 700;
}
.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: #252f38;
}

.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: #BC1931;
}
.top-bar .name {
	margin: -50px 0 0;
}
.top-bar-section .has-dropdown li > a {
	font-size: 14px;
    font-weight: 700;
    text-transform: none;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	
	color:rgba(255, 255, 255, 0.4);
}

.logo-title {
	color: #cbcbcb;
	font-size: 32px;
	line-height: 0;
	font-family: 'Oswald', sans-serif;
	position: relative;
	top: -40px;
	left: 10px;
}

.slogan {
	color: #cbcbcb;
	font-size: 24px;
	font-style: italic;
	position: relative;
	top: -30px;
	left: 10px;
}
.contain-to-grid {
	padding: 65px 0 60px;
}
/*utility*/
.utility-nav {
	/*background-color: #14191E;*/
	float: right;
	font-size: 1.25em;
	color: #d82d3e;
	margin: 10px 0 0 0;
	padding: 10px 10px 0; 
}
.utility-nav ul, .utility-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.utility-nav li {
	float: left;
}
.utility-nav li a {
	font-size: 13px;
	margin-left: 20px;
}
.shopping-cart {
	color: #fff;
	font-size: 13px;
}

a.cartSummaryLink {
	 color: #BC1931
}
.utility-nav .uty0, .utility-nav .uty1 {
    display: none;
}
table.cartSummaryTable {
	margin: 2px 0 0 20px;
	border:none;	
	background:none;
}
td.cartSummaryItem {
    color: #FFFFFF;
}
/*footer*/

footer {
	background: url(images/ui/footer-bkg.jpg) top left repeat;
	padding: 60px 0;
	color: #fff;
	font-size: .8rem;
	border-bottom: 1px solid #38404a;
}
footer p {
	font-size: .8rem;
}
footer h3 {
	font-size: 1.25rem;
	color: #859cad;
	margin-bottom: 2rem;
}
footer p {
	line-height: 1.6rem;
	margin-bottom: 8px;
}
footer .fa {
	color: #bc1931;
	margin-right: 10px;
	width: 24px;
	text-align: center;
}
footer .fa.fa-mobile.fa-lg {
	font-size: 1.5rem;
}
footer input[type="text"], footer input[type="email"] {
	background-color: #1d232a;
	border-color: #1d232a;
	padding: 10px;
	color: #999;
	-webkit-box-shadow: none;
	box-shadow: none;
}
footer input[type="text"]:focus, footer input[type="email"]:focus {
	background-color: #14191e;
	border-color: #14191e;
	color: #fff;
}
footer ul.social-icons {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer ul.social-icons li {
	display: inline-block;
	margin: 0 5px 12px 0;
}
footer ul.social-icons li a {
	display: block;
	padding: 4px 0;
	background-color: #bc1931;
	border: 2px solid #bc1931;
	color: #fff;
	width: 35px;
	text-align: center;
	border-radius: 2px;
}
footer ul.social-icons li a .fa {
color:#fff;
}
footer ul.social-icons li a:hover {
	background-color: transparent;
	color: #bc1931;
}
footer.bottom {
	color: #fff;
	background-color: #252f38;
	border-top: 1px solid #14191e;
	padding-top: 20px;
}
footer.bottom .sub-nav dd {
	margin-left: 0;
}
footer.bottom .sub-nav dd a {
	color: #fff;
	border-right: 1px solid #38404a;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
	font-family:'Lato', sans-serif;
}
footer.bottom .sub-nav dd a:hover {
	color: #bc1931;
}
footer.bottom .sub-nav dd:last-child a {
	border-right: 0;
	padding-right: 0;
}
/*aside*/
.aside h4{
	text-align:center;
	margin-bottom:1em;
}
.aside hr {
	margin:2em 0; 	
}
/*hero*/
.slide-wrap {
	max-width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
}
.hero-description {
	background-color: rgba(37, 47, 56, 0.6);
	padding: 15px 40px;
	color: #fff;
	margin-top: 150px;
	margin-left: 50px;
	width: 85%;
}
.hero-description h2 {
	font-size: 2.75rem;
	color: #fff;
	line-height: 1.25em;
	

}

.hero-description h5 {
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.5em;
	padding-bottom: 8px;

}

.slideshow-wrapper .orbit-container {
	max-height: 594px;
}
.orbit-container .orbit-slides-container img {
	min-width: 100%;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	width: 36px;
	height: 60px;
	line-height: 50px;
	color: white;
	z-index: 10;
	background-color: rgba(37, 47, 56, 0.7);
	padding: 30px;
	border-radius: 34px;
	border: 3px solid #859cad;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
	background-color: rgba(37, 47, 56, 0.6);
	border-color: #bc1931;
}
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 0;
	height: 0;
	border: inset 10px;
}
.orbit-container .orbit-prev {
	left: 30px;
}
.orbit-container .orbit-prev > span {
	border-right-style: solid;
	border-color: transparent;
	border-right-color: #859cad;
	margin-left: -17px;
}
.orbit-container .orbit-prev:hover > span {
	border-right-color: #bc1931;
}
.orbit-container .orbit-next {
	right: 30px;
}
.orbit-container .orbit-next > span {
	border-color: transparent;
	border-left-style: solid;
	border-left-color: #859cad;
	left: 50%;
	margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
	border-left-color: #bc1931;
}
/*callout*/
.callout {
	min-height: 246px;
	padding: 30px 40px 40px;
	/*background: url("images/ui/home-callout-bkg.png");*/
	text-align: center;
}
/*faq*/
.faq-question  {
	position:relative;	
}
.faq-question a {
background: none repeat scroll 0 0 #BC1931;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: 700;
	margin-bottom:3px;
    padding: 14px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
	
.faq-details {
		border: 1px solid #CCCCCC;
   padding:15px;
   margin:-4px 0 10px;
   
}
.faq-question:first-child > div.faq-details {
	display:block;	
}
.faq-question a:hover {
	background:#252F38;
	transition-duration:0.2s;	
}
/*testimonials*/
.testimonial h5  {
	font-size:15px;	
}
.testimonial h5 span {
	text-transform: uppercase;
	color: #bc1931;
	font-size: 11px;
	display: block;
}
.speech-bubble {
	position: relative;
	padding: 24px;
	margin: 1em 0 3em;
	position: relative;
	color: #333;
	background: #fff;
	border: 2px solid #bc1931;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.speech-bubble:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	right: auto;
	top: auto;
	bottom: -30px;
	border: 14px solid;
	border-color: #bc1931 transparent transparent #bc1931;
}
.speech-bubble:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 33px;
	right: auto;
	top: auto;
	bottom: -23px;
	border: 12px solid;
	border-color: #fff transparent transparent #fff;
}
.speech-bubble img {
	float: left;
	margin-right: 15px;
}
.speech-bubble p {
	font-size: .8rem;
	margin-bottom: .4rem;
	float: left;
}
/*logos*/
.logo-row > div {
	display: table;
}
.logo-row > div > div {
	margin-bottom: 0;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/*team*/
.team-zoom {
	width: 270px;
	height: 210px;
	background: url(images/ui/image-zoom-plus-sign.png) center center no-repeat;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	-ms-transition: all 0.75s;
	-o-transition: all 0.75s;
	transition: all 0.75s;
}
.team-slider-item a:hover .team-zoom {
	top: 0;
	opacity: 1;
	height: 270px;
}
.team-slider-item {
	position: relative;
	max-width: 270px;
	height: 270px;
	margin-bottom: 30px;
}
.team-slider a.button {
	margin-right: 20px;
}
.team-name-banner {
	height: 82px;
	width: 100%;
	background-color: #202a32;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.team-slider-item h5 {
	color: #859cad;
	text-align: center;
	line-height: 24px;
	width: 100%;
	position: absolute;
	top: 206px;
	margin: 0;
	font-size: 20px;
	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	-ms-transition: all 0.75s;
	-o-transition: all 0.75s;
	transition: all 0.75s;
}
.team-slider-item a:hover .team-name-banner {
	height: 100%;
	opacity: .8;
}
.team-slider-item a:hover h5 {
	color: #fff;
	top: 170px;
}
.owl-carousel {
	padding-left: 10px;
}
.owl-carousel .owl-item {
	float: left;
}
.team-wrapper {
	overflow: hidden;
	padding: 30px 0;
}
.team-wrapper h2 {
	margin-top: 0;
}
.customNavigation a.prev, .customNavigation a.next, .customNavigation a.prev-testimonial, .customNavigation a.next-testimonial {
	height: 36px;
	width: 26px;
	text-indent: -9999px;
	display: block;
	float: left;
}
.customNavigation a.prev, .customNavigation a.prev-testimonial {
	background: url(images/ui/team-arw-prev.png) center center no-repeat;
}
.customNavigation a.prev:hover, .customNavigation a.prev-testimonial:hover {
	background: url(images/ui/team-arw-prev-ro.png) center center no-repeat;
}
.customNavigation a.next, .customNavigation a.next-testimonial {
	background: url(images/ui/team-arw-next.png) center center no-repeat;
}
.customNavigation a.next:hover, .customNavigation a.next-testimonial:hover {
	background: url(images/ui/team-arw-next-ro.png) center center no-repeat;
}
section.team {
	padding: 30px 0 0;
}
.roster-item {
	border-bottom: 2px solid #ddd;
	text-align: center;
	margin: 0 0 30px;
	padding-bottom: 10px;
}
.roster-item h5 {
	margin-bottom: 0px;
}
.roster-item h6 {
	font-weight:400;
	font-size:13px;
}
.roster-item span {
	  border: 2px solid;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 7px;
    position: relative;
    text-align: center;
    top: -23px;
}
.roster-item .member-image {
	height: 250px;
	overflow: hidden;
	margin-bottom: 15px;
}
.main .roster-item img {
	border: none;
}

.fa {
	color: #bc1931;
	margin-right: 10px;
	width: 24px;
	text-align: center;
}
.panel.panel-team {
	padding:0;
	border:none;	
	border-radius: 4px;
	background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: 20px;
}

.panel.panel-team .panel-heading, .panel.panel-team .panel-footer {
    background-color: #252F38;
	border-radius: 0;
    text-align: center;
}
.panel.panel-team .panel-footer a {
      color: #FFFFFF;
    display: block;
    padding: 0.95em;
	background:#BF1E2E;
}
.panel.panel-team .panel-heading h3{
   color: #FFFFFF;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 0.75em;
}

.panel.panel-team .panel-body {
    background-color: #F1F1F1;
    font-size: 1.1em;
	 padding:20px 30px;
    line-height: 2em;
}
.panel.panel-team .panel-body p {
	margin:0;	
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.custom-icon-list {
    list-style: none outside none;
    margin: 0;
}
.panel.panel-team li {
	margin-bottom:10px;

	color: #4C4F55;	
}
.panel.panel-team li i, .panel.panel-team li em {
	  float: left;
    position: relative;
    top: 5px;
	margin-right:10px;
	color:#BF1E2E;
}
.panel.panel-team li > ul, li {
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.inline-list {
	margin:0;	
}
.inline-list > li {
	margin:0 10px 30px 0;	
}
.filters li button {
	  border: 2px solid #CDD1D0;
    border-radius: 3px;
    color: #849BAE;
    font-size: 13px;
    font-weight: 700;
	background:#fff;
    padding: 4px 10px;
}

.filters li button:hover , .filters li button.is-checked {
	border-color:#BF1E2E;
	color:#fff;
	background:#BF1E2E;
	transition-duration:0.2s;	
}
/*rules*/
.rules {
	padding: 30px 0;
}
/*accordion*/

.r-tabs .r-tabs-nav {
	margin: 0;
	padding: 0;
}
.r-tabs .r-tabs-tab {
	display: inline-block;
	margin: 0;
	list-style: none;
}
.r-tabs .r-tabs-panel {
	padding: 15px;
	display: none;
}
.r-tabs .r-tabs-accordion-title {
	display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}
.r-tabs {
	position: relative;
}
.r-tabs .r-tabs-nav {
	border-bottom: 1px solid #ccc;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	top: 1px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
	background: #bc1931;
	margin-bottom: 3px;
	padding: 14px 18px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:700;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
	background-color: #202a32;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
	background-color: #fff;
	margin-bottom: -1px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #bc1931;
	background-color: #fff;
}
.r-tabs .r-tabs-panel {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #bc1931;
	color: #fff;
	text-decoration: none;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-size: .8rem;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
	background-color: #202a32;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #bc1931;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0;
}
.tabs {
	margin-bottom: -1px !important;
}
.tabs dd {
	margin-right: 2px;
}
.tabs dd.active a {
	border-top: 1px solid #cad4d3;
	border-left: 1px solid #cad4d3;
	border-right: 1px solid #cad4d3;
	color: #bc1931;
}
.tabs dd > a {
	font-size: .9rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
.tabs-content p {
	font-size: .85rem;
}
.tabs-content > .content {
	padding: 1.2rem;
	border: 1px solid #cad4d3;
}
/*inner*/
.inner-header {
	background: #252f38;
	padding: 40px 0;
}
.inner-header h1 {
	
	background: rgba(0,0,0,0.7);
    clear: both;
    color: #BF1E2E;
    display: block;
    float: left;
    font-size: 1.8em;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
}
.inner-header .custom-breadcrumb {
	background: rgba(0,0,0,0.4);
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0 0.5em;
	clear: both;
    display: block;
    float: left;
	 z-index: 10;
	 position:relative;
}
.inner-header .custom-breadcrumb li {
    display: inline-block;
}
.inner-header .custom-breadcrumb h6 {
    line-height: 1;
    margin: 0;
	font-size:12px;
}
.inner-header .custom-breadcrumb a {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.inner-header .custom-breadcrumb .separator {
	color:#BF1E2E;
	padding:2px 5px;
}	
.inner-header .custom-breadcrumb li h6 {
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
}
.with-image {
	padding:40px 0;
	overflow: hidden;
	position: relative;
}
.with-image img {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.main {
	padding: 50px 0;
}
.offset-bottom {
	margin-bottom:30px;	
}

/*resets*/
.th {
	max-width:100px;
		
}
.clearing-thumbs {
	margin-bottom:30px;
}
.clearing-thumbs li, [data-clearing] li {
	margin:0 15px 15px 0;	
}
ul.pagination li.current a {
	background: #bf1e2e;
}
.breadcrumbs > * a {
	color: #bf1e2e;
}
.side-nav li.active > a:first-child:not(.button), .side-nav li > a:hover:not(.button), .side-nav li a:not(.button){
	color: #333;
	 background:none;
}
.side-nav li {
 border-bottom: 1px solid #DDDDDD;
    background:none;
    margin: 0 0 1px;
}
.side-nav li a:not(.button), .side-nav li a:not(.button) {
	color: #bf1e2e;
	 background:none;
	 padding-right:0;
	 padding-left:0;
	 font-family:'Lato', sans-serif;
}
.top-bar-section .dropdown li {
	margin: 0;
}
.top-bar-section .right li .dropdown {
	left: 0;
	right: auto;
}
.top-bar-section .right li .dropdown li .dropdown {
	left: 100%;
	right: auto;
}
.pricing-table .price, .pricing-table .title{
	font-family:'Lato', sans-serif;
}
/*events*/
.booking-list {
    border-bottom: 1px solid #EEEEEE;
    margin: 0 0 9px;
    padding: 10px 0 15px;
}
/*blog*/
.side-panel ul {
	margin:0 0 30px;
	padding:0;	
}
.side-panel ul li {
	list-style:none;
	padding:5px 0 ;
	   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 1px;	
}
.blog-post {
	 background-color: #F8F8F8;
    float: left;
    margin: 0 0 40px;
	padding:20px;
}
.blog-details {
	display: block;
    float: left;
    width: 100%;	
}
.blog-post .post-details {
	margin-top:10px;	
}
.blog-details div {
	border-radius: 3px;
    color: #666666;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 15px 0;
}

.blog-details div i{
	margin-right:5px;
}
.blog-aside {
	margin-bottom:30px;
}
.BlogTagCloud a {
	padding:5px;
	border-radius:3px;
	background:#f8f8f8;
	color:#333;
	display:inline-block;
	margin:0 10px 10px 0;	
}
/*store*/
.productItem .image, .productItemLast .image {
	margin-bottom:15px;	
}
.productList, .productList ul, .catalogueList {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 !important;
}
.productList li, .catalogueList li {
    display: inline;
    list-style-type: none;
}
.productList ul li {
    display: block;
}
.productSmall h5 {
    font-size: 1.5em;
}
li.price {
    font-size: 1.3em;
    margin: 0 0 10px;
}
.catalogueList .catalogueItemNotFound {
    display: none;
}
.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: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: 1px solid #EEEEEE;
    max-width: 100px;
}
.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 {
    margin: 0;
    overflow: hidden;
background:none;
    padding: 20px;
}
.opt-total-data .productitemcell {
    border: medium none;
    height: auto;
    padding: 0;
}
.opt-total-data {
    text-align: right;
	margin-bottom:5px;
	display:block;
}
.opt-total-data h3 {
    margin: 0;
}
select.shippingDropDown {
    width: 95%;
}
.productitemcell {
    height: 135px;
}

input#DiscountCode, input#GiftVoucher {
    display: inline;
	width:280px;
	max-width:280px;
}
 #catshopbuy {
		display:block;
		 padding:1em;
		 font-size:15px;
		 text-align:center;
 }
 #catCartDetails fieldset,   #catCartDetails table{
		border:none;
		padding:1.25em 0; 
 }
 table tr.even, table tr.alt, table tr:nth-of-type(2n) {
		background:none; 
 }
 table.webform, table.reporting {
	border:none; 
	width: 100%;
 }	
/*media queries*/
@media only screen and (max-width: 767px) {

.top-bar .name {
	margin: 0;
}
.top-bar .name img {
	display: block;
    margin-left: 20px;
    width: 200px;
}

.top-bar-section .right li .dropdown {
	left: 100%;
	right: auto;
}
.slogan {
	display: none;
}
.r-tabs .r-tabs-nav {
	display: none;
}
.r-tabs .r-tabs-accordion-title {
	display: block;
}
.tabs dd > a {
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: .75rem;
}
footer .newsletter {
	clear: both;
}
footer .about, footer .location {
	margin-bottom: 30px;
}
.copyright p {
	text-align: center;
}
footer.bottom .right {
	float: none !important;
	margin: 0 auto 20px auto;
	text-align: center;
}
footer.bottom .sub-nav dd {
	float: none;
}
.inner-header h1 {
	font-size:1em;	
}
.with-image {
	padding:30px 0;
}
.hero-description {
	display:none;	
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	top:30%;	
}
.hero-description {
    margin-top: 252px;
    text-align: center;
    width: 100%;
}
}

.announcement-details span.date {

    display: block;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 18px;

}

@media only screen and (min-width: 768px) and (max-width: 979px) {
.top-bar .name img {
	max-width: 187px;
	   margin-left: 20px;
	   margin-top:15px;
}
.slogan {
	display: none;
}
.top-bar-section ul li {
    margin: 0 3px;
}
}
