@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  display: block;
  width: 100%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container, .container--full {
  display: block;
  width: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}

.container:before,
.container--full:before,
.container:after, .container--full:after {
  content: '';
  display: table;
}

.container:after, .container--full:after {
  clear: both;
}

.container--full {
  width: 100% !important;
  /* Important to override width value from .container */
}

.row {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  *zoom: 1;
}

.row:before,
.row:after {
  content: '';
  display: table;
}

.row:after {
  clear: both;
}

.row--flex {
  display: flex;
  flex-direction: row;
}

@media (min-width: 1024px) {
  .container, .container--full {
    /*width: 100rem;*/
	width: 100%;
  }
}

[class*='col'] {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
}

[class*='col']:before,
[class*='col']:after {
  *zoom: 1;
}

[class*='col']:before:before,
[class*='col']:before:after,
[class*='col']:after:before,
[class*='col']:after:after {
  content: '';
  display: table;
}

[class*='col']:before:after,
[class*='col']:after:after {
  clear: both;
}

.col--1 {
  flex-grow: 0;
}

.col--2 {
  flex-grow: 0;
}

.col--2andabit {
  flex-grow: 0;
}

.col--3 {
  flex-grow: 0;
}

.col--4 {
  flex-grow: 0;
}

.col--5 {
  flex-grow: 0;
}

.col--6 {
  flex-grow: 0;
}

.col--7 {
  flex-grow: 0;
}

.col--8 {
  flex-grow: 0;
}

.col--9 {
  flex-grow: 0;
}

.col--10 {
  flex-grow: 0;
}

.col--11 {
  flex-grow: 0;
}

.col--12 {
  flex-grow: 0;
}

@media (min-width: 768px) {
  .col--2 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--1,
  .col--12 {
    width: 100%;
    flex-basis: 100%;
  }
  .col--2andabit {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--1,
  .col--12 {
    width: 100%;
    flex-basis: 100%;
  }
  .col--3 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--1,
  .col--12 {
    width: 100%;
    flex-basis: 100%;
  }
  .col--4 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--1,
  .col--12 {
    width: 100%;
    flex-basis: 100%;
  }
  .col--5 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--1,
  .col--12 {
    width: 100%;
    flex-basis: 100%;
  }
  .col--6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--1,
  .col--12 {
    width: 100%;
    flex-basis: 100%;
  }
  .col--7 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--1,
  .col--12 {
    width: 100%;
    flex-basis: 100%;
  }
  .col--8 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--1,
  .col--12 {
    width: 100%;
    flex-basis: 100%;
  }
  .col--9 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--1,
  .col--12 {
    width: 100%;
    flex-basis: 100%;
  }
  .col--10 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--1,
  .col--12 {
    width: 100%;
    flex-basis: 100%;
  }
  .col--11 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--1,
  .col--12 {
    width: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 1024px) {
  .col--1 {
    width: 8.33333%;
    flex-basis: 8.33333%;
    flex-grow: 0;
  }
  .col--2 {
    width: 16.66667%;
    flex-basis: 16.66667%;
    flex-grow: 0;
  }
  .col--2andabit {
    width: 20%;
    flex-basis: 20%;
    flex-grow: 0;
  }
  .col--3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
  }
  .col--4 {
    width: 33.33333%;
    flex-basis: 33.33333%;
    flex-grow: 0;
  }
  .col--5 {
    width: 41.66667%;
    flex-basis: 41.66667%;
    flex-grow: 0;
  }
  .col--6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
  .col--7 {
    width: 58.33333%;
    flex-basis: 58.33333%;
    flex-grow: 0;
  }
  .col--8 {
    width: 66.66667%;
    flex-basis: 66.66667%;
    flex-grow: 0;
  }
  .col--9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
  }
  .col--10 {
    width: 83.33333%;
    flex-basis: 83.33333%;
    flex-grow: 0;
  }
  .col--11 {
    width: 91.66667%;
    flex-basis: 91.66667%;
    flex-grow: 0;
  }
  .col--12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', sans-serif;
  color: #46575e;
}

