﻿@import url('components.css');

.photo-holder {
	height: 400px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.photo-holder img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
}
.remodal.loan-calc-popup{
	max-width:1024px !important;
}
.sold-gray-frame .sold-price{
	color:red;
	font-size:16px;
	font-weight:bold;
}
.sold-gray-frame .price-float{
	color:red;
	font-size:18px;
	font-weight:bold;
}
#language_bar{
	width: 345px;
	margin:0 0 10px 0;
	float:left;
	text-align:center;
}
#Company_TollFree{
	width:50%;
	float:right;
	margin:0 0 6px 0;
	font-weight:bold;
	font-size: 20px;
	text-align:center;
}
.large-content{
	padding:20px;
}
.content{
	padding:10px;
}
#content-vid-pic{
	padding:0;
	margin:0;
}
#list-details1{
	width:50%;
	margin:0;
	float:left;
	padding:0;
	list-style-type:none;
	font-size:12px;
	line-height:18px;
	color:#1c1c1c;
}
#list-details1 li{
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding:5px 0 5px 0;
    color:#000;
    text-indent: 6px;
    float:none;
}
#list-details2{
	width:50%;
	float:right;
	margin:0;
	padding:0;
	list-style-position:inside;
	list-style-type:none;
	font-size:12px;
	line-height:18px;
	color:#1c1c1c;
}
#list-details2 li{
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding:5px 0 5px 0;
    color:#000;
    text-indent: 6px;
    float:none;
}
.list-details1-2 {
	list-style-position:inside;
	list-style-type:none;
	line-height:24px;
}
.detailitemsdetails-email-ico,
.detailitemsdetails-print-ico,
.detailitemsdetails-calc-ico {
	display: inline-block;
	background: url('../images/detailitems.png') no-repeat;
	overflow: hidden;
}
.detailitemsdetails-email-ico {
	background-position: -2px -0px;
	width: 20px;
	height: 15px;
	vertical-align: middle;
}
.detailitemsdetails-print-ico {
	background-position: -2px -17px;
	width: 14px;
	height: 15px;
	vertical-align: middle;
}
.detailitemsdetails-calc-ico {
	background-position: -2px -34px;
	width: 12px;
	height: 15px;
	vertical-align: middle;
}
.main-details-contain {
	padding: 20px 0 20px 0;
}
.main-details-contain span.title-label{
	text-transform:uppercase;
}
.details-table-holder {
	max-height: 330px;
	margin: 12px 0 12px 0;
	overflow-y: auto;
	overflow-x: hidden;
}
::-webkit-scrollbar {
	width: 12px;
}
.details-table-holder::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.details-table-holder::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(223, 223, 223, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.details-table-holder::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(223, 223, 223, 0.4);
}
.details-table {
	padding: 10px 0 10px 0;
	border-bottom: 1px #c5c5c5 solid;
}
.details-padding {
	height: 551px;
	overflow: hidden;
	padding: 0 30px 0 30px;
}
h3.details-popup-header {
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.inquire-button {
	display: block;
	background: #ee4d0a;
	padding: 15px 0 15px 0;
	min-height:58.75px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
}
.inquire-button:hover {
	background: #000;
}
.inquire-button .img-btn-pretext {
	vertical-align:middle;
}
.details-sub-button {
	display: block;
	background: #212121;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 12px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.details-sub-button:hover {
	background: #303030;
}
.details-back-button {
	display: inline-block;
	vertical-align: middle;
	background: #161616;
	padding: 7px 20px 7px 20px;
	color: white;
	font-size: 12px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.details-back-button:hover {
	background: #303030;
}
.details-breadcrumbs-back {
	padding: 14px 0 14px 0;
	border-bottom: thin silver solid;
}
.details-breadcrumbs-back .details-crumbs {
	font-size: 12px;
	color: #02703C;
	display: inline-block;
	vertical-align: middle;
}
.details-breadcrumbs-back .details-crumbs a {
	font-size: 12px;
	color: #02703C;
	text-decoration: none;
}
.details-breadcrumbs-back .details-crumbs a:hover {
	text-decoration: underline;
}
.details-yellow-bg {
	background: #f3f3f3;
	min-height:250px;
}
.details-silver-bg {
	background: #ededed;
}
.details-silver-bg h3.box-heading{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
form#ElsApiAdvancedSearchForm_SearchForm {
	display: inline-block;
}
form#ElsApiAdvancedSearchForm_SearchForm .Actions {
	margin-bottom: 0 !important;
	padding: 0;
}
form#ElsApiAdvancedSearchForm_SearchForm fieldset {
	margin: 0 !important;
	padding: 0;
}
form#ElsApiAdvancedSearchForm_SearchForm .Actions input {
	display: inline-block;
	vertical-align: middle;
	background: #161616;
	padding: 9px 20px 9px 20px;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form#ElsApiAdvancedSearchForm_SearchForm .Actions input:hover {
	background: #303030;
}
#doc-print-holder {
	font-size: 12px;
}
#doc-print-holder ul#list-docs1 {
	margin: 0;
	list-style-type: none;
}
#doc-print-holder ul#list-docs1 li {
	padding: 10px 0 10px 0;
}
#doc-print-holder ul#list-docs2 {
	margin: 0;
	list-style-type: none;
}
#doc-print-holder ul#list-docs2 li {
	padding: 10px 0 10px 0;
}
#notes-container{
	font-size:16px;
	padding:0;
}
#list-notes{
	margin:0;
	color:#000;
	width:100%;
}
#list-notes li{
	margin:0;
	padding:0 20px 0 0;
	line-height:20px;
	list-style:none;
	color:#000;
}
.loan-calculator{
	background:white;
	padding:20px;
}
.loan-calculator .pad-border{
	border:thin silver solid;
	padding:20px;
}
.loan-calculator .pad-border h3{
	color:#444;
	font-size:20px;
}
.loan-calculator .pad-border p{
	color:#444;
	font-size:14px;
}
.loan-calculator .pad-border input.details-calculate-button{
	background: #ee4d0a;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 20px 35px;
	border:0px transparent none;
}
.loan-calculator .pad-border input.details-calculate-button:hover{
	background: #000;
}
.loan-calculator .pad-border input.details-reset-button{
	background: #ee4d0a;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 20px 35px;
	border:0px transparent none;
}
.loan-calculator .pad-border input.details-reset-button:hover{
	background: #000;
}
/******* Delete *****************/
#content-vid-pic {
	padding: 0;
	margin: 0;
}
#photosTab img {
	max-width: 100%;
	width: 100%;
}
.player-details {
	overflow: hidden;
	position: relative;
}
.player-details img {
	max-width: 100%;
}
.contact-details {
	font-size: 14px;
	line-height: 18px;
	color: #1c1c1c;
}
.contact-details-address1 {
	font-size: 14px;
	line-height: 18px;
	color: #1c1c1c;
}
.contact-details-city-state-zip {
	font-size: 14px;
	line-height: 18px;
	color: #1c1c1c;
}
.contact-details-numbers {
	font-size: 14px;
	line-height: 18px;
	color: #1c1c1c;
}
.contact-details-languages {
	font-size: 14px;
	line-height: 18px;
	color: #1c1c1c;
}
.contact-details-contact {
	font-weight: bold;
	color: #1c1c1c;
	font-size: 12px;
}
.contact-details-contact.clickable {
	cursor: pointer;
	text-decoration: underline;
}
.contact-details-office {
	float: left;
	width: 136px;
	margin-right: 40px;
}
.contact-details-fax {
	width: 124px;
	float: right;
}
.price-details {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 99%;
	font-weight: bold;
	color: #fff;
	background-color: #313131;
	border-top: solid 1px green;
	border-bottom: solid 1px green;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: middle;
	margin-bottom: 20px;
}
.price-float {
	width: auto;
	float: right;
	margin-right: 10px;
	margin-top: 0;
}
.tabs,
ul.tabs {
	background: #fff;
	border-bottom: 1px #c5c5c5 solid;
	margin: 0;
	padding: 5px 0 5px 0;
	overflow: hidden;
	list-style-type: none;
}
ul.tabs li {
	line-height: 40px;
}
.tabs li {
	display: block;
	overflow: hidden;
}
.tabs li.mobile-show-block {
	display: none;
}
ul.tabs li a.sub-tab-header{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
#tab-fix .tabber {
	float: left;
	width: auto;
	padding: 0 !important;
	margin: 0 !important;
}
.tabs li a {
	display: block;
	color: #161616;
}
.tabs li a span.arrow {
	visibility: hidden;
}
.tabs li a.selected {
	background: #e3e3e3;
	color: #161616;
	padding:0 20px 0 20px;
}
.tab-content {
	clear: both;
	overflow: hidden;
}
.tabs li.other {
	float: left;
}
.tabs li.other a {
	text-decoration: none;
}
.defaulttab {
	font-size: 12px;
	color: #161616;
	cursor: pointer;
	text-decoration: none !important;
	padding-left: 5px;
	padding-right: 5px;
}
.tab2 {
	font-size: 12px;
	color: #161616;
	cursor: pointer;
	text-decoration: none !important;
	padding-left: 5px;
	padding-right: 5px;
}
#photos {
	height: 28px;
	line-height:28px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 47%;
}
#video {
	height: 28px;
	line-height:28px;
	text-align:center;
	width: 47%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
