/* CSS Document */
body{top:0; left:0; margin:0; padding:0;}
.bg-orange{
	background: #e96439;
}
.full{
	display:block;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.opacity-bg{
	opacity: 0.9;
}
.modal-header {
	border-bottom: 1px dashed #e96439;
}
.modal-footer {

	border-top: 1px dashed #e96439;
}
.btn-lgs{
	background: #ffffff;
	color: #e96439;
	border: 1px dashed #e96439;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: bold;
	box-shadow: 0 0 0 0 #e96439;
}
.btn-lgs:hover{
	background:  #e96439;
	color: #ffffff;
	border: 1px dashed #ffffff;
}
.close {
	color: #e96439;
}
h1, h2{
	color: #ffffff;
	
}
@media (max-width:768px){

h1{
	font-size: 1.2em;
	
}
}
@media (min-width:768px){
h1{
	font-size: 2em;
	
}
}