html {}

/* BODY */
body {
	background-color: #FFFFFF;
	color: #444444;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 100%/1.4;
	padding-top: 80px;
}

#mobile_picture_details {
	display: none;
}

/* HEADER */
#top_line {
	height: 14px;
	margin: auto;
	background: #2498AF;
}

#header {
	color: #FFFFFF;
	min-height: 159px;
}

#logo {
	margin-top: 15px;
}

#logo a {
	outline: 0px !important;
}

#logo img {
	border: 0px;
}

#logo .center-block {
	float: left;
}

#header_right {
	float: right;
}

/* MINI BASKET (HEADER) */
#header_basket {
	float: right;
	margin-top: 20px;
	margin-bottom: 5px;
	max-width: 210px;
}

#basket_icon {
	float: right;
	width: 32px;
	height: 32px;
	margin-top: 7px;
}

#basket_totals {
	float: left;
	width: 170px;
	margin-top: 5px;
}

.items {
	float: left;
	width: 70px;
	text-align: left;
	color: #2498AF;
	background-color: transparent;
	font-size: 12px;
}

.amount {
	float: left;
	width: 80px;
	text-align: left;
	color: #2498AF;
	background-color: transparent;
	font-size: 12px;
}

.basket_title {
	font-size: 14px;
	font-weight: bold;
	color: #2498AF;
	background-color: transparent;
}

#basket_buttons {
	float: left;
	width: 60px;
}

/* HEADER ICONS */
#searchwrapper {
	float: right;
	max-width: 280px;
	/*follow your image's size*/
	height: 33px;
	/*follow your image's size*/
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: right;
}

.icon {
	margin-left: 7px;
	width: 32px;
}

.footer_icon {
	/*width: 16px;*/
}

.downarrowclass {
	width: 16px;
}

.home_icon {
	width: 22px;
}

/* TOP MENU */
#top_menu {
	color: #2498AF;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
	text-align: right;
	text-transform: uppercase;
}

#top_menu a {
	color: #2498AF;
	font-size: 10px;
	text-decoration: none;
}

#top_menu a:hover {
	color: #A1A1A1;
}

/* MAIN MENU */
#menu {
	background: #2498AF;
	color: #FFFFFF;
	margin-top: 0px;
}

#search_form {
	background-image: url('../images/search_box.gif');
	background-repeat: no-repeat;
	/*important*/
	float: right;
	height: 24px;
	/*follow your image's size*/
	margin: 0px;
	padding: 0px;
	position: relative;
	/*important*/
	width: 275px;
	/*follow your image's size*/
}

.searchbox {
	border: 0px;
	/*important*/
	color: #a1a1a1;
	font-weight: bold;
	background-color: transparent;
	/*important*/
	position: absolute;
	/*important*/
	top: 0px;
	left: 30px;
	width: 241px;
	height: 24px;
	padding: 0px;
	padding-top: 1px;
}

.searchbox_submit {
	border: 0px;
	/*important*/
	background: url('../images/search_btn.gif');
	/*important*/
	position: absolute;
	/*important*/
	top: 0px;
	left: 233px;
	width: 42px;
	height: 24px;
	cursor: pointer;
}

/* FOOTER */
#footer_wrapper {
	background-color: #2d2e45;
	color: #FFFFFF;
	/*margin-top: 15px;*/
}

#footer {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #A9C748;
	text-decoration: none;
}

#copyright .footer-menu li a {
	color: #fff;
}

#copyright .footer-menu li a:hover {
	color: #A9C748;
}

.footer_title {
	font-weight: bold;
}

.footer_section a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_section a:hover {
	color: #A9C748;
	text-decoration: none;
}

#footer_cardsave {
	margin-top: 5px;
}

#final_wrapper {
	background-color: #161722;
	/*border-top: 1px solid #FFFFFF;*/
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 5px;
}

#copyright {
	padding-top: 5px;
	text-align: center;
}

#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #F1F1F1;
}

#upshot {
	padding-top: 15px;
	/*text-align: right;*/
	text-align: center;
}

#upshot a {
	color: #A9C748;
	text-decoration: none;
}

#upshot a:hover {
	color: #fff;
}

/* GENERAL STYLING */
h1,
h2,
h3,
h4,
h5,
h6 {
	/*color: #2498AF;*/
	font-size: 32px;
	font-weight: bold;
}

h1 {
	margin-top: 50px;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border: 0px;
}

.nofloat {
	clear: both;
}

.warning {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}

.small {
	font-size: 12px;
}