a.bg {
	color: #161616;
	cursor: pointer;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-decoration: none !important;
	width: 100%;
}
a.bg:hover {
	color: #161616;
}
#list-details1 {
	width: 50%;
	margin: 0;
	float: left;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	color: #1c1c1c;
}
#list-details1 li {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
	color: #000;
	text-indent: 6px;
	float: none;
}
#list-details1 li.odd {} #list-details1 li.even {} #list-details2 {
	width: 50%;
	float: right;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	color: #1c1c1c;
}
#list-details2 li {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
	color: #000;
	text-indent: 6px;
	float: none;
}
#list-details2 li.odd {} #list-details2 li.even {} .list-details1-2 {
	list-style-position: inside;
	list-style-type: none;
	line-height: 24px;
}
#pop-up {
	background-color: #fff;
	background-image: none;
	margin: 0;
	width: 100%;
	text-align: center;
}
#vcard-container {
	width: 443px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
}
#vcard-contacts {
	width: 443px;
	margin-left: auto;
	margin-right: auto;
}
#vcard-top {
	background-image: url('../images/contact-box-top.jpg');
	background-repeat: no-repeat;
	width: 443px;
	height: 25px;
	margin: 0;
	padding: 0;
}
#vcard-bottom {
	background-image: url('../images/contact-box-bottom.jpg');
	background-repeat: no-repeat;
	width: 443px;
	height: 13px;
	margin: 0;
	padding: 0;
}
.vcard-contact-info {
	background-image: url('../images/contact-box-repeat.jpg');
	background-repeat: repeat-y;
	width: 443px;
	min-height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	text-align: center;
		font-size: 14px;
	line-height: 18px;
}
#alt-close {
	text-align: center;
		font-size: 14px;
	padding-top: 6px;
}
#vcard-popup-close {
	width: 24px;
	height: 25px;
	background-image: url('../images/close.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: -4px;
	top: -4px;
}
#vcard-popup-close a {
	text-decoration: none;
	width: 100%;
	height: 25px;
	cursor: pointer;
}
#docs_win-new_popup {
	background-color: #fff;
	background-image: none;
	margin: 0;
	width: 100%;
	text-align: center;
}
#docs_win-container {
	width: 443px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
}
#docs_win-documents {
	width: 443px;
	margin-left: auto;
	margin-right: auto;
}
#docs_win-top {
	background-image: url('../images/contact-box-top.jpg');
	background-repeat: no-repeat;
	width: 443px;
	height: 25px;
	margin: 0;
	padding: 0;
}
#docs_win-bottom {
	background-image: url('../images/contact-box-bottom.jpg');
	background-repeat: no-repeat;
	width: 443px;
	height: 13px;
	margin: 0;
	padding: 0;
}
.docs_win-document-infos-container {
	background-image: url('../images/contact-box-repeat.jpg');
	background-repeat: repeat-y;
	width: 443px;
	min-height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	text-align: center;
		font-size: 14px;
	line-height: 18px;
	list-style-type: none;
}
#alt-close {
	text-align: center;
		font-size: 14px;
	padding-top: 6px;
}
#docs_win-popup-close {
	width: 24px;
	height: 25px;
	background-image: url('../images/close.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: -4px;
	top: -4px;
}
#docs_win-popup-close a {
	text-decoration: none;
	width: 100%;
	height: 25px;
	cursor: pointer;
}
.docs_win-document-info {
	list-style-type: none;
}

