/* CSS Document */
.shout_box {
background: #FFF;
width: 260px;
overflow: hidden;
position: fixed;
bottom: 0;
right: 10px;
z-index:999999;
}
.shout_box .header .close_btn {
background: url(../images/close_btn.png) no-repeat 0px 0px;
float: right;
width: 15px;
height: 15px;
}
.shout_box .header .close_btn:hover {
background: url(../images/close_btn.png) no-repeat 0px -16px;
}

.shout_box .header .open_btn {
background: url(../images/close_btn.png) no-repeat 0px -32px;
float: right;
width: 15px;
height: 15px;
}
.shout_box .header .open_btn:hover {
background: url(../images/close_btn.png) no-repeat 0px -48px;
}
.shout_box .header{
padding:14px 10px;
font: 12px 'lucida grande', tahoma, verdana, arial, sans-serif;
font-weight: bold;
color:#fff;
border-bottom:none;
cursor: pointer;
background:#0170ba;
}
.message_box
{
width:260px;
float:left;
background:#FFF;
height:auto;
padding:10px;
border:1px solid #e0e0e0;
box-sizing:border-box;
}
.message_box p
{
line-height: 16px;
font-size: 14px;
color: #999;
font-family: 'calibri';
}
.message_box input[type="text"],.message_box input[type="email"], .message_box textarea
{
box-sizing:border-box;
border:1px solid #e0e0e0;
vertical-align:top;
text-indent:8px;
font-family:'calibri';
font-size:14px;
color:#333;
font-style:italic;
margin-top:10px;
width:238px;
}
.message_box input[type="text"] ,.message_box input[type="email"]
{
height:35px;
}
.message_box textarea
{
padding-top:5px;
resize:none;
}
.message_box button[type="submit"]
{
width:238px;
border:none;
font-family:'calibri';
font-weight:bold;
font-size:14px;
background:#489801;
margin-top:10px;
height:40px;
color:#FFF;
}
.shout_box1{
background: #FFF;
width: 225px;
overflow: hidden;
position: fixed;
bottom: 0;
right: 10px;
z-index:9;
}
.shout_box1 .header .close_btn {
background: url(../images/close_btn.png) no-repeat 0px 0px;
float: right;
width: 15px;
height: 15px;
}
.shout_box1 .header .close_btn:hover {
background: url(../images/close_btn.png) no-repeat 0px -16px;
}

.shout_box1 .header .open_btn {
background: url(../images/close_btn.png) no-repeat 0px -32px;
float: right;
width: 15px;
height: 15px;
}
.shout_box1 .header .open_btn:hover {
background: url(../images/close_btn.png) no-repeat 0px -48px;
}
.shout_box1 .header{
padding:14px 10px;
font: 12px 'lucida grande', tahoma, verdana, arial, sans-serif;
font-weight: bold;
color:#fff;
border-bottom:none;
cursor: pointer;
background:#0170ba;
}@media (min-width: 768px) {	.box-footer{		width:100% !important;	}	div#page-content .col-md-4{		padding-right:0;	}	}
