		html,
		body {
			width							: 100%;
			height							: 100%;
			font-family						: 'Open Sans', sans-serif;}
		.center-block{
			text-align						: center;}
		.text-vertical-center {
			display							: table-cell;
			vertical-align					: middle;}
		/*--------------------------------------------------- bg ----*/
		.bg {
			display							: table;
			position						: relative;
			width							: 100%;
			height							: 100%;
			background						: url('../img/bg.jpg') no-repeat center center scroll;
			-webkit-background-size			: cover;
			-moz-background-size			: cover;
			background-size					: cover;
			-o-background-size				: cover;}
		.bg_form {
			background						: url('../img/bg_form.png') repeat;
			padding							: 20px;
			color							: #fff;}
		/*--------------------------------------------------- btn ----*/
		.btn-default {
			color							: #fff;
			background-color				: #d80b16;
			border-color					: transparent;
			text-transform					: uppercase;
			border-radius					: 0;
			box-shadow						: none;}
		.btn-default:focus,
		.btn-default.focus {
			color							: #d80b16;
			background-color				: #fff;
			border-color					: #d80b16;}
		.btn-default:hover {
			color							: #d80b16;
			background-color				: #fff;
			border-color					: #d80b16;}
		.btn-default:active:hover,
		.btn-default.active:hover,
		.open > .dropdown-toggle.btn-default:hover,
		.btn-default:active:focus,
		.btn-default.active:focus,
		.open > .dropdown-toggle.btn-default:focus,
		.btn-default:active.focus,
		.btn-default.active.focus,
		.open > .dropdown-toggle.btn-default.focus {
			color							: #d80b16;
			background-color				: #fff;
			border-color					: #d80b16;}
		.btn:active,
		.btn.active {
			-webkit-box-shadow				: none;
					box-shadow				: none;}		
		/* ---------------------------------------------- form control --*/
		.form-control {
			border							: 0px solid #ccc;
			border-radius					: 0;
			-webkit-box-shadow				: none;
			box-shadow						: none;
			-webkit-transition				: none;
			-o-transition					: none;
			transition						: none;}
		.form-control:focus {
			border-color					: none;
			outline							: 0;
			-webkit-box-shadow				: none;
			box-shadow						: none;}
		.page-header {
			margin							: 0 0 20px 0;
			border-bottom					: 1px solid #d1deea;
			color							: #fff;
			text-transform					: uppercase;}
			
		/*--------------------------------------------------- @media ----*/	
		@media (max-width: 767px) {}
		@media (min-width: 768px) and (max-width: 991px) {}
		@media (min-width: 992px) and (max-width: 1199px) {}
		@media (min-width: 1200px) {}