/*--------------------*/
/* TABLE OF CONTENTS: */
/*--------------------*/
/* 01 BOOTSTRAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 RESET */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 FONTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 SHORTCODES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 COMMON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 BOOTSTRAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1500px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 RESET */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

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;
}

blockquote,
q {
  quotes: none;
}

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

body * {
  -webkit-text-size-adjust: none;
  outline: none;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea,
select {
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  font-family: 'Arial';
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

input[type="submit"],
input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: 'Arial';
}

b,
strong {
  font-weight: 700;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 FONTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BlackItalic.eot");
  src: url("../fonts/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.ttf") format("truetype"), url("../fonts/Roboto-BlackItalic.svg#Roboto-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.eot");
  src: url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Thin.eot");
  src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-ThinItalic.eot");
  src: url("../fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto-ThinItalic.ttf") format("truetype"), url("../fonts/Roboto-ThinItalic.svg#Roboto-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-MediumItalic.eot");
  src: url("../fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.ttf") format("truetype"), url("../fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.eot");
  src: url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-LightItalic.eot");
  src: url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype"), url("../fonts/Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'AvantGardeGothicC';
  src: url("../fonts/AvantGardeGothicC-Book.eot");
  src: url("../fonts/AvantGardeGothicC-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/AvantGardeGothicC-Book.woff2") format("woff2"), url("../fonts/AvantGardeGothicC-Book.woff") format("woff"), url("../fonts/AvantGardeGothicC-Book.ttf") format("truetype"), url("../fonts/AvantGardeGothicC-Book.svg#AvantGardeGothicC-Book") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvantGardeGothicC';
  src: url("../fonts/AvantGardeGothicC-Demi.eot");
  src: url("../fonts/AvantGardeGothicC-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvantGardeGothicC-Demi.woff2") format("woff2"), url("../fonts/AvantGardeGothicC-Demi.woff") format("woff"), url("../fonts/AvantGardeGothicC-Demi.ttf") format("truetype"), url("../fonts/AvantGardeGothicC-Demi.svg#AvantGardeGothicC-Demi") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 SHORTCODES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.relative {
  position: relative;
}

.container.scroll-animation {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.container.scroll-animation.scrolled {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.inline-block {
  display: inline-block;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-margin {
  margin: 0;
}

.full-size {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.full-width {
  width: 100%;
}

/* background */
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #2b2b2b;
}

.bg-blue {
  background-color: #265fb0;
}

.bg-transparent {
  background-color: transparent;
}

.bg-light {
  background-color: #f7f8f9;
}

.pointer {
  cursor: pointer;
}

.cover {
  background: center / cover no-repeat;
}

/* text */
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-light {
  font-weight: 300 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-through {
  text-decoration: line-through;
}

.color-white {
  color: #fff !important;
}

.color-grey {
  color: #5e636a;
}

.color-orange {
  color: #f58320 !important;
}

.color-black {
  color: #2b2b2b !important;
}

.color-blue {
  color: #265fb0;
}

.color-text {
  color: #585858;
}

.text-underline {
  text-decoration: underline;
}

.circle {
  border-radius: 50%;
}

.zoom {
  z-index: 1;
}

.zoom .img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line {
  position: relative;
}

.line:before {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 3px;
  background: #e6e6e6;
  -webkit-transition: all .35s ease-out .8s;
  -o-transition: all .35s ease-out .8s;
  transition: all .35s ease-out .8s;
}

.line.animated:before {
  right: 0;
}

.simple-animation {
  position: relative;
  top: 50px;
  opacity: 0;
}

.simple-animation.animated {
  top: 0;
  opacity: 1;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .hover-white:hover {
    color: #fff;
  }
  .hover-blue:hover {
    color: #265fb0;
  }
  .hover-light:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .hover-black:hover {
    color: #2b2b2b;
  }
  .zoom {
    z-index: 1;
  }
  .zoom:hover .img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}

@media (min-width: 992px) {
  .column-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .line:before {
    display: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.simple-article {
  color: #585858;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .6px;
}

.simple-article > *:last-child {
  margin-bottom: 0;
}

.simple-article.small {
  font-size: 14px;
  line-height: 26px;
}

.simple-article.large {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: .45px;
}

.simple-article p {
  margin-bottom: 24px;
}

.simple-article img {
  max-width: 100%;
  height: auto;
  display: block;
}

.simple-article ul,
.simple-article ol {
  margin-bottom: 23px;
}

.simple-article ul li,
.simple-article ol li {
  position: relative;
  letter-spacing: .8px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.simple-article ul li:last-child,
.simple-article ol li:last-child {
  margin-bottom: 0;
}

.simple-article ol {
  counter-reset: number;
}

.simple-article ol li:before {
  position: absolute;
  top: 0;
  left: 2px;
  counter-increment: number;
  content: "" counter(number);
  color: #f58320;
  font-weight: 700;
}

.simple-article ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 7px;
  height: 7px;
  background: #f58320;
  border-radius: 50%;
}

/*.simple-article table {
  display: block;
  max-width: 100%;
}*/

/*.simple-article thead,
.simple-article tbody {
  display: block;
  width: 100%;
}*/

.simple-article thead {
  color: #e0e0e0;
  background: #2b2b2b;
}

.simple-article th,
.simple-article td {
  display: inline-block;
  width: auto;
  min-width: 25%;
  max-width: 100%;
  margin: 0 auto;
}

.simple-article th {
  padding: 13px 10px 10px;
}

/*.simple-article tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}*/

.simple-article tr:nth-child(even) {
  background: #f1f1f1;
}

.simple-article td {
  text-align: center;
  font-weight: 400;
  color: #2b2b2b;
  padding: 10px 15px 7px;
}

.simple-article:last-child {
  margin-bottom: 0;
}

.simple-article.animation {
  position: relative;
  top: 50px;
  opacity: 0;
}

.simple-article.animation.animated {
  top: 0;
  opacity: 1;
}

.simple-article blockquote,
.quote {
  display: inline-block;
  position: relative;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .9px;
  line-height: 28px;
  padding: 7px 0 25px 45px;
}

.simple-article blockquote:before,
.quote:before {
  content: '';
  position: absolute;
  left: 42px;
  bottom: 0;
  height: 3px;
  width: 143px;
  background: #f58320;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #2b2b2b;
  font-family: "AvantGardeGothicC";
  font-weight: 700;
}

.h1 {
  font-size: 50px;
  line-height: 64px;
  letter-spacing: 2.5px;
}

.h2 {
  font-size: 46px;
  line-height: 64px;
  letter-spacing: 2.5px;
}

.h3 {
  font-size: 38px;
  line-height: 46px;
  letter-spacing: .7px;
}

.h4 {
  font-size: 34px;
  line-height: 46px;
  letter-spacing: .7px;
}

.h5 {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: .5px;
}

.h6 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .4px;
}

/*button*/
.button {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.7px;
  line-height: 36px;
  color: #2b2b2b;
  border: none;
  cursor: pointer;
  -webkit-transition: color .3s ease-in, top .35s ease-out .5s, opacity .35s ease-out .5s;
  -o-transition: color .3s ease-in, top .35s ease-out .5s, opacity .35s ease-out .5s;
  transition: color .3s ease-in, top .35s ease-out .5s, opacity .35s ease-out .5s;
  overflow: hidden;
}

.button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 3px;
  background: #f58320;
  -webkit-transition: left .35s ease-in, -webkit-transform .35s ease-in;
  transition: left .35s ease-in, -webkit-transform .35s ease-in;
  -o-transition: left .35s ease-in, transform .35s ease-in;
  transition: left .35s ease-in, transform .35s ease-in;
  transition: left .35s ease-in, transform .35s ease-in, -webkit-transform .35s ease-in;
}

.button.dropdown span {
  padding-right: 23px;
}

.button.dropdown svg {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
}

.button.animation {
  top: 50px;
  opacity: 0;
}

.button.animation.animated {
  top: 0;
  opacity: 1;
}

.button.border {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 7px 10px;
}

.button.border svg {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .button:not(.border):hover {
    color: #f58320;
  }
  .button:not(.border):hover:before {
    left: 250%;
    -webkit-transform: translate3d(-250%, 0, 0);
            transform: translate3d(-250%, 0, 0);
    -webkit-transition: left .35s ease-in, -webkit-transform 0s;
    transition: left .35s ease-in, -webkit-transform 0s;
    -o-transition: left .35s ease-in, transform 0s;
    transition: left .35s ease-in, transform 0s;
    transition: left .35s ease-in, transform 0s, -webkit-transform 0s;
  }
  .button.dropdown:hover path {
    fill: #f58320;
  }
  .button.border:hover {
    color: #f58320;
    border-color: #f58320;
  }
  .button.border:hover path {
    fill: #f58320;
  }
  @-webkit-keyframes hoverIn {
    0% {
      left: 0;
      right: 100%;
    }
    100% {
      left: 0;
      right: 0;
    }
  }
  @keyframes hoverIn {
    0% {
      left: 0;
      right: 100%;
    }
    100% {
      left: 0;
      right: 0;
    }
  }
  @-webkit-keyframes hoverOut {
    0% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
  @keyframes hoverOut {
    0% {
      left: 0;
      right: 0;
    }
    100% {
      left: 100%;
      right: 0;
    }
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
  .h1 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 2px;
  }
  .h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1.9px;
  }
  .h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 1199px) {
  .h1 {
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 2px;
  }
}

@media (max-width: 991px) {
  .simple-article blockquote,
  .quote {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 22px;
    padding: 0 15px 25px;
  }
  .simple-article blockquote:before,
  .quote:before {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .simple-article p {
    margin-bottom: 15px;
  }
  .h1 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1px;
  }
  .h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .5px;
  }
  .h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .5px;
  }
  .button {
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 26px;
  }
  .simple-article blockquote,
  .quote {
    padding: 0 15px 15px;
  }
  .simple-article blockquote:before,
  .quote:before {
    width: 100px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 COMMON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* customized scrollbar */
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #e6e6e6;
}

::-webkit-scrollbar-thumb {
  height: 100px;
  background: #f58320;
}

/* main */
main {
  min-height: 60vh;
}

#content-block {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 100%;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

html .overflow-hidden body {
  overflow: hidden;
}

/*body selection*/
body {
  font-family: "Roboto", sans-serif;
}

body ::-moz-selection {
  color: #fefefe;
  background: #2b2b2b;
}

body ::selection {
  color: #fefefe;
  background: #2b2b2b;
}

body ::-moz-selection {
  color: #fefefe;
  background: #2b2b2b;
}

section {
  position: relative;
}

img {
  width: 100%;
}

/*helper classes*/
.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.full-size {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* loader */
#loader-wrapper {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: #f7f7f7;
  z-index: 200;
}

#loader-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  margin: -34px 0 0 -34px;
}

#loader-wrapper svg .logo-circles.out {
  -webkit-animation: spinOut .35s linear infinite;
          animation: spinOut .35s linear infinite;
}

#loader-wrapper svg .logo-circles.in {
  -webkit-animation: spinIn .35s linear infinite;
          animation: spinIn .35s linear infinite;
}

@-webkit-keyframes spinOut {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinOut {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spinIn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spinIn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.title-animation {
  display: inline-block;
  overflow: hidden;
}

.title-animation .word-wrap {
  display: inline-block;
}

.title-animation .word-wrap span {
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: skewY(25deg) translate3d(0, 100px, 0);
          transform: skewY(25deg) translate3d(0, 100px, 0);
}

.title-animation.animated .word-wrap span {
  -webkit-transform: skewY(0deg) translate3d(0, 0, 0);
          transform: skewY(0deg) translate3d(0, 0, 0);
}

.icon {
  position: relative;
  border-radius: 50%;
  background: #e6e6e6;
  width: 36px;
  height: 36px;
  text-align: center;
  margin: 0 5px;
}

.icon:first-child {
  margin-left: 0;
}

.icon:last-child {
  margin-right: 0;
}

.icon svg {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.double-link {
  text-align: center;
}

.double-link .button {
  margin-right: 80px;
}

.double-link .input-file {
  display: inline-block;
  margin-bottom: -4px;
}

.double-link br {
  display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
  .double-link .button,
  .double-link .input-file {
    display: block;
  }
  .double-link .button {
    margin-right: 0;
  }
  .double-link .input-file {
    margin-bottom: 0;
  }
  .double-link br {
    display: inline;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  background: #fff;
  padding: 0 15px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 100;
}

header:before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 50%;
  background: #2b2b2b;
  z-index: -1;
}

header .tel {
  position: relative;
  display: block;
  float: left;
  margin: 0 auto;
  padding: 15px 15px;
  margin: 0 auto;
}

header .tel:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: center/contain url(../svg/smartphone-call.svg) no-repeat;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}

header .tel a {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .8px;
  color: #2b2b2b;
}

header.scrolled {
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
}

header.scrolled:before {
  top: -100%;
}

header.scrolled nav a {
  color: #2b2b2b;
}

.edge header .tel:before,
.ie header .tel:before {
  height: 22px;
  width: 29px;
  background: center url(../svg/smartphone-call.svg) no-repeat;
  background-size: 45% auto;
}

#logo {
  position: relative;
  display: inline-block;
  float: left;
  width: 190px;
  margin: 15px auto 0 45px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

#logo img {
  position: relative;
  width: 190px;
}

#logo svg {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
}

#logo.active svg {
  opacity: 1;
}

#logo.active .logo-circles.out {
  -webkit-animation: spinOut .35s linear infinite;
          animation: spinOut .35s linear infinite;
}

