@import url(../fonts/font-awesome/css/font-awesome.css);
/* @import url(../fonts/stylesheet.css); */

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: local('Georgia'),
        url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff'),
        url('../fonts/Georgia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    src: url('Georgia-Bold.eot');
    src: local('Georgia Bold'), local('Georgia-Bold'),
        url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff'),
        url('../fonts/Georgia-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



body {
	color: #666666;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/* font-family: 'ralewayregular', Tahoma, Geneva, sans-serif; */
	/* font-size: 14px; */
	/* font-family: sans-serif, serif;
	font-size: 14px; */
	font: 400 16px / 26px 'Georgia', times;
}

/* line 14, ../sass/html.scss */
html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* line 20, ../sass/html.scss */
a {
	color: #333333;
}

/* line 23, ../sass/html.scss */
a:hover,
a:focus {
	color: #3598db;
	outline: none;
	text-decoration: none;
}

/* line 30, ../sass/html.scss */
h1,
h2,
h3 {
	color: #333333;
	margin: 0 0 20px;
}

/* line 35, ../sass/html.scss */
.form-text {
	color: #999999;
	font-size: 0.929em;
}

/* line 38, ../sass/html.scss */
.form-text:hover,
.form-text:focus {
	color: #333333;
}

/* line 43, ../sass/html.scss */

img {
	max-width: 100%;
	height: auto;
}

/* line 48, ../sass/html.scss */
input,
button,
select,
textarea,
.filter-buttons a {
	background: #fafafa;
	border: 1px solid #dddddd;
	padding: 10px;
}

.filter-buttons a {
	display: inline-block;
	margin-left: 8px;
}

/* line 54, ../sass/html.scss */
label {
	font-weight: 100;
}