.font12 {
	font-size: 12px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.underlined {
	text-decoration: underline;
}

.red_text {
	color: #CC0000;
}

.white_text {
	color: #FFFFFF;
}

.centered {
	text-align: center;
}

.justify {
	text-align: justify;
}

.align_middle {
	display: flex;
	align-items: center;
}

.float-right {
	float: right;
	margin-left: 15px;
}

/* PRODUCTS */
#left_category {
	float: left;
	margin-right: 10px;
}

#left_category_top {
	background-color: #2498AF;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	height: 24px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	text-transform: capitalize;
}

#left_category_mid {
	background-color: #F1F1F1;
	border-right: 1px solid #2498AF;
	border-left: 1px solid #2498AF;
	color: #2498AF;
	font-size: 10px;
	padding: 5px;
}

#left_category_bot {
	background-color: #2498AF;
	color: #FFFFFF;
	height: 1px;
}

#left_menu ul {
	list-style: none;
	margin: 0px;
	padding-left: 5px;
}

#left_menu ul li a {
	color: #2498AF;
	font-size: 12px;
	text-decoration: none;
}

#left_menu ul li a:hover {
	color: #A1A1A1;
}

#left_banner_ad {
	background-color: #13C0DF;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}

.product {
	background: #F1F1F1;
	border: 5px solid #FFFFFF;
	height: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.product_thumbs {
	padding-top: 3px;
	height: 40px;
	border: 1px solid red;
}

.product_thumbs img {
	cursor: pointer;
}

.product_name {
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
}

.product_name:hover {
	color: #A1A1A1;
	text-decoration: none;
}

.product_image {
	margin-top: 5px;
	margin-bottom: 5px;
}

.product_price {
	font-size: 16px;
	font-weight: bold;
}

.rrp {
	text-decoration: line-through;
	color: #A1A1A1;
	font-weight: normal;
}

.product_more_info_btn {
	margin-top: 10px;
}

.product_thumb {
	padding: 3px;
}

.product_more {
	background-color: #2498AF;
	border: 1px solid #333333;
	margin: 10px auto 0px auto;
	padding: 2px;
	width: 130px;
}

.product_more a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.product_more a:hover {
	text-decoration: none;
	color: #a1a1a1;
}

.btn_left {
	float: left;
	margin-left: 20px;
}

.btn_right {
	float: right;
	margin-right: 20px;
}

#product_info_left {
	margin-top: 5px;
}

#product_options_inner {
	width: 700px;
	margin: auto;
}

.product_options_image {
	float: left;
	width: 170px;
}

.product_options_details {
	float: right;
	width: 500px;
}

.thumbnail {
	width: 99px;
	height: 99px;
	padding: 0px;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	background: #FFFFFF;
}

.main-image {
	margin-top: 10px;
	max-width: 300px;
}

.img-border {
	margin: auto;
	border: 1px solid #d1d1d1;
	text-align: center;
}

.last {
	margin-right: 0px;
}

#gal2 {
	display: none;
}

#product_info_right h2 {
	font-size: 18px;
}

#productdivcontainer ul {
	padding-left: 20px;
}

.product_card_save {
	float: left;
	text-align: left;
}

/* product info tabs */
.tab-content>.active {
	padding: 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li>a {
	background: #ddd;
}

/* RELATED PRODUCTS */
.related {
	height: 230px;
	margin-bottom: 10px;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

.related .title {
	height: 40px;
}

/* BUNDLED PRODUCTS */
.plus_sign {
	margin-top: 60px;
	font-size: 48px;
	color: #444;
	text-align: center;
}

.bundles {
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	padding: 5px;
}

.bundles .title {
	height: 40px;
}

.bundles a {
	color: #000000;
	background-color: transparent;
}

#bundle_desc {
	margin-top: 10px;
	font-weight: bold;
}

#bundle_individual_price {
	margin-top: 10px;
	font-weight: bold;
	color: #000000;
	background: transparent;
}

#bundle_price {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FF5C00;
	background: transparent;
}

/* BASKET */
#basket_btn {
	width: 220px;
	height: 40px;
	background: url('../images/basket_btn.gif');
	border: 0px;
	cursor: pointer;
}

#basket_btn_disabled {
	width: 220px;
	height: 40px;
	background: url('../images/basket_btn_disabled.gif');
	border: 0px;
}

.readmore {
	color: #2498AF;
	text-decoration: none;
}

.readmore:hover {
	color: #A1A1A1;
	text-decoration: none;
}

/* BASKET */
#add_to_basket_form select {
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
}

#add_to_basket_form label {
	font-weight: bold;
	float: left;
	width: 120px;
	margin-bottom: 5px;
}

#add_to_basket_form label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

#add_to_basket_form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#add_to_basket_form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

.basket_options {
	color: #444;
	background-color: transparent;
	padding-left: 10px;
	font-size: 12px;
}