#logo.active .logo-circles.in {
  -webkit-animation: spinIn .35s linear infinite;
          animation: spinIn .35s linear infinite;
}

.ie #logo {
  width: 210px;
  height: 69px;
}

.ie #logo img {
  width: 210px;
  margin-top: -2px;
}

.ie #logo svg {
  display: none;
}

.logo-circles {
  position: relative;
  display: block;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

nav {
  display: block;
  width: 50%;
  margin-left: auto;
  vertical-align: middle;
}

nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 20px 0 30px;
}

nav li {
  position: relative;
  display: inline-block;
  font-family: "AvantGardeGothicC";
  text-align: center;
  padding: 15px 30px;
}

nav li.active a {
  color: #f58320;
}

nav a {
  color: #fefefe;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: .65px;
}

/* Contact form */
.screen-reader-response {
  clip: none!important;
  overflow: visible!important;
  height: 200px!important;
  width: 50%!important;
  z-index: 10;
  left: 25%;
  top: 10%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  header .tel a:hover {
    color: #f58320;
  }
  .scrolled nav a:hover,
  nav a:hover {
    color: #f58320;
  }
  .burger:hover span {
    background: #f58320;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  header.scrolled #logo {
    margin-top: 5px;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
  .burger,
  .mobile-close-layer {
    display: none;
  }
}

@media (max-width: 1699px) {
  #logo {
    margin: 15px auto 0 15px;
  }
  nav li {
    padding: 15px;
  }
}

