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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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


.clearfix:after,
.row:after {
  clear: both; }

html {
  color: black; }

html, body {
  height: 100%;
  font-size: 10px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal; }

/** =========================================
 * Typography
 ===========================================*/
h1 {
  font-size: 48px; }
  @media screen and (min-width: 480px) {
    h1 {
      font-size: 56px; } }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 64px; } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 72px; } }
  @media screen and (min-width: 1280px) {
    h1 {
      font-size: 80px; } }
  @media screen and (min-width: 1600px) {
    h1 {
      font-size: 80px; } }

h2 {
  font-size: 56px; }
  @media screen and (min-width: 480px) {
    h2 {
      font-size: 56px; } }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 56px; } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 63px; } }
  @media screen and (min-width: 1280px) {
    h2 {
      font-size: 70px; } }
  @media screen and (min-width: 1600px) {
    h2 {
      font-size: 70px; } }

h3 {
  font-size: 36px; }
  @media screen and (min-width: 480px) {
    h3 {
      font-size: 36px; } }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 36px; } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 40.5px; } }
  @media screen and (min-width: 1280px) {
    h3 {
      font-size: 45px; } }
  @media screen and (min-width: 1600px) {
    h3 {
      font-size: 45px; } }

h4 {
  font-size: 24px; }
  @media screen and (min-width: 480px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 27px; } }
  @media screen and (min-width: 1280px) {
    h4 {
      font-size: 30px; } }
  @media screen and (min-width: 1600px) {
    h4 {
      font-size: 30px; } }

h5 {
  font-size: 20.8px; }
  @media screen and (min-width: 480px) {
    h5 {
      font-size: 20.8px; } }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 20.8px; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 23.4px; } }
  @media screen and (min-width: 1280px) {
    h5 {
      font-size: 26px; } }
  @media screen and (min-width: 1600px) {
    h5 {
      font-size: 26px; } }

