@charset "utf-8";
/* CSS Document */


i{
	margin-right: 5px;
}

.border{
	background: url("../img/bor.png") repeat-x;
	height: 2px;
	margin: 5px 0px;
}

h2{
	font-size: 30px;
	line-height: 40px;
}

.padd{
	padding: 10px;
}

.bor{
	background: url("../img/bor.png") repeat-x;
	height: 3px;
}

/* Social */

.social{
margin: 5px 0px;
}

.social i{
height:30px;
width:30px;
color: #fff;
line-height:30px;
margin:5px 5px 5px 0px !important;
border-radius:20px !important;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
text-align:center;
font-size: 14px;
}

.social i.facebook{
background:#3c5b9b;
}

.social i.twitter{
background:#2daae1;
}

.social i.google-plus{
background:#f63e28;
}

.social i.pinterest{
background:#cb2027;
}

.social i.linkedin{
background:#0173b2;
}

.social i:hover{
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-o-transition:all 1s ease;
transition:all 1s ease;
background: #000;
}

.social a,.social a:visited,.social a:hover{
text-decoration:none;
color:#fff;
}

/* Slide Box*/

.slide-box{
	width: 270px;
	z-index: 400;
	position: fixed;
	top: 8%;
	background: url("../img/b-sidebar-back.png") repeat;
	border: 1px solid #000;
	right: -252px;
}

.slide-box .slide-box-button{
	background: #c20d23 url("../img/red.png") repeat;
	border-right: 0px;
	text-align: center;
	line-height: 40px;
	width: 29px;
	height: 85px;
	display: block;
	position: absolute;
	z-index: 400;
	left: -30px;
	top: 35%;
	cursor: pointer;
}

.slide-box i{
	margin-right: 0px;
}

