html {}

/* BODY */
body {
	background-color: #FFFFFF;
	border-top: 14px solid #2498AF;
	color: #444444;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

#mobile_picture_details {
	display: none;
}

/* BOOTSTRAP OVERRIDES */
@media (min-width:1200px) {
	.container {
		width: 100% !important;
		max-width: 1400px !important;
	}

	.container-fluid {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
}

@media (min-width:992px) {
	.container {
		width: 100% !important;
		max-width: 1400px !important;
	}
}

@media (min-width:768px) {
	.container {
		width: 100% !important;
		max-width: 1400px !important;
	}
}

/* HEADER */
#header {
	color: #FFFFFF;
	min-height: 180px;
}

#logo {
	margin-top: 15px;
}

#logo a {
	outline: 0px !important;
}

#logo img {
	border: 0px;
}

#logo .center-block {
	float: left;
}

#header_right {}

/* MINI BASKET (HEADER) */
#header_basket {
	float: right;
	margin-top: 20px;
	margin-bottom: 5px;
	max-width: 210px;
}

#basket_icon {
	float: right;
	height: 32px;
	margin-top: 7px;
	width: 32px;
}

#basket_totals {
	float: left;
	margin-top: 5px;
	width: 170px;
}

.items {
	color: #2498AF;
	float: left;
	font-size: 12px;
	text-align: left;
	width: 70px;
}

.amount {
	color: #2498AF;
	float: left;
	font-size: 12px;
	text-align: left;
	width: 80px;
}

.basket_title {
	color: #2498AF;
	font-size: 14px;
	font-weight: bold;
}

#basket_buttons {
	float: left;
	width: 60px;
}

/* HEADER ICONS */
#searchwrapper {
	float: right;
	height: 33px;
	margin-top: 10px;
	margin-bottom: 3px;
	max-width: 280px;
	padding: 0px;
	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,
#top_menu a:active {
	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;
	float: right;
	height: 24px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 275px;
}

.searchbox {
	background-color: transparent;
	border: 0px;
	color: #A1A1A1;
	font-weight: bold;
	height: 24px;
	left: 30px;
	padding: 1px 0px 0px 0px;
	position: absolute;
	top: 0px;
	width: 241px;
}

.searchbox_submit {
	background-image: url('../images/search_btn.gif');
	border: 0px;
	cursor: pointer;
	height: 24px;
	left: 233px;
	position: absolute;
	top: 0px;
	width: 42px;
}

/* FOOTER */
#footer_wrapper {
	background-color: #2498AF;
	color: #FFFFFF;
	margin-top: 15px;
}

#footer {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #D1D1D1;
	text-decoration: none;
}

.footer_title {
	font-weight: bold;
}

.footer_section {}

.footer_section a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_section a:hover {
	color: #D1D1D1;
	text-decoration: none;
}

#footer_cardsave {
	margin-top: 5px;
}

#final_wrapper {
	background-color: #000000;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 5px;
}

#copyright {
	padding-top: 5px;
	text-align: left;
}

#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #F1F1F1;
	text-decoration: none;
}

#upshot {
	padding-top: 5px;
	text-align: right;
}

#upshot a {
	color: #FFFFFF;
	text-decoration: none;
}

#upshot a:hover {
	color: #F1F1F1;
	text-decoration: none;
}

/* GENERAL STYLING */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2498AF;
	font-size: 18px;
	font-weight: bold;
}

p {
	margin: 10px 0 10px 0;
}

a {
	color: #000000;
	text-decoration: none;
}

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: 10px;
}

.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 {
	vertical-align: middle;
}

.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: 270px;
	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,
.product_name:active {
	color: #A1A1A1;
	text-decoration: none;
}

.product_image {
	margin-top: 5px;
	margin-bottom: 5px;
}

.product_price {
	font-size: 16px;
	font-weight: bold;
}

.rrp {
	color: #A1A1A1;
	font-weight: normal;
	text-decoration: line-through;
}

.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_info_left h1 {
	font-size: 26px;
	color: #5a7091;
}

#standard_description {
	font-size: 18px;
	line-height: 1.5;
}

#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 {
	border: 1px solid #D1D1D1;
	margin: auto;
	text-align: center;
}

.last {
	margin-right: 0px;
}

