@charset "UTF-8";

/*
Theme Name: Wine Library
Author: Enabled Labs
Version: 1.0
Author URI: http://enabledlabs.com/
*/

/*!
 * Project:   Wine Library TV
 * Date:      2015/01/09
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { overflow-y: scroll; font-size: 100.01%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { background: #f4f2e9; font-size: 62.5%; }

body, textarea, input, select, option, button { color: #333; font: 18px/24px Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
div, form, blockquote, article, aside, details, figcaption, figure, footer, header, menu, nav, section, ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin: 0 0 20px; } :last-child { margin-bottom: 0 !important; } .last-child { margin-bottom: 0 !important; }
body > :not(.root-a), body > :not(.root-a) div, body > :not(.root-a) form { margin-bottom: 0; }

@media screen and (max-width: 599px) {
body, textarea, input, select, option, button { font-size: 14px; }
}

@font-face { font-family: 'Open Sans'; src: url('fonts/opensans-light.eot'); src: url('fonts/opensans-light.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light.woff2') format('woff2'), url('fonts/opensans-light.woff') format('woff'), url('fonts/opensans-light.ttf') format('truetype'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Open Sans'; src: url('fonts/opensans-regular.eot'); src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular.woff2') format('woff2'), url('fonts/opensans-regular.woff') format('woff'), url('fonts/opensans-regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Open Sans'; src: url('fonts/opensans-italic.eot'); src: url('fonts/opensans-italic.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-italic.woff2') format('woff2'), url('fonts/opensans-italic.woff') format('woff'), url('fonts/opensans-italic.ttf') format('truetype'); font-weight: normal; font-style: italic; }
@font-face { font-family: 'Open Sans'; src: url('fonts/opensans-bold.eot'); src: url('fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold.woff2') format('woff2'), url('fonts/opensans-bold.woff') format('woff'), url('fonts/opensans-bold.ttf') format('truetype'); font-weight: bold; font-style: normal; }
@font-face { font-family: 'Icons'; src:url('fonts/icomoon.eot?-jh8ov7'); src:url('fonts/icomoon.eot?#iefix-jh8ov7') format('embedded-opentype'), url('fonts/icomoon.woff?-jh8ov7') format('woff'), url('fonts/icomoon.ttf?-jh8ov7') format('truetype'), url('fonts/icomoon.svg?-jh8ov7#icomoon') format('svg'); font-weight: normal; font-style: normal; }

/*!
 * Layout
/* ---------------------------------------- */

