@charset "utf-8";

html, body, div, a, img {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html, body {
	height: 100%;
}

header {
     display: block;
}

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

body {
	font-family: 'Roboto';
	font-size: 14px;
	color: #525252;
	line-height: 130%;
	background: #fff;
}

#site {
    min-width: 320px;
    overflow: hidden;
	display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
	position: relative;
    background-attachment: fixed;
    background-color: #000000;
    background-image: url(../images/intro.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.fixed {
    max-width: 1200px;
    min-width: 320px;
    width: 96%;
    margin: 0 auto;
}

.header {
	position: relative;
    margin: 0 0 10px 0;
    border: 3px solid #FFED00;
    border-radius: 3px;
    height: 110px;
    padding-left: 125px;
    overflow: hidden;
    border-radius: 15px;
}

.logo {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
	width: 130px;
	background: url(../images/logo.jpg) no-repeat center center;
}

.header-pic {
    height: 145px;
    background: url("../images/header_pic.jpg") no-repeat center center;
    background-size: cover;
}

.link-block {
    margin-bottom: 10px;
    padding: 10px 25px 5px 25px;
    overflow: hidden;
}

.link-block a {
    font: 300 16px/130% 'Roboto', sans-serif;
	color:#fff;
    letter-spacing: 1px;
    word-spacing: -2px;
    text-decoration: none;
}

.link-block-center {
    margin-bottom: 10px;
    padding: 0 2%;
    overflow: hidden;
    text-align: center;
}

.link-block-center marquee {
    font: 300 18px/130% 'Roboto', sans-serif;
    color:#fff;
    letter-spacing: 3px;
    word-spacing: 4px;
    text-align: center;
    text-decoration: none;
}

.link-block a:hover {text-decoration: underline;}

.tel-link {float: left;}
.email-link {float: right;}

.map {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    border: 3px solid #FFED00;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 15px;
}

.clear {
	clear: both;
}

@media screen and (max-width: 1280px){
#site {background-attachment: scroll;}}

@media screen and (max-width: 768px){

.header {
    border: 2px solid #FFED00;
    border-radius: 2px;
    height: 100px;
    padding-left: 118px;
    overflow: hidden;
}

.logo {
	width: 118px;
	background-size: cover;
}

.header-pic {height: 100px;}

.link-block a {font-size: 14px;}

.link-block-center marquee {font-size: 20px;letter-spacing: 0px;}

.map {
    border: 2px solid #FFED00;
    border-radius: 2px;
}

}

