body {
	/*overflow: hidden;*/
	/*font-family: 'FuturaLT';*/
	font-family: 'FuturaLT', 'Futura', 'FUTURA_0', 'Arial';
	font-size: 14px;
}

body a {
	color: #000;
}

h1, h2, h3 {
	color: #0e5f88;
}

div img {
	max-width: 100% !important;
}

h1 {
	padding-bottom: 10px;
	border-bottom: solid 1px #d9d9d9;
}

h1, .h1 {
	font-family: 'FuturaLT-Light';
	/* inherit*/
	font-size: 30px;
}

h2, .h2 {
	font-family: 'FuturaLT-Light';
	font-size: 27px;
}

h3, .h3 {
	font-size: 24px;
	font-family: 'FuturaLT-Light';
}


b, strong {
	color: #0e5f88;
}

q {
	font-family: 'FuturaLT-Oblique';
	quotes: '“' '”';
	font-weight: lighter;
}


fieldset {
	padding: 0px;
	border: none;
	background-color: transparent;
}
	

	fieldset input[type='text'], fieldset input[type='password'], fieldset textarea {
		border: solid 1px #d8dadb;
		background-color: #d8dadb;
	}
	
input[type='text'], input[type='submit'], textarea, select {
	border-radius: 0px;
}

input[type='text'] {
	background-color: transparent;
}

::-webkit-input-placeholder { color: #777;}
::-moz-placeholder { color: #777;}
:-ms-input-placeholder { color: #777;}
input:-moz-placeholder { color: #777;}


input[type='submit'], .button-like, label + .button-like {
	
	border: solid 1px #0e5f88;
	color: #0e5f88;
	background-color: transparent;
	box-shadow: none;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 0.6s;
	-moz-transition-property: background-color, color;
	-moz-transition-duration: 0.6s;
	-ms-transition-property: background-color, color;
	-ms-transition-duration: 0.6s;
}
input[type='submit']:hover, .button-like:hover {
	color: #fff;
	background-color: #0e5f88;
}

hr {
	border-top: solid 1px #c1c1c1;
}

::-webkit-scrollbar {
	width: 13px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb:vertical {
	background-color: rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: rgba(0, 0, 0, .2);
}
::-webkit-scrollbar-thumb:vertical:active,
::-webkit-scrollbar-thumb:horizontal:active {
	background-color: rgba(0, 0, 0, .3);
}