#gal2 {
	display: none;
}

#product_info_right {}

#product_info_right .booking-rates {
	margin-top: 65px;
	margin-bottom: 20px;
}

#product_info_right h2 {
	font-size: 20px;
	color: #5a7091;
}

#productdivcontainer ul {
	padding-left: 20px;
}

.product_card_save {
	float: left;
	text-align: left;
}

/* PRODUCT INFO TABS */
.tab-content>.active {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding: 20px;
}

.nav-tabs>li>a {
	background: #DDDDDD;
}

/* 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,
.readmore:focus,
.readmore:active {
	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;
}

#add_to_basket_form .quantity {
	width: 100px;
}

.basket_options {
	color: #444444;
	font-size: 12px;
	padding-left: 10px;
}

.bundle_options {
	color: #444444;
	font-size: 12px;
	padding-left: 10px;
}

#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;
}

#reviewText {
	color: #CC0000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* GIFT VOUCHERS */
#form-gift-voucher {}

#form-gift-voucher .help-block {
	color: #444444;
}

#form-gift-voucher button.voucher_value_amount {
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	font-size: 15px;
	margin-bottom: 5px;
	padding: 5px 8px 4px 8px;
	width: 74px;
}

#voucher_left {
	margin-top: 15px;
}

#voucher_left .panel {}

#voucher_right {
	margin-top: 15px;
}

#voucher_right .panel {
	border-color: #000000;
	position: relative;
	z-index: 1;
}

#voucher_right .panel-footer {
	border-top-color: #000000;
}

#voucher_logo {
	margin-bottom: 10px;
	text-align: center;
}

#voucher_title {
	background-color: #FF699F;
	color: #FFFFFF;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#voucher_code {
	color: #232220;
	font-size: 24px;
	margin-top: 20px;
	text-align: center;
}

#voucher_value {
	color: #232220;
	margin-top: 30px;
	text-align: center;
}

#voucher_value_text_description {
	font-size: 24px;
}

#voucher_value_currency {
	font-size: 50px;
}

#voucher_value_text {
	font-size: 50px;
}

#voucher_text {
	font-size: 20px;
	margin-top: 20px;
	padding: 10px;
}

#voucher_text table {
	width: 100%;
}

#voucher_text table td.voucher_text_label {
	width: 100px;
}

#voucher_from {}

#voucher_message {}

#voucher_message_text {
	font-size: 20px;
	height: 120px;
	max-height: 120px;
	overflow: auto;
}

#voucher_expiry_date {
	color: #444444;
	font-size: 18px;
	text-align: center;
}

#voucher_form label.error {
	background: transparent url('../images/cancel.png') no-repeat scroll left;
	color: red;
	display: none;
	font-weight: normal;
	margin-left: 160px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	width: 195px;
}

#voucher_form input.error {
	background: #EDBE9C;
	border: 1px dotted red;
}

#voucher_form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

/* 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-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#tab_sub_menu a:hover {
	color: #A1A1A1;
}

#tab_content {
	border-right: 1px solid #2498AF;
	border-bottom: 1px solid #2498AF;
	border-left: 1px solid #2498AF;
	font-size: 14px;
	padding: 20px;
}

#tab_content h2 {
	margin-top: 0px;
}

#order_table {
	border: 1px solid #EF632F;
	border-collapse: collapse;
}

#order_table th {
	background-color: #EF632F;
	color: #FFFFFF;
	font-size: 16px;
}

#order_table td {
	border: 1px solid #D1D1D1;
}

#viewOrderModal {
	z-index: 50000 !important;
}

#view_order {
	height: 480px;
	overflow: auto;
}

/* CATEGORY BANNER */
#category_banner {
	height: 327px;
	margin: 0px auto 15px auto;
	overflow: hidden;
	width: 980px;
}

#category_banner .category_slideshow {
	height: 327px;
	margin: auto;
	width: 980px;
}

#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 */
#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/Book 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 */
.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;
	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 WRAPPER */
#sort_menu_wrapper {
	background-color: #13C0DF;
	font-size: 16px;
	margin-top: 5px;
	padding-top: 13px;
	padding-bottom: 3px;
	text-align: left;
}

#sort_menu_wrapper .control-label {
	color: #FFFFFF;
}

/* SORT MENU */

