/*===== Rylanhartley.com ==============================================
    Slider.css >> Author: Rylan Hartley
  =====================================================================*/

#slider2{
	width:500px;
	top:100px;
	position:absolute;
}
   
#header2{ 
	width:325px;
	height:700px;
	position:absolute; 
	right:0px; 
	border:1px solid #3498db;
	margin-left:40px;
	padding:20px 40px;
	border-radius:3px;
	box-shadow: 0 0 8px gray;
	background: white;
}


#sidebar{
	position:absolute;
	top:180px;
	left:113px;
}

#sidebar1{
	position:absolute;
	top:180px;
	left:113px;
	box-shadow: 0 0 8px gray;
}


/*h3{
	font-family: 'Roboto Slab', serif;
}*/

input[type=text],
input[type=email],
input[type=number],
input[type=tel] { 
	margin-top: 10px;
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #3498db;
}

/* 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 #3498db;
}

textarea{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:3px solid #3498db;
	margin-top: 10px;
	height:80px;
	width:100%;
}	

button{
	background: #2980b9;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 22px;
	font-weight: bolder;
	padding: 8px 0 8px 0;
	border-radius: 3px;
	cursor: pointer;
/*	margin-top:25px;*/
}

a {
	color: #3498db;
}

/*--------------------------------------
		Advertisement div
----------------------------------------*/
.formget{
	width:300px;
	margin-top: 65px;
	margin-left: 57px;
	float: left;
	}
