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;
}
.box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
@font-face {
  font-family: 'KronaOne Regular';
  src: url('fonts/KronaOne-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
.row {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1200px;
}
.row:before {
  content: " ";
  display: table;
  clear: both;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.row .col-3 {
  max-width: 373px;
  margin-right: 40px;
  margin-bottom: 40px;
  float: left;
}
.row .col-3:nth-child(3n + 1) {
  margin-right: 0px;
}
body {
  font-family: 'KronaOne Regular', 'sans-serif';
  font-size: 14px;
  color: #0d070b;
  text-align: center;
}
textarea:focus,
input:focus,
button:focus,
select:focus {
  outline: none;
}
h1 {
  font-size: 48px;
  line-height: 70px;
}
h2 {
  font-size: 30px;
  line-height: 70px;
}
h3 {
  font-size: 60px;
}
p {
  font-size: 16px;
  line-height: 30px;
}
#references h2 {
  color: #f2b65e;
  line-height: 120px;
}
#header {
  height: 160px;
}
#header img {
  max-width: 340px;
  margin-top: 22px;
  line-height: 160px;
}
#slider {
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("../images/slider-bg.png");
  background-size: cover;
}
#slider #mobile-number {
  margin-bottom: 15px;
}
#slider #mobile-number a {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 136px;
  background-color: #f2b65e;
  border-radius: 10px;
  padding: 20px 25px;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.35);
  text-shadow: 0px 1px 13px rgba(0, 0, 0, 0.35);
}
#slider #mobile-number a:hover {
  background-color: #e6a545;
}
#footer {
  background-color: #0d070b;
  color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .row {
  margin-bottom: 20px;
}
#footer .col-2 {
  float: left;
}
#footer .col-2:nth-child(2n) {
  float: right;
}
#footer .col-2 span a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer .col-2 span a:hover {
  text-decoration: underline;
}
#footer .tag {
  line-height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  display: inline-block;
  color: #a7a7a7;
}
@media only screen and (max-width: 1200px) {
  .row {
    max-width: 786px;
    min-width: 768px;
  }
  h1 {
    font-size: 35px;
    line-height: 30px;
  }
  h2 {
    font-size: 22px;
    line-height: 70px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
  .row .col-3:nth-child(2n + 1) {
    margin-right: 0px !important;
  }
  .row .col-3:nth-child(3n + 1) {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 786px) {
  .row {
    max-width: 420px;
    min-width: 420px;
  }
  .row .col-3 {
    margin-right: 0px;
    width: 100%;
    max-width: initial;
  }
  .row .col-3:nth-child(2n + 1) {
    margin-right: 0px !important;
  }
  .row .col-3:nth-child(3n + 1) {
    margin-right: 0px;
  }
  #footer .col-2 {
    float: none !important;
    margin-bottom: 20px;
  }
  #slider {
    background: none;
  }
}