/********* Delete ****************/

.unselectable {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}
.row .pl-dtl-main-content, .pl-dtl-main-content {
	margin:20px 0 30px 0 !important;
	background-color:#FFF;
    border: 1px #d3d6dd solid;
    border-left: 0;
}

/* Options Header */
.pl-dtl-options {
	background-color:#d50907;
	border:1px dotted #FFF;
	border-left:0;
	border-right:0;
}
.pl-dtl-options .option-item {
	float:right;
	padding:0 18px;
	border-left:1px solid #FFF;
	line-height:50px;
}
.pl-dtl-options .option-item,
.pl-dtl-options .option-item a {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
.pl-dtl-options .option-item:first-child {
	border-left:0;
}
.pl-dtl-options #pl-dtl-tollfree,
.pl-dtl-options #pl-dtl-tollfree a {
	font-size: 28px;
    color: #FFF;
    font-weight: bold;
}
.pl-dtl-options #pl-dtl-tollfree img {
	height:26px;
	vertical-align:middle;
	margin:0 6px;
}
.pl-dtl-options #pl-dtl-eq-refine {
	float:left;
}
.pl-dtl-options #pl-dtl-eq-refine form, .pl-dtl-options #pl-dtl-eq-refine form fieldset {
	margin:0;
	padding:0;
}
.pl-dtl-options #pl-dtl-eq-refine input.action {
	background:none;
	border:none;
	background-image:url('../images/small-mag-icon-white.png');
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:20px;
	font-weight:bold;
}
.pl-dtl-options #pl-dtl-eq-refine .warning {
	display:none;
}
.pl-dtl-options .pl-back-button {
	text-transform:uppercase;
}
.pl-dtl-options.mobile .option-item {
	float:none;
	border-left:0;
	text-align:center;
}

