#slider{
	width:398px;
	top:240px;
	position:fixed;
	z-index:5000;
}
   
#header{ 
	width:240px;
	height:430px;
	position:absolute; 
	right:0px; 
	border:1px solid #d8d8d8;
	margin-left:40px;
	padding:20px;
	border-radius:3px;
	box-shadow: 0 0 8px gray;
	background:#fff;
}

#header h2{font-family: 'RobotoSlab-Regular'; font-size:22px; line-height:25px; padding-bottom:10px;}
#header p{font-family: 'Lato', sans-serif; color:#000; font-size:16px; line-height:18px; padding-bottom:10px;}
#header h4{font-size:15px; font-family: 'RobotoSlab-Regular'; line-height:30px; padding-bottom:0px;}


#sidebar{
	position:absolute;
	top:180px;
	left:55px;
	position: absolute;
    transform: rotate(90deg);
    background-color: #216288;
    padding:15px 40px;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
   -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
	
	
}


#sidebar1{
	position:absolute;
	top:180px;
	left:52px;
	position: absolute;
    transform: rotate(90deg);
    background-color: #216288;
    padding:15px 40px;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
   -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
	
	
}

#sidebar a{transform: rotate(180deg) !important;  color: #fff; text-decoration:none !important; font-size:22px; text-transform:none; font-family: 'Roboto', sans-serif; }

#sidebar1 a{transform: rotate(180deg) !important;  color: #fff; text-decoration:none !important; font-size:22px; text-transform:none; font-family: 'Roboto', sans-serif;}



h3{
	font-family: 'Roboto Slab', serif;
}

input[type=text]{ 
	margin-top: 10px;
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
}

h4{
	font-size:15px;
}
div#title{
	position:absolute;
	top:300px;
	left:650px;
	}
	
select{
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
}

textarea{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
	margin-top: 10px;
	height:80px;
	width:100%;
}	

#slider button{
	background:#2bc1f2;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 18px;
	padding: 8px 0 8px 0;
	border-radius: 3px;
	font-family: 'RobotoSlab-Regular';
	cursor: pointer;
	margin-top:25px; transition:all 2s ease; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	border:0; outline:none; 
}

button:hover,
button:focus {
  box-shadow: inset 300px 0 0 0 #922d0d; color:#fff !important;
}
/*--------------------------------------
		Advertisement div
----------------------------------------*/
.formget{
	width:300px;
	margin-top: 65px;
	margin-left: 57px;
	float: left;
	}