@import url("./font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Arimo");
@import url("https://fonts.googleapis.com/css?family=NTR");
@import url("/fonts/font-awesome.min.css");
#hottips {
  width: 988px;
  background: none #fff;
  margin-top: 15px;
  float: left;
  border: 1px solid #dfdfdf;
  border-bottom: 2px solid #cbcbcb;
  border-radius: 5px;
}
#hottips h1, #hottips h2 {
  font-weight: bold;
  font-size: 12pt;
  color: #000;
  line-height: 45px;
  border-bottom: 1px solid #dadada;
  width: 100%;
  text-indent: 10px;
}

html, body {
  width: 100%;
}

#carDetail * {
  box-sizing: border-box;
  vertical-align: top;
}
#carDetail .pgWrapCarDet {
  width: 1100px;
  position: relative;
  left: auto;
  margin: 0 auto;
}
#carDetail .contWrap {
  display: table;
  border-collapse: collapse;
  background: none #fff no-repeat top right;
  border-radius: 8px;
  padding: 0;
  margin: 20px auto;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
}
#carDetail .lCol {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding: 0 20px;
}
#carDetail .rCol {
  display: table-cell;
  vertical-align: top;
  width: 320px;
  padding: 0 20px 0 0;
  position: relative;
}
#carDetail .ftr {
  width: 100%;
  display: block;
  padding: 10px 20px 5px 20px;
  text-align: center;
}
#carDetail .mainDescWrap {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: stretch;
  margin: 15px 0 10px 0;
  font-size: 13pt;
  clear: both;
}
#carDetail .mainDesc, #carDetail .priceInfo {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 49.5%;
  line-height: 24px;
}
#carDetail .mainDesc .ttl, #carDetail .priceInfo .ttl {
  display: inline-block;
  width: 45%;
  font-weight: bold;
}
#carDetail .mainDesc .ttl.mainPrice, #carDetail .priceInfo .ttl.mainPrice {
  line-height: 30px;
  font-size: 18pt;
}
#carDetail .mainDesc .ttl.iln, #carDetail .priceInfo .ttl.iln {
  display: inline;
  width: auto;
}
#carDetail .mainDesc .val, #carDetail .priceInfo .val {
  display: inline-block;
  width: 55%;
  text-align: right;
}
#carDetail .mainDesc .val.mainPrice, #carDetail .priceInfo .val.mainPrice {
  line-height: 30px;
  font-size: 20pt;
  font-weight: bold;
}
#carDetail .mainDesc .val.iln, #carDetail .priceInfo .val.iln {
  display: inline;
  width: 100%;
}
#carDetail .mainDesc .vinLnk, #carDetail .priceInfo .vinLnk {
  float: right;
  margin: 0 0 0 10px;
  width: 170px;
}
#carDetail .mainDesc .vinLnk:hover + .vinBubble, #carDetail .priceInfo .vinLnk:hover + .vinBubble {
  display: block;
}
#carDetail .mainDesc .vinBubble, #carDetail .priceInfo .vinBubble {
  position: absolute;
  background: #ccc;
  border-radius: 0.4em;
  display: none;
  z-index: 1000;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  width: 370px;
  text-align: left;
  margin: -52px 0 0px 372px;
}
#carDetail .mainDesc .vinBubble:after, #carDetail .priceInfo .vinBubble:after {
  content: "";
  position: absolute;
  left: 0;
  top: 85%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: #ccc;
  border-left: 0;
  margin-top: -15px;
  margin-left: -15px;
  border-width: 10px 30px 10px 0;
  left: -10px;
}
#carDetail .rating {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  height: 28px;
}
#carDetail .rating:hover {
  cursor: pointer;
  /*.star{
  		background:url($img_path+'rating-hover.png');
     }*/
}
#carDetail .rating .star {
  background: url("/img/rating.png");
  width: 28px;
  height: 28px;
  display: inline-block;
  float: left;
  margin-right: 4px;
}
#carDetail .rating .star.full {
  background-position: 0 0;
}
#carDetail .rating .star.half {
  background-position: -29px 0;
}
#carDetail .rating .star.empty {
  background-position: -58px 0;
}
#carDetail .mainDesc {
  border-right: 3px solid #e9e9e9;
  padding: 0 20px 0 0;
}
#carDetail .priceInfo {
  padding: 0 0 0 20px;
  line-height: 23px;
}
#carDetail .itemhdr {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 5px 0;
}
#carDetail .itemhdr .homeLink {
  margin: 15px 0 0 0;
  display: inline-block;
}
#carDetail .itemhdr h1 {
  margin: 8px 0 0 0;
  font-size: 17pt;
  font-weight: bold;
}
#carDetail .itemhdr #breadcrumbs {
  width: auto;
  margin: 0;
  height: 18px;
}
#carDetail .prevCar, #carDetail .nextCar {
  position: absolute;
  top: 0;
  width: 168px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: url("/img/prevnextcar_bg.png") no-repeat transparent top center;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  text-decoration: none;
}
#carDetail .prevCar:hover, #carDetail .nextCar:hover {
  cursor: pointer;
  text-decoration: underline;
}
#carDetail .prevCar span, #carDetail .nextCar span {
  line-height: 30px;
  padding: 0 5px;
}
#carDetail .prevCar img, #carDetail .nextCar img {
  display: none;
}
#carDetail .prevCar {
  left: 50%;
  margin-left: -170px;
  background-position: top left;
}
#carDetail .nextCar {
  right: 50%;
  margin-right: -170px;
  background-position: top right;
}
#carDetail .middlePhoto {
  display: inline-block;
  float: left;
  margin: 5px 10px 0px 0;
  position: relative;
  vertical-align: top;
  width: auto;
}
#carDetail .middlePhoto:hover::after {
  background: url("/img/imgZoomIn.png") no-repeat transparent center center;
  content: " ";
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 590px;
  max-height: 450px;
}
#carDetail #middlePhoto, #carDetail #middleNoPhoto {
  display: inline-block;
  border-radius: 8px;
  max-width: 590px;
  max-height: 450px;
  width: 100%;
}
#carDetail #thumbList {
  /*padding:0 0 0 10px;
  display:table-cell;*/
  padding: 0;
  margin: 5px 0 0 0;
  display: inline-block;
}
#carDetail #thumbList img {
  width: 140px;
  display: table-cell;
  border-radius: 5px;
}
#carDetail #thumbList a {
  margin: 0 0 7px 0;
  float: left;
  clear: both;
  /* &:last-child{
  	margin:2px 0 8px 0;
  } */
}
#carDetail #thumbList #galleryArrow {
  position: relative;
}
#carDetail #thumbList #galleryArrow img {
  float: left;
  position: relative;
}
#carDetail #thumbList #galleryArrow .darkWrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none #333;
  opacity: 0.7;
  content: " ";
  display: block;
  border-radius: 5px;
}
#carDetail #thumbList #galleryArrow .photoCount {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 100px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid transparent;
  font-weight: bold;
  font-size: 14pt;
}
#carDetail #thumbList #galleryArrow .photoCount:hover {
  border: 1px solid red;
}
#carDetail .shareBtns {
  margin: 20px 0 0 0;
  height: 87px;
  text-align: right;
}
#carDetail .shareBtns #fb-root {
  width: 44px;
  height: 45px;
  display: inline-block;
  float: none;
}
#carDetail .shareBtns a, #carDetail .shareBtns #fb-root #facebookBtn {
  display: inline-block;
  width: 44px;
  height: 45px;
  line-height: 45px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 44px;
  height: 45px;
}
#carDetail .shareBtns a:hover, #carDetail .shareBtns #fb-root #facebookBtn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#carDetail .shareBtns a:before, #carDetail .shareBtns #fb-root #facebookBtn:before {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 18pt;
  font-weight: bold;
  font-family: FontAwesome;
}
#carDetail .shareBtns #facebookBtn {
  background: none #005397;
}
#carDetail .shareBtns #facebookBtn:before {
  content: "\f09a";
}
#carDetail .shareBtns #twitterBtn {
  background: none #00aedd;
}
#carDetail .shareBtns #twitterBtn:before {
  content: "\f099";
}
#carDetail .shareBtns #gPlusBtn {
  background: none #DB4437;
}
#carDetail .shareBtns #gPlusBtn:before {
  content: "\f0d5";
}
#carDetail .shareBtns #mailBtn {
  background: none #c1da0a;
}
#carDetail .shareBtns #mailBtn:before {
  content: "\f003";
}
#carDetail .shareBtns #pdfBtn {
  background: none #D00A0A;
}
#carDetail .shareBtns #pdfBtn:before {
  content: "\f1c1";
}
#carDetail .shareBtns .parkBtn {
  background: none #777;
}
#carDetail .shareBtns .parkBtn:before {
  content: "\f1b9";
}
#carDetail .shareBtns .parkAdd {
  background: none #777;
}
#carDetail .shareBtns .parkAdd:before {
  content: "\f1b9";
}
#carDetail .shareBtns .parkDel {
  background: none #1e71b8;
}
#carDetail .shareBtns .parkDel:before {
  content: "\f1b9";
}
#carDetail .shareBtns .dispOff {
  display: none;
}
#carDetail #contFormFrm {
  height: 370px;
  position: relative;
  width: 100%;
}
#carDetail #fakeAdvertLink {
  display: inline-block;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 40px;
}
#carDetail .firmTopBanner {
  position: relative;
  width: 100%;
  height: 215px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#carDetail .firmTopBanner a, #carDetail .firmTopBanner span {
  width: 100%;
  display: inline-block;
  height: 300px;
  background: none transparent top center no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  text-decoration: none;
}
#carDetail .firmBottomBanner {
  width: 100%;
  height: auto;
  padding: 0;
}
#carDetail .firmBottomBanner a {
  display: inline-block;
  width: 100%;
}
#carDetail .firmBottomBanner a img {
  border: none;
  width: 730px;
}
#carDetail .firmBottomBanner iframe {
  border: none;
  overflow: hidden;
  width: 730px;
}
#carDetail .firmInnerSky {
  width: 300px;
  height: auto;
  padding: 20px 0 0 0;
}
#carDetail .firmInnerSky a {
  display: inline-block;
  width: 100%;
}
#carDetail .firmInnerSky a img {
  border: none;
}
#carDetail .firmInnerSky iframe {
  border: none;
  overflow: hidden;
  width: 300px;
}
#carDetail .finBanner {
  margin: 29px 0 24px 0;
  background: none transparent;
  width: 300px;
  height: 300px;
  line-height: 300px;
  display: block;
  vertical-align: middle;
  text-align: center;
}
#carDetail .finBanner iframe {
  display: inline-block;
  vertical-align: middle;
}
#carDetail .pojBanner {
  margin-bottom: 17px;
}
#carDetail .firmInfo {
  margin: 20px 0 20px 0;
  font-size: 12pt;
  line-height: 23px;
}
#carDetail .firmInfo .lCol {
  margin: 0;
  padding: 0 0.5% 0 0;
  width: 49%;
  display: inline-block;
}
#carDetail .firmInfo .rCol {
  width: 49%;
  margin: 0;
  padding: 0 0 0 0.5%;
  display: inline-block;
}
#carDetail .firmInfo .rCol .phones {
  border: 1px solid #E4E4E4;
  min-height: 72px;
  font-size: 13pt;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}