/* Photo and details main view */

/* left side */
.pl-dtl-photo-container {
	min-height:500px;
}
.pl-dtl-photo-container .pl-dtl-photo {
	position:absolute;
	top:-2%;
	width:100%;
	height:104%;
	overflow:hidden;
	background-color:#FFF;
	border:1px solid #333;
    box-shadow: 2px 4px 24px rgba(0,0,0,0.4);
}
.pl-dtl-photo-container .pl-dtl-no-image {
	
}
.pl-dtl-photo .slick-slide {
	overflow:hidden;
}
.pl-dtl-photo .slick-slide,
.pl-dtl-photo .slick-list,
.pl-dtl-photo .slick-track {
	position:relative;
	height:100%;
	background-color:#2b2b2b;
}
.pl-dtl-photo img {
	position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    max-height: none;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pl-dtl-photo img.landscape {
	height:100%;
	width:auto;
	max-width:none;
}
.pl-dtl-photo img.portrait {
	width:100%;
	height:auto;
	max-height:none;
}
.pl-dtl-photo-container .pl-dtl-view-pics {
	position:absolute;
	left:0;
	bottom:-2%;
	display:block;
	width:100%;
	background: rgba(255,255,255, 0.75);
	text-decoration:none;
	padding:3px;
	font-size:18px;
	color:#000;
	text-align:center;
}
.pl-dtl-photo-container .pl-dtl-quick-view {
	position: absolute;
    left: 10px;
    bottom: 0;
    display: block;
    min-width: 150px;
    background: rgba(255,255,255, 0.75);
    text-decoration: none;
    padding: 3px 15px;
    font-size: 18px;
    color: #000;
}
.pl-dtl-photo-container .pl-dtl-cert {
	
}

/* right side */
.pl-dtl-right-side {
	position:relative;
	min-height:476px;
	margin:10px 20px 10px 20px;
}
.pl-dtl-right-side.multi-photo {
	padding-left:120px;
}
.pl-dtl-photo-nav {
	position: absolute;
    top: 0;
    left: 0;
	width:100px;
    height: 100%;
	overflow:hidden;
}
.pl-dtl-photo-nav-bttn {
	height:18px;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	background:#F1F1F1 url('/ELS-MSSQL-SilverStripe/images/photo-nav-arrow.png') center 0 no-repeat;
}
#photo-nav-prev {
	position:relative;
	z-index:2;
}
#photo-nav-next {
	position:absolute;
	bottom:0;
	width:100%;
	z-index:2;
	background:#F1F1F1 url('/ELS-MSSQL-SilverStripe/images/photo-nav-arrow.png') center -18px no-repeat;
}
#photo-nav-prev.disabled, #photo-nav-next.disabled {
	background:#F7F7F7;
}
.pl-dtl-photo-nav-inner {
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}
.photo-nav-item {
	overflow:hidden;
}
.photo-nav-item .fiximg {
	position:relative;
	height:100px;
	overflow:hidden;
	margin:5px 0;
    border: 1px solid #333;
	background-color:#000;
}
.photo-nav-item.selected .fiximg img {
	opacity:0.5;
}
.photo-nav-item img {
	position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    max-height: none;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.pl-dtl-right-side .title {
	font-family:"Open sans";
	font-size:24px;
	text-align:right;
	padding-bottom:8px;
}
.pl-dtl-right-side .title.mobile {
	text-align: center;
    padding: 20px 0;
}

.pl-dtl-right-side .price {
	overflow:hidden;
}
.pl-dtl-right-side .price .label {
	float:left;
    padding: 12px 4px 0 4px;
	font-size:18px;
}
.pl-dtl-right-side .price .value {
	text-align:right;
	font-size:30px;
	font-weight:bold;
	color:#df0831;
}
.pl-dtl-right-side a.cta-option {
	display:block;
    margin: 0;
    padding: 5px 0;
	line-height: 40px;
    border-bottom: 1px dotted #a6a6a6;
	background-image:url(../images/right.png);
	background-position:right center;
	background-repeat:no-repeat;
    font-size: 16px;
    color: #474747;
    font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
}
.pl-dtl-right-side .cta-option img {
	margin-right:8px;
}
.pl-dtl-right-side > .address {
	padding-top:10px;
}
.pl-dtl-right-side .address a.pl-dtl-gmap-link {
	display:block;
	float:right;
	height:46px;
	padding:2px 2px 4px 2px;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.pl-dtl-right-side .address a.pl-dtl-gmap-link img {
	width:30px;
	position:relative;
	top:-4px;
	left:0;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.pl-dtl-right-side .address a.pl-dtl-gmap-link:hover {
	padding:0;
}
.pl-dtl-right-side .address a.pl-dtl-gmap-link:hover img {
	top:-4px;
	width:34px;
}
.pl-dtl-right-side .line-item {
	overflow:hidden;
	padding-top:10px;
}
.pl-dtl-right-side .line-item .label {
	float:left;
	width:90px;
	padding-left:4px;
	font-size:18px;
}
.pl-dtl-right-side .line-item .value {
	padding-top:2px;
	font-size:14px;
}
.pl-dtl-right-side .line-item .value a {
	text-decoration:none;
}
.line-item.store .value {
	font-weight:bold;
}
.line-item a.phone {
	text-decoration:none;
	font-weight:bold;
}

/* docs, details, and notes */
.pl-dtl-docs {
	overflow:hidden;
	max-height:1000px;
    margin-top: 0.5%;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
.pl-dtl-docs.hide-more-docs {
	height:49px;
	max-height:49px;
	overflow:hidden;
}
.pl-dtl-docs.hide-more-docs.hint-more-docs {
	height:58px;
	max-height:58px;
}
.pl-dtl-docs a {
	display:block;
	padding:10px 20px;
	background:#333;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
.pl-dtl-docs a:hover {
	background-color:#000;
}
.pl-dtl-docs a.odd {
}
.pl-dtl-docs a img {
	float:right;
}
#pl-dtl-more-docs {
	display: block;
	height:18px;
    background: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}
#pl-dtl-more-docs:hover {
	background-color:#fff;
}
.pl-dtl-specs {
	/*background-color:#FFF;*/
	padding:0 0 10px 0;
	margin-top:10px;
}
.pl-dtl-specs * {
	font-family:'Open Sans';
}
.pl-dtl-specs-box {
	background-color:#f2f2f2;
}
.pl-dtl-specs-box .specs-box-top {
	background:#d6d6d6;
	color:#000;
	padding:8px;
}
.pl-dtl-specs-box .specs-box-content {
	border:1px solid #d6d6d6;
	border-top:0;
	padding:12px;
}
ul.label-value-pairs {
	padding:0;
	margin:0;
	line-height:18px;
	font-size:medium;
	list-style:none;
}
ul.label-value-pairs li {
	display:block;
	float:left;
	width:50%;
	padding:5px 0;
	color:#000;
	text-indent:5px;
}
ul.label-value-pairs li.label {
	background-color:transparent;
	font-weight:bold;
}
ul.label-value-pairs li.value {
	font-style:italic;
}
ul.label-value-pairs li.value.odd {
	background-color:#FFF;
}
ul.note-list {
	padding:0;
	margin:0;
	list-style:none;
}
#quoteform-tradein-fields {
	background:#eaeaea;
	border:thin gray dashed;
	padding:20px;
	margin:0 0 20px 0;
}
#ElsApiEquipmentDetailContactForm_DetailsContactForm_trades{
	display:block !important;
	margin:0;
	padding:0;
}
#trades{
	margin:12px 0 12px 0;
}
#trades label{
	margin:0 0 6px 0;
	font-weight:bold;
	background:#eaeaea;
	padding:10px;
	color:#092954 !important;
}
#ElsApiEquipmentDetailContactForm_DetailsContactForm_trades li{
	display:inline-block !important;
	clear:none !important;
	vertical-align:top !important;
	line-height:normal !important;
	margin:0 16px 0 0 !important;
}
#ElsApiEquipmentDetailContactForm_DetailsContactForm_trades li input{
	float:left !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
	vertical-align:top !important;
	line-height:normal !important;
	background:transparent !important;	
}
#ElsApiEquipmentDetailContactForm_DetailsContactForm_trades li label{
	float:left !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
	vertical-align:top !important;
	line-height:normal !important;
	font-weight:normal !important;
	background:transparent !important;		
}

