﻿@charset "utf-8";
/* CSS Document */
.bottom-fixed-banner {
    bottom: 0;
    display: inline-block;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999;
	left:0;
}
.bottom-fixed-banner-repeat{
    bottom: 10px;
    left: 10px;
    position: fixed;
    z-index: 9;
}
.offer-up {
    background: #d2d2d2 none repeat scroll 0 0;
	border-radius:5px 5px 0 0;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 185px;
    padding: 8px 10px;
    position: relative;
    text-align: left;
    width: 100%;
}


.offcontrol {
    position: absolute;
    right: 10px;
    top: 10px;
}

.scrollableContent {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
	background:#d2d2d2;
}

.scrollableContent .item {
    display: inline-block;
    margin: 10px 5px;
    width: 120px;
	background-color:#fff;
	padding:13px 0px 12px 0px;
}
#lc_chat_layout.lc-collapsed{display:none;}

.item h4 {
    font-weight: normal;
    margin: 0 10px;
    white-space: normal;
	font-size:11px;
	line-height:12px;
}
.item h4 span{font-weight:bold;}

.item p {
    font-size: 11px; margin:0; line-height:12px;
}
.item h3 {
    font-size: 30px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}
.item h3 span{display:block; font-size:17px;}
.item h3 span.sfont{font-size:13px;}
.item.cusoff {
   min-height: 110px;
   padding-top: 22px;
   vertical-align: top;
}
.item.cusoff > h3 {
   font-size: 20px;
}

@media screen and (max-width: 1200px) {
	.scrollableContent{padding-bottom:5px;}
.scrollableContent .item {
	width:45%; float:left; height:auto; margin-bottom:0; margin-left:9px;}
	.scrollableContent .item img{width:100%;}
	.welguest {
    background: none;
	}
	
	}