#ContactWrapperMobile {
		right: -290px;
		z-index: 10;
		font-size: 0.900em;
		position: fixed;
		width: 300px;
		-webkit-transition: all 400ms ease-out;
		   -moz-transition: all 400ms ease-out;
			 -o-transition: all 400ms ease-out;
				transition: all 400ms ease-out;
	}
#ContactMain , .Icon_Box { background-color: #FF8833; }
@media screen and (max-width: 500px) {
	#ContactMain {
	}
}
.body_border {
	border-left: 10px solid #FF8833;
    min-height: 100%;
    position: fixed;
    right: 0;
    z-index: 4900;
}
#slidecontact_wrapper {
	position: fixed;
	height: 100%;
	right: -380px;
	z-index: 5000;
}
.Icon_Box {
    position: absolute;
    left: 0;
    top: 40%;
	padding: 13px 5px;
	   -webkit-border-top-left-radius: 3px;
	           border-top-left-radius: 3px;
	       -moz-border-radius-topleft: 3px;
	    -moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	        border-bottom-left-radius: 3px;
	z-index: 10;
	cursor: pointer;
}
#ContactIconFeed {
	cursor: pointer;
	height: 58px;
	width: 26px;
}
#ContactMain {
	padding: 2px 0 30px 0;
	position: relative;
	color: #F4F4F4;
	overflow-y: auto;
}
#ContactMain h2 { border-bottom: 1px solid #fff; }

.Form_Contact > form {
	max-width: 242px;
}
#ContactMain h2 {
	font-weight: 800;
	color: #F4F4F4;
	margin-left: 10px;
}
#ContactWrapper {
	height: 100%;
	font-size: 0.900em;
	width: 380px;
	padding-left: 35px;
    -webkit-transition: all 400ms ease-out;
       -moz-transition: all 400ms ease-out;
         -o-transition: all 400ms ease-out;
            transition: all 400ms ease-out;
}
#ContactIconClose {
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}
.ContactBlock {
	display: block;
	margin: 10px;
}
.ContactBlock:after {
    content:'';
    display:block;
    clear: both;
}
.ContactBlock > div {
	float: left;
}
.ContactBlockImg {
	padding-right: 15px;
	width: 26%;
	max-width: 100px;
}
.ContactBlock > img {
	display: block;
	width: 100%;
}
.ContactBlockText {
	width: 69%;
	line-height: 16px;
	padding-bottom: 0;
}
.ContactBlockText > p {
	color: #F4F4F4;
    line-height: 16.7px;
	font-size: 15px;
    margin-bottom: 5px;
}
.ContactBlock > p > a, .ContactBlockText > p > a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.ContactBlock > p > a:hover , .ContactBlockText > p > a:hover  {
	text-decoration: underline;
}

#ContactMain > hr {
	width: 75%;
	display: block;
	margin: 15px auto;
    background-image: -moz-linear-gradient(left center , rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    border: 0 none;
    height: 1px;
	background-color: #EEE\9;
}