html {
  font-size: 62.5%;
}

body {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  color: #46575e;
  background: #ffffff;
}

.site-header {
  width: 100%;
  padding: 20px 0;
}

.site-header .logo {
  display: block;
  margin: auto;
}

.banner {
  position: relative;
  width: 100%;
  margin: auto;
  /*padding: 180px 0;*/
  background-image: url(assets/banner-bg.jpg);
  background-size: cover;
  background-position: -100px center;
}

.banner h1,
.banner h2 {
  display: block;
  color: #274CA7;
  text-align: center;
  text-transform: uppercase;
}

.banner h1 {
  font-size: 4rem;
  font-weight: 900;
}

.banner h1:before {
  display: block;
  margin: 30px auto;
  border-top: solid 5px #f2c178;
}

.banner h2 {
  margin-top: 30px auto;
  font-size: 3.6rem;
  font-weight: 400;
}

.banner h2:after {
  margin: 30px auto;
  border-top: solid 5px #f2c178;
}

.banner .banner__caption {
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #E64042;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  .banner {
    background-position: center center;
  }
}

.contact-info {
  display: block;
}

.contact-info .container--contact {
  width: 100%;
  padding: 1.5rem 0;
  color: #ffffff;
  background: #b73d6d;
}

.contact-info .container--contact p {
  margin: 0;
  font-weight: 300;
  font-size: 1.8rem;
  text-align: center;
}

.contact-info .contact-item {
  margin-bottom: 30px;
}

.contact-info .contact-item h3 {
  margin-bottom: 10px;
  color: #274CA7;
  font-size: 2rem;
}

.contact-info .contact-item address {
  font-style: normal;
  font-size: 1.4rem;
}

.contact-info .contact-item a.button {
  display: inline-block;
  margin-top: 10px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  background: #b73d6d;
  border-radius: 10px;
  transition: 0.3s;
}

.contact-info .contact-item a.button:hover {
  background: #913056;
}

.site-footer {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.site-footer .footer-social-links {
  display: block;
  margin: 40px 0;
  padding: 0;
  text-align: center;
}

.site-footer .footer-social-links li {
  display: inline-block;
  list-style: none;
}

.site-footer .footer-social-links li a {
  display: block;
  margin: 0 5px;
  padding: 0.8rem;
  font-size: 1.8rem;
  border: solid 3px #0e7361;
  color: #0e7361;
  transition: 0.3s;
}

.site-footer .footer-social-links li.social-link--twitter a:hover {
  color: #62A4C4;
  border-color: #62A4C4;
}

.site-footer .footer-social-links li.social-link--youtube a:hover {
  color: #F24141;
  border-color: #F24141;
}

.site-footer .footer-social-links li.social-link--linkedin a:hover {
  color: #1C87BD;
  border-color: #1C87BD;
}

@media (min-width: 768px) {
  .banner,
  .contact-info .container--contact {
    width: 70%;
  }
  .banner {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

@media (max-width: 500px) {
.site-header .logo {
	width: 200px !important;
}
}

.contact-details h2 {
  text-transform:lowercase;
  font-size:1.4em;
  text-align:center;
  color:#274CA7;
}

@media (max-width:1360px) {
  .contact-details h2 {
    font-size:1.2em;
  }
}

@media (max-width:1182px) {
  .contact-details h2 {
    font-size:1.1em;
  }
}

@media (max-width:1094px) {
  .contact-details h2 {
    font-size:1.0em;
  }
}



.contact-address h3 {
  text-align:center;
  font-size:1.1em;
}

@media (max-width:1676px) {
  .contact-address h3 {
    text-align:center;
    font-size:1.0em;
  }
}

@media (max-width:1514px) {
  .contact-andress h3 {
    font-size:1.1em;
  }
}

.tube-pics {
  width:100%;
  /*padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;*/
}

.google-maps {
    position: relative;
    padding-bottom: 68%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*# sourceMappingURL=style.map */