@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,500,500i,700,700i');
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;
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
}
.no_selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.font-family-1-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.font-family-1-medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.font-family-1-regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.font-family-1-light {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.font-family-2-bold {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
}
.font-family-2-regular {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 400;
}
.font-family-2-light {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
}
.font-size-xs {
  font-size: 12px;
  line-height: 24px;
}
.font-size-s {
  font-size: 14px;
  line-height: 24px;
}
.font-size {
  font-size: 16px;
  line-height: 30px;
}
.font-size-m {
  font-size: 18px;
  line-height: 24px;
}
.font-size-l {
  font-size: 24px;
  line-height: 36px;
}
.font-size-xl {
  font-size: 36px;
  line-height: 48px;
}
.font-size-xxl {
  font-size: 48px;
  line-height: 60px;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  background-color: #FFFFFF;
}
body.modal-open,
body.locked {
  overflow: hidden;
}
body:before {
  content: "bp-full";
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000000;
  padding: 0 5px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 10px;
  line-height: 10px;
}
@media only screen and (max-width: 1200px) {
  body:before {
    content: "bp-xl";
  }
}
@media only screen and (max-width: 1000px) {
  body:before {
    content: "bp-lg";
  }
}
@media only screen and (max-width: 800px) {
  body:before {
    content: "bp-md";
  }
}
@media only screen and (max-width: 600px) {
  body:before {
    content: "bp-sm";
  }
}
@media only screen and (max-width: 500px) {
  body:before {
    content: "bp-xs";
  }
}
.wrapper {
  z-index: 100;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .wrapper {
    padding: 0;
  }
}
a,
a:hover,
a:visited {
  text-decoration: none;
  color: #004993;
}
a:hover {
  text-decoration: underline;
}
h1 {
  display: none;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 24px;
}
h2.small {
  font-size: 16px;
  line-height: 30px;
}
h2.small a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #004993;
}
@media only screen and (max-width: 800px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  padding-top: 24px;
  margin-bottom: 24px;
}
h3.big {
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}
@media only screen and (max-width: 800px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h3.big {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
  }
}
p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
}
p b,
p strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
p img {
  width: 100%;
  height: auto;
}
.button,
.button:visited {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
  color: #FFFFFF;
  padding: 12px 24px 12px 24px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  cursor: pointer;
  background-color: #004993;
  margin-bottom: 24px;
  border: 0;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button:hover,
.button:visited:hover {
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.button.inactive,
.button:visited.inactive {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.button.inactive:hover,
.button:visited.inactive:hover {
  background-color: #004993;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.center {
  text-align: center;
}
.top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 8000;
  display: none;
  background-color: #000000;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.top .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 3px;
  background-color: #FFFFFF;
  -webkit-transition: margin-top 0.1s ease-in-out;
  -moz-transition: margin-top 0.1s ease-in-out;
  -ms-transition: margin-top 0.1s ease-in-out;
  -o-transition: margin-top 0.1s ease-in-out;
}
.top .line.line1 {
  top: 18px;
  -webkit-transform: rotate(135deg) !important;
  -moz-transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
  -o-transform: rotate(135deg) !important;
  margin-left: -13px;
}
.top .line.line2 {
  top: 18px;
  -webkit-transform: rotate(-135deg) !important;
  -moz-transform: rotate(-135deg) !important;
  -ms-transform: rotate(-135deg) !important;
  -o-transform: rotate(-135deg) !important;
  margin-left: -3px;
}
.top:hover {
  background-color: #004993;
}
.path {
  visibility: hidden;
  height: 0;
}
#map {
  width: 100%;
  height: 480px;
  margin-top: 96px;
}
.row {
  display: block;
  margin: 0 -25px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.block {
  clear: both;
  overflow: hidden;
}
.col-0 {
  display: none;
}
.col-1 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(8.333333333333332% - 50px);
  width: -o-calc(8.333333333333332% - 50px);
  width: -webkit-calc(8.333333333333332% - 50px);
  width: calc(8.333333333333332% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-2 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(16.666666666666664% - 50px);
  width: -o-calc(16.666666666666664% - 50px);
  width: -webkit-calc(16.666666666666664% - 50px);
  width: calc(16.666666666666664% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-3 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(25% - 50px);
  width: -o-calc(25% - 50px);
  width: -webkit-calc(25% - 50px);
  width: calc(25% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-4 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(33.33333333333333% - 50px);
  width: -o-calc(33.33333333333333% - 50px);
  width: -webkit-calc(33.33333333333333% - 50px);
  width: calc(33.33333333333333% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-5 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(41.66666666666667% - 50px);
  width: -o-calc(41.66666666666667% - 50px);
  width: -webkit-calc(41.66666666666667% - 50px);
  width: calc(41.66666666666667% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-6 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(50% - 50px);
  width: -o-calc(50% - 50px);
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-7 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(58.333333333333336% - 50px);
  width: -o-calc(58.333333333333336% - 50px);
  width: -webkit-calc(58.333333333333336% - 50px);
  width: calc(58.333333333333336% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-8 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(66.66666666666666% - 50px);
  width: -o-calc(66.66666666666666% - 50px);
  width: -webkit-calc(66.66666666666666% - 50px);
  width: calc(66.66666666666666% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-9 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(75% - 50px);
  width: -o-calc(75% - 50px);
  width: -webkit-calc(75% - 50px);
  width: calc(75% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-10 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(83.33333333333334% - 50px);
  width: -o-calc(83.33333333333334% - 50px);
  width: -webkit-calc(83.33333333333334% - 50px);
  width: calc(83.33333333333334% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-11 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(91.66666666666666% - 50px);
  width: -o-calc(91.66666666666666% - 50px);
  width: -webkit-calc(91.66666666666666% - 50px);
  width: calc(91.66666666666666% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-12 {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
.col-ng-0 {
  display: none;
}
.col-ng-1 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 8.33333333%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-ng-2 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 16.66666667%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-ng-3 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 25%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-ng-4 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-ng-5 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 41.66666667%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-ng-6 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 50%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-ng-7 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 58.33333333%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-ng-8 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 66.66666667%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-ng-9 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 75%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-ng-10 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 83.33333333%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-ng-11 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 91.66666667%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-ng-12 {
  min-height: 1px;
  display: inline;
  float: left;
  width: 100%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.push-0 {
  margin-left: -moz-calc(0% + 25px);
  margin-left: -o-calc(0% + 25px);
  margin-left: -webkit-calc(0% + 25px);
  margin-left: calc(0% + 25px);
}
.push-1 {
  margin-left: -moz-calc(8.333333333333332% + 25px);
  margin-left: -o-calc(8.333333333333332% + 25px);
  margin-left: -webkit-calc(8.333333333333332% + 25px);
  margin-left: calc(8.333333333333332% + 25px);
}
.push-2 {
  margin-left: -moz-calc(16.666666666666664% + 25px);
  margin-left: -o-calc(16.666666666666664% + 25px);
  margin-left: -webkit-calc(16.666666666666664% + 25px);
  margin-left: calc(16.666666666666664% + 25px);
}
.push-3 {
  margin-left: -moz-calc(25% + 25px);
  margin-left: -o-calc(25% + 25px);
  margin-left: -webkit-calc(25% + 25px);
  margin-left: calc(25% + 25px);
}
.push-4 {
  margin-left: -moz-calc(33.33333333333333% + 25px);
  margin-left: -o-calc(33.33333333333333% + 25px);
  margin-left: -webkit-calc(33.33333333333333% + 25px);
  margin-left: calc(33.33333333333333% + 25px);
}
.push-5 {
  margin-left: -moz-calc(41.66666666666667% + 25px);
  margin-left: -o-calc(41.66666666666667% + 25px);
  margin-left: -webkit-calc(41.66666666666667% + 25px);
  margin-left: calc(41.66666666666667% + 25px);
}
.push-6 {
  margin-left: -moz-calc(50% + 25px);
  margin-left: -o-calc(50% + 25px);
  margin-left: -webkit-calc(50% + 25px);
  margin-left: calc(50% + 25px);
}
.push-7 {
  margin-left: -moz-calc(58.333333333333336% + 25px);
  margin-left: -o-calc(58.333333333333336% + 25px);
  margin-left: -webkit-calc(58.333333333333336% + 25px);
  margin-left: calc(58.333333333333336% + 25px);
}
.push-8 {
  margin-left: -moz-calc(66.66666666666666% + 25px);
  margin-left: -o-calc(66.66666666666666% + 25px);
  margin-left: -webkit-calc(66.66666666666666% + 25px);
  margin-left: calc(66.66666666666666% + 25px);
}
.push-9 {
  margin-left: -moz-calc(75% + 25px);
  margin-left: -o-calc(75% + 25px);
  margin-left: -webkit-calc(75% + 25px);
  margin-left: calc(75% + 25px);
}
.push-10 {
  margin-left: -moz-calc(83.33333333333334% + 25px);
  margin-left: -o-calc(83.33333333333334% + 25px);
  margin-left: -webkit-calc(83.33333333333334% + 25px);
  margin-left: calc(83.33333333333334% + 25px);
}
.push-11 {
  margin-left: -moz-calc(91.66666666666666% + 25px);
  margin-left: -o-calc(91.66666666666666% + 25px);
  margin-left: -webkit-calc(91.66666666666666% + 25px);
  margin-left: calc(91.66666666666666% + 25px);
}
.push-12 {
  margin-left: -moz-calc(100% + 25px);
  margin-left: -o-calc(100% + 25px);
  margin-left: -webkit-calc(100% + 25px);
  margin-left: calc(100% + 25px);
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 24px;
}
.mt-2 {
  margin-top: 48px;
}
.mt-3 {
  margin-top: 72px;
}
.mt-4 {
  margin-top: 96px;
}
.mt-5 {
  margin-top: 120px;
}
.mt-6 {
  margin-top: 144px;
}
.mt-7 {
  margin-top: 168px;
}
.mt-8 {
  margin-top: 192px;
}
.mt-9 {
  margin-top: 216px;
}
.mt-10 {
  margin-top: 240px;
}
.mt-11 {
  margin-top: 264px;
}
.mt-12 {
  margin-top: 288px;
}
.mt-13 {
  margin-top: 312px;
}
.mt-14 {
  margin-top: 336px;
}
.mt-15 {
  margin-top: 360px;
}
.mt-16 {
  margin-top: 384px;
}
.mt-17 {
  margin-top: 408px;
}
.mt-18 {
  margin-top: 432px;
}
.mt-19 {
  margin-top: 456px;
}
.mt-20 {
  margin-top: 480px;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 24px;
}
.mr-2 {
  margin-right: 48px;
}
.mr-3 {
  margin-right: 72px;
}
.mr-4 {
  margin-right: 96px;
}
.mr-5 {
  margin-right: 120px;
}
.mr-6 {
  margin-right: 144px;
}
.mr-7 {
  margin-right: 168px;
}
.mr-8 {
  margin-right: 192px;
}
.mr-9 {
  margin-right: 216px;
}
.mr-10 {
  margin-right: 240px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 24px;
}
.mb-2 {
  margin-bottom: 48px;
}
.mb-3 {
  margin-bottom: 72px;
}
.mb-4 {
  margin-bottom: 96px;
}
.mb-5 {
  margin-bottom: 120px;
}
.mb-6 {
  margin-bottom: 144px;
}
.mb-7 {
  margin-bottom: 168px;
}
.mb-8 {
  margin-bottom: 192px;
}
.mb-9 {
  margin-bottom: 216px;
}
.mb-10 {
  margin-bottom: 240px;
}
.mb-11 {
  margin-bottom: 264px;
}
.mb-12 {
  margin-bottom: 288px;
}
.mb-13 {
  margin-bottom: 312px;
}
.mb-14 {
  margin-bottom: 336px;
}
.mb-15 {
  margin-bottom: 360px;
}
.mb-16 {
  margin-bottom: 384px;
}
.mb-17 {
  margin-bottom: 408px;
}
.mb-18 {
  margin-bottom: 432px;
}
.mb-19 {
  margin-bottom: 456px;
}
.mb-20 {
  margin-bottom: 480px;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 24px;
}
.ml-2 {
  margin-left: 48px;
}
.ml-3 {
  margin-left: 72px;
}
.ml-4 {
  margin-left: 96px;
}
.ml-5 {
  margin-left: 120px;
}
.ml-6 {
  margin-left: 144px;
}
.ml-7 {
  margin-left: 168px;
}
.ml-8 {
  margin-left: 192px;
}
.ml-9 {
  margin-left: 216px;
}
.ml-10 {
  margin-left: 240px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 24px;
}
.pt-2 {
  padding-top: 48px;
}
.pt-3 {
  padding-top: 72px;
}
.pt-4 {
  padding-top: 96px;
}
.pt-5 {
  padding-top: 120px;
}
.pt-6 {
  padding-top: 144px;
}
.pt-7 {
  padding-top: 168px;
}
.pt-8 {
  padding-top: 192px;
}
.pt-9 {
  padding-top: 216px;
}
.pt-10 {
  padding-top: 240px;
}
.pt-11 {
  padding-top: 264px;
}
.pt-12 {
  padding-top: 288px;
}
.pt-13 {
  padding-top: 312px;
}
.pt-14 {
  padding-top: 336px;
}
.pt-15 {
  padding-top: 360px;
}
.pt-16 {
  padding-top: 384px;
}
.pt-17 {
  padding-top: 408px;
}
.pt-18 {
  padding-top: 432px;
}
.pt-19 {
  padding-top: 456px;
}
.pt-20 {
  padding-top: 480px;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 24px;
}
.pr-2 {
  padding-right: 48px;
}
.pr-3 {
  padding-right: 72px;
}
.pr-4 {
  padding-right: 96px;
}
.pr-5 {
  padding-right: 120px;
}
.pr-6 {
  padding-right: 144px;
}
.pr-7 {
  padding-right: 168px;
}
.pr-8 {
  padding-right: 192px;
}
.pr-9 {
  padding-right: 216px;
}
.pr-10 {
  padding-right: 240px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 24px;
}
.pb-2 {
  padding-bottom: 48px;
}
.pb-3 {
  padding-bottom: 72px;
}
.pb-4 {
  padding-bottom: 96px;
}
.pb-5 {
  padding-bottom: 120px;
}
.pb-6 {
  padding-bottom: 144px;
}
.pb-7 {
  padding-bottom: 168px;
}
.pb-8 {
  padding-bottom: 192px;
}
.pb-9 {
  padding-bottom: 216px;
}
.pb-10 {
  padding-bottom: 240px;
}
.pb-11 {
  padding-bottom: 264px;
}
.pb-12 {
  padding-bottom: 288px;
}
.pb-13 {
  padding-bottom: 312px;
}
.pb-14 {
  padding-bottom: 336px;
}
.pb-15 {
  padding-bottom: 360px;
}
.pb-16 {
  padding-bottom: 384px;
}
.pb-17 {
  padding-bottom: 408px;
}
.pb-18 {
  padding-bottom: 432px;
}
.pb-19 {
  padding-bottom: 456px;
}
.pb-20 {
  padding-bottom: 480px;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 24px;
}
.pl-2 {
  padding-left: 48px;
}
.pl-3 {
  padding-left: 72px;
}
.pl-4 {
  padding-left: 96px;
}
.pl-5 {
  padding-left: 120px;
}
.pl-6 {
  padding-left: 144px;
}
.pl-7 {
  padding-left: 168px;
}
.pl-8 {
  padding-left: 192px;
}
.pl-9 {
  padding-left: 216px;
}
.pl-10 {
  padding-left: 240px;
}
.clear {
  clear: both !important;
}
@media only screen and (max-width: 1200px) {
  .col-xl-0 {
    display: none !important;
  }
  .col-xl-12 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(100% - 50px) !important;
    width: -o-calc(100% - 50px) !important;
    width: -webkit-calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xl-11 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(91.66666666666666% - 50px) !important;
    width: -o-calc(91.66666666666666% - 50px) !important;
    width: -webkit-calc(91.66666666666666% - 50px) !important;
    width: calc(91.66666666666666% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xl-10 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(83.33333333333334% - 50px) !important;
    width: -o-calc(83.33333333333334% - 50px) !important;
    width: -webkit-calc(83.33333333333334% - 50px) !important;
    width: calc(83.33333333333334% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xl-9 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(75% - 50px) !important;
    width: -o-calc(75% - 50px) !important;
    width: -webkit-calc(75% - 50px) !important;
    width: calc(75% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xl-8 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(66.66666666666666% - 50px) !important;
    width: -o-calc(66.66666666666666% - 50px) !important;
    width: -webkit-calc(66.66666666666666% - 50px) !important;
    width: calc(66.66666666666666% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xl-7 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(58.333333333333336% - 50px) !important;
    width: -o-calc(58.333333333333336% - 50px) !important;
    width: -webkit-calc(58.333333333333336% - 50px) !important;
    width: calc(58.333333333333336% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xl-6 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(50% - 50px) !important;
    width: -o-calc(50% - 50px) !important;
    width: -webkit-calc(50% - 50px) !important;
    width: calc(50% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xl-5 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(41.66666666666667% - 50px) !important;
    width: -o-calc(41.66666666666667% - 50px) !important;
    width: -webkit-calc(41.66666666666667% - 50px) !important;
    width: calc(41.66666666666667% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xl-4 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(33.33333333333333% - 50px) !important;
    width: -o-calc(33.33333333333333% - 50px) !important;
    width: -webkit-calc(33.33333333333333% - 50px) !important;
    width: calc(33.33333333333333% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xl-3 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(25% - 50px) !important;
    width: -o-calc(25% - 50px) !important;
    width: -webkit-calc(25% - 50px) !important;
    width: calc(25% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xl-2 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(16.666666666666664% - 50px) !important;
    width: -o-calc(16.666666666666664% - 50px) !important;
    width: -webkit-calc(16.666666666666664% - 50px) !important;
    width: calc(16.666666666666664% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xl-1 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(8.333333333333332% - 50px) !important;
    width: -o-calc(8.333333333333332% - 50px) !important;
    width: -webkit-calc(8.333333333333332% - 50px) !important;
    width: calc(8.333333333333332% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-ng-xl-12 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xl-11 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 91.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xl-10 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 83.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xl-9 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 75% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xl-8 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 66.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xl-7 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 58.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xl-6 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 50% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xl-5 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 41.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xl-4 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 33.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xl-3 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 25% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xl-2 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 16.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xl-1 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 8.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .push-xl-12 {
    margin-left: -moz-calc(100% + 25px) !important;
    margin-left: -o-calc(100% + 25px) !important;
    margin-left: -webkit-calc(100% + 25px) !important;
    margin-left: calc(100% + 25px) !important;
  }
  .push-xl-11 {
    margin-left: -moz-calc(91.66666666666666% + 25px) !important;
    margin-left: -o-calc(91.66666666666666% + 25px) !important;
    margin-left: -webkit-calc(91.66666666666666% + 25px) !important;
    margin-left: calc(91.66666666666666% + 25px) !important;
  }
  .push-xl-10 {
    margin-left: -moz-calc(83.33333333333334% + 25px) !important;
    margin-left: -o-calc(83.33333333333334% + 25px) !important;
    margin-left: -webkit-calc(83.33333333333334% + 25px) !important;
    margin-left: calc(83.33333333333334% + 25px) !important;
  }
  .push-xl-9 {
    margin-left: -moz-calc(75% + 25px) !important;
    margin-left: -o-calc(75% + 25px) !important;
    margin-left: -webkit-calc(75% + 25px) !important;
    margin-left: calc(75% + 25px) !important;
  }
  .push-xl-8 {
    margin-left: -moz-calc(66.66666666666666% + 25px) !important;
    margin-left: -o-calc(66.66666666666666% + 25px) !important;
    margin-left: -webkit-calc(66.66666666666666% + 25px) !important;
    margin-left: calc(66.66666666666666% + 25px) !important;
  }
  .push-xl-7 {
    margin-left: -moz-calc(58.333333333333336% + 25px) !important;
    margin-left: -o-calc(58.333333333333336% + 25px) !important;
    margin-left: -webkit-calc(58.333333333333336% + 25px) !important;
    margin-left: calc(58.333333333333336% + 25px) !important;
  }
  .push-xl-6 {
    margin-left: -moz-calc(50% + 25px) !important;
    margin-left: -o-calc(50% + 25px) !important;
    margin-left: -webkit-calc(50% + 25px) !important;
    margin-left: calc(50% + 25px) !important;
  }
  .push-xl-5 {
    margin-left: -moz-calc(41.66666666666667% + 25px) !important;
    margin-left: -o-calc(41.66666666666667% + 25px) !important;
    margin-left: -webkit-calc(41.66666666666667% + 25px) !important;
    margin-left: calc(41.66666666666667% + 25px) !important;
  }
  .push-xl-4 {
    margin-left: -moz-calc(33.33333333333333% + 25px) !important;
    margin-left: -o-calc(33.33333333333333% + 25px) !important;
    margin-left: -webkit-calc(33.33333333333333% + 25px) !important;
    margin-left: calc(33.33333333333333% + 25px) !important;
  }
  .push-xl-3 {
    margin-left: -moz-calc(25% + 25px) !important;
    margin-left: -o-calc(25% + 25px) !important;
    margin-left: -webkit-calc(25% + 25px) !important;
    margin-left: calc(25% + 25px) !important;
  }
  .push-xl-2 {
    margin-left: -moz-calc(16.666666666666664% + 25px) !important;
    margin-left: -o-calc(16.666666666666664% + 25px) !important;
    margin-left: -webkit-calc(16.666666666666664% + 25px) !important;
    margin-left: calc(16.666666666666664% + 25px) !important;
  }
  .push-xl-1 {
    margin-left: -moz-calc(8.333333333333332% + 25px) !important;
    margin-left: -o-calc(8.333333333333332% + 25px) !important;
    margin-left: -webkit-calc(8.333333333333332% + 25px) !important;
    margin-left: calc(8.333333333333332% + 25px) !important;
  }
  .clear {
    clear: none !important;
  }
  .clear-xl {
    clear: both !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .mt-xl-20 {
    margin-top: 480px !important;
  }
  .mr-xl-20 {
    margin-right: 480px !important;
  }
  .mb-xl-20 {
    margin-bottom: 480px !important;
  }
  .ml-xl-20 {
    margin-left: 480px !important;
  }
  .mt-xl-19 {
    margin-top: 456px !important;
  }
  .mr-xl-19 {
    margin-right: 456px !important;
  }
  .mb-xl-19 {
    margin-bottom: 456px !important;
  }
  .ml-xl-19 {
    margin-left: 456px !important;
  }
  .mt-xl-18 {
    margin-top: 432px !important;
  }
  .mr-xl-18 {
    margin-right: 432px !important;
  }
  .mb-xl-18 {
    margin-bottom: 432px !important;
  }
  .ml-xl-18 {
    margin-left: 432px !important;
  }
  .mt-xl-17 {
    margin-top: 408px !important;
  }
  .mr-xl-17 {
    margin-right: 408px !important;
  }
  .mb-xl-17 {
    margin-bottom: 408px !important;
  }
  .ml-xl-17 {
    margin-left: 408px !important;
  }
  .mt-xl-16 {
    margin-top: 384px !important;
  }
  .mr-xl-16 {
    margin-right: 384px !important;
  }
  .mb-xl-16 {
    margin-bottom: 384px !important;
  }
  .ml-xl-16 {
    margin-left: 384px !important;
  }
  .mt-xl-15 {
    margin-top: 360px !important;
  }
  .mr-xl-15 {
    margin-right: 360px !important;
  }
  .mb-xl-15 {
    margin-bottom: 360px !important;
  }
  .ml-xl-15 {
    margin-left: 360px !important;
  }
  .mt-xl-14 {
    margin-top: 336px !important;
  }
  .mr-xl-14 {
    margin-right: 336px !important;
  }
  .mb-xl-14 {
    margin-bottom: 336px !important;
  }
  .ml-xl-14 {
    margin-left: 336px !important;
  }
  .mt-xl-13 {
    margin-top: 312px !important;
  }
  .mr-xl-13 {
    margin-right: 312px !important;
  }
  .mb-xl-13 {
    margin-bottom: 312px !important;
  }
  .ml-xl-13 {
    margin-left: 312px !important;
  }
  .mt-xl-12 {
    margin-top: 288px !important;
  }
  .mr-xl-12 {
    margin-right: 288px !important;
  }
  .mb-xl-12 {
    margin-bottom: 288px !important;
  }
  .ml-xl-12 {
    margin-left: 288px !important;
  }
  .mt-xl-11 {
    margin-top: 264px !important;
  }
  .mr-xl-11 {
    margin-right: 264px !important;
  }
  .mb-xl-11 {
    margin-bottom: 264px !important;
  }
  .ml-xl-11 {
    margin-left: 264px !important;
  }
  .mt-xl-10 {
    margin-top: 240px !important;
  }
  .mr-xl-10 {
    margin-right: 240px !important;
  }
  .mb-xl-10 {
    margin-bottom: 240px !important;
  }
  .ml-xl-10 {
    margin-left: 240px !important;
  }
  .mt-xl-9 {
    margin-top: 216px !important;
  }
  .mr-xl-9 {
    margin-right: 216px !important;
  }
  .mb-xl-9 {
    margin-bottom: 216px !important;
  }
  .ml-xl-9 {
    margin-left: 216px !important;
  }
  .mt-xl-8 {
    margin-top: 192px !important;
  }
  .mr-xl-8 {
    margin-right: 192px !important;
  }
  .mb-xl-8 {
    margin-bottom: 192px !important;
  }
  .ml-xl-8 {
    margin-left: 192px !important;
  }
  .mt-xl-7 {
    margin-top: 168px !important;
  }
  .mr-xl-7 {
    margin-right: 168px !important;
  }
  .mb-xl-7 {
    margin-bottom: 168px !important;
  }
  .ml-xl-7 {
    margin-left: 168px !important;
  }
  .mt-xl-6 {
    margin-top: 144px !important;
  }
  .mr-xl-6 {
    margin-right: 144px !important;
  }
  .mb-xl-6 {
    margin-bottom: 144px !important;
  }
  .ml-xl-6 {
    margin-left: 144px !important;
  }
  .mt-xl-5 {
    margin-top: 120px !important;
  }
  .mr-xl-5 {
    margin-right: 120px !important;
  }
  .mb-xl-5 {
    margin-bottom: 120px !important;
  }
  .ml-xl-5 {
    margin-left: 120px !important;
  }
  .mt-xl-4 {
    margin-top: 96px !important;
  }
  .mr-xl-4 {
    margin-right: 96px !important;
  }
  .mb-xl-4 {
    margin-bottom: 96px !important;
  }
  .ml-xl-4 {
    margin-left: 96px !important;
  }
  .mt-xl-3 {
    margin-top: 72px !important;
  }
  .mr-xl-3 {
    margin-right: 72px !important;
  }
  .mb-xl-3 {
    margin-bottom: 72px !important;
  }
  .ml-xl-3 {
    margin-left: 72px !important;
  }
  .mt-xl-2 {
    margin-top: 48px !important;
  }
  .mr-xl-2 {
    margin-right: 48px !important;
  }
  .mb-xl-2 {
    margin-bottom: 48px !important;
  }
  .ml-xl-2 {
    margin-left: 48px !important;
  }
  .mt-xl-1 {
    margin-top: 24px !important;
  }
  .mr-xl-1 {
    margin-right: 24px !important;
  }
  .mb-xl-1 {
    margin-bottom: 24px !important;
  }
  .ml-xl-1 {
    margin-left: 24px !important;
  }
  .pt-xl-20 {
    padding-top: 480px !important;
  }
  .pr-xl-20 {
    padding-right: 480px !important;
  }
  .pb-xl-20 {
    padding-bottom: 480px !important;
  }
  .pl-xl-20 {
    padding-left: 480px !important;
  }
  .pt-xl-19 {
    padding-top: 456px !important;
  }
  .pr-xl-19 {
    padding-right: 456px !important;
  }
  .pb-xl-19 {
    padding-bottom: 456px !important;
  }
  .pl-xl-19 {
    padding-left: 456px !important;
  }
  .pt-xl-18 {
    padding-top: 432px !important;
  }
  .pr-xl-18 {
    padding-right: 432px !important;
  }
  .pb-xl-18 {
    padding-bottom: 432px !important;
  }
  .pl-xl-18 {
    padding-left: 432px !important;
  }
  .pt-xl-17 {
    padding-top: 408px !important;
  }
  .pr-xl-17 {
    padding-right: 408px !important;
  }
  .pb-xl-17 {
    padding-bottom: 408px !important;
  }
  .pl-xl-17 {
    padding-left: 408px !important;
  }
  .pt-xl-16 {
    padding-top: 384px !important;
  }
  .pr-xl-16 {
    padding-right: 384px !important;
  }
  .pb-xl-16 {
    padding-bottom: 384px !important;
  }
  .pl-xl-16 {
    padding-left: 384px !important;
  }
  .pt-xl-15 {
    padding-top: 360px !important;
  }
  .pr-xl-15 {
    padding-right: 360px !important;
  }
  .pb-xl-15 {
    padding-bottom: 360px !important;
  }
  .pl-xl-15 {
    padding-left: 360px !important;
  }
  .pt-xl-14 {
    padding-top: 336px !important;
  }
  .pr-xl-14 {
    padding-right: 336px !important;
  }
  .pb-xl-14 {
    padding-bottom: 336px !important;
  }
  .pl-xl-14 {
    padding-left: 336px !important;
  }
  .pt-xl-13 {
    padding-top: 312px !important;
  }
  .pr-xl-13 {
    padding-right: 312px !important;
  }
  .pb-xl-13 {
    padding-bottom: 312px !important;
  }
  .pl-xl-13 {
    padding-left: 312px !important;
  }
  .pt-xl-12 {
    padding-top: 288px !important;
  }
  .pr-xl-12 {
    padding-right: 288px !important;
  }
  .pb-xl-12 {
    padding-bottom: 288px !important;
  }
  .pl-xl-12 {
    padding-left: 288px !important;
  }
  .pt-xl-11 {
    padding-top: 264px !important;
  }
  .pr-xl-11 {
    padding-right: 264px !important;
  }
  .pb-xl-11 {
    padding-bottom: 264px !important;
  }
  .pl-xl-11 {
    padding-left: 264px !important;
  }
  .pt-xl-10 {
    padding-top: 240px !important;
  }
  .pr-xl-10 {
    padding-right: 240px !important;
  }
  .pb-xl-10 {
    padding-bottom: 240px !important;
  }
  .pl-xl-10 {
    padding-left: 240px !important;
  }
  .pt-xl-9 {
    padding-top: 216px !important;
  }
  .pr-xl-9 {
    padding-right: 216px !important;
  }
  .pb-xl-9 {
    padding-bottom: 216px !important;
  }
  .pl-xl-9 {
    padding-left: 216px !important;
  }
  .pt-xl-8 {
    padding-top: 192px !important;
  }
  .pr-xl-8 {
    padding-right: 192px !important;
  }
  .pb-xl-8 {
    padding-bottom: 192px !important;
  }
  .pl-xl-8 {
    padding-left: 192px !important;
  }
  .pt-xl-7 {
    padding-top: 168px !important;
  }
  .pr-xl-7 {
    padding-right: 168px !important;
  }
  .pb-xl-7 {
    padding-bottom: 168px !important;
  }
  .pl-xl-7 {
    padding-left: 168px !important;
  }
  .pt-xl-6 {
    padding-top: 144px !important;
  }
  .pr-xl-6 {
    padding-right: 144px !important;
  }
  .pb-xl-6 {
    padding-bottom: 144px !important;
  }
  .pl-xl-6 {
    padding-left: 144px !important;
  }
  .pt-xl-5 {
    padding-top: 120px !important;
  }
  .pr-xl-5 {
    padding-right: 120px !important;
  }
  .pb-xl-5 {
    padding-bottom: 120px !important;
  }
  .pl-xl-5 {
    padding-left: 120px !important;
  }
  .pt-xl-4 {
    padding-top: 96px !important;
  }
  .pr-xl-4 {
    padding-right: 96px !important;
  }
  .pb-xl-4 {
    padding-bottom: 96px !important;
  }
  .pl-xl-4 {
    padding-left: 96px !important;
  }
  .pt-xl-3 {
    padding-top: 72px !important;
  }
  .pr-xl-3 {
    padding-right: 72px !important;
  }
  .pb-xl-3 {
    padding-bottom: 72px !important;
  }
  .pl-xl-3 {
    padding-left: 72px !important;
  }
  .pt-xl-2 {
    padding-top: 48px !important;
  }
  .pr-xl-2 {
    padding-right: 48px !important;
  }
  .pb-xl-2 {
    padding-bottom: 48px !important;
  }
  .pl-xl-2 {
    padding-left: 48px !important;
  }
  .pt-xl-1 {
    padding-top: 24px !important;
  }
  .pr-xl-1 {
    padding-right: 24px !important;
  }
  .pb-xl-1 {
    padding-bottom: 24px !important;
  }
  .pl-xl-1 {
    padding-left: 24px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .col-lg-0 {
    display: none !important;
  }
  .col-lg-12 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(100% - 50px) !important;
    width: -o-calc(100% - 50px) !important;
    width: -webkit-calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-lg-11 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(91.66666666666666% - 50px) !important;
    width: -o-calc(91.66666666666666% - 50px) !important;
    width: -webkit-calc(91.66666666666666% - 50px) !important;
    width: calc(91.66666666666666% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-lg-10 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(83.33333333333334% - 50px) !important;
    width: -o-calc(83.33333333333334% - 50px) !important;
    width: -webkit-calc(83.33333333333334% - 50px) !important;
    width: calc(83.33333333333334% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-lg-9 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(75% - 50px) !important;
    width: -o-calc(75% - 50px) !important;
    width: -webkit-calc(75% - 50px) !important;
    width: calc(75% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-lg-8 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(66.66666666666666% - 50px) !important;
    width: -o-calc(66.66666666666666% - 50px) !important;
    width: -webkit-calc(66.66666666666666% - 50px) !important;
    width: calc(66.66666666666666% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-lg-7 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(58.333333333333336% - 50px) !important;
    width: -o-calc(58.333333333333336% - 50px) !important;
    width: -webkit-calc(58.333333333333336% - 50px) !important;
    width: calc(58.333333333333336% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-lg-6 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(50% - 50px) !important;
    width: -o-calc(50% - 50px) !important;
    width: -webkit-calc(50% - 50px) !important;
    width: calc(50% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-lg-5 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(41.66666666666667% - 50px) !important;
    width: -o-calc(41.66666666666667% - 50px) !important;
    width: -webkit-calc(41.66666666666667% - 50px) !important;
    width: calc(41.66666666666667% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-lg-4 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(33.33333333333333% - 50px) !important;
    width: -o-calc(33.33333333333333% - 50px) !important;
    width: -webkit-calc(33.33333333333333% - 50px) !important;
    width: calc(33.33333333333333% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-lg-3 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(25% - 50px) !important;
    width: -o-calc(25% - 50px) !important;
    width: -webkit-calc(25% - 50px) !important;
    width: calc(25% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-lg-2 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(16.666666666666664% - 50px) !important;
    width: -o-calc(16.666666666666664% - 50px) !important;
    width: -webkit-calc(16.666666666666664% - 50px) !important;
    width: calc(16.666666666666664% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-lg-1 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(8.333333333333332% - 50px) !important;
    width: -o-calc(8.333333333333332% - 50px) !important;
    width: -webkit-calc(8.333333333333332% - 50px) !important;
    width: calc(8.333333333333332% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-ng-lg-12 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-lg-11 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 91.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-lg-10 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 83.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-lg-9 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 75% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-lg-8 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 66.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-lg-7 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 58.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-lg-6 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 50% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-lg-5 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 41.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-lg-4 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 33.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-lg-3 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 25% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-lg-2 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 16.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-lg-1 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 8.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .push-lg-12 {
    margin-left: -moz-calc(100% + 25px) !important;
    margin-left: -o-calc(100% + 25px) !important;
    margin-left: -webkit-calc(100% + 25px) !important;
    margin-left: calc(100% + 25px) !important;
  }
  .push-lg-11 {
    margin-left: -moz-calc(91.66666666666666% + 25px) !important;
    margin-left: -o-calc(91.66666666666666% + 25px) !important;
    margin-left: -webkit-calc(91.66666666666666% + 25px) !important;
    margin-left: calc(91.66666666666666% + 25px) !important;
  }
  .push-lg-10 {
    margin-left: -moz-calc(83.33333333333334% + 25px) !important;
    margin-left: -o-calc(83.33333333333334% + 25px) !important;
    margin-left: -webkit-calc(83.33333333333334% + 25px) !important;
    margin-left: calc(83.33333333333334% + 25px) !important;
  }
  .push-lg-9 {
    margin-left: -moz-calc(75% + 25px) !important;
    margin-left: -o-calc(75% + 25px) !important;
    margin-left: -webkit-calc(75% + 25px) !important;
    margin-left: calc(75% + 25px) !important;
  }
  .push-lg-8 {
    margin-left: -moz-calc(66.66666666666666% + 25px) !important;
    margin-left: -o-calc(66.66666666666666% + 25px) !important;
    margin-left: -webkit-calc(66.66666666666666% + 25px) !important;
    margin-left: calc(66.66666666666666% + 25px) !important;
  }
  .push-lg-7 {
    margin-left: -moz-calc(58.333333333333336% + 25px) !important;
    margin-left: -o-calc(58.333333333333336% + 25px) !important;
    margin-left: -webkit-calc(58.333333333333336% + 25px) !important;
    margin-left: calc(58.333333333333336% + 25px) !important;
  }
  .push-lg-6 {
    margin-left: -moz-calc(50% + 25px) !important;
    margin-left: -o-calc(50% + 25px) !important;
    margin-left: -webkit-calc(50% + 25px) !important;
    margin-left: calc(50% + 25px) !important;
  }
  .push-lg-5 {
    margin-left: -moz-calc(41.66666666666667% + 25px) !important;
    margin-left: -o-calc(41.66666666666667% + 25px) !important;
    margin-left: -webkit-calc(41.66666666666667% + 25px) !important;
    margin-left: calc(41.66666666666667% + 25px) !important;
  }
  .push-lg-4 {
    margin-left: -moz-calc(33.33333333333333% + 25px) !important;
    margin-left: -o-calc(33.33333333333333% + 25px) !important;
    margin-left: -webkit-calc(33.33333333333333% + 25px) !important;
    margin-left: calc(33.33333333333333% + 25px) !important;
  }
  .push-lg-3 {
    margin-left: -moz-calc(25% + 25px) !important;
    margin-left: -o-calc(25% + 25px) !important;
    margin-left: -webkit-calc(25% + 25px) !important;
    margin-left: calc(25% + 25px) !important;
  }
  .push-lg-2 {
    margin-left: -moz-calc(16.666666666666664% + 25px) !important;
    margin-left: -o-calc(16.666666666666664% + 25px) !important;
    margin-left: -webkit-calc(16.666666666666664% + 25px) !important;
    margin-left: calc(16.666666666666664% + 25px) !important;
  }
  .push-lg-1 {
    margin-left: -moz-calc(8.333333333333332% + 25px) !important;
    margin-left: -o-calc(8.333333333333332% + 25px) !important;
    margin-left: -webkit-calc(8.333333333333332% + 25px) !important;
    margin-left: calc(8.333333333333332% + 25px) !important;
  }
  .clear,
  .clear-xl {
    clear: none !important;
  }
  .clear-lg {
    clear: both !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .mt-lg-20 {
    margin-top: 480px !important;
  }
  .mr-lg-20 {
    margin-right: 480px !important;
  }
  .mb-lg-20 {
    margin-bottom: 480px !important;
  }
  .ml-lg-20 {
    margin-left: 480px !important;
  }
  .mt-lg-19 {
    margin-top: 456px !important;
  }
  .mr-lg-19 {
    margin-right: 456px !important;
  }
  .mb-lg-19 {
    margin-bottom: 456px !important;
  }
  .ml-lg-19 {
    margin-left: 456px !important;
  }
  .mt-lg-18 {
    margin-top: 432px !important;
  }
  .mr-lg-18 {
    margin-right: 432px !important;
  }
  .mb-lg-18 {
    margin-bottom: 432px !important;
  }
  .ml-lg-18 {
    margin-left: 432px !important;
  }
  .mt-lg-17 {
    margin-top: 408px !important;
  }
  .mr-lg-17 {
    margin-right: 408px !important;
  }
  .mb-lg-17 {
    margin-bottom: 408px !important;
  }
  .ml-lg-17 {
    margin-left: 408px !important;
  }
  .mt-lg-16 {
    margin-top: 384px !important;
  }
  .mr-lg-16 {
    margin-right: 384px !important;
  }
  .mb-lg-16 {
    margin-bottom: 384px !important;
  }
  .ml-lg-16 {
    margin-left: 384px !important;
  }
  .mt-lg-15 {
    margin-top: 360px !important;
  }
  .mr-lg-15 {
    margin-right: 360px !important;
  }
  .mb-lg-15 {
    margin-bottom: 360px !important;
  }
  .ml-lg-15 {
    margin-left: 360px !important;
  }
  .mt-lg-14 {
    margin-top: 336px !important;
  }
  .mr-lg-14 {
    margin-right: 336px !important;
  }
  .mb-lg-14 {
    margin-bottom: 336px !important;
  }
  .ml-lg-14 {
    margin-left: 336px !important;
  }
  .mt-lg-13 {
    margin-top: 312px !important;
  }
  .mr-lg-13 {
    margin-right: 312px !important;
  }
  .mb-lg-13 {
    margin-bottom: 312px !important;
  }
  .ml-lg-13 {
    margin-left: 312px !important;
  }
  .mt-lg-12 {
    margin-top: 288px !important;
  }
  .mr-lg-12 {
    margin-right: 288px !important;
  }
  .mb-lg-12 {
    margin-bottom: 288px !important;
  }
  .ml-lg-12 {
    margin-left: 288px !important;
  }
  .mt-lg-11 {
    margin-top: 264px !important;
  }
  .mr-lg-11 {
    margin-right: 264px !important;
  }
  .mb-lg-11 {
    margin-bottom: 264px !important;
  }
  .ml-lg-11 {
    margin-left: 264px !important;
  }
  .mt-lg-10 {
    margin-top: 240px !important;
  }
  .mr-lg-10 {
    margin-right: 240px !important;
  }
  .mb-lg-10 {
    margin-bottom: 240px !important;
  }
  .ml-lg-10 {
    margin-left: 240px !important;
  }
  .mt-lg-9 {
    margin-top: 216px !important;
  }
  .mr-lg-9 {
    margin-right: 216px !important;
  }
  .mb-lg-9 {
    margin-bottom: 216px !important;
  }
  .ml-lg-9 {
    margin-left: 216px !important;
  }
  .mt-lg-8 {
    margin-top: 192px !important;
  }
  .mr-lg-8 {
    margin-right: 192px !important;
  }
  .mb-lg-8 {
    margin-bottom: 192px !important;
  }
  .ml-lg-8 {
    margin-left: 192px !important;
  }
  .mt-lg-7 {
    margin-top: 168px !important;
  }
  .mr-lg-7 {
    margin-right: 168px !important;
  }
  .mb-lg-7 {
    margin-bottom: 168px !important;
  }
  .ml-lg-7 {
    margin-left: 168px !important;
  }
  .mt-lg-6 {
    margin-top: 144px !important;
  }
  .mr-lg-6 {
    margin-right: 144px !important;
  }
  .mb-lg-6 {
    margin-bottom: 144px !important;
  }
  .ml-lg-6 {
    margin-left: 144px !important;
  }
  .mt-lg-5 {
    margin-top: 120px !important;
  }
  .mr-lg-5 {
    margin-right: 120px !important;
  }
  .mb-lg-5 {
    margin-bottom: 120px !important;
  }
  .ml-lg-5 {
    margin-left: 120px !important;
  }
  .mt-lg-4 {
    margin-top: 96px !important;
  }
  .mr-lg-4 {
    margin-right: 96px !important;
  }
  .mb-lg-4 {
    margin-bottom: 96px !important;
  }
  .ml-lg-4 {
    margin-left: 96px !important;
  }
  .mt-lg-3 {
    margin-top: 72px !important;
  }
  .mr-lg-3 {
    margin-right: 72px !important;
  }
  .mb-lg-3 {
    margin-bottom: 72px !important;
  }
  .ml-lg-3 {
    margin-left: 72px !important;
  }
  .mt-lg-2 {
    margin-top: 48px !important;
  }
  .mr-lg-2 {
    margin-right: 48px !important;
  }
  .mb-lg-2 {
    margin-bottom: 48px !important;
  }
  .ml-lg-2 {
    margin-left: 48px !important;
  }
  .mt-lg-1 {
    margin-top: 24px !important;
  }
  .mr-lg-1 {
    margin-right: 24px !important;
  }
  .mb-lg-1 {
    margin-bottom: 24px !important;
  }
  .ml-lg-1 {
    margin-left: 24px !important;
  }
  .pt-lg-20 {
    padding-top: 480px !important;
  }
  .pr-lg-20 {
    padding-right: 480px !important;
  }
  .pb-lg-20 {
    padding-bottom: 480px !important;
  }
  .pl-lg-20 {
    padding-left: 480px !important;
  }
  .pt-lg-19 {
    padding-top: 456px !important;
  }
  .pr-lg-19 {
    padding-right: 456px !important;
  }
  .pb-lg-19 {
    padding-bottom: 456px !important;
  }
  .pl-lg-19 {
    padding-left: 456px !important;
  }
  .pt-lg-18 {
    padding-top: 432px !important;
  }
  .pr-lg-18 {
    padding-right: 432px !important;
  }
  .pb-lg-18 {
    padding-bottom: 432px !important;
  }
  .pl-lg-18 {
    padding-left: 432px !important;
  }
  .pt-lg-17 {
    padding-top: 408px !important;
  }
  .pr-lg-17 {
    padding-right: 408px !important;
  }
  .pb-lg-17 {
    padding-bottom: 408px !important;
  }
  .pl-lg-17 {
    padding-left: 408px !important;
  }
  .pt-lg-16 {
    padding-top: 384px !important;
  }
  .pr-lg-16 {
    padding-right: 384px !important;
  }
  .pb-lg-16 {
    padding-bottom: 384px !important;
  }
  .pl-lg-16 {
    padding-left: 384px !important;
  }
  .pt-lg-15 {
    padding-top: 360px !important;
  }
  .pr-lg-15 {
    padding-right: 360px !important;
  }
  .pb-lg-15 {
    padding-bottom: 360px !important;
  }
  .pl-lg-15 {
    padding-left: 360px !important;
  }
  .pt-lg-14 {
    padding-top: 336px !important;
  }
  .pr-lg-14 {
    padding-right: 336px !important;
  }
  .pb-lg-14 {
    padding-bottom: 336px !important;
  }
  .pl-lg-14 {
    padding-left: 336px !important;
  }
  .pt-lg-13 {
    padding-top: 312px !important;
  }
  .pr-lg-13 {
    padding-right: 312px !important;
  }
  .pb-lg-13 {
    padding-bottom: 312px !important;
  }
  .pl-lg-13 {
    padding-left: 312px !important;
  }
  .pt-lg-12 {
    padding-top: 288px !important;
  }
  .pr-lg-12 {
    padding-right: 288px !important;
  }
  .pb-lg-12 {
    padding-bottom: 288px !important;
  }
  .pl-lg-12 {
    padding-left: 288px !important;
  }
  .pt-lg-11 {
    padding-top: 264px !important;
  }
  .pr-lg-11 {
    padding-right: 264px !important;
  }
  .pb-lg-11 {
    padding-bottom: 264px !important;
  }
  .pl-lg-11 {
    padding-left: 264px !important;
  }
  .pt-lg-10 {
    padding-top: 240px !important;
  }
  .pr-lg-10 {
    padding-right: 240px !important;
  }
  .pb-lg-10 {
    padding-bottom: 240px !important;
  }
  .pl-lg-10 {
    padding-left: 240px !important;
  }
  .pt-lg-9 {
    padding-top: 216px !important;
  }
  .pr-lg-9 {
    padding-right: 216px !important;
  }
  .pb-lg-9 {
    padding-bottom: 216px !important;
  }
  .pl-lg-9 {
    padding-left: 216px !important;
  }
  .pt-lg-8 {
    padding-top: 192px !important;
  }
  .pr-lg-8 {
    padding-right: 192px !important;
  }
  .pb-lg-8 {
    padding-bottom: 192px !important;
  }
  .pl-lg-8 {
    padding-left: 192px !important;
  }
  .pt-lg-7 {
    padding-top: 168px !important;
  }
  .pr-lg-7 {
    padding-right: 168px !important;
  }
  .pb-lg-7 {
    padding-bottom: 168px !important;
  }
  .pl-lg-7 {
    padding-left: 168px !important;
  }
  .pt-lg-6 {
    padding-top: 144px !important;
  }
  .pr-lg-6 {
    padding-right: 144px !important;
  }
  .pb-lg-6 {
    padding-bottom: 144px !important;
  }
  .pl-lg-6 {
    padding-left: 144px !important;
  }
  .pt-lg-5 {
    padding-top: 120px !important;
  }
  .pr-lg-5 {
    padding-right: 120px !important;
  }
  .pb-lg-5 {
    padding-bottom: 120px !important;
  }
  .pl-lg-5 {
    padding-left: 120px !important;
  }
  .pt-lg-4 {
    padding-top: 96px !important;
  }
  .pr-lg-4 {
    padding-right: 96px !important;
  }
  .pb-lg-4 {
    padding-bottom: 96px !important;
  }
  .pl-lg-4 {
    padding-left: 96px !important;
  }
  .pt-lg-3 {
    padding-top: 72px !important;
  }
  .pr-lg-3 {
    padding-right: 72px !important;
  }
  .pb-lg-3 {
    padding-bottom: 72px !important;
  }
  .pl-lg-3 {
    padding-left: 72px !important;
  }
  .pt-lg-2 {
    padding-top: 48px !important;
  }
  .pr-lg-2 {
    padding-right: 48px !important;
  }
  .pb-lg-2 {
    padding-bottom: 48px !important;
  }
  .pl-lg-2 {
    padding-left: 48px !important;
  }
  .pt-lg-1 {
    padding-top: 24px !important;
  }
  .pr-lg-1 {
    padding-right: 24px !important;
  }
  .pb-lg-1 {
    padding-bottom: 24px !important;
  }
  .pl-lg-1 {
    padding-left: 24px !important;
  }
}
@media only screen and (max-width: 800px) {
  .col-md-0 {
    display: none !important;
  }
  .col-md-12 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(100% - 50px) !important;
    width: -o-calc(100% - 50px) !important;
    width: -webkit-calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-md-11 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(91.66666666666666% - 50px) !important;
    width: -o-calc(91.66666666666666% - 50px) !important;
    width: -webkit-calc(91.66666666666666% - 50px) !important;
    width: calc(91.66666666666666% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-md-10 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(83.33333333333334% - 50px) !important;
    width: -o-calc(83.33333333333334% - 50px) !important;
    width: -webkit-calc(83.33333333333334% - 50px) !important;
    width: calc(83.33333333333334% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-md-9 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(75% - 50px) !important;
    width: -o-calc(75% - 50px) !important;
    width: -webkit-calc(75% - 50px) !important;
    width: calc(75% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-md-8 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(66.66666666666666% - 50px) !important;
    width: -o-calc(66.66666666666666% - 50px) !important;
    width: -webkit-calc(66.66666666666666% - 50px) !important;
    width: calc(66.66666666666666% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-md-7 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(58.333333333333336% - 50px) !important;
    width: -o-calc(58.333333333333336% - 50px) !important;
    width: -webkit-calc(58.333333333333336% - 50px) !important;
    width: calc(58.333333333333336% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-md-6 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(50% - 50px) !important;
    width: -o-calc(50% - 50px) !important;
    width: -webkit-calc(50% - 50px) !important;
    width: calc(50% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-md-5 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(41.66666666666667% - 50px) !important;
    width: -o-calc(41.66666666666667% - 50px) !important;
    width: -webkit-calc(41.66666666666667% - 50px) !important;
    width: calc(41.66666666666667% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-md-4 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(33.33333333333333% - 50px) !important;
    width: -o-calc(33.33333333333333% - 50px) !important;
    width: -webkit-calc(33.33333333333333% - 50px) !important;
    width: calc(33.33333333333333% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-md-3 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(25% - 50px) !important;
    width: -o-calc(25% - 50px) !important;
    width: -webkit-calc(25% - 50px) !important;
    width: calc(25% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-md-2 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(16.666666666666664% - 50px) !important;
    width: -o-calc(16.666666666666664% - 50px) !important;
    width: -webkit-calc(16.666666666666664% - 50px) !important;
    width: calc(16.666666666666664% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-md-1 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(8.333333333333332% - 50px) !important;
    width: -o-calc(8.333333333333332% - 50px) !important;
    width: -webkit-calc(8.333333333333332% - 50px) !important;
    width: calc(8.333333333333332% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-ng-md-12 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-md-11 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 91.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-md-10 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 83.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-md-9 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 75% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-md-8 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 66.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-md-7 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 58.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-md-6 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 50% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-md-5 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 41.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-md-4 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 33.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-md-3 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 25% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-md-2 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 16.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-md-1 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 8.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .push-md-12 {
    margin-left: -moz-calc(100% + 25px) !important;
    margin-left: -o-calc(100% + 25px) !important;
    margin-left: -webkit-calc(100% + 25px) !important;
    margin-left: calc(100% + 25px) !important;
  }
  .push-md-11 {
    margin-left: -moz-calc(91.66666666666666% + 25px) !important;
    margin-left: -o-calc(91.66666666666666% + 25px) !important;
    margin-left: -webkit-calc(91.66666666666666% + 25px) !important;
    margin-left: calc(91.66666666666666% + 25px) !important;
  }
  .push-md-10 {
    margin-left: -moz-calc(83.33333333333334% + 25px) !important;
    margin-left: -o-calc(83.33333333333334% + 25px) !important;
    margin-left: -webkit-calc(83.33333333333334% + 25px) !important;
    margin-left: calc(83.33333333333334% + 25px) !important;
  }
  .push-md-9 {
    margin-left: -moz-calc(75% + 25px) !important;
    margin-left: -o-calc(75% + 25px) !important;
    margin-left: -webkit-calc(75% + 25px) !important;
    margin-left: calc(75% + 25px) !important;
  }
  .push-md-8 {
    margin-left: -moz-calc(66.66666666666666% + 25px) !important;
    margin-left: -o-calc(66.66666666666666% + 25px) !important;
    margin-left: -webkit-calc(66.66666666666666% + 25px) !important;
    margin-left: calc(66.66666666666666% + 25px) !important;
  }
  .push-md-7 {
    margin-left: -moz-calc(58.333333333333336% + 25px) !important;
    margin-left: -o-calc(58.333333333333336% + 25px) !important;
    margin-left: -webkit-calc(58.333333333333336% + 25px) !important;
    margin-left: calc(58.333333333333336% + 25px) !important;
  }
  .push-md-6 {
    margin-left: -moz-calc(50% + 25px) !important;
    margin-left: -o-calc(50% + 25px) !important;
    margin-left: -webkit-calc(50% + 25px) !important;
    margin-left: calc(50% + 25px) !important;
  }
  .push-md-5 {
    margin-left: -moz-calc(41.66666666666667% + 25px) !important;
    margin-left: -o-calc(41.66666666666667% + 25px) !important;
    margin-left: -webkit-calc(41.66666666666667% + 25px) !important;
    margin-left: calc(41.66666666666667% + 25px) !important;
  }
  .push-md-4 {
    margin-left: -moz-calc(33.33333333333333% + 25px) !important;
    margin-left: -o-calc(33.33333333333333% + 25px) !important;
    margin-left: -webkit-calc(33.33333333333333% + 25px) !important;
    margin-left: calc(33.33333333333333% + 25px) !important;
  }
  .push-md-3 {
    margin-left: -moz-calc(25% + 25px) !important;
    margin-left: -o-calc(25% + 25px) !important;
    margin-left: -webkit-calc(25% + 25px) !important;
    margin-left: calc(25% + 25px) !important;
  }
  .push-md-2 {
    margin-left: -moz-calc(16.666666666666664% + 25px) !important;
    margin-left: -o-calc(16.666666666666664% + 25px) !important;
    margin-left: -webkit-calc(16.666666666666664% + 25px) !important;
    margin-left: calc(16.666666666666664% + 25px) !important;
  }
  .push-md-1 {
    margin-left: -moz-calc(8.333333333333332% + 25px) !important;
    margin-left: -o-calc(8.333333333333332% + 25px) !important;
    margin-left: -webkit-calc(8.333333333333332% + 25px) !important;
    margin-left: calc(8.333333333333332% + 25px) !important;
  }
  .clear,
  .clear-xl,
  .clear-lg {
    clear: none !important;
  }
  .clear-md {
    clear: both !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .mt-md-20 {
    margin-top: 480px !important;
  }
  .mr-md-20 {
    margin-right: 480px !important;
  }
  .mb-md-20 {
    margin-bottom: 480px !important;
  }
  .ml-md-20 {
    margin-left: 480px !important;
  }
  .mt-md-19 {
    margin-top: 456px !important;
  }
  .mr-md-19 {
    margin-right: 456px !important;
  }
  .mb-md-19 {
    margin-bottom: 456px !important;
  }
  .ml-md-19 {
    margin-left: 456px !important;
  }
  .mt-md-18 {
    margin-top: 432px !important;
  }
  .mr-md-18 {
    margin-right: 432px !important;
  }
  .mb-md-18 {
    margin-bottom: 432px !important;
  }
  .ml-md-18 {
    margin-left: 432px !important;
  }
  .mt-md-17 {
    margin-top: 408px !important;
  }
  .mr-md-17 {
    margin-right: 408px !important;
  }
  .mb-md-17 {
    margin-bottom: 408px !important;
  }
  .ml-md-17 {
    margin-left: 408px !important;
  }
  .mt-md-16 {
    margin-top: 384px !important;
  }
  .mr-md-16 {
    margin-right: 384px !important;
  }
  .mb-md-16 {
    margin-bottom: 384px !important;
  }
  .ml-md-16 {
    margin-left: 384px !important;
  }
  .mt-md-15 {
    margin-top: 360px !important;
  }
  .mr-md-15 {
    margin-right: 360px !important;
  }
  .mb-md-15 {
    margin-bottom: 360px !important;
  }
  .ml-md-15 {
    margin-left: 360px !important;
  }
  .mt-md-14 {
    margin-top: 336px !important;
  }
  .mr-md-14 {
    margin-right: 336px !important;
  }
  .mb-md-14 {
    margin-bottom: 336px !important;
  }
  .ml-md-14 {
    margin-left: 336px !important;
  }
  .mt-md-13 {
    margin-top: 312px !important;
  }
  .mr-md-13 {
    margin-right: 312px !important;
  }
  .mb-md-13 {
    margin-bottom: 312px !important;
  }
  .ml-md-13 {
    margin-left: 312px !important;
  }
  .mt-md-12 {
    margin-top: 288px !important;
  }
  .mr-md-12 {
    margin-right: 288px !important;
  }
  .mb-md-12 {
    margin-bottom: 288px !important;
  }
  .ml-md-12 {
    margin-left: 288px !important;
  }
  .mt-md-11 {
    margin-top: 264px !important;
  }
  .mr-md-11 {
    margin-right: 264px !important;
  }
  .mb-md-11 {
    margin-bottom: 264px !important;
  }
  .ml-md-11 {
    margin-left: 264px !important;
  }
  .mt-md-10 {
    margin-top: 240px !important;
  }
  .mr-md-10 {
    margin-right: 240px !important;
  }
  .mb-md-10 {
    margin-bottom: 240px !important;
  }
  .ml-md-10 {
    margin-left: 240px !important;
  }
  .mt-md-9 {
    margin-top: 216px !important;
  }
  .mr-md-9 {
    margin-right: 216px !important;
  }
  .mb-md-9 {
    margin-bottom: 216px !important;
  }
  .ml-md-9 {
    margin-left: 216px !important;
  }
  .mt-md-8 {
    margin-top: 192px !important;
  }
  .mr-md-8 {
    margin-right: 192px !important;
  }
  .mb-md-8 {
    margin-bottom: 192px !important;
  }
  .ml-md-8 {
    margin-left: 192px !important;
  }
  .mt-md-7 {
    margin-top: 168px !important;
  }
  .mr-md-7 {
    margin-right: 168px !important;
  }
  .mb-md-7 {
    margin-bottom: 168px !important;
  }
  .ml-md-7 {
    margin-left: 168px !important;
  }
  .mt-md-6 {
    margin-top: 144px !important;
  }
  .mr-md-6 {
    margin-right: 144px !important;
  }
  .mb-md-6 {
    margin-bottom: 144px !important;
  }
  .ml-md-6 {
    margin-left: 144px !important;
  }
  .mt-md-5 {
    margin-top: 120px !important;
  }
  .mr-md-5 {
    margin-right: 120px !important;
  }
  .mb-md-5 {
    margin-bottom: 120px !important;
  }
  .ml-md-5 {
    margin-left: 120px !important;
  }
  .mt-md-4 {
    margin-top: 96px !important;
  }
  .mr-md-4 {
    margin-right: 96px !important;
  }
  .mb-md-4 {
    margin-bottom: 96px !important;
  }
  .ml-md-4 {
    margin-left: 96px !important;
  }
  .mt-md-3 {
    margin-top: 72px !important;
  }
  .mr-md-3 {
    margin-right: 72px !important;
  }
  .mb-md-3 {
    margin-bottom: 72px !important;
  }
  .ml-md-3 {
    margin-left: 72px !important;
  }
  .mt-md-2 {
    margin-top: 48px !important;
  }
  .mr-md-2 {
    margin-right: 48px !important;
  }
  .mb-md-2 {
    margin-bottom: 48px !important;
  }
  .ml-md-2 {
    margin-left: 48px !important;
  }
  .mt-md-1 {
    margin-top: 24px !important;
  }
  .mr-md-1 {
    margin-right: 24px !important;
  }
  .mb-md-1 {
    margin-bottom: 24px !important;
  }
  .ml-md-1 {
    margin-left: 24px !important;
  }
  .pt-md-20 {
    padding-top: 480px !important;
  }
  .pr-md-20 {
    padding-right: 480px !important;
  }
  .pb-md-20 {
    padding-bottom: 480px !important;
  }
  .pl-md-20 {
    padding-left: 480px !important;
  }
  .pt-md-19 {
    padding-top: 456px !important;
  }
  .pr-md-19 {
    padding-right: 456px !important;
  }
  .pb-md-19 {
    padding-bottom: 456px !important;
  }
  .pl-md-19 {
    padding-left: 456px !important;
  }
  .pt-md-18 {
    padding-top: 432px !important;
  }
  .pr-md-18 {
    padding-right: 432px !important;
  }
  .pb-md-18 {
    padding-bottom: 432px !important;
  }
  .pl-md-18 {
    padding-left: 432px !important;
  }
  .pt-md-17 {
    padding-top: 408px !important;
  }
  .pr-md-17 {
    padding-right: 408px !important;
  }
  .pb-md-17 {
    padding-bottom: 408px !important;
  }
  .pl-md-17 {
    padding-left: 408px !important;
  }
  .pt-md-16 {
    padding-top: 384px !important;
  }
  .pr-md-16 {
    padding-right: 384px !important;
  }
  .pb-md-16 {
    padding-bottom: 384px !important;
  }
  .pl-md-16 {
    padding-left: 384px !important;
  }
  .pt-md-15 {
    padding-top: 360px !important;
  }
  .pr-md-15 {
    padding-right: 360px !important;
  }
  .pb-md-15 {
    padding-bottom: 360px !important;
  }
  .pl-md-15 {
    padding-left: 360px !important;
  }
  .pt-md-14 {
    padding-top: 336px !important;
  }
  .pr-md-14 {
    padding-right: 336px !important;
  }
  .pb-md-14 {
    padding-bottom: 336px !important;
  }
  .pl-md-14 {
    padding-left: 336px !important;
  }
  .pt-md-13 {
    padding-top: 312px !important;
  }
  .pr-md-13 {
    padding-right: 312px !important;
  }
  .pb-md-13 {
    padding-bottom: 312px !important;
  }
  .pl-md-13 {
    padding-left: 312px !important;
  }
  .pt-md-12 {
    padding-top: 288px !important;
  }
  .pr-md-12 {
    padding-right: 288px !important;
  }
  .pb-md-12 {
    padding-bottom: 288px !important;
  }
  .pl-md-12 {
    padding-left: 288px !important;
  }
  .pt-md-11 {
    padding-top: 264px !important;
  }
  .pr-md-11 {
    padding-right: 264px !important;
  }
  .pb-md-11 {
    padding-bottom: 264px !important;
  }
  .pl-md-11 {
    padding-left: 264px !important;
  }
  .pt-md-10 {
    padding-top: 240px !important;
  }
  .pr-md-10 {
    padding-right: 240px !important;
  }
  .pb-md-10 {
    padding-bottom: 240px !important;
  }
  .pl-md-10 {
    padding-left: 240px !important;
  }
  .pt-md-9 {
    padding-top: 216px !important;
  }
  .pr-md-9 {
    padding-right: 216px !important;
  }
  .pb-md-9 {
    padding-bottom: 216px !important;
  }
  .pl-md-9 {
    padding-left: 216px !important;
  }
  .pt-md-8 {
    padding-top: 192px !important;
  }
  .pr-md-8 {
    padding-right: 192px !important;
  }
  .pb-md-8 {
    padding-bottom: 192px !important;
  }
  .pl-md-8 {
    padding-left: 192px !important;
  }
  .pt-md-7 {
    padding-top: 168px !important;
  }
  .pr-md-7 {
    padding-right: 168px !important;
  }
  .pb-md-7 {
    padding-bottom: 168px !important;
  }
  .pl-md-7 {
    padding-left: 168px !important;
  }
  .pt-md-6 {
    padding-top: 144px !important;
  }
  .pr-md-6 {
    padding-right: 144px !important;
  }
  .pb-md-6 {
    padding-bottom: 144px !important;
  }
  .pl-md-6 {
    padding-left: 144px !important;
  }
  .pt-md-5 {
    padding-top: 120px !important;
  }
  .pr-md-5 {
    padding-right: 120px !important;
  }
  .pb-md-5 {
    padding-bottom: 120px !important;
  }
  .pl-md-5 {
    padding-left: 120px !important;
  }
  .pt-md-4 {
    padding-top: 96px !important;
  }
  .pr-md-4 {
    padding-right: 96px !important;
  }
  .pb-md-4 {
    padding-bottom: 96px !important;
  }
  .pl-md-4 {
    padding-left: 96px !important;
  }
  .pt-md-3 {
    padding-top: 72px !important;
  }
  .pr-md-3 {
    padding-right: 72px !important;
  }
  .pb-md-3 {
    padding-bottom: 72px !important;
  }
  .pl-md-3 {
    padding-left: 72px !important;
  }
  .pt-md-2 {
    padding-top: 48px !important;
  }
  .pr-md-2 {
    padding-right: 48px !important;
  }
  .pb-md-2 {
    padding-bottom: 48px !important;
  }
  .pl-md-2 {
    padding-left: 48px !important;
  }
  .pt-md-1 {
    padding-top: 24px !important;
  }
  .pr-md-1 {
    padding-right: 24px !important;
  }
  .pb-md-1 {
    padding-bottom: 24px !important;
  }
  .pl-md-1 {
    padding-left: 24px !important;
  }
}
@media only screen and (max-width: 600px) {
  .col-sm-0 {
    display: none !important;
  }
  .col-sm-12 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(100% - 50px) !important;
    width: -o-calc(100% - 50px) !important;
    width: -webkit-calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-sm-11 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(91.66666666666666% - 50px) !important;
    width: -o-calc(91.66666666666666% - 50px) !important;
    width: -webkit-calc(91.66666666666666% - 50px) !important;
    width: calc(91.66666666666666% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-sm-10 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(83.33333333333334% - 50px) !important;
    width: -o-calc(83.33333333333334% - 50px) !important;
    width: -webkit-calc(83.33333333333334% - 50px) !important;
    width: calc(83.33333333333334% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-sm-9 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(75% - 50px) !important;
    width: -o-calc(75% - 50px) !important;
    width: -webkit-calc(75% - 50px) !important;
    width: calc(75% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-sm-8 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(66.66666666666666% - 50px) !important;
    width: -o-calc(66.66666666666666% - 50px) !important;
    width: -webkit-calc(66.66666666666666% - 50px) !important;
    width: calc(66.66666666666666% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-sm-7 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(58.333333333333336% - 50px) !important;
    width: -o-calc(58.333333333333336% - 50px) !important;
    width: -webkit-calc(58.333333333333336% - 50px) !important;
    width: calc(58.333333333333336% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-sm-6 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(50% - 50px) !important;
    width: -o-calc(50% - 50px) !important;
    width: -webkit-calc(50% - 50px) !important;
    width: calc(50% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-sm-5 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(41.66666666666667% - 50px) !important;
    width: -o-calc(41.66666666666667% - 50px) !important;
    width: -webkit-calc(41.66666666666667% - 50px) !important;
    width: calc(41.66666666666667% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-sm-4 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(33.33333333333333% - 50px) !important;
    width: -o-calc(33.33333333333333% - 50px) !important;
    width: -webkit-calc(33.33333333333333% - 50px) !important;
    width: calc(33.33333333333333% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-sm-3 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(25% - 50px) !important;
    width: -o-calc(25% - 50px) !important;
    width: -webkit-calc(25% - 50px) !important;
    width: calc(25% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-sm-2 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(16.666666666666664% - 50px) !important;
    width: -o-calc(16.666666666666664% - 50px) !important;
    width: -webkit-calc(16.666666666666664% - 50px) !important;
    width: calc(16.666666666666664% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-sm-1 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(8.333333333333332% - 50px) !important;
    width: -o-calc(8.333333333333332% - 50px) !important;
    width: -webkit-calc(8.333333333333332% - 50px) !important;
    width: calc(8.333333333333332% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-ng-sm-12 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-sm-11 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 91.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-sm-10 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 83.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-sm-9 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 75% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-sm-8 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 66.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-sm-7 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 58.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-sm-6 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 50% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-sm-5 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 41.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-sm-4 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 33.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-sm-3 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 25% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-sm-2 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 16.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-sm-1 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 8.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .push-sm-12 {
    margin-left: -moz-calc(100% + 25px) !important;
    margin-left: -o-calc(100% + 25px) !important;
    margin-left: -webkit-calc(100% + 25px) !important;
    margin-left: calc(100% + 25px) !important;
  }
  .push-sm-11 {
    margin-left: -moz-calc(91.66666666666666% + 25px) !important;
    margin-left: -o-calc(91.66666666666666% + 25px) !important;
    margin-left: -webkit-calc(91.66666666666666% + 25px) !important;
    margin-left: calc(91.66666666666666% + 25px) !important;
  }
  .push-sm-10 {
    margin-left: -moz-calc(83.33333333333334% + 25px) !important;
    margin-left: -o-calc(83.33333333333334% + 25px) !important;
    margin-left: -webkit-calc(83.33333333333334% + 25px) !important;
    margin-left: calc(83.33333333333334% + 25px) !important;
  }
  .push-sm-9 {
    margin-left: -moz-calc(75% + 25px) !important;
    margin-left: -o-calc(75% + 25px) !important;
    margin-left: -webkit-calc(75% + 25px) !important;
    margin-left: calc(75% + 25px) !important;
  }
  .push-sm-8 {
    margin-left: -moz-calc(66.66666666666666% + 25px) !important;
    margin-left: -o-calc(66.66666666666666% + 25px) !important;
    margin-left: -webkit-calc(66.66666666666666% + 25px) !important;
    margin-left: calc(66.66666666666666% + 25px) !important;
  }
  .push-sm-7 {
    margin-left: -moz-calc(58.333333333333336% + 25px) !important;
    margin-left: -o-calc(58.333333333333336% + 25px) !important;
    margin-left: -webkit-calc(58.333333333333336% + 25px) !important;
    margin-left: calc(58.333333333333336% + 25px) !important;
  }
  .push-sm-6 {
    margin-left: -moz-calc(50% + 25px) !important;
    margin-left: -o-calc(50% + 25px) !important;
    margin-left: -webkit-calc(50% + 25px) !important;
    margin-left: calc(50% + 25px) !important;
  }
  .push-sm-5 {
    margin-left: -moz-calc(41.66666666666667% + 25px) !important;
    margin-left: -o-calc(41.66666666666667% + 25px) !important;
    margin-left: -webkit-calc(41.66666666666667% + 25px) !important;
    margin-left: calc(41.66666666666667% + 25px) !important;
  }
  .push-sm-4 {
    margin-left: -moz-calc(33.33333333333333% + 25px) !important;
    margin-left: -o-calc(33.33333333333333% + 25px) !important;
    margin-left: -webkit-calc(33.33333333333333% + 25px) !important;
    margin-left: calc(33.33333333333333% + 25px) !important;
  }
  .push-sm-3 {
    margin-left: -moz-calc(25% + 25px) !important;
    margin-left: -o-calc(25% + 25px) !important;
    margin-left: -webkit-calc(25% + 25px) !important;
    margin-left: calc(25% + 25px) !important;
  }
  .push-sm-2 {
    margin-left: -moz-calc(16.666666666666664% + 25px) !important;
    margin-left: -o-calc(16.666666666666664% + 25px) !important;
    margin-left: -webkit-calc(16.666666666666664% + 25px) !important;
    margin-left: calc(16.666666666666664% + 25px) !important;
  }
  .push-sm-1 {
    margin-left: -moz-calc(8.333333333333332% + 25px) !important;
    margin-left: -o-calc(8.333333333333332% + 25px) !important;
    margin-left: -webkit-calc(8.333333333333332% + 25px) !important;
    margin-left: calc(8.333333333333332% + 25px) !important;
  }
  .clear,
  .clear-xl,
  .clear-lg,
  .clear-md {
    clear: none !important;
  }
  .clear-sm {
    clear: both !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .mt-sm-20 {
    margin-top: 480px !important;
  }
  .mr-sm-20 {
    margin-right: 480px !important;
  }
  .mb-sm-20 {
    margin-bottom: 480px !important;
  }
  .ml-sm-20 {
    margin-left: 480px !important;
  }
  .mt-sm-19 {
    margin-top: 456px !important;
  }
  .mr-sm-19 {
    margin-right: 456px !important;
  }
  .mb-sm-19 {
    margin-bottom: 456px !important;
  }
  .ml-sm-19 {
    margin-left: 456px !important;
  }
  .mt-sm-18 {
    margin-top: 432px !important;
  }
  .mr-sm-18 {
    margin-right: 432px !important;
  }
  .mb-sm-18 {
    margin-bottom: 432px !important;
  }
  .ml-sm-18 {
    margin-left: 432px !important;
  }
  .mt-sm-17 {
    margin-top: 408px !important;
  }
  .mr-sm-17 {
    margin-right: 408px !important;
  }
  .mb-sm-17 {
    margin-bottom: 408px !important;
  }
  .ml-sm-17 {
    margin-left: 408px !important;
  }
  .mt-sm-16 {
    margin-top: 384px !important;
  }
  .mr-sm-16 {
    margin-right: 384px !important;
  }
  .mb-sm-16 {
    margin-bottom: 384px !important;
  }
  .ml-sm-16 {
    margin-left: 384px !important;
  }
  .mt-sm-15 {
    margin-top: 360px !important;
  }
  .mr-sm-15 {
    margin-right: 360px !important;
  }
  .mb-sm-15 {
    margin-bottom: 360px !important;
  }
  .ml-sm-15 {
    margin-left: 360px !important;
  }
  .mt-sm-14 {
    margin-top: 336px !important;
  }
  .mr-sm-14 {
    margin-right: 336px !important;
  }
  .mb-sm-14 {
    margin-bottom: 336px !important;
  }
  .ml-sm-14 {
    margin-left: 336px !important;
  }
  .mt-sm-13 {
    margin-top: 312px !important;
  }
  .mr-sm-13 {
    margin-right: 312px !important;
  }
  .mb-sm-13 {
    margin-bottom: 312px !important;
  }
  .ml-sm-13 {
    margin-left: 312px !important;
  }
  .mt-sm-12 {
    margin-top: 288px !important;
  }
  .mr-sm-12 {
    margin-right: 288px !important;
  }
  .mb-sm-12 {
    margin-bottom: 288px !important;
  }
  .ml-sm-12 {
    margin-left: 288px !important;
  }
  .mt-sm-11 {
    margin-top: 264px !important;
  }
  .mr-sm-11 {
    margin-right: 264px !important;
  }
  .mb-sm-11 {
    margin-bottom: 264px !important;
  }
  .ml-sm-11 {
    margin-left: 264px !important;
  }
  .mt-sm-10 {
    margin-top: 240px !important;
  }
  .mr-sm-10 {
    margin-right: 240px !important;
  }
  .mb-sm-10 {
    margin-bottom: 240px !important;
  }
  .ml-sm-10 {
    margin-left: 240px !important;
  }
  .mt-sm-9 {
    margin-top: 216px !important;
  }
  .mr-sm-9 {
    margin-right: 216px !important;
  }
  .mb-sm-9 {
    margin-bottom: 216px !important;
  }
  .ml-sm-9 {
    margin-left: 216px !important;
  }
  .mt-sm-8 {
    margin-top: 192px !important;
  }
  .mr-sm-8 {
    margin-right: 192px !important;
  }
  .mb-sm-8 {
    margin-bottom: 192px !important;
  }
  .ml-sm-8 {
    margin-left: 192px !important;
  }
  .mt-sm-7 {
    margin-top: 168px !important;
  }
  .mr-sm-7 {
    margin-right: 168px !important;
  }
  .mb-sm-7 {
    margin-bottom: 168px !important;
  }
  .ml-sm-7 {
    margin-left: 168px !important;
  }
  .mt-sm-6 {
    margin-top: 144px !important;
  }
  .mr-sm-6 {
    margin-right: 144px !important;
  }
  .mb-sm-6 {
    margin-bottom: 144px !important;
  }
  .ml-sm-6 {
    margin-left: 144px !important;
  }
  .mt-sm-5 {
    margin-top: 120px !important;
  }
  .mr-sm-5 {
    margin-right: 120px !important;
  }
  .mb-sm-5 {
    margin-bottom: 120px !important;
  }
  .ml-sm-5 {
    margin-left: 120px !important;
  }
  .mt-sm-4 {
    margin-top: 96px !important;
  }
  .mr-sm-4 {
    margin-right: 96px !important;
  }
  .mb-sm-4 {
    margin-bottom: 96px !important;
  }
  .ml-sm-4 {
    margin-left: 96px !important;
  }
  .mt-sm-3 {
    margin-top: 72px !important;
  }
  .mr-sm-3 {
    margin-right: 72px !important;
  }
  .mb-sm-3 {
    margin-bottom: 72px !important;
  }
  .ml-sm-3 {
    margin-left: 72px !important;
  }
  .mt-sm-2 {
    margin-top: 48px !important;
  }
  .mr-sm-2 {
    margin-right: 48px !important;
  }
  .mb-sm-2 {
    margin-bottom: 48px !important;
  }
  .ml-sm-2 {
    margin-left: 48px !important;
  }
  .mt-sm-1 {
    margin-top: 24px !important;
  }
  .mr-sm-1 {
    margin-right: 24px !important;
  }
  .mb-sm-1 {
    margin-bottom: 24px !important;
  }
  .ml-sm-1 {
    margin-left: 24px !important;
  }
  .pt-sm-20 {
    padding-top: 480px !important;
  }
  .pr-sm-20 {
    padding-right: 480px !important;
  }
  .pb-sm-20 {
    padding-bottom: 480px !important;
  }
  .pl-sm-20 {
    padding-left: 480px !important;
  }
  .pt-sm-19 {
    padding-top: 456px !important;
  }
  .pr-sm-19 {
    padding-right: 456px !important;
  }
  .pb-sm-19 {
    padding-bottom: 456px !important;
  }
  .pl-sm-19 {
    padding-left: 456px !important;
  }
  .pt-sm-18 {
    padding-top: 432px !important;
  }
  .pr-sm-18 {
    padding-right: 432px !important;
  }
  .pb-sm-18 {
    padding-bottom: 432px !important;
  }
  .pl-sm-18 {
    padding-left: 432px !important;
  }
  .pt-sm-17 {
    padding-top: 408px !important;
  }
  .pr-sm-17 {
    padding-right: 408px !important;
  }
  .pb-sm-17 {
    padding-bottom: 408px !important;
  }
  .pl-sm-17 {
    padding-left: 408px !important;
  }
  .pt-sm-16 {
    padding-top: 384px !important;
  }
  .pr-sm-16 {
    padding-right: 384px !important;
  }
  .pb-sm-16 {
    padding-bottom: 384px !important;
  }
  .pl-sm-16 {
    padding-left: 384px !important;
  }
  .pt-sm-15 {
    padding-top: 360px !important;
  }
  .pr-sm-15 {
    padding-right: 360px !important;
  }
  .pb-sm-15 {
    padding-bottom: 360px !important;
  }
  .pl-sm-15 {
    padding-left: 360px !important;
  }
  .pt-sm-14 {
    padding-top: 336px !important;
  }
  .pr-sm-14 {
    padding-right: 336px !important;
  }
  .pb-sm-14 {
    padding-bottom: 336px !important;
  }
  .pl-sm-14 {
    padding-left: 336px !important;
  }
  .pt-sm-13 {
    padding-top: 312px !important;
  }
  .pr-sm-13 {
    padding-right: 312px !important;
  }
  .pb-sm-13 {
    padding-bottom: 312px !important;
  }
  .pl-sm-13 {
    padding-left: 312px !important;
  }
  .pt-sm-12 {
    padding-top: 288px !important;
  }
  .pr-sm-12 {
    padding-right: 288px !important;
  }
  .pb-sm-12 {
    padding-bottom: 288px !important;
  }
  .pl-sm-12 {
    padding-left: 288px !important;
  }
  .pt-sm-11 {
    padding-top: 264px !important;
  }
  .pr-sm-11 {
    padding-right: 264px !important;
  }
  .pb-sm-11 {
    padding-bottom: 264px !important;
  }
  .pl-sm-11 {
    padding-left: 264px !important;
  }
  .pt-sm-10 {
    padding-top: 240px !important;
  }
  .pr-sm-10 {
    padding-right: 240px !important;
  }
  .pb-sm-10 {
    padding-bottom: 240px !important;
  }
  .pl-sm-10 {
    padding-left: 240px !important;
  }
  .pt-sm-9 {
    padding-top: 216px !important;
  }
  .pr-sm-9 {
    padding-right: 216px !important;
  }
  .pb-sm-9 {
    padding-bottom: 216px !important;
  }
  .pl-sm-9 {
    padding-left: 216px !important;
  }
  .pt-sm-8 {
    padding-top: 192px !important;
  }
  .pr-sm-8 {
    padding-right: 192px !important;
  }
  .pb-sm-8 {
    padding-bottom: 192px !important;
  }
  .pl-sm-8 {
    padding-left: 192px !important;
  }
  .pt-sm-7 {
    padding-top: 168px !important;
  }
  .pr-sm-7 {
    padding-right: 168px !important;
  }
  .pb-sm-7 {
    padding-bottom: 168px !important;
  }
  .pl-sm-7 {
    padding-left: 168px !important;
  }
  .pt-sm-6 {
    padding-top: 144px !important;
  }
  .pr-sm-6 {
    padding-right: 144px !important;
  }
  .pb-sm-6 {
    padding-bottom: 144px !important;
  }
  .pl-sm-6 {
    padding-left: 144px !important;
  }
  .pt-sm-5 {
    padding-top: 120px !important;
  }
  .pr-sm-5 {
    padding-right: 120px !important;
  }
  .pb-sm-5 {
    padding-bottom: 120px !important;
  }
  .pl-sm-5 {
    padding-left: 120px !important;
  }
  .pt-sm-4 {
    padding-top: 96px !important;
  }
  .pr-sm-4 {
    padding-right: 96px !important;
  }
  .pb-sm-4 {
    padding-bottom: 96px !important;
  }
  .pl-sm-4 {
    padding-left: 96px !important;
  }
  .pt-sm-3 {
    padding-top: 72px !important;
  }
  .pr-sm-3 {
    padding-right: 72px !important;
  }
  .pb-sm-3 {
    padding-bottom: 72px !important;
  }
  .pl-sm-3 {
    padding-left: 72px !important;
  }
  .pt-sm-2 {
    padding-top: 48px !important;
  }
  .pr-sm-2 {
    padding-right: 48px !important;
  }
  .pb-sm-2 {
    padding-bottom: 48px !important;
  }
  .pl-sm-2 {
    padding-left: 48px !important;
  }
  .pt-sm-1 {
    padding-top: 24px !important;
  }
  .pr-sm-1 {
    padding-right: 24px !important;
  }
  .pb-sm-1 {
    padding-bottom: 24px !important;
  }
  .pl-sm-1 {
    padding-left: 24px !important;
  }
}
@media only screen and (max-width: 500px) {
  .col-xs-0 {
    display: none !important;
  }
  .col-xs-12 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(100% - 50px) !important;
    width: -o-calc(100% - 50px) !important;
    width: -webkit-calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xs-11 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(91.66666666666666% - 50px) !important;
    width: -o-calc(91.66666666666666% - 50px) !important;
    width: -webkit-calc(91.66666666666666% - 50px) !important;
    width: calc(91.66666666666666% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xs-10 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(83.33333333333334% - 50px) !important;
    width: -o-calc(83.33333333333334% - 50px) !important;
    width: -webkit-calc(83.33333333333334% - 50px) !important;
    width: calc(83.33333333333334% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xs-9 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(75% - 50px) !important;
    width: -o-calc(75% - 50px) !important;
    width: -webkit-calc(75% - 50px) !important;
    width: calc(75% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xs-8 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(66.66666666666666% - 50px) !important;
    width: -o-calc(66.66666666666666% - 50px) !important;
    width: -webkit-calc(66.66666666666666% - 50px) !important;
    width: calc(66.66666666666666% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xs-7 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(58.333333333333336% - 50px) !important;
    width: -o-calc(58.333333333333336% - 50px) !important;
    width: -webkit-calc(58.333333333333336% - 50px) !important;
    width: calc(58.333333333333336% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xs-6 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(50% - 50px) !important;
    width: -o-calc(50% - 50px) !important;
    width: -webkit-calc(50% - 50px) !important;
    width: calc(50% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xs-5 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(41.66666666666667% - 50px) !important;
    width: -o-calc(41.66666666666667% - 50px) !important;
    width: -webkit-calc(41.66666666666667% - 50px) !important;
    width: calc(41.66666666666667% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xs-4 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(33.33333333333333% - 50px) !important;
    width: -o-calc(33.33333333333333% - 50px) !important;
    width: -webkit-calc(33.33333333333333% - 50px) !important;
    width: calc(33.33333333333333% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xs-3 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(25% - 50px) !important;
    width: -o-calc(25% - 50px) !important;
    width: -webkit-calc(25% - 50px) !important;
    width: calc(25% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xs-2 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(16.666666666666664% - 50px) !important;
    width: -o-calc(16.666666666666664% - 50px) !important;
    width: -webkit-calc(16.666666666666664% - 50px) !important;
    width: calc(16.666666666666664% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-xs-1 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: -moz-calc(8.333333333333332% - 50px) !important;
    width: -o-calc(8.333333333333332% - 50px) !important;
    width: -webkit-calc(8.333333333333332% - 50px) !important;
    width: calc(8.333333333333332% - 50px) !important;
    margin: 0 25px !important;
    overflow: hidden !important;
  }
  .col-ng-xs-12 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xs-11 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 91.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xs-10 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 83.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xs-9 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 75% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xs-8 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 66.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xs-7 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 58.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xs-6 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 50% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xs-5 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 41.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xs-4 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 33.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xs-3 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 25% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xs-2 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 16.66666667% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .col-ng-xs-1 {
    min-height: 1px !important;
    display: inline !important;
    float: left !important;
    width: 8.33333333% !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  .push-xs-12 {
    margin-left: -moz-calc(100% + 25px) !important;
    margin-left: -o-calc(100% + 25px) !important;
    margin-left: -webkit-calc(100% + 25px) !important;
    margin-left: calc(100% + 25px) !important;
  }
  .push-xs-11 {
    margin-left: -moz-calc(91.66666666666666% + 25px) !important;
    margin-left: -o-calc(91.66666666666666% + 25px) !important;
    margin-left: -webkit-calc(91.66666666666666% + 25px) !important;
    margin-left: calc(91.66666666666666% + 25px) !important;
  }
  .push-xs-10 {
    margin-left: -moz-calc(83.33333333333334% + 25px) !important;
    margin-left: -o-calc(83.33333333333334% + 25px) !important;
    margin-left: -webkit-calc(83.33333333333334% + 25px) !important;
    margin-left: calc(83.33333333333334% + 25px) !important;
  }
  .push-xs-9 {
    margin-left: -moz-calc(75% + 25px) !important;
    margin-left: -o-calc(75% + 25px) !important;
    margin-left: -webkit-calc(75% + 25px) !important;
    margin-left: calc(75% + 25px) !important;
  }
  .push-xs-8 {
    margin-left: -moz-calc(66.66666666666666% + 25px) !important;
    margin-left: -o-calc(66.66666666666666% + 25px) !important;
    margin-left: -webkit-calc(66.66666666666666% + 25px) !important;
    margin-left: calc(66.66666666666666% + 25px) !important;
  }
  .push-xs-7 {
    margin-left: -moz-calc(58.333333333333336% + 25px) !important;
    margin-left: -o-calc(58.333333333333336% + 25px) !important;
    margin-left: -webkit-calc(58.333333333333336% + 25px) !important;
    margin-left: calc(58.333333333333336% + 25px) !important;
  }
  .push-xs-6 {
    margin-left: -moz-calc(50% + 25px) !important;
    margin-left: -o-calc(50% + 25px) !important;
    margin-left: -webkit-calc(50% + 25px) !important;
    margin-left: calc(50% + 25px) !important;
  }
  .push-xs-5 {
    margin-left: -moz-calc(41.66666666666667% + 25px) !important;
    margin-left: -o-calc(41.66666666666667% + 25px) !important;
    margin-left: -webkit-calc(41.66666666666667% + 25px) !important;
    margin-left: calc(41.66666666666667% + 25px) !important;
  }
  .push-xs-4 {
    margin-left: -moz-calc(33.33333333333333% + 25px) !important;
    margin-left: -o-calc(33.33333333333333% + 25px) !important;
    margin-left: -webkit-calc(33.33333333333333% + 25px) !important;
    margin-left: calc(33.33333333333333% + 25px) !important;
  }
  .push-xs-3 {
    margin-left: -moz-calc(25% + 25px) !important;
    margin-left: -o-calc(25% + 25px) !important;
    margin-left: -webkit-calc(25% + 25px) !important;
    margin-left: calc(25% + 25px) !important;
  }
  .push-xs-2 {
    margin-left: -moz-calc(16.666666666666664% + 25px) !important;
    margin-left: -o-calc(16.666666666666664% + 25px) !important;
    margin-left: -webkit-calc(16.666666666666664% + 25px) !important;
    margin-left: calc(16.666666666666664% + 25px) !important;
  }
  .push-xs-1 {
    margin-left: -moz-calc(8.333333333333332% + 25px) !important;
    margin-left: -o-calc(8.333333333333332% + 25px) !important;
    margin-left: -webkit-calc(8.333333333333332% + 25px) !important;
    margin-left: calc(8.333333333333332% + 25px) !important;
  }
  .clear,
  .clear-xl,
  .clear-lg,
  .clear-md,
  .clear-sm {
    clear: none !important;
  }
  .clear-xs {
    clear: both !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .mt-xs-20 {
    margin-top: 480px !important;
  }
  .mr-xs-20 {
    margin-right: 480px !important;
  }
  .mb-xs-20 {
    margin-bottom: 480px !important;
  }
  .ml-xs-20 {
    margin-left: 480px !important;
  }
  .mt-xs-19 {
    margin-top: 456px !important;
  }
  .mr-xs-19 {
    margin-right: 456px !important;
  }
  .mb-xs-19 {
    margin-bottom: 456px !important;
  }
  .ml-xs-19 {
    margin-left: 456px !important;
  }
  .mt-xs-18 {
    margin-top: 432px !important;
  }
  .mr-xs-18 {
    margin-right: 432px !important;
  }
  .mb-xs-18 {
    margin-bottom: 432px !important;
  }
  .ml-xs-18 {
    margin-left: 432px !important;
  }
  .mt-xs-17 {
    margin-top: 408px !important;
  }
  .mr-xs-17 {
    margin-right: 408px !important;
  }
  .mb-xs-17 {
    margin-bottom: 408px !important;
  }
  .ml-xs-17 {
    margin-left: 408px !important;
  }
  .mt-xs-16 {
    margin-top: 384px !important;
  }
  .mr-xs-16 {
    margin-right: 384px !important;
  }
  .mb-xs-16 {
    margin-bottom: 384px !important;
  }
  .ml-xs-16 {
    margin-left: 384px !important;
  }
  .mt-xs-15 {
    margin-top: 360px !important;
  }
  .mr-xs-15 {
    margin-right: 360px !important;
  }
  .mb-xs-15 {
    margin-bottom: 360px !important;
  }
  .ml-xs-15 {
    margin-left: 360px !important;
  }
  .mt-xs-14 {
    margin-top: 336px !important;
  }
  .mr-xs-14 {
    margin-right: 336px !important;
  }
  .mb-xs-14 {
    margin-bottom: 336px !important;
  }
  .ml-xs-14 {
    margin-left: 336px !important;
  }
  .mt-xs-13 {
    margin-top: 312px !important;
  }
  .mr-xs-13 {
    margin-right: 312px !important;
  }
  .mb-xs-13 {
    margin-bottom: 312px !important;
  }
  .ml-xs-13 {
    margin-left: 312px !important;
  }
  .mt-xs-12 {
    margin-top: 288px !important;
  }
  .mr-xs-12 {
    margin-right: 288px !important;
  }
  .mb-xs-12 {
    margin-bottom: 288px !important;
  }
  .ml-xs-12 {
    margin-left: 288px !important;
  }
  .mt-xs-11 {
    margin-top: 264px !important;
  }
  .mr-xs-11 {
    margin-right: 264px !important;
  }
  .mb-xs-11 {
    margin-bottom: 264px !important;
  }
  .ml-xs-11 {
    margin-left: 264px !important;
  }
  .mt-xs-10 {
    margin-top: 240px !important;
  }
  .mr-xs-10 {
    margin-right: 240px !important;
  }
  .mb-xs-10 {
    margin-bottom: 240px !important;
  }
  .ml-xs-10 {
    margin-left: 240px !important;
  }
  .mt-xs-9 {
    margin-top: 216px !important;
  }
  .mr-xs-9 {
    margin-right: 216px !important;
  }
  .mb-xs-9 {
    margin-bottom: 216px !important;
  }
  .ml-xs-9 {
    margin-left: 216px !important;
  }
  .mt-xs-8 {
    margin-top: 192px !important;
  }
  .mr-xs-8 {
    margin-right: 192px !important;
  }
  .mb-xs-8 {
    margin-bottom: 192px !important;
  }
  .ml-xs-8 {
    margin-left: 192px !important;
  }
  .mt-xs-7 {
    margin-top: 168px !important;
  }
  .mr-xs-7 {
    margin-right: 168px !important;
  }
  .mb-xs-7 {
    margin-bottom: 168px !important;
  }
  .ml-xs-7 {
    margin-left: 168px !important;
  }
  .mt-xs-6 {
    margin-top: 144px !important;
  }
  .mr-xs-6 {
    margin-right: 144px !important;
  }
  .mb-xs-6 {
    margin-bottom: 144px !important;
  }
  .ml-xs-6 {
    margin-left: 144px !important;
  }
  .mt-xs-5 {
    margin-top: 120px !important;
  }
  .mr-xs-5 {
    margin-right: 120px !important;
  }
  .mb-xs-5 {
    margin-bottom: 120px !important;
  }
  .ml-xs-5 {
    margin-left: 120px !important;
  }
  .mt-xs-4 {
    margin-top: 96px !important;
  }
  .mr-xs-4 {
    margin-right: 96px !important;
  }
  .mb-xs-4 {
    margin-bottom: 96px !important;
  }
  .ml-xs-4 {
    margin-left: 96px !important;
  }
  .mt-xs-3 {
    margin-top: 72px !important;
  }
  .mr-xs-3 {
    margin-right: 72px !important;
  }
  .mb-xs-3 {
    margin-bottom: 72px !important;
  }
  .ml-xs-3 {
    margin-left: 72px !important;
  }
  .mt-xs-2 {
    margin-top: 48px !important;
  }
  .mr-xs-2 {
    margin-right: 48px !important;
  }
  .mb-xs-2 {
    margin-bottom: 48px !important;
  }
  .ml-xs-2 {
    margin-left: 48px !important;
  }
  .mt-xs-1 {
    margin-top: 24px !important;
  }
  .mr-xs-1 {
    margin-right: 24px !important;
  }
  .mb-xs-1 {
    margin-bottom: 24px !important;
  }
  .ml-xs-1 {
    margin-left: 24px !important;
  }
  .pt-xs-20 {
    padding-top: 480px !important;
  }
  .pr-xs-20 {
    padding-right: 480px !important;
  }
  .pb-xs-20 {
    padding-bottom: 480px !important;
  }
  .pl-xs-20 {
    padding-left: 480px !important;
  }
  .pt-xs-19 {
    padding-top: 456px !important;
  }
  .pr-xs-19 {
    padding-right: 456px !important;
  }
  .pb-xs-19 {
    padding-bottom: 456px !important;
  }
  .pl-xs-19 {
    padding-left: 456px !important;
  }
  .pt-xs-18 {
    padding-top: 432px !important;
  }
  .pr-xs-18 {
    padding-right: 432px !important;
  }
  .pb-xs-18 {
    padding-bottom: 432px !important;
  }
  .pl-xs-18 {
    padding-left: 432px !important;
  }
  .pt-xs-17 {
    padding-top: 408px !important;
  }
  .pr-xs-17 {
    padding-right: 408px !important;
  }
  .pb-xs-17 {
    padding-bottom: 408px !important;
  }
  .pl-xs-17 {
    padding-left: 408px !important;
  }
  .pt-xs-16 {
    padding-top: 384px !important;
  }
  .pr-xs-16 {
    padding-right: 384px !important;
  }
  .pb-xs-16 {
    padding-bottom: 384px !important;
  }
  .pl-xs-16 {
    padding-left: 384px !important;
  }
  .pt-xs-15 {
    padding-top: 360px !important;
  }
  .pr-xs-15 {
    padding-right: 360px !important;
  }
  .pb-xs-15 {
    padding-bottom: 360px !important;
  }
  .pl-xs-15 {
    padding-left: 360px !important;
  }
  .pt-xs-14 {
    padding-top: 336px !important;
  }
  .pr-xs-14 {
    padding-right: 336px !important;
  }
  .pb-xs-14 {
    padding-bottom: 336px !important;
  }
  .pl-xs-14 {
    padding-left: 336px !important;
  }
  .pt-xs-13 {
    padding-top: 312px !important;
  }
  .pr-xs-13 {
    padding-right: 312px !important;
  }
  .pb-xs-13 {
    padding-bottom: 312px !important;
  }
  .pl-xs-13 {
    padding-left: 312px !important;
  }
  .pt-xs-12 {
    padding-top: 288px !important;
  }
  .pr-xs-12 {
    padding-right: 288px !important;
  }
  .pb-xs-12 {
    padding-bottom: 288px !important;
  }
  .pl-xs-12 {
    padding-left: 288px !important;
  }
  .pt-xs-11 {
    padding-top: 264px !important;
  }
  .pr-xs-11 {
    padding-right: 264px !important;
  }
  .pb-xs-11 {
    padding-bottom: 264px !important;
  }
  .pl-xs-11 {
    padding-left: 264px !important;
  }
  .pt-xs-10 {
    padding-top: 240px !important;
  }
  .pr-xs-10 {
    padding-right: 240px !important;
  }
  .pb-xs-10 {
    padding-bottom: 240px !important;
  }
  .pl-xs-10 {
    padding-left: 240px !important;
  }
  .pt-xs-9 {
    padding-top: 216px !important;
  }
  .pr-xs-9 {
    padding-right: 216px !important;
  }
  .pb-xs-9 {
    padding-bottom: 216px !important;
  }
  .pl-xs-9 {
    padding-left: 216px !important;
  }
  .pt-xs-8 {
    padding-top: 192px !important;
  }
  .pr-xs-8 {
    padding-right: 192px !important;
  }
  .pb-xs-8 {
    padding-bottom: 192px !important;
  }
  .pl-xs-8 {
    padding-left: 192px !important;
  }
  .pt-xs-7 {
    padding-top: 168px !important;
  }
  .pr-xs-7 {
    padding-right: 168px !important;
  }
  .pb-xs-7 {
    padding-bottom: 168px !important;
  }
  .pl-xs-7 {
    padding-left: 168px !important;
  }
  .pt-xs-6 {
    padding-top: 144px !important;
  }
  .pr-xs-6 {
    padding-right: 144px !important;
  }
  .pb-xs-6 {
    padding-bottom: 144px !important;
  }
  .pl-xs-6 {
    padding-left: 144px !important;
  }
  .pt-xs-5 {
    padding-top: 120px !important;
  }
  .pr-xs-5 {
    padding-right: 120px !important;
  }
  .pb-xs-5 {
    padding-bottom: 120px !important;
  }
  .pl-xs-5 {
    padding-left: 120px !important;
  }
  .pt-xs-4 {
    padding-top: 96px !important;
  }
  .pr-xs-4 {
    padding-right: 96px !important;
  }
  .pb-xs-4 {
    padding-bottom: 96px !important;
  }
  .pl-xs-4 {
    padding-left: 96px !important;
  }
  .pt-xs-3 {
    padding-top: 72px !important;
  }
  .pr-xs-3 {
    padding-right: 72px !important;
  }
  .pb-xs-3 {
    padding-bottom: 72px !important;
  }
  .pl-xs-3 {
    padding-left: 72px !important;
  }
  .pt-xs-2 {
    padding-top: 48px !important;
  }
  .pr-xs-2 {
    padding-right: 48px !important;
  }
  .pb-xs-2 {
    padding-bottom: 48px !important;
  }
  .pl-xs-2 {
    padding-left: 48px !important;
  }
  .pt-xs-1 {
    padding-top: 24px !important;
  }
  .pr-xs-1 {
    padding-right: 24px !important;
  }
  .pb-xs-1 {
    padding-bottom: 24px !important;
  }
  .pl-xs-1 {
    padding-left: 24px !important;
  }
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10001;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  background-color: #FFFFFF;
}
header.open {
  height: 100%;
  overflow: auto;
}
header.open.nav-up {
  top: 0 !important;
}
header.open:before {
  content: none;
}
@media only screen and (max-width: 600px) {
  header {
    position: fixed;
  }
  header.nav-up {
    top: 0 !important;
  }
}
.tools {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #EEEEEE;
}
.tools .wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .tools {
    height: 48px;
  }
}
.tools .search {
  width: 100%;
  height: 60px;
}
@media only screen and (max-width: 1000px) {
  .tools .search {
    height: 42px;
  }
}
.tools .search .form_search {
  float: right;
  width: 200px;
  padding-bottom: 4px;
  border-bottom: 2px solid #004993;
}
.tools .search .form-field {
  float: left;
  width: 160px;
  border: 0;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #004993;
}
.tools .search .form-field:focus {
  outline: none;
}
.tools .search .button {
  border: 0;
  text-indent: -9999px;
  float: right;
  width: 24px;
  height: 24px;
  background: url(../images/layout/search.png) no-repeat center center;
  background-size: contain;
}
.tools .social {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  margin: 0 25px;
  padding: 12px 0;
  text-align: right;
  overflow: hidden;
}
.tools .social ul {
  display: inline-block;
  margin-bottom: 8px;
}
.tools .social ul li {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  width: 30px;
  text-align: right;
  padding-left: 0;
}
.tools .social ul li:before {
  display: none;
}
.tools .social ul li a {
  color: #000000;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
}
.tools .social ul li a:hover {
  color: #999999;
}
@media only screen and (max-width: 600px) {
  .tools .social ul {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .tools {
    display: none;
  }
}
.logo {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(33.33333333333333% - 50px);
  width: -o-calc(33.33333333333333% - 50px);
  width: -webkit-calc(33.33333333333333% - 50px);
  width: calc(33.33333333333333% - 50px);
  margin: 0 25px;
  overflow: hidden;
  padding: 24px 0;
  position: relative;
  z-index: 101;
  overflow: visible;
}
.logo img {
  width: auto;
  height: 48px;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  .logo {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(83.33333333333334% - 50px);
    width: -o-calc(83.33333333333334% - 50px);
    width: -webkit-calc(83.33333333333334% - 50px);
    width: calc(83.33333333333334% - 50px);
    margin: 0 25px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .logo img {
    height: 36px;
  }
}
@media only screen and (max-width: 500px) {
  .logo {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(66.66666666666666% - 50px);
    width: -o-calc(66.66666666666666% - 50px);
    width: -webkit-calc(66.66666666666666% - 50px);
    width: calc(66.66666666666666% - 50px);
    margin: 0 25px;
    overflow: hidden;
    overflow: visible !important;
    padding-top: 30px;
  }
  .logo img {
    height: 24px;
  }
}
.toggle_nav {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(16.666666666666664% - 50px);
  width: -o-calc(16.666666666666664% - 50px);
  width: -webkit-calc(16.666666666666664% - 50px);
  width: calc(16.666666666666664% - 50px);
  margin: 0 25px;
  overflow: hidden;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 102;
}
.toggle_nav .open_nav {
  position: relative;
  float: right;
  width: 40px;
  height: 48px;
  margin: 18px auto 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.toggle_nav .open_nav .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #000000;
}
.toggle_nav .open_nav .line.line1 {
  top: 14px;
}
.toggle_nav .open_nav .line.line2 {
  top: 22px;
}
.toggle_nav .open_nav .line.line3 {
  top: 30px;
}
.toggle_nav .open_nav.open .line1 {
  width: 26px;
  top: 24px;
  right: 0;
  margin-right: 5px;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  background-color: #000000;
}
.toggle_nav .open_nav.open .line2 {
  width: 26px;
  top: 24px;
  right: 0;
  margin-right: 5px;
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  background-color: #000000;
}
.toggle_nav .open_nav.open .line3 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .toggle_nav {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .toggle_nav {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(33.33333333333333% - 50px);
    width: -o-calc(33.33333333333333% - 50px);
    width: -webkit-calc(33.33333333333333% - 50px);
    width: calc(33.33333333333333% - 50px);
    margin: 0 25px;
    overflow: hidden;
  }
}
nav {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(66.66666666666666% - 50px);
  width: -o-calc(66.66666666666666% - 50px);
  width: -webkit-calc(66.66666666666666% - 50px);
  width: calc(66.66666666666666% - 50px);
  margin: 0 25px;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 36px 0;
  z-index: 101;
  -webkit-overflow-scrolling: touch;
}
nav ul {
  float: right;
}
nav ul li {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  nav ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  nav ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  nav ul li {
    font-size: 16px;
  }
}
nav ul li a,
nav ul li a:visited,
nav ul li span {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000;
  cursor: pointer;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
}
nav ul li a:hover,
nav ul li span:hover {
  color: #004993;
  text-decoration: none;
}
nav ul li ul {
  position: absolute;
  z-index: 10000;
  padding-top: 12px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden;
}
nav ul li ul li {
  margin-left: 0;
  float: none;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
nav ul li ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
nav ul li.active a,
nav ul li.active span,
nav ul li.open span {
  color: #004993;
}
nav ul li.active ul li a,
nav ul li.active ul li a:visited {
  color: #000000;
}
nav ul li.active ul li:hover a {
  color: #004993;
}
nav ul li.active ul li.active a {
  color: #004993;
}
nav ul li.open ul {
  visibility: visible;
}
nav ul li.open ul li {
  margin-top: 0 !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
nav ul li.closing ul li {
  -webkit-transition: opacity 0s linear, margin-left 0s ease-in-out;
  -moz-transition: opacity 0s linear, margin-left 0s ease-in-out;
  -o-transition: opacity 0s linear, margin-left 0s ease-in-out;
  transition: opacity 0s linear, margin-left 0s ease-in-out;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
@media only screen and (max-width: 1000px) {
  nav {
    position: fixed !important;
    width: 100%;
    margin: 0;
    top: 48px;
    left: 0;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    height: 0;
    overflow-y: auto;
    background-color: #FFFFFF;
    z-index: 101;
    padding: 0;
    border-top: 1px solid #EEEEEE;
  }
  nav.open {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
    height: auto;
  }
  nav.open ul {
    float: none;
    padding: 24px 0;
  }
  nav.open ul li {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    padding: 0 50px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-size: 24px;
    line-height: 36px;
  }
  nav.open ul li.active {
    border-bottom: 0;
  }
  nav.open ul li.active a {
    color: #000000;
  }
  nav.open ul li ul {
    position: relative;
    padding: 0;
    height: 0;
  }
  nav.open ul li ul li {
    margin-left: 0;
    float: none;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border-top: 1px solid #EEEEEE;
  }
  nav.open ul li ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }
  nav.open ul li.open ul {
    visibility: visible;
    height: auto;
    padding: 12px 0 0 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #EEEEEE;
  }
  nav.open ul li.open ul li {
    margin-top: 0 !important;
    padding-left: 10px;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  nav.open ul.languages {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  nav {
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  nav.open ul li {
    padding-left: 25px;
  }
}
.main {
  margin-top: 144px;
  padding: 0 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main {
    margin-top: 72px;
  }
}
.main ul {
  margin-bottom: 24px;
}
.main ul li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-left: 20px;
}
.main ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #000000;
}
.homepage {
  padding: 120px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .homepage {
    padding: 48px 0 0 0;
  }
}
.homepage h2 {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #666666;
  text-align: center;
}
.focus {
  background-color: #FAFAFA;
  width: 100%;
  overflow: hidden;
  margin-bottom: 48px;
  padding: 48px 0 48px 0;
}
.focus h2 {
  margin-bottom: 72px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.focus h3 {
  font-size: 36px;
  line-height: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding-top: 0;
}
.focus h3 a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #000000;
}
.focus h3 a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  .focus h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.focus p.data {
  font-size: 12px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: left;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.focus .cover {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width: 800px) {
  .focus .cover {
    margin-bottom: 36px;
  }
}
.news {
  overflow: hidden;
}
.news h2 {
  margin-bottom: 72px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.news h2 a {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #666666;
}
.news h3 {
  font-size: 24px;
  line-height: 36px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding-top: 0;
}
.news h3 a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #000000;
}
.news h3 a:hover {
  text-decoration: none;
}
.news p.data {
  font-size: 12px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news p.data a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #999999;
}
.news p.archive {
  text-align: center;
  margin-bottom: 72px;
}
.news .cover {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.highlights {
  background-color: #004993;
  width: 100%;
  overflow: hidden;
  padding: 72px 0 96px 0;
}
.highlights h2 {
  margin-bottom: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.highlights h2 a,
.highlights h2 a:hover {
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.highlights h3 {
  text-align: center;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.highlights h3 a,
.highlights h3 a:hover,
.highlights h3 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.highlights .highlight {
  position: relative;
  background-color: #004993;
}
.highlights .highlight .size {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 100;
}
.highlights .highlight .item-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}
.highlights .highlight .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 102;
  margin-top: -12px;
}
.highlights .highlight .text a {
  color: #FFFFFF;
  text-decoration: none;
}
.highlights .highlight .text a:hover {
  text-decoration: none;
}
.highlights .highlight .text h3 {
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: center;
  margin: 0 20px;
  padding: 0;
  text-shadow: 0 0 15px #000000;
  display: none;
}
.highlights .highlight .text p {
  display: none;
  color: #FFFFFF;
  text-align: center;
  margin: 0 20px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
.highlights .highlight:hover .item-cover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.subscribe {
  background-color: #C50957;
  width: 100%;
  overflow: hidden;
  padding: 72px 0 96px 0;
}
.subscribe h2 {
  margin-bottom: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.subscribe h2 a,
.subscribe h2 a:hover {
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.subscribe p {
  color: #FFFFFF;
  text-align: center;
}
.subscribe p a {
  color: #FFFFFF;
}
.social {
  padding: 72px 0 0 0;
}
.social-profiles {
  list-style: none;
}
.social-profiles li {
  padding-left: 0 !important;
  display: inline-block;
  margin-right: 10px;
}
.social-profiles li:before {
  display: none;
}
.social-profiles li a,
.social-profiles li i {
  font-size: 30px;
  line-height: 30px;
}
.page {
  padding: 120px 0 120px 0 !important;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .page {
    padding: 48px 0 72px 0 !important;
  }
}
.page.nopb {
  padding-bottom: 0 !important;
}
.page h2 {
  font-size: 48px;
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-top: 0;
  color: #000000;
  text-transform: none;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .page h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
.page p {
  font-size: 18px;
  line-height: 24px;
  line-height: 30px;
}
.page p strong,
.page p b {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
}
.page p.data {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 48px 0 72px 0;
}
.page p.data a {
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.page ul li,
.page ol li {
  font-size: 18px;
  line-height: 24px;
  line-height: 30px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  margin-bottom: 18px;
}
.page img {
  width: 100%;
  height: auto;
}
.page .cover {
  padding-bottom: 24px;
}
.list {
  padding: 120px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .list {
    padding: 48px 0 0 0;
  }
}
.list.nopt {
  padding-top: 0 !important;
}
.list h2 {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #666666;
  text-align: center;
  margin-bottom: 72px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.list .cover {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.people {
  background-color: #FAFAFA;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  padding: 48px 0 48px 0;
}
.share {
  padding: 72px 0 48px 0;
}
.bt {
  border-top: 1px solid #EEEEEE;
  padding-top: 24px;
}
footer {
  width: 100%;
  padding: 72px 0 72px 0;
  margin: 0;
  border-top: 1px solid #EEEEEE;
}
footer h3,
footer p {
  color: #000000 !important;
}
footer h3 {
  font-size: 18px;
  line-height: 24px;
}
footer h3 a,
footer h3 a:visited {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #000000;
}
footer a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
footer ul {
  margin-bottom: 24px;
}
footer ul li {
  padding-left: 0;
}
footer ul li:before {
  content: none;
}
footer ul li a,
footer ul li a:visited {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000000;
}
footer ul li a:hover,
footer ul li a:visited:hover {
  color: #000000;
}
.chocolat-zoomable.chocolat-zoomed .chocolat-img {
  cursor: zoom-out;
}
.chocolat-open {
  overflow: hidden;
}
.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000;
  background-color: #FFFFFF;
  display: none;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1600000;
  color: #000000;
}
.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}
.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50% ;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 1100000;
  background: url(../images/layout/chocolat/loader.gif);
  display: none;
}
.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 1400000;
  text-align: left;
}
.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/layout/chocolat/left.png) 50% 50% no-repeat;
  z-index: 1700000;
  display: none;
}
.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/layout/chocolat/right.png) 50% 50% no-repeat;
  z-index: 1700000;
  display: none;
}
.chocolat-wrapper .chocolat-right.active {
  display: block;
}
.chocolat-wrapper .chocolat-left.active {
  display: block;
}
.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 1700000;
  margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/layout/chocolat/close.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 1700000;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-top: 10px;
}
.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../images/layout/chocolat/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right;
}
.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
}
/* compact view */
.chocolat-cover .chocolat-content .chocolat-left,
.chocolat-cover .chocolat-content .chocolat-right {
  position: fixed;
  height: 100%;
  top: 0;
  padding: 0px;
}
.chocolat-cover .chocolat-content .chocolat-right {
  right: 0px;
  background: url(../images/layout/chocolat/right-compact.png) 100% 50% no-repeat;
}
.chocolat-cover .chocolat-content .chocolat-left {
  left: 0;
  background: url(../images/layout/chocolat/left-compact.png) 0% 50% no-repeat;
}
.chocolat-cover .chocolat-content .chocolat-top {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100000;
}
.chocolat-cover .chocolat-content .chocolat-close {
  background: url(../images/layout/chocolat/close-compact.png) 0% center no-repeat;
}
.chocolat-cover .chocolat-content .chocolat-bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  background: #004993;
  z-index: 100000;
}
.chocolat-cover .chocolat-content .chocolat-pagination,
.chocolat-cover .chocolat-content .chocolat-description {
  padding: 0 10px;
}
/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 1500000;
}
body.chocolat-open > .chocolat-loader {
  z-index: 1500000;
}
body.chocolat-open > .chocolat-content {
  z-index: 1700000;
}
/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}
.chocolat-in-container {
  position: relative;
}
/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
.cart_loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: transparent;
  display: none;
}
.cart {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin-bottom: 48px;
  text-transform: none;
}
.cart li {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  margin: 0 25px;
  overflow: hidden;
  padding-left: 0;
}
.cart li:before {
  content: none;
}
.cart li.cart_header {
  border-bottom: 1px solid #000000;
  margin-bottom: 24px !important;
  padding-bottom: 12px !important;
}
.cart li.cart_header div {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 700px) {
  .cart li.cart_header {
    display: none;
  }
}
.cart li.cart_item {
  margin-bottom: 24px !important;
  border-top: 1px solid #999999;
  padding-top: 24px;
}
.cart li.cart_item.first_item {
  border-top: 0;
  padding-top: 0;
}
.cart li.cart_total {
  border-top: 1px solid #000000;
}
.cart li .cart_row {
  display: block;
  margin: 0 -25px;
  *zoom: 1;
}
.cart li .cart_row:before,
.cart li .cart_row:after {
  content: "";
  display: table;
}
.cart li .cart_row:after {
  clear: both;
}
.cart li .cart_header_image,
.cart li .cart_item_image {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(8.333333333333332% - 50px);
  width: -o-calc(8.333333333333332% - 50px);
  width: -webkit-calc(8.333333333333332% - 50px);
  width: calc(8.333333333333332% - 50px);
  margin: 0 25px;
  overflow: hidden;
  text-align: left;
}
.cart li .cart_header_image img,
.cart li .cart_item_image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .cart li .cart_header_image,
  .cart li .cart_item_image {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(16.666666666666664% - 50px);
    width: -o-calc(16.666666666666664% - 50px);
    width: -webkit-calc(16.666666666666664% - 50px);
    width: calc(16.666666666666664% - 50px);
    margin: 0 25px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 800px) {
  .cart li .cart_header_image,
  .cart li .cart_item_image {
    display: none;
  }
}
.cart li .cart_header_title,
.cart li .cart_item_title {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(33.33333333333333% - 50px);
  width: -o-calc(33.33333333333333% - 50px);
  width: -webkit-calc(33.33333333333333% - 50px);
  width: calc(33.33333333333333% - 50px);
  margin: 0 25px;
  overflow: hidden;
  text-align: left;
}
.cart li .cart_header_title a,
.cart li .cart_item_title a,
.cart li .cart_header_title span,
.cart li .cart_item_title span {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .cart li .cart_header_title,
  .cart li .cart_item_title {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(25% - 50px);
    width: -o-calc(25% - 50px);
    width: -webkit-calc(25% - 50px);
    width: calc(25% - 50px);
    margin: 0 25px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 800px) {
  .cart li .cart_header_title,
  .cart li .cart_item_title {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(41.66666666666667% - 50px);
    width: -o-calc(41.66666666666667% - 50px);
    width: -webkit-calc(41.66666666666667% - 50px);
    width: calc(41.66666666666667% - 50px);
    margin: 0 25px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 700px) {
  .cart li .cart_header_title,
  .cart li .cart_item_title {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 0 25px;
    overflow: hidden;
    padding-bottom: 12px;
  }
}
.cart li .cart_header_price,
.cart li .cart_header_total {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(16.666666666666664% - 50px);
  width: -o-calc(16.666666666666664% - 50px);
  width: -webkit-calc(16.666666666666664% - 50px);
  width: calc(16.666666666666664% - 50px);
  margin: 0 25px;
  overflow: hidden;
  text-align: right;
}
@media only screen and (max-width: 700px) {
  .cart li .cart_header_price,
  .cart li .cart_header_total {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(25% - 50px);
    width: -o-calc(25% - 50px);
    width: -webkit-calc(25% - 50px);
    width: calc(25% - 50px);
    margin: 0 25px;
    overflow: hidden;
  }
}
.cart li .cart_item_price,
.cart li .cart_item_total {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(16.666666666666664% - 50px);
  width: -o-calc(16.666666666666664% - 50px);
  width: -webkit-calc(16.666666666666664% - 50px);
  width: calc(16.666666666666664% - 50px);
  margin: 0 25px;
  overflow: hidden;
  text-align: right;
}
@media only screen and (max-width: 700px) {
  .cart li .cart_item_price,
  .cart li .cart_item_total {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(25% - 50px);
    width: -o-calc(25% - 50px);
    width: -webkit-calc(25% - 50px);
    width: calc(25% - 50px);
    margin: 0 25px;
    overflow: hidden;
    text-align: left;
  }
}
.cart li .cart_item_price,
.cart li .cart_item_total {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.cart li .cart_header_qty,
.cart li .cart_item_qty {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(16.666666666666664% - 50px);
  width: -o-calc(16.666666666666664% - 50px);
  width: -webkit-calc(16.666666666666664% - 50px);
  width: calc(16.666666666666664% - 50px);
  margin: 0 25px;
  overflow: hidden;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 700px) {
  .cart li .cart_header_qty,
  .cart li .cart_item_qty {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(33.33333333333333% - 50px);
    width: -o-calc(33.33333333333333% - 50px);
    width: -webkit-calc(33.33333333333333% - 50px);
    width: calc(33.33333333333333% - 50px);
    margin: 0 25px;
    overflow: hidden;
  }
}
.cart li .cart_header_tools,
.cart li .cart_item_tools {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(8.333333333333332% - 50px);
  width: -o-calc(8.333333333333332% - 50px);
  width: -webkit-calc(8.333333333333332% - 50px);
  width: calc(8.333333333333332% - 50px);
  margin: 0 25px;
  overflow: hidden;
  text-align: right;
}
@media only screen and (max-width: 700px) {
  .cart li .cart_header_tools,
  .cart li .cart_item_tools {
    min-height: 1px;
    display: inline;
    float: left;
    width: -moz-calc(16.666666666666664% - 50px);
    width: -o-calc(16.666666666666664% - 50px);
    width: -webkit-calc(16.666666666666664% - 50px);
    width: calc(16.666666666666664% - 50px);
    margin: 0 25px;
    overflow: hidden;
  }
}
.cart li .cart_total_space {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(8.333333333333332% - 50px);
  width: -o-calc(8.333333333333332% - 50px);
  width: -webkit-calc(8.333333333333332% - 50px);
  width: calc(8.333333333333332% - 50px);
  margin: 0 25px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .cart li .cart_total_space {
    display: none;
  }
}
.cart li .cart_total_title {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(58.333333333333336% - 50px);
  width: -o-calc(58.333333333333336% - 50px);
  width: -webkit-calc(58.333333333333336% - 50px);
  width: calc(58.333333333333336% - 50px);
  margin: 0 25px;
  overflow: hidden;
  text-align: left;
  padding-top: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.cart li .cart_total_price {
  min-height: 1px;
  display: inline;
  float: left;
  width: -moz-calc(25% - 50px);
  width: -o-calc(25% - 50px);
  width: -webkit-calc(25% - 50px);
  width: calc(25% - 50px);
  margin: 0 25px;
  overflow: hidden;
  text-align: right;
  text-transform: uppercase;
  padding-top: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.button_small {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #004993;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
}
.button_small:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  margin: -1px 0 0 -4px;
  background-color: #004993;
}
.button_small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  margin: -1px 0 0 -4px;
  background-color: #004993;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.button_small:hover {
  background-color: #004993;
}
.button_small:hover:before,
.button_small:hover:after {
  background-color: #FFFFFF;
}
.button_small.button_minus {
  margin-right: 5px;
}
.button_small.button_minus:after {
  content: none;
}
.button_small.button_plus {
  margin-left: 5px;
}
.button_small.button_remove:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.button_small.button_remove:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.cart_buttons,
.checkout_buttons {
  padding-top: 24px;
}
.cart_buttons .button,
.checkout_buttons .button {
  margin: 0 15px 24px 0;
}
.error {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #e81616;
}
.checkout_resume {
  margin-bottom: 24px !important;
}
.checkout_resume ul li {
  padding-left: 0;
}
.checkout_resume ul li:before {
  content: none;
}
.checkout_form {
  margin-bottom: 48px;
  overflow: hidden;
}
.checkout_form .row {
  display: block;
  margin: 0 -25px;
  *zoom: 1;
}
.checkout_form .row:before,
.checkout_form .row:after {
  content: "";
  display: table;
}
.checkout_form .row:after {
  clear: both;
}
.checkout_form .checkout_form_email,
.checkout_form .checkout_form_billing {
  margin-bottom: 24px !important;
}
.form_field {
  clear: both;
  background: none;
  height: auto;
}
.form_field label {
  float: left;
  width: 30%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 600px) {
  .form_field label {
    float: none;
    width: 99%;
  }
}
.form_field p {
  float: left;
  width: 60%;
}
.form_field p.full {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .form_field p {
    float: none;
    width: 99% !important;
  }
}
.form_field .input_text {
  float: right;
  width: 60%;
  height: 36px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-indent: 5px;
  margin-bottom: 24px;
  color: #000000;
  padding: 0;
  border: 1px solid #000000;
  background-color: transparent;
}
.form_field .input_text:focus {
  background-color: #EEEEEE;
}
@media only screen and (max-width: 600px) {
  .form_field .input_text {
    float: none;
    width: 99%;
  }
}
.form_field .input_small {
  width: 30%;
}
@media only screen and (max-width: 600px) {
  .form_field .input_small {
    width: 99%;
  }
}
.form_field .select {
  float: right;
  width: 60%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 600px) {
  .form_field .select {
    float: none;
    width: 99%;
  }
}
.form_field checkbox {
  margin: 0;
}
.form_field.input_error label {
  color: #004993;
}
.form_field.input_error .input_text {
  border: 1px solid #004993;
}
.product_option {
  width: 300px;
  height: 48px;
  background: #FFFFFF url(../images/layout/select.png) no-repeat right center;
  cursor: pointer;
  border: 1px solid #333333;
  margin-bottom: 24px;
}
.product_option ul {
  width: 300px;
  position: absolute;
  display: none;
  z-index: 1000;
  border: 1px solid #333333;
  margin-left: -1px;
  margin-top: 1px;
}
.product_option ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  line-height: 48px;
  text-indent: 15px;
  color: #000000;
  border-bottom: 1px solid #333333;
  background-color: #FFFFFF;
  padding-left: 0;
}
.product_option ul li:before {
  content: none;
}
.product_option ul li:last-child {
  border-bottom: 0;
}
.product_option ul li:hover,
.product_option ul li.active {
  background-color: #EEEEEE;
}
.product_option .product_option_label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  line-height: 48px;
  text-indent: 15px;
  color: #000000;
  position: relative;
}
.product_option .product_option_label:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 10px;
  width: 20px;
  height: 1px;
  background-color: #000000;
}
.product_option .product_option_label:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 1px;
  height: 20px;
  background-color: #000000;
}
.product_option.open ul {
  display: block;
}
.product_option.open .product_option_label:after {
  display: none;
}
.product_option_value {
  display: none;
}
.checkout_resume_2 {
  margin-bottom: 24px;
}
.checkout_payment {
  margin-bottom: 24px;
}
.payment_radio {
  margin-bottom: 24px;
}
.payment_radio li {
  padding-left: 0;
}
.payment_radio li:before {
  content: none;
}
.hidden {
  display: none;
}
.clearer {
  clear: both;
}
.article-image {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 800px) {
  .article-image {
    margin-bottom: 48px;
  }
}