h6 {
  font-size: 15.2px; }
  @media screen and (min-width: 480px) {
    h6 {
      font-size: 15.2px; } }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 15.2px; } }
  @media screen and (min-width: 992px) {
    h6 {
      font-size: 17.1px; } }
  @media screen and (min-width: 1280px) {
    h6 {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    h6 {
      font-size: 19px; } }

p, li {
  font-size: 12px; }
  @media screen and (min-width: 480px) {
    p, li {
      font-size: 12px; } }
  @media screen and (min-width: 768px) {
    p, li {
      font-size: 12px; } }
  @media screen and (min-width: 992px) {
    p, li {
      font-size: 13.5px; } }
  @media screen and (min-width: 1280px) {
    p, li {
      font-size: 15px; } }
  @media screen and (min-width: 1600px) {
    p, li {
      font-size: 15px; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1; }

p, li, span {
  line-height: 1.4; }

/** =========================================
 * Sizing
 ===========================================*/
/** =========================================
 * Shade
 ===========================================*/
/**
 * Darken a color
 * @access public
 * @param {Color} $color - color to shade
 * @param {Number} $percentage - percentage of `$color` in returned color
 * @return {Color}
 */
/** =========================================
 * Screen Sizes
 ===========================================*/
/** =========================================
 * Alerts
 ===========================================*/
.feedback-message {
  clear: both;
  display: block;
  margin: 24px 0 0 0; }
  @media (min-width: 768px) {
    .feedback-message {
      margin: 84px 0 0 0; } }

.alert.alert-success {
  display: block;
  padding: 30px;
  border-radius: 0;
  font-size: 16px;
  margin: 15px 0 0 0;
  background-color: #dff0d8;
  border-top: 0 solid #b6c6a8;
  border-bottom: 1px solid #b6c6a8;
  color: #3c763d; }
  @media (min-width: 768px) {
    .alert.alert-success {
      margin: 15px 0 0 0; } }
  .alert.alert-success a {
    text-decoration: underline;
    color: #3c763d; }
  .alert.alert-success p:last-child {
    margin-bottom: 0; }
  .alert.alert-success hr {
    border-top-color: #adbca0; }
  .alert.alert-success h1,
  .alert.alert-success h2,
  .alert.alert-success h3,
  .alert.alert-success h4,
  .alert.alert-success h5,
  .alert.alert-success h6 {
    margin-top: 0;
    color: #3c763d; }
  .alert.alert-success .alert-link {
    color: #366a37; }

.alert.alert-info {
  display: block;
  padding: 30px;
  border-radius: 0;
  font-size: 16px;
  margin: 15px 0 0 0;
  background-color: #d9edf7;
  border-top: 0 solid #9fc5cd;
  border-bottom: 1px solid #9fc5cd;
  color: #31708f; }
  @media (min-width: 768px) {
    .alert.alert-info {
      margin: 15px 0 0 0; } }
  .alert.alert-info a {
    text-decoration: underline;
    color: #31708f; }
  .alert.alert-info p:last-child {
    margin-bottom: 0; }
  .alert.alert-info hr {
    border-top-color: #97bbc3; }
  .alert.alert-info h1,
  .alert.alert-info h2,
  .alert.alert-info h3,
  .alert.alert-info h4,
  .alert.alert-info h5,
  .alert.alert-info h6 {
    margin-top: 0;
    color: #31708f; }
  .alert.alert-info .alert-link {
    color: #2c6581; }

.alert.alert-warning {
  display: block;
  padding: 30px;
  border-radius: 0;
  font-size: 16px;
  margin: 15px 0 0 0;
  background-color: #fcf8e3;
  border-top: 0 solid #d4c7ad;
  border-bottom: 1px solid #d4c7ad;
  color: #8a6d3b; }
  @media (min-width: 768px) {
    .alert.alert-warning {
      margin: 15px 0 0 0; } }
  .alert.alert-warning a {
    text-decoration: underline;
    color: #8a6d3b; }
  .alert.alert-warning p:last-child {
    margin-bottom: 0; }
  .alert.alert-warning hr {
    border-top-color: #c9bda4; }
  .alert.alert-warning h1,
  .alert.alert-warning h2,
  .alert.alert-warning h3,
  .alert.alert-warning h4,
  .alert.alert-warning h5,
  .alert.alert-warning h6 {
    margin-top: 0;
    color: #8a6d3b; }
  .alert.alert-warning .alert-link {
    color: #7c6235; }

.alert.alert-danger {
  display: block;
  padding: 30px;
  border-radius: 0;
  font-size: 16px;
  margin: 15px 0 0 0;
  background-color: #f2dede;
  border-top: 0 solid #c8adb2;
  border-bottom: 1px solid #c8adb2;
  color: #a94442; }
  @media (min-width: 768px) {
    .alert.alert-danger {
      margin: 15px 0 0 0; } }
  .alert.alert-danger a {
    text-decoration: underline;
    color: #a94442; }
  .alert.alert-danger p:last-child {
    margin-bottom: 0; }
  .alert.alert-danger hr {
    border-top-color: #bea4a9; }
  .alert.alert-danger h1,
  .alert.alert-danger h2,
  .alert.alert-danger h3,
  .alert.alert-danger h4,
  .alert.alert-danger h5,
  .alert.alert-danger h6 {
    margin-top: 0;
    color: #a94442; }
  .alert.alert-danger .alert-link {
    color: #983d3b; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
  .icon-checkbox-checked {
    background-image: url(../img/sprites-retina.png);
    background-size: 54px 25px; }
  .icon-checkbox {
    background-image: url(../img/sprites-retina.png);
    background-size: 54px 25px; } }

.no-flexboxlegacy.no-touch.no-canvas .icon-checkbox-checked,
.icon-checkbox-checked {
  display: inline-block;
  background-image: url(../img/sprites.png);
  background-position: 0px 0px;
  width: 25px;
  height: 25px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-checkbox,
.icon-checkbox {
  display: inline-block;
  background-image: url(../img/sprites.png);
  background-position: -29px 0px;
  width: 25px;
  height: 25px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-medium-down,
.icon-arrow-medium-down {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: 0px 0px;
  width: 42px;
  height: 56px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-medium-left,
.icon-arrow-medium-left {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: 0px -60px;
  width: 56px;
  height: 42px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-medium-right,
.icon-arrow-medium-right {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -46px 0px;
  width: 56px;
  height: 42px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-medium-up,
.icon-arrow-medium-up {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -106px 0px;
  width: 42px;
  height: 56px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-small-down,
.icon-arrow-small-down {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -60px -60px;
  width: 28px;
  height: 37px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-small-left,
.icon-arrow-small-left {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -92px -60px;
  width: 37px;
  height: 28px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-small-right,
.icon-arrow-small-right {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: 0px -106px;
  width: 37px;
  height: 28px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-small-up,
.icon-arrow-small-up {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -152px 0px;
  width: 28px;
  height: 37px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-arrow-tiny-right,
.icon-arrow-tiny-right {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -46px -46px;
  width: 13px;
  height: 7px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-checkbox-checked,
.icon-checkbox-checked {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -152px -41px;
  width: 25px;
  height: 25px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-closeburger,
.icon-closeburger {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -152px -93px;
  width: 20px;
  height: 20px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-facebook,
.icon-facebook {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -133px -60px;
  width: 7px;
  height: 12px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-navburger,
.icon-navburger {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -152px -70px;
  width: 24px;
  height: 19px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-search,
.icon-search {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -41px -106px;
  width: 19px;
  height: 19px; }

.no-flexboxlegacy.no-touch.no-canvas .icon-twitter,
.icon-twitter {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -152px -117px;
  width: 12px;
  height: 10px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
  .icon-arrow-medium-down {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-medium-left {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-medium-right {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-medium-up {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-small-down {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-small-left {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-small-right {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-small-up {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-arrow-tiny-right {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-checkbox-checked {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-closeburger {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-facebook {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-navburger {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-search {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; }
  .icon-twitter {
    background-image: url(../images/sprites-retina.png);
    background-size: 180px 134px; } }

form.loading .loader {
  display: block; }

.loader {
  display: none;
  position: absolute;
  font-size: 10px;
  margin: -1.5em auto 0;
  text-indent: -9999em;
  left: 0;
  right: 0;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, white), color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 42%);
  -webkit-animation: load3 1.4s infinite linear;
          animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 50%; }

.loader:before {
  position: absolute;
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  background: white;
  border-radius: 100% 0 0 0;
  top: 0;
  left: 0; }

.loader:after {
  position: absolute;
  content: '';
  display: block;
  background: white;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

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

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

.rippleDark,
.ripple {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0; }

.ripple .ink {
  background: rgba(255, 255, 255, 0.25); }

.rippleDark .ink {
  background: rgba(0, 0, 0, 0.25); }

.ink {
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0); }

.ink.animate {
  -webkit-animation: ripple 360ms linear;
          animation: ripple 360ms linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5); } }

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5); } }

.LoadingNotification-anim {
  -webkit-transition: all 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
  height: 160px;
  overflow: visible;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 160px;
  zoom: 2;
  -moz-transform: scale(1.8);
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  position: absolute;
  z-index: 9999; }

.LoadingNotification-anim .circular {
  height: 160px;
  position: relative;
  width: 160px;
  -webkit-animation: loadingrotate 2s linear infinite;
          animation: loadingrotate 2s linear infinite; }

.LoadingNotification-anim .path {
  stroke-dasharray: 1, 100;
  stroke-dashoffset: 0;
  stroke-linecap: round; }

.LoadingNotification-anim .path {
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; }

@-webkit-keyframes color {
  0%, 100% {
    stroke: #e44945; }
  40% {
    stroke: #e44945; }
  66% {
    stroke: #e44945; }
  80%, 90% {
    stroke: #e44945; } }

@keyframes color {
  0%, 100% {
    stroke: #e44945; }
  40% {
    stroke: #e44945; }
  66% {
    stroke: #e44945; }
  80%, 90% {
    stroke: #e44945; } }

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

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

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124; } }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: black;
  background: rgba(0, 0, 0, 0); }

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  min-width: 30%;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: white;
  cursor: auto;
  white-space: normal; }

.featherlight .featherlight-inner {
  display: block; }

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  background: white;
  background: rgba(255, 255, 255, 0.3);
  color: black; }

.featherlight .featherlight-image {
  width: 100%; }

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0; }

.featherlight iframe {
  border: none; }

@media only screen and (max-width: 1023px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: rgba(0, 0, 0, 0); }

.featherlight-previous {
  left: 25px;
  right: 80%; }

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25); }

.featherlight-next span,
.featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  margin-top: -40px;
  text-shadow: 0px 0px 5px white;
  color: white;
  font-style: normal;
  font-weight: normal; }

.featherlight-next span {
  right: 5%;
  left: auto; }

.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block; }

.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
  display: none; }

@media only screen and (min-width: max 1024px) and (max-width: maxpx-1) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

@media only screen and (max-width: 1023px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

.row .grid-1, .row .grid-2, .row .grid-3, .row .grid-4, .row .grid-5, .row .grid-6, .row .grid-7, .row .grid-8, .row .grid-9, .row .grid-10, .row .grid-11, .row .grid-12 {
  float: left;
  text-align: left;
  height: 100%;
  vertical-align: top;
  margin-top: 0;
  margin-left: 1%;
  padding: 0 24px; }

.row {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  vertical-align: top;
  position: relative;
  display: block; }
  .row .grid-1:first-child {
    margin-left: 0; }
  .row .grid-2:first-child {
    margin-left: 0; }
  .row .grid-3:first-child {
    margin-left: 0; }
  .row .grid-4:first-child {
    margin-left: 0; }
  .row .grid-5:first-child {
    margin-left: 0; }
  .row .grid-6:first-child {
    margin-left: 0; }
  .row .grid-7:first-child {
    margin-left: 0; }
  .row .grid-8:first-child {
    margin-left: 0; }
  .row .grid-9:first-child {
    margin-left: 0; }
  .row .grid-10:first-child {
    margin-left: 0; }
  .row .grid-11:first-child {
    margin-left: 0; }
  .row .grid-12:first-child {
    margin-left: 0; }
  .row .grid-1 {
    width: 7.4159%; }
  .row .grid-2 {
    width: 15.83333%; }
  .row .grid-3 {
    width: 24.25%; }
  .row .grid-4 {
    width: 32.66667%; }
  .row .grid-5 {
    width: 40.66667%; }
  .row .grid-6 {
    width: 49.5%; }
  .row .grid-7 {
    width: 57.33333%; }
  .row .grid-8 {
    width: 65.66667%; }
  .row .grid-9 {
    width: 74%; }
  .row .grid-10 {
    width: 82.33333%; }
  .row .grid-11 {
    width: 90.66667%; }
  .row .grid-12 {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .grid-2:nth-child(3n+1),
  .grid-3:nth-child(4n+1),
  .grid-4:nth-child(3n+1) {
    margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .row .grid-1 {
    margin-left: 0;
    width: 100%; }
  .row .grid-2 {
    margin-left: 0;
    width: 100%; }
  .row .grid-3 {
    margin-left: 0;
    width: 100%; }
  .row .grid-4 {
    margin-left: 0;
    width: 100%; }
  .row .grid-5 {
    margin-left: 0;
    width: 100%; }
  .row .grid-6 {
    margin-left: 0;
    width: 100%; }
  .row .grid-7 {
    margin-left: 0;
    width: 100%; }
  .row .grid-8 {
    margin-left: 0;
    width: 100%; }
  .row .grid-9 {
    margin-left: 0;
    width: 100%; }
  .row .grid-10 {
    margin-left: 0;
    width: 100%; }
  .row .grid-11 {
    margin-left: 0;
    width: 100%; }
  .row .grid-12 {
    margin-left: 0;
    width: 100%; }
  .row .grid-mobile-half:nth-child(2n+1),
  .row .grid-mobile-third:nth-child(3n+1),
  .row .grid-mobile-quarter:nth-child(4n+1) {
    margin-left: 0 !important; }
  .row .grid-mobile-half {
    width: 49%;
    margin-left: 2%; }
  .row .grid-mobile-third {
    width: 32.33333%;
    margin-left: 1.5%; }
  .row .grid-mobile-quarter {
    width: 24%;
    margin-left: 1.33333%; } }

@media only screen and (max-width: 767px) {
  .row .grid-mobile-half,
  .row .grid-mobile-third,
  .row .grid-mobile-quarter {
    margin-left: 0;
    width: 100%; } }

.row {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.inputWrap {
  position: relative; }
  .inputWrap .errorLabel {
    display: none;
    color: red; }
  .inputWrap.error .errorLabel {
    display: block; }

/*------------------------------------------------------------------
Messages
------------------------------------------------------------------*/
.message {
  display: block;
  margin-top: 0;
  padding: 1.2rem 1.6rem;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #ccc;
  border-left-width: 5px;
  color: #000; }
  .message h4 {
    font-size: 23px !important;
    font-weight: 300 !important;
    margin-bottom: 5px; }
  .message.bad {
    border-left-color: #c0392b; }
    .message.bad h4 {
      color: #c0392b !important; }
  .message.good {
    border-left-color: #248a3e; }
    .message.good h4 {
      color: #248a3e !important; }
  .message.validation, .message.warning {
    border-left-color: #f0ad4e; }
    .message.validation h4, .message.warning h4 {
      color: #f0ad4e !important; }

.notify {
  display: inline-block;
  position: fixed;
  padding: 14px 14px 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  font-size: 14px;
  cursor: default;
  -webkit-transition: visibility 300ms, -webkit-transform 300ms, -webkit-box-shadow 240ms;
  transition: visibility 300ms, -webkit-transform 300ms, -webkit-box-shadow 240ms;
  transition: visibility 300ms, transform 300ms, box-shadow 240ms;
  transition: visibility 300ms, transform 300ms, box-shadow 240ms, -webkit-transform 300ms, -webkit-box-shadow 240ms;
  visibility: hidden;
  cursor: pointer;
  color: white; }
  .notify:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
    .notify:hover .close {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .notify .close {
    -webkit-transform: translatez(0);
            transform: translatez(0);
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: white;
    vertical-align: middle;
    margin-left: 12px;
    -webkit-transition: all 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .notify .close:before, .notify .close:after {
      position: absolute;
      content: '';
      display: block;
      display: block;
      width: 8px;
      height: 2px;
      top: 5px; }
    .notify .close:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      left: 2px; }
    .notify .close:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 2px; }
  .notify[data-position="top"] {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  .notify[data-position="bottom"] {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  .notify.visible {
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  .notify[data-type="error"] {
    background: #F78D8C; }
    .notify[data-type="error"] .close:before, .notify[data-type="error"] .close:after {
      background: #F78D8C; }
  .notify[data-type="success"] {
    background: #A8D3AA; }
    .notify[data-type="success"] .close:before, .notify[data-type="success"] .close:after {
      background: #A8D3AA; }
  .notify[data-type="warning"] {
    background: #FFD479; }
    .notify[data-type="warning"] .close:before, .notify[data-type="warning"] .close:after {
      background: #FFD479; }
  .notify[data-type="standard"] {
    background: #323232; }
    .notify[data-type="standard"] .close:before, .notify[data-type="standard"] .close:after {
      background: #323232; }

.sod_select,
.sod_select * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #b9b7b7;
  text-align: left;
  text-transform: uppercase;
  cursor: default;
  outline: none;
  cursor: pointer;
  margin-bottom: 20px; }

.sod_select:before,
.sod_select:after {
  content: "\f078";
  position: absolute;
  font-family: 'FontAwesome';
  right: 10px;
  top: 10px;
  font-size: 12px; }

.sod_select.open {
  color: #919191; }

.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed; }

.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px; }

.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 100%;
  background: #ffffff;
  outline: 1px solid #000000 !important;
  border-top: none;
  color: #000000;
  font-weight: 300;
  z-index: 1;
  margin-top: 6px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.sod_select.open .sod_list_wrapper {
  display: block; }

.sod_select.disabled.open .sod_list_wrapper {
  display: none; }

.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none; }

.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0; }

.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none; }

.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic; }

.sod_select .sod_option.groupchild {
  padding-left: 20px; }

.sod_select .sod_option.is-placeholder {
  display: none; }

.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc; }

.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333; }

.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px; }

.sod_select .sod_option.selected:before {
  content: "\f00c";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  font-family: 'FontAwesome';
  height: 9px;
  width: 10px; }

.sod_select.no_highlight .sod_option.selected {
  font-weight: 300; }

.sod_select.no_highlight .sod_option.selected:before {
  display: none; }

.sod_select select {
  display: none !important; }

.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

[data-tooltip] {
  position: relative; }
  [data-tooltip]:after {
    content: attr(data-tooltip);
    position: absolute;
    display: block;
    top: -20px;
    padding: 2px;
    border-radius: 2px;
    background: #000000;
    font-size: 0.8em;
    color: #f8f6f7;
    width: 90px;
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
    opacity: 0;
    -webkit-transition: all 240ms cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: all 240ms cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.8);
            box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.8); }
  [data-tooltip]:hover:after {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1; }

.account.content.typography {
  padding-top: 20px;
  padding-bottom: 20px; }

.account--details dl {
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #b9b7b7;
  border-top: 1px solid #b9b7b7; }
  .account--details dl dt {
    float: left;
    width: 25%;
    clear: left;
    padding: 10px 20px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #b9b7b7;
    border-bottom: 1px solid #b9b7b7; }
  .account--details dl dd {
    float: left;
    width: 75%;
    padding: 10px 20px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #b9b7b7;
    border-bottom: 1px solid #b9b7b7; }

.account--contents h1, .account--contents h2 {
  margin: 40px 0; }

.account table {
  margin: 40px 0; }

@media only screen and (min-width: 768px) {
  #contents {
    padding-left: 107px; } }

@media only screen and (min-width: 1200px) {
  #contents {
    padding-left: 270px; } }

.middleColumn {
  position: relative; }

.addressResults {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  outline: 1px solid #b3b3b3;
  margin-top: -3px;
  z-index: 9;
  padding-left: 16px;
  background: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 0;
  max-height: 400px;
  overflow: auto; }

.addressResults li {
  margin: 0;
  padding: 6px 16px;
  display: block;
  cursor: pointer;
  padding-left: 30px;
  margin: 0 !important;
  padding: 10px 15px; }
  .addressResults li:before {
    display: none; }

.addressResults li:hover {
  background: #f7f7f7; }

.blog__item {
  position: relative;
  text-decoration: none;
  margin: 30px auto;
  display: block;
  min-height: 120px;
  border-bottom: 1px solid #b9b7b7; }
  .blog__item:before, .blog__item:after {
    content: "";
    display: table; }
  .blog__item:after {
    clear: both; }
  .blog__item:last-child {
    border-bottom: 0; }
  .blog__item h2 {
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: #01445f;
    -webkit-transition: all 240ms;
    transition: all 240ms; }
    @media only screen and (max-width: 1023px) {
      .blog__item h2 {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 1024px) {
      .blog__item h2 {
        padding-left: 290px; } }
    .blog__item h2:hover {
      color: #019fe0; }
  .blog__item p {
    color: #000000; }
    @media only screen and (max-width: 1023px) {
      .blog__item p {
        padding-bottom: 60px; } }
  .blog__item .image {
    width: 250px;
    background-size: cover;
    background-position: center center;
    -ms-behavior: url(/backgroundsize.min.htc);
    position: relative;
    display: block;
    bakground-color: #58caff;
    margin-bottom: 30px;
    margin-right: 40px; }
    .blog__item .image:after {
      content: '';
      position: relative;
      display: block;
      padding-bottom: 67.91667%; }
    @media only screen and (min-width: 1024px) {
      .blog__item .image {
        float: left;
        margin-top: -20px; } }
  .blog__item .rotate {
    right: 0;
    bottom: 30px;
    position: absolute;
    width: 40px;
    height: 40px; }
    .blog__item .rotate svg {
      margin-top: 9px; }

.fb-page {
  margin: 50px 0 80px; }

.breadcrumbs {
  font-size: 11px;
  color: #01445f;
  padding: 20px 0; }
  .breadcrumbs a {
    color: #019fe0;
    font-size: 11px;
    text-decoration: none; }
  .breadcrumbs span {
    font-size: 11px;
    padding: 0 10px; }

.cart__page #CustomCartForm_CustomCartForm {
  position: relative; }

.cart__page.content.typography {
  padding-top: 20px;
  padding-bottom: 20px; }

.cart__page .cartfooter {
  text-align: right;
  padding: 20px 0 40px;
  overflow: hidden; }
  .cart__page .cartfooter a {
    border: 0;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    background: #d50f7e;
    border-radius: 5px;
    padding: 9px 22px 10px;
    -webkit-transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .cart__page .cartfooter a:first-child {
      margin-right: 20px; }
    .cart__page .cartfooter a:hover {
      background: #a50c62; }
    @media only screen and (max-width: 767px) {
      .cart__page .cartfooter a {
        display: block;
        max-width: 230px;
        margin-bottom: 20px;
        float: right;
        clear: both;
        margin-right: 0; }
        .cart__page .cartfooter a:first-child {
          margin-right: 0; } }

table {
  width: 100%;
  border-right: 1px solid #b9b7b7;
  border-top: 1px solid #b9b7b7;
  font-size: 14px; }
  table tr th, table tr td {
    border-left: 1px solid #b9b7b7;
    border-bottom: 1px solid #b9b7b7; }
  table tr th {
    font-weight: bold;
    padding: 15px 10px;
    text-align: right; }
  table tr td {
    vertical-align: top;
    padding: 15px 10px; }
    table tr td.right-align {
      text-align: right; }
    table tr td.center-align {
      text-align: center; }
    table tr td.bold {
      font-weight: bold; }
    table tr td input {
      width: 30px;
      text-align: center;
      padding: 0;
      margin: 0 auto; }
    table tr td a {
      color: #019fe0; }
    table tr td a.remove-from-cart {
      display: block;
      width: 20px;
      height: 20px;
      margin: 0 auto;
      position: relative; }
      table tr td a.remove-from-cart span {
        width: 20px;
        height: 4px;
        background: #a50c62;
        display: block;
        position: absolute;
        top: 18px;
        left: 0;
        border-radius: 2px;
        -o-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
        table tr td a.remove-from-cart span:first-child {
          transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
  table tr h3 a {
    color: #019fe0;
    text-decoration: none; }
  table thead tr th {
    border-bottom: 3px solid #b9b7b7;
    text-align: center; }

form, #Checkout {
  padding: 40px 0;
  font-size: 14px; }
  form .field, #Checkout .field {
    margin-bottom: 20px; }
    form .field label, #Checkout .field label {
      display: block;
      font-weight: bold;
      margin-bottom: 3px; }
    form .field span.description, #Checkout .field span.description {
      color: #b9b7b7;
      display: block;
      margin-top: 3px; }
    form .field span.message.bad, #Checkout .field span.message.bad {
      color: #e44945;
      display: block;
      margin-top: 3px; }
  @media only screen and (min-width: 768px) {
    form .shipping-block, #Checkout .shipping-block {
      float: left;
      width: 45%; }
    form .billing-block, #Checkout .billing-block {
      float: right;
      width: 45%; } }
  form .shipping-block .section-title, form .billing-block .section-title, #Checkout .shipping-block .section-title, #Checkout .billing-block .section-title {
    padding-bottom: 0px; }
  form .shipping-block .section-title, #Checkout .shipping-block .section-title {
    padding-bottom: 67px; }
  form input, form textarea, form select, #Checkout input, #Checkout textarea, #Checkout select {
    display: block;
    width: 100%;
    height: 44px;
    padding: 11px 15px;
    font-size: 14px;
    line-height: 1.42857;
    background: #ffffff;
    border: 1px solid #b9b7b7;
    border-radius: 3px;
    outline: none; }
    form input:focus, form textarea:focus, form select:focus, #Checkout input:focus, #Checkout textarea:focus, #Checkout select:focus {
      outline: none; }
    form input:hover, form textarea:hover, form select:hover, #Checkout input:hover, #Checkout textarea:hover, #Checkout select:hover {
      outline: none; }
  form .field.checkbox, #Checkout .field.checkbox {
    overflow: hidden; }
  form .field.checkbox input, #Checkout .field.checkbox input {
    float: left;
    margin: 0 20px 0 3px;
    width: auto; }
  form .field.checkbox label, #Checkout .field.checkbox label {
    float: left;
    line-height: 44px; }
  form .field.optionset ul li, #Checkout .field.optionset ul li {
    padding: 0;
    overflow: hidden; }
  form .field.optionset ul li input, #Checkout .field.optionset ul li input {
    float: left;
    display: inline-block;
    width: auto;
    margin: 0 20px 0 3px; }
  form .field.optionset ul li label, #Checkout .field.optionset ul li label {
    float: left;
    line-height: 44px;
    margin-bottom: 0; }
  form .field.optionset ul li:before, #Checkout .field.optionset ul li:before {
    display: none; }
  form #LastVisited, form #Locale, form #TimeFormat, form #DateFormat, #Checkout #LastVisited, #Checkout #Locale, #Checkout #TimeFormat, #Checkout #DateFormat {
    display: none; }
  form textarea, #Checkout textarea {
    height: auto; }
  form .clear-forms, #Checkout .clear-forms {
    clear: both; }
  form .Actions, #Checkout .Actions {
    overflow: hidden;
    padding: 20px 0;
    text-align: right; }
    form .Actions input, #Checkout .Actions input {
      display: inline-block;
      border: 0;
      text-align: center;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 700;
      color: #ffffff;
      font-size: 18px;
      text-decoration: none;
      background: #d50f7e;
      border-radius: 5px;
      padding: 9px 22px 10px;
      -webkit-transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955);
      width: auto;
      cursor: pointer; }
      form .Actions input:hover, #Checkout .Actions input:hover {
        background: #a50c62; }

#CouponForm_CouponForm {
  position: relative; }

.buttoned {
  border: 0;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  background: #d50f7e;
  border-radius: 5px;
  padding: 9px 22px 10px;
  -webkit-transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955);
  float: left;
  height: 44px;
  line-height: 1.42857;
  position: absolute;
  left: 0;
  bottom: 60px; }
  .buttoned:hover {
    background: #a50c62; }
  @media only screen and (max-width: 767px) {
    .buttoned {
      display: block;
      max-width: 230px;
      margin-bottom: 0px;
      float: left;
      clear: both;
      margin-right: 0; }
      .buttoned:first-child {
        margin-right: 0; } }

.nav--content {
  margin-top: 24px;
  background: #c4ecfc;
  position: relative;
  margin-bottom: 40px;
  padding-left: 32px; }
  @media only screen and (min-width: 768px) {
    .nav--content {
      margin-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .nav--content {
      padding-left: 0; } }
  .nav--content h2 {
    color: #01445f;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 59px 30px 44px; }
  .nav--content svg {
    position: absolute;
    left: 4%;
    top: 100%;
    width: 40px;
    height: 20px; }
    .nav--content svg path {
      fill: #c4ecfc; }
  .nav--content .secondary--navigation {
    list-style-type: none;
    list-style: none; }
    .nav--content .secondary--navigation li {
      display: inline-block;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .nav--content .secondary--navigation li {
          display: block; } }
      .nav--content .secondary--navigation li a {
        display: block;
        color: #019fe0;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 600;
        font-size: 20px;
        padding: 59px 30px 44px;
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          .nav--content .secondary--navigation li a {
            padding: 10px 30px;
            display: block; } }
      .nav--content .secondary--navigation li.active a {
        color: #01445f; }
      .nav--content .secondary--navigation li svg {
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }

.background__content___block {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 100px 70px 50px;
  min-height: 642px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .background__content___block {
      padding: 360px 0 50px; } }
  .background__content___block .box--content.content.typography {
    padding: 26px 70px 25px 42px;
    position: absolute;
    width: 515px;
    bottom: 70px;
    right: 50px;
    background: #ffffff; }
    @media only screen and (max-width: 767px) {
      .background__content___block .box--content.content.typography {
        position: relative;
        width: auto;
        bottom: auto;
        right: auto;
        margin: 0 20px; } }
    .background__content___block .box--content.content.typography h1, .background__content___block .box--content.content.typography h2, .background__content___block .box--content.content.typography h3 {
      color: #58caff;
      text-transform: uppercase; }

.image__content__block {
  padding: 58px 0px 48px;
  overflow: hidden; }
  .image__content__block .image__block img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .image__content__block .box--content.content.typography {
    padding-top: 20px; }
    .image__content__block .box--content.content.typography h1, .image__content__block .box--content.content.typography h2, .image__content__block .box--content.content.typography h3 {
      color: #58caff;
      text-transform: uppercase; }
  @media only screen and (min-width: 1024px) {
    .image__content__block.align--left .image__block {
      float: left;
      width: 45%; }
    .image__content__block.align--left .box--content.content.typography {
      float: right;
      width: 55%; } }
  @media only screen and (min-width: 1024px) {
    .image__content__block.align--right .image__block {
      float: right;
      width: 45%; }
    .image__content__block.align--right .box--content.content.typography {
      float: left;
      width: 55%; } }

.min-height-effect.content.typography {
  min-height: 200px;
  padding-bottom: 40px; }

.blog__gallery__images {
  overflow: hidden; }
  .blog__gallery__images li {
    padding: 0 !important;
    float: left; }
    .blog__gallery__images li:before {
      display: none; }

.footer {
  padding-bottom: 60px;
  padding-top: 35px;
  position: relative;
  background: #E8F6FF; }
  .footer__item {
    width: 41.66667%;
    padding-left: 4%;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .footer__item {
        width: 25%; } }
    @media only screen and (min-width: 1024px) {
      .footer__item {
        width: 20%; } }
    .footer__item:first-child {
      padding-left: 9%; }
    .footer__item h6 {
      color: #019fe0;
      font-size: 16px;
      margin-top: 20px;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 300; }
    .footer__item ul {
      margin-top: 20px; }
      .footer__item ul li a {
        font-size: 14px;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 300;
        color: #019fe0;
        text-decoration: none;
        padding-bottom: 10px;
        display: block; }
    @media only screen and (max-width: 767px) {
      .footer__item--last {
        display: none; } }
  .footer .footer-logo {
    position: absolute;
    bottom: 50px;
    right: 4%;
    width: 150px;
    display: none; }
    @media only screen and (min-width: 1024px) {
      .footer .footer-logo {
        display: block; } }
    .footer .footer-logo svg {
      width: 100%; }
      .footer .footer-logo svg path {
        fill: #019fe0; }

@media only screen and (max-width: 767px) {
  body:not(.HomePage) #contents {
    padding-top: 70px; } }

.rotate svg {
  -webkit-transition: all 480ms;
  transition: all 480ms; }

.rotate:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.content.typography {
  padding: 0 72px; }
  @media only screen and (max-width: 767px) {
    .content.typography {
      padding: 0 30px; } }
  .content.typography h1 {
    color: #01445f;
    letter-spacing: -.7px;
    font-size: 36px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300; }
  .content.typography h2 {
    color: #01445f;
    letter-spacing: -.7px;
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300; }
  .content.typography h3 {
    color: #019fe0;
    letter-spacing: -.7px;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700; }
  .content.typography h4, .content.typography h5, .content.typography h6 {
    color: #019fe0;
    letter-spacing: -.7px;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700; }
  .content.typography p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin: 15px auto; }
  .content.typography ul, .content.typography ol {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin: 15px auto; }
    .content.typography ul li, .content.typography ol li {
      margin-bottom: 15px;
      font-size: 15px;
      position: relative; }
  @media only screen and (min-width: 480px) {
    .content.typography ul, .content.typography ol, .content.typography ul li, .content.typography ol li {
      font-size: 15px; } }
  .content.typography ul li {
    padding-left: 30px; }
    .content.typography ul li:before {
      color: #d50f7e;
      content: '+';
      left: 0;
      position: absolute;
      font-size: 24px;
      font-weight: bold;
      top: 0;
      line-height: 24px; }
  .content.typography p img {
    max-width: 100%;
    height: auto; }

.right-arrow, .hero-block__item__text span, .slider__item__text span {
  width: 52px;
  height: 52px;
  bottom: 0;
  right: 0;
  display: block;
  position: absolute;
  background: #019fe0;
  text-align: center;
  -webkit-transition: all 240ms;
  transition: all 240ms; }
  .right-arrow:hover, .hero-block__item__text span:hover, .slider__item__text span:hover {
    background: #017bad; }
  .right-arrow svg, .hero-block__item__text span svg, .slider__item__text span svg {
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    margin: 16px auto 0; }
    .right-arrow svg path, .hero-block__item__text span svg path, .slider__item__text span svg path {
      fill: #58caff; }

.nav {
  background: #019fe0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 270px;
  overflow: hidden;
  -webkit-transition: all 240ms;
  transition: all 240ms;
  z-index: 8; }
  @media only screen and (min-width: 768px) {
    .nav {
      right: auto;
      left: 0; } }
  .nav:hover {
    overflow: scroll; }
  .nav .navburger {
    display: none; }
  .nav .overflow {
    width: 270px;
    position: relative; }
  .nav--categories {
    padding-top: 120px; }
    .nav--categories li {
      position: relative;
      width: 100%; }
      .nav--categories li a {
        -webkit-transition: all 240ms;
        transition: all 240ms;
        padding: 29px 0 19px 100px; }
        .nav--categories li a svg {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          position: absolute;
          left: 36px;
          height: 47px; }
          .nav--categories li a svg.svg-gas {
            margin-left: 13px; }
  .nav--pages {
    padding-top: 50px; }
    .nav--pages li a {
      line-height: 44px;
      padding-left: 50px; }
    .nav--pages li.cart svg {
      width: 40px;
      height: 21px;
      position: relative;
      top: 6px; }
    .nav--pages li.cart span {
      background: #a50c62;
      width: 25px;
      height: 25px;
      display: inline-block;
      border-radius: 50% 50%;
      -o-border-radius: 50% 50%;
      -moz-border-radius: 50% 50%;
      -webkit-border-radius: 50% 50%;
      text-align: center;
      line-height: 25px;
      color: #ffffff; }
  .nav--social {
    text-align: center; }
    .nav--social li {
      display: inline-block;
      width: 44px;
      margin: 5px 10px; }
      .nav--social li a {
        -webkit-transition: all 240ms;
        transition: all 240ms; }
        .nav--social li a:hover {
          opacity: 0.6; }
          .nav--social li a:hover:after {
            opacity: 0 !important; }
      .nav--social li svg {
        width: 44px;
        hight: auto; }
      .nav--social li:after, .nav--social li:before {
        opacity: 0; }
  .nav li {
    position: relative; }
    .nav li:before, .nav li:after {
      position: absolute;
      content: '';
      display: block;
      height: 1px;
      left: 0;
      right: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(53, 175, 226, 0)), color-stop(#35afe2), to(rgba(53, 175, 226, 0)));
      background: linear-gradient(to right, rgba(53, 175, 226, 0), #35afe2, rgba(53, 175, 226, 0)); }
    .nav li:after {
      top: auto;
      bottom: 0;
      display: none; }
    .nav li.last:after {
      display: block; }
    .nav li a {
      font-size: 18px;
      text-decoration: none;
      color: #ffffff;
      display: block;
      position: relative; }
      .nav li a:after {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, right top, from(#008cc4), to(#009fdf));
        background: linear-gradient(to right, #008cc4, #009fdf);
        z-index: -1;
        opacity: 0;
        -webkit-transition: opacity 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: opacity 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .nav li a:hover:after {
        opacity: 1; }

.logo {
  width: 270px;
  margin: 0 auto;
  padding: 46px 36px;
  -webkit-transition: all 240ms;
  transition: all 240ms;
  z-index: 9;
  background: #019fe0; }
  .logo:hover {
    opacity: 0.6; }
  @media only screen and (min-width: 1200px) {
    .logo {
      position: fixed;
      left: 0;
      top: -10px;
      z-index: 888; } }
  .logo svg {
    width: 100%;
    height: 30px; }

.logo-background {
  background: #019fe0;
  height: 96px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 240ms;
  transition: all 240ms;
  width: 0; }

body.active .logo-background {
  opacity: 1;
  width: 270px; }

@media only screen and (max-width: 1199px) {
  .logo {
    position: absolute;
    top: -22px;
    left: 130px;
    padding: 46px 36px 28px;
    background: transparent; }
  .nav {
    width: 107px; }
    .nav .navburger {
      display: block !important; }
    .nav--categories li a {
      padding-left: 110px; }
    .nav--social, .nav--pages {
      width: 270px;
      margin-left: -163px;
      -webkit-transition: all 240ms;
      transition: all 240ms;
      opacity: 0; }
  .active .nav {
    width: 270px; }
    .active .nav--categories li a {
      padding-left: 100px; }
    .active .nav--social, .active .nav--pages {
      margin-left: 0px;
      opacity: 1; } }

@media only screen and (max-width: 767px) {
  .nav {
    width: 0; }
  .logo {
    width: 100%;
    opacity: 1 !important;
    position: fixed;
    background: #019fe0;
    text-align: center;
    padding: 32px 0;
    -webkit-transition: all 240ms;
    transition: all 240ms;
    top: 0;
    right: 0;
    left: 0;
    height: 94px;
    display: block !important; }
    .logo svg {
      width: 200px;
      display: block;
      margin: -4px auto 0; }
  .active .logo {
    opacity: 1;
    margin-top: -96px;
    -webkit-backface-visibility: none;
            backface-visibility: none; }
  .active .nav {
    width: 270px; } }

.top-nav {
  left: 0;
  right: 0;
  display: block;
  background: rgba(0, 159, 224, 0.8);
  position: absolute;
  z-index: 3;
  top: 0;
  height: 84px; }
  @media only screen and (max-width: 1199px) {
    .top-nav {
      position: absolute; } }
  @media only screen and (max-width: 767px) {
    .top-nav {
      display: none; } }
  .top-nav--pages {
    padding-right: 30px;
    text-align: right; }
    .top-nav--pages li {
      display: inline-block; }
      @media only screen and (max-width: 1023px) {
        .top-nav--pages li {
          visibility: hidden;
          opacity: 0; } }
      .top-nav--pages li a {
        display: block;
        padding: 32px 10px;
        color: white;
        text-decoration: none;
        font-size: 15px;
        -webkit-transition: all 240ms;
        transition: all 240ms; }
        .top-nav--pages li a:hover {
          color: #01445f; }
      .top-nav--pages li.cart svg {
        width: 40px;
        height: 21px;
        position: relative;
        top: 6px; }
      .top-nav--pages li.cart span {
        background: #a50c62;
        width: 25px;
        height: 25px;
        display: inline-block;
        border-radius: 50% 50%;
        -o-border-radius: 50% 50%;
        -moz-border-radius: 50% 50%;
        -webkit-border-radius: 50% 50%;
        text-align: center;
        line-height: 25px;
        color: #ffffff; }

.bubbles {
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(/backgroundsize.min.htc);
  height: 108px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background-image: url("../images/standard/bubbles.jpg"); }
  @media only screen and (max-width: 767px) {
    .bubbles {
      margin-top: 0; } }

.hero-block__item {
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(/backgroundsize.min.htc);
  position: relative;
  min-height: 500px;
  display: block;
  background-position: left; }
  .hero-block__item:after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 52.76779%; }
  .hero-block__item__text {
    position: absolute;
    margin: 20px;
    padding: 26px 70px 25px 42px;
    background: white;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    display: block;
    -webkit-transition: all 240ms;
    transition: all 240ms;
    z-index: 1; }
    .hero-block__item__text:hover {
      background: #E8F6FF; }
    @media only screen and (min-width: 1200px) {
      .hero-block__item__text {
        max-width: 520px; } }
    .hero-block__item__text h2 {
      color: #01445f;
      font-size: 22px;
      font-weight: 300;
      letter-spacing: .5px;
      line-height: 29px;
      margin-bottom: 16px;
      margin-top: 11px; }
    .hero-block__item__text p {
      color: black;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 300;
      font-size: 15px; }

.blog-wrap {
  background: #019fe0; }
  .blog-wrap:before, .blog-wrap:after {
    content: "";
    display: table; }
  .blog-wrap:after {
    clear: both; }
  .blog-wrap aside {
    width: 100%;
    display: block;
    float: left;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #b72189), color-stop(80%, #009fe0));
    background: linear-gradient(to right, #b72189 0, #009fe0 80%); }
    @media only screen and (min-width: 1024px) {
      .blog-wrap aside {
        width: 25%; } }
    @media only screen and (min-width: 1024px) {
      .blog-wrap aside {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #d40f7e), to(#009fe0));
        background: linear-gradient(to bottom, #d40f7e 5%, #009fe0); } }
    .blog-wrap aside .wrap {
      float: left;
      width: 50%; }
      @media only screen and (min-width: 1024px) {
        .blog-wrap aside .wrap {
          float: none;
          width: 100%; } }
    .blog-wrap aside h2 {
      color: white;
      font-size: 20px;
      margin-top: 55px;
      margin-bottom: 55px;
      display: block;
      padding: 0 10px;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 600;
      text-align: left; }
      @media only screen and (min-width: 1024px) {
        .blog-wrap aside h2 {
          text-align: center; } }
    .blog-wrap aside .trolley {
      width: 80%;
      max-width: 220px;
      position: relative;
      display: block;
      margin: 20px auto;
      background: #d50f7e;
      border-radius: 1000px;
      position: relative; }
      .blog-wrap aside .trolley:after {
        content: '';
        position: relative;
        display: block;
        padding-bottom: 100%; }
      .blog-wrap aside .trolley svg {
        width: 70%;
        height: auto;
        position: absolute;
        left: 0px;
        right: 0;
        top: 59px;
        margin: 0 auto; }
        @media only screen and (max-width: 1023px) {
          .blog-wrap aside .trolley svg {
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            position: absolute; } }
        @media only screen and (min-width: 768px) {
          .blog-wrap aside .trolley svg {
            width: 122px;
            height: auto;
            position: absolute;
            left: 41px;
            top: 59px;
            right: auto; } }
    .blog-wrap aside ul li {
      position: relative; }
      .blog-wrap aside ul li:after {
        left: 35px;
        right: 20px;
        height: 1px;
        top: 0;
        position: absolute;
        width: 100%;
        content: '';
        width: auto;
        background: -webkit-gradient(linear, left top, right top, from(rgba(1, 68, 95, 0.6)), color-stop(rgba(1, 68, 95, 0.8)), to(rgba(1, 68, 95, 0.1)));
        background: linear-gradient(to right, rgba(1, 68, 95, 0.6), rgba(1, 68, 95, 0.8), rgba(1, 68, 95, 0.1)); }
      .blog-wrap aside ul li.last:before {
        left: 35px;
        right: 20px;
        height: 1px;
        bottom: 0;
        position: absolute;
        width: 100%;
        content: '';
        width: auto;
        background: -webkit-gradient(linear, left top, right top, from(rgba(1, 68, 95, 0.6)), color-stop(rgba(1, 68, 95, 0.8)), to(rgba(1, 68, 95, 0.1)));
        background: linear-gradient(to right, rgba(1, 68, 95, 0.6), rgba(1, 68, 95, 0.8), rgba(1, 68, 95, 0.1)); }
      .blog-wrap aside ul li a {
        font-size: 15px;
        padding: 10px 20px 10px 35px;
        text-align: left;
        color: white;
        text-decoration: none;
        display: block;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 400;
        -webkit-transition: all 240ms;
        transition: all 240ms; }
        .blog-wrap aside ul li a:hover {
          background: rgba(255, 255, 255, 0.1); }
  .blog-wrap .blog__item {
    padding-left: 30px; }
  .blog-wrap .blog__item--last {
    border: 0;
    margin-bottom: 0; }

.blog {
  background: white; }
  .blog--sidebar {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 1024px) {
      .blog--sidebar {
        width: 75%; } }
  .blog .right-arrow, .blog .hero-block__item__text span, .hero-block__item__text .blog span, .blog .slider__item__text span, .slider__item__text .blog span {
    right: 30px; }

.video__holder {
  position: relative; }
  .video__holder iframe {
    width: 100%;
    position: relative;
    z-index: 9; }

.video__slides {
  position: absolute;
  background: #ffffff;
  bottom: 52px;
  right: 43px;
  z-index: 10;
  width: 311px;
  height: 311px;
  padding: 20px 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .video__slides {
      position: relative;
      bottom: auto;
      right: auto;
      width: 100%; } }
  .video__slides--container {
    outline: 0; }
    .video__slides--container:focused, .video__slides--container:hover {
      outline: 0; }
  .video__slides .slick-slider {
    position: static; }
  .video__slides h3 {
    color: #019fe0;
    font-size: 25px;
    margin-bottom: 20px; }
  .video__slides .slide__item {
    overflow: hidden;
    outline: 0; }
    .video__slides .slide__item:focused, .video__slides .slide__item:hover {
      outline: 0; }
    .video__slides .slide__item .col__left {
      float: left;
      width: 32.7731092437%;
      float: left;
      margin-right: .8403361345%; }
      .video__slides .slide__item .col__left img {
        max-width: 100%; }
    .video__slides .slide__item .col__right {
      float: right;
      width: 66.3865546218%;
      padding-left: 34px;
      box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .video__slides .slide__item .col__right .count {
        color: #01445f;
        font-size: 18px;
        font-weight: 700;
        margin-top: 29px; }
  .video__slides .slick-arrow {
    background: #019fe0;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 35;
    text-align: center; }
    .video__slides .slick-arrow.left-arrow-load {
      right: 35px; }
    .video__slides .slick-arrow svg {
      width: 100%;
      height: 19px;
      position: absolute;
      top: 7px;
      left: 0;
      opacity: 0.5;
      pointer-events: none; }

.home .content {
  padding-bottom: 70px; }

.information__blocks {
  overflow: hidden;
  padding-bottom: 40px;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .information__blocks {
      padding-bottom: 70px;
      padding-top: 70px; } }

.information--block {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 0.35%;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .information--block {
      width: 25%; } }
  @media only screen and (max-width: 479px) {
    .information--block {
      width: 100%; } }
  .information--block img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .information--block span {
    color: #019fe0;
    display: block;
    font-size: 19px;
    text-align: center;
    top: 90%;
    z-index: 10; }
  .information--block div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 10%;
    height: 0px;
    background: #ffffff;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    text-align: center; }
    .information--block div h3 {
      font-size: 14px;
      line-height: 24px;
      color: #019fe0;
      font-weight: normal;
      padding-bottom: 20px; }
    .information--block div a {
      color: #d50f7e;
      display: inline-block;
      margin-top: 0px;
      text-decoration: underline; }
    @media only screen and (min-width: 1024px) {
      .information--block div {
        font-size: 16px; }
        .information--block div h3 {
          font-size: 16px; } }
  .information--block:hover div {
    height: 100%; }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

#contents.login-page {
  background: #019fe0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #d40f7e), to(#009fe0));
  background: linear-gradient(to top, #d40f7e 5%, #009fe0);
  height: 100%;
  padding: 0;
  text-align: center; }
  #contents.login-page .vertical-align {
    top: 20%;
    position: relative;
    left: 0;
    right: 0;
    display: inline-block; }
    #contents.login-page .vertical-align svg {
      margin-bottom: 30px; }
    #contents.login-page .vertical-align input[type="email"],
    #contents.login-page .vertical-align input[type="submit"],
    #contents.login-page .vertical-align input[type="password"],
    #contents.login-page .vertical-align input[type="text"] {
      background: rgba(255, 255, 255, 0.3);
      border: 2px solid white;
      height: 40px;
      font-size: 15.2px;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 300;
      display: block;
      width: 100%;
      max-width: 400px;
      margin-bottom: 30px;
      padding-left: 15px; }
      @media screen and (min-width: 480px) {
        #contents.login-page .vertical-align input[type="email"],
        #contents.login-page .vertical-align input[type="submit"],
        #contents.login-page .vertical-align input[type="password"],
        #contents.login-page .vertical-align input[type="text"] {
          font-size: 15.2px; } }
      @media screen and (min-width: 768px) {
        #contents.login-page .vertical-align input[type="email"],
        #contents.login-page .vertical-align input[type="submit"],
        #contents.login-page .vertical-align input[type="password"],
        #contents.login-page .vertical-align input[type="text"] {
          font-size: 15.2px; } }
      @media screen and (min-width: 992px) {
        #contents.login-page .vertical-align input[type="email"],
        #contents.login-page .vertical-align input[type="submit"],
        #contents.login-page .vertical-align input[type="password"],
        #contents.login-page .vertical-align input[type="text"] {
          font-size: 17.1px; } }
      @media screen and (min-width: 1280px) {
        #contents.login-page .vertical-align input[type="email"],
        #contents.login-page .vertical-align input[type="submit"],
        #contents.login-page .vertical-align input[type="password"],
        #contents.login-page .vertical-align input[type="text"] {
          font-size: 19px; } }
      @media screen and (min-width: 1600px) {
        #contents.login-page .vertical-align input[type="email"],
        #contents.login-page .vertical-align input[type="submit"],
        #contents.login-page .vertical-align input[type="password"],
        #contents.login-page .vertical-align input[type="text"] {
          font-size: 19px; } }
    #contents.login-page .vertical-align input[type="submit"] {
      cursor: pointer;
      height: 50px; }
    #contents.login-page .vertical-align #Remember,
    #contents.login-page .vertical-align label {
      color: #fff;
      text-align: left;
      margin-bottom: 5px;
      line-height: 15px; }
    #contents.login-page .vertical-align #Remember input[type="checkbox"] {
      height: 15px; }

.navburger {
  background: #58caff;
  border: 0;
  border-radius: 50px;
  height: 46px;
  right: 36px;
  position: fixed;
  top: 25px;
  -webkit-transition: all .25s;
  transition: all .25s;
  width: 45px;
  z-index: 322;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .navburger {
      right: auto;
      left: 36px; } }
  @media only screen and (min-width: 1200px) {
    .navburger {
      opacity: 0;
      visibility: hidden; } }

.navburger:hover {
  background: #8bdaff; }

.navburger:before, .navburger:after, .navburger span {
  background: #009fe0;
  border-radius: 10px;
  content: '';
  height: 4px;
  left: 12px;
  position: absolute;
  top: 14px;
  -webkit-transition: all .25s;
  transition: all .25s;
  width: 21px; }

.navburger span {
  margin-top: 8px; }

.navburger span:after {
  color: rgba(255, 255, 255, 0);
  font-size: 17px;
  font-weight: 300;
  left: 53px;
  pointer-events: none;
  position: absolute;
  top: -6px;
  -webkit-transition: color .25s;
  transition: color .25s; }
  @media only screen and (min-width: 768px) {
    .navburger span:after {
      content: 'Menu'; } }

.navburger:after {
  margin-top: 16px; }

.active .navburger span {
  background: 0 0; }

.active .navburger span:after {
  color: #fff; }

.active .navburger:before {
  margin-top: 21px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.active .navburger:after {
  margin-top: 21px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.content.typography .product--list {
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 20px;
  list-style: none;
  list-style-type: none; }
  .content.typography .product--list .product--item {
    padding: 0;
    width: 50%;
    float: left;
    text-align: center;
    color: #58caff;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    @media only screen and (min-width: 1024px) {
      .content.typography .product--list .product--item {
        width: 33.33333%; } }
    @media only screen and (min-width: 640px) and (max-width: 1023px) {
      .content.typography .product--list .product--item:nth-child(2n+1) {
        clear: left; } }
    @media only screen and (max-width: 639px) {
      .content.typography .product--list .product--item {
        width: 100%;
        border-bottom: 1px solid #58caff;
        margin-bottom: 20px;
        padding-bottom: 20px; } }
    .content.typography .product--list .product--item:before {
      content: ''; }
    @media only screen and (min-width: 1024px) {
      .content.typography .product--list .product--item:nth-child(3n+2):before {
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #aee7ff), color-stop(70%, #aee7ff), to(#fff));
        background: linear-gradient(to bottom, #fff, #aee7ff 30%, #aee7ff 70%, #fff);
        bottom: 0;
        height: auto;
        right: auto;
        left: 0;
        top: 0;
        width: 1px; }
      .content.typography .product--list .product--item:nth-child(3n+2):after {
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #aee7ff), color-stop(70%, #aee7ff), to(#fff));
        background: linear-gradient(to bottom, #fff, #aee7ff 30%, #aee7ff 70%, #fff);
        bottom: 0;
        height: auto;
        left: auto;
        right: 0;
        top: 0;
        width: 1px;
        position: absolute;
        content: ''; }
      .content.typography .product--list .product--item:nth-child(3n+1) {
        clear: left; } }
    .content.typography .product--list .product--item .product-image {
      display: block;
      position: relative;
      font-size: 0;
      line-height: 0; }
      .content.typography .product--list .product--item .product-image img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
      .content.typography .product--list .product--item .product-image .noimage {
        height: 307px;
        display: block; }
      .content.typography .product--list .product--item .product-image .variation--image {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0;
        line-height: 0;
        width: 100%;
        -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        opacity: 0; }
      .content.typography .product--list .product--item .product-image .color--key {
        position: absolute;
        z-index: 5;
        bottom: 0;
        right: 20px; }
        .content.typography .product--list .product--item .product-image .color--key li {
          -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          margin: 6px 0;
          border: 1px solid #c4ecfc;
          display: block;
          width: 26px;
          height: 26px;
          -webkit-transform-origin: center;
                  transform-origin: center;
          padding: 0;
          cursor: pointer;
          position: relative; }
          .content.typography .product--list .product--item .product-image .color--key li:before {
            content: ''; }
          .content.typography .product--list .product--item .product-image .color--key li a {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
          .content.typography .product--list .product--item .product-image .color--key li:hover {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
    .content.typography .product--list .product--item a {
      text-decoration: none;
      color: #58caff; }
    .content.typography .product--list .product--item .price {
      font-weight: 700; }
    .content.typography .product--list .product--item .add {
      padding-top: 10px; }
      .content.typography .product--list .product--item .add a {
        background: #58caff;
        display: inline-block;
        border-radius: 5px;
        color: #ffffff;
        -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        padding: 5px 15px; }
        .content.typography .product--list .product--item .add a:hover {
          background: #01445f; }

.content.typography .product--model {
  color: #58caff;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  -webkit-transition: all .25s;
  transition: all .25s;
  margin: 0; }

.content.typography .product--title {
  color: #58caff;
  font-size: 26px;
  font-weight: 700;
  text-transform: none;
  -webkit-transition: all .25s;
  transition: all .25s; }
  .content.typography .product--title a {
    color: #58caff; }

.product--subnav {
  background: #c4ecfc;
  padding: 105px 0 20px; }
  .product--subnav .content {
    overflow: hidden; }
    .product--subnav .content .title {
      float: left;
      max-width: 180px;
      width: 20%; }
      .product--subnav .content .title h1 {
        font-size: 24px;
        font-weight: bold !important; }
      .product--subnav .content .title h2 {
        font-size: 24px;
        font-weight: bold !important;
        text-transform: uppercase; }
    .product--subnav .content ul {
      width: 80%;
      list-style: none;
      list-style-type: none;
      margin: 0 0 0 20px;
      padding-left: 20px;
      float: left;
      position: relative; }
      .product--subnav .content ul:before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(#fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
        bottom: -100px;
        content: '';
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
        position: absolute;
        left: 0;
        top: -100px;
        width: 1px; }
      .product--subnav .content ul li {
        display: block;
        padding: 0;
        margin: 0 20px 0 0;
        float: left; }
        .product--subnav .content ul li:before {
          display: none; }
        .product--subnav .content ul li a {
          display: block;
          text-align: center;
          text-decoration: none;
          cursor: pointer;
          color: #019fe0; }
          .product--subnav .content ul li a img {
            display: block;
            max-width: 152px; }
          .product--subnav .content ul li a label {
            display: block;
            padding-top: 10px;
            cursor: pointer;
            font-size: 12px;
            min-height: 45px; }
      .product--subnav .content ul.smaller-version li {
        width: 90px; }
        .product--subnav .content ul.smaller-version li a {
          width: 90px; }
          .product--subnav .content ul.smaller-version li a img {
            max-width: 90px; }
    @media only screen and (max-width: 767px) {
      .product--subnav .content .title {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 20px;
        max-width: 100%; }
      .product--subnav .content ul {
        float: none;
        width: 100%;
        margin-left: 0;
        padding-left: 0; }
        .product--subnav .content ul:before {
          display: none; }
        .product--subnav .content ul li {
          width: 19%;
          margin-right: 1%;
          float: left; }
          .product--subnav .content ul li:nth-child(5n+1) {
            clear: left; }
          .product--subnav .content ul li img {
            width: 100%; } }
    @media only screen and (max-width: 539px) {
      .product--subnav .content ul li {
        width: 44%; }
        .product--subnav .content ul li:nth-child(5n+1) {
          clear: none; }
        .product--subnav .content ul li:nth-child(2n+1) {
          clear: left; } }

.product--contents {
  overflow: hidden; }

.product--image {
  padding-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .product--image {
      float: left;
      width: 50%; } }
  .product--image img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }

.product--description {
  padding-bottom: 20px;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .product--description {
      float: left;
      width: 50%; } }
  .product--description h1 {
    color: #019fe0;
    font-weight: bold !important;
    color: #019fe0 !important; }
  .product--description a {
    color: #019fe0; }
    .product--description a:hover {
      text-decoration: none; }

.product--info-blocks {
  background: #E8F6FF;
  padding: 20px 40px;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .product--info-blocks {
      padding: 30px 10% 60px; } }

.product--info-blocks--single {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkt-box-sizing: border-box;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .product--info-blocks--single {
      width: 25%; } }
  .product--info-blocks--single img {
    width: 100%;
    display: block;
    border: 1px solid #58caff; }
  .product--info-blocks--single h3 {
    padding: 26px 0 21px;
    font-size: 18px;
    color: #019fe0;
    text-transform: uppercase;
    font-weight: bold !important; }

.product--buynow {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #d40f7e), to(#009fe0));
  background: linear-gradient(to right, #d40f7e 5%, #009fe0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d40f7e', endColorstr='#009fe0', GradientType=1);
  padding: 20px 40px;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .product--buynow {
      padding: 49px 15% 36px 10%; } }
  .product--buynow .col-info {
    float: right;
    color: #ffffff;
    text-align: center; }
    .product--buynow .col-info .small {
      font-size: 17px;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 300;
      margin-bottom: 10px; }
    .product--buynow .col-info .big {
      font-size: 49px;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 700;
      margin-bottom: 20px; }
    .product--buynow .col-info a {
      text-align: center;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 700;
      color: #ffffff;
      font-size: 18px;
      text-decoration: none;
      background: #d50f7e;
      border-radius: 5px;
      padding: 9px 22px 10px;
      -webkit-transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .product--buynow .col-info a:hover {
        background: #a50c62; }

.product--subnav .two--rows.content .title {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
  padding-bottom: 20px; }

.product--subnav .two--rows.content ul {
  width: 100%;
  max-width: 100%;
  float: none;
  margin-left: 0;
  padding-left: 0; }
  .product--subnav .two--rows.content ul:before {
    display: none; }

@media only screen and (max-width: 1440px) {
  .product--subnav .content .title {
    width: 100%;
    padding-bottom: 20px; }
  .product--subnav .content ul {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0; }
    .product--subnav .content ul:before {
      display: none; } }

.btn.btn--pink {
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  background: #d50f7e;
  border-radius: 5px;
  padding: 9px 22px 10px;
  -webkit-transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .btn.btn--pink:hover {
    background: #a50c62; }

.btn.btn--blue {
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  background: #019fe0;
  border-radius: 5px;
  padding: 9px 22px 10px;
  -webkit-transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all background cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .btn.btn--blue:hover {
    background: #01445f; }

.registration-form .honeypot {
  display: none; }

.registration-form .message.bad {
  color: #a50c62;
  font-weight: bold; }

.storeoutlet__holder__filter {
  background: #c4ecfc;
  padding: 10px 10px 10px 10px;
  overflow: hidden; }
  .storeoutlet__holder__filter input {
    height: 44px;
    line-height: 44px;
    border: 0;
    background: transparent;
    font-size: inherit;
    float: left;
    display: block;
    font-size: 16px;
    width: 300px;
    border-bottom: 1px solid #7a7a7a;
    outline: 0; }
    .storeoutlet__holder__filter input:focus, .storeoutlet__holder__filter input:hover {
      outline: 0; }
  .storeoutlet__holder__filter svg {
    height: 44px;
    float: left; }
    .storeoutlet__holder__filter svg path {
      fill: #019fe0; }
  @media only screen and (max-width: 639px) {
    .storeoutlet__holder__filter {
      position: relative; }
      .storeoutlet__holder__filter input {
        width: 100%; }
      .storeoutlet__holder__filter svg {
        position: absolute;
        right: 0;
        background: #c4ecfc; } }

.storeoutlets__map {
  height: 780px;
  margin-top: 20px; }
  .storeoutlets__map #GoogleMap {
    height: 100%;
    position: relative; }

.retail__stores {
  padding-bottom: 20px;
  padding-top: 20px;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .retail__stores {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .retail__stores .retail__item {
    display: table;
    text-align: center;
    width: 100%;
    float: left;
    height: 130px;
    overflow: hidden; }
    @media only screen and (min-width: 640px) and (max-width: 1023px) {
      .retail__stores .retail__item {
        width: 33.3333%; }
        .retail__stores .retail__item:nt-child(3n+1) {
          clear: left; } }
    @media only screen and (min-width: 1024px) {
      .retail__stores .retail__item {
        width: 25%; }
        .retail__stores .retail__item:nt-child(4n+1) {
          clear: left; } }
    .retail__stores .retail__item a {
      display: table-cell;
      height: 60px;
      vertical-align: middle;
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        .retail__stores .retail__item a {
          height: 120px; } }

.gm-style-iw h3 {
  font-size: 14px;
  font-weight: 700; }

.slider__item {
  position: relative;
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(/backgroundsize.min.htc);
  min-height: 600px;
  background-position: left;
  background-repeat: no-repeat; }
  .slider__item:after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 52.76779%; }
  .slider__item__text {
    position: absolute;
    margin: 20px;
    padding: 26px 70px 25px 42px;
    background: white;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    display: block;
    z-index: 1; }
    @media only screen and (min-width: 1200px) {
      .slider__item__text {
        max-width: 520px; } }
    .slider__item__text h1, .slider__item__text h2 {
      color: white;
      position: absolute;
      font-size: 50px;
      line-height: 75px;
      bottom: 100%;
      left: 0;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 700;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1199px) {
        .slider__item__text h1, .slider__item__text h2 {
          position: relative;
          color: #019fe0;
          bottom: 0;
          line-height: 1;
          font-size: 38px;
          margin-bottom: 10px; } }
    .slider__item__text p {
      color: black;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 300;
      font-size: 15px; }
