/* Slider - General */
.slider-content { position: absolute; top: auto; right: 15%; bottom: 110px; left: 15%; text-align: center; }
@media only screen and (max-width: 1023px) { .slider-content { bottom: 50px; } }
@media only screen and (max-width: 767px) { .slider-content { bottom: 40px; } }

.slider-title { font: 50px/55px "Lato Light", sans-serif; letter-spacing: 0.16em; color: #fff; }
@media only screen and (max-width: 1023px) { .slider-title { font-size: 34px; line-height: 41px; } }
@media only screen and (max-width: 767px) { .slider-title { font-size: 20px; line-height: 22px; } }

.slider-link { -webkit-transition: background-color 0.2s ease; -moz-transition: background-color 0.2s ease; -ms-transition: background-color 0.2s ease; transition: background-color 0.2s ease; font-family: "Lato Bold", sans-serif; font-size: 11px; line-height: 14px; letter-spacing: 0.2em; text-align: center; text-transform: uppercase; text-decoration: none; color: #fff; display: inline-block; vertical-align: middle; cursor: pointer; border: none; background-color: #027fa9; margin-top: 40px; padding: 18px 48px 18px 50px; }
.slider-link:hover { color: #fff; }
.slider-link:hover { background-color: #0396c8; }
@media only screen and (max-width: 1023px) { .slider-link:hover { background-color: #027fa9; }
  .slider-link:active { background-color: #0396c8; } }
@media only screen and (max-width: 1023px) { .slider-link { margin-top: 20px; } }
@media only screen and (max-width: 767px) { .slider-link { padding-top: 10px; padding-bottom: 10px; } }

/* EO Slider - General */
/* Slider - Homepage */
.homepage-slider { position: relative; overflow: hidden; padding-bottom: 40%; }
@media only screen and (max-width: 767px) { .homepage-slider { padding-bottom: 60%; } }
.homepage-slider .slider-image { width: 100%; }
.homepage-slider .bx-wrapper { margin: 0 auto; }
.homepage-slider .bx-wrapper img { width: 100%; }
@media only screen and (max-width: 1023px) { .homepage-slider .bx-controls-direction { display: none; } }
.homepage-slider .bx-controls-direction a { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUjIyMUFBQ/4pPXAAAAAnRSTlOMr6fMpAYAAAAOSURBVAjXY2BgUADiBgABKAChqRrTbwAAAABJRU5ErkJggg=="); width: 60px; height: 60px; margin-top: -30px; background-position: 0 0; background-repeat: repeat; }
.homepage-slider .bx-prev { left: 0; }
.homepage-slider .bx-prev:before { position: absolute; top: 6px; right: auto; bottom: auto; left: 5px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: hidden; text-indent: -9999px; line-height: 0; font-size: 0; width: 48px; height: 48px; background: url("../images/sprites/global.png") -48px 0px no-repeat; content: ''; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) { .homepage-slider .bx-prev:before { background-size: 198px 138px; background-image: url("../images/sprites/global2x.png"); } }
.homepage-slider .bx-next { right: 0; }
.homepage-slider .bx-next:before { position: absolute; top: 6px; right: 5px; bottom: auto; left: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: hidden; text-indent: -9999px; line-height: 0; font-size: 0; width: 48px; height: 48px; background: url("../images/sprites/global.png") 0px 0px no-repeat; content: ''; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) { .homepage-slider .bx-next:before { background-size: 198px 138px; background-image: url("../images/sprites/global2x.png"); } }
.homepage-slider .bx-pager { bottom: 40px; padding: 0; }
@media only screen and (max-width: 1023px) { .homepage-slider .bx-pager { bottom: 10px; } }
.homepage-slider .bx-pager-item { margin: 0 8px; }
.homepage-slider .bx-pager-link { position: relative; width: 16px; height: 16px; background-color: #fff; border: 2px solid #434343; border-radius: 50%; }
.homepage-slider .bx-pager-link:after { position: absolute; top: 1px; right: 1px; bottom: 1px; left: 1px; content: ''; background-color: #434343; border-radius: 50%; }
.homepage-slider .bx-pager-link.active { background-color: #fff; }
.homepage-slider .bx-pager-link.active:after { background: #fff; }

.homepage-slider-loader { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 90; background: url("../images/loader-dark.gif") #f1eff0 center center no-repeat; }

/* EO Slider - Homepage */