.bundle_options {
	color: #444;
	background-color: transparent;
	padding-left: 10px;
	font-size: 12px;
}

#basket_error {
	background: #EDBE9C url('../images/cart-error.png') no-repeat;
	background-position: 5px 5px;
	border: 1px solid #A40000;
	color: #000000;
	font-size: 14px;
	margin: 0px auto 20px auto;
	min-height: 40px;
	padding-left: 45px;
	text-align: left;
	vertical-align: middle;
	width: 550px;
}

#basket_verify {
	background: #9c6 url('../images/cart-warning.png') no-repeat;
	background-position: 5px 5px;
	border: 1px solid green;
	color: #000000;
	font-size: 14px;
	margin: 0px auto 20px auto;
	padding: 10px;
	padding-left: 55px;
	text-align: left;
	vertical-align: middle;
	width: 650px;
}

.basket_preview_image {
	float: left;
	width: 100px;
}

.basket_preview_description {
	float: left;
	margin-left: 10px;
	width: 878px;
}

#contact-form label.error {
	background: transparent url('../images/cancel.png') no-repeat scroll left;
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#contact-form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact-form textarea.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact-form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact_left {}

#contact_right {}

/* REVIEWS */
#reviews {
	margin: 0px auto 0px auto;
	width: 924px;
}

#review_form {
	background: #F1F1F1;
	border: 1px solid #A1A1A1;
	margin: 10px auto 0px auto;
	padding: 10px;
	width: 914px;
}

#review-form select {
	color: #AF7817;
	font-size: 20px;
}

#review-form textarea {
	font-family: "Arial", "Helvetica", sans-serif;
	width: 97%;
}

#reviewText {
	color: #CC0000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* GIFT VOUCHERS */
#voucher_form {}

#voucher_form label {
	float: left;
	margin-bottom: 10px;
	width: 160px;
}

#voucher_form input {
	float: left;
}

#voucher_form textarea {
	float: left;
	width: 195px;
}

#voucher_left {
	background: #000000;
	border: 1px solid #A1A1A1;
	color: #FFFFFF;
	float: left;
	min-height: 558px;
	padding: 20px;
	width: 370px;
}

#voucher_right {
	float: left;
	margin-left: 20px;
	width: 350px;
}

#voucher_picture {
	background: url('../images/vouchers/womens.jpg');
	height: 598px;
	width: 400px;
}

#voucher_code {
	font-size: 24px;
	color: #232220;
	background-color: transparent;
	position: absolute;
	margin-top: 160px;
	margin-left: 30px;
	text-align: center;
}

#voucher_value {
	font-size: 50px;
	color: #232220;
	width: 170px;
	background-color: transparent;
	position: absolute;
	margin-top: 230px;
	margin-left: 30px;
	text-align: center;
}

#voucher_text {
	width: 320px;
	height: 220px;
	background: url('../images/voucher_text.png');
	position: absolute;
	margin-top: 320px;
	margin-left: 30px;
	padding: 10px;
	font-size: 22px;
}

#voucher_from {
	/*margin-top: 10px;*/
}

#voucher_message {
	/*margin-top: 10px;*/
}

#voucher_message_text {
	font-size: 18px;
}

#voucher_date {
	background: #000000;
	color: #FFFFFF;
	margin-top: 560px;
	margin-left: 30px;
	position: absolute;
	text-align: center;
	width: 340px;
}

#voucher_form label.error {
	background: transparent url('../images/cancel.png') no-repeat scroll left;
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 195px;
	margin-left: 160px;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	padding: 0px;
	padding-left: 20px;
}

#voucher_form input.error {
	background: #EDBE9C;
	border: 1px dotted red;
}

#voucher_form select.error {
	background: #EDBE9C;
	border: 1px dotted red;
}

#voucher_form .btn {
	width: 207px;
	height: 37px;
	border: 0px;
	background: url('../images/basket_btn_white.gif');
	cursor: pointer;
}

/* MY ACCOUNT */
#my_account_middle {}

#my_account_middle h1 {}

#tab_sub_menu {
	background-color: #2498AF;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tab_sub_menu a {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#tab_sub_menu a:hover {
	color: #A1A1A1;
}

#tab_content {
	border-left: 1px solid #2498AF;
	border-right: 1px solid #2498AF;
	border-bottom: 1px solid #2498AF;
	font-size: 14px;
	padding: 20px;
}

#tab_content h2 {
	margin-top: 0px;
}

#category_banner {
	height: 327px;
	margin: 0px auto 15px auto;
	overflow: hidden;
	width: 980px;
}

#category_banner .category_slideshow {
	height: 327px;
	margin: auto;
	width: 980px;
	/*z-index: -2000;*/
}

#category_banner .category_slideshow img {}

