/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
/* line 5, ../sass/vendor/reset.sass */
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%;
  vertical-align: baseline;
}

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

/* line 29, ../sass/vendor/reset.sass */
body {
  line-height: 1;
}

/* line 32, ../sass/vendor/reset.sass */
ol, ul {
  list-style: none;
}

/* line 35, ../sass/vendor/reset.sass */
blockquote, q {
  quotes: none;
}

/* line 38, ../sass/vendor/reset.sass */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* line 43, ../sass/vendor/reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../sass/partials/_base.scss */
html, body {
  margin: 0;
  padding: 0;
  clear: both;
  height: 100%;
  color: #32353e;
  line-height: 1.5;
  font-weight: 400;
}

/* line 11, ../sass/partials/_base.scss */
#margin-div {
  height: 30px;
  display: block;
  clear: both;
}

/* line 17, ../sass/partials/_base.scss */
#wrapper {
  min-height: 100%;
  height: auto !important;
  position: relative;
  min-width: 980px;
  clear: both;
  padding-bottom: 160px;
}

/* line 26, ../sass/partials/_base.scss */
b {
  font-weight: bold;
}

/* line 30, ../sass/partials/_base.scss */
main {
  height: auto !important;
  min-height: 100%;
  padding-bottom: 160px;
  margin-bottom: -160px;
}

/* line 38, ../sass/partials/_base.scss */
footer {
  width: 100%;
  height: 160px;
  position: absolute;
  font-size: 0.8em;
  bottom: 0;
  clear: both;
  color: #ddd;
}
/* line 46, ../sass/partials/_base.scss */
footer h3 {
  color: #777777;
}
/* line 49, ../sass/partials/_base.scss */
footer a {
  color: #aaaaaa;
  font-size: 1em;
}
/* line 52, ../sass/partials/_base.scss */
footer a:hover, footer a.selected {
  border-bottom: 1px solid #aaaaaa;
}
/* line 56, ../sass/partials/_base.scss */
footer .grid-container {
  max-width: 1075px;
}

/* line 61, ../sass/partials/_base.scss */
#footer-general {
  padding: 0px 0px 0px 0px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
/* line 65, ../sass/partials/_base.scss */
#footer-general a {
  line-height: 20px;
  vertical-align: top;
}
/* line 69, ../sass/partials/_base.scss */
#footer-general ul {
  margin-bottom: 10px;
}
/* line 71, ../sass/partials/_base.scss */
#footer-general ul li {
  list-style: none;
}

/* line 77, ../sass/partials/_base.scss */
#social-div, #service-div {
  margin-top: 1em;
}

/* line 81, ../sass/partials/_base.scss */
#copyright-wrapper {
  margin-top: 10px;
  text-align: center;
  color: #aaaaaa;
  font-size: 0.9em;
}
/* line 86, ../sass/partials/_base.scss */
#copyright-wrapper a {
  font-size: 1em;
  color: #e9292f;
}
/* line 89, ../sass/partials/_base.scss */
#copyright-wrapper a:hover, #copyright-wrapper a.selected {
  border-bottom: 1px solid #e9292f;
}

/* line 95, ../sass/partials/_base.scss */
.social-icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

/* line 101, ../sass/partials/_base.scss */
h2 {
  font-size: 1em;
  font-weight: 600;
  margin: 0.8em 0 0.55em 0;
  vertical-align: middle;
}

/* line 108, ../sass/partials/_base.scss */
h3 {
  font-size: 0.9em;
  font-weight: 600;
  margin: 1em 0 0.3em 0;
}

/* line 114, ../sass/partials/_base.scss */
p {
  font-size: 0.9em;
  margin: 0 0 0.75em 0;
  color: #5a5d65;
  font-weight: 300;
}

/* line 121, ../sass/partials/_base.scss */
.banner-img, .banner img {
  width: 100%;
}

/* line 125, ../sass/partials/_base.scss */
.icon {
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 3px;
}

