blockquote {
    border-left: 2px solid #ee178d;
    border-right: 2px solid #ee178d;
    padding: 0px 16px;
    margin: 20px 0px;
    font-family: 'Times New Roman';
    color: #989898;
    line-height: 24px;
    font-size: 18px;
    font-style: italic;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}


.ads-728x90 {
    width: 728px;
    height: 90px;
    overflow: hidden;
}

.inline-list.m0 li {
    margin: 0;
}

.clear {
    clear: both;
}

.oh { overflow: hidden; }

.mb10 {margin-bottom: 10px !important; }
.mb25 {margin-bottom: 25px !important; }

.pull-left {
    float: left !important;
    margin-left: 0 !important;
}

.pull-right {
    float: right !important;
    margin-right: 0 !important;
}

.pull-center {
    margin: 0 !important;
}

.showroom-list p a {
    color: #858585;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/



/*-------------------------------------------------*/
/* =  Contact Page
/*-------------------------------------------------*/

.message {
    clear: both;
    float: left;
    max-width: 200px;
    height: 40px;
    line-height: 42px;
    overflow: hidden;
    font-size: 11px;
}

.message.error {
    color: #d84c4c;
}

.message.success { 
    color: #619d21;
}

#map {
    margin: 15px 0 25px 0;
}

/*-------------------------------------------------*/
/* =  Shortcodes
/*-------------------------------------------------*/
/* -- Dropcap -- */
.dropcap1 > h6,
.dropcap2 > h6 {
    color: #505050 !important;
    font-size: 16px !important;
    display: block;
    margin-bottom: 10px;
    font-weight: normal !important;
}

.dropcap1 span.large-cap {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 10px 5px 0px;
}

.dropcap2 span.large-cap {
    float: left;
    width: 44px;
    height: 38px;
    color: #ee178d;
    line-height: 38px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 10px 2px 0px;
}