/* SEARCH BOX */
#show_search {
	float: right;
	position: absolute;
	width: 244px;
	height: 58px;
	margin-top: 6px;
	margin-left: 700px;
	cursor: pointer;
	background: url('../images/search_closed.png');
	border: 0px;
}

#search_open {
	float: right;
	position: absolute;
	width: 244px;
	height: 426px;
	margin-top: 6px;
	margin-left: 700px;
	background: url('../images/search_open.png');
	display: none;
}

#search_content {
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	height: 330px;
}

#hide_search {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 244px;
	height: 58px;
	background: url('../images/blank.gif');
	cursor: pointer;
	border: 0px;
}

#search_form {}

.search_section {
	margin-top: 10px;
}

#search_form label {
	color: #00ADF1;
	background-color: transparent;
	font-weight: bold;
}

#search_form select {
	width: 205px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #a1a1a1;
}

#search_category {
	width: 190px;
	height: 115px;
	padding: 5px;
	border: 1px solid #a1a1a1;
	overflow: scroll;
}

.search_price {
	color: #1A418C;
	background-color: transparent;
	font-weight: bold;
	border: 0px;
	width: 100px;
}

#search_button {
	border: 0px;
	background: url('../images/search_button.gif');
	width: 202px;
	height: 38px;
	cursor: pointer;
	margin-top: 20px;
}

/* HOME ICONS */
#home_icons {
	width: 964px;
	margin: 10px auto 10px auto;
	padding-left: 2px;
}

.home_icon {
	margin-left: 11px;
}

/* BRAND LOGOS */
#brand_logos {
	width: 940px;
	margin: 10px auto 10px auto;
	text-align: center;
}

/* BREADCRUMBS */
#breadcrumb-wrapper {
	background: #F1F1F1;
	height: 25px;
}

#breadcrumbs {
	color: #2498AF;
	font-size: 10px;
	height: 12px;
	padding-top: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #2498AF;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #000000;
}

/* Buy Now/Request Callback Buttons */
.buynowbtn {
	background: transparent url('../images/buy-now.png') !important;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	float: left;
	height: 50px;
	width: 176px;
}

.paypalbtn {
	width: 153px;
	height: 45px;
	background: url('../images/paypal_btn.png');
	cursor: pointer;
	border: 0px;
}

.requestcallbackbtn {
	background: transparent url('../images/request-callback.png') !important;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	float: left;
	height: 50px;
	width: 297px;
}

/* CSS3 Button */
/*.btn, .btn:visited {
	background-color: #663366;
	border: 0px;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	text-align: center;
	text-decoration: none;
}
 
.btn:hover {
	background-color: #2D2D2D;
	color: #FFFFFF;
	text-decoration: none;
}

.btn:active {
	top: 1px;
}

.small.btn, .small.btn:visited {
	font-size: 11px;
}*/

/*.vsmall.btn, .vsmall.btn:visited { /* USED IN MINI CART IN HEADER */
/*font-size: 10px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	width: 85px;
}*/

/*.btn, .btn:visited, .medium.btn, .medium.btn:visited {
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.btn, .large.btn:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.super.btn, .super.btn:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}

.pink.btn, .magenta.btn:visited {
	background-color: #e22092;
}

.pink.btn:hover {
	background-color: #c81e82;
}

.green.btn, .green.btn:visited {
	background-color: #91bd09;
}

.green.btn:hover {
	background-color: #749a02;
}

.red.btn, .red.btn:visited {
	background-color: #e62727;
}

.red.btn:hover {
	background-color: #cf2525;
}

.orange.btn, .orange.btn:visited {
	background-color: #ff5c00;
}

.orange.btn:hover {
	background-color: #d45500;
}

.blue.btn, .blue.btn:visited {
	background-color: #2981e4;
	color: #FFFFFF;
}

.blue.btn:hover {
	background-color: #2575cf;
}

.purple.btn, .purple.btn:visited {
	background-color: #2498AF;
	color: #FFFFFF;
}

.purple.btn:hover {
	background-color: #48C3DD;
}

.yellow.btn, .yellow.btn:visited {
	background-color: #ffb515;
}

.yellow.btn:hover {
	background-color: #fc9200;
}

.black.btn, .black.btn:visited {
	background-color: #000000;
}

.black.btn:hover {
	background-color: #2D2D2D;
}*/

.width_60 {
	width: 60px;
}

.width_80 {
	width: 80px;
}

.width_100 {
	width: 100px;
}

.width_180 {
	width: 180px;
}

.width_250 {
	width: 250px;
}

.width_300 {
	width: 300px;
}

.btn_center {
	text-align: center;
}