#carDetail .firmInfo .rCol .phones .phone {
  flex: 1 1 auto;
}
#carDetail .firmInfo .rCol .phones .phoneBtn {
  line-height: 23px;
  margin: 0;
}
#carDetail .firmInfo .rCol .phones .whatsapp {
  margin-left: 10px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 1px 1px 0px 0px #666;
  background: #25D366 url("../img/icon-whatsapp.png") no-repeat center;
  cursor: pointer;
  width: 44px;
  height: 37px;
  background-size: 26px;
}
#carDetail .firmInfo h3 {
  line-height: 26px;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 10px 0;
  width: 100%;
}
#carDetail .firmInfo h3 a {
  color: #000;
  text-decoration: none;
  display: block;
}
#carDetail .firmInfo h3 img {
  margin: 0 10px 0 0;
  float: left;
}
#carDetail .firmInfo h3 span {
  font-size: 12pt;
  font-weight: normal;
  line-height: 18px;
  width: auto;
  display: block;
}
#carDetail .firmInfo .ttl {
  display: inline-block;
  width: 80px;
  float: left;
}
#carDetail .firmInfo .val {
  display: table-cell;
  width: 100%;
}
#carDetail .firmInfo .val.inln {
  display: inline-block;
  width: auto;
}
#carDetail .firmInfo .opened {
  margin: 0px 0 20px 0;
}
#carDetail .firmInfo .opened a {
  padding: 0 0 0 20px;
}
#carDetail .firmInfo .logowrap {
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left;
}
#carDetail .firmInfo .phones {
  border: 1px solid #E4E4E4;
  min-height: 72px;
  font-size: 13pt;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}