/* -- Buttons -- */
.button-red,
.button-yellow,
.button-green,
.button-blue,
.button-gray,
.button-black,
.button-violet,
.button-oqean,
.button-dark-violet,
.button-gold,
.button-light-green,
.button-brown {
    display: inline-block;
    padding: 10px 27px;
    color: #fff;
    font-size: 13px;
    margin: 0px 4px 8px 0px;
    border: none;
    cursor: pointer;

    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.button-red:hover,
.button-yellow:hover,
.button-green:hover,
.button-blue:hover,
.button-gray:hover,
.button-black:hover,
.button-violet:hover,
.button-oqean:hover,
.button-dark-violet:hover,
.button-gold:hover,
.button-light-green:hover,
.button-brown:hover {
    color: #eee;
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter:alpha(opacity=90);
}

.button-red {
    background: #b71111; /* Old browsers */
    background: -moz-linear-gradient(top,  #b71111 0%, #a50000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b71111), color-stop(100%,#a50000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b71111 0%,#a50000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b71111 0%,#a50000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b71111 0%,#a50000 100%); /* IE10+ */
    background: linear-gradient(top,  #b71111 0%,#a50000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b71111', endColorstr='#a50000',GradientType=0 ); /* IE6-9 */
}

.button-yellow {
    background: #e4ad12; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4ad12 0%, #d39c01 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4ad12), color-stop(100%,#d39c01)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* IE10+ */
    background: linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ad12', endColorstr='#d39c01',GradientType=0 ); /* IE6-9 */
}

.button-green {
    background: #517d26; /* Old browsers */
    background: -moz-linear-gradient(top,  #517d26 0%, #3f6b12 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#517d26), color-stop(100%,#3f6b12)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* IE10+ */
    background: linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517d26', endColorstr='#3f6b12',GradientType=0 ); /* IE6-9 */
}

.button-blue {
    background: #198bc7; /* Old browsers */
    background: -moz-linear-gradient(top,  #198bc7 0%, #0579b6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#198bc7), color-stop(100%,#0579b6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* IE10+ */
    background: linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198bc7', endColorstr='#0579b6',GradientType=0 ); /* IE6-9 */
}

.button-gray {
    background: #969696; /* Old browsers */
    background: -moz-linear-gradient(top,  #969696 0%, #838383 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#838383)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #969696 0%,#838383 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #969696 0%,#838383 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #969696 0%,#838383 100%); /* IE10+ */
    background: linear-gradient(top,  #969696 0%,#838383 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#838383',GradientType=0 ); /* IE6-9 */
}

.button-black {
    background: #474747; /* Old browsers */
    background: -moz-linear-gradient(top,  #474747 0%, #363636 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#363636)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #474747 0%,#363636 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #474747 0%,#363636 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #474747 0%,#363636 100%); /* IE10+ */
    background: linear-gradient(top,  #474747 0%,#363636 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#363636',GradientType=0 ); /* IE6-9 */

}

.button-violet {
    background: #a751ac; /* Old browsers */
    background: -moz-linear-gradient(top,  #a751ac 0%, #95409b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a751ac), color-stop(100%,#95409b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a751ac 0%,#95409b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a751ac 0%,#95409b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a751ac 0%,#95409b 100%); /* IE10+ */
    background: linear-gradient(top,  #a751ac 0%,#95409b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a751ac', endColorstr='#95409b',GradientType=0 ); /* IE6-9 */

}

.button-oqean {
    background: #578faa; /* Old browsers */
    background: -moz-linear-gradient(top,  #578faa 0%, #457e99 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#578faa), color-stop(100%,#457e99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #578faa 0%,#457e99 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #578faa 0%,#457e99 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #578faa 0%,#457e99 100%); /* IE10+ */
    background: linear-gradient(top,  #578faa 0%,#457e99 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#578faa', endColorstr='#457e99',GradientType=0 ); /* IE6-9 */

}

.button-dark-violet {
    background: #5c57a7; /* Old browsers */
    background: -moz-linear-gradient(top,  #5c57a7 1%, #4c4595 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5c57a7), color-stop(100%,#4c4595)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* IE10+ */
    background: linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c57a7', endColorstr='#4c4595',GradientType=0 ); /* IE6-9 */
}

.button-gold {
    background: #beb41e; /* Old browsers */
    background: -moz-linear-gradient(top,  #beb41e 0%, #ada30d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#beb41e), color-stop(100%,#ada30d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* IE10+ */
    background: linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb41e', endColorstr='#ada30d',GradientType=0 ); /* IE6-9 */
}

.button-light-green {
    background: #3ebd28; /* Old browsers */
    background: -moz-linear-gradient(top,  #3ebd28 0%, #2bab16 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ebd28), color-stop(100%,#2bab16)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* IE10+ */
    background: linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ebd28', endColorstr='#2bab16',GradientType=0 ); /* IE6-9 */
}

.button-brown {
    background: #9c5b55; /* Old browsers */
    background: -moz-linear-gradient(top,  #9c5b55 0%, #8b4b42 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c5b55), color-stop(100%,#8b4b42)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* IE10+ */
    background: linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c5b55', endColorstr='#8b4b42',GradientType=0 ); /* IE6-9 */
}

.bullet-list,
.link-list,
.map-list,
.arrow-list {
    float: left;
    overflow: hidden;
    width: 289px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.bullet-list li,
.link-list li,
.map-list li,
.arrow-list li {
    color: #4d4d4d;
    padding-left: 25px;
    display: block;
    min-height: 24px;
    line-height: 24px;
}




/*-------------------------------------------------*/
/* =  FancyBox - v2.0.6
/*-------------------------------------------------*/
.fancybox-tmp iframe, .fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    overflow: visible !important;
}

.fancybox-skin {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8020;
}


.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
   
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 20px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 20px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000;
}

#fancybox-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8030;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    background: url(http://www.htmltocss.com/rgbatopng.php?rgba=0,0,0,0.8)\0/;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    margin-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    background: url(http://www.htmltocss.com/rgbatopng.php?rgba=0,0,0,0.8)\0/;
}


h1.title, h1.title a{font-size: 30px; font-family: 'Times New Roman'; font-weight: normal; margin-top: 0px; color: #000;}
h2.title a:hover, h1.title a:hover{color: #ee178d;}
h2.title, h2.title a{font-size: 21px; font-family: 'Times New Roman'; font-weight: normal; color: #000;}
.created{color: #adadad; font-size: 12px !important;}
.border{border: 1px solid #e8e8e8; padding: 25px;}
.news-relate{border-top: 2px solid #000; margin-top: 90px;}
.news-relate ul{list-style: none;}
.news-relate ul li a{
	color: #000; font-size: 14px;
}
.news-relate ul li a:hover{color: #ee178d;}
.content-toolbar{text-align: right;}

.breadcrumbs{color: #8d8d8d; font-size: 15px; padding-bottom: 15px; font-family: 'Times New Roman';}
.breadcrumbs a{color: #bababa;}
.breadcrumbs a:hover{color: #ee178d;}

.news-category .border{padding: 25px;}
.news-category .news-thumb{margin-right: 20px;}
.detail{text-decoration: underline; color: #000; font-size: 13px;}
.news-desc{font-size: 13px; color: #8D8D8D;}
.news-detail .news-desc{font-weight: bold; font-size: 14px !important;}
.news-main-item{margin-bottom: 15px;}
.news-item{border-bottom: 1px solid #E8E8E8; padding-bottom: 25px; margin-bottom: 25px;}
.news-item:last-child{border-bottom: none; padding-bottom: 0px; margin-bottom: 0px;}
.news-item .title{margin-bottom: 5px; margin-top: 0px;}
.news-item .title a{font-size: 24px;}
.news-item p{margin-bottom: 10px;}
.fl{float: left; display: inline;}
.news-banner .column{}
.news-banner{margin-bottom: 50px;}
.news-banner .news-thumb{height: 295px; overflow: hidden; display: block;}
.news-banner h1.title{font-size: 22px; font-weight: bold; margin: 20px;}
.news-banner .desc{font-size: 14px; font-family: 'Times New Roman'; margin: 0px 20px; color: #8D8D8D;}
.news-banner .eight .wrapper{border: 1px solid #000; margin-right: 5px; margin-bottom: 5px; height: 431px; background: #FFF;}
.news-banner .four a{margin-left: 39px; display: block;}

.news-emspo{
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding: 0px 25px;
}
.news-emspo .news-item:last-child{padding-bottom: 0px; margin-bottom: 0px; border-bottom: none;}
.news-emspo .news-item a{color: #000;}
.news-emspo .news-item a:hover{color: #ee178d;}
.left-column .news-cat{margin-right: 25px;}
.right-column .news-cat{margin-left: 25px;}
.news-cat{font-family: 'Times New Roman'; margin-bottom: 40px;}
.news-cat h1.title{margin-bottom: 20px;}
.news-cat h1.title a{text-transform: uppercase; font-weight: bold; font-size: 23px; font-style: italic; border-bottom: 1px solid #cf2b25; display: block; padding-bottom: 5px;}
.news-cat p{margin-bottom: 10px; font-size: 14px !important; line-height: 1.5em !important;}
.news-cat .news-main-item{background: #000; margin-bottom: 30px;}
.news-cat .news-main-item a{color: #FFF;}
.news-cat .news-main-item .news-info{padding: 15px;}
.news-cat .news-main-item .news-info h2.title{margin-top: 0px;}

.news-page .col-center .news-cat{}



.contact-page .news-desc{font-family: 'Times News Roman';}
.p10{padding: 10px;}
.ml20{margin-left: 20px;}

.page-front .breadcrumbs{display: none;}

.prd-item{border: 1px solid #e8e8e8;}
.prd-item .post-image{height: 341px; overflow: hidden;}
.prd-item .prd-title{margin-top: 0px; line-height: 1em !important;}
.col-item .prd-title{margin-bottom: 0px;}
.prd-item .prd-title a{font-size: 18px; font-family: 'Times New Roman'; font-weight: normal; color: #8e8e8e; line-height: 1em !important;}
.prd-item .post-container{padding: 0px 20px; text-align: center; height: 90px;}
.col-item .post-container{height: 55px;}
.prd-item .prd-price,
.prd-item .prd-price-src{font-size: 18px; font-family: 'Times New Roman';}
.prd-item .prd-price-src{text-decoration: line-through; margin-top: 10px; color: #8e8e8e;}

.prd-cat{background-color: #000; color: #FFF; text-transform: uppercase; padding: 25px;}
.prd-cat h2.title{color: #FFF; margin-top: 0px; margin-bottom: 20px; font-size: 13px; font-weight: bold;}
.prd-cat ul{list-style: none; margin-bottom: 0px;}
.prd-cat ul li a{font-size: 13px; color: #b2b2b2; font-family: 'Times New Roman'; line-height: 30px;}
.prd-cat ul li a.active{color: #FFF;}

.col-other-title span{display: none;}




.footer-box h2.title{text-transform: uppercase; font-size: 18px;}

.adminlist .gllpMap{height: 400px;}


.showroom-list{background: #000; z-index: 100;}
.showroom-list .showroom-item{

    cursor: pointer;
    border-bottom: solid 1px #333;
    width: 100%;

}

.showroom-list .showroom-item:last-child{
	border-bottom:none;
}
.showroom-list .showroom-item.active,
.showroom-list h2.title{color: #fff; text-transform: uppercase; font-size: 16px; margin-right: 35px;}
.showroom-list .active h2.title{color: #EE178D;}
.showroom-list p{color: #858585; font-size: 12px !important; margin: 5px 0px; line-height: 1.5em; margin-right: 35px;     text-transform: none !important;}
.showroom-list p:last-child{  padding-bottom: 15px;}
.showroom-list .showroom-item:last-child p{border-bottom: none;}

.showroom-list, .showroom-map{height:572px;}

.showroom-map{border: 1px solid #c1c1c1; padding: 0px;}
.showroom-map fieldset{border: none; padding: 0px; margin: 0px;}
.showroom-map .gllpUpdateButton{display: none;}
.showroom-map .gllpMap{height: 570px;}

.prd-thumb-list{list-style: none; padding: 0px; margin: 0px;}
.prd-thumb-list li{padding: 0px; margin-bottom: 10px;}
.prd-thumb-list li a{border: 1px solid #d3d3d3; display: block; padding: 1px;}
.prd-thumb-list li a.zoomThumbActive{border: 1px solid #EE178D;}
.product-thumb a img,
.prd-thumb-list li img{display: block;}
.product-thumb .zoom-wrapper{margin-left: 10px; padding: 10px; border: 1px solid #d3d3d3; display: block;}
.product-thumb a.jqzoom{display: block;}
.zoomWrapperImage img{max-width: none !important;}

#prdInfo h1.title{font-size: 20px !important; font-weight: bold; text-transform: uppercase;}
#prdInfo .prd-price{font-size: 18px !important;}
#prdInfo .prd-price span{font-size: 18px !important; text-decoration: line-through;}
.tabs-content *{font-size: 16px;}
.tabs-content p{margin-bottom: 10px;}

.cartInfo .content-toolbar input,
.cart-checkout .btn,
#prdInfo .btn-submit{background-color: #dd117b; text-transform: uppercase; font-size: 18px !important; color: #fff; padding: 7px 30px; border: none; font-family: 'Times New Roman'; cursor: pointer;}
.cartInfo .content-toolbar .pull-left{text-align: left;}

.content-toolbar .pull-left a{float: left; display: inline;}

#prdInfo .color-wrapper label, #prdInfo .size-wrapper label{margin: 0px; padding: 0px;}
#prdInfo .color-wrapper{}
#prdInfo .color-wrapper input,
#prdInfo .size-wrapper input{display: none;}
#prdInfo .color-wrapper.active label{border: 1px solid #EE178D;}
#prdInfo .size-wrapper.active .size-item{background-color: #dd117b; color: #FFF;}
#prdInfo .prd-sizes label.pull-left,
#prdInfo .prd-colors label.pull-left,
#prdInfo .prd-qtt label.pull-left{width: 80px;}
#prdInfo .prd-sizes{margin-top: 20px;}

#prdInfo .prd-sizes,
#prdInfo .prd-colors,
#prdInfo .prd-qtt{margin-bottom: 20px;}
#prdInfo .prd-qtt select{width: 60px; padding: 5px 10px;}
#prdInfo .prd-desc p{font-weight: bold; margin-bottom: 0px;}

.cartInfo table{width: 100%; font-family: 'Times New Roman'; font-size: 14px; border: 1px solid #d3d3d3;}
.cartInfo *{font-size: 14px;}
.cartInfo th{border-bottom: 1px solid #d3d3d3;}
.cartInfo tr td{border-bottom: 1px solid #d3d3d3;}
.cartInfo tr{background: #FFF !important;}
.cartInfo tr:last-child td{border-bottom: none;}
.cartInfo .btn{border: 1px solid #d3d3d3; padding: 3px 7px; color: #000;}
.cartInfo .total *{font-size: 24px; font-weight: bold;}

.cart-checkout tr{background: #FFF !important;}

.cartList{border: 1px solid #d3d3de;}
.cartList h3.title{border-bottom: 1px solid #d3d3d3; margin: 0px; line-height: 2em; font-size: 18px; padding-left: 20px; font-weight: normal;}
.cartList .cart-item{border-bottom: 1px solid #d3d3d3; padding: 20px 0px; margin: 0px 20px;}
.cartList .cart-item:last-child{border-bottom: none;}
.cartList .cart-item *{font-family: 'Times New Roman'; font-size: 18px;}
.cartList .cart-item h2.title{color: #737373; margin-top: 0px;}
.cartList .cart-item div{margin-bottom: 10px;}
.cartList .cart-item div:last-child{margin-bottom: 0px;}
.cartTotal *{font-size: 24px !important;}

.news-banner-right{margin-left: 39px;}

/* Modal Content/Box */


.modal-header {
    min-height: 0;
    padding: 0;
    border-bottom: 0;
}


/* jQuery Countdown styles 2.0.0. */

.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 41px;
	font-family: Arial, sans-serif;
	color: #eb4865;
	font-weight: bold;
}
.countdown-period {
    display: block;
	text-align: center;
	font-size: 16px;
	font-style: italic;
}
.countdown-descr {
	display: block;
	width: 100%;
}


.showroom_city_id {
    margin-left: 0px;
	width:100%;
}