/* LOYALTY POINTS */
#cust_loyalty_banner {
	float: right;
	color: #FFFFFF;
	background-color: #fd8402;
	padding: 10px;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#cust_loyalty_banner .info_button {
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -5px;
}

#loyalty_message {
	width: 550px;
	/*min-height: 40px;*/
	padding: 10px;
	margin: 20px auto 20px auto;
	color: #000000;
	background-color: #ECF598;
	border: 1px solid #A39B11;
	text-align: center;
	font-size: 14px;
}

#loyalty_points_product {
	float: right;
	color: #FFFFFF;
	background-color: #00AEEF;
	padding: 5px;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#loyalty_points_product .info_button {
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -5px;
}

/* centre tables (firefox bug) */
.marginauto {
	margin: auto;
}

#payment_info {
	margin-top: 20px;
}

/* SORT MENU */
#sort_menu_wrapper {
	background-color: #A0BC45;
	font-size: 12px;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

#sort_menu_wrapper .control-label {
	color: #FFFFFF;
}

#sort_menu {
	float: left;
	line-height: 24px;
	margin-left: 5px;
}

#sort_menu label {
	color: #FFFFFF;
	float: left;
	line-height: 24px;
	margin: 0px;
	margin-right: 5px;
}

#sort_menu select {
	float: left;
	font-size: 12px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

#sort_menu_navigation {
	float: right;
}

/* NUMBER OF PRODUCTS FORM */
#number_of_products_form {
	float: left;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
}

#number_of_products_form label {
	color: #FFFFFF;
	float: left;
	margin: 0px;
	margin-right: 5px;
	line-height: 24px;
}

#number_of_products_form select {
	float: left;
	font-size: 12px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

/* PAGINATION */
.pagination {
	margin: 0px 0px 0px 48px;
	padding: 2px;
}

.pagination ul {
	font-size: 12px;
	margin: 0px;
	margin-right: 3px;
	padding: 0px;
	text-align: right;
	/* Set to "right" to right align pagination interface */
}

.pagination li {
	display: inline;
	list-style-type: none;
	padding: 1px;
}

.pagination a,
.pagination a:visited {
	background: #FFFFFF;
	border: 1px solid #161722;
	color: #161722;
	padding: 1px 5px;
	text-decoration: none;
}

.pagination a:hover,
.pagination a:active {
	background-color: #161722;
	border: 1px solid #161722;
	color: #FFFFFF;
}

.pagination li.currentpage {
	background-color: #161722;
	border: 1px solid #161722;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 5px;
}

.pagination li.disablepage {
	border: 1px solid #929292;
	color: #929292;
	padding: 1px 5px;
}

.pagination li.nextpage {
	font-weight: bold;
}

* html .pagination li.currentpage,
* html .pagination li.disablepage {
	/* IE 6 and below. Adjust non linked LIs slightly to account for bugs */
	margin-right: 5px;
	padding-right: 0px;
}

/* Contact Form
-------------------------------------------------------------- */
label {
	color: #2498AF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 4px 0px;
}

input {
	background-color: #F4F4F4;
	border: 1px solid #5F5F5F;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000000;
	display: block;
	font-family: sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 10px;
	/*width: 100%;*/

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type=checkbox] {
	width: 20px;
}

select {
	/*background-color: #F4F4F4;
	border: 1px solid #5F5F5F;*/
	color: #000000;
	/*display: block;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;*/
}

textarea {
	background-color: #F4F4F4;
	border: 1px solid #5F5F5F;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000000;
	font-family: sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

legend {
	background-color: #2498AF;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}

.form_header {
	background-color: #2498AF;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}

.sendButton {
	background-color: #2498AF;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.2em;
	margin: auto;
	padding: 10px;
	text-align: center;
	width: 90%;
}

.sendButton:hover {
	background-color: #13C0DF;
	color: #FFFFFF;
}

.form_section {
	width: 100%;
}

.error {
	color: #CC0000;
}

/* CONTACT FROM ERRORS */
label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

textarea.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

/* ElavateZoom */
/*set a border on the images to prevent shifting*/
#gallery_01 img {
	border: 1px solid white;
}

/*Change the colour*/
/*.active img {
	border: 2px solid #333 !important;
}*/

/* BASKET */
/* CARD LOGOS */
#card_logos {
	text-align: right;
}

.basket_image {
	float: left;
	margin-right: 20px;
}

.delete {
	background: url('../images/delete_icon.gif');
	width: 25px;
	height: 25px;
	border: 0px;
	cursor: pointer;
}

.delete:hover {
	background: url('../images/delete_icon.gif');
	width: 25px;
	height: 25px;
}

.border_bottom_head {
	border-bottom: 2px solid #d1d1d1;
}

.border_bottom {
	border-bottom: 1px solid #d1d1d1;
}

#ff_cart label {
	float: left;
	color: #444;
	font-weight: normal;
	margin-right: 10px;
}

