@charset "UTF-8";
@import "../js/fa/jquery.fancybox.css";
@font-face {
  font-family: "vgi";
  src: url("../fonts/vgi.eot");
  src: url("../fonts/vgi.eot?#iefix") format("embedded-opentype"), url("../fonts/vgi.woff") format("woff"), url("../fonts/vgi.ttf") format("truetype"), url("../fonts/vgi.svg#vgi") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "vgi" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="vgi-icon-"]:before,
[class*=" vgi-icon-"]:before {
  font-family: "vgi" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vgi-icon-search:before {
  content: "\e000";
}
.vgi-icon-right-open:before {
  content: "\e001";
}
.vgi-icon-left-open:before {
  content: "\e002";
}
.vgi-icon-down-open:before {
  content: "\e003";
}
.vgi-icon-cancel:before {
  content: "\e004";
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cellini {
  font-family: Cellini, serif;
  font-weight: normal !important;
}
.cellini * {
  font-weight: normal !important;
}
.cellini-medium {
  font-family: CelliniMedium, serif;
  font-weight: normal !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1.article-title,
h2.article-title,
h3.article-title,
h4.article-title,
h5.article-title,
h6.article-title {
  font-weight: bold;
}
a {
  color: #a1284b;
  text-decoration: none;
}
.xt-img-align-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.xt-img-align-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, 'Source Sans Pro', sans-serif;
}
#header,
#content,
#footer .footer-content,
#top-header {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#header {
  height: 300px;
  position: relative;
}
#top-header {
  height: 105px;
  border-bottom: 1px solid #c2c3c5;
  margin-bottom: 13px;
  background: url('../img/top-header-logo.png') no-repeat center center;
}
.tablet-menu {
  display: none;
}
#right-col-placeholder {
  display: none;
}
#content {
  font-size: 12px;
  color: #4b5255;
}
#content .right-col,
#content .left-col,
#content .center-col,
#content .wide-center-col {
  min-height: 200px;
  overflow: hidden;
}
#content .cols-wrapper {
  overflow: hidden;
}
#content .right-col {
  float: left;
  width: 200px;
  margin-left: 50px;
}
#content .right-col .left-col-placeholder {
  display: none;
}
#content .left-col,
#content .alt-left-col {
  font-size: 12px;
  float: left;
  width: 180px;
  padding-right: 40px;
  padding-left: 30px;
}
#content .left-col .left-links,
#content .alt-left-col .left-links {
  margin: 0;
  padding: 0 0 20px 0;
}
#content .left-col img,
#content .alt-left-col img {
  max-width: 100%;
  display: block;
  height: auto !important;
}
#content .center-col,
#content .wide-center-col {
  float: left;
  width: 500px;
}
#content .wide-center-col {
  width: 100%;
}
.cycle-prev,
.cycle-next {
  display: block;
  position: absolute;
  top: 260px;
  left: 300px;
  width: 50px;
  height: 40px;
  background: url('../img/dx.png') no-repeat;
  z-index: 201;
  cursor: pointer;
}
.cycle-prev {
  background-image: url('../img/sx.png');
  left: 250px;
}
.banner .banner-content {
  position: relative;
}
.banner .banner-content .banner-title {
  position: absolute;
  top: 340px;
  right: 20px;
  z-index: 101;
  font-size: 32px;
  padding: 5px 0;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.banner .banner-content .banner-intro {
  position: absolute;
  padding: 11px 16px;
  font-family: Cellini, serif;
  font-weight: normal !important;
  top: 385px;
  right: 20px;
  z-index: 101;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.banner .banner-content .banner-intro * {
  font-weight: normal !important;
}
#nav {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #ddf6ff;
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 100%;
  z-index: 200;
}
#nav .top-level {
  position: relative;
  float: left;
  width: 249px;
  height: 100%;
  padding: 15px 0;
}
#nav .top-level .btn-menu {
  background: #306d84 url('../img/arrow-up.png') no-repeat 75px center;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 260px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#nav .top-level.active {
  border-right: 1px solid #fff;
  background: url('../img/menu-bg.png');
}
#nav .top-level.active .btn-menu {
  background-image: url('../img/arrow-down.png');
}
#nav .ul-level-2 {
  position: absolute;
  left: 250px;
  width: 249px;
  border-right: 1px solid #fff;
  top: 0;
  background: url('../img/menu-bg.png');
  height: 100%;
}
#nav .ul-level-2 li.first-item {
  padding-top: 21px;
}
#nav .ul-level-3 {
  position: absolute;
  left: 250px;
  width: 249px;
  top: 0;
  border-right: 1px solid #fff;
  background: url('../img/menu-bg.png');
  height: 100%;
}
#nav .ul-level-4 {
  position: absolute;
  left: 250px;
  width: 250px;
  top: 0;
  background: url('../img/menu-bg.png');
  height: 100%;
}
#nav .active-arrow {
  display: none;
  position: absolute;
  top: 1px;
  left: -24px;
  width: 12px;
  height: 15px;
  background: url('../img/arrow-all-levels.png') no-repeat center center;
}
#nav .ul-level-2 .active-arrow {
  background: url('../img/arrow-level-1.png') no-repeat center center;
}
#nav .ul-level-3 .active-arrow {
  background: url('../img/arrow-all-levels.png') no-repeat center center;
}
#nav .sfHover > a {
  font-weight: bold;
  color: #fff;
}
#nav .sfHover > a > span.active-arrow {
  display: block;
}
#nav .ul-level-1 > li > a > span.active-arrow {
  display: none;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav ul li {
  padding: 6px 20px;
}
#nav ul li a {
  position: relative;
}
#nav ul a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #ddf6ff;
  /*&.selected,*/
}
#nav ul a:hover {
  color: #fff;
  font-weight: bold;
}
#nav ul a.in-path,
#nav ul a.in-path:hover {
  font-weight: bold;
  color: #fff;
}
#nav .ul-level-1 ul {
  display: none;
}
#home #nav .ul-level-2 .active-arrow {
  background: url('../img/arrow-all-levels.png') no-repeat center center;
}
#home #nav ul a {
  font-size: 13px;
}
#home {
  /*#brands-1024{
		display: none;
		}*/
}
#home #nav .top-level-menu {
  display: none;
}
#home .page-header {
  padding-left: 250px;
  color: #306d84;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  overflow: hidden;
  height: 95px;
  margin-bottom: 30px;
}
#home .page-header h1 {
  margin-top: 24px;
  line-height: 1;
}
#home #top-banner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#home #top-banner .banner {
  width: 100%;
}
#home #top-banner img {
  display: block;
  max-width: 100%;
}
#section .page-header {
  padding-left: 250px;
  color: #306d84;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  overflow: hidden;
  height: 95px;
  margin-bottom: 30px;
}
#section .page-header h1 {
  margin: 0;
  padding: 0;
  font-size: 2em;
  line-height: 95px;
}
#section #header {
  height: 192px;
}
#section #nav .top-level {
  background: #306d84;
  border-right: 1px solid #fff;
}
#section #nav .top-level .btn-menu {
  display: none;
}
#section #nav ul li {
  padding: 4px 20px;
}
#section #nav ul li .ul-level-2 li.first-item {
  padding-top: 19px;
}
#section #top-banner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section #top-banner img {
  display: block;
}
#footer {
  background: #e5e5e5;
  margin-top: 30px;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
}
#footer .footer-content {
  min-height: 62px;
  position: relative;
}
#footer .legals {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 14px;
  text-align: center;
}
#footer .legals li {
  display: inline-block;
}
#footer .legals a {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  border-left: 1px solid #b7b7b7;
  color: #646465;
  padding: 10px 15px;
}
#footer .legals a.last-item {
  border-right: 1px solid #b7b7b7;
  width: 97px;
}
.search-group-title {
  font-size: 12px;
  color: #6d6e6e;
  border-top: 1px solid #dfdfdf;
  line-height: 75px;
  margin-top: 15px;
}
.center-col .search-group-title:first-child {
  border-top: none;
  margin-top: 0;
}
#site-search {
  position: absolute;
  width: 210px;
  height: 45px;
  margin-top: 30px;
  top: 0;
  right: 0;
}
#site-search form {
  position: relative;
  height: 100%;
}
#site-search input[type=text] {
  display: block;
  width: 160px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  padding: 5px;
  height: 22px;
  line-height: 22px;
  /* firefox 19+ */
  /* ie */
}
#site-search input[type=text]::-webkit-input-placeholder {
  color: #535c60;
}
#site-search input[type=text]::-moz-placeholder {
  color: #535c60;
}
#site-search input[type=text]:-ms-input-placeholder {
  color: #535c60;
}
#site-search input[type=text]:-moz-placeholder {
  color: #535c60;
}
@media (max-width: 1023px) {
  #site-search {
    width: 150px;
  }
  #site-search input[type=text] {
    width: 100px;
  }
}
#site-search button {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  display: block;
  padding: 0;
  border: none;
  background: url('../img/lente.png') no-repeat center center;
  overflow: hidden;
  text-indent: -1000px;
}
#brands-1024 {
  padding-left: 250px;
  padding-right: 250px;
  padding-top: 50px;
}
#brands-1024 .title {
  border-bottom: 1px solid #dfdfdf;
}
#brands-1024 .side-brand {
  width: 98px;
  float: left;
}
.section-preview {
  margin-bottom: 20px;
}
.section-preview .section-title {
  color: #306d84;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#lang {
  position: absolute;
  font-size: 12px;
  color: #4b5255;
  font-family: Verdana, 'Source Sans Pro', sans-serif;
  top: 30px;
  left: 30px;
}
#lang ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#lang ul li {
  line-height: 1.7;
}
#lang ul a {
  color: #636d71;
  text-decoration: none;
}
#lang ul a.selected {
  color: #000;
}
div.more {
  margin-top: 10px;
}
div.more a {
  color: #a1284b;
  text-decoration: none;
  padding-left: 3px;
}
#latest-news,
#highlight {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
}
#latest-news h2,
#highlight h2,
.latest-news h2 {
  color: #306d84;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 10px;
}
#latest-news .xt-title,
#highlight .xt-title,
.latest-news .xt-title {
  font-weight: bold;
}
#latest-news h2,
.latest-news h2 {
  margin-left: 0px;
}
#latest-news .home-news,
.latest-news .home-news,
#latest-news .news,
.latest-news .news {
  margin-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
#latest-news .home-news h3,
.latest-news .home-news h3,
#latest-news .news h3,
.latest-news .news h3,
#latest-news .home-news h4,
.latest-news .home-news h4,
#latest-news .news h4,
.latest-news .news h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#latest-news .home-news h3,
.latest-news .home-news h3,
#latest-news .news h3,
.latest-news .news h3 {
  font-size: 14px;
}
#latest-news .home-news:last-child,
.latest-news .home-news:last-child,
#latest-news .news:last-child,
.latest-news .news:last-child {
  border-bottom: none;
}
#highlight .date,
#latest-news .date,
.latest-news .news .date {
  font-size: 11px;
  color: #6f797e;
}
.news-date {
  font-size: 11px;
  color: #6f797e;
}
#highlight .home-hl {
  margin-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
#highlight .home-hl h3,
#highlight .home-hl h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#highlight .home-hl h3 {
  font-size: 14px;
}
#highlight .home-hl img {
  margin: 8px 0;
  max-width: 100%;
  display: block;
}
#highlight .home-hl div.more {
  margin-top: 10px;
}
#highlight .home-hl div.more a {
  color: #a1284b;
  text-decoration: none;
  padding-left: 3px;
}
#highlight .home-hl:last-child {
  border-bottom: none;
}
.home-extra-articles {
  margin-bottom: 40px;
}
.home-extra-articles h3,
.home-extra-articles h4 {
  margin: 0;
}
.home-extra-articles h3 {
  color: #306d84;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.home-extra-articles h4 {
  color: #306d84;
  font-size: 16px;
  margin-bottom: 15px;
}
.home-extra-articles .xt-introduction-wrapper {
  font-weight: bold;
  margin-bottom: 10px;
}
.side-banner,
.side-article {
  margin-bottom: 20px;
}
.side-brands {
  overflow: hidden;
}
.side-brands .side-brand {
  text-align: center;
}
div.title {
  min-height: 35px;
}
div.title h3 {
  color: #306d84;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.right-col .brands .title {
  text-align: center;
}
#home .right-col .side-brand {
  margin-bottom: 18px;
}
#right-col-placeholder .side-brand,
#brands-1024 .side-brand {
  height: 60px;
  position: relative;
}
#search-curtain {
  display: none;
  color: #fff;
  background: url(../img/search-curtain.png);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}