.root-a { position: relative; overflow: hidden; width: 100%; min-width: 320px; margin: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
 .root-a *, .root-a *:before, .root-a *:after { -moz-box-sizing: inherit; -webkit-box-sizing: inherit; box-sizing: inherit; }
 .root-a > *, .root-a .contain { max-width: 1170px; margin-left: auto; margin-right: auto; border-left: 30px solid transparent; border-right: 30px solid transparent; }
 .root-a > .max { max-width: none; border-left: none; border-right: none; }

@media screen and (max-width: 599px) {
.root-a > *, .root-a .contain { border-left-width: 15px; border-right-width: 15px; }
}

/*!
 * Modules
/* ---------------------------------------- */

.box-a { }
 .box-a > .hx { margin: 0; padding: 5px 10px; background: #1e3b4d; border-radius: 4px 4px 0 0; color: #fff; font-size: 18px; line-height: 25px; font-weight: bold; text-align: center; }
 .box-a > .hx { background: -webkit-linear-gradient(#203e51, #1a3242); background: linear-gradient(#203e51, #1a3242); }
 .box-a > .wrap { padding: 14px; border: 1px solid #bdcbd4; border-width: 0 1px 1px; background: #fff; }
  .box-a ul { list-style: none; padding: 0; }
   .box-a li { margin-bottom: 5px; font-size: 14px; }
    .box-a li:before { display: none; }
    .box-a li a { color: inherit; text-decoration: none; }
    .box-a li a:hover { text-decoration: underline; }

@media screen and (max-width: 599px) {
.box-a > .hx { font-size: 16px; }
}

.box-b { }
 .box-b > .hx { margin-bottom: 10px; font-size: 18px; font-weight: bold; text-transform: uppercase; text-align: center; }

@media screen and (max-width: 599px) {
.box-b > .hx { font-size: 14px; }
}

/* browser warning */

.browser-a { position: relative; z-index: 101; margin: -30px -100% 30px; padding: 20px 40px; background: #b22; color: #fff; text-align: center; }
 .browser-a a { color: #fff !important; text-decoration: underline; }

/* columns */

.cols-a { position: relative; width: 100%; }
 .cols-a:before { position: absolute; left: 75%; top: 0; bottom: 0; content: ''; width: 1px; background: #c69c6d; }
 .cols-a:after { display: table; clear: both; content: ''; }
 .cols-a > .primary { float: left; width: 75%; margin: 0; padding: 0 15px 0 0; }
 .cols-a > .secondary { float: right; width: 25%; margin: 0; padding: 0 0 0 15px; }

@media screen and (max-width: 1024px) {
.cols-a:before { display: none; }
.cols-a > .primary { float: none; width: 100%; margin: 0 0 20px; border-bottom: 1px solid #c69c6d; padding: 0 0 20px; }
.cols-a > .secondary { float: none; width: auto; padding: 0; }
}

/* comment */

.comment-a { position: relative; padding: 9px; border: 1px solid #bdcbd4; border-radius: 4px; background: #fff;  }
 .comment-a > .hx { margin: 0 0 10px; color: #333; font-size: 14px; }
 .comment-a > .more { position: absolute; right: 10px; top: 10px; font-size: 12px; }
 .comment-a article { }
  .comment-a article:after { display: table; clear: both; content: ''; }
  .comment-a article figure { float: left; width: 50px; margin: 0 -100% 0 0; }
   .comment-a article figure img { display: block; }
  .comment-a article figure ~ * { margin-left: 65px; }
  .comment-a article .hx { margin-bottom: 5px; color: #424242; font-size: 13px; font-weight: bold; }
   .comment-a article .hx time { padding-left: 20px; color: #aaa; font-size: 12px; font-weight: normal; }
  .comment-a article p { margin-bottom: 5px; font-size: 15px; }
  .comment-a article ul { list-style: none; margin-bottom: 5px; padding: 0; font-size: 0; letter-spacing: -1em; }
   .comment-a article li { display: inline-block; font-size: 13px; line-height: 20px; letter-spacing: 0; vertical-align: top; }
   .comment-a article li.down { margin-right: 10px; margin-left: 10px; padding-left: 10px; border-left: 2px solid #edeeef; }
   .comment-a article li.icon {  }
    .comment-a article li.icon a:before { content: '\edbd'; font: 10px/20px Icons; }
    .comment-a article li.icon.up a:before { content: '\edb5'; }
    .comment-a article li.icon span { display: none; }
   .comment-a article li ~ li { margin-left: 10px; }
    .comment-a article li:before { display: none; }
    .comment-a article li a { color: #919da6; }

/* Disqus comments */
#comments-a { width: 50%; }
@media screen and (max-width: 1023px) { #comments-a { width: 100%} }

/* content */

.content-a { margin-top: 30px; margin-bottom: 30px; }
.content-a.max { margin-top: 0;}
.content-a a { color: #cc3434; }

/* subscribe bar */

.cta-a { display: none; position: relative; z-index: 100; margin: 0 0 15px; padding: 15px 0; background: #b6c3cc; color: #fff; line-height: 30px; text-align: center; }
.cta-a.target { display: block; }
.content-a .cta-a:first-child { margin-top: -30px; margin-bottom: 0; }
.browser-a + .cta-a { margin-top: -30px; }
.cta-a + .intro-a { margin-top: -15px; }
 .cta-a .contain { max-width: 1040px; margin-bottom: 0; }
  .cta-a label:first-child { display: inline-block; margin: 0; font-size: 18px; font-weight: bold; vertical-align: top; }
  .cta-a input[type] { width: 250px; height: 30px; margin: 0 5px; border-color: #fff; border-radius: 4px; line-height: 30px; }
  .cta-a button { height: 30px; margin: 0 10px 0 0; border-radius: 4px; font-size: 14px; line-height: 28px; vertical-align: top; }
  .cta-a a { color: inherit; font-size: 10px; vertical-align: top; }

@media screen and (max-width: 999px) {
.content-a .cta-a:first-child { margin-top: 0; }
.cta-a { text-align: center; }
 .cta-a label:first-child { display: block; margin: 0 0 10px; line-height: 1; }
 .cta-a input { margin-left: 0; }
}
@media screen and (max-width: 599px) {
.cta-a + .intro-a { margin-top: 0; }
 .cta-a label:first-child { font-size: 16px;}
 .cta-a input[type] { display: block; margin: 0 auto 10px; }
}

/* episode */

.details-a { font-size: 14px; line-height: 18px; }
 .details-a:after { display: table; clear: both; content: ''; }
 .details-a > .media { float: left; width: 100%; margin: 0 -100% 0 0; padding: 0 545px 0 0; }
 .details-a > .info { position: relative; z-index: 1; width: 520px; margin: 0 0 0 auto; }
  .details-a > .info > .hx { margin-bottom: 10px; font-size: 30px; font-weight: bold; }
   .details-a > .info > .hx small { display: block; color: #333; font-size: 24px; font-weight: normal; }
  .details-a > .info > .hx + .date { margin-top: -7px; }
  .details-a .index { font-size: 14px; line-height: 18px; }
   .details-a .index .hx { margin-bottom: 15px; color: #333; font-size: inherit; font-weight: bold; }
   .details-a .index ul { list-style: none; padding: 0; }
    .details-a .index li { position: relative; padding-left: 43px; }
     .details-a .index li:before { display: none; }
     .details-a .index li span { display: inline-block; color: #532930; font-weight: bold; cursor: pointer; }
     .details-a .index li small { position: absolute; left: 0; top: 0; width: 43px; color: #333; font: inherit; font-weight: normal; }
     .details-a .index li a { display: inline-block; position: relative; margin: 2px 0 0 7px; padding: 2px 3px; background: #cc3434; color: #fff; font-size: 10px; font-weight: bold; line-height: 1; text-transform: uppercase; vertical-align: top; }
      .details-a .index li a:before { position: absolute; right: 100%; top: 0; content: ''; border: 7px solid transparent; border-right-color: #cc3434; }
  .details-a .action { font-weight: bold; }
   .details-a .action > .social,
   .details-a .action > .social p,
   .details-a .action > .social .socials-a,
   .details-a .action > .app { display: inline-block; margin-bottom: 0; line-height: 30px; vertical-align: top; }
   .details-a .action > .app { margin-left: 30px; }
   .details-a .action > .social .socials-a { margin-left: 10px; }
  .details-a .tags { padding-left: 45px; font-weight: bold; }
   .details-a .tags strong { float: left; margin: 0 0 0 -45px; }

/* Legacy Video styles */
.legacy h3 { font-size: 14px; }
.legacy table { margin: 0 0 20px 0; padding: 0;}
.legacy th { border: 0; padding: 0 10px 0 0; margin: 0; width: 70%; }
.legacy tr { border: 0; padding: 0; margin: 0; text-align: left; }
.legacy td { border: 0; padding: 0; margin: 0; }
.legacy table em { margin-left: 10px; font-size: 12px;}
.legacy td:nth-child(4) { display: none; } /* hide springpadit broken links */

@media screen and (max-width: 1023px) {
.details-a > .media { float: none; width: 100%; margin: 0 0 20px; padding: 0; }
.details-a > .info { width: auto; margin: 0 0 20px; }
}
@media screen and (max-width: 599px) {
.details-a > .info > .hx { font-size: 18px; }
 .details-a > .info > .hx small { font-size: 16px; }
.details-a .action > .social { display: block; margin-bottom: 20px; }
.details-a .action > .app { display: block; margin: 0; }

}

/* featured grid */

.featured-a { }
 .featured-a > .tx-a { margin-bottom: 15px; }
 .featured-a > .wrap { margin: -20px -10px 0; }
  .featured-a > .wrap:after { display: table; clear: both; content: ''; }
  .featured-a > .wrap .item { float: left; width: 25%; margin: 0; padding: 20px 10px 0; }
  .featured-a > .wrap .item:first-child { width: 50%; }
   .featured-a > .wrap .item img { width: 100%; height: auto !important; max-height: 144px; }
   .featured-a > .wrap .item:first-child img { max-height: none; min-height: 308px; }
 .featured-a > .slider-a { display: none; }

@media screen and (max-width: 1023px) {
.featured-a > .wrap .item { width: 33.33%; }
.featured-a > .wrap .item:first-child { width: 66.66%; }
.featured-a > .wrap .item:nth-child(n+4) { width: 49.99%; }
.featured-a > .wrap .item img { max-height: none; }

}
@media screen and (max-width: 767px) {
.featured-a > .wrap .item:first-child { width: 100%; }
.featured-a > .wrap .item { width: 49.99%; }
}
@media screen and (max-width: 479px) {
.featured-a > .wrap { display: none; }
 .featured-a > .wrap .item { width: 100% !important; }
.featured-a > .slider-a { display: block; }
}

/* global footer */

.footer-a { margin-bottom: 0; padding: 25px 0; background: #203e51; color: #fff; font-size: 14px; position: relative; z-index: 98; }
 .footer-a p { margin-bottom: 10px; }
 .footer-a p.network { font-weight: bold; }
  .footer-a p.network span { font-weight: normal; }
  .footer-a p.network a { white-space: nowrap; }
  .footer-a a { color: #cc3434; font-weight: bold; }
  .footer-a a:hover { color: #e84141; }
  .footer-a .socials-a a:hover { color: #fff; }

@media screen and (max-width: 599px) {
.footer-a { font-size: 12px; }
 .footer-a p.network strong { display: block; }
}

/* header */

.header-a { margin: 0 0 25px; padding: 0 0 20px; border-bottom: 2px dotted #b29678; }
 .header-a .hx { margin-bottom: 0; font-size: 24px; text-transform: none; }

@media screen and (max-width: 599px) {
 .header-a { margin-bottom: 20px; }
  .header-a .hx { font-size: 18px; }
}

/* search header */

.header-b { position: relative; margin: 0 0 25px; padding: 0 0 20px; border-bottom: 2px dotted #b29678; }
 .header-b .hx { margin-bottom: 0; font-size: 24px; font-weight: normal; text-transform: none; }
  .header-b .hx:before { float: right; width: 265px; height: 5px; content: ''; }
 .header-b p { margin: 0; }
 .header-b .sort { position: absolute; right: 0; top: 0; width: 255px; padding: 0 0 0 83px; line-height: 40px; }
  .header-b .sort label { position: absolute; left: 0; top: 0; font-size: 14px; text-transform: uppercase; }
  .header-b .sort select { border-radius: 5px; }

@media screen and (max-width: 767px) {
.header-b .hx:before { display: none; }
.header-b .sort { position: relative; width: auto; margin-top: 15px; }
}

@media screen and (max-width: 599px) {
 .header-b { margin-bottom: 20px; }
  .header-b .hx { font-size: 18px; }
}

/* ribbon image */

.img-a { position: relative; }
 .img-a img { display: block; }
 .img-a .ribbon { position: absolute; left: -10px; top: 10px; padding: 2px 10px; background: #ffde00; color: #222; font-size: 14px; }
  .img-a .ribbon:before { position: absolute; left: 0; top: 100%; content: ''; border: 5px solid #ffc800; border-color: #ffc800 #ffc800 transparent transparent; }

@media screen and (max-width: 599px) {
.img-a .ribbon { font-size: 12px; }
}

/* intro */

.intro-a { position: relative; z-index: 98; background-color: #111; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; }
.intro-a:first-child { margin-top: -30px; }
 .intro-a > .contain { max-width: 635px; padding-top: 60px; padding-bottom: 40px; text-align: center; }
  .intro-a .tx-a { display: none; }
  .intro-a .video-a { margin-bottom: 30px; box-shadow: 0 0 10px rgba(0,0,0,0.5); }
  .intro-a .results { list-style: none; margin: -20px 0 0; padding: 0; font-size: 0; letter-spacing: -1em; text-align: left; }
   .intro-a .results li { display: inline-block; margin: 10px 0 0; padding: 0 0 0 40px; width: 33.33%; color: #fff; font-size: 18px; letter-spacing: 0; }
    .intro-a .results li:before { display: none; }
    .intro-a .results li a { color: inherit; }
    .intro-a .results li a:hover { text-decoration: underline; }
  .intro-a .watch { background-color: #ffde00; display: inline-block; float: right; padding: 1px 8px; text-transform: uppercase; margin-top: -25px; font-size: 18px; }
   .intro-a .watch a { color: #000; }
   .intro-a .watch a:hover { color: #666; }
    /*.intro-a .watch a:after { padding-left: 10px; color: #000; content: '\f04b'; font: 12px/1 Icons; position:relative; top: -1px;  }*/
     .intro-a .watch a:hover:after { color: #666; }
   .intro-a .watch a span { font-weight: bold; }
  .csscolumns .intro-a .results { -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; }
   .csscolumns .intro-a .results li { width: 100%; }

@media screen and (max-width: 599px) {
.intro-a { background: none; }
.intro-a:first-child { margin-top: 0; }
 .intro-a > .contain { padding-top: 0; padding-bottom: 0; text-align: left; }
  .intro-a .tx-a { display: block; margin-bottom: 10px; margin-top: 20px; clear: right; }
  .intro-a .video-a { margin-bottom: 15px; box-shadow: none; }
  .intro-a .watch { margin-top: -5px; font-size: 18px; float: right; }
  .intro-a .search-a { display: none; }
  .intro-a .results { margin: 0; }
  .csscolumns .intro-a .results { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
   .intro-a .results li { margin-top: 5px; padding-left: 0; color: #3c1416; font-size: 14px; font-weight: bold; text-decoration: underline; }
}

/* responsive map */

.map-a { position: relative; overflow: hidden; height: 0; padding-bottom: 90%; /* (width / height = padding-bottom) */ }
 .map-a iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* paging */

.paging-a { position: relative; text-align: center; }
 .paging-a .hx { display: none; height: 40px; margin: 0 49px; border: 1px solid #bdcbd4; background: #fff; color: #333; font-size: 18px; font-weight: normal; line-height: 38px; text-transform: none; text-align: center; }
 .paging-a ul { display: inline-block; margin: 0; padding: 0; border: 1px solid #bdcbd4; border-radius: 5px; background: #f1f1f1; font-size: 0; letter-spacing: -1em; }
 .paging-a ul { background: -webkit-linear-gradient(#fefefe, #e6e6e6); background: linear-gradient(#fefefe, #e6e6e6); }
  .paging-a li { display: inline-block; font-size: 14px; line-height: 24px; letter-spacing: 0; vertical-align: top; }
  .paging-a li ~ li { border-left: 1px solid #bdcbd4; }
   .paging-a li:before { display: none; }
   .paging-a li > :first-child { display: block; min-width: 24px; padding: 0 2px; }
   .paging-a li.step > :first-child { padding: 0 10px; }
   .paging-a li.active > :first-child { background: #e9e7df; background: -webkit-linear-gradient(#f4f2ea, #dddbd4); background: linear-gradient(#f4f2ea, #dddbd4); }
   .paging-a li a { color: #333; }
   .paging-a li a:hover { color: #ab4052; }
   .paging-a li span { color: #aaa; }
    .paging-a li small { padding-left: 10px; color: #aaa; }
    .paging-a li.prev small { padding-left: 0; padding-right: 10px; }

@media screen and (max-width: 599px) {
.paging-a .hx { display: block; }
 .paging-a ul { border: none; }
 .paging-a li { display: none; line-height: 38px; }
 .paging-a li.step { display: block; position: absolute; left: 0; top: 0; overflow: hidden; width: 50px; height: 40px; margin: 0; padding: 0; border-radius: 4px 0 0 4px; border: 1px solid #bdcbd4; background: #f1f1f1; font-size: 28px; text-indent: 321%; white-space: nowrap; }
 .paging-a li.step { background: -webkit-linear-gradient(#fff, #e5e5e5); background: linear-gradient(#fff, #e5e5e5); }
 .paging-a li.step.next { left: auto; right: 0; border-radius: 0 4px 4px 0; }
  .paging-a li.step small { position: absolute; left: 0; right: 0; top: 0; padding: 0; color: #bdcbd4; text-indent: 0; }
}


/* popup container */

.pop-a { position: absolute; left: 0; top: 0; right: 0; height: 0; max-width: none; }
 .pop-a > * { display: none; }
 .pop-a:target > * { display: block; }
 .js .pop-a:target > * { display: none; }
 .pop-a.target > * { display: block; }
 .js .pop-a.target > * { display: block; }
 .pop-a > .overlay { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 99; margin: 0; background: #111; background: rgba(0,0,0,0.7); }
 .pop-a > .box { position: absolute; left: 50%; top: 200px; z-index: 100; margin: 0 0 0 -300px; width: 600px; padding: 20px 20px 0 20px; border: 1px solid #bdcbd4; border-radius: 5px; background: #1b3545 url(images/promopop-a-img-b.png) no-repeat; background-size: 270px auto; color: #fff; }
  .pop-a > .box > .close { position: absolute; right: 5px; top: 5px; }
   .pop-a > .box > .close a { color: inherit; text-decoration: none !important; }
    .pop-a > .box > .close a:before { content: '\e602'; font: 14px/1 Icons; }
    .pop-a > .box > .close a span { display: none; }
  .pop-a > .box .hx { margin-bottom: 10px; color: #fff; font-size: 24px; font-weight: bold; text-transform: none; }
  .pop-a > .box p { margin-bottom: 10px; }
   .pop-a > .box a { color: inherit; }

@media screen and (max-width: 720px) {
.pop-a > .box { position: absolute; left: 0; right: 0; top: 70px; width: auto; margin: 0; }
}
@media screen and (max-width: 599px) {
.pop-a > .box { padding: 15px; background-image: none;  }
}

/* pop styling */

.promopop-a { padding-left: 280px; }
 /*.promopop-a:before { position: absolute; left: -50px; bottom: -1px; content: ''; width: 334px; height: 338px; background: url(images/promopop-a-img-b.png) no-repeat; }*/
 .promopop-a input[type=text] { height: 30px; margin: 0 0 10px; line-height: 28px; }
 .promopop-a button { display: block; width: 100%; }
 .promopop-a .no { text-align: right; font-size: 10px; }

@media screen and (max-width: 599px) {
.promopop-a { padding-left: 0; }
 .promopop-a:before { display: none; }
}

/* search box */

.search-a { display: inline-block; vertical-align: top; }
 .search-a .hx { display: none; color: #fff; font-size: 20px; line-height: 25px; cursor: pointer; }
 .search-a .hx { -webkit-transition: color 0.35s; transition: color 0.35s; }
 .searchon .search-a .hx { color: #041c2d; }
  .search-a .hx:before { content: '\f002'; font-family: Icons; }
  .search-a .hx span { display: none; }
 .search-a > .wrap { position: relative; width: 470px; }
  .search-a p { position: relative; padding-right: 100px; }
   .search-a p label { display: none; }
   .search-a p input { border-radius: 5px 0 0 5px; }
   .search-a p button { position: absolute; right: 0; top: 0; width: 100px; padding: 0; border: none; border-radius: 0 5px 5px 0; background: #a42a29; color: #fff; font-size: 20px; line-height: 40px; }
   .search-a p button { background: -webkit-linear-gradient(#b92f2e, #952625); background: linear-gradient(#b92f2e, #952625); }
    .search-a p button:before { content: '\f002'; font-family: Icons; }
    .search-a p button span { display: none; }
  .search-a .drop { display: none; position: absolute; left: 0; top: 100%; min-width: 100%; width: 250px; margin: 5px 0 0; padding: 10px; border-radius: 4px; background: #fff; text-align: left; }
  .search-a.on .drop { display: block; }
   .search-a .drop ul { list-style: none; margin: 0 0 7px; padding: 0; }
    .search-a .drop li { margin: 0 0 5px; font-size: 14px; line-height: 18px; font-style: italic; }
     .search-a .drop li:before { display: none; }
     .search-a .drop li a { display: block; color: #444; }
     .search-a .drop li a:hover { color: #000; }
    .search-a .drop .eps li { font-style: normal; }
     .search-a .drop .eps li:after { display: table; clear: both; content: ''; }
    .search-a .drop .eps li ~ li { margin-top: 7px; padding-top: 7px; border-top: 1px solid #eee; }
     .search-a .drop .eps li a { padding-left: 65px; }
      .search-a .drop .eps img { float: left; margin: 0 5px 0 -65px; }
      .search-a .drop .eps strong { display: block; overflow: hidden; width: 100%; white-space: nowrap; text-overflow: ellipsis; }

/* slider */

.slider-a { }
 .slider-a .wrap { margin: -20px -10px 0; font-size: 0; letter-spacing: -1em; }
  .slider-a .wrap .item { display: inline-block; width: 25%; margin: 0; padding: 20px 10px 0; font-size: 14px; letter-spacing: 0; vertical-align: top; }
 .slider-a .slick-prev, .slider-a .slick-next { left: -25px; width: 20px; height: 40px; }
 .slider-a .slick-next { left: auto; right: -25px; }
  .slider-a .slick-prev:before, .slider-a .slick-next:before { display: block; content: '\e601'; color: #333; font: 40px/1 Icons; }
  .slider-a .slick-next:before { content: '\e600'; }

@media screen and (max-width: 1199px) {
.slider-a .slick-prev, .slider-a .slick-next { left: -15px; }
.slider-a .slick-next { left: auto; right: -15px; }
}
@media screen and (max-width: 1023px) {
.slider-a .wrap .item { width: 33.33%; }
}
@media screen and (max-width: 767px) {
.slider-a .wrap .item { width: 49.99%; }
}
@media screen and (max-width: 599px) {
.slider-a .slick-prev, .slider-a .slick-next { display: none !important; }
}
@media screen and (max-width: 479px) {
.slider-a .wrap { margin: -20px -15px 0; font-size: 0; letter-spacing: -1em; }
 .slider-a .wrap .item { width: 270px; padding-left: 5px; padding-right: 5px; }
 .slider-a .slick-slide { opacity: 0.5; }
 .slider-a .slick-slide { -webkit-transition: opacity 0.35s; transition: opacity 0.35s; }
 .slider-a .slick-center,
 .slider-a .slick-active { opacity: 1; }
}

/* sidebar */

.sidebar-a { }
.sidebar-a .widget h3,
.sidebar-a .widget h4 { text-align: center; margin-bottom: 6px; }
.sidebar-a .box-a.widget h3 { margin: 0; }
.sidebar-a .widget img { width: 100%; border: 1px solid #bdcbd4; }

@media screen and (max-width: 1023px) {
.sidebar-a .widget:after,
.sidebar-a:after { display: table; clear: both; content: ''; }
.sidebar-a .widget { float: left; width: 48%; text-align: center; }
.sidebar-a .widget:nth-child(2n-1) { margin-right: 4%; }
}
@media screen and (max-width: 479px) {
.sidebar-a .widget { float: none; width: auto; margin-right: 0;  }
.sidebar-a .widget:nth-child(2n-1) { margin-right: 0; }
}

/* socials */

.socials-a { list-style: none; margin: 0; padding: 0; font-size: 0; letter-spacing: -1em; }
 .socials-a li { display: inline-block; font-size: 14px; letter-spacing: 0; vertical-align: top; }
 .socials-a li ~ li { margin-left: 10px; }
  .socials-a li:before { display: none; }
  .socials-a li a { display: block; position: relative; width: 30px; height: 30px; color: #fff; font: 20px/30px Icons; text-align: center; }
  .socials-a li a:hover { opacity: 0.9; }
   .socials-a li a span { display: none; }
   .socials-a li a:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; content: ' '; text-align: center; }
   .socials-a li.facebook a:before { content: '\f09a'; background-color: #3b5a99; }
   .socials-a li.twitter a:before { content: '\f099'; background-color: #25a8e0; }
   .socials-a li.youtube a:before { content: '\f167'; padding-left: 2px; background-color: #ce322e; }

/* search results */

.teaser-a { margin-bottom: 40px; font-size: 14px; line-height: 18px;}
 .teaser-a > a { display: block; color: inherit; text-decoration: none !important; }
  .teaser-a > a:after { display: table; clear: both; content: ''; }
  .teaser-a figure { float: left; width: 220px; margin: 0 -100% 0 0; padding: 0; }
  .teaser-a figure ~ * { margin-left: 240px; }
  .teaser-a .hx { margin-bottom: 10px; font-size: 26px; font-weight: bold; }
   .teaser-a .hx small { display: block; color: #333; font-size: 18px; font-weight: normal; }
  .teaser-a .hx + .date { margin-top: -7px; }
  .teaser-a p { margin-bottom: 10px; }

@media screen and (max-width: 599px) {
.teaser-a figure { width: 35%; }
.teaser-a figure ~ * { margin-left: 35%; padding-left: 15px; }
.teaser-a .hx { font-size: 18px; }
 .teaser-a .hx small { font-size: 14px; }
}
@media screen and (max-width: 479px) {
.teaser-a figure { float: none; width: auto; margin: 0 0 10px; }
.teaser-a figure ~ * { margin-left: 0; padding-left: 0; }
}

/* basic teaser */

.teaser-b {  }
 .teaser-b > a { display: block; position: relative; color: inherit; }
  .teaser-b figure { display: block; margin: 0; }
  .teaser-b .hx { position: absolute; left: 0; bottom: 0; right: 0; padding: 10px; background: #000; background: rgba(0,0,0,0.7); color: #fff; font-size: 16px; font-weight: bold; }
   .teaser-b .hx small { display: block; font-size: 14px; font-weight: normal; }

@media screen and (max-width: 1023px) {
.teaser-b .hx { font-size: 14px; }
 .teaser-b .hx small { font-size: 13px; }
}
@media screen and (max-width: 599px) {
.teaser-b .hx { font-size: 13px; line-height: 1.3; }
 .teaser-b .hx small { margin-bottom: 1px !important; font-size: 11px; }
}

/* custom tick boxes */

.tick-a { }
:root .tick-a { position: absolute; left: -10001px; }
:root .tick-a + label { vertical-align: top; }
 :root .tick-a + label:before { display: inline-block; content: ''; width: 16px; height: 16px; margin: 2px 10px 0 0; padding: 3px; border: 1px solid #ccc; background: #fff; background-clip: content-box; vertical-align: top; }
 :root .tick-a[type=radio] + label:before { border-radius: 50%; }
 :root .tick-a:checked + label:before { background-color: #444; }

/* global header */

.top-a { position: relative; z-index: 101; background: #1a3342; color: #fff; margin-bottom: 30px; text-align: center; }
 .home .top-a { margin-bottom: 0; }
.top-a { background: -webkit-linear-gradient(#1a3241, #203e51); background: linear-gradient(#1a3241, #203e51); }
 .top-a > .contain { position: relative; height: 60px; line-height: 60px; }
  .top-a .logo { display: inline-block; margin: 8px 0 0; vertical-align: top; }
   .top-a .logo img { display: block; }
   .ie8 .top-a .logo img { max-width: none; }
  .top-a .skips { display: none; position: absolute; top: 50%; left: 0; z-index: 9999; list-style: none; width: 100%; height: 0; margin: -30px 0 0; padding: 0; text-align: center; }
   .top-a .skips li { position: absolute; left: 0; top: 0; width: 100%; height: 0; font: bold 50px/1 Calibri,Myriad Pro,Arial,Helvetica Neue,Helvetica,sans-serif; }
    .top-a .skips li:before { display: none;  }
    .top-a .skips li a { display: inline-block; position: fixed; left: -10001px; margin: 0 auto; padding: 20px 30px; border: 1px dotted #fff; border-color: rgba(255,255,255,0.7); border-radius: 20px;  background: #333; background: rgba(0,0,0,0.6); color: #fff; text-align: center; text-decoration: none; outline: none; }
    .top-a .skips li a:focus, .top-a > .skips li a:active { position: relative; left: 0; }
  .top-a .nav { display: inline-block; margin-left: 30px; vertical-align: top; }
   .top-a .nav .hx { display: none; position: absolute; left: 0; top: 15px; color: #162a36; cursor: pointer; }
   .top-a .nav .hx { -webkit-transition: color 0.35s; transition: color 0.35s; }
   .navon .top-a .nav .hx { color: #fff; }
    .top-a .nav .hx:before { content: '\ec6e'; font: 30px/1 Icons; }
    .top-a .nav .hx span { display: none; }
   .top-a .nav ul { list-style: none; margin: 0; padding: 0; }
    .top-a .nav li { display: inline-block; position: relative; font-size: 14px; text-transform: uppercase; vertical-align: top; }
    .top-a .nav li ~ li { margin-left: 10px; }
     .top-a .nav li:before { display: none; }
     .top-a .nav li a { display: block; padding: 0 15px; color: inherit; }
     .top-a .nav li a:hover, .top-a .nav li a:focus, .top-a .nav li a:active { background-color: #1a3241; background-color: rgba(0,0,0,0.1); }
     .top-a .nav li em { position: absolute; left: -10001px; top: -10001px; }
     .top-a .nav li ul { position: absolute; left: 10001px; top: 100%; overflow: hidden; width: 220px; background: #1a3241; box-shadow: inset 0 2px 3px rgba(0,0,0,0.25); text-align: left; opacity: 0; }
     .top-a .nav li ul { -webkit-transition: opacity 0.35s, left 0s 0.35s; transition: opacity 0.35s, left 0s 0.35s; }
     .top-a .nav li:hover ul { left: 0; opacity: 1; }
     .top-a .nav li:hover ul { -webkit-transition: opacity 0.35s; transition: opacity 0.35s; }
      .top-a .nav li li { display: block; line-height: 20px; font-weight: bold; text-transform: none; }
      .top-a .nav li li ~ li { margin-left: 0; }
       .top-a .nav li li a { padding: 5px 15px; }
  .top-a .search-a { margin: 15px 0 0 30px; line-height: 30px; }
   .top-a .search-a > .wrap { width: 270px; }
   .top-a .search-a p { margin: 0; padding: 0 0 0 30px; }
    .top-a .search-a p:before { position: absolute; left: 28px; top: 4px; bottom: 4px; z-index: 2; content: ''; width: 2px; background: #ddd; }
    .top-a .search-a p input { height: 30px; border: none; border-radius: 0 5px 5px 0; line-height: 30px; }
    .top-a .search-a p button { left: 0; width: 30px; height: 30px; padding: 0 0 1px; border-radius: 5px 0 0 5px; background: #fff; color: #bebebe; font-size: 16px; line-height: 28px; }
   .top-a .search-a .drop { margin-left: 28px; }
  .top-a .socials-a { display: inline-block; margin: 15px 0 0 15px; vertical-align: top; }

@media screen and (max-width: 1099px) {
.top-a { text-align: right; }
  .top-a .logo { float: left; }
   .top-a .logo a { display: block; overflow: hidden; width: 108px; height: 38px; background: url(images/logo-b.png) no-repeat; background-size: contain; font-size: 0; text-indent: 321%; white-space: nowrap; }
    .top-a .logo a img { display: none; }
  .top-a .nav { float: left; text-align: left; }
}

@media screen and (max-width: 1023px) {
 .root-a { margin-top: 60px;}
 .top-a { position: fixed; width: 100%; margin-top: -60px;}
 .top-a > .contain { padding-left: 50px;  }
  .top-a .nav { margin: 0; }
   .top-a .nav .hx { display: block; }
   .top-a .nav > ul { display: block; position: absolute; left: -30px; top: 100%; width: 260px; height: 100vh; padding: 20px 20px 20px 30px; background: #222222; }
   .top-a .nav > ul { -webkit-transform: translateX(-260px); -ms-transform: translateX(-260px); transform: translateX(-260px); }
   .top-a .nav > ul { -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; }
   .navon .top-a .nav > ul { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
    .top-a .nav li { display: block; margin-bottom: 5px; border: none; font-size: 18px; line-height: 1.3; }
    .top-a .nav li ~ li { margin-left: 0; }
     .top-a .nav li a { display: block; padding: 5px 0; background: none !important; }
     .top-a .nav li ul { display: block; position: static; border: none; background: none; box-shadow: none; opacity: 1; }
      .top-a .nav li li { margin-bottom: 0; }
}
@media screen and (max-width: 767px) {
.top-a .search-a { }
 .top-a .search-a .drop { min-width: 0; width: calc(100% - 28px); }
.top-a .socials-a { display: none; }
}
@media screen and (max-width: 599px) {
.top-a { margin-bottom: 20px; }
 .top-a .nav > ul { left: -15px; }
}
@media screen and (max-width: 479px) {
.top-a .search-a > .hx { display: block; }
.top-a .search-a > .wrap { position: absolute; left: 10001px; right: -15px; top: 100%; width: auto; opacity: 0; }
.top-a .search-a > .wrap { -webkit-transition: opacity 0.35s, left 0s 0.35s; transition: opacity 0.35s, left 0s 0.35s; }
.searchon .top-a .search-a > .wrap { left: -15px; opacity: 1; }
.searchon .top-a .search-a > .wrap { -webkit-transition: opacity 0.35s; transition: opacity 0.35s; }
 .top-a .search-a p { border: 1px solid #bdcbd4; border-width: 8px 10px; background: #bdcbd4; }
 .top-a .search-a .drop { width: 100%; margin: 0; border-radius: 0px; }
}

/* text styling */

.tx-a { color: #333; font-size: 24px; font-weight: 300; text-transform: uppercase; }

@media screen and (max-width: 599px) {
.tx-a { margin-bottom: 10px; font-size: 18px;}
}

/* responsive video */

.video-a { position: relative; overflow: hidden; height: 0; padding: 30px 0 56.25%; }
 .video-a iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*!
 * Buttons
/* ---------------------------------------- */

.button-a, button, input[type="submit"], input[type="button"], input[type="reset"] { display: inline-block; height: 40px; padding: 0 19px; border: 1px solid #cc3434; border-radius: 4px; background: #cc3434; color: #fff; font-weight: bold; line-height: 38px; text-align: center; text-decoration: none !important; outline: none; }
.button-a:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover { border-color: #e34545; background-color: #e34545; }

/*!
 * Helpers
/* ---------------------------------------- */

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

.alignright { float: right; margin: 0 0 20px 20px; }
.alignleft { float: left; margin: 0 20px 20px 0; }
 .alignright img, .alignleft img { display: block; max-width: none; }

[hidden] { display: none !important; }

.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }

.ie8 .hide-desktop { display: none !important; }

@media screen and (min-width: 1px) { .hide { display: none !important; } }
@media screen and (min-width: 1024px) { .show-desktop { display: block !important; } .hide-desktop { display: none !important; } }
@media screen and (max-width: 1023px) { .show-tablet { display: block !important; } .hide-tablet { display: none !important; } }
@media screen and (max-width: 599px) { .show-mobile { display: block !important; } .hide-mobile { display: none !important; } }

/*!
 * Boostrap
/* ---------------------------------------- */

.row [class*=col-] { margin-bottom: 0; }
.nav-tabs > li:last-child { margin-bottom: -1px !important; }
.nav-tabs > li.last-child { margin-bottom: -1px !important; }
.dropdown-menu li:before, .nav li:before, .list-unstyled li:before, .list-inline li:before { display: none; }
.dl-horizontal dd { padding-left: 0; }
.checkbox-inline:first-child { display: inline-block; margin-bottom: 0; }
.btn { height: auto; }

/*!
 * Defaults
/* ---------------------------------------- */

form { }
 label { cursor: pointer; vertical-align: middle; }
 label:first-child { display: block; margin: 0 0 5px; }
  label em { color: #f00; }
 input[type=text], input[type=password], input[type=search], input[type=email], input[type=tel], textarea, select { width: 100%; height: 40px; padding: 0 9px; border: 1px solid #bccbd3; border-radius: 4px; background: #fff; vertical-align: top; font-size: 14px; line-height: 38px; -webkit-appearance: none; outline: none; }
 .native.android input:not([type=checkbox]):not([type=radio]) { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }
 input[type="checkbox"], input[type="radio"] { padding: 0; }
 textarea { overflow: auto; height: auto; padding: 9px; line-height: 1.2; resize: vertical; }
 select { padding: 8px 15px 8px 8px; background: #fff url(images/select-a.png) 100% 50% no-repeat; line-height: normal; -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; }
 select::-ms-expand { display: none; }
 .ie9 select, .ie8 select { padding-right: 8px; padding-left: 6px; background-image: none; }
 .ie8 select { padding-top: 10px; padding-bottom: 10px; }
 .gecko select { padding-left: 4px; background-image: none; }
 button, input[type="submit"], input[type="button"], input[type="reset"] { overflow: visible; cursor: pointer; -webkit-appearance: button; } button::-moz-focus-inner { padding: 0; border: none; }
 button[disabled], input[disabled] { cursor: default; }

 ::-webkit-input-placeholder { color: #aaa; font-style: normal; opacity: 1; }
 :-ms-input-placeholder { color: #aaa !important; font-style: normal; opacity: 1; }
 :-moz-placeholder { color: #aaa; font-style: normal; opacity: 1; }
 ::-moz-placeholder { color: #aaa; font-style: normal; opacity: 1; }
 .placeholder, .placeholdersjs { color: #aaa !important; font-style: normal; opacity: 1; }
 select:invalid { color: #aaa; }

/* tables */

table { display: table; border-collapse: collapse; border-spacing: 0; }
 table th, table td { padding: 5px 10px; border: 1px solid #eee; }

/* headers */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #572930; font: bold 10px/1.2 Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; }
h1, .h1 { font-size: 32px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 18px; }
h4, .h4 { font-size: 16px; text-transform: uppercase; }
h5, .h5 { font-size: 14px; text-transform: uppercase; }
h6, .h6 { font-size: 12px; text-transform: uppercase; }

/* lists */

ul, ol, dd, blockquote { padding-left: 40px; }
 ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol, ul { list-style: none; counter-reset: ordered; }
 li { counter-increment: ordered; }
  ol li:before { position: absolute; content: counter(ordered) '.'; width: 15px; margin: 0 0 0 -30px; text-align: right; }
  ul li:before { float: left; overflow: hidden; content: '\2022'; margin: 0 0 0 -25px; }

/* links */

a { background: transparent; color: #532930; text-decoration: none; }
a, a:before, a:after, label, button { -webkit-transition: border 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s, opacity 0.25s; transition: border 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s, opacity 0.25s; }
a:hover, a:focus, a:active { color: #ab4052; text-decoration: none; }
 a span { cursor: pointer; }

/* images */

img { max-width: 100%; border-width: 0; }
img { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* other */

blockquote { padding: 20px; background: #fff; font-style: italic; }
pre { padding: 10px; border: 1px solid #ccc; background: #f3f3f3; font: 12px/1.2 Consolas,Monaco,Courier New,monospace; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
code { padding: 2px 4px; background-color: #f9f2f4; color: #c7254e; font-size: 80%; white-space: nowrap; }
hr { overflow: hidden; width: 100%; height: 1px; margin: 30px 0; border: none; border: none; background: #bdcbd4; font-size: 0; }