/* Price Watch */

#ElsApiEquipmentDetailContactForm_PriceWatchForm #Email,
#ElsApiEquipmentDetailContactForm_PriceWatchForm #Name,
#ElsApiEquipmentDetailContactForm_PriceWatchForm #FirstName,
#ElsApiEquipmentDetailContactForm_PriceWatchForm #LastName,
#ElsApiEquipmentDetailContactForm_PriceWatchForm #Phone {
	float:left;
	width:49%;
}
#ElsApiEquipmentDetailContactForm_PriceWatchForm #Email,
#ElsApiEquipmentDetailContactForm_PriceWatchForm #FirstName,
#ElsApiEquipmentDetailContactForm_PriceWatchForm #Phone {
	margin-right:1%;
}
#ElsApiEquipmentDetailContactForm_PriceWatchForm #NearestLocation,
#ElsApiEquipmentDetailContactForm_PriceWatchForm .price-watch-box-bg {
	clear:both;
}
#ElsApiEquipmentDetailContactForm_PriceWatchForm #NearestLocation,
#ElsApiEquipmentDetailContactForm_PriceWatchForm #Expiration {
	width:99%;
}
.price-watch-logo {
	width:75%;
	margin-bottom:20px;
}
.price-watch-instructions{
	text-align:center;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	margin:0;
	padding:0;
	letter-spacing:-1px;
}
.price-watch-title{
	text-align:center;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:6px 0 6px 0;
	padding:0;
	color:#ee4d0a;
	letter-spacing:-1px;
}
.price-watch-required-text {
	font-size: 14px;
	color: #000;
	margin: 0 0 10px 0;
	text-align:center;
}


