/* =Typography
-----------------------------------------------------------------------------*/
/*@font-face {
	font-family:'MyriadPro';
	src:url('font/myriadpro-light-webfont.eot');
	src:url('font/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('font/myriadpro-light-webfont.woff') format('woff'), url('font/myriadpro-light-webfont.ttf') format('truetype'), url('font/myriadpro-light-webfont.svg#myriad_prolight') format('svg');
	font-weight:normal;
	font-style:normal
}*/

body {
	width: 1000px;
	margin: auto;
	font-family: 'Source Sans Pro', sans-serif;
}

h1,h2,h3,h4,p {
	color: #706e6f;
	font-family: 'Source Sans Pro', sans-serif;
}

@media print   {
	h1,h2,h3,h4,p {
	color: #000000;
	}
}


/* =Links
-----------------------------------------------------------------------------*/


/* =Layout
-----------------------------------------------------------------------------*/
.forms-columnar p {
	padding-left: 340px;
	margin-bottom: 0.65em;
	font-family: 'Source Sans Pro', sans-serif;
}
.forms-columnar label {
	width: 310px;
	font-family: 'Source Sans Pro', sans-serif;
}

.oblacki {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.odmik {
	padding: 2% 2% 0 2%;
}

#forma {
	border: 2px solid #63b446;
}

.poslji {
	margin-left: 5px;
	margin-right: 22px;
}

#brisace {
	border: 2px solid #91c583;
}

#bio-dryer {
	border: 2px solid #b1d7f2;
}

#smart-dryer {
	border: 2px solid #6fcbf3;
}

#extreme-dryer {
	border: 2px solid #009cdd;
}

.btn {
	text-shadow: none;
}

.btn-siccabo {
	color: #ffffff; 
	background: #019ddf;
	padding: 0 30px;
	width: auto;
	height: 34px;
	line-height: 34px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

.btn-siccabo:hover {
	background: #999;
	color: #ffffff;
}

/* MOBILE */
@media only screen and (max-width: 767px) {

	body {
		width: 580px;
		margin: auto;
	}
	
	.oblacki {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	#forma {
		border-top: 5px solid #63b446;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
	}
	
	#brisace {
		border-top: 5px solid #91c583;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
	}

	#bio-dryer {
		border-top: 5px solid #b1d7f2;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
	}

	#smart-dryer {
		border-top: 5px solid #6fcbf3;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
	}

	#extreme-dryer {
		border-top: 5px solid #009cdd;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
	}
	
	.print-m {
		display:none;
	}
	
	.mail-m {
	
	}
	
}

/* =Header
-----------------------------------------------------------------------------*/


/* =Nav
-----------------------------------------------------------------------------*/


/* =Misc
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/
