body {
  font-family: 'Muli', sans-serif;
  height: auto;
  color:#333333;
  margin:0;
  font-size: 14px;
  background:#f2f2f2;
}
.container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1150px;
    position: relative;
    padding"0 15px;	
}

#three .scrollable {
  background: url("../images/banner.jpg") no-repeat center top / cover;
  width: 100%;
  height: 750px;
  
}

.parascroll { min-height: 585px;padding-top: 65px;
   padding-bottom: 100px;overflow:hidden; }

h3 {
    font-size: 24px;
	margin: 15px 0;
}

img {
    max-width: 100%;
}
.main-content {
     background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #fff;
    margin: 12% auto 0;
    max-width: 260px;
    padding: 30px 40px 30px;
}

.main-content p {
    color: #fff;
    font-size: 20px;
    margin: 0 0 20px;
}
.mail-form {
    margin: 0 auto;
    max-width: 265px;
    text-align: center;
}

.mail-form input {
    border: 1px solid #f5f5f5;
    color: #555;
    font-family: Muli;
    font-size: 16px;
    height: 34px;
    margin-bottom: 8px;
    padding: 0 10px;
    width: 100%;
}

.mail-form input.btn {
     background: #04a756;
    border: 1px solid #04a756;
    color: #ffffff;
    cursor: pointer;
    height: 34px;
    max-width: 100%;
	margin-top: 5px;
}
.mail-form input.btn:hover {
    background: #000;
	color: #fff;
}


.center{
    text-align:center;
}
.clear{
    clear:both;
	overflow: auto;
}
.fl-left{
    float:left;
}
.fl-right{
    float:right;
}

.lg-top {
    background: rgba(240, 240, 240, 0.8) none repeat scroll 0 0;
    margin-bottom: 25px;
    overflow: auto;
    padding: 10px 25px;
}

.lg-top img {
    max-width: 250px;
}

.less-pd > img {
    max-width: 860px;
}
.sc-wrap{
    padding:50px 0;
	background:#fff;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.one-third {
    float: left;
    padding: 0 15px;
    width: 33.33%;
	box-sizing: border-box;
}
.pg-title {
    color: #000;
    font-size: 42px;
    font-weight: normal;
    margin: 0;
}

.media-title {
    font-size: 42px;
    font-weight: normal;
    margin: 0;
}

.subtitle {
    font-size: 30px;
    margin: 0 0 60px;
}
.media-wrap {
    padding: 50px 0;
}

.prtleft {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #993399;
    border-radius: 50%;
    color: #993399;
    float: left;
    font-size: 35px;
    font-weight: 600;
    height: 90px;
    line-height: 90px;
    margin-right: 20px;
    text-align: center;
    width: 90px;
}

.prt-box h6 {
    font-size: 22px;
    margin: 0;
}

.prtright > p {
    font-size: 16px;
    margin: 8px 0 0;
}

.data {
    text-align: right;
	margin-bottom: 50px;
}
.data > img {
    margin-left: 10px;
}

.partner-logos {
    margin-top: 35px;
}
.footer {
    padding: 20px 0;
}
#sidebar {
    margin-left: 10px;
    position: fixed;
    z-index: 2;
	margin-top: 0;
	top: 10%;
}

.phone-box {
    background: #993399 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    padding: 7px 10px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 65%;
    z-index: 2;
}
.exclusive-box{
    position: absolute;
    left: 4%;
    top: 31%;
    z-index: 2;
}

.exclusive-box > img {
    max-width: 240px;
}
.hide {    
    display:none;
}
.show {
    display:block;
}

.thbox h3 {
    text-align: center;
}

@media only screen and (max-width:480px){

.container {
    padding: 0 15px;
}
.exclusive-box {
    display: none;
}
#sidebar{
    display: none !important
}

.one-third {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}	
}