/*************************************** FlexSlider*****************************************/
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}
.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides>li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
#slider {
	height: 400px;
	overflow: hidden;
}
#slider .slides img {
	height: 100%;
	width: auto;
	object-fit: contain;
}
.flex-viewport {
	max-height: 400px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
@-moz-document url-prefix() {
	.loading .flex-viewport {
		max-height: none;
	}
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	display: flex; /* override inline-block */
	align-items: center; /* vertical center */
	justify-content: center; /* horizontal center */
	background: #fff; /* white background */
	border-radius: 4px; /* less rounded */
	color: #000; /* black arrow color */
	text-shadow: none; /* remove white text-shadow */
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* optional: subtle shadow */
	text-decoration: none;
	font-size:0;
	display: block;
	width: 40px;
	height: 60px;
	padding:6px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	text-indent: 0;
	margin:10px auto 0 auto;
	display: inline-block;
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: #000; /* arrow icon in black */
	text-shadow: none; /* remove text shadow */	
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

figure.containerZoom {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
    margin: 0;
}
figure.containerZoom img {
    transition: opacity .5s;
    display: block;
    width: 100%
}
figure.containerZoom.active img {
    opacity: 0;
}

/* responsive styles */
/* medium*/
@media screen and (max-width: 1024px) {
	.pl-dtl-photo-nav {
		display:none;
	}
	.pl-dtl-right-side.multi-photo {
		padding:0;
	}
	.details-padding {
		padding: 20px 10px 10px 10px;
		height:auto;
	}	
	.details-padding ul.sub-details-buttons li{
		margin:0 0 10px 0;
		padding:0;
	}
	.main-details-contain {
	    padding: 20px 0 0 0;
	}		
}
/* small */
@media screen and (max-width: 640px) {
	#list-details1{
		width:100%;
		float:none;
		display:block;
	}
	#list-details2{
		width:100%;
		float:none;
		display:block;
	}
	.equipment-specs-photo{
		width:90%;
		margin:0 auto;
	}
	.title-holder-topPhoto {
	    max-width:100%;
	}
	.zoom{
		display:none;
	}
	.large-photo{
		display:none;
	}
	.thumbs-table-mobile{
		display:block;
	}
	.thumbs-table{
		display:none;
	}
	.thumbs-table-mobile ul li{
		display:block;
		margin:0 0 10px 0;
	}
	.thumbs-table-mobile ul li img{
		border:none;
		height:auto;
		width:100%;
		display:block;
	}

}

/***************************************************/


