@media all{
	body{
		height: 100%;
	 	background-color: rgba(0,0,0,.07);
	}
	.navbar{
		background-color: rgba(255,255,255,1);
		position: relative;
	}
	form{
		background-color: #000;
		padding: 20px;
		//border-radius: 3px;
	}
	form label{
		color: #FFFFFF;
		font-weight: 300;
	}
	form .form-group input,
	form .form-group textarea{
		background-color: transparent;
		border-radius: 0px;
		border: 0px;
		border-bottom: 1px dotted #ddd;
		color: rgba(255,255,255,1);
		font-weight: 300;
	}
	form .form-group input:focus,
	form .form-group textarea:focus{
		box-shadow: none;
	}

	.form-group .border-bottom-red{
		border-bottom: 1px solid #CC0000;
	}
	.head{
		/*background-image: url('/classicobar/web/images/im1.png');
		background-size:auto 100%;
		background-position: top center; 
	 	background-repeat: no-repeat;
	 	//background-attachment: scroll;

		//top: 0;*/
	}
	.blur{
		background-image: url('/classicobar/web/images/blur.png');
		background-size:cover;
		background-position: top center; 
	 	background-repeat: no-repeat;
	 	padding-bottom: 100px;
	}
	.btn-transparent{
		background-color: rgba(255,255,255,.1);
		color: #FFFFFF;
		font-weight: 300;
		border-radius: 0px;
		transition: .5s ease;
	}
	.btn-transparent:hover{
		background-color: transparent;
	}
	a.tel{
		color: rgba(0,0,0,.8);
		font-weight: 700;
		text-decoration: none;
	}
	a.tel:hover{
		text-decoration: none;
	}
	a.facebook{
		font-size: 200%;
		color: #3b5998;
		text-decoration: none;
	}
}
 /* Small devices (tablets, 768px and up) */
@media (max-width: 500px) {
}

@media (max-width: 768px) {
	/*form{
		border-radius: 0px;
	}*/
	.padding-left-none{
		padding-left: 15px;
	}
}

@media (max-width: 862px) {
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}