@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
/*
|------------------------------------------------------------
| Import reset
|------------------------------------------------------------
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
/*
|------------------------------------------------------------
| Import shared less files
|------------------------------------------------------------
*/
/*
|------------------------------------------------------------
| General variables
|------------------------------------------------------------
*/
/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
|------------------------------------------------------------
| Help Classes
|------------------------------------------------------------
*/
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.fixed {
  position: fixed;
}
.no-margin {
  margin: 0;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
/*
|------------------------------------------------------------
| Clearfix
|------------------------------------------------------------
*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/*
|------------------------------------------------------------
| Typography
|------------------------------------------------------------
*/
body,
input,
button,
textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
h1 {
  position: relative;
  margin-bottom: 40px;
  font-size: 100px;
  color: #fff;
  line-height: 100px;
  font-weight: 500;
}
h2 {
  position: relative;
  margin-bottom: 40px;
  font-size: 22px;
  color: #fff;
  line-height: 26px;
}
p {
  margin-bottom: 25px;
  color: #fff;
}
p.about {
  position: relative;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
p.about.small-margin {
  margin-bottom: 25px;
}
p.about.bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 44px;
  height: 1px;
  margin-left: -22px;
  background-color: #ffffff;
}
small {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
}
/*
|------------------------------------------------------------
| Buttons
|------------------------------------------------------------
*/
/*
|------------------------------------------------------------
| Import components less files
|------------------------------------------------------------
*/
/* icons contains all the rule declarations related to icons */
/*
|------------------------------------------------------------
| Icons
|------------------------------------------------------------
*/
.icon-defaults,
.icon {
  display: inline-block;
}
.wrapp-svg {
  display: inline-block;
}
.wrapp-svg .icon {
  pointer-events: none;
}
.icon {
  width: 20px;
  height: 20px;
}
/*
|------------------------------------------------------------
| Import vendor less files
|------------------------------------------------------------
*/
/*
GENERAL 
------------------------------------------*/
#mti_wfs_colophon {
  display: none !important;
  z-index: -100 !important;
}
body {
  background-color: #000;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
header.wrapper {
  padding: 60px 0;
}
.wrap-page .logo {
  display: inline-block;
  max-width: 100%;
}
.wrap-page .logo img {
  display: block;
  width: 250px;
  height: auto;
}
.wrap-page .main-holder {
  text-align: center;
}
.footer-buttons-menu {
  margin: 0 0 70px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.footer-buttons-menu li {
  display: inline-block;
  width: 300px;
  margin: 0 3px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}
.footer-buttons-menu li a {
  display: block;
  padding: 6px 0 10px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 16px;
}
.footer-buttons-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.footer-buttons-menu.positions li {
  width: 470px;
  margin: 0 5px;
  font-size: 24px;
  line-height: 45px;
  font-weight: 500;
}
.footer-buttons-menu.positions li a {
  padding: 10px 0;
}
.item-wrap {
  margin-bottom: 50px;
  padding-top: 20px;
  text-align: left;
}
.item-wrap .padding-wrap {
  padding-left: 60px;
}
.item-wrap h3 {
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
}
.item-wrap h4 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}
.item-wrap small {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
  color: #fff;
}
.item-wrap p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.item-wrap ul {
  margin: 0 0 60px 0;
  padding: 0;
  list-style-type: disc;
}
.item-wrap ul li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
}
.mail {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
  color: #fff;
}
.copyright {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.bottom-footer {
  margin-top: 40px;
}
/*
= RESPONSIVE
------------------------------------------------------------------------------------- */
@media screen and (max-width: 1260px) {
  .wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 60px;
  }
  h1:after {
    bottom: -25px;
  }
  h2 {
    font-size: 16px;
  }
  .footer-buttons-menu {
    margin-bottom: 40px;
  }
  .footer-buttons-menu li {
    width: 150px;
    font-size: 22px;
    line-height: 24px;
  }
  .footer-buttons-menu.positions li {
    display: block;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 540px) {
  .wrapper {
    width: 90%;
  }
  h1 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 38px;
  }
  h1:after {
    bottom: -20px;
  }
  h2 {
    font-size: 14px;
  }
  p.about {
    font-size: 17px;
  }
  .item-wrap p {
    font-size: 17px;
  }
  .item-wrap .padding-wrap {
    padding-left: 25px;
  }
  .footer-buttons-menu {
    margin-bottom: 20px;
  }
  .footer-buttons-menu li {
    width: 150px;
    font-size: 22px;
    line-height: 24px;
  }
  .footer-buttons-menu.positions li {
    width: 280px;
    font-size: 17px;
    line-height: 32px;
  }
  .bottom-footer .logo {
    width: 50px;
    margin-bottom: 20px;
  }
  .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .footer-buttons-menu li {
    display: block;
    margin: 0 auto 10px;
    font-size: 18px;
    line-height: 18px;
  }
}