#carDetail .firmInfo .phone {
  flex: 1 1 auto;
}
#carDetail .firmInfo .phoneBtn {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0;
}
#carDetail .firmInfo .whatsapp {
  margin-left: 10px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 1px 1px 0px 0px #666;
  background: #25D366 url("../img/icon-whatsapp.png") no-repeat center;
  cursor: pointer;
  width: 44px;
  height: 37px;
  background-size: 26px;
}
#carDetail .firmInfo .firmOfferLnk {
  line-height: 30px;
}
#carDetail .firmBranches h3 {
  line-height: 30px;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 10px 0;
  width: 100%;
}
#carDetail .firmBranches a {
  display: inline-block;
  width: 33%;
  text-decoration: none;
  line-height: 20px;
  margin: 0 0 5px 0;
}
#carDetail .firmBranches a .orng {
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
#carDetail .firmBranches a .addr {
  display: inline-block;
  width: 100%;
  color: #000;
}
#carDetail .firmBranches a:hover .orng {
  text-decoration: underline;
}
#carDetail .phones {
  display: block;
}
#carDetail .rCol .phones {
  border: 1px solid #E4E4E4;
  min-height: 72px;
  font-size: 13pt;
  /* padding: 5px 4.99%; */
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  /* background: #e4e4e4; */
  border-radius: 5px;
}
#carDetail .rCol .phones .ttl {
  display: inline-block;
  width: 70px;
  float: left;
}
#carDetail .rCol .phones .val {
  display: table-cell;
  width: 100%;
  font-weight: bold;
}
#carDetail .rCol .phones strong {
  font-size: 12pt;
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  font-weight: bold;
}
#carDetail .rCol .phones .phone {
  flex: 1 1 auto;
}
#carDetail .rCol .phones .phoneBtn {
  font-size: 12pt;
  width: 100%;
}
#carDetail .rCol .phones .phoneBtn a {
  width: 100%;
}
#carDetail .rCol .phones .whatsapp {
  margin-left: 10px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 1px 1px 0px 0px #666;
  background: #25D366 url("../img/icon-whatsapp.png") no-repeat center;
  cursor: pointer;
  width: 44px;
  height: 37px;
  background-size: 26px;
}
#carDetail .rCol .phoneTtl {
  color: #000;
  font-size: 14pt;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 5px 2.99% 0;
  padding: 0;
  text-indent: 0;
  width: 94%;
}
#carDetail .phoneBtn {
  line-height: 37px;
  display: inline-block;
}
#carDetail .phoneBtn a {
  cursor: pointer;
  border-radius: 5px;
  background: none #ade1ff;
  color: #000;
  height: 37px;
  display: inline-block;
  position: relative;
  line-height: 37px;
  box-shadow: 1px 1px 0px 0px #666;
  padding: 0 10px 0 50px;
  text-decoration: none;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}