.voucher {
	float: left;
	width: 200px;
	text-align: right;
}

/* css radio buttons */
input[type=radio].css-checkbox {
	display: none;
}

input[type=radio].css-checkbox+label.css-label {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	padding-left: 35px;
	vertical-align: middle;
}

input[type=radio].css-checkbox:checked+label.css-label {
	background-position: 0px -18px;
}

label.css-label {
	background-image: url('../images/cssradio.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

table,
td,
th {
	border: 0px;
	border-collapse: collapse;
}

table {
	border-spacing: 0px;
}

th {
	color: #000000;
	margin: 0px;
	padding: 4px;
}

td {
	/*background-color: #FFFFFF;*/
	margin: 0px;
}

.entryTable {
	background-color: #DDDDDD;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
}

.entryTableHeader {
	background-color: #F1F1F1;
	color: #000000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*.entryTable input {
	width: 350px;
}*/

.entryTable .heading {
	background-color: #D1D1D1;
}

.entryTable .label {
	/*background-color: #EFEFEF;*/
	/*padding-left: 20px;*/
}

.entryTable .content {
	background-color: #FFFFFF;
}

.confTable {
	background-color: #DDDDDD;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

.confTableHeader {
	background-color: #FFFFFF;
	background-position: center;
	color: #444444;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.confTable .label {
	background-color: #EFEFEF;
}

.confTable .content {
	background-color: #FFFFFF;
}

.infoTable {
	background-color: #DDDDDD;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
}

.infoTableHeader {
	background-color: #FFFFFF;
	background-position: center;
	color: #000000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.infoTable .label {
	background-color: #EFEFEF;
	width: 30%;
}

.infoTable .heading {
	background-color: #D1D1D1;
}

.infoTable .content {
	background-color: #FFFFFF;
}

/* PAYMENT PAGES */
#paypal {
	margin: auto;
	text-align: center;
}

.paypal_payment {
	margin-top: 10px;
	margin-bottom: 10px;
}

#paypal_button {
	width: 300px;
	text-align: center;
	margin: auto;
}

.paypal_button {
	height: 40px;
	width: 300px;
	background: url('../images/paypal_button.gif');
	border: 0px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}

.paypal_button:hover {
	background: url('../images/paypal_button.gif');
}

.cardsave_button {
	height: 51px;
	width: 300px;
	background: url('../images/payment_button.png');
	cursor: pointer;
	border: 0px;
	margin: 20px auto 20px auto;
}

.cardsave_button:hover {
	background: url('../images/payment_button.png');
}

#sagepay_message {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

#sagepay_iframe_container {
	margin: auto;
	width: 702px;
}

#sagepay_iframe_container iframe {
	width: 100%;
}

/* REQUEST CALLBACK/CHECKOUT STAGE 2 ERRORS */
.error_validation_message label {
	display: block;
	margin: 0px 0px 0px 4px;
	padding: 5px 0px 5px 20px;
	width: 100%;
}

/* Product Attributes */
#product_attributes_responsive {
	display: none;
}

#responsive_description {
	display: none;
}

.responsive_reviews {
	display: none;
}

/* EU VAT */
#eu-vat {
	display: none;
}

/* Additional Basket Styling */
.margin_top_10 {
	margin-top: 10px;
}

.margin_top_20 {
	margin-top: 20px;
}

.padding_top_10 {
	padding-top: 10px;
}

.border_top {
	border-top: 1px solid #2498AF;
}

.basket_image {
	float: left;
	margin-right: 15px;
}

.text_align_right {
	text-align: right;
}

/* Checkout Styling */
.heading {
	background-color: #2D2E45;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.shipping-heading {
	background-color: #D1D1D1;
	color: #444444;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	min-height: 25px;
}

.frmlabel {
	font-weight: bold;
}

.frmwhite {
	color: #FFFFFF;
}

hr {
	color: #F1F1F1;
}

/* Social share buttons on product detail pages */
.twitter-share-button {
	margin-right: 15px;
	padding-top: 4px;
}

.fb-like {
	/*margin-right: 10px;*/
}

.google-share-button {
	padding-top: 4px;
}

/* LEGACY BROWSER SUPPORT */
input[type=hidden] {
	display: none;
}

.no-padding {
	padding: 0;
}

p {
	margin: 10px 0 10px 0;
}

/* CAROUSEL */
.carousel-wrapper {
	background: #2498AF;
}

.carousel.fade {
	opacity: 1;
}

.carousel.fade .item {
	transition: opacity ease-out 5s;
	left: 0;
	opacity: 0;
	/* hide all slides */
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
}

