@import url('components.css');

/* New Details Layout 7-2-18 */

#gray-frame .details_heading--wrapper{
	margin:0 0 20px 0;
}
#gray-frame .details_heading--wrapper h1.product_detail_main--title{
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
}
a.product_detail_back--button{
	background:#e8e8e8;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	color:#202020;
	padding:7px 15px;
	text-align:center;
}
a.product_detail_back--button:hover{
	background:#d3d3d3;
}
#gray-frame ul.price_locale--section{
	margin:0 0 15px 0;
	padding:0;
	list-style-position:outside;
}
#gray-frame ul.price_locale--section li{
	display:inline-block;
	vertical-align:middle;
	margin:0 2.5% 0 0;
}
#gray-frame ul.price_locale--section li span{
	font-size:32px;
	font-weight:900;
	color:#ff3600;
}
#gray-frame ul.price_locale--section li a{
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}
#gray-frame ul.price_locale--section li a:hover{
	text-decoration:none;
}
.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;
}
.PL-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;
    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;
    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: 0 0 20px 0;
}
.main-details-contain span.title-label{
	text-transform:uppercase;
}
.sub-details-buttons{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
.sub-details-buttons li {
	margin-bottom:2px;
}
.sub-details-buttons li a.details-sub-button {
	display: block;
	background: #eaeaea;
	padding: 12px 20px 12px 20px;
	color: #000;
	font-size: 16px;
	font-weight:800;
}
.sub-details-buttons li a.details-sub-button:hover {
	background: #cecece;
}
.sub-details-buttons li a.details-sub-button span{
	float:right;
}
.details-table-holder {
	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: 12px 0 12px 0;
	border-bottom: 1px #e3e3e3 solid;
}
.details-padding {
	overflow: hidden;
	padding: 0 30px 0 30px;
}
h3.details-popup-header {
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.main-details-contain .details-padding ul.side-by-side>li {
    padding: 0 0.375rem 1.25rem;
}
.inquire-button {
	display: block;
    background: #ff3600;
	color:#fff;
	padding: 12px 0 12px 0;
	min-height:58.75px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.inquire-button:hover {
    background: #222222;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.34);  
}
.inquire-button .img-btn-pretext {
	vertical-align:middle;
}
.details-back-button {
	display: inline-block;
	vertical-align: middle;
	background: #161616;
	padding: 7px 20px 7px 20px;
	color: white;
	font-size: 12px;
	text-align: center;
}
.details-back-button:hover {
	background: #303030;
}
.details-yellow-bg {
	background: #f9f9f9;
	min-height:250px;
}
.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;
}
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:12px;
}
.loan-calculator .pad-border input.details-calculate-button{
	background: #ff3600;
	color: #fff;
	font-size: 14px;
	display: block;
	width: 100%;
	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: #222222;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 34%);	
}
.loan-calculator .pad-border input.details-reset-button{
	background: #ff3600;
	color: #fff;
	font-size: 14px;
	display: block;
	width: 100%;
	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: #222222;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 34%);	
}
/******* Delete *****************/
#content-vid-pic {
	padding: 0;
	margin: 0;
}
#photosTab img {
	max-width: 100%;
	width: 100%;
}
.player-details {
	overflow: hidden;
	position: relative;
}
.player-details img {
	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;
}
.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 #121212;
	border-bottom: solid 1px #121212;
	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:0px none transparent;
	margin: 0 0 10px 0;
	padding: 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;
	margin: 0 5px 0 0;
}
.tabs li a {
    background: #ff3600;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 12px 25px;
    transition: 0.4s all;
}
.tabs li a:hover {
    background: #222222;
}
.tabs li a span.arrow {
	visibility: hidden;
}
.tabs li a.selected {
    background: #37393b;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 12px 25px;
    transition: 0.4s all;
}
.tabs li a.selected:hover {
    background: #292a2c;
    color:#fff;
}

.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;
}
#list-details1 {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-flow: wrap;
}
#list-details1 li {
    display: flex;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    vertical-align: top;
    padding: 10px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #434343;
}
#list-details2 {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-flow: wrap;
}
#list-details2 li {
    display: flex;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    vertical-align: top;
    padding: 10px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #434343;
}
.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 {
	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:#121212;
	letter-spacing:-1px;
}
.price-watch-required-text {
	font-size: 14px;
	color: #000;
	margin: 0 0 10px 0;
	text-align:center;
}

.share_copier--wrapper{
	text-align:left;
	padding:15px;
}
.share_copier--wrapper h2{
	font-size:18px;
	font-weight:bold;
	margin:0 0 25px 0;
	padding:0 0 8px 0;
	border-bottom:1px #4b4b4b solid;
}
.share_copier--wrapper input#myInput{
	height:50px;
	padding:10px;
	margin:0 0 20px 0;
	overflow:hidden;
	white-space:nowrap;
	background:#d4d4d4;
	border:1px #373737 solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
.share_copier--wrapper .copy--tooltip {
	position: relative;
}
.share_copier--wrapper .copy--tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
}
.share_copier--wrapper .copy--tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.share_copier--wrapper .copy--tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.share_copier--wrapper .copy--tooltip button.copier--button{
	background:#181818;
	padding:13px 0 13px 0;
	margin:0;
	display:block;
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
}
.share_copier--wrapper .copy--tooltip button.copier--button:hover{
	background:#363636;
}

/* responsive styles */
@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;
	}	
	.main-details-contain {
	    padding: 0;
	}		
}
@media screen and (max-width: 640px) {
	#list-details1 li{
		width:100%;
		float:none;
		display:block;
		flex-basis:100%;
		padding:5px 0 5px 0;
	}
	#list-details2 li{
		width:100%;
		float:none;
		display:block;
		flex-basis:100%;
		padding:5px 0 5px 0;
	}
	.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;
	}
}

@media only screen and (max-width: 580px) {
	.details-padding {
	    padding: 0;
	}
}

