.body-bg{background: #fff;}
#contactButton{
    position: fixed;
    bottom: 0;
    right: 15px;
    max-height:100%;
    width:350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:1000;
}
#contactButton .panel{
    margin-bottom:0;
    width:100%;
    color:#333;
    display:none
}
#contactButton .ctb{
    position: fixed;
    bottom: 0;
    right:15px;
    z-index:1000;
    text-align:center;
}
#contactButton .ctb, #contactButton .panel{
    border-radius: 5px 5px 0 0;
}
#contactButton .ctb em{
    margin-right:3px;
    font-size: 1.6em;
    vertical-align:middle
}
.stccontact .wells{font-size: 16px;}
.stccontact .dep{
	font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding-bottom: 0px;
	    color: #FF5722;
}
.panel-contact{
	line-height: 23px;
}
.panel-contact p{
    margin-bottom: 5px;
}

 .regcource input.stc, .regcource select{
	width: 100%;
    padding: 5px 10px;
    height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    display: block;
	font-size: 17px;
}
.regcource .input-group-addon{
	font-size: 16px;
    font-weight: normal;
	background: none;
	border: none;
}
.regcource .input-group-addon span{
	width: 122px;
	display: block;
    text-align: left;
}

.regcource abbr[title]{color: red}
.regcource .contact-result{	 
    top: 536px;
    width: 100%;
    left: 0;
}
.stcreg{
	width: 200px;
    height: 58px;
    font-size: 25px;
	text-transform: uppercase;
}

.btn-reg{
	background: #ff0000;
    border-radius: 5px;
    padding: 14px 20px;
    display: block;
    width: 45%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: none;
    margin: 0 auto;
    margin-bottom: 20px;
}

.panel-regform .panel-heading{
	background: #FF5722;
    color: #ffffff;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
}

@media (max-width:1199px) {
    #contactButton .ctb{
        right:70px;
    }
}
@media (max-width:499px) {
    #contactButton{
        right:auto;
        left:0;
        width:90%
    }
}