@media (max-width: 1399px) {
  #logo {
    margin: 15px auto 0 0;
  }
  nav ul {
    padding: 0 0 0 20px;
  }
  nav li {
    padding: 15px 10px;
  }
}

@media (max-width: 1199px) {
  header {
    height: 70px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
  }
  header:before {
    right: 0;
  }
  header.scrolled nav a {
    color: #fff;
  }
  header.scrolled .burger span {
    background: #2b2b2b;
  }
  #logo {
    width: 150px;
    margin: 0 auto 0 15px;
  }
  #logo img {
    width: 100%;
  }
  #logo svg {
    display: none;
  }
  header .tel,
  nav {
    display: none;
  }
  nav {
    position: fixed;
    top: 70px;
    left: 50%;
    right: 0;
    bottom: 0;
    width: auto;
    background: #2b2b2b;
    padding: 15px 0;
    overflow-y: auto;
  }
  nav::-webkit-scrollbar {
    width: 4px;
  }
  nav::-webkit-scrollbar-track {
    background: #2b2b2b;
  }
  nav::-webkit-scrollbar-thumb {
    background: #fefefe;
    border: 1px solid #2b2b2b;
  }
  nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2b2b2b;
  }
  nav ul {
    display: block;
    padding: 0 20px 0 15px;
    top: -20px;
    opacity: 0;
  }
  nav li {
    width: 100%;
    text-align: right;
  }
  nav a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  nav.active ul {
    top: 0;
    opacity: 1;
  }
  .burger {
    position: absolute;
    right: 30px;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .burger span {
    position: absolute;
    display: block;
    left: 5%;
    right: 5%;
    height: 2px;
    background: #fff;
  }
  .burger span:first-child {
    top: 5px;
  }
  .burger span:nth-child(2) {
    top: 17px;
  }
  .burger span:last-child {
    top: 29px;
  }
  .burger.active span {
    margin: -2px auto 0;
  }
  .burger.active span:first-child, .burger.active span:last-child {
    top: 19px;
    z-index: 1;
  }
  .burger.active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .burger.active span:nth-child(2) {
    top: 19px;
    height: 0;
    opacity: 0;
  }
  .burger.active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mobile-close-layer {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: auto;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .mobile-close-layer.active {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  #logo {
    width: 120px;
    margin: 0 auto 0 0;
  }
  .burger {
    right: 15px;
  }
}

@media (max-width: 575px) {
  nav {
    left: 0;
  }
  nav ul {
    padding: 0 15px;
  }
}