#carDetail .phoneBtn a em {
  padding: 0 0px 0 20px;
  font-weight: normal;
}
#carDetail .phoneBtn a:before {
  content: "\f095";
  font-family: FontAwesome;
  background: none #fff;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 20px;
  height: 26px;
  line-height: 26px;
  width: 26px;
  border-radius: 50%;
}
.advInfoWrap {
  width: 100%;
  clear: both;
  margin: 0 0 0 0;
  display: inline-block;
  position: relative;
}
.advInfoWrap h2 {
  margin: 0 0 10px 0;
  font-size: 14pt;
  font-weight: bold;
}

.sectTtl, .accTtl span {
  width: 100%;
  display: block;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  margin: 10px 0 0 0;
  text-decoration: underline;
  font-size: 16pt;
  text-transform: uppercase;
}

.accTtl span {
  line-height: 30px;
  display: inline-block;
  width: auto;
  margin: 0;
}

.accTtl {
  line-height: 30px;
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.cDesc {
  width: 100%;
  color: #222;
  font-size: 12pt;
}
.cDesc p {
  width: 97%;
  text-align: justify;
  line-height: 23px;
  margin-bottom: 10px;
  display: inline-block;
}
.cDesc .accCols {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
.cDesc .accCols strong a {
  font-weight: normal;
}
.cDesc #accByCat {
  -moz-column-gap: 1%;
  column-gap: 1%;
  -moz-column-count: 3;
  column-count: 3;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.cDesc #accByCat ul {
  width: 100%;
  margin: 0 0 10px 0;
  vertical-align: top;
  display: inline-block;
  border-radius: 5px;
  background: none #fafafa;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
}
.cDesc #accByCat ul li {
  width: 100%;
  padding: 4px 0 4px 8px;
  line-height: 15px;
}
.cDesc #accByCat ul li.capt {
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  margin: 0;
  padding: 3px;
  width: 100%;
  background: #ddd;
}
.cDesc #accByCat ul li.capt strong {
  font-weight: bold;
  font-size: 13px;
}
.cDesc #accNoCat ul {
  width: 100%;
}
.cDesc #accNoCat ul li {
  list-style: none;
  width: 33%;
  margin: 0 0 0 0;
  float: left;
  box-sizing: border-box;
  padding: 2px 0;
}
.cDesc #accByCatBtn, .cDesc #accNoCatBtn {
  display: inline-block;
  cursor: pointer;
  padding: 0 3px;
  font-weight: normal;
  font-size: 10pt;
  color: #4D7B99;
}
.cDesc #accByCatBtn:hover, .cDesc #accNoCatBtn:hover {
  text-decoration: underline;
}
.cDesc #accByCatBtn.act, .cDesc #accNoCatBtn.act {
  color: #000;
}
.cDesc #accByCatBtn.act:hover, .cDesc #accNoCatBtn.act:hover {
  text-decoration: none;
  cursor: default;
}

