<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../js/flexslider/fonts/flexslider-icon.eot');
  src: url('../js/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../js/flexslider/fonts/flexslider-icon.woff') format('woff'), url('../js/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('../js/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides &gt; li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides &gt; li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides &gt; li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@font-face {
  font-family: 'bikobold';
  src: url('/font/biko_bold-webfont.eot');
  src: url('/font/biko_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/font/biko_bold-webfont.woff2') format('woff2'), url('/font/biko_bold-webfont.woff') format('woff'), url('/font/biko_bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kartikab';
  src: url('/font/kartikab.eot');
  src: url('/font/kartikab.eot?#iefix') format('embedded-opentype'), url('/font/kartikab.woff') format('woff'), url('/font/kartikab.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bikoregular';
  src: url('/font/biko_regular-webfont.eot');
  src: url('/font/biko_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/font/biko_regular-webfont.woff2') format('woff2'), url('/font/biko_regular-webfont.woff') format('woff'), url('/font/biko_regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  outline: none;
  box-sizing: border-box;
  font-family: 'Titillium Web', sans-serif;
}
body {
  background-color: #f6f6f6;
  margin: 0;
}
.clearer {
  clear: both;
}
nav {
  width: 950px;
  margin: 0 auto;
  text-align: right;
  position: absolute;
  top: -23px;
  right: 28px;
}
nav a {
  background-color: #003248;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 0 3px;
  font-size: 10px;
  position: relative;
  margin-left: 4px;
  margin-right: 10px;
  display: inline-block;
  height: 15px;
  line-height: 15px;
}
@-moz-document url-prefix() {
  nav a {
    height: 16px;
    line-height: 16px;
  }
}
nav a.menu:before {
  position: absolute;
  left: -15px;
  top: 0px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #003248 transparent;
  line-height: 0px;
}
@-moz-document url-prefix() {
  nav a.menu:before {
    top: 1px;
  }
}
nav a.menu:not(.last):after {
  position: absolute;
  right: -15px;
  top: 0px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #003248 transparent transparent transparent;
  line-height: 0px;
}
nav a.menu.last {
  padding-right: 10px;
  margin-right: 0px;
}
nav a.social {
  margin: 0px;
  padding: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
nav a.social:hover {
  background-color: #7e93a1;
}
nav a.social i.fa {
  display: inline-block;
  width: 20px;
  text-align: center;
  color: #fff;
}
nav a.menu:hover {
  background-color: #7e93a1;
}
nav a.menu:hover:before {
  border-color: transparent transparent #7e93a1 transparent;
}
nav a.menu:hover:not(.last):after {
  border-color: #7e93a1 transparent transparent transparent;
}
div.wrapper {
  width: 950px;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  margin: 55px auto 0;
  padding: 15px;
  position: relative;
}
div.wrapper &gt; header {
  position: relative;
  height: 40px;
}
div.wrapper &gt; header .header-content {
  background-color: #dadada;
  height: 40px;
  padding-right: 12px;
  text-align: right;
}
div.wrapper &gt; header .header-content input,
div.wrapper &gt; header .header-content select {
  display: inline-block;
  vertical-align: bottom;
}
div.wrapper &gt; header .logo {
  position: absolute;
  left: 10px;
  bottom: 5px;
}
div.wrapper button,
div.wrapper input {
  border: 1px solid #a9a9a9;
  background-color: #dadada;
  padding: 0 5px;
  height: 20px;
  margin-top: 15px;
  font-size: 14px;
  width: 150px;
}
div.wrapper input {
  width: 135px;
}
div.wrapper button {
  width: auto;
  font-size: 16px;
  padding: 0px 3px;
  line-height: 16px;
  color: #4d4d4d;
  vertical-align: top;
  cursor: pointer;
}
@-moz-document url-prefix() {
  div.wrapper .selectBox-dropdown {
    margin-top: 15px;
  }
}
@-moz-document url-prefix() {
  div.wrapper input.search-text {
    margin-top: 14px;
  }
}
div.wrapper section.posters {
  clear: both;
}
div.wrapper section.posters .pager {
  float: right;
  margin-right: 8px;
}
div.wrapper section.posters .pager.nopager {
  margin: 0px !important;
}
div.wrapper section.posters .pager.bottom {
  margin-top: 25px;
  margin-bottom: 28px;
}
div.wrapper section.posters .pager a {
  font-size: 12px;
  font-family: "Arial";
  display: block;
  float: left;
  text-decoration: none;
  color: #000;
  border: 1px solid #000000;
  margin-right: 5px;
  height: 28px;
  line-height: 28px;
  width: 20px;
  text-align: center;
}
div.wrapper section.posters .pager a.activepage {
  background-color: #d0d3da;
}
div.wrapper section.posters .pager .morepage {
  font-size: 12px;
  font-family: "Arial";
  display: block;
  float: left;
  text-decoration: none;
  color: #d0d3da;
  border: 1px solid #d0d3da;
  margin-right: 5px;
  height: 28px;
  line-height: 28px;
  width: 20px;
  text-align: center;
}
div.wrapper section.posters &gt; header {
  text-transform: uppercase;
  margin: 15px 8px;
  overflow: hidden;
  color: #010101;
  font-weight: bold;
  font-size: 12px;
  font-family: 'bikobold';
}
div.wrapper section.posters &gt; header.result-header {
  margin-top: 32px;
}
div.wrapper section.posters &gt; header.poster-header {
  margin: 30px 8px 23px;
}
div.wrapper section.posters &gt; header a {
  color: #010101;
  font-family: "bikobold";
  text-decoration: none;
}
div.wrapper section.posters &gt; header .subTitle {
  color: #aeaeae;
  position: relative;
  font-family: "bikobold";
  padding: 0px;
  margin: 0px;
  line-height: 15px;
}
div.wrapper section.posters &gt; header .subTitle:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 0;
  border-color: #003248 transparent transparent transparent;
}
@-moz-document url-prefix() {
  div.wrapper section.posters &gt; header .subTitle:after {
    top: 3px;
  }
}
div.wrapper section.posters &gt; header .subTitle.links .link-delimiter {
  color: #000 !important;
  vertical-align: top;
  line-height: 1;
}
div.wrapper section.posters &gt; header .subTitle.links a {
  color: #aeaeae !important;
  font-weight: normal !important;
}
div.wrapper section.posters &gt; header .subTitle.links a:hover {
  color: #676767 !important;
}
div.wrapper section.posters &gt; header:hover:not(.poster-header):not(.no-link) {
  color: #676767;
}
div.wrapper section.posters &gt; header:hover:not(.poster-header):not(.no-link) a {
  color: #676767;
}
div.wrapper section.posters &gt; header:hover:not(.poster-header):not(.no-link) .subTitle {
  color: #cecece;
}
div.wrapper section.posters a.poster {
  float: left;
  margin-left: 27px;
  width: 162px;
  min-height: 314px;
  text-decoration: none;
  padding-bottom: 10px;
}
div.wrapper section.posters a.poster:nth-child(5n + 1) {
  margin-left: 0;
  clear: both;
}
div.wrapper section.posters a.poster img {
  display: block;
  padding: 8px;
  border: 1px solid #dbdbdb;
  position: relative;
  top: 0;
  transition: all .3s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
div.wrapper section.posters a.poster:hover img {
  box-shadow: 0px 11px 13px -7px rgba(0, 0, 0, 0.4);
  top: -5px;
}
div.wrapper section.posters a.poster h3,
div.wrapper section.posters a.poster h4 {
  margin: 4px 0;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  overflow: hidden;
  line-height: 1.4;
}
div.wrapper section.posters a.poster h3 {
  color: #333333;
  max-height: 38px;
  font-weight: 600;
  margin: 0;
  margin-top: 12px;
}
div.wrapper section.posters a.poster h4 {
  color: #959595;
  height: 19px;
  margin: 0;
}
div.wrapper section.posters a.poster h4.country {
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}
div.wrapper section.posters.small .poster {
  width: 108px;
  height: auto;
  min-height: auto;
  margin-left: 0px;
  margin-right: 27px;
  margin-bottom: 0px;
}
div.wrapper section.posters.small .poster:nth-child(5n + 1) {
  clear: none;
}
div.wrapper section.posters.small .poster:nth-child(8) {
  margin-right: 0px;
}
div.wrapper section.posters.small .poster img {
  width: 100%;
}
div.wrapper section.posters.small .poster h3 {
  max-height: none;
  margin-top: 13px;
}
div.wrapper section.posters.small .poster h4 {
  display: none;
}
div.wrapper section.posters.small .poster h4.country {
  display: block;
  font-weight: 300;
  margin-bottom: 0px;
}
div.wrapper article.poster {
  margin: 15px 0 65px;
  overflow: hidden;
  position: relative;
}
div.wrapper article.poster .dimension-select {
  margin-top: -3px;
  margin-left: 5px;
  background-color: #fff;
  height: 16px;
}
div.wrapper article.poster .dimension-select .selectBox-label {
  padding: 0 8px;
  height: 14px;
  line-height: 14px;
}
div.wrapper article.poster .dimension-select .selectBox-arrow {
  margin-top: -2px;
}
div.wrapper article.poster img {
  width: 355px;
  /*height: 512px;*/
  float: left;
  box-sizing: content-box;
  margin-right: 20px;
  display: block;
  padding: 8px;
  border: 1px solid #dbdbdb;
}
div.wrapper article.poster div.details {
  float: left;
  width: 515px;
  padding-left: 7px;
  padding-top: 8px;
  padding-bottom: 48px;
}
div.wrapper article.poster div.details h1 {
  margin: 0;
  font-weight: 400;
  line-height: 37px;
  font-size: 45px;
  font-family: "bikobold";
}
div.wrapper article.poster div.details p {
  color: #cbcbcb;
  padding-right: 35px;
  font-family: "bikoregular";
  font-size: 18px;
}
div.wrapper article.poster div.details ul {
  font-family: "bikoregular";
  font-size: 14px;
  padding-right: 60px;
}
div.wrapper article.poster div.details ul li {
  text-align: left;
  list-style-type: none;
  color: #cbcbcb;
  text-transform: uppercase;
  font-family: "bikoregular";
  font-size: 14px;
  line-height: 1.3;
}
div.wrapper article.poster div.details ul li.spacer {
  height: 22px;
}
div.wrapper article.poster div.details ul li .text-indent {
  float: left;
  height: 42px;
  font-family: "bikoregular";
  margin-right: 5px;
}
div.wrapper article.poster div.details ul li span {
  font-family: "bikoregular";
  font-weight: 400;
  color: black;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-transform: none;
}
div.wrapper article.poster .price-container {
  position: absolute;
  left: 401px;
  bottom: -8px;
}
div.wrapper article.poster span.price {
  color: #cbcbcb;
  font-size: 30px;
  font-weight: bold;
  font-family: "bikobold";
}
div.wrapper article.poster span.price.sale {
  color: #000;
}
div.wrapper article.poster span.priceText {
  color: #cbcbcb;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "bikobold";
}
div.wrapper article.poster span.priceText.sale {
  color: #000;
}
div.wrapper article.poster span.priceText a {
  color: #000;
  text-decoration: none;
  font-family: "bikoregular";
}
div.wrapper article.poster span.priceText p {
  font-family: "bikoregular";
  font-weight: 300;
  line-height: 1;
  font-size: 9px;
  width: 69%;
  margin-top: -5px;
  position: relative;
}
div.wrapper article.poster span.priceText p .triangle {
  position: absolute;
  bottom: 2px;
  left: auto;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 0;
  border-color: #003248 transparent transparent transparent;
}
@-moz-document url-prefix() {
  div.wrapper article.poster span.priceText p .triangle {
    bottom: 1px;
  }
}
div.wrapper .noResult {
  margin: 36px 0 80px 0;
  text-align: center;
}
div.wrapper .noResult .title {
  font-family: "bikoregular";
  font-size: 24px;
  margin: 0px;
}
div.wrapper .noResult .text {
  font-family: "bikoregular";
  font-size: 14px;
  color: #CBCBCB;
  margin: 0 auto;
  text-align: justify;
  width: 48%;
}
div.wrapper .searchRow {
  padding: 0 8px;
  margin-top: -15px;
  font-family: "bikoregular";
  color: #adadad;
  font-size: 11px;
  margin-bottom: 28px;
  height: 13px;
  text-transform: uppercase;
}
div.wrapper .searchRow .delimiter:last-of-type {
  display: none;
}
div.wrapper .footerSelection {
  margin-top: 28px;
  height: 254px;
}
div.wrapper .footerSelection a {
  text-decoration: none;
}
div.wrapper .footerSelection .image {
  border: 1px solid #dbdbdb;
  padding: 8px;
  box-sizing: content-box;
  width: 521px;
  height: 236px;
  z-index: 1;
  position: relative;
}
div.wrapper .footerSelection .image img {
  width: 521px;
  height: 236px;
  z-index: 2;
}
div.wrapper .footerSelection .image .selectionText {
  position: absolute;
  top: 8px;
  left: 8px;
  border: 0px;
  z-index: 3;
}
div.wrapper .footerSelection .text {
  padding-top: 8px;
  height: 183px;
}
div.wrapper .footerSelection .text p {
  margin: 0px;
  font-size: 15px;
  padding: 0 10px 10px 10px;
  color: #b9b9b9;
  font-family: "kartikab";
  line-height: 1.1;
}
div.wrapper .footerSelection .text p strong {
  font-family: "kartikab";
  font-weight: 300;
  color: #747474;
  font-size: 20px;
}
div.wrapper .footerSelection .icons {
  margin-top: 10px;
}
div.wrapper .footerSelection .icons img {
  margin-right: 20px;
  border: 1px solid #dbdbdb;
  padding: 8px;
  width: 43px;
  height: 43px;
  box-sizing: content-box;
}
div.wrapper .footerSelection .icons img:first-child {
  margin-left: 20px;
}
div.wrapper .footerSelection:nth-child(odd) .image {
  float: left;
}
div.wrapper .footerSelection:nth-child(odd) .text {
  padding-left: 549px;
}
div.wrapper .footerSelection:nth-child(even) .image {
  float: right;
}
div.wrapper .footerSelection:nth-child(even) .text {
  padding-right: 549px;
}
div.wrapper .footerSelection:nth-child(even) .text p {
  padding-left: 0px;
}
div.wrapper .footerSelection:nth-child(even) .icons img:first-child {
  margin-left: 0px;
}
div.wrapper .footer-selection-container {
  margin: 30px 0 0;
}
footer {
  background-color: #767676;
  margin-top: 30px;
  min-width: 950px;
}
footer .copyright {
  position: absolute;
  bottom: -10px;
  left: 18px;
  font-size: 12px;
  padding: 0px;
  color: #3e3e3e;
  vertical-align: text-bottom;
}
footer .content {
  position: relative;
  margin: 0 auto;
  padding: 15px;
  padding-bottom: 40px;
  width: 950px;
}
footer a.logo {
  text-decoration: none;
}
footer a.logo img {
  border: 0;
  float: left;
}
footer a.logo p {
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #3c3c3c;
  font-weight: bold;
  font-size: 11px;
  margin-left: -30px;
  padding-top: 35px;
}
footer .half-container {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
footer .half-container:first-child {
  padding-left: 0px;
}
footer .newsletter {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  color: #414141;
  padding-right: 0px;
}
footer .newsletter p {
  margin: 0px;
  padding: 0px;
  margin-top: 92px;
}
footer .newsletter button,
footer .newsletter input {
  border: 1px solid #a9a9a9;
  background-color: #dadada;
  padding: 0 5px;
  height: 20px;
  font-size: 13px;
  width: 150px;
}
footer .newsletter button {
  width: auto;
  font-size: 16px;
  padding: 0px 3px;
  line-height: 16px;
  color: #4d4d4d;
  vertical-align: top;
  cursor: pointer;
}
footer .contact-us p {
  width: 50%;
  float: left;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  color: #414141;
}
footer .contact-us p a {
  color: #414141;
  text-decoration: none;
}
footer .contact-us p i.fa {
  margin-right: 10px;
  border-radius: 3px;
  line-height: 25px;
  font-size: 17px;
  width: 25px;
  height: 25px;
  background-color: #414141;
  color: #fff;
  text-align: center;
}
/* Flexslider */
.flexslider {
  border: 0px;
  margin: 6px 0 10px !important;
}
.flexslider .slides {
  margin: 0px;
  border: 1px solid #dbdbdb;
  padding: 8px;
  z-index: 1;
}
.flexslider .slides .selection {
  z-index: 2;
}
.flexslider .slides .selectionText {
  z-index: 3;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.1;
  transition: all 3s;
}
.flexslider .slides .flex-active-slide .selectionText {
  opacity: 1;
}
.message {
  font-size: 14px;
  font-family: "bikoregular";
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  margin: 10px 0;
  color: #ffffff;
}
.message.error {
  background-color: red;
}
.message.success {
  background-color: green;
}
/* Selectbox*/
/* Dropdown control */
.selectBox-dropdown {
  min-width: 110px;
  position: relative;
  border: solid 1px #a9a9a9;
  line-height: 20px;
  height: 20px;
  text-decoration: none;
  text-align: left;
  color: #4d4d4d;
  outline: none;
  vertical-align: middle;
  background: #dadada;
  display: inline-block;
  cursor: default;
  box-sizing: border-box;
  margin-top: -1px;
}
.selectBox-dropdown:focus {
  border-color: #666;
}
.selectBox-dropdown .selectBox-label {
  padding: 0 5px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 3.5px 0 3.5px;
  border-color: #000000 transparent transparent transparent;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #BBB;
  /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  border-radius: 4px;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  font-size: 13px;
  padding: 0;
  margin: 0;
}
.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}
.selectBox-options LI.selectBox-hover A {
  background-color: #EEE;
}
.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
  background-color: #C8DEF4;
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}
.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}
/* Flexslider */
.flexslider {
  margin: 0px;
}
.flex-control-nav {
  width: 50%;
  text-align: right;
  right: 3px;
}
.flex-control-paging li a {
  color: transparent;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #dddddd;
}
.flex-control-paging li a.flex-active {
  background-color: #0c354b;
}
.ie div.wrapper button {
  margin-top: 14px;
}
.ie div.wrapper &gt; header .header-content input {
  top: -1px;
  position: relative;
}
.zoomWindow {
  margin-top: 9px !important;
  margin-left: 9px !important;
}
.text-content {
  margin-bottom: 51px;
}
.text-content * {
  margin: 0;
  padding: 0;
}
.text-content .text-content-left-side {
  float: left;
  margin-left: 10px;
  width: 615px;
}
.text-content .text-content-left-side p {
  color: #afafaf;
  font-family: "bikoregular";
  font-size: 17px;
  margin-bottom: 17px;
}
.text-content .text-content-left-side p a {
  color: #013148;
  font-family: "bikoregular";
  font-size: 17px;
  text-decoration: none;
}
.text-content .text-content-left-side h1,
.text-content .text-content-left-side h2 {
  font-size: 24px;
  font-family: "bikoregular";
  color: #003047;
  margin-top: 53px;
  margin-bottom: 15px;
}
.text-content .text-content-right-side {
  float: left;
  width: 267px;
  text-align: right;
  margin-right: 10px;
  margin-top: 91px;
}
.text-content .text-content-right-side a {
  line-height: 1;
  padding: 0;
  margin: 0;
  position: relative;
  color: #013148;
  font-family: "bikoregular";
  font-size: 12px;
  text-decoration: none;
}
.text-content .text-content-right-side a.bottom-link {
  position: relative;
  top: 33px;
}
.text-content .text-content-right-side a:after {
  content: '';
  position: absolute;
  right: -17px;
  top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #003248 transparent transparent transparent;
}
</pre></body></html>