header,
nav,
menu,
main,
section,
article,
footer {
  display: block;
}

html,
body,
ul {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  vertical-align: middle;
  border: none;
}

figure {
  width: 100%;
  margin: 0;
}

address {
  font-style: normal;
}

h1,
h2 {
  margin: 0;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.center {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.center-col {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}

.col-md {
  width: 33.33%;
  padding: 5px;
}

.col-float {
  float: left;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 100%;
}

.bg {
  background: #f8f8f8;
  padding: 80px 0;
}

h1 {
  font-size: 2.5em;
  color: #0075be;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}

h2 {
  font-size: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  background: #0075be;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}

p {
  line-height: 1.8;
  font-family: Roboto, sans-serif;
}

ul {
  list-style: none;
}

ul li {
  display: block;
  background: #0075be;
  color: #FFF;
  padding: 10px 0;
  margin: 1px 0;
}

a {
  text-decoration: none;
  font-family: Roboto Condensed, sans-serif;
  color: #7996bb;
}

img {
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

header {
  height: 180px;
  background: #f8f8f8;
}

header nav {
  float: left;
  padding-top: 114px;
}

header nav a {
  color: #b7b7b7;
  margin-right: 25px;
  text-transform: uppercase;
  transition: .2s;
}

header nav a:last-child {
  color: #0075be;
  font-weight: bold;
  cursor: text;
}

header nav a:hover {
  color: #0075be;
}

#logo {
  max-width: 380px;
  line-height: 180px;
  width: 100%;
  float: right;
  display: block;
}

#slider {
  background: url(../images/slider-bg.jpg) no-repeat;
  overflow: hidden;
}

.slick-slider {
  max-width: 1000px;
  width: 100%;
  height: 500px;
  position: relative;
  margin: 0 auto;
}

.slick-prev {
  left: -80px;
}

.slick-next {
  right: -80px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 48px;
  color: #7a7a7a;
  opacity: 1;
  transition: .2s;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #0075be !important;
}

.text article,
.text address {
  text-align: center;
  padding: 0 10%;
  margin: 80px 0;
}

.text address {
  text-align: left;
  max-width: 570px;
  margin: 80px auto;
}

.text address div {
  margin: 0 15px;
  line-height: 1.8;
}

form {
  width: 50%;
  margin: 0 auto 80px auto;
}

form input {
  width: 100%;
  height: 35px;
  padding: 5px;
}

form textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
}

form input[type="submit"] {
  background: #0075be;
  border: 1px solid #0075be;
  color: #FFF;
  cursor: pointer;
  font-size: 1em;
  transition: .2s;
}

form input[type="submit"]:hover {
  background: #FFF;
  color: #0075be;
}

.submit-text {
  background: #0075be;
  color: #FFF;
  text-align: center;
  padding: 20px;
  margin: 0;
}

.maps {
  height: 500px;
}

.maps iframe {
  height: 500px;
}

footer {
  background: #0075be;
  color: #FFF;
  font-size: .8em;
  padding: 80px 0;
}

footer address {
  float: left;
}

footer address div {
  margin-right: 30px;
  line-height: 1.8;
}

footer address div:last-child {
  margin-top: 23px;
}

footer a {
  color: #FFF;
  transition: .2s;
}

footer a:hover {
  color: #bfbfbf;
}

#meta {
  float: right;
  line-height: 1.8;
  text-align: right;
}

#meta p {
  margin-top: 23px;
}

.links a {
	display: inline-block;
	margin-top:	40px;
	transition: .2s;
}

.links a:hover {
	opacity: .5;
}

.links figure img {
	width: auto;
	height: 20px;
	margin-right:20px;
}

.menu-button {
  width: 30px;
  height: 15px;
  float: right;
  margin-top: 20px;
  display: none;
}

.menu-button span {
  display: block;
  width: 100%;
  height: 3px;
  background: #0075be;
  float: right;
}

.menu-button span:nth-child(2) {
  margin: 3px 0;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 85%;
  }
  .center {
    padding: 0 20px;
  }
  header {
    height: auto;
    padding: 15px 0;
  }
  header nav {
    width: 100%;
    float: none;
    background: #0075be;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
    display: none;
  }
  header nav a {
    display: block;
    margin: 30px 0;
    color: #FFF;
  }
  header nav a:last-child {
    color: #FFF;
  }
  .menu-button {
    display: block;
  }
  #logo {
    max-width: 210px;
    line-height: normal;
    float: none;
  }
  #slider,
  .slick-list {
    overflow: hidden;
    height: 200px;
  }
  .maps {
    height: 200px;
  }
  .maps iframe {
    height: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .col-md {
    width: 50%;
    padding: 5px;
  }
  footer address,
  .pull-left,
  #meta {
    float: none;
    text-align: left;
  }
}

@media screen and (max-width: 568px) {
  .col-md {
    width: 100%;
  }
  .col-float {
    float: none;
  }
}
