/* The following styles are unique to this website and over-rides the default styles in eShop CSS
-------------------------------------*/
.noUi-connect {
	background: #2754a6;
}
#map {
    min-height: 350px;
}

.alert-header {
	color: #8c8c8c;
    font-size: 26px;
    line-height: 30px;
    font-weight: 100;
    margin-top: 0;
}

.alert-description {
	font-size:16px;
}

.alert-sub-header {
	font-size: 22px;
	font-style:italic;
	font-weight:bold;
}

.alert-title {
	font-size: 18px;
	font-weight:bold;
}

.alerts-buttons {
	background: #2754a6;
	color:#FFF;
	text-transform:uppercase;
	font-size:10px;
	border: solid 1px #2754a6;
}

.alerts-buttons:hover {
	background: #fff;
    color: #2754a6;
}

.alert-fade {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.6);
	z-index:100;
	display:none;
}

.alert-lightbox {
	background-color:#FFF;
	border:1px solid #232323;
	font-size:16px;
	width:850px;
	height:auto;
	padding:20px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-425px;
	z-index:101;
	display:none;
}

.alert-lightbox h1 {
	margin-bottom:20px;
}

.alert-close {
	position:fixed;
	top:50%;
	left:50%;
	margin-top: -165px;
    margin-left: 425px;
    background-color: #FFF;
	width:40px;
	height:40px;
	font-size:20px;
	text-align:center;
	line-height:20px;
	padding:10px;
	cursor:pointer;
	box-sizing:border-box;
	border: 1px solid #333;
    border-radius: 100%;
}

.lightbox-arrow-right, .lightbox-arrow-left, .lightbox-close {
	position: absolute;
    font-size: 30px;
    top: 52%;
    margin-top: -45px;
    color: #2754A6;
    background-color: #fff;
    opacity: 0.5;
    height: 80px;
    text-align: center;
    line-height: 80px;
    width: 50px;
	cursor:pointer;
}

.lightbox-arrow-left {
	left:10px;
}

.lightbox-arrow-right {
	right: 10px;
}

.lightbox-close {
	top:55px;
	right:10px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-transform: lowercase;
}

.prod-thumb-image {
	padding:0;
	max-height:190px;
}