.carousel {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 100%;
  float: none;
  position: relative;
  padding: 20px 0 0 0;
}
.carousel iframe {
  box-sizing: border-box;
  border: none 0px;
  overflow: hidden;
  width: 100%;
  padding: 10px 5px;
  height: 448px;
}
.carousel iframe::-webkit-scrollbar {
  display: none;
}
.carousel h2 {
  line-height: 30px;
  height: 30px;
  width: 100%;
  text-indent: 0;
  padding: 0px 5px;
  display: inline-block;
  font-size: 11pt;
  font-weight: bold;
}

#hottips, #karuselCarItems {
  text-align: justify;
  line-height: 1px;
}
#hottips a, #karuselCarItems a {
  float: left;
  display: block;
  overflow: hidden;
  margin: 0px 0 7px 0;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #dadada;
  text-decoration: none;
  text-align: left;
  width: 135px;
  height: 101.25px;
  line-height: 1rem;
  font-family: arial, verdana, helvetica;
  font-size: 9pt;
  position: relative;
  box-sizing: border-box;
}
#hottips a:nth-child(even), #karuselCarItems a:nth-child(even) {
  margin: 0 0 7px 10px;
}
#hottips a:nth-child(odd), #karuselCarItems a:nth-child(odd) {
  margin: 0 10px 7px 0;
}
#hottips a:hover, #karuselCarItems a:hover {
  background: none #FFF5EA;
  border-color: #666;
}
#hottips a:hover strong, #karuselCarItems a:hover strong {
  height: 50px;
}
#hottips a img, #karuselCarItems a img {
  background: none repeat scroll 0 0 #EEEEEE;
  border: medium none;
  border-radius: 5px;
  display: block;
  height: auto;
  width: 100%;
}
#hottips a strong, #karuselCarItems a strong {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
  display: block;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.3s;
  border-radius: 0 0 5px 5px;
}
#hottips a strong span, #karuselCarItems a strong span {
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  text-indent: 5px;
  overflow: hidden;
}
#hottips a b, #karuselCarItems a b {
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  width: 100%;
  display: block;
  text-indent: 5px;
  font-size: 13pt;
}

