body, p, a, span, h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 4em !important;
	font-weight: bold !important;
}
h2 {font-size: 2.5em !important; }
h3 {font-size: 1.5em; font-weight: bold !important;}
h4 {font-size: 18px !important; font-weight: bold !important;}
h5 {font-size: 20px !important;}
img {max-width: 100% !important;}
.orange { color: #ffbf00;}
.orangebg {background-color: #F1592A;}
.white {color: #ffffff;}
.gray, .gray a {color: #ece5e0;}
.mainbanner {
	background-image: url('../images/bgventilatie.jpg');
	height: 600px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.logo{
	
	margin-bottom: 50px;
	}

.bluebg {
	background: rgba(26,62,105,1);
    background: -webkit-linear-gradient(#264a74,#173559);
    background: -moz-linear-gradient(#264a74,#173559);
    background: linear-gradient(#264a74,#173559);
    background: -ms-linear-gradient(#264a74,#173559);
    background: -o-linear-gradient(#264a74,#173559);
}
.nopad {padding: 0 !important;}
.pad30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pad60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pad80{
	padding-top: 80px;
	padding-bottom: 80px;
	
}

.separator {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.testimonial {
	font-family: 'Lora', serif;
	font-size: 20px !important;
	font-style: italic !important;
}

.button-small {
	display: inline-block;
	margin: 20px auto;
	padding: 10px 20px;
	background: #232323;
	color: #ffffff;
	font-weight: bold !important;
	font-size: 18px !important;
}
.button-large {
	display: inline-block;
	margin: 20px auto;
	padding: 15px 30px;
	background: #232323;
	color: #ffffff;
	font-weight: bold !important;
	font-size: 22px !important;
}
.inputbox {
	display: block;
	width: 100%;
	height: 45px;
	margin-bottom: 10px;
}
label {
	text-align: left !important;
	font-size: 14px !important;
	color: #ffffff;
	font-weight: bold !important;
}


@media only screen and (max-width: 800px){
	.poza {order: 1 !important;}
	.paragraf {order: 2 !important;}
}