@charset "UTF-8";

@font-face {
  font-family: "gt_walsheimregular";
  src: url("../fonts/gt-walsheim-regular-webfont.eot");
  src: url("../fonts/gt-walsheim-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gt-walsheim-regular-webfont.woff2") format("woff2"),
    url("../fonts/gt-walsheim-regular-webfont.woff") format("woff"),
    url("../fonts/gt-walsheim-regular-webfont.ttf") format("truetype"),
    url("../fonts/gt-walsheim-regular-webfont.svg#gt_walsheimregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "gt_walsheimregular", Arial, Tahoma, Verdana, Helvetica,
    sans-serif;
}

html,
body {
  height: 100%;
}
html {
  font-size: 100%;
}
body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  background: #fff url("../images/bg.jpg") center 50% no-repeat;
  background-size: cover;
}
h1,
h2,
h3,
h4 {
  line-height: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Base-styles ............................. */

.box_margin {
  margin-bottom: 60px;
}
.box_margin2 {
  margin-bottom: 30px;
}
.sml_in {
  display: inline-block;
}

/* Header ............................................................... */

.content {
  position: relative;
  height: 100%;
  min-height: 620px;
}
.content a {
  white-space: nowrap;
}
.content_in {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 150%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.content_in img {
  width: 100%;
  max-width: 500px;
}
.content_in h1 {
  font-size: 250%;
}
.content_in h2 {
  font-size: 130%;
}
.content_in li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 55px;
}
.content_in li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content_in li:nth-child(1):before {
  content: "\f2a0";
}
.content_in li:nth-child(2):before {
  content: "\f0e0";
}

/* Footer ............................................................... */

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000;
  padding: 10px 50px;
  border-top: 1px solid #d2d2d2;
}
.footer li {
  display: inline-block;
}

/* Effects ............................. */

a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* RESPONSIVE STRUCTURE
--------------------------------------- */

@media screen and (max-width: 1366px) {
  .box_margin {
    margin-bottom: 30px;
  }
  .box_margin2 {
    margin-bottom: 15px;
  }
  .content_in img {
    width: 100%;
    max-width: 400px;
  }
  .content_in {
    font-size: 130%;
  }
  .content_in h1 {
    font-size: 200%;
  }
  .content_in h2 {
    font-size: 125%;
  }
  .footer {
    padding: 5px 30px;
  }
}

@media screen and (max-width: 767px) {
  .content_in img {
    max-width: 300px;
  }
  .content_in {
    font-size: 120%;
    padding: 30px 15px;
  }
  .footer,
  .footer div {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
  .content {
    min-height: inherit;
  }
  .content_in {
    position: relative;
    top: 0;
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .footer {
    position: relative;
    top: 0;
    padding: 5px 15px;
  }
}

@media screen and (max-width: 480px) {
  .content_in li:before {
    top: -4px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 360px) {
  .content_in {
    font-size: 105%;
  }
  .sml > .row > div {
    width: 100%;
    margin-left: 0;
  }
}
