/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,700,900");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.row::after, .container::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.col-lg-1-2 {
  padding-left: 16px;
  padding-right: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

@media (min-width: 1024px) {
  .col-lg-1-2 {
    width: 50%;
    float: left;
  }
}
html {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #333333;
}

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

strong, b {
  font-weight: 700;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

h1, .h1, h2, .h2 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: center;
}

h1, .h1 {
  font-size: 50px;
  font-size: 4.16667rem;
}

h2, .h2 {
  font-size: 45px;
  font-size: 3.75rem;
}

h3, .h3 {
  font-weight: 900;
  font-size: 30px;
  font-size: 2.5rem;
}

.text {
  font-weight: 100;
  font-size: inherit;
  letter-spacing: normal;
}

.header {
  position: relative;
  padding-top: 35px;
}
.header:before {
  content: "";
  background: #f2f2f2;
  left: 0;
  height: 116px;
  right: 40%;
  top: 0;
  position: absolute;
  z-index: 1;
}
.header .container {
  position: relative;
  z-index: 2;
}
.header .logo {
  display: inline-block;
  text-align: center;
}
@media (min-width: 1024px) {
  .header .logo {
    min-width: 30%;
    left: 10%;
    position: relative;
  }
}
.header .top-link {
  float: right;
}
.header .top-link a {
  display: inline-block;
  border-bottom: 1px solid #fecd23;
  padding: 10px 8px 5px 35px;
  font-weight: 700;
}
.header .top-link a + a {
  margin-left: 20px;
}
.header .top-link a.ico {
  background-position: left bottom;
  background-repeat: no-repeat;
}
.header .top-link a.ico-tel {
  background-image: url(../img/tel.png);
}
.header .top-link a.ico-pin {
  background-image: url(../img/pin.png);
}
.header .top-link a.ico-mail {
  background-image: url(../img/mail.png);
}

.title-section {
  background: #fecd23;
  height: 190px;
  position: relative;
  display: table;
  width: 100%;
}
.title-section .cell {
  display: table-cell;
  vertical-align: middle;
}

.hr-primary {
  border: 1px solid #fecd23;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.main-header {
  text-align: center;
  font-size: 20px;
  font-size: 1.66667rem;
}
.main-header.section.text-left .col-title {
  padding-top: 100px;
}

.section {
  position: relative;
  height: 420px;
}
.section .figure {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 380px;
  overflow: hidden;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.section .figure img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}
.section .title-section {
  z-index: 3;
}
.section.text-right .col-title {
  float: right;
  width: 50%;
  position: relative;
  padding-top: 45px;
}
.section.text-right .col-title:after {
  content: "";
  position: absolute;
  right: -15px;
  width: 30px;
  height: 180px;
  background: #f2f2f2;
  top: -40px;
}
.section.text-right .col-title .figure {
  right: 100%;
}
.section.text-right .title-section {
  left: -85px;
}
.section.text-left .col-title {
  float: left;
  width: 50%;
  position: relative;
  padding-top: 145px;
}
.section.text-left .col-title:after {
  content: "";
  position: absolute;
  left: -15px;
  width: 30px;
  height: 360px;
  background: #f2f2f2;
  bottom: -85px;
}
.section.text-left .col-title .figure {
  left: 100%;
}
.section.text-left .title-section {
  right: -85px;
}
.section.text-left.main-header .col-title:after, .section.text-left:last-child .col-title:after {
  content: none;
}
.section:last-child:after {
  content: "";
  background: #f2f2f2;
  left: 0;
  height: 30px;
  right: 40%;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

#main {
  overflow: hidden;
}

#footer {
  padding: 25px 0;
}

@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 30px;
    font-size: 2.5rem;
  }

  h2, .h2 {
    font-size: 25px;
    font-size: 2.08333rem;
  }

  h3, .h3 {
    font-size: 18px;
    font-size: 1.5rem;
  }

  .header .logo {
    width: 100%;
    margin-bottom: 25px;
  }
  .header .top-link {
    float: none;
    display: block;
    text-align: center;
    margin: 25px 0;
  }
  .header:before {
    right: 0;
  }

  .section.text-left .col-title, .section.text-right .col-title {
    width: 100%;
    float: none;
    padding-top: 80px;
  }
  .section.text-left .col-title .figure, .section.text-right .col-title .figure {
    right: 0;
    left: 0;
    top: 0;
  }
  .section.text-left.main-header, .section.text-right.main-header {
    height: auto;
  }
  .section.text-left.main-header .col-title, .section.text-right.main-header .col-title {
    padding: 40px 0;
  }
  .section.text-left.main-header .figure, .section.text-right.main-header .figure {
    display: none;
  }
  .section.text-left .title-section, .section.text-right .title-section {
    left: 0;
    right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