/* NUMBER OF PRODUCTS MENU */

/* PAGINATION */
.pagination {
	margin: 0px 0px 0px 48px;
	padding: 2px;
}

.pagination ul {
	font-size: 12px;
	margin: 0px;
	margin-right: 3px;
	padding: 0px;
	text-align: right;
}

.pagination li {
	display: inline;
	list-style-type: none;
	padding: 1px;
}

.pagination a,
.pagination a:visited {
	background: #FFFFFF;
	border: 1px solid #2498AF;
	color: #2498AF;
	padding: 1px 5px;
	text-decoration: none;
}

.pagination a:hover,
.pagination a:active {
	background-color: #2498AF;
	border: 1px solid #2498AF;
	color: #FFFFFF;
}

.pagination li.currentpage {
	background-color: #2498AF;
	border: 1px solid #2498AF;
	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: "Arial", "Helvetica", 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-family: "Arial", "Helvetica", sans-serif;
	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: "Arial", "Helvetica", 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;
}

/* 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;
	text-align: right;
	width: 200px;
}

/* 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 {
	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 .heading {
	background-color: #D1D1D1;
}

.entryTable .label {}

.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 {
	margin: auto;
	text-align: center;
	width: 300px;
}

.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_0 {
	margin-top: 0px;
}

.margin_top_10 {
	margin-top: 10px;
}

.margin_top_20 {
	margin-top: 20px;
}

.margin_top_30 {
	margin-top: 30px;
}

.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: #2498AF;
	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;
	min-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.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 {}

.google-share-button {
	padding-top: 4px;
}

/* LEGACY BROWSER SUPPORT */
input[type=hidden] {
	display: none;
}

.no-padding {
	padding: 0px;
}

/* CAROUSEL */
.carousel-wrapper {
	background: #2498AF;
}

.carousel.fade {
	opacity: 1;
}

.carousel.fade .item {
	transition: opacity ease-out 5s;
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
}

.carousel.fade .item:first-child {
	top: auto;
	opacity: 1;
	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;
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #D1D1D1;
}

.navbar-nav>li>a {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

#main-menu {
	z-index: 1;
}

/* 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)
*/
#jssor_1_container {}

#jssor_1 {
	background-color: #FFFFFF;
	left: 0px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	position: relative;
	top: 20px;
	visibility: hidden;
}

#jssort01_loading {
	left: 0px;
	position: absolute;
	top: 0px;
}

#jssort01_loading_image {
	background: transparent url('../images/loading.gif') no-repeat center center;
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#jssort01_slides {
	cursor: default;
	height: 768px;
	left: 0px;
	overflow: hidden;
	position: relative;
	top: 0px;
	width: 1024px;
	background: #f1f1f1;
}

#jssort01_thumbnavigator {
	bottom: 0px;
	height: 150px;
	left: 0px;
	position: absolute;
	width: 800px;
}

.jssort01 .p {
	height: 152px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 152px;
}

.jssort01 .t {
	border: none;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.jssort01 .w {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.jssort01 .c {
	border: #d1d1d1 0px solid;
	box-sizing: content-box;
	background: url('../images/t01.png') -800px -800px no-repeat;
	_background: none;
	cursor: pointer;
	height: 152px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 152px;
}

.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: #2498AF;
	border-color: #2498AF;
	color: #FFFFFF;
	cursor: default;
	z-index: 2;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	background: #2498AF;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 10px;
}

.pagination-sm>li>a:hover,
.pagination-sm>li>span:hover {
	background: #2498AF;
	border-color: #2498AF;
	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;
}

/* 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,
.calendar_event:active {
	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;
}

#fNameHere {
	display: none;
}

/* GALLERY */
.row-image {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 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: 0px 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%;
	}
}

/* my account password validation */
/* The message box is shown when the user clicks on the password field */
#message {
	background: #F1F1F1;
	color: #000000;
	display: none;
	margin-top: 10px;
	padding: 20px;
	position: relative;
}

#message p {
	font-size: 18px;
	padding: 10px 35px 10px 35px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: green;
}

.valid:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	left: -35px;
	position: relative;
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
	color: red;
}

.invalid:before {
	content: "\f00d";
	font-family: 'FontAwesome';
	left: -35px;
	position: relative;
}