#hottipsFrame {
  position: absolute;
  top: 77px;
  right: -160px;
  float: right;
  border: none;
  width: 150px;
  height: 500px;
}

#hottips {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 8px;
}
#hottips h2 {
  font-family: arial, verdana;
  margin: 8px 0 11px 0;
  line-height: 21px;
  text-align: center;
  text-indent: 0;
}

#sumHdr {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  line-height: 35px;
  overflow: hidden;
  z-index: 1000;
  background: none #fff;
  box-shadow: none;
  transition: 0.5s ease all;
}
#sumHdr .carInfo {
  font-size: 17pt;
  font-weight: bold;
  float: left;
  margin: 0 0 0 20px;
}
#sumHdr .carInfo span {
  display: block;
  font-size: 12pt;
  font-weight: normal;
  line-height: 15px;
}
#sumHdr .carPrice {
  float: right;
  font-size: 17pt;
  font-weight: bold;
  margin: 0 20px 0 0;
  text-align: right;
}
#sumHdr .carPrice span {
  display: block;
  font-size: 10pt;
  font-weight: normal;
  line-height: 12px;
}
#sumHdr .btnWrap {
  width: 300px;
  margin: 0 20px 0 0;
  float: right;
}
#sumHdr .btnWrap a {
  float: left;
  margin: 10px 4.99% 15px;
  padding: 0 10px;
  width: 90%;
}

@media screen and (min-width: 1246px) and (max-width: 1350px) {
  .pgWrap {
    width: 1100px;
  }
  #carDetail .pgWrap {
    width: 1100px;
  }
}
@media screen and (max-width: 1245px) {
  .pgWrap {
    width: 1100px;
  }
  #carDetail .pgWrap {
    width: 1100px;
  }
}
#wf_innerWndFrmWrap iframe {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  margin: 0;
  left: 50%;
  top: 50%;
  z-index: 1000;
  background: none #fff;
}

.adLabelFrame {
  position: relative;
}
.adLabel {
  position: relative;
}
.adLabel:before {
  content: "reklama";
  position: absolute;
  top: -10px;
  right: 0;
  height: 10px;
  line-height: 10px;
  width: auto;
  display: inline-block;
  font-family: arial, sans-serif;
  font-size: 7pt;
  text-align: right;
}

#stickyRcol {
  width: 300px;
  position: sticky;
  top: 40px;
}

#map_canvas {
  height: 370px;
}

@media screen and (max-width: 1100px) {
  #carDetail .firmTopBanner {
    width: 1100px;
  }
}
img.cdDetailFotoListImg {
  border: 1px solid #555;
}

img.cdDetailFotoListImgA {
  border: 1px solid #000;
}

img.cdDetailFotoListImgB {
  border: 1px solid #f00;
}

#loading {
  margin: 0px 0px;
  top: 35px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: auto;
  text-align: center;
  position: absolute;
  vertical-align: middle;
}

#loadMsg {
  position: absolute;
  display: table;
  padding: 0 0 100px 0;
  left: 0px;
  width: 100%;
  height: 100%;
  line-height: auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  z-index: 1;
}
#loadMsg span {
  display: table-cell;
  vertical-align: middle;
}

#photoViewerWrap {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  background: none transparent;
  z-index: 1000;
  box-sizing: border-box;
}

#photoViewer {
  position: relative;
  top: 50%;
  left: 50%;
  margin: -393px auto auto -545px;
  width: 1090px;
  height: 785px;
  padding: 35px 0 0px 0px;
  text-align: center;
  background: none transparent;
  z-index: 1000;
}
#photoViewer, #photoViewer * {
  box-sizing: border-box;
}
#photoViewer #overLayer {
  position: absolute;
  top: 55px;
  left: 10px;
  width: 640px;
  height: 480px;
  z-index: 1001;
  cursor: pointer;
  background: url("/img/1pixel.gif") transparent repeat top left;
}

#photoViewerThumbs {
  display: block;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 67px;
  width: auto;
  overflow: scroll;
  overflow-y: hidden;
  margin: 0px;
  white-space: nowrap;
  position: absolute;
  padding: 0px 0px;
  background: none #111;
  z-index: 1600;
}
#photoViewerThumbs #innerPhotoThumbs {
  width: auto;
  white-space: nowrap;
  list-style: none;
  list-style-type: none;
  display: block;
}
#photoViewerThumbs #innerPhotoThumbs li {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  width: 62px;
  height: 47px;
  cursor: pointer;
}
#photoViewerThumbs img {
  width: 62px;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
}