#search-curtain .relative-pos {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#search-form {
  overflow: hidden;
  width: 490px;
  height: 330px;
  margin-left: -245px;
  margin-top: -165px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #306d84;
}
#search-form .relative-pos {
  padding: 36px 50px;
  width: auto;
  height: auto;
}
#search-form .relative-pos a.close {
  position: absolute;
  top: 19px;
  right: 19px;
  display: block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: url(../img/close.png) no-repeat;
}
#search-form .relative-pos .tags {
  margin-top: 10px;
}
#search-form .relative-pos .tags a.tag {
  display: inline-block;
  color: #306d84;
  padding: 5px;
  background: #b5c9d2;
  border-radius: 2px;
  margin-right: 4px;
}
#search-form h3 {
  font-family: 'Cellini';
  font-size: 36px;
  margin-bottom: 5px;
  margin-top: 10px;
}
#search-form input[type=text] {
  display: block;
  width: 370px;
  border: none;
  background: #b5c9d2;
  margin: 0;
  padding: 10px;
  height: 30px;
  line-height: 30px;
  /* firefox 19+ */
  /* ie */
}
#search-form input[type=text]::-webkit-input-placeholder {
  color: #535c60;
}
#search-form input[type=text]::-moz-placeholder {
  color: #535c60;
}
#search-form input[type=text]:-ms-input-placeholder {
  color: #535c60;
}
#search-form input[type=text]:-moz-placeholder {
  color: #535c60;
}
/* article */
.article {
  overflow: hidden;
}
.article p:first-child {
  margin-top: 0;
}
.article .subtitle {
  color: #306d84;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.article-inner {
  overflow: hidden;
}
.article-title {
  font-size: 13px;
}
/* primary */
/* secondary */
.article-secondary:last-child {
  border-bottom: none;
}
.article-secondary .article-title {
  font-weight: bold;
}
/* side */
.file-with-preview,
.file-without-preview {
  margin-top: 10px;
}
.file-with-preview a,
.file-without-preview a {
  display: block;
  margin-top: 8px;
}
.file-with-preview a img,
.file-without-preview a img {
  position: relative;
  top: -2px;
}
.file-with-preview {
  overflow: hidden;
}
.file-with-preview .file-preview {
  float: left;
  width: 105px;
  margin-right: 15px;
}
/* thumb */
.thumb {
  position: relative;
}
.thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thumb a:hover {
  text-decoration: none;
}
.thumb img {
  position: relative;
  display: block;
  max-width: 100%;
}
/* large */
.thumb-large {
  margin-top: 25px;
}
/* small */
.thumb-small {
  width: 220px;
  background: #fff;
}
.thumb-small-left {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}
.thumb-small-right {
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
}
.thumb-small-download {
  float: left;
  margin-right: 10px;
}
/* overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
}
.overlay-play {
  background: url('../img/play.png') no-repeat center center;
}
.gallery {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 -10px;
}
.gallery .gallery-thumb {
  position: relative;
  min-height: 1px;
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
  float: left;
}
.gallery .gallery-thumb img {
  display: block;
  height: auto !important;
  max-width: 100%;
}
.news {
  overflow: hidden;
  margin-bottom: 60px;
}
.news p,
.news h3,
.news h4 {
  margin: 0;
}
.news h3 {
  color: #306d84;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.news .icon,
.news .preview {
  float: left;
  overflow: hidden;
}
.news .icon {
  width: 188px;
}
.news .icon + .preview {
  width: 302px;
  margin-left: 10px;
}
.news div.more {
  margin-top: 10px;
}
.search-result .preview h3 {
  color: #306d84;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.news-content h2 {
  color: #306d84;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.news-content .content-date {
  margin-bottom: 10px;
  font-size: 11px;
  color: #6f797e;
}
.search-result {
  overflow: hidden;
  margin-bottom: 60px;
}
.search-result p,
.search-result h3,
.search-result h4 {
  margin: 0;
}
.search-result div.more {
  margin-top: 10px;
}
/*
.pagination{
	ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
			overflow: hidden;
		li{
			display: block;
			float:left;
			overflow: hidden;
			//width: 20px;
			padding:0 5px;
			height: 20px;
			border:none;
			border-right:none;
			text-align: center;
			line-height: 20px;
		}
		li.active a{
			color:#333;
		}
	}
}
*/
.pagination > ul {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > ul > li {
  display: inline;
}
.pagination > ul > li > a,
.pagination > ul > li > span {
  position: relative;
  float: left;
  padding: 4px 9px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #a1284b;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > ul > li:last-child > a,
.pagination > ul > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > span:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li > span:focus {
  color: #781e38;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > ul > .active > a,
.pagination > ul > .active > span,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #a1284b;
  border-color: #a1284b;
  cursor: default;
}
.pagination > ul > .disabled > span,
.pagination > ul > .disabled > span:hover,
.pagination > ul > .disabled > span:focus,
.pagination > ul > .disabled > a,
.pagination > ul > .disabled > a:hover,
.pagination > ul > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.has-js .label_check,
.has-js .label_radio {
  padding-left: 24px;
}
.has-js .label_check {
  background: url(../img/check-off.png) no-repeat;
}
.has-js label.c_on {
  background: url(../img/check-on.png) no-repeat;
}
.has-js .label_check input,
.has-js .label_radio input {
  position: absolute;
  left: -9999px;
}
.has-js .label_check {
  display: block;
  height: 21px;
  padding-right: 20px;
  line-height: 21px;
  padding-bottom: 6px;
}
#select-all {
  cursor: pointer;
}
.form-group {
  position: relative;
  overflow: hidden;
}
.form-group label {
  display: none;
}
.form-group.gender {
  padding-left: 4px;
  padding-bottom: 5px;
}
.form-group.gender label {
  display: inline-block;
}
.form-group label.error {
  background: url('../img/error-arrow.png') no-repeat left center;
  margin-top: -12px;
  display: block !important;
  position: absolute;
  top: 50%;
  left: 240px;
  color: #a1284b;
  font-size: 11px;
  padding-left: 24px;
}
.form-group .form-control {
  display: block;
  width: auto;
  height: 18px;
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group .form-control:-moz-placeholder {
  color: #aaa;
  font-style: italic;
  font-size: 14px;
}
.form-group .form-control::-moz-placeholder {
  color: #aaa;
  font-style: italic;
  font-size: 14px;
  opacity: 1;
}
.form-group .form-control:-ms-input-placeholder {
  color: #aaa;
  font-style: italic;
  font-size: 14px;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #aaa;
  font-style: italic;
  font-size: 14px;
}
.form-group .form-control[disabled],
.form-group .form-control[readonly],
fieldset[disabled] .form-group .form-control {
  cursor: not-allowed;
  background-color: #f2f2f2;
}
textarea.form-group .form-control {
  height: auto;
}
.user-data {
  padding: 10px 0 20px 0;
}
.privacy {
  padding: 20px 0;
  font-size: 10px;
}
.privacy .checkbox {
  position: relative;
}
.privacy .checkbox label.error {
  background: url('../img/error-arrow.png') no-repeat left center;
  margin-top: -6px;
  display: block !important;
  position: absolute;
  top: 50%;
  left: 110px;
  color: #a1284b;
  font-size: 11px;
  padding-left: 24px;
}
.form-actions {
  margin-top: 20px;
}
.btn {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  border: none;
  height: 37px;
  line-height: 37px;
  background: #e2e2e2;
  color: #5d5d5d;
  padding: 0 18px;
  padding-right: 31px;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
.btn img {
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -13px;
}
.btn [class^="vgi-icon-"]::before,
.btn [class*=" vgi-icon-"]::before {
  font-size: 24px;
  line-height: 33px;
  float: left;
  display: block;
  height: 100%;
  position: relative;
  top: 4px;
}
.btn-primary {
  background: #a1284b;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active {
  background: #656567;
}
.btn-link {
  background: transparent;
  color: #A1284B;
  border: none;
  padding: 0 10px;
  display: inline-block;
  text-transform: none;
}
.visible-sm {
  display: none;
}
@media (max-width: 1023px) {
  .visible-sm {
    display: block;
  }
  #brands-1024 {
    padding-right: 0;
    clear: both;
  }
  .cycle-prev,
  .cycle-next {
    top: 240px;
  }
  .banner .banner-content {
    position: relative;
  }
  .banner .banner-content .banner-title {
    top: 214px;
  }
  .banner .banner-content .banner-intro {
    top: 259px;
  }
  .tablet-menu {
    display: block;
    margin-bottom: 15px;
  }
  .tablet-menu .ul-level-4 {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .tablet-menu .ul-level-4 a {
    color: #306d84;
    text-transform: uppercase;
    padding-bottom: 7px;
    display: block;
    position: relative;
  }
  .tablet-menu .ul-level-4 a .arrow {
    background: url('../img/arrow-level-4.png') no-repeat center center;
    display: block;
    height: 15px;
    width: 12px;
    position: absolute;
    top: 0;
    left: -15px;
  }
  .tablet-menu .ul-level-4 a.selected {
    font-weight: bold;
  }
  #right-col-placeholder {
    display: block;
    clear: both;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #dfdfdf;
  }
  #right-col-placeholder .bottom-right-article {
    float: left;
    width: 205px;
    padding-left: 30px;
    margin-right: 15px;
    min-height: 20px;
  }
  #right-col-placeholder .latest-news {
    overflow: hidden;
    /*.news:last-child{
				margin-right: 0;
				margin-left: 15px;
				}*/
  }
  #right-col-placeholder .latest-news .news {
    float: left;
    width: 235px;
    margin-right: 15px;
    border-bottom: none;
  }
  #right-col-placeholder .latest-news .news:nth-child(even) {
    clear: both;
  }
  #right-col-placeholder .side-brand {
    width: 98px;
    float: left;
  }
  #home #right-col-placeholder {
    border-top: none;
  }
  #right-col-placeholder .side-brand {
    border: none;
  }
  .brands,
  #brands-placeholder {
    /*float:left;
		width: 198px;
		margin-left: 20px;
		margin-right: 30px;*/
  }
  .brands .title,
  #brands-placeholder .title {
    border-bottom: 1px solid #dfdfdf;
  }
  #brands-placeholder {
    margin: 0;
  }
  #home .brands {
    float: none;
    width: auto;
  }
  #home .brands .side-brands {
    width: auto;
    float: left;
  }
  #top-header,
  #header,
  #content,
  #footer .footer-content {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  #header {
    height: 280px;
  }
  #content .right-col {
    display: none;
  }
  #content .alt-left-col {
    display: none;
  }
  #content .wide-center-col {
    float: none;
    width: auto;
  }
  #content .center-col {
    float: left;
    width: 500px;
  }
  #nav .top-level .btn-menu {
    top: 240px;
  }
}
.alert-success {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  background-color: #f0f0f0;
  border-color: #e9e9e9;
  color: #767676;
}
.latest-news {
  font-size: 12px;
}
.more-icon {
  display: inline-block;
  width: 8px;
  height: 10px;
  background: transparent url(../img/arrow_single_right.gif) no-repeat 0 4px;
  /*&:hover{
		background: transparent url(../img/arrow_single_right.gif) no-repeat 0 -96px;
		}*/
}
#cookies-policy {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 3000;
  box-shadow: 0 0 6px #000;
}
#cookies-policy .container {
  margin: 15px 50px;
  font-size: 12px;
}
#cookies-policy .accept {
  padding: 4px;
  display: inline-block;
  margin-top: 10px;
  background: #a1284b;
  color: #fff;
}
#cookies-policy .accept:hover {
  background: #4b4b4b;
  color: #fff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 1px solid #d4d4d4;
}