/* line 131, ../sass/partials/_base.scss */
.contact-button, #main-navigation ul li a.contact-button, .button {
  -webkit-font-smoothing: antialiased;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 0.8em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background-color: #2b96f1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #24a5e4), color-stop(1, #1a80d9));
  background: -webkit-linear-gradient(top, #24a5e4 0%, #1a80d9 100%);
  background: -moz-linear-gradient(top, #24a5e4 0%, #1a80d9 100%);
  background: -o-linear-gradient(top, #24a5e4 0%, #1a80d9 100%);
  background: -ms-linear-gradient(top, #24a5e4 0%, #1a80d9 100%);
  background: linear-gradient(top, #24a5e4 0%, #1a80d9 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: solid 1px #2875b8;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 155, ../sass/partials/_base.scss */
.contact-button:hover, #main-navigation ul li a.contact-button:hover, .button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3cb2e7), color-stop(1, #3392de));
  background: -webkit-linear-gradient(top, #3cb2e7 0%, #3392de 100%);
  background: -moz-linear-gradient(top, #3cb2e7 0%, #3392de 100%);
  background: -o-linear-gradient(top, #3cb2e7 0%, #3392de 100%);
  background: -ms-linear-gradient(top, #3cb2e7 0%, #3392de 100%);
  background: linear-gradient(top, #3cb2e7 0%, #3392de 100%);
  border-color: #2875b8;
  text-decoration: none;
}

/* line 166, ../sass/partials/_base.scss */
.contact-button:active, #main-navigation ul li a.contact-button:active, .button:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1b7ed2), color-stop(1, #21a0e3));
  background: -webkit-linear-gradient(top, #1b7ed2 0%, #21a0e3 100%);
  background: -moz-linear-gradient(top, #1b7ed2 0%, #21a0e3 100%);
  background: -o-linear-gradient(top, #1b7ed2 0%, #21a0e3 100%);
  background: -ms-linear-gradient(top, #1b7ed2 0%, #21a0e3 100%);
  background: linear-gradient(top, #1b7ed2 0%, #21a0e3 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 1, ../sass/partials/_elements.scss */
a {
  color: #e9292f;
  text-decoration: none;
}
/* line 4, ../sass/partials/_elements.scss */
a:hover, a.selected {
  border-bottom: 1px solid #e9292f;
}

/* line 9, ../sass/partials/_elements.scss */
.img-a:hover, .lightbox:hover {
  border-bottom: none;
}

/* line 13, ../sass/partials/_elements.scss */
.hidden {
  display: none;
}

/* line 17, ../sass/partials/_elements.scss */
.flat-btn {
  background-color: transparent;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
  padding: 4px 8px;
  display: inline-block;
  font-weight: 400;
  font-size: 0.95em;
  border: solid 1px #e9292f;
  color: #e9292f;
}
/* line 27, ../sass/partials/_elements.scss */
.flat-btn:hover {
  background-color: #f0ddde;
}

/* line 32, ../sass/partials/_elements.scss */
button {
  margin-left: auto;
  margin-right: auto;
}

/* line 37, ../sass/partials/_elements.scss */
input[type='text'] {
  background-color: white;
  height: 20px;
  line-height: 1em;
  padding-top: 0.125em;
  padding-left: 0.25em;
  font-size: 1em;
  font-weight: 600;
  width: 100%;
  border: 1px solid #e1e1ea;
}

/* line 50, ../sass/partials/_elements.scss */
select {
  height: 25px;
  line-height: 1em;
  font-size: 1em;
  border: 1px solid #e1e1ea;
}

/* line 57, ../sass/partials/_elements.scss */
.banner ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}

/* line 63, ../sass/partials/_elements.scss */
.clear {
  clear: both;
}

/* line 67, ../sass/partials/_elements.scss */
.list {
  padding: 0 0 0 30px;
  margin: 0;
}

/* line 72, ../sass/partials/_elements.scss */
.list li {
  list-style: disc;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 0.925em;
}

/* line 2, ../sass/partials/_header.scss */
.clearfix:after, main:after, #logo-img:after, nav:after {
  content: "";
  display: table;
  clear: both;
}

/* line 9, ../sass/partials/_header.scss */
.horizontal li {
  display: inline;
  list-style-type: none;
  padding-right: 0.8em;
  padding-left: 0.8em;
}
/* line 14, ../sass/partials/_header.scss */
.horizontal li a {
  color: #32353e;
  border: none;
  font-weight: 600;
}
/* line 18, ../sass/partials/_header.scss */
.horizontal li a.selected {
  color: #e9292f;
  border: none;
  font-weight: 600;
}
/* line 23, ../sass/partials/_header.scss */
.horizontal li a:hover {
  color: #e9292f;
}

/* line 29, ../sass/partials/_header.scss */
.horizontal li.last {
  margin-right: 0px;
}

/* line 33, ../sass/partials/_header.scss */
#navigation-list li.last {
  margin-right: 3px;
}

/* line 37, ../sass/partials/_header.scss */
#logo-a {
  float: left;
  margin-top: 2.5px;
  height: 25px;
}

/* line 43, ../sass/partials/_header.scss */
#logo-img {
  width: 200px;
  height: 25px;
}

/* line 49, ../sass/partials/_header.scss */
header {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #f1f1f2;
  z-index: 30;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e1e1ea;
  position: relative;
  display: block;
  min-width: 980px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 80;
}

/* line 67, ../sass/partials/_header.scss */
nav {
  float: right;
  display: block;
}

/* line 73, ../sass/partials/_header.scss */
nav ul li {
  line-height: 1.7em;
}

/* line 77, ../sass/partials/_header.scss */
#languages-list li a {
  font-size: 0.65em;
}

/* line 83, ../sass/partials/_header.scss */
#navigation-list li a {
  font-size: 1em;
  paddding: 3px 5px 3px 5px;
}

/* line 89, ../sass/partials/_header.scss */
#main-navigation ul li a {
  font-size: 0.80em;
}

/* line 94, ../sass/partials/_header.scss */
#main-navigation ul li.last {
  background: none;
}

/* line 99, ../sass/partials/_header.scss */
#language-navigation {
  width: 100%;
  text-align: right;
  width: auto;
  margin-left: 5px;
}
/* line 104, ../sass/partials/_header.scss */
#language-navigation ul li {
  padding: 3px 5px;
}

/* line 109, ../sass/partials/_header.scss */
.responsive-select {
  display: none;
}
