html,body{
	height:100%;
}
body{
	margin-bottom:200px;
	background:url(../images/bgs/bg-main.jpg) no-repeat center 400px fixed;
}
#header{
	width:100%;
	height:200px;
	box-shadow:0 0 20px #666;
	position:fixed;
	top:-30px;
	z-index:50;
}

#main{
	width:1000px;
	min-height:300px;
	margin:auto;
	padding-bottom:100px;
	margin-top:30px;
	padding-top:200px;
}

#main h1{
	color:#2e7bca;
	margin-bottom:20px;
	border-bottom:1px dashed #06c;
	font-size:18px;
	padding-bottom:20px;
	text-transform:uppercase;
}

#main .col-lg-3{
	margin-bottom:20px;
}

#main .btn-default{
	color:#919191;
	text-transform:uppercase;
}

#main .col-lg-4 img{
	transition-duration:0.5s;
}

#main .col-lg-4 img:hover{
	transform:rotate(20deg);
}

.title{
	text-align:left;
	margin-top:50px;
	color:#ee3737 !important;
	font-size:30px !important;
	margin-bottom:0 !important;
	border-bottom:0 !important;
	padding-bottom:5px !important;
}

.titleLine{
	width:100px;
	height:10px;
	background:#ee3737;
	margin-bottom:30px;
}