.prod-thumb-image img {
	width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.prod-thumb-icons {
	background:#2754a6;
	padding:10px;
	color:#fff;
	line-height:30px;
	margin-top:10px;
	font-size:16px;
}

.prod-thumb-icons img {
	margin-right:10px;
}

.prod-thumb-header {
	font-size:18px;
	font-weight:bold;
}

.prod-thumb-details {
	padding:10px 0;
	border-bottom:none;
	height:auto;
	min-height:100px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
}
.prod-thumb-details {
}
.prod-thumb-details .description {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-height: 20px;
	height: 100px;
}

.prod-thumb-details .prod-thumb-header {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 20px;
	height: 40px;
	margin-bottom:10px;
}

.prod-thumb-price {
	text-align:center;
	width:100%;
	padding:10px 0 0 0;
	font-weight:100;
	font-size:14px;
	color: #c1a462;
}
.prod-more-info {
	margin-top: 5px;
	text-align: center;
	height:40px;
}
.prod-more-info .one-line {
	font-size: 20px;
	line-height: 38px;
}
.prod-more-info .two-lines {
	line-height: 16px;
}

.prod-info-number {
	font-size:20px;
	line-height:22px;
}

.prod-thumb-price-large {
	font-size:18px;
}
.prod-thumb-daily-rate {
	display: inline-block;
    line-height: 16px;
    font-size: 0.8em;
    opacity: 0.8;
    margin-right: 10px;
}
.prod-thumb-more {
	/*background:#2754a6;
	color:#fff;
	text-align:center;*/
}

.prod-thumb-more a,
.prod-thumb-more button {
	display: block;
	padding: 10px;
	color: #fff!important;
	font-size: 12px;
}

.prod-thumb-fav {
	text-align:right;
	line-height:38px;
}

.prod-thumb-fav i {
	color:#2754a6;
}

.prod-thumb-box,
.prod-thumb-box:hover,
.tab-content {
	border:none;
	box-shadow:none;
}

.arrow-mobile {
	position: absolute;
	top:50%;
	width: 100%;
	z-index: 9999;
	padding: 0 5px;
	box-sizing: border-box;
	transform: translateX(0%) translateY(-50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	display: none;
}

.arrow-mobile div {
	display: inline-block;
	padding: 20px 18px;
	background: rgba(255,255,255,0.6);
}


.tab-pane > .row-fluid {
	margin:30px 0;
}

.tab-pane {
    padding: 0;
}

.tab-pane a {
	word-break: break-word;
}

.background-fade {
	background:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	display:none;
	z-index:9997;
}

.contact-lightbox {
	position:fixed;
	width:60%;
	top:20%;
	left:20%;
	right:10%;
	background-color:#FEFEFE;
	border:1px solid #000;
	padding:40px;
	box-sizing:border-box;
	display:none;
	z-index:9999;
}

.controls.bold {
	color: #8c8c8c;
}

.contact-lightbox .btn {
	background: #2754a6;
    color: #fff;
    text-transform: uppercase;
	text-shadow:none;
}

.contact-lightbox .controls {
	position:relative;
}

.contact-lightbox input,
.contact-lightbox textarea {
	margin-bottom:0;
}

.contact-lightbox input:focus .contact-lightbox-required {
	display:none;
}

.contact-lightbox-required {
	font-style:italic;
	font-size:12px;
    position: absolute;
    right: 10px;
    top: 0;
}

.wishlist {
	background-color:#FFF;
}

.unavail-prod {
	padding:100px 0;
	font-weight:bold;
	font-size:20px;
}

.contact-lightbox-close {
	position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 20px;
	cursor:pointer;
}

.prod-thumb-banner {
	background: #2754a6;
	padding:10px;
	border-radius:50%;
	width:70px;
	height:70px;
	display:table;
	cursor:default;
	z-index:9999;
}

.prod-thumb-banner > div {
	display:table-cell;
	vertical-align:middle;
}

.lightbox-bg {
	background:rgba(0,0,0,0.7);
	z-index:25000;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:none;
}

.lightbox-content-2 {
	border:5px solid #000;
	position:fixed;
	z-index:25001;
	overflow:hidden;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	display:none;
}

#price-range {
	width: 230px;
}


.lSAction > .lSPrev {
	left:0 !important;
}

.lSAction > .lSNext {
	right:0 !important;
}

.prod-slide-left,
.prod-slide-right {
	color: #2754a6;
    font-size: 100px;
    background: #fff;
    top: 0;
    bottom: 0;
    height: 100%;
    text-align: center;
	line-height:70px;
}

.lSAction > a {
    top: 0 !important;
    background: none !important;
    margin-top: 0 !important;
	height:100% !important;
	width:50px !important;
}

.lSAction > a:hover {
    opacity: 0.7 !important;
}

.prod-thumb-fav button {
    padding: 4px;
}

i.icon-heart-empty {
    display: block;
}

i.icon-heart {
    display: none;
}

.wishlist:hover i.icon-heart-empty {
    display: none;
}

.wishlist:hover i.icon-heart {
    display: block;
}

.prod-message {
	position: fixed;
	z-index: 99999;
	background: #2754A6;
	padding: 15px;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
	display: none;
}

.prod-message h2 {
	color: #fff;
}

.single-info .txt {
	height: 105px;
	line-height: 105px;
	font-size: 16px;
}

.prod-thumb-main {
	padding:10px;
	background:none;
	margin-bottom:10px;
	border:solid 1px #d3d3d3;
}

.prod-thumb-main:hover {
	background:#2754a6;
	color:#fff;
}

.prod-thumb-main:hover .prod-thumb-price {
	color:#fff;
}

.prod-thumb-main a:hover, .prod-thumb-main a:active {color:#fff; text-decoration:none;}

.prod-thumb-main:hover a:link, .prod-thumb-main:hover a:visited {
	color:#fff;
}

.prod-thumb-footer {
	display:none;
}

.prod-image-table {
	display: table;
    width: 100%;
}

.prod-image-cell {
	display: table-cell;
    height: 500px;
    vertical-align: middle;
    width: 100%;
    text-align: center;
	background:#eee;
	position:relative;
}

.prod-image-cell img {
	max-height: 100%;
}

.comparison-background {
	background: rgba(0, 0, 0, 0.5);
	position:fixed;
	top:0; 
	bottom:0; 
	left:0; 
	right:0;
	display:none;
	z-index:100000;
}

.comparison-box {
	position:fixed;
	width:960px;
	height:500px;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-480px;
	background-color:#ededed;
	border:1px solid #000;
	padding:20px;
	box-sizing:border-box;
	display:none;
	z-index:100001;
}

.compare-close {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -270px;
    margin-left: 450px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    padding: 5px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 100%;
    z-index: 100002;
    border: 1px solid #000;
    text-align: center;
    background-color: #FFF;
    cursor: pointer;
}

.additional-currency1 {
	float:left;
	width: 50%;
    border-right: solid 1px #000;
	margin-top:0 !important;
}

.additional-currency2 {
	float:right;
	width:49%;
	margin-top:0 !important;
}

.sort-pagination-bar label {
	margin-bottom:0;
}

.cat-title {
	line-height:16px;
	padding:3px 0;
}

.tab-content li {
    font-size: 14px;
    line-height: 30px;
}

#map-location {
	display:none;
}

.big-images, #autoWidth {
	display: none;
}

.nav-tabs {
    margin-bottom: -1px;
}

.ui-widget-header {
	background: #2754a6;
	font-size: 26px;
	line-height:30px;
    font-weight: normal;
	color:#fff;
}

.wishlist-share {
    padding: 10px 16px;
    line-height: 30px;
    background: #2754a6;
    color: #fff;
    border: none;
}

#public-wishlist-fader a {
	margin-left:5px;
}

#submit-update {
	background:#2754a6;
	border:solid 1px #2754a6;
	color:#fff;
}

.btn {
	margin-top: 15px;
    background: #2754a6 !important;
    border: solid 1px #2754a6 !important;
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: none !important;
    border-radius: 0 !important;
}

.btn:hover {
	background:#fff !important;
	color: #2754a6 !important;
}

.wishlist-design {
	color:#FFF;
    padding: 0px;
	background-color:#2754a6;
	margin-top:0;
}

#submit-login,
#submit-logout,
#password-reset,
#register-account,
#submit-register,
#submit-reset,
#submit-update {
	padding:4px 12px;
}

#submit-register {
	margin-top:0;
}

#alert-property-box > .container-fluid > .row-fluid,
#alert-land-box > .container-fluid > .row-fluid {
    margin: 10px 0;
}