.carousel.fade .item:first-child {
	top: auto;
	opacity: 1;
	/* show first slide */
	position: relative;
}

.carousel.fade .item.active {
	opacity: 1;
}

.carousel .item {}

.carousel-control {}

.carousel-indicators {}

.carousel-caption {}

/* NAVBAR */
.navbar-default {
	background: #2498AF;
	border: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFFFFF;
	min-height: 80px;
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #D1D1D1;
}

.navbar-nav>li>a {
	padding-left: 9px;
	padding-right: 9px;
}

@media (max-width:1200px) {
	.navbar-nav>li>a {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: none;
}

.navbar-collapse.in {
	overflow-y: none;
}

/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l					(normal)
.jssora05r					(normal)
.jssora05l:hover			(normal mouseover)
.jssora05r:hover			(normal mouseover)
.jssora05l.jssora05ldn		(mousedown)
.jssora05r.jssora05rdn		(mousedown)
*/
.jssora05l,
.jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../images/a17.png') no-repeat;
	overflow: hidden;
}

.jssora05l {
	background-position: -10px -40px;
}

.jssora05r {
	background-position: -70px -40px;
}

.jssora05l:hover {
	background-position: -130px -40px;
}

.jssora05r:hover {
	background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
	background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
	background-position: -310px -40px;
}

/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 .p			(normal)
.jssort01 .p:hover		(normal mouseover)
.jssort01 .p.pav		(active)
.jssort01 .p.pdn		(mousedown)
*/
.jssort01 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 152px;
	height: 152px;
}

.jssort01 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.jssort01 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssort01 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 152px;
	height: 152px;
	border: #d1d1d1 0px solid;
	box-sizing: content-box;
	background: url('../images/t01.png') -800px -800px no-repeat;
	_background: none;
	cursor: pointer;
}

.jssort01 .pav .c {
	top: 2px;
	_top: 0px;
	left: 2px;
	_left: 0px;
	width: 148px;
	height: 148px;
	border: #000 0px solid;
	_border: #fff 2px solid;
	background-position: 50% 50%;
}

.jssort01 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	border: #fff 1px solid;
	background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
	background-position: 50% 50%;
	width: 148px;
	height: 148px;
	border: #000 2px solid;
}

* html .jssort01 .c,
* html .jssort01 .pdn .c,
* html .jssort01 .pav .c {
	/* ie quirks mode adjust */
	width
	/**/
	: 152px;
	height
	/**/
	: 152px;
}

/* YouTube Videos (responsive) */
.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.js-video.widescreen {
	padding-bottom: 56.34%;
}

.js-video.vimeo {
	padding-top: 0;
}

.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.panel.with-nav-tabs .panel-heading {
	padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
	border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
	margin-bottom: -1px;
}

/********************************************************************/

/*** PRODUCT DETAIL TABS ***/

/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
	color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
	color: #777;
	background-color: #ddd;
	border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #f5f5f5;
	border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #555;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
	color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #428bca;
	border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	background-color: #4a9fe9;
}

/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
	color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #3c763d;
}

/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
	color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
	color: #31708f;
	background-color: #FFFFFF;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #31708f;
}

/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
	color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #8a6d3b;
}

/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
	color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #f2dede;
	/* bg color */
	border-color: #ebccd1;
	/* border color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #a94442;
	/* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #ebccd1;
	/* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	/* active text color */
	background-color: #a94442;
	/* active bg color */
}

/* PAGINATION */
#pagination_wrapper {
	background-color: #13C0DF;
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pagination {
	float: right;
	margin-bottom: 0px;
}

.paginate {
	position: relative;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #161722;
	border-color: #161722;
	color: #FFFFFF;
	cursor: default;
	z-index: 2;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	background: #161722;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 10px;
}

.pagination-sm>li>a:hover,
.pagination-sm>li>span:hover {
	background: #161722;
	border-color: #161722;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 10px;
}

/* BLOG */
#blog-post-container .row {
	margin-bottom: 20px;
}

#blog-post-container .row:first-child {
	margin-bottom: 0px;
}

#blog-post-container .row:last-child {
	margin-bottom: 0px;
}

#blog-post-container h1 {
	margin-top: 50px;
}

/* FRONTEND CALENDAR */
#calendar_navigation {
	margin-bottom: 5px;
}

#calendar_navigation .nav-tabs {
	text-align: center;
}

#calendar_navigation .nav-tabs>li {
	display: inline-block;
	float: none;
}

#calendar_navigation .nav-tabs>li.active a,
#calendar_navigation .nav-tabs>li.active a:hover,
#calendar_navigation .nav-tabs>li.active a:focus {
	color: #2498AF;
	font-weight: bold;
}