#thumbList img, #photoViewerThumbs img {
  border: 1px solid #555;
}
#thumbList img.cdDetailFotoListImgB, #thumbList img:hover.cdDetailFotoListImgB, #photoViewerThumbs img.cdDetailFotoListImgB, #photoViewerThumbs img:hover.cdDetailFotoListImgB {
  border: 1px solid #f00;
}
#thumbList img:hover, #photoViewerThumbs img:hover {
  border: 1px solid #000;
}

#photoViewerCaption {
  background: none transparent;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  margin: 0px;
  white-space: nowrap;
  position: absolute;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  z-index: 1600;
}
#photoViewerCaption a {
  position: absolute;
  top: 2px;
  left: 5px;
}

#photoViewerBigPhoto {
  margin: 0;
  z-index: 500;
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: none transparent;
}

#photoViewerAdverts {
  margin: 0px 0px;
  z-index: 500;
  position: relative;
  float: left;
}

#loadInfo {
  display: none;
  position: absolute;
  color: #fff;
  top: 0px;
  left: 180px;
  width: 200px;
  z-index: -20;
}

#docOverlay {
  border: medium none;
  margin: 0pt;
  padding: 0pt;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
  filter: alpha(opacity=98);
  opacity: 0.98;
  background: #111 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  display: none;
  visibility: hidden;
}

#closePhotoViewer {
  display: block;
  height: 34px;
  width: 31px;
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
  background: transparent none;
  z-index: 1700;
  text-align: right;
  font-family: arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
#closePhotoViewer:hover {
  color: #ff9800;
}

#closeLayer {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: zoom-out;
}

#cdBigFotoNaviText {
  float: left;
  width: 70px;
  height: 32px;
  line-height: 32px;
  margin: 0px 1px;
  color: #fff;
  font-weight: bold;
  background: url("/img/photoviewer_phcountbg.png") transparent repeat-x top left;
}

.imgCounterWrap {
  display: inline-block;
  text-align: center;
}
.imgCounterWrap .leftArrow, .imgCounterWrap .rightArrow {
  display: inline-block;
}
.imgCounterWrap .leftArrow:before, .imgCounterWrap .rightArrow:before {
  padding: 0 8px;
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 24px;
  color: #fff;
}
.imgCounterWrap .leftArrow:hover:before, .imgCounterWrap .rightArrow:hover:before {
  color: #ff9800;
}
.imgCounterWrap .leftArrow:before {
  content: "\f053";
}
.imgCounterWrap .rightArrow:before {
  content: "\f054";
}

#imgCounter {
  display: inline-block;
  font-size: 18pt;
  font-family: "Arimo", sans-serif;
}

#photoPaging {
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 38px 0 70px 0px;
  position: absolute;
  z-index: 1500;
  display: block;
}
#photoPaging .pagingWrap {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: auto;
  border-collapse: separate;
  position: relative;
}
#photoPaging:hover {
  /* #imgCounter{
   display:block;
  } */
}
#photoPaging .phCtrl {
  height: 100%;
  margin: 0px;
  width: 50%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: url("/img/1pixel.gif") repeat top left;
}
#photoPaging .phCtrl.leftArrow:after, #photoPaging .phCtrl.rightArrow:after {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 30px;
  height: 54px;
  margin: 0 10px;
  background-image: url("/img/photoviewer_prevnextbtn.png");
  background-color: transparent;
  background-repeat: no-repeat;
}
#photoPaging .phCtrl.leftArrow {
  text-align: left;
}
#photoPaging .phCtrl.leftArrow:after {
  background-position: top left;
}
#photoPaging .phCtrl.rightArrow {
  text-align: right;
}
#photoPaging .phCtrl.rightArrow:after {
  background-position: top right;
}
#photoPaging .phCtrl:hover.leftArrow:after {
  background-position: bottom left;
}
#photoPaging .phCtrl:hover.rightArrow:after {
  background-position: bottom right;
}