.calendar_event {
	border: 1px solid #2498AF;
	position: relative;
	z-index: 1;

	-moz-transition: background 0.25s ease-in;
	-ms-transition: background 0.25s ease-in;
	-o-transition: background 0.25s ease-in;
	-webkit-transition: background 0.25s ease-in;
	transition: background 0.25s ease-in;
}

.calendar_event:hover {
	background-color: #F1F1F1;
	cursor: pointer;
}

.calendar_event a {
	bottom: 0px;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 0px;
	z-index: 2;
}

.calendar_event_preview_image {
	height: 150px;
	text-align: center;
}

.calendar_event_preview_image img {}

.calendar_event_preview_details {}

.calendar_event_preview_details h2 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.calendar_event_preview_details h3 {
	color: #000000;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.calendar_event_preview_details p {
	margin-top: 10px;
	margin-bottom: 0px;
}

/* GDPR PAGES */
.gdpr-link-title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.gdpr-link {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.gdpr-link-sub-title {
	background: #444444;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

.gdpr-heading {
	cursor: pointer;
}

/*.accordion-toggle:hover {
	text-decoration: none;
}*/

.panel-title a {
	display: block;
}

.panel-title>a:before {
	content: "\f146";
	float: left !important;
	font-family: "FontAwesome";
	margin-right: 10px;
	padding-right: 5px;
}

.panel-title>a.collapsed:before {
	content: "\f0fe";
	float: left !important;
	margin-right: 10px;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
	text-decoration: none;
}

/* GALLERY */
.row-image {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery {
	margin-top: 30px;
	margin-bottom: 30px;
}

.column {
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
	.column {
		flex: 50%;
		max-width: 50%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column {
		flex: 100%;
		max-width: 100%;
	}
}

/* Partners section (home page) */
/* Create two equal columns that sits next to each other */
.gallery-partner {
	/*margin-top: 30px;*/
	margin-bottom: 30px;
}

.column-partner {
	flex: 50%;
	max-width: 50%;
	padding: 0 4px;
}

.column-partner img {
	margin-top: 8px;
	vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
	.column-partner {
		flex: 50%;
		max-width: 50%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column-partner {
		flex: 100%;
		max-width: 100%;
	}
}

.add-picture-text {
	padding-top: 7px;
	font-size: 20px;
	display: inline-block;
	margin-right: 20px;
}

.content {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: auto;
	/*overflow: hidden;*/
	padding-top: 0;
}

.content .content-title {
	font-size: 12px;
}

.content .content-overlay {
	background: #2D2E45;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
	opacity: 0.8;
}

.content-image {
	width: 100%;
}

.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}

.content-details span {
	color: #fff;
	font-weight: bold;
	/*font-size:24px;*/
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.content-details p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}

#fNameHere {
	display: none;
}

/* video page */
.video-title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 60px;
}

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin-bottom: 15px;
}

.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

/* matches and work parties */
.work-parties {
	margin-top: 40px;
}

/* waters */
h2 {
	font-size: 20px;
}

.waters {
	margin-bottom: 40px;
}

.water-title {
	font-size: 24px;
	display: block;
	color: #fff;
	font-weight: bold;
}

.water-info-wrapper {
	background: #A9C748;
	/*margin-top:40px;*/
	padding-top: 30px;
	padding-bottom: 30px;
}

.water-info-wrapper .panel {
	border-radius: 0;
	border-color: #2D2E45;
}

.water-info-wrapper .panel-heading {
	border-radius: 0;
	background: #2D2E45;
	border-color: #2D2E45;
}

.water-directions-wrapper {
	background: #2D2E45;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.water-directions-wrapper p {
	color: #fff;
}

.water-directions-wrapper .water-title {
	font-size: 36px;
}

.water-banner-bailiff {
	background: #2D2E45;
	color: #fff;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.water-banner-bailiff .open-wrapper {
	vertical-align: middle;
	display: inline-block;
	margin-left: 15px;
	font-weight: bold;
	text-align: left;
}

.water-banner-bailiff .open {
	vertical-align: middle;
	display: inline-block;
	margin-left: 15px;
	font-weight: bold;
}

.water-banner-bailiff .bailiff {
	font-weight: normal;
	padding-top: 10px;
	display: block;
	text-align: right;
}

@media screen and (max-width: 991px) {
	.water-banner-bailiff .open-wrapper {
		text-align: center;
		display: block;
	}

	.water-banner-bailiff .bailiff {
		text-align: center;
	}
}

.water-gallery-wrapper {
	background: #A9C748;
	/*margin-top:40px;*/
	/*padding-top:30px;*/
	padding-bottom: 30px;
}

.water-gallery-wrapper .water-title {
	font-size: 36px;
	padding-bottom: 20px;
}